jbrowse-plugin-protein3d 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AddHighlightModel/GenomeMouseoverHighlight.js +3 -9
- package/dist/AddHighlightModel/GenomeMouseoverHighlight.js.map +1 -1
- package/dist/AddHighlightModel/HighlightComponents.d.ts +1 -2
- package/dist/AddHighlightModel/HighlightComponents.js.map +1 -1
- package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.js +4 -3
- package/dist/AddHighlightModel/ProteinToGenomeClickHighlight.js.map +1 -1
- package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.d.ts +1 -2
- package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.js +4 -3
- package/dist/AddHighlightModel/ProteinToGenomeHoverHighlight.js.map +1 -1
- package/dist/AddHighlightModel/util.js +1 -1
- package/dist/AddHighlightModel/util.js.map +1 -1
- package/dist/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.d.ts +16 -0
- package/dist/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.js +43 -0
- package/dist/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.js.map +1 -0
- package/dist/AlphaFoldConfidenceAdapter/configSchema.d.ts +13 -0
- package/dist/AlphaFoldConfidenceAdapter/configSchema.js +16 -0
- package/dist/AlphaFoldConfidenceAdapter/configSchema.js.map +1 -0
- package/dist/AlphaFoldConfidenceAdapter/index.d.ts +2 -0
- package/dist/AlphaFoldConfidenceAdapter/index.js +11 -0
- package/dist/AlphaFoldConfidenceAdapter/index.js.map +1 -0
- package/dist/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.d.ts +30 -0
- package/dist/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.js +78 -0
- package/dist/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.js.map +1 -0
- package/dist/AlphaMissensePathogenicityAdapter/configSchema.d.ts +13 -0
- package/dist/AlphaMissensePathogenicityAdapter/configSchema.js +16 -0
- package/dist/AlphaMissensePathogenicityAdapter/configSchema.js.map +1 -0
- package/dist/AlphaMissensePathogenicityAdapter/index.d.ts +2 -0
- package/dist/AlphaMissensePathogenicityAdapter/index.js +11 -0
- package/dist/AlphaMissensePathogenicityAdapter/index.js.map +1 -0
- package/dist/LaunchProteinView/components/AlphaFoldDBSearch.js +162 -13
- package/dist/LaunchProteinView/components/AlphaFoldDBSearch.js.map +1 -1
- package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.js +8 -6
- package/dist/LaunchProteinView/components/AlphaFoldDBSearchStatus.js.map +1 -1
- package/dist/LaunchProteinView/components/HelpButton.js +6 -2
- package/dist/LaunchProteinView/components/HelpButton.js.map +1 -1
- package/dist/LaunchProteinView/components/HelpDialog.js +3 -1
- package/dist/LaunchProteinView/components/HelpDialog.js.map +1 -1
- package/dist/LaunchProteinView/components/LaunchProteinViewDialog.js +12 -4
- package/dist/LaunchProteinView/components/LaunchProteinViewDialog.js.map +1 -1
- package/dist/LaunchProteinView/components/MSATable.js +3 -1
- package/dist/LaunchProteinView/components/MSATable.js.map +1 -1
- package/dist/LaunchProteinView/components/ManualUniProtIDEntry.d.ts +8 -0
- package/dist/LaunchProteinView/components/ManualUniProtIDEntry.js +225 -0
- package/dist/LaunchProteinView/components/ManualUniProtIDEntry.js.map +1 -0
- package/dist/LaunchProteinView/components/TranscriptSelector.js +3 -1
- package/dist/LaunchProteinView/components/TranscriptSelector.js.map +1 -1
- package/dist/LaunchProteinView/components/UserProvidedStructure.js +19 -12
- package/dist/LaunchProteinView/components/UserProvidedStructure.js.map +1 -1
- package/dist/LaunchProteinView/components/calculateProteinSequence.js +5 -3
- package/dist/LaunchProteinView/components/calculateProteinSequence.js.map +1 -1
- package/dist/LaunchProteinView/components/useLocalStructureFileSequence.d.ts +1 -1
- package/dist/LaunchProteinView/components/useLocalStructureFileSequence.js +29 -9
- package/dist/LaunchProteinView/components/useLocalStructureFileSequence.js.map +1 -1
- package/dist/LaunchProteinView/components/useRemoteStructureFileSequence.d.ts +1 -1
- package/dist/LaunchProteinView/components/useRemoteStructureFileSequence.js +25 -8
- package/dist/LaunchProteinView/components/useRemoteStructureFileSequence.js.map +1 -1
- package/dist/LaunchProteinView/components/util.js +1 -1
- package/dist/LaunchProteinView/index.js +7 -3
- package/dist/LaunchProteinView/index.js.map +1 -1
- package/dist/ProteinView/{loadStructureFromData.d.ts → addStructureFromData.d.ts} +2 -2
- package/dist/ProteinView/{loadStructureFromData.js → addStructureFromData.js} +3 -8
- package/dist/ProteinView/addStructureFromData.js.map +1 -0
- package/dist/ProteinView/{loadStructureFromURL.d.ts → addStructureFromURL.d.ts} +2 -2
- package/dist/ProteinView/{loadStructureFromURL.js → addStructureFromURL.js} +11 -9
- package/dist/ProteinView/addStructureFromURL.js.map +1 -0
- package/dist/ProteinView/clearSelection.js +1 -1
- package/dist/ProteinView/clearSelection.js.map +1 -1
- package/dist/ProteinView/components/ProteinAlignment.d.ts +2 -2
- package/dist/ProteinView/components/ProteinAlignment.js +37 -26
- package/dist/ProteinView/components/ProteinAlignment.js.map +1 -1
- package/dist/ProteinView/components/ProteinAlignmentHelpButton.d.ts +2 -2
- package/dist/ProteinView/components/ProteinAlignmentHelpButton.js +6 -4
- package/dist/ProteinView/components/ProteinAlignmentHelpButton.js.map +1 -1
- package/dist/ProteinView/components/ProteinAlignmentHelpDialog.js +6 -5
- package/dist/ProteinView/components/ProteinAlignmentHelpDialog.js.map +1 -1
- package/dist/ProteinView/components/ProteinView.js +18 -60
- package/dist/ProteinView/components/ProteinView.js.map +1 -1
- package/dist/ProteinView/components/{Header.js → ProteinViewHeader.js} +29 -12
- package/dist/ProteinView/components/ProteinViewHeader.js.map +1 -0
- package/dist/ProteinView/components/SplitString.d.ts +4 -4
- package/dist/ProteinView/components/SplitString.js +3 -3
- package/dist/ProteinView/components/SplitString.js.map +1 -1
- package/dist/ProteinView/genomeToProtein.d.ts +2 -2
- package/dist/ProteinView/genomeToProtein.js +4 -5
- package/dist/ProteinView/genomeToProtein.js.map +1 -1
- package/dist/ProteinView/highlightResidue.js +2 -2
- package/dist/ProteinView/highlightResidue.js.map +1 -1
- package/dist/ProteinView/launchRemotePairwiseAlignment.d.ts +2 -5
- package/dist/ProteinView/launchRemotePairwiseAlignment.js +7 -3
- package/dist/ProteinView/launchRemotePairwiseAlignment.js.map +1 -1
- package/dist/ProteinView/model.d.ts +492 -160
- package/dist/ProteinView/model.js +62 -246
- package/dist/ProteinView/model.js.map +1 -1
- package/dist/ProteinView/proteinToGenomeMapping.d.ts +6 -6
- package/dist/ProteinView/proteinToGenomeMapping.js +29 -28
- package/dist/ProteinView/proteinToGenomeMapping.js.map +1 -1
- package/dist/ProteinView/selectResidue.js +1 -1
- package/dist/ProteinView/selectResidue.js.map +1 -1
- package/dist/ProteinView/structureModel.d.ts +183 -0
- package/dist/ProteinView/structureModel.js +407 -0
- package/dist/ProteinView/structureModel.js.map +1 -0
- package/dist/ProteinView/useProteinView.d.ts +1 -4
- package/dist/ProteinView/useProteinView.js +3 -15
- package/dist/ProteinView/useProteinView.js.map +1 -1
- package/dist/ProteinView/util.d.ts +3 -3
- package/dist/ProteinView/util.js +8 -6
- package/dist/ProteinView/util.js.map +1 -1
- package/dist/UniProtVariationAdapter/UniProtVariationAdapter.d.ts +15 -0
- package/dist/UniProtVariationAdapter/UniProtVariationAdapter.js +55 -0
- package/dist/UniProtVariationAdapter/UniProtVariationAdapter.js.map +1 -0
- package/dist/UniProtVariationAdapter/configSchema.d.ts +17 -0
- package/dist/UniProtVariationAdapter/configSchema.js +20 -0
- package/dist/UniProtVariationAdapter/configSchema.js.map +1 -0
- package/dist/UniProtVariationAdapter/index.d.ts +2 -0
- package/dist/UniProtVariationAdapter/index.js +11 -0
- package/dist/UniProtVariationAdapter/index.js.map +1 -0
- package/dist/genomeToTranscriptMapping.d.ts +2 -2
- package/dist/genomeToTranscriptMapping.js +3 -3
- package/dist/genomeToTranscriptMapping.js.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/jbrowse-plugin-protein3d.umd.production.min.js +2506 -1658
- package/dist/jbrowse-plugin-protein3d.umd.production.min.js.map +4 -4
- package/dist/mappings.d.ts +12 -10
- package/dist/mappings.js +7 -7
- package/dist/mappings.js.map +1 -1
- package/dist/mappings.test.js +7 -5
- package/dist/mappings.test.js.map +1 -1
- package/dist/test_data/gene.d.ts +577 -64
- package/dist/test_data/gene.js +1 -1
- package/dist/test_data/gene.js.map +1 -1
- package/package.json +20 -19
- package/src/AddHighlightModel/GenomeMouseoverHighlight.tsx +4 -17
- package/src/AddHighlightModel/HighlightComponents.tsx +1 -3
- package/src/AddHighlightModel/ProteinToGenomeClickHighlight.tsx +17 -14
- package/src/AddHighlightModel/ProteinToGenomeHoverHighlight.tsx +18 -17
- package/src/AddHighlightModel/util.ts +1 -1
- package/src/AlphaFoldConfidenceAdapter/AlphaFoldConfidenceAdapter.ts +63 -0
- package/src/AlphaFoldConfidenceAdapter/configSchema.ts +21 -0
- package/src/AlphaFoldConfidenceAdapter/index.ts +19 -0
- package/src/AlphaMissensePathogenicityAdapter/AlphaMissensePathogenicityAdapter.ts +109 -0
- package/src/AlphaMissensePathogenicityAdapter/configSchema.ts +21 -0
- package/src/AlphaMissensePathogenicityAdapter/index.ts +19 -0
- package/src/LaunchProteinView/components/AlphaFoldDBSearch.tsx +173 -12
- package/src/LaunchProteinView/components/AlphaFoldDBSearchStatus.tsx +8 -6
- package/src/LaunchProteinView/components/HelpButton.tsx +10 -2
- package/src/LaunchProteinView/components/HelpDialog.tsx +6 -1
- package/src/LaunchProteinView/components/LaunchProteinViewDialog.tsx +20 -4
- package/src/LaunchProteinView/components/MSATable.tsx +3 -1
- package/src/LaunchProteinView/components/ManualUniProtIDEntry.tsx +332 -0
- package/src/LaunchProteinView/components/TranscriptSelector.tsx +9 -7
- package/src/LaunchProteinView/components/UserProvidedStructure.tsx +18 -13
- package/src/LaunchProteinView/components/calculateProteinSequence.ts +6 -4
- package/src/LaunchProteinView/components/useLocalStructureFileSequence.ts +28 -9
- package/src/LaunchProteinView/components/useRemoteStructureFileSequence.ts +23 -8
- package/src/LaunchProteinView/components/util.ts +1 -1
- package/src/LaunchProteinView/index.ts +36 -26
- package/src/ProteinView/{loadStructureFromData.ts → addStructureFromData.ts} +2 -8
- package/src/ProteinView/{loadStructureFromURL.ts → addStructureFromURL.ts} +11 -11
- package/src/ProteinView/clearSelection.ts +1 -1
- package/src/ProteinView/components/ProteinAlignment.tsx +51 -35
- package/src/ProteinView/components/ProteinAlignmentHelpButton.tsx +4 -4
- package/src/ProteinView/components/ProteinAlignmentHelpDialog.tsx +15 -11
- package/src/ProteinView/components/ProteinView.tsx +22 -82
- package/src/ProteinView/components/{Header.tsx → ProteinViewHeader.tsx} +44 -23
- package/src/ProteinView/components/SplitString.tsx +8 -8
- package/src/ProteinView/genomeToProtein.ts +5 -9
- package/src/ProteinView/highlightResidue.ts +2 -2
- package/src/ProteinView/launchRemotePairwiseAlignment.ts +6 -3
- package/src/ProteinView/model.ts +75 -287
- package/src/ProteinView/proteinToGenomeMapping.ts +40 -38
- package/src/ProteinView/selectResidue.ts +1 -1
- package/src/ProteinView/structureModel.ts +512 -0
- package/src/ProteinView/useProteinView.ts +2 -19
- package/src/ProteinView/util.ts +20 -9
- package/src/UniProtVariationAdapter/UniProtVariationAdapter.ts +99 -0
- package/src/UniProtVariationAdapter/configSchema.ts +25 -0
- package/src/UniProtVariationAdapter/index.ts +17 -0
- package/src/__snapshots__/mappings.test.ts.snap +224 -224
- package/src/genomeToTranscriptMapping.ts +9 -9
- package/src/index.ts +6 -0
- package/src/mappings.test.ts +7 -5
- package/src/mappings.ts +25 -23
- package/src/test_data/gene.ts +3 -3
- package/dist/ProteinView/components/Header.js.map +0 -1
- package/dist/ProteinView/loadStructureFromData.js.map +0 -1
- package/dist/ProteinView/loadStructureFromURL.js.map +0 -1
- package/dist/ProteinView/useProteinViewClickBehavior.d.ts +0 -8
- package/dist/ProteinView/useProteinViewClickBehavior.js +0 -34
- package/dist/ProteinView/useProteinViewClickBehavior.js.map +0 -1
- package/dist/ProteinView/useProteinViewHoverBehavior.d.ts +0 -6
- package/dist/ProteinView/useProteinViewHoverBehavior.js +0 -31
- package/dist/ProteinView/useProteinViewHoverBehavior.js.map +0 -1
- package/src/ProteinView/useProteinViewClickBehavior.ts +0 -48
- package/src/ProteinView/useProteinViewHoverBehavior.ts +0 -44
- /package/dist/ProteinView/components/{Header.d.ts → ProteinViewHeader.d.ts} +0 -0
package/dist/test_data/gene.d.ts
CHANGED
|
@@ -1,67 +1,580 @@
|
|
|
1
1
|
export declare const feature: {
|
|
2
|
-
strand:
|
|
3
|
-
source:
|
|
4
|
-
type:
|
|
5
|
-
start:
|
|
6
|
-
end:
|
|
7
|
-
phase:
|
|
8
|
-
derived_features:
|
|
9
|
-
refName:
|
|
10
|
-
id:
|
|
11
|
-
parent:
|
|
12
|
-
gene_id:
|
|
13
|
-
transcript_id:
|
|
14
|
-
gene_type:
|
|
15
|
-
gene_name:
|
|
16
|
-
transcript_type:
|
|
17
|
-
transcript_name:
|
|
18
|
-
level:
|
|
19
|
-
protein_id:
|
|
20
|
-
transcript_support_level:
|
|
21
|
-
hgnc_id:
|
|
22
|
-
tag:
|
|
23
|
-
ccdsid:
|
|
24
|
-
havana_gene:
|
|
25
|
-
havana_transcript:
|
|
26
|
-
subfeatures: {
|
|
27
|
-
strand:
|
|
28
|
-
source:
|
|
29
|
-
type:
|
|
30
|
-
start:
|
|
31
|
-
end:
|
|
32
|
-
phase:
|
|
33
|
-
derived_features:
|
|
34
|
-
refName:
|
|
35
|
-
id:
|
|
36
|
-
parent:
|
|
37
|
-
gene_id:
|
|
38
|
-
transcript_id:
|
|
39
|
-
gene_type:
|
|
40
|
-
gene_name:
|
|
41
|
-
transcript_type:
|
|
42
|
-
transcript_name:
|
|
43
|
-
exon_number:
|
|
44
|
-
exon_id:
|
|
45
|
-
level:
|
|
46
|
-
protein_id:
|
|
47
|
-
transcript_support_level:
|
|
48
|
-
hgnc_id:
|
|
49
|
-
tag:
|
|
50
|
-
ccdsid:
|
|
51
|
-
havana_gene:
|
|
52
|
-
havana_transcript:
|
|
53
|
-
uniqueId:
|
|
54
|
-
parentId:
|
|
55
|
-
__jbrowsefmt: {};
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
2
|
+
readonly strand: -1;
|
|
3
|
+
readonly source: "HAVANA";
|
|
4
|
+
readonly type: "transcript";
|
|
5
|
+
readonly start: 51287257;
|
|
6
|
+
readonly end: 51297990;
|
|
7
|
+
readonly phase: 0;
|
|
8
|
+
readonly derived_features: readonly [];
|
|
9
|
+
readonly refName: "chr1";
|
|
10
|
+
readonly id: "ENST00000530004.5";
|
|
11
|
+
readonly parent: "ENSG00000085831.16";
|
|
12
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
13
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
14
|
+
readonly gene_type: "protein_coding";
|
|
15
|
+
readonly gene_name: "TTC39A";
|
|
16
|
+
readonly transcript_type: "protein_coding";
|
|
17
|
+
readonly transcript_name: "TTC39A-216";
|
|
18
|
+
readonly level: "2";
|
|
19
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
20
|
+
readonly transcript_support_level: "1";
|
|
21
|
+
readonly hgnc_id: "HGNC:18657";
|
|
22
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
23
|
+
readonly ccdsid: "CCDS76162.1";
|
|
24
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
25
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
26
|
+
readonly subfeatures: readonly [{
|
|
27
|
+
readonly strand: -1;
|
|
28
|
+
readonly source: "HAVANA";
|
|
29
|
+
readonly type: "exon";
|
|
30
|
+
readonly start: 51287257;
|
|
31
|
+
readonly end: 51288280;
|
|
32
|
+
readonly phase: 0;
|
|
33
|
+
readonly derived_features: readonly [];
|
|
34
|
+
readonly refName: "chr1";
|
|
35
|
+
readonly id: "exon:ENST00000530004.5:7";
|
|
36
|
+
readonly parent: "ENST00000530004.5";
|
|
37
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
38
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
39
|
+
readonly gene_type: "protein_coding";
|
|
40
|
+
readonly gene_name: "TTC39A";
|
|
41
|
+
readonly transcript_type: "protein_coding";
|
|
42
|
+
readonly transcript_name: "TTC39A-216";
|
|
43
|
+
readonly exon_number: "7";
|
|
44
|
+
readonly exon_id: "ENSE00000835623.5";
|
|
45
|
+
readonly level: "2";
|
|
46
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
47
|
+
readonly transcript_support_level: "1";
|
|
48
|
+
readonly hgnc_id: "HGNC:18657";
|
|
49
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
50
|
+
readonly ccdsid: "CCDS76162.1";
|
|
51
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
52
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
53
|
+
readonly uniqueId: "590611027-offset-601794870-0-0";
|
|
54
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
55
|
+
readonly __jbrowsefmt: {};
|
|
56
|
+
}, {
|
|
57
|
+
readonly strand: -1;
|
|
58
|
+
readonly source: "HAVANA";
|
|
59
|
+
readonly type: "three_prime_UTR";
|
|
60
|
+
readonly start: 51287257;
|
|
61
|
+
readonly end: 51288156;
|
|
62
|
+
readonly phase: 0;
|
|
63
|
+
readonly derived_features: readonly [];
|
|
64
|
+
readonly refName: "chr1";
|
|
65
|
+
readonly id: "UTR3:ENST00000530004.5";
|
|
66
|
+
readonly parent: "ENST00000530004.5";
|
|
67
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
68
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
69
|
+
readonly gene_type: "protein_coding";
|
|
70
|
+
readonly gene_name: "TTC39A";
|
|
71
|
+
readonly transcript_type: "protein_coding";
|
|
72
|
+
readonly transcript_name: "TTC39A-216";
|
|
73
|
+
readonly exon_number: "7";
|
|
74
|
+
readonly exon_id: "ENSE00000835623.5";
|
|
75
|
+
readonly level: "2";
|
|
76
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
77
|
+
readonly transcript_support_level: "1";
|
|
78
|
+
readonly hgnc_id: "HGNC:18657";
|
|
79
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
80
|
+
readonly ccdsid: "CCDS76162.1";
|
|
81
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
82
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
83
|
+
readonly uniqueId: "590611027-offset-601794870-0-1";
|
|
84
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
85
|
+
readonly __jbrowsefmt: {};
|
|
86
|
+
}, {
|
|
87
|
+
readonly strand: -1;
|
|
88
|
+
readonly source: "HAVANA";
|
|
89
|
+
readonly type: "CDS";
|
|
90
|
+
readonly start: 51288156;
|
|
91
|
+
readonly end: 51288280;
|
|
92
|
+
readonly phase: 1;
|
|
93
|
+
readonly derived_features: readonly [];
|
|
94
|
+
readonly refName: "chr1";
|
|
95
|
+
readonly id: "CDS:ENST00000530004.5";
|
|
96
|
+
readonly parent: "ENST00000530004.5";
|
|
97
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
98
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
99
|
+
readonly gene_type: "protein_coding";
|
|
100
|
+
readonly gene_name: "TTC39A";
|
|
101
|
+
readonly transcript_type: "protein_coding";
|
|
102
|
+
readonly transcript_name: "TTC39A-216";
|
|
103
|
+
readonly exon_number: "7";
|
|
104
|
+
readonly exon_id: "ENSE00000835623.5";
|
|
105
|
+
readonly level: "2";
|
|
106
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
107
|
+
readonly transcript_support_level: "1";
|
|
108
|
+
readonly hgnc_id: "HGNC:18657";
|
|
109
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
110
|
+
readonly ccdsid: "CCDS76162.1";
|
|
111
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
112
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
113
|
+
readonly uniqueId: "590611027-offset-601794870-0-2";
|
|
114
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
115
|
+
readonly __jbrowsefmt: {};
|
|
116
|
+
}, {
|
|
117
|
+
readonly strand: -1;
|
|
118
|
+
readonly source: "HAVANA";
|
|
119
|
+
readonly type: "CDS";
|
|
120
|
+
readonly start: 51288838;
|
|
121
|
+
readonly end: 51288955;
|
|
122
|
+
readonly phase: 1;
|
|
123
|
+
readonly derived_features: readonly [];
|
|
124
|
+
readonly refName: "chr1";
|
|
125
|
+
readonly id: "CDS:ENST00000530004.5";
|
|
126
|
+
readonly parent: "ENST00000530004.5";
|
|
127
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
128
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
129
|
+
readonly gene_type: "protein_coding";
|
|
130
|
+
readonly gene_name: "TTC39A";
|
|
131
|
+
readonly transcript_type: "protein_coding";
|
|
132
|
+
readonly transcript_name: "TTC39A-216";
|
|
133
|
+
readonly exon_number: "6";
|
|
134
|
+
readonly exon_id: "ENSE00003633626.1";
|
|
135
|
+
readonly level: "2";
|
|
136
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
137
|
+
readonly transcript_support_level: "1";
|
|
138
|
+
readonly hgnc_id: "HGNC:18657";
|
|
139
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
140
|
+
readonly ccdsid: "CCDS76162.1";
|
|
141
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
142
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
143
|
+
readonly uniqueId: "590611027-offset-601794870-0-3";
|
|
144
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
145
|
+
readonly __jbrowsefmt: {};
|
|
146
|
+
}, {
|
|
147
|
+
readonly strand: -1;
|
|
148
|
+
readonly source: "HAVANA";
|
|
149
|
+
readonly type: "CDS";
|
|
150
|
+
readonly start: 51290004;
|
|
151
|
+
readonly end: 51290119;
|
|
152
|
+
readonly phase: 2;
|
|
153
|
+
readonly derived_features: readonly [];
|
|
154
|
+
readonly refName: "chr1";
|
|
155
|
+
readonly id: "CDS:ENST00000530004.5";
|
|
156
|
+
readonly parent: "ENST00000530004.5";
|
|
157
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
158
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
159
|
+
readonly gene_type: "protein_coding";
|
|
160
|
+
readonly gene_name: "TTC39A";
|
|
161
|
+
readonly transcript_type: "protein_coding";
|
|
162
|
+
readonly transcript_name: "TTC39A-216";
|
|
163
|
+
readonly exon_number: "5";
|
|
164
|
+
readonly exon_id: "ENSE00003508941.1";
|
|
165
|
+
readonly level: "2";
|
|
166
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
167
|
+
readonly transcript_support_level: "1";
|
|
168
|
+
readonly hgnc_id: "HGNC:18657";
|
|
169
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
170
|
+
readonly ccdsid: "CCDS76162.1";
|
|
171
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
172
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
173
|
+
readonly uniqueId: "590611027-offset-601794870-0-4";
|
|
174
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
175
|
+
readonly __jbrowsefmt: {};
|
|
176
|
+
}, {
|
|
177
|
+
readonly strand: -1;
|
|
178
|
+
readonly source: "HAVANA";
|
|
179
|
+
readonly type: "CDS";
|
|
180
|
+
readonly start: 51290513;
|
|
181
|
+
readonly end: 51290625;
|
|
182
|
+
readonly phase: 0;
|
|
183
|
+
readonly derived_features: readonly [];
|
|
184
|
+
readonly refName: "chr1";
|
|
185
|
+
readonly id: "CDS:ENST00000530004.5";
|
|
186
|
+
readonly parent: "ENST00000530004.5";
|
|
187
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
188
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
189
|
+
readonly gene_type: "protein_coding";
|
|
190
|
+
readonly gene_name: "TTC39A";
|
|
191
|
+
readonly transcript_type: "protein_coding";
|
|
192
|
+
readonly transcript_name: "TTC39A-216";
|
|
193
|
+
readonly exon_number: "4";
|
|
194
|
+
readonly exon_id: "ENSE00003479848.1";
|
|
195
|
+
readonly level: "2";
|
|
196
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
197
|
+
readonly transcript_support_level: "1";
|
|
198
|
+
readonly hgnc_id: "HGNC:18657";
|
|
199
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
200
|
+
readonly ccdsid: "CCDS76162.1";
|
|
201
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
202
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
203
|
+
readonly uniqueId: "590611027-offset-601794870-0-5";
|
|
204
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
205
|
+
readonly __jbrowsefmt: {};
|
|
206
|
+
}, {
|
|
207
|
+
readonly strand: -1;
|
|
208
|
+
readonly source: "HAVANA";
|
|
209
|
+
readonly type: "CDS";
|
|
210
|
+
readonly start: 51294390;
|
|
211
|
+
readonly end: 51294511;
|
|
212
|
+
readonly phase: 1;
|
|
213
|
+
readonly derived_features: readonly [];
|
|
214
|
+
readonly refName: "chr1";
|
|
215
|
+
readonly id: "CDS:ENST00000530004.5";
|
|
216
|
+
readonly parent: "ENST00000530004.5";
|
|
217
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
218
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
219
|
+
readonly gene_type: "protein_coding";
|
|
220
|
+
readonly gene_name: "TTC39A";
|
|
221
|
+
readonly transcript_type: "protein_coding";
|
|
222
|
+
readonly transcript_name: "TTC39A-216";
|
|
223
|
+
readonly exon_number: "3";
|
|
224
|
+
readonly exon_id: "ENSE00003479532.1";
|
|
225
|
+
readonly level: "2";
|
|
226
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
227
|
+
readonly transcript_support_level: "1";
|
|
228
|
+
readonly hgnc_id: "HGNC:18657";
|
|
229
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
230
|
+
readonly ccdsid: "CCDS76162.1";
|
|
231
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
232
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
233
|
+
readonly uniqueId: "590611027-offset-601794870-0-6";
|
|
234
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
235
|
+
readonly __jbrowsefmt: {};
|
|
236
|
+
}, {
|
|
237
|
+
readonly strand: -1;
|
|
238
|
+
readonly source: "HAVANA";
|
|
239
|
+
readonly type: "CDS";
|
|
240
|
+
readonly start: 51296078;
|
|
241
|
+
readonly end: 51296155;
|
|
242
|
+
readonly phase: 0;
|
|
243
|
+
readonly derived_features: readonly [];
|
|
244
|
+
readonly refName: "chr1";
|
|
245
|
+
readonly id: "CDS:ENST00000530004.5";
|
|
246
|
+
readonly parent: "ENST00000530004.5";
|
|
247
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
248
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
249
|
+
readonly gene_type: "protein_coding";
|
|
250
|
+
readonly gene_name: "TTC39A";
|
|
251
|
+
readonly transcript_type: "protein_coding";
|
|
252
|
+
readonly transcript_name: "TTC39A-216";
|
|
253
|
+
readonly exon_number: "2";
|
|
254
|
+
readonly exon_id: "ENSE00003608742.1";
|
|
255
|
+
readonly level: "2";
|
|
256
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
257
|
+
readonly transcript_support_level: "1";
|
|
258
|
+
readonly hgnc_id: "HGNC:18657";
|
|
259
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
260
|
+
readonly ccdsid: "CCDS76162.1";
|
|
261
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
262
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
263
|
+
readonly uniqueId: "590611027-offset-601794870-0-7";
|
|
264
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
265
|
+
readonly __jbrowsefmt: {};
|
|
266
|
+
}, {
|
|
267
|
+
readonly strand: -1;
|
|
268
|
+
readonly source: "HAVANA";
|
|
269
|
+
readonly type: "stop_codon";
|
|
270
|
+
readonly start: 51288156;
|
|
271
|
+
readonly end: 51288159;
|
|
272
|
+
readonly phase: 0;
|
|
273
|
+
readonly derived_features: readonly [];
|
|
274
|
+
readonly refName: "chr1";
|
|
275
|
+
readonly id: "stop_codon:ENST00000530004.5";
|
|
276
|
+
readonly parent: "ENST00000530004.5";
|
|
277
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
278
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
279
|
+
readonly gene_type: "protein_coding";
|
|
280
|
+
readonly gene_name: "TTC39A";
|
|
281
|
+
readonly transcript_type: "protein_coding";
|
|
282
|
+
readonly transcript_name: "TTC39A-216";
|
|
283
|
+
readonly exon_number: "7";
|
|
284
|
+
readonly exon_id: "ENSE00000835623.5";
|
|
285
|
+
readonly level: "2";
|
|
286
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
287
|
+
readonly transcript_support_level: "1";
|
|
288
|
+
readonly hgnc_id: "HGNC:18657";
|
|
289
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
290
|
+
readonly ccdsid: "CCDS76162.1";
|
|
291
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
292
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
293
|
+
readonly uniqueId: "590611027-offset-601794870-0-8";
|
|
294
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
295
|
+
readonly __jbrowsefmt: {};
|
|
296
|
+
}, {
|
|
297
|
+
readonly strand: -1;
|
|
298
|
+
readonly source: "HAVANA";
|
|
299
|
+
readonly type: "exon";
|
|
300
|
+
readonly start: 51288838;
|
|
301
|
+
readonly end: 51288955;
|
|
302
|
+
readonly phase: 0;
|
|
303
|
+
readonly derived_features: readonly [];
|
|
304
|
+
readonly refName: "chr1";
|
|
305
|
+
readonly id: "exon:ENST00000530004.5:6";
|
|
306
|
+
readonly parent: "ENST00000530004.5";
|
|
307
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
308
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
309
|
+
readonly gene_type: "protein_coding";
|
|
310
|
+
readonly gene_name: "TTC39A";
|
|
311
|
+
readonly transcript_type: "protein_coding";
|
|
312
|
+
readonly transcript_name: "TTC39A-216";
|
|
313
|
+
readonly exon_number: "6";
|
|
314
|
+
readonly exon_id: "ENSE00003633626.1";
|
|
315
|
+
readonly level: "2";
|
|
316
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
317
|
+
readonly transcript_support_level: "1";
|
|
318
|
+
readonly hgnc_id: "HGNC:18657";
|
|
319
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
320
|
+
readonly ccdsid: "CCDS76162.1";
|
|
321
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
322
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
323
|
+
readonly uniqueId: "590611027-offset-601794870-0-9";
|
|
324
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
325
|
+
readonly __jbrowsefmt: {};
|
|
326
|
+
}, {
|
|
327
|
+
readonly strand: -1;
|
|
328
|
+
readonly source: "HAVANA";
|
|
329
|
+
readonly type: "exon";
|
|
330
|
+
readonly start: 51290004;
|
|
331
|
+
readonly end: 51290119;
|
|
332
|
+
readonly phase: 0;
|
|
333
|
+
readonly derived_features: readonly [];
|
|
334
|
+
readonly refName: "chr1";
|
|
335
|
+
readonly id: "exon:ENST00000530004.5:5";
|
|
336
|
+
readonly parent: "ENST00000530004.5";
|
|
337
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
338
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
339
|
+
readonly gene_type: "protein_coding";
|
|
340
|
+
readonly gene_name: "TTC39A";
|
|
341
|
+
readonly transcript_type: "protein_coding";
|
|
342
|
+
readonly transcript_name: "TTC39A-216";
|
|
343
|
+
readonly exon_number: "5";
|
|
344
|
+
readonly exon_id: "ENSE00003508941.1";
|
|
345
|
+
readonly level: "2";
|
|
346
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
347
|
+
readonly transcript_support_level: "1";
|
|
348
|
+
readonly hgnc_id: "HGNC:18657";
|
|
349
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
350
|
+
readonly ccdsid: "CCDS76162.1";
|
|
351
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
352
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
353
|
+
readonly uniqueId: "590611027-offset-601794870-0-10";
|
|
354
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
355
|
+
readonly __jbrowsefmt: {};
|
|
356
|
+
}, {
|
|
357
|
+
readonly strand: -1;
|
|
358
|
+
readonly source: "HAVANA";
|
|
359
|
+
readonly type: "exon";
|
|
360
|
+
readonly start: 51290513;
|
|
361
|
+
readonly end: 51290625;
|
|
362
|
+
readonly phase: 0;
|
|
363
|
+
readonly derived_features: readonly [];
|
|
364
|
+
readonly refName: "chr1";
|
|
365
|
+
readonly id: "exon:ENST00000530004.5:4";
|
|
366
|
+
readonly parent: "ENST00000530004.5";
|
|
367
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
368
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
369
|
+
readonly gene_type: "protein_coding";
|
|
370
|
+
readonly gene_name: "TTC39A";
|
|
371
|
+
readonly transcript_type: "protein_coding";
|
|
372
|
+
readonly transcript_name: "TTC39A-216";
|
|
373
|
+
readonly exon_number: "4";
|
|
374
|
+
readonly exon_id: "ENSE00003479848.1";
|
|
375
|
+
readonly level: "2";
|
|
376
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
377
|
+
readonly transcript_support_level: "1";
|
|
378
|
+
readonly hgnc_id: "HGNC:18657";
|
|
379
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
380
|
+
readonly ccdsid: "CCDS76162.1";
|
|
381
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
382
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
383
|
+
readonly uniqueId: "590611027-offset-601794870-0-11";
|
|
384
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
385
|
+
readonly __jbrowsefmt: {};
|
|
386
|
+
}, {
|
|
387
|
+
readonly strand: -1;
|
|
388
|
+
readonly source: "HAVANA";
|
|
389
|
+
readonly type: "exon";
|
|
390
|
+
readonly start: 51294390;
|
|
391
|
+
readonly end: 51294511;
|
|
392
|
+
readonly phase: 0;
|
|
393
|
+
readonly derived_features: readonly [];
|
|
394
|
+
readonly refName: "chr1";
|
|
395
|
+
readonly id: "exon:ENST00000530004.5:3";
|
|
396
|
+
readonly parent: "ENST00000530004.5";
|
|
397
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
398
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
399
|
+
readonly gene_type: "protein_coding";
|
|
400
|
+
readonly gene_name: "TTC39A";
|
|
401
|
+
readonly transcript_type: "protein_coding";
|
|
402
|
+
readonly transcript_name: "TTC39A-216";
|
|
403
|
+
readonly exon_number: "3";
|
|
404
|
+
readonly exon_id: "ENSE00003479532.1";
|
|
405
|
+
readonly level: "2";
|
|
406
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
407
|
+
readonly transcript_support_level: "1";
|
|
408
|
+
readonly hgnc_id: "HGNC:18657";
|
|
409
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
410
|
+
readonly ccdsid: "CCDS76162.1";
|
|
411
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
412
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
413
|
+
readonly uniqueId: "590611027-offset-601794870-0-12";
|
|
414
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
415
|
+
readonly __jbrowsefmt: {};
|
|
416
|
+
}, {
|
|
417
|
+
readonly strand: -1;
|
|
418
|
+
readonly source: "HAVANA";
|
|
419
|
+
readonly type: "exon";
|
|
420
|
+
readonly start: 51296078;
|
|
421
|
+
readonly end: 51296170;
|
|
422
|
+
readonly phase: 0;
|
|
423
|
+
readonly derived_features: readonly [];
|
|
424
|
+
readonly refName: "chr1";
|
|
425
|
+
readonly id: "exon:ENST00000530004.5:2";
|
|
426
|
+
readonly parent: "ENST00000530004.5";
|
|
427
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
428
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
429
|
+
readonly gene_type: "protein_coding";
|
|
430
|
+
readonly gene_name: "TTC39A";
|
|
431
|
+
readonly transcript_type: "protein_coding";
|
|
432
|
+
readonly transcript_name: "TTC39A-216";
|
|
433
|
+
readonly exon_number: "2";
|
|
434
|
+
readonly exon_id: "ENSE00003608742.1";
|
|
435
|
+
readonly level: "2";
|
|
436
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
437
|
+
readonly transcript_support_level: "1";
|
|
438
|
+
readonly hgnc_id: "HGNC:18657";
|
|
439
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
440
|
+
readonly ccdsid: "CCDS76162.1";
|
|
441
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
442
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
443
|
+
readonly uniqueId: "590611027-offset-601794870-0-13";
|
|
444
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
445
|
+
readonly __jbrowsefmt: {};
|
|
446
|
+
}, {
|
|
447
|
+
readonly strand: -1;
|
|
448
|
+
readonly source: "HAVANA";
|
|
449
|
+
readonly type: "start_codon";
|
|
450
|
+
readonly start: 51296152;
|
|
451
|
+
readonly end: 51296155;
|
|
452
|
+
readonly phase: 0;
|
|
453
|
+
readonly derived_features: readonly [];
|
|
454
|
+
readonly refName: "chr1";
|
|
455
|
+
readonly id: "start_codon:ENST00000530004.5";
|
|
456
|
+
readonly parent: "ENST00000530004.5";
|
|
457
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
458
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
459
|
+
readonly gene_type: "protein_coding";
|
|
460
|
+
readonly gene_name: "TTC39A";
|
|
461
|
+
readonly transcript_type: "protein_coding";
|
|
462
|
+
readonly transcript_name: "TTC39A-216";
|
|
463
|
+
readonly exon_number: "2";
|
|
464
|
+
readonly exon_id: "ENSE00003608742.1";
|
|
465
|
+
readonly level: "2";
|
|
466
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
467
|
+
readonly transcript_support_level: "1";
|
|
468
|
+
readonly hgnc_id: "HGNC:18657";
|
|
469
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
470
|
+
readonly ccdsid: "CCDS76162.1";
|
|
471
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
472
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
473
|
+
readonly uniqueId: "590611027-offset-601794870-0-14";
|
|
474
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
475
|
+
readonly __jbrowsefmt: {};
|
|
476
|
+
}, {
|
|
477
|
+
readonly strand: -1;
|
|
478
|
+
readonly source: "HAVANA";
|
|
479
|
+
readonly type: "five_prime_UTR";
|
|
480
|
+
readonly start: 51296155;
|
|
481
|
+
readonly end: 51296170;
|
|
482
|
+
readonly phase: 0;
|
|
483
|
+
readonly derived_features: readonly [];
|
|
484
|
+
readonly refName: "chr1";
|
|
485
|
+
readonly id: "UTR5:ENST00000530004.5";
|
|
486
|
+
readonly parent: "ENST00000530004.5";
|
|
487
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
488
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
489
|
+
readonly gene_type: "protein_coding";
|
|
490
|
+
readonly gene_name: "TTC39A";
|
|
491
|
+
readonly transcript_type: "protein_coding";
|
|
492
|
+
readonly transcript_name: "TTC39A-216";
|
|
493
|
+
readonly exon_number: "2";
|
|
494
|
+
readonly exon_id: "ENSE00003608742.1";
|
|
495
|
+
readonly level: "2";
|
|
496
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
497
|
+
readonly transcript_support_level: "1";
|
|
498
|
+
readonly hgnc_id: "HGNC:18657";
|
|
499
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
500
|
+
readonly ccdsid: "CCDS76162.1";
|
|
501
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
502
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
503
|
+
readonly uniqueId: "590611027-offset-601794870-0-15";
|
|
504
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
505
|
+
readonly __jbrowsefmt: {};
|
|
506
|
+
}, {
|
|
507
|
+
readonly strand: -1;
|
|
508
|
+
readonly source: "HAVANA";
|
|
509
|
+
readonly type: "five_prime_UTR";
|
|
510
|
+
readonly start: 51297790;
|
|
511
|
+
readonly end: 51297990;
|
|
512
|
+
readonly phase: 0;
|
|
513
|
+
readonly derived_features: readonly [];
|
|
514
|
+
readonly refName: "chr1";
|
|
515
|
+
readonly id: "UTR5:ENST00000530004.5";
|
|
516
|
+
readonly parent: "ENST00000530004.5";
|
|
517
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
518
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
519
|
+
readonly gene_type: "protein_coding";
|
|
520
|
+
readonly gene_name: "TTC39A";
|
|
521
|
+
readonly transcript_type: "protein_coding";
|
|
522
|
+
readonly transcript_name: "TTC39A-216";
|
|
523
|
+
readonly exon_number: "1";
|
|
524
|
+
readonly exon_id: "ENSE00002148799.1";
|
|
525
|
+
readonly level: "2";
|
|
526
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
527
|
+
readonly transcript_support_level: "1";
|
|
528
|
+
readonly hgnc_id: "HGNC:18657";
|
|
529
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
530
|
+
readonly ccdsid: "CCDS76162.1";
|
|
531
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
532
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
533
|
+
readonly uniqueId: "590611027-offset-601794870-0-16";
|
|
534
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
535
|
+
readonly __jbrowsefmt: {};
|
|
536
|
+
}, {
|
|
537
|
+
readonly strand: -1;
|
|
538
|
+
readonly source: "HAVANA";
|
|
539
|
+
readonly type: "exon";
|
|
540
|
+
readonly start: 51297790;
|
|
541
|
+
readonly end: 51297990;
|
|
542
|
+
readonly phase: 0;
|
|
543
|
+
readonly derived_features: readonly [];
|
|
544
|
+
readonly refName: "chr1";
|
|
545
|
+
readonly id: "exon:ENST00000530004.5:1";
|
|
546
|
+
readonly parent: "ENST00000530004.5";
|
|
547
|
+
readonly gene_id: "ENSG00000085831.16";
|
|
548
|
+
readonly transcript_id: "ENST00000530004.5";
|
|
549
|
+
readonly gene_type: "protein_coding";
|
|
550
|
+
readonly gene_name: "TTC39A";
|
|
551
|
+
readonly transcript_type: "protein_coding";
|
|
552
|
+
readonly transcript_name: "TTC39A-216";
|
|
553
|
+
readonly exon_number: "1";
|
|
554
|
+
readonly exon_id: "ENSE00002148799.1";
|
|
555
|
+
readonly level: "2";
|
|
556
|
+
readonly protein_id: "ENSP00000431228.1";
|
|
557
|
+
readonly transcript_support_level: "1";
|
|
558
|
+
readonly hgnc_id: "HGNC:18657";
|
|
559
|
+
readonly tag: readonly ["basic", "CCDS"];
|
|
560
|
+
readonly ccdsid: "CCDS76162.1";
|
|
561
|
+
readonly havana_gene: "OTTHUMG00000008193.5";
|
|
562
|
+
readonly havana_transcript: "OTTHUMT00000387467.1";
|
|
563
|
+
readonly uniqueId: "590611027-offset-601794870-0-17";
|
|
564
|
+
readonly parentId: "590611027-offset-601794870-0";
|
|
565
|
+
readonly __jbrowsefmt: {};
|
|
566
|
+
}];
|
|
567
|
+
readonly uniqueId: "590611027-offset-601794870-0";
|
|
568
|
+
readonly parentId: "590611027-offset-601794870";
|
|
569
|
+
readonly __jbrowsefmt: {};
|
|
60
570
|
};
|
|
61
|
-
export declare const
|
|
62
|
-
consensus:
|
|
63
|
-
alns: {
|
|
64
|
-
id:
|
|
65
|
-
seq:
|
|
66
|
-
}
|
|
571
|
+
export declare const pairwiseAlignment: {
|
|
572
|
+
readonly consensus: " ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ";
|
|
573
|
+
readonly alns: readonly [{
|
|
574
|
+
readonly id: "a";
|
|
575
|
+
readonly seq: "MGQKGHKDSLYPCGGTPESSLHEALDQCMTALDLFLTNQFSEALSYLKPRTKESMYHSLTYATILEMQAMMTFDPQDILLAGNMMKEAQMLCQRHRRKSSVTDSFSSLVNRPTLGQFTEEEIHAEVCYAECLLQRAALTFLQGSSHGGAVRPRALHDPSHACSCPPGPGRQHLFLLQDENMVSFIKGGIKVRNSYQTYKELDSLVQSSQYCKGENHPHFEGGVKLGVGAFNLTLSMLPTRILRLLEFVGFSGNKDYGLLQLEEGASGHSFRSVLCVMLLLCYHTFLTFVLGTGNVNIEEAEKLLKPYLNRYPKGAIFLFFAGRIEVIKGNIDAAIRRFEECCEAQQHWKQFHHMCYWELMWCFTYKGQWKMSYFYADLLSKENCWSKATYIYMKAAYLSMFGKEDHKPFGDDEVELFRAVPGLKLKIAGKSLPTEKFAIRKSRRYFSSNPISLPVPALEMMYIWNGYAVIGKQPKLTDGILEIITKAEEMLEKGPENEYSVDDECLVKLLKGLCLKYLGRVQEAEENFRSISANEKKIKYDHYLIPNALLELALLLMEQDRNEEAIKLLESAKQNYKNYSMESRTHFRIQAATLQAKSSLENSSRSMVSSVSL-";
|
|
576
|
+
}, {
|
|
577
|
+
readonly id: "b";
|
|
578
|
+
readonly seq: "--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------MKAAYLSMFGKEDHKPFGDDEVELFRAVPGLKLKIAGKSLPTEKFAIRKSRRYFSSNPISLPVPALEMMYIWNGYAVIGKQPKLTDGILEIITKAEEMLEKGPENEYSVDDECLVKLLKGLCLKYLGRVQEAEENFRSISANEKKIKYDHYLIPNALLELALLLMEQDRNEEAIKLLESAKQNYKNYSMESRTHFRIQAATLQAKSSLENSSRSMVSSVSL*";
|
|
579
|
+
}];
|
|
67
580
|
};
|
package/dist/test_data/gene.js
CHANGED
|
@@ -587,7 +587,7 @@ export const feature = {
|
|
|
587
587
|
parentId: '590611027-offset-601794870',
|
|
588
588
|
__jbrowsefmt: {},
|
|
589
589
|
};
|
|
590
|
-
export const
|
|
590
|
+
export const pairwiseAlignment = {
|
|
591
591
|
consensus: ' ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ',
|
|
592
592
|
alns: [
|
|
593
593
|
{
|