Created
January 4, 2017 21:25
-
-
Save olgabot/1a47c6e51a7f6df43d87b3604ddf5414 to your computer and use it in GitHub Desktop.
gffutils weird error for inserting transcript on novel feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(outrigger) ➜ outrigger git:(merge_exon_finding_and_junction_adjacencies) ✗ python -m pdb outrigger/commandline.py index --sj-out-tab outrigger/tests/data/tasic2016/unprocessed/sj_out_tab/originals/CAV_LP_Ipsi_tdTpos_cell_1*SJ.out.tab --gtf outrigger/tests/data/tasic2016/unprocessed/gtf/gencode.vM10.annotation.subset.gtf --output $OUTPUT | |
> /Users/olga/workspace-git/outrigger/outrigger/commandline.py(3)<module>() | |
-> import argparse | |
(Pdb) c | |
2017-01-04 12:41:14 Creating folder tasic2016_big_outrigger_output ... | |
2017-01-04 12:41:14 Done. | |
2017-01-04 12:41:14 Creating folder tasic2016_big_outrigger_output/index ... | |
2017-01-04 12:41:14 Done. | |
2017-01-04 12:41:14 Creating folder tasic2016_big_outrigger_output/index/gtf ... | |
2017-01-04 12:41:14 Done. | |
2017-01-04 12:41:14 Creating folder tasic2016_big_outrigger_output/junctions ... | |
2017-01-04 12:41:14 Done. | |
2017-01-04 12:41:14 Reading SJ.out.files and creating a big splice junction table of reads spanning exon-exon junctions... | |
2017-01-04 12:41:16 Writing tasic2016_big_outrigger_output/junctions/reads.csv ... | |
2017-01-04 12:41:21 Done. | |
2017-01-04 12:41:21 Filtering for only junctions with minimum 10 reads ... | |
2017-01-04 12:41:22 75379/108342 junctions remain after filtering out 32963 junctions with < 10 reads. | |
2017-01-04 12:41:22 Done. | |
2017-01-04 12:41:22 Creating splice junction metadata of merely where junctions start and stop | |
2017-01-04 12:41:22 Done. | |
2017-01-04 12:41:22 Writing metadata of junctions to tasic2016_big_outrigger_output/junctions/metadata.csv ... | |
2017-01-04 12:41:22 Found GTF file in outrigger/tests/data/tasic2016/unprocessed/gtf/gencode.vM10.annotation.subset.gtf | |
2017-01-04 12:41:22 Creating a "gffutils" database tasic2016_big_outrigger_output/index/gtf/gencode.vM10.annotation.subset.gtf.db ... | |
2017-01-04 12:41:23,363 - INFO - Committing changes: 0 features | |
INFO:gffutils.create:Committing changes | |
2017-01-04 12:41:23,387 - INFO - Populating features table and first-order relations: 772 features | |
INFO:gffutils.create:Populating features table and first-order relations: 772 features | |
2017-01-04 12:41:23,387 - INFO - Creating relations(parent) index | |
INFO:gffutils.create:Creating relations(parent) index | |
2017-01-04 12:41:23,389 - INFO - Creating relations(child) index | |
INFO:gffutils.create:Creating relations(child) index | |
2017-01-04 12:41:23,390 - INFO - Creating features(featuretype) index | |
INFO:gffutils.create:Creating features(featuretype) index | |
2017-01-04 12:41:23,391 - INFO - Creating features (seqid, start, end) index | |
INFO:gffutils.create:Creating features (seqid, start, end) index | |
2017-01-04 12:41:23,392 - INFO - Creating features (seqid, start, end, strand) index | |
INFO:gffutils.create:Creating features (seqid, start, end, strand) index | |
2017-01-04 12:41:23,393 - INFO - Running ANALYSE features | |
INFO:gffutils.create:Running ANALYSE features | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Looking up which exons are already defined ... | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Detecting de novo exons based on gaps between junctions ... | |
2017-01-04 12:41:23 Finding novel exons that are <=100nt between two junctions on chromosome GL456233.1 ... | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Filtering for only novel exons on chromosome GL456233.1 ... | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Updating gffutils database with 4 novel exons on chromosome GL456233.1 ... | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Finding novel exons that are <=100nt between two junctions on chromosome GL456350.1 ... | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Filtering for only novel exons on chromosome GL456350.1 ... | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:23 Done. | |
2017-01-04 12:41:23 Updating gffutils database with 1 novel exons on chromosome GL456350.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome GL456370.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome GL456370.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 0 novel exons on chromosome GL456370.1 ... | |
2017-01-04 12:41:24 No novel exons found on chromosome GL456370.1 | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome JH584293.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome JH584293.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 3 novel exons on chromosome JH584293.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome JH584294.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome JH584294.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 2 novel exons on chromosome JH584294.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome JH584304.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome JH584304.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 0 novel exons on chromosome JH584304.1 ... | |
2017-01-04 12:41:24 No novel exons found on chromosome JH584304.1 | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome JH792828.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome JH792828.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 0 novel exons on chromosome JH792828.1 ... | |
2017-01-04 12:41:24 No novel exons found on chromosome JH792828.1 | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome JH792830.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome JH792830.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 1 novel exons on chromosome JH792830.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome KB469738.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome KB469738.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 2 novel exons on chromosome KB469738.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome KB469740.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome KB469740.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 3 novel exons on chromosome KB469740.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome KB469741.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Filtering for only novel exons on chromosome KB469741.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Updating gffutils database with 1 novel exons on chromosome KB469741.1 ... | |
2017-01-04 12:41:24 Done. | |
2017-01-04 12:41:24 Finding novel exons that are <=100nt between two junctions on chromosome chr1 ... | |
2017-01-04 12:41:35 Done. | |
2017-01-04 12:41:35 Filtering for only novel exons on chromosome chr1 ... | |
2017-01-04 12:41:35 Done. | |
2017-01-04 12:41:35 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:36 Done. | |
2017-01-04 12:41:36 Updating gffutils database with 1277 novel exons on chromosome chr1 ... | |
2017-01-04 12:41:36 Done. | |
2017-01-04 12:41:36 Finding novel exons that are <=100nt between two junctions on chromosome chr10 ... | |
2017-01-04 12:41:45 Done. | |
2017-01-04 12:41:45 Filtering for only novel exons on chromosome chr10 ... | |
2017-01-04 12:41:45 Done. | |
2017-01-04 12:41:45 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:41:45 Done. | |
2017-01-04 12:41:45 Updating gffutils database with 1000 novel exons on chromosome chr10 ... | |
2017-01-04 12:41:46 Done. | |
2017-01-04 12:41:46 Finding novel exons that are <=100nt between two junctions on chromosome chr11 ... | |
2017-01-04 12:42:03 Done. | |
2017-01-04 12:42:03 Filtering for only novel exons on chromosome chr11 ... | |
2017-01-04 12:42:03 Done. | |
2017-01-04 12:42:03 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:03 Done. | |
2017-01-04 12:42:03 Updating gffutils database with 1663 novel exons on chromosome chr11 ... | |
2017-01-04 12:42:04 Done. | |
2017-01-04 12:42:04 Finding novel exons that are <=100nt between two junctions on chromosome chr12 ... | |
2017-01-04 12:42:11 Done. | |
2017-01-04 12:42:11 Filtering for only novel exons on chromosome chr12 ... | |
2017-01-04 12:42:11 Done. | |
2017-01-04 12:42:11 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:11 Done. | |
2017-01-04 12:42:11 Updating gffutils database with 1026 novel exons on chromosome chr12 ... | |
2017-01-04 12:42:12 Done. | |
2017-01-04 12:42:12 Finding novel exons that are <=100nt between two junctions on chromosome chr13 ... | |
2017-01-04 12:42:18 Done. | |
2017-01-04 12:42:18 Filtering for only novel exons on chromosome chr13 ... | |
2017-01-04 12:42:19 Done. | |
2017-01-04 12:42:19 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:19 Done. | |
2017-01-04 12:42:19 Updating gffutils database with 860 novel exons on chromosome chr13 ... | |
2017-01-04 12:42:19 Done. | |
2017-01-04 12:42:19 Finding novel exons that are <=100nt between two junctions on chromosome chr14 ... | |
2017-01-04 12:42:26 Done. | |
2017-01-04 12:42:26 Filtering for only novel exons on chromosome chr14 ... | |
2017-01-04 12:42:26 Done. | |
2017-01-04 12:42:26 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:26 Done. | |
2017-01-04 12:42:26 Updating gffutils database with 848 novel exons on chromosome chr14 ... | |
2017-01-04 12:42:26 Done. | |
2017-01-04 12:42:26 Finding novel exons that are <=100nt between two junctions on chromosome chr15 ... | |
2017-01-04 12:42:33 Done. | |
2017-01-04 12:42:33 Filtering for only novel exons on chromosome chr15 ... | |
2017-01-04 12:42:33 Done. | |
2017-01-04 12:42:33 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:33 Done. | |
2017-01-04 12:42:33 Updating gffutils database with 794 novel exons on chromosome chr15 ... | |
2017-01-04 12:42:33 Done. | |
2017-01-04 12:42:33 Finding novel exons that are <=100nt between two junctions on chromosome chr16 ... | |
2017-01-04 12:42:40 Done. | |
2017-01-04 12:42:40 Filtering for only novel exons on chromosome chr16 ... | |
2017-01-04 12:42:40 Done. | |
2017-01-04 12:42:40 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:40 Done. | |
2017-01-04 12:42:40 Updating gffutils database with 784 novel exons on chromosome chr16 ... | |
2017-01-04 12:42:40 Done. | |
2017-01-04 12:42:40 Finding novel exons that are <=100nt between two junctions on chromosome chr17 ... | |
2017-01-04 12:42:48 Done. | |
2017-01-04 12:42:48 Filtering for only novel exons on chromosome chr17 ... | |
2017-01-04 12:42:48 Done. | |
2017-01-04 12:42:48 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:48 Done. | |
2017-01-04 12:42:48 Updating gffutils database with 934 novel exons on chromosome chr17 ... | |
2017-01-04 12:42:49 Done. | |
2017-01-04 12:42:49 Finding novel exons that are <=100nt between two junctions on chromosome chr18 ... | |
2017-01-04 12:42:54 Done. | |
2017-01-04 12:42:54 Filtering for only novel exons on chromosome chr18 ... | |
2017-01-04 12:42:54 Done. | |
2017-01-04 12:42:54 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:42:54 Done. | |
2017-01-04 12:42:54 Updating gffutils database with 657 novel exons on chromosome chr18 ... | |
2017-01-04 12:42:54 Done. | |
2017-01-04 12:42:54 Finding novel exons that are <=100nt between two junctions on chromosome chr19 ... | |
2017-01-04 12:43:00 Done. | |
2017-01-04 12:43:00 Filtering for only novel exons on chromosome chr19 ... | |
2017-01-04 12:43:00 Done. | |
2017-01-04 12:43:00 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:43:00 Done. | |
2017-01-04 12:43:00 Updating gffutils database with 660 novel exons on chromosome chr19 ... | |
2017-01-04 12:43:00 Done. | |
2017-01-04 12:43:00 Finding novel exons that are <=100nt between two junctions on chromosome chr2 ... | |
2017-01-04 12:43:16 Done. | |
2017-01-04 12:43:16 Filtering for only novel exons on chromosome chr2 ... | |
2017-01-04 12:43:16 Done. | |
2017-01-04 12:43:16 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:43:16 Done. | |
2017-01-04 12:43:16 Updating gffutils database with 1903 novel exons on chromosome chr2 ... | |
2017-01-04 12:43:17 Done. | |
2017-01-04 12:43:17 Finding novel exons that are <=100nt between two junctions on chromosome chr3 ... | |
2017-01-04 12:43:25 Done. | |
2017-01-04 12:43:25 Filtering for only novel exons on chromosome chr3 ... | |
2017-01-04 12:43:25 Done. | |
2017-01-04 12:43:25 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:43:25 Done. | |
2017-01-04 12:43:25 Updating gffutils database with 980 novel exons on chromosome chr3 ... | |
2017-01-04 12:43:27 Done. | |
2017-01-04 12:43:27 Finding novel exons that are <=100nt between two junctions on chromosome chr4 ... | |
2017-01-04 12:43:38 Done. | |
2017-01-04 12:43:38 Filtering for only novel exons on chromosome chr4 ... | |
2017-01-04 12:43:38 Done. | |
2017-01-04 12:43:38 Creating gffutils.Feature objects for each novel exon, plus potentially its overlapping gene | |
2017-01-04 12:43:38 Done. | |
2017-01-04 12:43:38 Updating gffutils database with 1300 novel exons on chromosome chr4 ... | |
Traceback (most recent call last): | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py", line 991, in _update_relations | |
self._insert(f, c) | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py", line 520, in _insert | |
cursor.execute(constants._INSERT, feature.astuple()) | |
sqlite3.IntegrityError: UNIQUE constraint failed: features.id | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/pdb.py", line 1661, in main | |
pdb._runscript(mainpyfile) | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/pdb.py", line 1542, in _runscript | |
self.run(statement) | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/bdb.py", line 431, in run | |
exec(cmd, globals, locals) | |
File "<string>", line 1, in <module> | |
File "/Users/olga/workspace-git/outrigger/outrigger/commandline.py", line 3, in <module> | |
import argparse | |
File "/Users/olga/workspace-git/outrigger/outrigger/commandline.py", line 1057, in main | |
cl = CommandLine(sys.argv[1:]) | |
File "/Users/olga/workspace-git/outrigger/outrigger/commandline.py", line 343, in __init__ | |
self.args.func() | |
File "/Users/olga/workspace-git/outrigger/outrigger/commandline.py", line 347, in index | |
index.execute() | |
File "/Users/olga/workspace-git/outrigger/outrigger/commandline.py", line 754, in execute | |
metadata, db) | |
File "/Users/olga/workspace-git/outrigger/outrigger/commandline.py", line 618, in make_exon_junction_adjacencies | |
exon_junction_adjacencies.detect_exons_from_junctions() | |
File "/Users/olga/workspace-git/outrigger/outrigger/index/adjacencies.py", line 324, in detect_exons_from_junctions | |
transform=transform) | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/interface.py", line 853, in update | |
db._update_relations() | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py", line 993, in _update_relations | |
fixed, final_strategy = self._do_merge(f, 'merge') | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py", line 288, in _do_merge | |
self._add_duplicate(orig_id, uniqued_feature.id) | |
File "/Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py", line 360, in _add_duplicate | |
(idspecid, newid)) | |
sqlite3.IntegrityError: UNIQUE constraint failed: duplicates.newid | |
Uncaught exception. Entering post mortem debugging | |
Running 'cont' or 'step' will restart the program | |
> /Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py(360)_add_duplicate() | |
-> (idspecid, newid)) | |
(Pdb) dir() | |
['c', 'idspecid', 'newid', 'self'] | |
(Pdb) print(c) | |
<sqlite3.Cursor object at 0x118d46030> | |
(Pdb) idspecid | |
'transcript_1' | |
(Pdb) newid | |
'transcript_1_1' | |
(Pdb) u | |
> /Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py(288)_do_merge() | |
-> self._add_duplicate(orig_id, uniqued_feature.id) | |
(Pdb) dir() | |
['_gffkeys_to_check', 'add_duplicate', 'existing_feature', 'f', 'features_to_merge', 'k', 'merge_strategy', 'orig_id', 'other_attributes_same', 'self', 'uniqued_feature'] | |
(Pdb) orig_id | |
'transcript_1' | |
(Pdb) existing_feaure | |
*** NameError: name 'existing_feaure' is not defined | |
(Pdb) existing_feature | |
<Feature transcript (chr5:125385965-125390014[-]) at 0x11b433630> | |
(Pdb) features_to_merge | |
[] | |
(Pdb) print(k) | |
end | |
(Pdb) print(f) | |
chr5 gffutils_derived transcript 125387659 125389186 . - . transcript_id=ENSMUST00000108707.2;gene_id=ENSMUSG00000008348.9 | |
(Pdb) print(uniqued_feature) | |
chr5 gffutils_derived transcript 125387659 125389186 . - . transcript_id=ENSMUST00000108707.2;gene_id=ENSMUSG00000008348.9 | |
(Pdb) print(existing_feature) | |
chr5 gffutils_derived transcript 125385965 125390014 . - . transcript_id "ENSMUST00000136312.1"; gene_id "ENSMUSG00000008348.9"; | |
(Pdb) existing_feature.id | |
'transcript_1' | |
(Pdb) u | |
> /Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/create.py(993)_update_relations() | |
-> fixed, final_strategy = self._do_merge(f, 'merge') | |
(Pdb) u | |
> /Users/olga/anaconda3/envs/outrigger/lib/python3.5/site-packages/gffutils/interface.py(853)update() | |
-> db._update_relations() | |
(Pdb) u | |
> /Users/olga/workspace-git/outrigger/outrigger/index/adjacencies.py(324)detect_exons_from_junctions() | |
-> transform=transform) | |
(Pdb) u | |
> /Users/olga/workspace-git/outrigger/outrigger/commandline.py(618)make_exon_junction_adjacencies() | |
-> exon_junction_adjacencies.detect_exons_from_junctions() | |
(Pdb) d | |
> /Users/olga/workspace-git/outrigger/outrigger/index/adjacencies.py(324)detect_exons_from_junctions() | |
-> transform=transform) | |
(Pdb) exon_features | |
[<Feature novel_exon (chr4:132544657-132544751[+]) at 0x1137faeb8>, <Feature novel_exon (chr4:47474912-47475009[+]) at 0x11eaf0278>, <Feature novel_exon (chr4:56767815-56767876[-]) at 0x11a116ef0>, <Feature novel_exon (chr4:122869694-122869771[-]) at 0x11eaf0128>, <Feature novel_exon (chr4:103331305-103331379[+]) at 0x11906b550>, <Feature novel_exon (chr4:107038726-107038780[+]) at 0x11906b710>, <Feature novel_exon (chr4:14975133-14975186[-]) at 0x11906bd68>, <Feature novel_exon (chr4:15922485-15922557[-]) at 0x11906b588>, <Feature novel_exon (chr4:28817445-28817509[+]) at 0x11906b2e8>, <Feature novel_exon (chr4:104161879-104161950[+]) at 0x11906b8d0>, <Feature novel_exon (chr4:129954890-129954979[+]) at 0x11906b198>, <Feature novel_exon (chr4:132352663-132352698[-]) at 0x11906bef0>, <Feature novel_exon (chr4:141955293-141955376[-]) at 0x11906b9e8>, <Feature novel_exon (chr4:34607131-34607228[-]) at 0x11906b978>, <Feature novel_exon (chr4:134470103-134470175[+]) at 0x11906bc88>, <Feature novel_exon (chr4:152434782-152434823[-]) at 0x11906bf98>, <Feature novel_exon (chr4:74145034-74145121[+]) at 0x11906b518>, <Feature novel_exon (chr4:94635774-94635835[+]) at 0x11906bda0>, <Feature novel_exon (chr4:94970624-94970701[-]) at 0x11906bc18>, <Feature novel_exon (chr4:133866362-133866399[-]) at 0x11906b9b0>, <Feature novel_exon (chr4:155515631-155515679[+]) at 0x11906bf28>, <Feature novel_exon (chr4:74306965-74307014[+]) at 0x11906b080>, <Feature novel_exon (chr4:109040185-109040239[+]) at 0x11906b630>, <Feature novel_exon (chr4:41768493-41768575[+]) at 0x11906b320>, <Feature novel_exon (chr4:156168733-156168820[-]) at 0x11906bb38>, <Feature novel_exon (chr4:152401925-152401968[-]) at 0x11906b208>, <Feature novel_exon (chr4:139480642-139480664[+]) at 0x11906b4a8>, <Feature novel_exon (chr4:117675732-117675803[-]) at 0x11906bd30>, <Feature novel_exon (chr4:15919194-15919256[-]) at 0x11906b908>, <Feature novel_exon (chr4:99798696-99798762[-]) at 0x11906ba90>, <Feature novel_exon (chr4:146654899-146654956[+]) at 0x11906b898>, <Feature novel_exon (chr4:62404456-62404552[-]) at 0x11906b5f8>, <Feature novel_exon (chr4:116637762-116637848[-]) at 0x11906b7b8>, <Feature novel_exon (chr4:62462141-62462215[-]) at 0x11906b5c0>, <Feature novel_exon (chr4:115862977-115863056[+]) at 0x11906b240>, <Feature novel_exon (chr4:132862826-132862869[-]) at 0x11c171828>, <Feature novel_exon (chr4:130384482-130384564[+]) at 0x11906bb00>, <Feature novel_exon (chr4:40277653-40277745[-]) at 0x11c171390>, <Feature novel_exon (chr4:136574025-136574103[-]) at 0x11906b780>, <Feature novel_exon (chr4:148573111-148573189[+]) at 0x11906b400>, <Feature novel_exon (chr4:155415680-155415765[+]) at 0x11906bac8>, <Feature novel_exon (chr4:109890902-109890990[+]) at 0x11b4336a0>, <Feature novel_exon (chr4:77370100-77370141[-]) at 0x11b433860>, <Feature novel_exon (chr4:134903650-134903742[-]) at 0x11b4337b8>, <Feature novel_exon (chr4:94627252-94627312[+]) at 0x11b433f60>, <Feature novel_exon (chr4:94521062-94521135[-]) at 0x11b433748>, <Feature novel_exon (chr4:132310151-132310215[+]) at 0x11b433550>, <Feature novel_exon (chr4:11526347-11526440[+]) at 0x11b433978>, <Feature novel_exon (chr4:152412817-152412860[-]) at 0x11b433588>, <Feature novel_exon (chr4:135967012-135967078[+]) at 0x11b433e10>, <Feature novel_exon (chr4:6393637-6393728[+]) at 0x11b4334e0>, <Feature novel_exon (chr4:62149354-62149427[-]) at 0x11b433da0>, <Feature novel_exon (chr4:109133744-109133820[-]) at 0x11b433828>, <Feature novel_exon (chr4:42157046-42157143[+]) at 0x11b433908>, <Feature novel_exon (chr4:42650998-42651064[+]) at 0x11b433080>, <Feature novel_exon (chr4:46471398-46471467[+]) at 0x11b433cf8>, <Feature novel_exon (chr4:115762218-115762298[+]) at 0x11b433be0>, <Feature novel_exon (chr4:56805878-56805947[+]) at 0x11b433198>, <Feature novel_exon (chr4:62510868-62510923[-]) at 0x11b433c50>, <Feature novel_exon (chr4:155087421-155087492[+]) at 0x11b433940>, <Feature novel_exon (chr4:24632643-24632701[-]) at 0x11b433ac8>, <Feature novel_exon (chr4:125641544-125641597[+]) at 0x11b4334a8>, <Feature novel_exon (chr4:106355674-106355739[+]) at 0x11b433898>, <Feature novel_exon (chr4:96009469-96009529[+]) at 0x11b433b70>, <Feature novel_exon (chr4:76054589-76054600[-]) at 0x11b433c18>, <Feature novel_exon (chr4:116604909-116604994[-]) at 0x11b433128>, <Feature novel_exon (chr4:41768169-41768265[+]) at 0x11b433a58>, <Feature novel_exon (chr4:48617235-48617331[+]) at 0x11b433e80>, <Feature novel_exon (chr4:6377077-6377142[+]) at 0x11b433cc0>, <Feature novel_exon (chr4:87032193-87032291[-]) at 0x11b4339b0>, <Feature novel_exon (chr4:129610216-129610255[-]) at 0x11b433a20>, <Feature novel_exon (chr4:76095520-76095546[-]) at 0x11c196c18>, <Feature novel_exon (chr4:139373809-139373893[+]) at 0x11b4336d8>, <Feature novel_exon (chr4:43566120-43566204[+]) at 0x11b4335f8>, <Feature novel_exon (chr4:102869754-102869808[+]) at 0x11b4332b0>, <Feature novel_exon (chr4:125054142-125054227[+]) at 0x11b433b00>, <Feature novel_exon (chr4:135985941-135986018[-]) at 0x11e9a2a20>, <Feature novel_exon (chr4:108172089-108172175[+]) at 0x11e997358>, <Feature novel_exon (chr4:40695377-40695418[-]) at 0x11e9a24a8>, <Feature novel_exon (chr4:116993248-116993310[-]) at 0x11e9a20b8>, <Feature novel_exon (chr4:108572806-108572891[-]) at 0x11e9a2b38>, <Feature novel_exon (chr4:117885804-117885873[-]) at 0x11e9a2588>, <Feature novel_exon (chr4:109049067-109049118[+]) at 0x11907c208>, <Feature novel_exon (chr4:74119799-74119877[+]) at 0x11907c898>, <Feature novel_exon (chr4:116070668-116070757[-]) at 0x11907c940>, <Feature novel_exon (chr4:124729459-124729549[+]) at 0x11907ca20>, <Feature novel_exon (chr4:124743636-124743733[+]) at 0x11907c550>, <Feature novel_exon (chr4:77335411-77335448[-]) at 0x11907ce80>, <Feature novel_exon (chr4:140971137-140971222[+]) at 0x11907cdd8>, <Feature novel_exon (chr4:9635901-9635969[-]) at 0x11907c2b0>, <Feature novel_exon (chr4:117068744-117068821[+]) at 0x11907cac8>, <Feature novel_exon (chr4:42153553-42153617[+]) at 0x11907c1d0>, <Feature novel_exon (chr4:88403311-88403408[+]) at 0x11907c278>, <Feature novel_exon (chr4:117900649-117900745[-]) at 0x11907c2e8>, <Feature novel_exon (chr4:139350436-139350494[-]) at 0x11907cf28>, <Feature novel_exon (chr4:155885287-155885321[+]) at 0x11907c748>, <Feature novel_exon (chr4:147885681-147885748[-]) at 0x11907c400>, <Feature novel_exon (chr4:107239712-107239800[-]) at 0x11907c4e0>, <Feature novel_exon (chr4:122845971-122846041[+]) at 0x11907ca58>, <Feature novel_exon (chr4:132550377-132550468[+]) at 0x11907c128>, <Feature novel_exon (chr4:134472915-134472995[+]) at 0x11907cc18>, <Feature novel_exon (chr4:43004559-43004605[-]) at 0x11907ce10>, <Feature novel_exon (chr4:35194137-35194194[-]) at 0x11907c668>, <Feature novel_exon (chr4:43574028-43574119[-]) at 0x11907cc88>, <Feature novel_exon (chr4:76534734-76534757[-]) at 0x11907c828>, <Feature novel_exon (chr4:117901558-117901638[-]) at 0x11907c7b8>, <Feature novel_exon (chr4:94968980-94969053[-]) at 0x11907ceb8>, <Feature novel_exon (chr4:148572919-148572969[+]) at 0x11907c470>, <Feature novel_exon (chr4:116154542-116154612[+]) at 0x11907c9e8>, <Feature novel_exon (chr4:34647786-34647881[+]) at 0x11907c358>, <Feature novel_exon (chr4:148550959-148551024[+]) at 0x11907c630>, <Feature novel_exon (chr4:119320169-119320233[-]) at 0x11907ca90>, <Feature novel_exon (chr4:104688383-104688442[+]) at 0x11907cb00>, <Feature novel_exon (chr4:35213009-35213073[-]) at 0x11907c160>, <Feature novel_exon (chr4:134360532-134360621[-]) at 0x11907ce48>, <Feature novel_exon (chr4:44983874-44983946[+]) at 0x11907c048>, <Feature novel_exon (chr4:126707554-126707603[+]) at 0x11907cda0>, <Feature novel_exon (chr4:74357342-74357397[+]) at 0x11e9c8ba8>, <Feature novel_exon (chr4:141014189-141014269[+]) at 0x11e9c82e8>, <Feature novel_exon (chr4:106667496-106667577[-]) at 0x11e9c8390>, <Feature novel_exon (chr4:43029279-43029358[-]) at 0x11e9c8828>, <Feature novel_exon (chr4:49645619-49645696[+]) at 0x11e9c83c8>, <Feature novel_exon (chr4:43566294-43566378[+]) at 0x11e9c8470>, <Feature novel_exon (chr4:108857925-108857994[+]) at 0x11e9c8128>, <Feature novel_exon (chr4:151977999-151978068[+]) at 0x11e9c8898>, <Feature novel_exon (chr4:107030862-107030928[+]) at 0x11e9c8dd8>, <Feature novel_exon (chr4:140431537-140431631[+]) at 0x11e9c8f28>, <Feature novel_exon (chr4:134137571-134137621[-]) at 0x11e9c8a20>, <Feature novel_exon (chr4:41757715-41757778[+]) at 0x11e9c8e48>, <Feature novel_exon (chr4:132211432-132211456[-]) at 0x11e9c8ef0>, <Feature novel_exon (chr4:133533406-133533489[-]) at 0x11e9c8d68>, <Feature novel_exon (chr4:151071426-151071456[-]) at 0x11e9c8860>, <Feature novel_exon (chr4:108830518-108830583[-]) at 0x11e9c85c0>, <Feature novel_exon (chr4:102597459-102597557[+]) at 0x11e9c82b0>, <Feature novel_exon (chr4:148468988-148469077[+]) at 0x11e9c8b38>, <Feature novel_exon (chr4:19540741-19540830[-]) at 0x11e9c8f60>, <Feature novel_exon (chr4:46159659-46159723[+]) at 0x11e9c8198>, <Feature novel_exon (chr4:62512871-62512967[-]) at 0x11e9c8a58>, <Feature novel_exon (chr4:82359732-82359800[-]) at 0x11e9c8048>, <Feature novel_exon (chr4:103149124-103149205[+]) at 0x11e9c8518>, <Feature novel_exon (chr4:62513532-62513582[-]) at 0x11e9c8908>, <Feature novel_exon (chr4:139464959-139465040[+]) at 0x11e9c81d0>, <Feature novel_exon (chr4:148970550-148970635[-]) at 0x11e9c80f0>, <Feature novel_exon (chr4:155271199-155271286[-]) at 0x11e9c8438>, <Feature novel_exon (chr4:21804226-21804313[+]) at 0x11e9c8da0>, <Feature novel_exon (chr4:139354812-139354877[+]) at 0x11e9c8e80>, <Feature novel_exon (chr4:11211882-11211932[-]) at 0x11e9c8c18>, <Feature novel_exon (chr4:41756344-41756422[+]) at 0x11e9c8c50>, <Feature novel_exon (chr4:81292761-81292844[-]) at 0x119070a20>, <Feature novel_exon (chr4:106351933-106351968[+]) at 0x11e9c80b8>, <Feature novel_exon (chr4:47025686-47025753[-]) at 0x11e9c8cc0>, <Feature novel_exon (chr4:116002458-116002555[-]) at 0x11e9c89b0>, <Feature novel_exon (chr4:83244048-83244115[-]) at 0x11e9c8b00>, <Feature novel_exon (chr4:33443601-33443667[+]) at 0x11a26ab70>, <Feature novel_exon (chr4:53682100-53682198[+]) at 0x11a26acc0>, <Feature novel_exon (chr4:94632677-94632736[+]) at 0x11a26af98>, <Feature novel_exon (chr4:141918748-141918832[-]) at 0x11a26a518>, <Feature novel_exon (chr4:8561152-8561223[+]) at 0x11a26a8d0>, <Feature novel_exon (chr4:19543254-19543337[-]) at 0x11a26a0b8>, <Feature novel_exon (chr4:127027268-127027316[+]) at 0x11a26ab38>, <Feature novel_exon (chr4:41003018-41003097[+]) at 0x11a26a588>, <Feature novel_exon (chr4:42661590-42661650[-]) at 0x11a26abe0>, <Feature novel_exon (chr4:117277582-117277637[-]) at 0x11a26a898>, <Feature novel_exon (chr4:107884917-107884999[+]) at 0x11a26a6d8>, <Feature novel_exon (chr4:107277927-107277970[+]) at 0x11a26a3c8>, <Feature novel_exon (chr4:124722024-124722106[+]) at 0x11a26a470>, <Feature novel_exon (chr4:127086975-127087041[+]) at 0x11a26a208>, <Feature novel_exon (chr4:152404600-152404644[-]) at 0x11a26ac18>, <Feature novel_exon (chr4:119281570-119281652[-]) at 0x11a26a1d0>, <Feature novel_exon (chr4:147165341-147165386[+]) at 0x11a26aba8>, <Feature novel_exon (chr4:32630178-32630246[+]) at 0x11a26a400>, <Feature novel_exon (chr4:58809682-58809725[-]) at 0x11a26a0f0>, <Feature novel_exon (chr4:44929581-44929645[+]) at 0x11a26a748>, <Feature novel_exon (chr4:109102497-109102592[-]) at 0x11a26a4a8>, <Feature novel_exon (chr4:41183245-41183342[+]) at 0x11a26afd0>, <Feature novel_exon (chr4:72118491-72118567[-]) at 0x11a26a710>, <Feature novel_exon (chr4:133268409-133268505[-]) at 0x11a26a128>, <Feature novel_exon (chr4:107192462-107192543[+]) at 0x11a26ad30>, <Feature novel_exon (chr4:117886276-117886359[-]) at 0x11a26ae80>, <Feature novel_exon (chr4:42734805-42734864[-]) at 0x11a26a7b8>, <Feature novel_exon (chr4:77194296-77194343[-]) at 0x11a26a550>, <Feature novel_exon (chr4:109024204-109024277[+]) at 0x11a26ae10>, <Feature novel_exon (chr4:116604741-116604814[-]) at 0x11a26a198>, <Feature novel_exon (chr4:146272883-146272975[+]) at 0x11a26a5c0>, <Feature novel_exon (chr4:25252299-25252379[-]) at 0x11a26add8>, <Feature novel_exon (chr4:74128199-74128296[+]) at 0x11a26aef0>, <Feature novel_exon (chr4:74399347-74399439[+]) at 0x11a26a668>, <Feature novel_exon (chr4:83256045-83256112[-]) at 0x11a26a7f0>, <Feature novel_exon (chr4:25279346-25279374[-]) at 0x11cc51160>, <Feature novel_exon (chr4:104681598-104681663[+]) at 0x11cc51f98>, <Feature novel_exon (chr4:140425796-140425861[+]) at 0x11cc517f0>, <Feature novel_exon (chr4:146613510-146613602[+]) at 0x11cc51710>, <Feature novel_exon (chr4:43565467-43565535[+]) at 0x11cc51518>, <Feature novel_exon (chr4:56770981-56771078[-]) at 0x11cc511d0>, <Feature novel_exon (chr4:120548055-120548149[-]) at 0x11cc515c0>, <Feature novel_exon (chr4:58812644-58812710[-]) at 0x11cc51198>, <Feature novel_exon (chr4:43495342-43495432[+]) at 0x11cc51eb8>, <Feature novel_exon (chr4:42155720-42155767[+]) at 0x11cc51a20>, <Feature novel_exon (chr4:132829373-132829437[-]) at 0x11cc51ef0>, <Feature novel_exon (chr4:95849582-95849676[+]) at 0x11cc51dd8>, <Feature novel_exon (chr4:44985307-44985395[+]) at 0x11cc51240>, <Feature novel_exon (chr4:148144264-148144358[+]) at 0x11cc51c88>, <Feature novel_exon (chr4:130263582-130263661[-]) at 0x11cc51828>, <Feature novel_exon (chr4:125108323-125108356[+]) at 0x11cc51f60>, <Feature novel_exon (chr4:139360880-139360951[+]) at 0x11cc51b38>, <Feature novel_exon (chr4:123135596-123135677[-]) at 0x11cc51ac8>, <Feature novel_exon (chr4:17550444-17550525[-]) at 0x11cc510b8>, <Feature novel_exon (chr4:14902487-14902539[+]) at 0x11cc51358>, <Feature novel_exon (chr4:19601356-19601443[+]) at 0x11cc519e8>, <Feature novel_exon (chr4:137161815-137161895[-]) at 0x11cc51080>, <Feature novel_exon (chr4:115876581-115876624[+]) at 0x11cc51e48>, <Feature novel_exon (chr4:116993388-116993467[-]) at 0x11cc51e10>, <Feature novel_exon (chr4:122855806-122855877[+]) at 0x11cc51208>, <Feature novel_exon (chr4:139451246-139451324[+]) at 0x11cc51470>, <Feature novel_exon (chr4:135958723-135958786[+]) at 0x11cc51588>, <Feature novel_exon (chr4:15065324-15065349[-]) at 0x11cc51be0>, <Feature novel_exon (chr4:155290503-155290555[-]) at 0x11cc51438>, <Feature novel_exon (chr4:102497754-102497824[+]) at 0x11cc51898>, <Feature novel_exon (chr4:134112915-134112969[+]) at 0x11cc51278>, <Feature novel_exon (chr4:12057316-12057414[-]) at 0x118d27d68>, <Feature novel_exon (chr4:118624135-118624228[+]) at 0x11cc514e0>, <Feature novel_exon (chr4:149130153-149130219[-]) at 0x118d27b00>, <Feature novel_exon (chr4:41505568-41505654[-]) at 0x11cc51400>, <Feature novel_exon (chr4:41757682-41757778[+]) at 0x11cc51e80>, <Feature novel_exon (chr4:104718210-104718272[+]) at 0x11b2fe1d0>, <Feature novel_exon (chr4:83260882-83260958[-]) at 0x11b2fe0b8>, <Feature novel_exon (chr4:101615581-101615660[+]) at 0x11b2fe940>, <Feature novel_exon (chr4:107315763-107315842[+]) at 0x11b2fea20>, <Feature novel_exon (chr4:108502966-108503035[+]) at 0x11b2fe400>, <Feature novel_exon (chr4:153386426-153386513[-]) at 0x11b2fe4e0>, <Feature novel_exon (chr4:117589098-117589157[+]) at 0x11b2fee48>, <Feature novel_exon (chr4:118361874-118361952[+]) at 0x11b2fe5c0>, <Feature novel_exon (chr4:116605684-116605763[-]) at 0x11b2fe828>, <Feature novel_exon (chr4:102860770-102860794[+]) at 0x11b2fe860>, <Feature novel_exon (chr4:148142986-148143057[+]) at 0x11b2feb00>, <Feature novel_exon (chr4:116333413-116333433[-]) at 0x11b2feda0>, <Feature novel_exon (chr4:150534847-150534945[+]) at 0x11b2fe8d0>, <Feature novel_exon (chr4:102900526-102900537[+]) at 0x11b2fe358>, <Feature novel_exon (chr4:133252055-133252128[+]) at 0x11b2feeb8>, <Feature novel_exon (chr4:13865201-13865286[+]) at 0x11b2fe470>, <Feature novel_exon (chr4:99750729-99750799[+]) at 0x11b2fe780>, <Feature novel_exon (chr4:40695377-40695423[-]) at 0x11b2fe630>, <Feature novel_exon (chr4:56805682-56805758[+]) at 0x11b2fe4a8>, <Feature novel_exon (chr4:10881801-10881868[+]) at 0x11b2feef0>, <Feature novel_exon (chr4:109063366-109063457[-]) at 0x11b2fea58>, <Feature novel_exon (chr4:117131062-117131153[-]) at 0x11b2fea90>, <Feature novel_exon (chr4:12168965-12169033[-]) at 0x11b2fe160>, <Feature novel_exon (chr4:115796755-115796802[+]) at 0x11b2fe390>, <Feature novel_exon (chr4:126064950-126064979[+]) at 0x11b2feb70>, <Feature novel_exon (chr4:12962942-12963023[+]) at 0x11b2fe048>, <Feature novel_exon (chr4:129657768-129657860[-]) at 0x11b2fee10>, <Feature novel_exon (chr4:124724759-124724826[+]) at 0x11b2fe668>, <Feature novel_exon (chr4:130337078-130337169[-]) at 0x11b2fe240>, <Feature novel_exon (chr4:135970608-135970639[-]) at 0x11b2fecc0>, <Feature novel_exon (chr4:107046316-107046394[+]) at 0x11b2fef28>, <Feature novel_exon (chr4:155540556-155540619[+]) at 0x11b2fe7b8>, <Feature novel_exon (chr4:34571729-34571808[-]) at 0x11b2fedd8>, <Feature novel_exon (chr4:40943625-40943707[-]) at 0x11b2fef60>, <Feature novel_exon (chr4:65599633-65599669[-]) at 0x11b2fe9b0>, <Feature novel_exon (chr4:12974730-12974815[+]) at 0x11b2fe198>, <Feature novel_exon (chr4:87783649-87783720[-]) at 0x11c6e2908>, <Feature novel_exon (chr4:156246677-156246763[+]) at 0x11c6e29e8>, <Feature novel_exon (chr4:115860020-115860117[+]) at 0x11c6e20b8>, <Feature novel_exon (chr4:32629929-32630014[+]) at 0x11c6e2208>, <Feature novel_exon (chr4:139485285-139485375[+]) at 0x11c6e2c50>, <Feature novel_exon (chr4:120759332-120759391[-]) at 0x11c6e2828>, <Feature novel_exon (chr4:107275223-107275291[+]) at 0x11c6e25f8>, <Feature novel_exon (chr4:124731371-124731426[+]) at 0x11c6e2748>, <Feature novel_exon (chr4:123043713-123043811[+]) at 0x11c6e2f98>, <Feature novel_exon (chr4:115752921-115753019[+]) at 0x11c6e2710>, <Feature novel_exon (chr4:125034238-125034322[+]) at 0x11c6e27f0>, <Feature novel_exon (chr4:41715396-41715455[-]) at 0x11c6e2c88>, <Feature novel_exon (chr4:150242122-150242180[+]) at 0x11c6e20f0>, <Feature novel_exon (chr4:43495195-43495255[+]) at 0x11c6e27b8>, <Feature novel_exon (chr4:124797825-124797909[+]) at 0x11c6e2a58>, <Feature novel_exon (chr4:129343121-129343173[+]) at 0x11c6e29b0>, <Feature novel_exon (chr4:116069863-116069919[-]) at 0x11c6e2518>, <Feature novel_exon (chr4:108112227-108112284[-]) at 0x11c6e2be0>, <Feature novel_exon (chr4:109064563-109064641[-]) at 0x11c6e2b70>, <Feature novel_exon (chr4:136570458-136570539[-]) at 0x11c6e2898>, <Feature novel_exon (chr4:119317028-119317120[-]) at 0x11c6e2048>, <Feature novel_exon (chr4:137652958-137653006[+]) at 0x11c6e2940>, <Feature novel_exon (chr4:52449611-52449655[+]) at 0x11c6e2668>, <Feature novel_exon (chr4:62536511-62536568[+]) at 0x11c6e2198>, <Feature novel_exon (chr4:120558279-120558359[-]) at 0x11c6e2fd0>, <Feature novel_exon (chr4:60420487-60420560[-]) at 0x11c6e2ac8>, <Feature novel_exon (chr4:21816882-21816938[+]) at 0x11c6e2f60>, <Feature novel_exon (chr4:32674931-32675026[+]) at 0x11c6e2d68>, <Feature novel_exon (chr4:116000787-116000827[-]) at 0x11c6e2160>, <Feature novel_exon (chr4:53021111-53021197[+]) at 0x11c6e2438>, <Feature novel_exon (chr4:34671780-34671846[-]) at 0x11c6e26d8>, <Feature novel_exon (chr4:115797966-115798061[+]) at 0x11c6e2c18>, <Feature novel_exon (chr4:15052620-15052717[-]) at 0x11c6e2eb8>, <Feature novel_exon (chr4:131862918-131862991[+]) at 0x11c6e2a90>, <Feature novel_exon (chr4:155872850-155872923[+]) at 0x11c6e2550>, <Feature novel_exon (chr4:25278604-25278701[-]) at 0x118d33198>, <Feature novel_exon (chr4:19619156-19619252[-]) at 0x118d33518>, <Feature novel_exon (chr4:138296195-138296262[+]) at 0x118d33dd8>, <Feature novel_exon (chr4:42660166-42660198[-]) at 0x118d33470>, <Feature novel_exon (chr4:139238909-139238998[+]) at 0x118d33cf8>, <Feature novel_exon (chr4:12962945-12963023[+]) at 0x118d331d0>, <Feature novel_exon (chr4:33329520-33329595[+]) at 0x118d336a0>, <Feature novel_exon (chr4:99726863-99726947[+]) at 0x118d33898>, <Feature novel_exon (chr4:108567423-108567520[-]) at 0x118d33978>, <Feature novel_exon (chr4:107037602-107037650[+]) at 0x118d333c8>, <Feature novel_exon (chr4:108542011-108542088[+]) at 0x118d33ef0>, <Feature novel_exon (chr4:135969959-135970006[-]) at 0x118d33be0>, <Feature novel_exon (chr4:153971581-153971660[-]) at 0x118d33c50>, <Feature novel_exon (chr4:62205024-62205105[-]) at 0x118d33048>, <Feature novel_exon (chr4:152385949-152386002[+]) at 0x118d337b8>, <Feature novel_exon (chr4:125090102-125090147[+]) at 0x118d33860>, <Feature novel_exon (chr4:108496967-108497055[+]) at 0x118d33b38>, <Feature novel_exon (chr4:136563438-136563449[-]) at 0x118d33780>, <Feature novel_exon (chr4:15904250-15904321[+]) at 0x118d336d8>, <Feature novel_exon (chr4:133269778-133269809[-]) at 0x118d33da0>, <Feature novel_exon (chr4:129472424-129472492[+]) at 0x118d332e8>, <Feature novel_exon (chr4:123507284-123507361[-]) at 0x118d33438>, <Feature novel_exon (chr4:61780759-61780832[-]) at 0x118d33128>, <Feature novel_exon (chr4:62386091-62386163[+]) at 0x118d33e80>, <Feature novel_exon (chr4:96009302-96009389[+]) at 0x118d33eb8>, <Feature novel_exon (chr4:131861177-131861232[+]) at 0x118d33a90>, <Feature novel_exon (chr4:62419276-62419365[+]) at 0x118d33e48>, <Feature novel_exon (chr4:101598951-101599000[+]) at 0x118d334e0>, <Feature novel_exon (chr4:117278007-117278103[-]) at 0x118d33b70>, <Feature novel_exon (chr4:132871588-132871657[-]) at 0x118d33400>, <Feature novel_exon (chr4:41717357-41717440[-]) at 0x118d33e10>, <Feature novel_exon (chr4:123544742-123544831[-]) at 0x118d334a8>, <Feature novel_exon (chr4:42939086-42939181[+]) at 0x118d33080>, <Feature novel_exon (chr4:61518011-61518084[-]) at 0x118d33278>, <Feature novel_exon (chr4:34657167-34657241[+]) at 0x118d33f60>, <Feature novel_exon (chr4:94578387-94578455[-]) at 0x118d33cc0>, <Feature novel_exon (chr4:150611987-150612079[+]) at 0x11a0c9ef0>, <Feature novel_exon (chr4:83473040-83473102[-]) at 0x11a0c9208>, <Feature novel_exon (chr4:108566905-108566953[-]) at 0x11a0c91d0>, <Feature novel_exon (chr4:123136872-123136898[-]) at 0x11a0c9828>, <Feature novel_exon (chr4:132291863-132291951[+]) at 0x11a0c9a20>, <Feature novel_exon (chr4:43260993-43261049[+]) at 0x11a0c9f98>, <Feature novel_exon (chr4:76085461-76085558[-]) at 0x11a0c9630>, <Feature novel_exon (chr4:74162049-74162117[+]) at 0x11a0c96a0>, <Feature novel_exon (chr4:151049995-151050046[-]) at 0x11a0c9eb8>, <Feature novel_exon (chr4:94549119-94549194[-]) at 0x11a0c9e10>, <Feature novel_exon (chr4:107892222-107892253[+]) at 0x11a0c95f8>, <Feature novel_exon (chr4:148966222-148966319[-]) at 0x11a0c9048>, <Feature novel_exon (chr4:42054678-42054744[-]) at 0x11a0c99e8>, <Feature novel_exon (chr4:108818185-108818244[-]) at 0x11a0c9c88>, <Feature novel_exon (chr4:132920727-132920791[-]) at 0x11a0c95c0>, <Feature novel_exon (chr4:41507521-41507593[-]) at 0x11a0c98d0>, <Feature novel_exon (chr4:149641658-149641714[+]) at 0x11a0c9d68>, <Feature novel_exon (chr4:19599614-19599669[+]) at 0x11a0c9fd0>, <Feature novel_exon (chr4:74161699-74161773[+]) at 0x11a0c9940>, <Feature novel_exon (chr4:6378966-6379047[+]) at 0x11a0c9f28>, <Feature novel_exon (chr4:123138866-123138964[-]) at 0x11a0c9b70>, <Feature novel_exon (chr4:11218612-11218673[-]) at 0x11a0c9518>, <Feature novel_exon (chr4:94624731-94624779[+]) at 0x11a0c9b00>, <Feature novel_exon (chr4:102905565-102905576[+]) at 0x11a0c9ac8>, <Feature novel_exon (chr4:83243904-83243963[-]) at 0x11a0c9cf8>, <Feature novel_exon (chr4:120549464-120549552[-]) at 0x11a0c9f60>, <Feature novel_exon (chr4:12085912-12086000[-]) at 0x11a0c92b0>, <Feature novel_exon (chr4:116157893-116157957[+]) at 0x11a0c9d30>, <Feature novel_exon (chr4:88408921-88408996[+]) at 0x11a0c90b8>, <Feature novel_exon (chr4:109071943-109072028[-]) at 0x11a0c99b0>, <Feature novel_exon (chr4:32679531-32679591[+]) at 0x11c75ae10>, <Feature novel_exon (chr4:34656768-34656863[+]) at 0x11e9725f8>, <Feature novel_exon (chr4:107187619-107187713[+]) at 0x11a0c9dd8>, <Feature novel_exon (chr4:124682413-124682506[-]) at 0x11ea4f550>, <Feature novel_exon (chr4:129340728-129340752[+]) at 0x11a0c9358>, <Feature novel_exon (chr4:41756939-41756995[+]) at 0x11a0c9438>, <Feature novel_exon (chr4:42163007-42163039[-]) at 0x11a0c9c18>, <Feature novel_exon (chr4:109099921-109099950[-]) at 0x11b327d30>, <Feature novel_exon (chr4:129206129-129206209[+]) at 0x11b327588>, <Feature novel_exon (chr4:34636952-34637035[+]) at 0x11b3276d8>, <Feature novel_exon (chr4:148480865-148480951[+]) at 0x11b3277f0>, <Feature novel_exon (chr4:43650394-43650492[+]) at 0x11b327390>, <Feature novel_exon (chr4:126194317-126194404[-]) at 0x11b327908>, <Feature novel_exon (chr4:40272810-40272854[-]) at 0x11b327be0>, <Feature novel_exon (chr4:135953857-135953952[+]) at 0x11b327b38>, <Feature novel_exon (chr4:48638980-48639045[+]) at 0x11b327358>, <Feature novel_exon (chr4:156117010-156117103[+]) at 0x11b327940>, <Feature novel_exon (chr4:99229488-99229564[+]) at 0x11b3274a8>, <Feature novel_exon (chr4:132699030-132699113[+]) at 0x11b327a90>, <Feature novel_exon (chr4:138176938-138177032[+]) at 0x11b327668>, <Feature novel_exon (chr4:116709724-116709805[+]) at 0x11b3273c8>, <Feature novel_exon (chr4:21746350-21746429[+]) at 0x11b3275c0>, <Feature novel_exon (chr4:124715652-124715704[+]) at 0x11b327a20>, <Feature novel_exon (chr4:3605823-3605901[+]) at 0x11b327470>, <Feature novel_exon (chr4:151973760-151973845[+]) at 0x11b3276a0>, <Feature novel_exon (chr4:84888643-84888731[+]) at 0x11b327278>, <Feature novel_exon (chr4:118362191-118362260[+]) at 0x11b327e48>, <Feature novel_exon (chr4:94972918-94972988[-]) at 0x11b327ac8>, <Feature novel_exon (chr4:154897349-154897424[-]) at 0x11b327978>, <Feature novel_exon (chr4:5729571-5729657[+]) at 0x11b327320>, <Feature novel_exon (chr4:58820128-58820175[-]) at 0x11b327630>, <Feature novel_exon (chr4:81313500-81313598[-]) at 0x11b327898>, <Feature novel_exon (chr4:21854347-21854445[+]) at 0x11b327860>, <Feature novel_exon (chr4:111526584-111526673[+]) at 0x11b327198>, <Feature novel_exon (chr4:119319830-119319853[-]) at 0x11b327710>, <Feature novel_exon (chr4:149210042-149210132[-]) at 0x11b3272e8>, <Feature novel_exon (chr4:9602469-9602501[-]) at 0x11b327240>, <Feature novel_exon (chr4:155267695-155267784[-]) at 0x11b327f98>, <Feature novel_exon (chr4:15895629-15895685[+]) at 0x11b3272b0>, <Feature novel_exon (chr4:116645504-116645593[-]) at 0x11b327400>, <Feature novel_exon (chr4:43940657-43940730[+]) at 0x11c77b780>, <Feature novel_exon (chr4:98081725-98081816[+]) at 0x11c77b2b0>, <Feature novel_exon (chr4:21732218-21732302[+]) at 0x11c77bac8>, <Feature novel_exon (chr4:109059772-109059862[+]) at 0x11c77b240>, <Feature novel_exon (chr4:63579933-63580013[+]) at 0x11c77b8d0>, <Feature novel_exon (chr4:42153543-42153617[+]) at 0x11c77bb38>, <Feature novel_exon (chr4:115870311-115870366[+]) at 0x11c77b5f8>, <Feature novel_exon (chr4:108499347-108499398[+]) at 0x11c77b0b8>, <Feature novel_exon (chr4:42552794-42552879[+]) at 0x11c77bd30>, <Feature novel_exon (chr4:135466847-135466935[-]) at 0x11c77b278>, <Feature novel_exon (chr4:99780762-99780821[-]) at 0x11c77b390>, <Feature novel_exon (chr4:152403036-152403080[-]) at 0x11c77bc50>, <Feature novel_exon (chr4:108856148-108856221[+]) at 0x11c77b6d8>, <Feature novel_exon (chr4:62510694-62510781[-]) at 0x11c77b940>, <Feature novel_exon (chr4:147862246-147862342[-]) at 0x11c77b1d0>, <Feature novel_exon (chr4:132773827-132773901[+]) at 0x11c77b400>, <Feature novel_exon (chr4:107336114-107336194[+]) at 0x11c77b5c0>, <Feature novel_exon (chr4:102505993-102506042[+]) at 0x11c77ba58>, <Feature novel_exon (chr4:148553031-148553111[+]) at 0x11c77b860>, <Feature novel_exon (chr4:41716396-41716454[-]) at 0x11c77bcc0>, <Feature novel_exon (chr4:12058521-12058577[-]) at 0x11c77b128>, <Feature novel_exon (chr4:118623611-118623686[+]) at 0x11c77bc88>, <Feature novel_exon (chr4:124686089-124686150[-]) at 0x11c77b3c8>, <Feature novel_exon (chr4:124743874-124743903[+]) at 0x11c77b978>, <Feature novel_exon (chr4:133535510-133535575[-]) at 0x11c77beb8>, <Feature novel_exon (chr4:135463786-135463880[-]) at 0x11c77bf28>, <Feature novel_exon (chr4:138296192-138296262[+]) at 0x11c77bf98>, <Feature novel_exon (chr4:156030422-156030516[-]) at 0x11c77bcf8>, <Feature novel_exon (chr4:114963065-114963161[-]) at 0x11c77b748>, <Feature novel_exon (chr4:139361262-139361324[+]) at 0x11c77b080>, <Feature novel_exon (chr4:102908808-102908832[+]) at 0x11c77b438>, <Feature novel_exon (chr4:152411985-152412022[-]) at 0x11c77b048>, <Feature novel_exon (chr4:115126561-115126605[-]) at 0x11c73dc88>, <Feature novel_exon (chr4:124715269-124715316[+]) at 0x11c6db5c0>, <Feature novel_exon (chr4:6413568-6413626[-]) at 0x11b2f9128>, <Feature novel_exon (chr4:14957826-14957917[-]) at 0x11c77b908>, <Feature novel_exon (chr4:118411526-118411573[+]) at 0x11947f710>, <Feature novel_exon (chr4:109378265-109378341[+]) at 0x11c73d048>, <Feature novel_exon (chr4:148547604-148547686[+]) at 0x11947f518>, <Feature novel_exon (chr4:134109560-134109645[+]) at 0x11c77b588>, <Feature novel_exon (chr4:134898427-134898476[-]) at 0x11a25b550>, <Feature novel_exon (chr4:42439636-42439695[+]) at 0x11c77b208>, <Feature novel_exon (chr4:43648347-43648415[+]) at 0x11a25b128>, <Feature novel_exon (chr4:61832342-61832387[-]) at 0x11a11f358>, <Feature novel_exon (chr4:122867485-122867570[-]) at 0x11a11fcf8>, <Feature novel_exon (chr4:132210752-132210831[-]) at 0x11a11f198>, <Feature novel_exon (chr4:62205024-62205108[-]) at 0x11a11f518>, <Feature novel_exon (chr4:8604374-8604442[+]) at 0x11a11f630>, <Feature novel_exon (chr4:98000392-98000466[+]) at 0x11a11f908>, <Feature novel_exon (chr4:53729980-53730039[+]) at 0x11a11f128>, <Feature novel_exon (chr4:123536202-123536294[-]) at 0x11a11f320>, <Feature novel_exon (chr4:116998744-116998825[+]) at 0x11a11f7f0>, <Feature novel_exon (chr4:62543697-62543739[+]) at 0x11a11f8d0>, <Feature novel_exon (chr4:11501309-11501357[+]) at 0x11a11f080>, <Feature novel_exon (chr4:116622767-116622814[-]) at 0x11a11fc18>, <Feature novel_exon (chr4:132840644-132840704[-]) at 0x11a11fa20>, <Feature novel_exon (chr4:154976583-154976670[+]) at 0x11a11fef0>, <Feature novel_exon (chr4:134000269-134000339[-]) at 0x11a11fd68>, <Feature novel_exon (chr4:87793936-87794011[-]) at 0x11a11fac8>, <Feature novel_exon (chr4:126048635-126048713[+]) at 0x11a11fbe0>, <Feature novel_exon (chr4:14822692-14822772[-]) at 0x11a11f0f0>, <Feature novel_exon (chr4:40950514-40950560[+]) at 0x11a11f860>, <Feature novel_exon (chr4:91254141-91254179[-]) at 0x11a11f588>, <Feature novel_exon (chr4:81326865-81326957[-]) at 0x11a11f240>, <Feature novel_exon (chr4:46155750-46155847[+]) at 0x11a11f1d0>, <Feature novel_exon (chr4:116155460-116155518[+]) at 0x11a11f4a8>, <Feature novel_exon (chr4:41298286-41298351[-]) at 0x11a11f048>, <Feature novel_exon (chr4:40996815-40996912[+]) at 0x11a11f9e8>, <Feature novel_exon (chr4:99215878-99215961[+]) at 0x119406be0>, <Feature novel_exon (chr4:136539125-136539216[+]) at 0x113e189b0>, <Feature novel_exon (chr4:124718328-124718419[+]) at 0x11a11fc50>, <Feature novel_exon (chr4:11208826-11208869[-]) at 0x11a11f898>, <Feature novel_exon (chr4:120545018-120545061[-]) at 0x11a11f208>, <Feature novel_exon (chr4:34577953-34578032[-]) at 0x11a11f550>, <Feature novel_exon (chr4:134364898-134364988[-]) at 0x11c138e48>, <Feature novel_exon (chr4:129472698-129472776[+]) at 0x11c138cf8>, <Feature novel_exon (chr4:101652399-101652474[+]) at 0x11c138f28>, <Feature novel_exon (chr4:108627048-108627120[+]) at 0x11c1384a8>, <Feature novel_exon (chr4:116096143-116096218[+]) at 0x11c138400>, <Feature novel_exon (chr4:119312219-119312306[-]) at 0x11c1389b0>, <Feature novel_exon (chr4:119318544-119318586[-]) at 0x11c138080>, <Feature novel_exon (chr4:150901008-150901094[-]) at 0x11c138940>, <Feature novel_exon (chr4:109925885-109925962[+]) at 0x11c1382b0>, <Feature novel_exon (chr4:120541293-120541381[-]) at 0x11c138898>, <Feature novel_exon (chr4:12069414-12069491[-]) at 0x11c138f60>, <Feature novel_exon (chr4:127036563-127036649[+]) at 0x11c138b70>, <Feature novel_exon (chr4:138308243-138308329[+]) at 0x11c138a20>, <Feature novel_exon (chr4:150470295-150470391[+]) at 0x11c138ac8>, <Feature novel_exon (chr4:40952368-40952461[+]) at 0x11c138320>, <Feature novel_exon (chr4:107038222-107038257[+]) at 0x11c138128>, <Feature novel_exon (chr4:138194044-138194142[+]) at 0x11c138828>, <Feature novel_exon (chr4:25251932-25252017[-]) at 0x11c138470>, <Feature novel_exon (chr4:41942017-41942083[+]) at 0x11c138160>, <Feature novel_exon (chr4:61518011-61518081[-]) at 0x11c138da0>, <Feature novel_exon (chr4:91311573-91311663[-]) at 0x11c138908>, <Feature novel_exon (chr4:125053455-125053534[+]) at 0x11c138518>, <Feature novel_exon (chr4:117895563-117895629[-]) at 0x11c1387b8>, <Feature novel_exon (chr4:33362880-33362951[+]) at 0x11c138c18>, <Feature novel_exon (chr4:53693987-53694084[+]) at 0x11c1386a0>, <Feature novel_exon (chr4:138343507-138343564[-]) at 0x11c138b00>, <Feature novel_exon (chr4:109037975-109038052[+]) at 0x11c138358>, <Feature novel_exon (chr4:151056162-151056243[-]) at 0x11c1385f8>, <Feature novel_exon (chr4:111258320-111258409[+]) at 0x11c138c50>, <Feature novel_exon (chr4:41763825-41763885[+]) at 0x11c1380b8>, <Feature novel_exon (chr4:43563469-43563558[+]) at 0x11c138a58>, <Feature novel_exon (chr4:132917722-132917776[-]) at 0x11b32f9b0>, <Feature novel_exon (chr4:109060769-109060858[+]) at 0x11c1383c8>, <Feature novel_exon (chr4:148549368-148549440[+]) at 0x11c138d30>, <Feature novel_exon (chr4:19552244-19552318[-]) at 0x11c1384e0>, <Feature novel_exon (chr4:132245986-132246068[-]) at 0x11c1382e8>, <Feature novel_exon (chr4:102909738-102909789[+]) at 0x11a0f6780>, <Feature novel_exon (chr4:58813992-58814081[-]) at 0x11a0f66d8>, <Feature novel_exon (chr4:62084548-62084593[-]) at 0x11a0f6908>, <Feature novel_exon (chr4:129344212-129344248[+]) at 0x11a0f6320>, <Feature novel_exon (chr4:42157064-42157143[+]) at 0x11a0f6cf8>, <Feature novel_exon (chr4:120542531-120542627[-]) at 0x11a0f6f60>, <Feature novel_exon (chr4:117593071-117593162[+]) at 0x11a0f60f0>, <Feature novel_exon (chr4:95812108-95812169[+]) at 0x11a0f6518>, <Feature novel_exon (chr4:147828410-147828470[-]) at 0x11a0f68d0>, <Feature novel_exon (chr4:126050480-126050528[+]) at 0x11a0f6470>, <Feature novel_exon (chr4:150500003-150500051[+]) at 0x11a0f6630>, <Feature novel_exon (chr4:87049884-87049934[-]) at 0x11a0f67f0>, <Feature novel_exon (chr4:102915059-102915151[+]) at 0x11a0f62e8>, <Feature novel_exon (chr4:85355327-85355399[+]) at 0x11a0f6128>, <Feature novel_exon (chr4:117552968-117553043[+]) at 0x11a0f6240>, <Feature novel_exon (chr4:129598955-129599042[-]) at 0x11a0f62b0>, <Feature novel_exon (chr4:11198729-11198824[+]) at 0x11a0f69e8>, <Feature novel_exon (chr4:12079875-12079968[-]) at 0x11a0f6710>, <Feature novel_exon (chr4:136558498-136558571[-]) at 0x11a0f67b8>, <Feature novel_exon (chr4:148575809-148575904[+]) at 0x11a0f6d68>, <Feature novel_exon (chr4:155089486-155089584[+]) at 0x11a0f63c8>, <Feature novel_exon (chr4:15901089-15901142[+]) at 0x11a0f6d30>, <Feature novel_exon (chr4:41773736-41773803[-]) at 0x11a0f6c50>, <Feature novel_exon (chr4:45023193-45023278[+]) at 0x11a0f65f8>, <Feature novel_exon (chr4:48452893-48452981[-]) at 0x11a0f6080>, <Feature novel_exon (chr4:6409844-6409911[-]) at 0x11a0f6550>, <Feature novel_exon (chr4:127050564-127050601[-]) at 0x11a0f6da0>, <Feature novel_exon (chr4:120543728-120543824[-]) at 0x11a0f6b38>, <Feature novel_exon (chr4:116080549-116080619[+]) at 0x11a0f6828>, <Feature novel_exon (chr4:108567614-108567640[-]) at 0x11a0f6588>, <Feature novel_exon (chr4:155128883-155128965[+]) at 0x11a0f6c88>, <Feature novel_exon (chr4:152400948-152401034[-]) at 0x11a0f6fd0>, <Feature novel_exon (chr4:138437628-138437715[+]) at 0x11a0f69b0>, <Feature novel_exon (chr4:150534847-150534910[.]) at 0x11a0f6048>, <Feature novel_exon (chr4:116337422-116337497[-]) at 0x11a0f6c18>, <Feature novel_exon (chr4:34584804-34584883[-]) at 0x11c15b828>, <Feature novel_exon (chr4:106670449-106670535[-]) at 0x11a0f64a8>, <Feature novel_exon (chr4:118621082-118621165[+]) at 0x11c15b668>, <Feature novel_exon (chr4:9601307-9601363[-]) at 0x11c15b898>, <Feature novel_exon (chr4:155888048-155888109[+]) at 0x11c15b3c8>, <Feature novel_exon (chr4:139363166-139363262[+]) at 0x11c15b5f8>, <Feature novel_exon (chr4:107235800-107235884[-]) at 0x11ea18518>, <Feature novel_exon (chr4:130349265-130349322[-]) at 0x11ea18160>, <Feature novel_exon (chr4:56775017-56775090[-]) at 0x11ea18080>, <Feature novel_exon (chr4:104613169-104613267[+]) at 0x11ea18d30>, <Feature novel_exon (chr4:41771138-41771217[-]) at 0x11ea18940>, <Feature novel_exon (chr4:57950839-57950898[-]) at 0x11ea184a8>, <Feature novel_exon (chr4:76594267-76594305[-]) at 0x11ea18470>, <Feature novel_exon (chr4:148576150-148576224[+]) at 0x11ea180b8>, <Feature novel_exon (chr4:118623298-118623387[+]) at 0x11ea182e8>, <Feature novel_exon (chr4:151952842-151952915[+]) at 0x11ea18860>, <Feature novel_exon (chr4:22422717-22422788[+]) at 0x11ea18710>, <Feature novel_exon (chr4:16132777-16132862[-]) at 0x11ea18208>, <Feature novel_exon (chr4:131865256-131865328[+]) at 0x11ea18a58>, <Feature novel_exon (chr4:48167206-48167256[+]) at 0x11ea18550>, <Feature novel_exon (chr4:53646987-53647082[+]) at 0x11ea186a0>, <Feature novel_exon (chr4:83468583-83468676[-]) at 0x11ea18e10>, <Feature novel_exon (chr4:94550422-94550506[-]) at 0x11ea18ac8>, <Feature novel_exon (chr4:42552004-42552070[-]) at 0x11ea183c8>, <Feature novel_exon (chr4:99222873-99222943[+]) at 0x11ea18dd8>, <Feature novel_exon (chr4:81368686-81368757[-]) at 0x11ea185f8>, <Feature novel_exon (chr4:94691720-94691780[+]) at 0x11ea189b0>, <Feature novel_exon (chr4:45308497-45308564[+]) at 0x11ea18b38>, <Feature novel_exon (chr4:123365273-123365347[-]) at 0x11ea18d68>, <Feature novel_exon (chr4:155748671-155748741[-]) at 0x11ea18908>, <Feature novel_exon (chr4:48241296-48241335[-]) at 0x11ea188d0>, <Feature novel_exon (chr4:42794774-42794834[-]) at 0x11ea180f0>, <Feature novel_exon (chr4:126828801-126828888[+]) at 0x11ea18eb8>, <Feature novel_exon (chr4:117886590-117886638[-]) at 0x11ea18e48>, <Feature novel_exon (chr4:123137526-123137569[-]) at 0x11ea18198>, <Feature novel_exon (chr4:131853716-131853813[+]) at 0x11ea18240>, <Feature novel_exon (chr4:148469367-148469459[+]) at 0x11ea186d8>, <Feature novel_exon (chr4:62547265-62547328[+]) at 0x11ea18be0>, <Feature novel_exon (chr4:116806486-116806526[-]) at 0x11ea18cf8>, <Feature novel_exon (chr4:137159841-137159913[-]) at 0x11ea18ba8>, <Feature novel_exon (chr4:132252431-132252493[-]) at 0x11ea182b0>, <Feature novel_exon (chr4:102590831-102590924[+]) at 0x11ea18048>, <Feature novel_exon (chr4:109066915-109066999[-]) at 0x118db21d0>, <Feature novel_exon (chr4:117897768-117897820[-]) at 0x118db2278>, <Feature novel_exon (chr4:141068195-141068279[-]) at 0x118db2ba8>, <Feature novel_exon (chr4:151835814-151835883[-]) at 0x118db25c0>, <Feature novel_exon (chr4:11209212-11209276[-]) at 0x118db2748>, <Feature novel_exon (chr4:26329086-26329162[-]) at 0x118db24a8>, <Feature novel_exon (chr4:28943323-28943378[+]) at 0x118db24e0>, <Feature novel_exon (chr4:46090846-46090935[+]) at 0x118db2a90>, <Feature novel_exon (chr4:59597257-59597355[+]) at 0x118db2080>, <Feature novel_exon (chr4:6409090-6409157[-]) at 0x118db2a20>, <Feature novel_exon (chr4:8572526-8572593[+]) at 0x118db26a0>, <Feature novel_exon (chr4:129601870-129601961[+]) at 0x118db2320>, <Feature novel_exon (chr4:15900920-15900959[+]) at 0x118db2c50>, <Feature novel_exon (chr4:43258869-43258949[+]) at 0x118db27b8>, <Feature novel_exon (chr4:118362041-118362090[+]) at 0x118db2710>, <Feature novel_exon (chr4:123136841-123136898[-]) at 0x118db2e10>, <Feature novel_exon (chr4:138180547-138180607[+]) at 0x118db2780>, <Feature novel_exon (chr4:129210493-129210578[+]) at 0x118db2978>, <Feature novel_exon (chr4:108177073-108177123[+]) at 0x118db20f0>, <Feature novel_exon (chr4:116000049-116000088[-]) at 0x118db2c88>, <Feature novel_exon (chr4:42157068-42157143[+]) at 0x118db2b00>, <Feature novel_exon (chr4:106352682-106352747[+]) at 0x118db2f28>, <Feature novel_exon (chr4:107891955-107892036[+]) at 0x118db2ac8>, <Feature novel_exon (chr4:149267206-149267283[-]) at 0x118db2d68>, <Feature novel_exon (chr4:135347115-135347204[-]) at 0x118db29e8>, <Feature novel_exon (chr4:138309590-138309684[+]) at 0x118db25f8>, <Feature novel_exon (chr4:109842288-109842369[+]) at 0x118db2eb8>, <Feature novel_exon (chr4:19550588-19550659[-]) at 0x118db2898>, <Feature novel_exon (chr4:126077336-126077416[+]) at 0x118db2128>, <Feature novel_exon (chr4:97777991-97777994[.]) at 0x118db2400>, <Feature novel_exon (chr4:148568651-148568701[+]) at 0x118db2630>, <Feature novel_exon (chr4:141014983-141015070[+]) at 0x118db2fd0>, <Feature novel_exon (chr4:134359749-134359835[-]) at 0x11eb1d5f8>, <Feature novel_exon (chr4:141466674-141466763[+]) at 0x11eb1d208>, <Feature novel_exon (chr4:57007906-57007977[-]) at 0x11eb1dbe0>, <Feature novel_exon (chr4:134472804-134472860[+]) at 0x11eb1d8d0>, <Feature novel_exon (chr4:135967171-135967256[+]) at 0x11eb1d518>, <Feature novel_exon (chr4:33325059-33325147[+]) at 0x11eb1d278>, <Feature novel_exon (chr4:149273781-149273846[-]) at 0x11eb1d2b0>, <Feature novel_exon (chr4:155822005-155822097[+]) at 0x11eb1d630>, <Feature novel_exon (chr4:123539796-123539873[-]) at 0x11eb1d9e8>, <Feature novel_exon (chr4:154152338-154152424[+]) at 0x11eb1dc18>, <Feature novel_exon (chr4:117681274-117681365[-]) at 0x11eb1dc88>, <Feature novel_exon (chr4:58811709-58811775[-]) at 0x11eb1d2e8>, <Feature novel_exon (chr4:12068868-12068933[-]) at 0x11eb1da58>, <Feature novel_exon (chr4:114963356-114963432[-]) at 0x11eb1d588>, <Feature novel_exon (chr4:123395913-123395997[-]) at 0x11eb1d748>, <Feature novel_exon (chr4:132533296-132533387[-]) at 0x11eb1de48>, <Feature novel_exon (chr4:133965951-133966046[-]) at 0x11eb1d438>, <Feature novel_exon (chr4:125035215-125035309[+]) at 0x11eb1dc50>, <Feature novel_exon (chr4:150239473-150239566[+]) at 0x11eb1d7f0>, <Feature novel_exon (chr4:107891465-107891521[+]) at 0x11eb1deb8>, <Feature novel_exon (chr4:117615169-117615241[+]) at 0x11eb1da90>, <Feature novel_exon (chr4:129592267-129592359[-]) at 0x11eb1db70>, <Feature novel_exon (chr4:108178371-108178418[+]) at 0x11eb1de10>, <Feature novel_exon (chr4:141013773-141013859[+]) at 0x11eb1d550>, <Feature novel_exon (chr4:109027436-109027531[+]) at 0x11eb1d470>, <Feature novel_exon (chr4:53655741-53655763[+]) at 0x11eb1d400>, <Feature novel_exon (chr4:74159244-74159307[+]) at 0x11eb1d898>, <Feature novel_exon (chr4:98365563-98365636[-]) at 0x11eb1d1d0>, <Feature novel_exon (chr4:107336437-107336524[+]) at 0x11eb1dd68>, <Feature novel_exon (chr4:109098503-109098553[-]) at 0x11eb1d358>, <Feature novel_exon (chr4:150903815-150903884[-]) at 0x11eb1dcc0>, <Feature novel_exon (chr4:61672612-61672685[-]) at 0x11eb1de80>, <Feature novel_exon (chr4:11219893-11219926[-]) at 0x11eb1d320>, <Feature novel_exon (chr4:149166007-149166082[-]) at 0x11eb1dba8>, <Feature novel_exon (chr4:155388566-155388633[-]) at 0x11eb1d9b0>, <Feature novel_exon (chr4:101531998-101532062[+]) at 0x11eb1d860>, <Feature novel_exon (chr4:120547306-120547368[-]) at 0x11eb08668>, <Feature novel_exon (chr4:155527413-155527509[+]) at 0x11eb082b0>, <Feature novel_exon (chr4:135986392-135986435[-]) at 0x11eb08da0>, <Feature novel_exon (chr4:150248091-150248119[+]) at 0x11eb089b0>, <Feature novel_exon (chr4:151979272-151979329[+]) at 0x11eb08c18>, <Feature novel_exon (chr4:56822518-56822555[-]) at 0x11eb08198>, <Feature novel_exon (chr4:117273053-117273127[-]) at 0x11eb085c0>, <Feature novel_exon (chr4:139347921-139347997[-]) at 0x11eb08d30>, <Feature novel_exon (chr4:34577953-34578029[-]) at 0x11eb08908>, <Feature novel_exon (chr4:56762249-56762309[-]) at 0x11eb08358>, <Feature novel_exon (chr4:99752873-99752885[+]) at 0x11eb08940>, <Feature novel_exon (chr4:58803670-58803758[-]) at 0x11eb087b8>, <Feature novel_exon (chr4:106665656-106665738[-]) at 0x11eb08a20>, <Feature novel_exon (chr4:137160051-137160130[-]) at 0x11eb08550>, <Feature novel_exon (chr4:108542794-108542876[+]) at 0x11eb08f98>, <Feature novel_exon (chr4:135482472-135482540[-]) at 0x11eb08828>, <Feature novel_exon (chr4:109087395-109087485[-]) at 0x11eb08b00>, <Feature novel_exon (chr4:133222169-133222213[+]) at 0x11eb08320>, <Feature novel_exon (chr4:155067823-155067903[+]) at 0x11eb08898>, <Feature novel_exon (chr4:34625401-34625484[+]) at 0x11eb08e80>, <Feature novel_exon (chr4:6711458-6711538[-]) at 0x11eb08c88>, <Feature novel_exon (chr4:109841309-109841372[+]) at 0x11eb08438>, <Feature novel_exon (chr4:42153543-42153542[+]) at 0x11eb08cc0>, <Feature novel_exon (chr4:19586776-19586863[+]) at 0x11eb08ef0>, <Feature novel_exon (chr4:116155063-116155146[+]) at 0x11eb085f8>, <Feature novel_exon (chr4:151076577-151076597[-]) at 0x11eb08748>, <Feature novel_exon (chr4:49522398-49522482[+]) at 0x11eb088d0>, <Feature novel_exon (chr4:99748686-99748770[+]) at 0x11eb086a0>, <Feature novel_exon (chr4:116095133-116095231[+]) at 0x11eb08048>, <Feature novel_exon (chr4:139348682-139348749[-]) at 0x11eb08518>, <Feature novel_exon (chr4:124716451-124716523[+]) at 0x11a60b278>, <Feature novel_exon (chr4:21741955-21741990[+]) at 0x11eb082e8>, <Feature novel_exon (chr4:62468837-62468933[-]) at 0x11a60b160>, <Feature novel_exon (chr4:34639245-34639321[+]) at 0x11eb08e48>, <Feature novel_exon (chr4:155640747-155640812[+]) at 0x11eb08ac8>, <Feature novel_exon (chr4:136286427-136286481[+]) at 0x11eb2b048>, <Feature novel_exon (chr4:76138556-76138573[-]) at 0x11eb2bcc0>, <Feature novel_exon (chr4:60580679-60580752[-]) at 0x11eb2bb00>, <Feature novel_exon (chr4:61594351-61594424[-]) at 0x11eb2b0f0>, <Feature novel_exon (chr4:44030215-44030268[+]) at 0x11eb2b0b8>, <Feature novel_exon (chr4:62085959-62086032[-]) at 0x11eb2be10>, <Feature novel_exon (chr4:132313993-132314026[-]) at 0x11eb2ba90>, <Feature novel_exon (chr4:34650191-34650251[+]) at 0x11eb2b160>, <Feature novel_exon (chr4:76071944-76072034[-]) at 0x11eb2bc88>, <Feature novel_exon (chr4:116602888-116602944[-]) at 0x11eb2b470>, <Feature novel_exon (chr4:21743247-21743314[+]) at 0x11eb2b978>, <Feature novel_exon (chr4:11192815-11192911[+]) at 0x11eb2bb38>, <Feature novel_exon (chr4:127023674-127023769[+]) at 0x11eb2b2b0>, <Feature novel_exon (chr4:155639594-155639689[+]) at 0x11eb2bc18>, <Feature novel_exon (chr4:155886092-155886156[+]) at 0x11eb2be48>, <Feature novel_exon (chr4:127026143-127026227[+]) at 0x11eb2b3c8>, <Feature novel_exon (chr4:34576352-34576449[-]) at 0x11eb2b7b8>, <Feature novel_exon (chr4:129002374-129002468[+]) at 0x11eb2b8d0>, <Feature novel_exon (chr4:62524750-62524835[-]) at 0x11eb2b6d8>, <Feature novel_exon (chr4:77213342-77213381[-]) at 0x11eb2be80>, <Feature novel_exon (chr4:3834936-3835009[-]) at 0x11eb2b898>, <Feature novel_exon (chr4:129521418-129521510[-]) at 0x11eb2b4e0>, <Feature novel_exon (chr4:40952982-40953053[+]) at 0x11eb2b9b0>, <Feature novel_exon (chr4:60420487-60420557[-]) at 0x11eb2b128>, <Feature novel_exon (chr4:107009679-107009768[+]) at 0x11eb2bf98>, <Feature novel_exon (chr4:19618285-19618357[-]) at 0x11eb2bd68>, <Feature novel_exon (chr4:77632311-77632379[-]) at 0x11eb2b668>, <Feature novel_exon (chr4:95623481-95623569[+]) at 0x11eb2bac8>, <Feature novel_exon (chr4:152407127-152407206[-]) at 0x11eb2b908>, <Feature novel_exon (chr4:83466708-83466783[-]) at 0x11eb2b9e8>, <Feature novel_exon (chr4:116158152-116158196[+]) at 0x11eb2bda0>, <Feature novel_exon (chr4:120558786-120558869[-]) at 0x11eb2beb8>, <Feature novel_exon (chr4:16129023-16129109[-]) at 0x11eb2b6a0>, <Feature novel_exon (chr4:132310451-132310504[+]) at 0x11eb2b588>, <Feature novel_exon (chr4:21870352-21870405[+]) at 0x11eb2bba8>, <Feature novel_exon (chr4:41235517-41235594[-]) at 0x11eb2bdd8>, <Feature novel_exon (chr4:58948850-58948947[+]) at 0x11530f198>, <Feature novel_exon (chr4:56773016-56773101[-]) at 0x11530f358>, <Feature novel_exon (chr4:85096750-85096847[+]) at 0x11530f048>, <Feature novel_exon (chr4:102934546-102934605[+]) at 0x11530f5c0>, <Feature novel_exon (chr4:115864539-115864612[+]) at 0x11530f9b0>, <Feature novel_exon (chr4:152223071-152223162[+]) at 0x11530fb00>, <Feature novel_exon (chr4:34586444-34586507[-]) at 0x11530fa90>, <Feature novel_exon (chr4:56812511-56812594[-]) at 0x11530ff98>, <Feature novel_exon (chr4:125042614-125042680[+]) at 0x11530f0b8>, <Feature novel_exon (chr4:94662587-94662666[+]) at 0x11530f1d0>, <Feature novel_exon (chr4:119871811-119871895[+]) at 0x11530fcf8>, <Feature novel_exon (chr4:95837585-95837659[+]) at 0x11530fdd8>, <Feature novel_exon (chr4:41740550-41740642[-]) at 0x11530f978>, <Feature novel_exon (chr4:154978151-154978206[+]) at 0x11530f390>, <Feature novel_exon (chr4:42164431-42164491[-]) at 0x11530feb8>, <Feature novel_exon (chr4:46156760-46156823[+]) at 0x11530f128>, <Feature novel_exon (chr4:20049792-20049842[+]) at 0x11530f860>, <Feature novel_exon (chr4:126233593-126233646[-]) at 0x11530fc18>, <Feature novel_exon (chr4:132551535-132551610[+]) at 0x11530f588>, <Feature novel_exon (chr4:15898878-15898955[+]) at 0x11530f6d8>, <Feature novel_exon (chr4:11498740-11498826[+]) at 0x11530fa20>, <Feature novel_exon (chr4:133850938-133851014[-]) at 0x11530fe10>, <Feature novel_exon (chr4:148156609-148156706[-]) at 0x11530f7f0>, <Feature novel_exon (chr4:102918781-102918855[+]) at 0x11530f518>, <Feature novel_exon (chr4:109039856-109039914[+]) at 0x11530f0f0>, <Feature novel_exon (chr4:109056290-109056321[+]) at 0x11530fe48>, <Feature novel_exon (chr4:44893533-44893570[+]) at 0x11530f240>, <Feature novel_exon (chr4:139355092-139355185[+]) at 0x11530f5f8>, <Feature novel_exon (chr4:154148710-154148782[+]) at 0x11530fe80>, <Feature novel_exon (chr4:83241646-83241737[-]) at 0x11530fac8>, <Feature novel_exon (chr4:155551655-155551721[+]) at 0x11530fb38>, <Feature novel_exon (chr4:134470103-134470179[+]) at 0x11530f208>, <Feature novel_exon (chr4:148579381-148579457[+]) at 0x11530ffd0>, <Feature novel_exon (chr4:106358400-106358474[+]) at 0x11530f780>, <Feature novel_exon (chr4:15140225-15140249[-]) at 0x11530fcc0>, <Feature novel_exon (chr4:34652132-34652208[+]) at 0x115304630>, <Feature novel_exon (chr4:48614957-48614983[+]) at 0x115304278>, <Feature novel_exon (chr4:148145104-148145196[+]) at 0x115304780>, <Feature novel_exon (chr4:126233365-126233407[-]) at 0x1153042e8>, <Feature novel_exon (chr4:108107617-108107688[-]) at 0x115304048>, <Feature novel_exon (chr4:34611022-34611076[-]) at 0x115304be0>, <Feature novel_exon (chr4:94679180-94679277[+]) at 0x115304828>, <Feature novel_exon (chr4:8578471-8578563[+]) at 0x115304da0>, <Feature novel_exon (chr4:94678265-94678318[+]) at 0x115304d68>, <Feature novel_exon (chr4:41756347-41756422[+]) at 0x115304ac8>, <Feature novel_exon (chr4:32002089-32002153[+]) at 0x115304160>, <Feature novel_exon (chr4:132776653-132776747[+]) at 0x115304438>, <Feature novel_exon (chr4:99789601-99789679[-]) at 0x115304898>, <Feature novel_exon (chr4:110955567-110955661[+]) at 0x115304ba8>, <Feature novel_exon (chr4:43030240-43030298[-]) at 0x1153042b0>, <Feature novel_exon (chr4:129600409-129600501[-]) at 0x115304240>, <Feature novel_exon (chr4:150643289-150643381[-]) at 0x1153041d0>, <Feature novel_exon (chr4:154898128-154898179[-]) at 0x115304e48>, <Feature novel_exon (chr4:133966766-133966795[-]) at 0x115304908>, <Feature novel_exon (chr4:147175847-147175904[+]) at 0x115304fd0>, <Feature novel_exon (chr4:152237680-152237766[+]) at 0x1153044e0>, <Feature novel_exon (chr4:135969601-135969674[-]) at 0x115304a58>, <Feature novel_exon (chr4:58811852-58811943[-]) at 0x115304cc0>, <Feature novel_exon (chr4:152396756-152396841[-]) at 0x115304f60>, <Feature novel_exon (chr4:32624084-32624166[+]) at 0x115304c88>, <Feature novel_exon (chr4:102863662-102863733[+]) at 0x1153044a8>, <Feature novel_exon (chr4:138234243-138234333[+]) at 0x115304ef0>, <Feature novel_exon (chr4:115873211-115873306[+]) at 0x1153045c0>, <Feature novel_exon (chr4:134138835-134138928[-]) at 0x115304588>, <Feature novel_exon (chr4:34565934-34566005[+]) at 0x115304518>, <Feature novel_exon (chr4:42153839-42153905[+]) at 0x1153045f8>, <Feature novel_exon (chr4:83441887-83441969[+]) at 0x115304dd8>, <Feature novel_exon (chr4:139444595-139444691[+]) at 0x115304940>, <Feature novel_exon (chr4:155286780-155286877[-]) at 0x115304a20>, <Feature novel_exon (chr4:32015939-32016000[+]) at 0x115304860>, <Feature novel_exon (chr4:45028003-45028099[+]) at 0x115304e80>, <Feature novel_exon (chr4:126051325-126051409[+]) at 0x118dd42b0>, <Feature novel_exon (chr4:129720039-129720106[-]) at 0x118dd4278>, <Feature novel_exon (chr4:74348400-74348476[+]) at 0x118dd4358>, <Feature novel_exon (chr4:106674411-106674488[-]) at 0x118dd4cf8>, <Feature novel_exon (chr4:139462178-139462262[+]) at 0x118dd4710>, <Feature novel_exon (chr4:138103315-138103412[+]) at 0x118dd4b38>, <Feature novel_exon (chr4:56813830-56813886[-]) at 0x118dd40b8>, <Feature novel_exon (chr4:155655252-155655270[-]) at 0x118dd4518>, <Feature novel_exon (chr4:115758809-115758895[+]) at 0x118dd4128>, <Feature novel_exon (chr4:41174041-41174127[+]) at 0x118dd45f8>, <Feature novel_exon (chr4:99814058-99814100[-]) at 0x118dd4978>, <Feature novel_exon (chr4:150244005-150244074[+]) at 0x118dd4f98>, <Feature novel_exon (chr4:138289241-138289324[+]) at 0x118dd4be0>, <Feature novel_exon (chr4:58864347-58864428[-]) at 0x118dd4860>, <Feature novel_exon (chr4:109046595-109046681[+]) at 0x118dd4320>, <Feature novel_exon (chr4:111656326-111656422[+]) at 0x118dd4f60>, <Feature novel_exon (chr4:155101266-155101362[+]) at 0x118dd4e10>, <Feature novel_exon (chr4:57886289-57886327[+]) at 0x118dd4d30>, <Feature novel_exon (chr4:15931125-15931182[-]) at 0x118dd4550>, <Feature novel_exon (chr4:107047242-107047270[+]) at 0x118dd4940>, <Feature novel_exon (chr4:132544056-132544122[+]) at 0x118dd4438>, <Feature novel_exon (chr4:109736591-109736682[+]) at 0x118dd47b8>, <Feature novel_exon (chr4:133541139-133541216[-]) at 0x118dd43c8>, <Feature novel_exon (chr4:107031015-107031091[+]) at 0x118dd4390>, <Feature novel_exon (chr4:126084393-126084462[+]) at 0x118dd4470>, <Feature novel_exon (chr4:150248061-150248119[+]) at 0x118dd4240>, <Feature novel_exon (chr4:99781877-99781970[-]) at 0x118dd4ef0>, <Feature novel_exon (chr4:56803596-56803647[+]) at 0x118dd49b0>, <Feature novel_exon (chr4:125089875-125089962[+]) at 0x118dd44a8>, <Feature novel_exon (chr4:61780759-61780829[-]) at 0x118dd4908>, <Feature novel_exon (chr4:132309838-132309903[+]) at 0x118dd4d68>, <Feature novel_exon (chr4:62458816-62458883[-]) at 0x118dd49e8>, <Feature novel_exon (chr4:107193299-107193380[+]) at 0x118dd4eb8>, <Feature novel_exon (chr4:124777341-124777437[+]) at 0x118dd46a0>, <Feature novel_exon (chr4:86847958-86848022[+]) at 0x118dd4c88>, <Feature novel_exon (chr4:133270963-133271047[-]) at 0x11e9b52e8>, <Feature novel_exon (chr4:46161261-46161323[+]) at 0x11e9b56d8>, <Feature novel_exon (chr4:94654829-94654891[+]) at 0x11e9b5198>, <Feature novel_exon (chr4:155872127-155872224[+]) at 0x11e9b5978>, <Feature novel_exon (chr4:41773465-41773524[-]) at 0x11e9b5a58>, <Feature novel_exon (chr4:15930914-15931000[-]) at 0x11e9b55f8>, <Feature novel_exon (chr4:148563844-148563919[+]) at 0x11e9b5358>, <Feature novel_exon (chr4:147865189-147865270[-]) at 0x11e9b5cf8>, <Feature novel_exon (chr4:125107517-125107546[+]) at 0x11e9b5518>, <Feature novel_exon (chr4:62511702-62511785[-]) at 0x11e9b5438>, <Feature novel_exon (chr4:133966429-133966479[-]) at 0x11e9b5780>, <Feature novel_exon (chr4:132546637-132546708[+]) at 0x11e9b55c0>, <Feature novel_exon (chr4:116326073-116326148[-]) at 0x11e9b5320>, <Feature novel_exon (chr4:151970857-151970930[+]) at 0x11e9b5dd8>, <Feature novel_exon (chr4:12169958-12169978[-]) at 0x11e9b5eb8>, <Feature novel_exon (chr4:58801733-58801804[-]) at 0x11e9b5ba8>, <Feature novel_exon (chr4:130701042-130701110[+]) at 0x11e9b58d0>, <Feature novel_exon (chr4:140028698-140028783[-]) at 0x11e9b54a8>, <Feature novel_exon (chr4:148146840-148146935[-]) at 0x11e9b5748>, <Feature novel_exon (chr4:140424592-140424688[+]) at 0x11e9b5be0>, <Feature novel_exon (chr4:52447713-52447751[+]) at 0x11e9b50b8>, <Feature novel_exon (chr4:109368945-109368980[+]) at 0x11e9b5860>, <Feature novel_exon (chr4:124742936-124743030[.]) at 0x11e9b5c50>, <Feature novel_exon (chr4:141014395-141014448[+]) at 0x11e9b5b70>, <Feature novel_exon (chr4:25270560-25270618[-]) at 0x11e9b59e8>, <Feature novel_exon (chr4:108047590-108047669[-]) at 0x11e9b5cc0>, <Feature novel_exon (chr4:129592997-129593070[-]) at 0x11e9b5d30>, <Feature novel_exon (chr4:101625693-101625761[+]) at 0x11e9b5630>, <Feature novel_exon (chr4:134172813-134172880[-]) at 0x11e9b5908>, <Feature novel_exon (chr4:34656006-34656073[+]) at 0x11e9b5710>, <Feature novel_exon (chr4:132285044-132285121[+]) at 0x11e9b5400>, <Feature novel_exon (chr4:60068901-60068974[-]) at 0x11e9b5588>, <Feature novel_exon (chr4:9594663-9594698[-]) at 0x118d9b8d0>, <Feature novel_exon (chr4:109366418-109366508[+]) at 0x118d9ba90>, <Feature novel_exon (chr4:48140420-48140485[+]) at 0x118d9b470>, <Feature novel_exon (chr4:129524246-129524320[-]) at 0x118d9b780>, <Feature novel_exon (chr4:11192993-11193046[+]) at 0x118d9b518>, <Feature novel_exon (chr4:155387858-155387940[-]) at 0x118d9b080>, <Feature novel_exon (chr4:76039281-76039378[-]) at 0x118d9bc50>, <Feature novel_exon (chr4:115791223-115791285[+]) at 0x118d9b828>, <Feature novel_exon (chr4:108169715-108169782[+]) at 0x118d9beb8>, <Feature novel_exon (chr4:126687029-126687099[+]) at 0x118d9b1d0>, <Feature novel_exon (chr4:117903694-117903720[-]) at 0x118d9b320>, <Feature novel_exon (chr4:139287756-139287832[+]) at 0x118d9bcc0>, <Feature novel_exon (chr4:116637976-116638048[-]) at 0x118d9b978>, <Feature novel_exon (chr4:126053500-126053558[+]) at 0x118d9b3c8>, <Feature novel_exon (chr4:150905250-150905309[-]) at 0x118d9b0f0>, <Feature novel_exon (chr4:15881958-15882034[+]) at 0x118d9b4e0>, <Feature novel_exon (chr4:56776885-56776938[-]) at 0x118d9b128>, <Feature novel_exon (chr4:94975217-94975292[-]) at 0x118d9b7b8>, <Feature novel_exon (chr4:155749157-155749208[-]) at 0x118d9bb70>, <Feature novel_exon (chr4:103143134-103143206[+]) at 0x118d9b5c0>, <Feature novel_exon (chr4:116579247-116579319[+]) at 0x118d9b6a0>, <Feature novel_exon (chr4:6842361-6842426[-]) at 0x118d9bba8>, <Feature novel_exon (chr4:122853591-122853681[+]) at 0x118d9bd30>, <Feature novel_exon (chr4:62084517-62084593[-]) at 0x118d9bc88>, <Feature novel_exon (chr4:116598731-116598825[+]) at 0x118d9b438>, <Feature novel_exon (chr4:135471885-135471981[-]) at 0x118d9bcf8>, <Feature novel_exon (chr4:123364057-123364074[-]) at 0x118d9b400>, <Feature novel_exon (chr4:117002737-117002811[+]) at 0x118d9b6d8>, <Feature novel_exon (chr4:24626897-24626991[-]) at 0x118d9bda0>, <Feature novel_exon (chr4:115795404-115795454[+]) at 0x118d9ba58>, <Feature novel_exon (chr4:135863526-135863576[+]) at 0x118d9b278>, <Feature novel_exon (chr4:10893263-10893358[+]) at 0x118d9bb38>, <Feature novel_exon (chr4:107039963-107040033[+]) at 0x118d9be10>, <Feature novel_exon (chr4:46162092-46162166[+]) at 0x11c159160>, <Feature novel_exon (chr4:12073894-12073956[-]) at 0x11c159ba8>, <Feature novel_exon (chr4:61672612-61672682[-]) at 0x11c159f98>, <Feature novel_exon (chr4:108102291-108102355[-]) at 0x11c1594a8>, <Feature novel_exon (chr4:34633658-34633713[+]) at 0x11c159fd0>, <Feature novel_exon (chr4:99741534-99741616[+]) at 0x11c1592b0>, <Feature novel_exon (chr4:148549791-148549865[+]) at 0x11c159278>, <Feature novel_exon (chr4:107891960-107892036[+]) at 0x11c159e48>, <Feature novel_exon (chr4:59782254-59782334[-]) at 0x11c1599b0>, <Feature novel_exon (chr4:116155229-116155270[+]) at 0x11c159898>, <Feature novel_exon (chr4:117895212-117895301[-]) at 0x11533d588>, <Feature novel_exon (chr4:129607087-129607179[+]) at 0x11533d7f0>, <Feature novel_exon (chr4:85118442-85118519[+]) at 0x11533d208>, <Feature novel_exon (chr4:3583425-3583489[+]) at 0x11533df28>, <Feature novel_exon (chr4:120983107-120983192[-]) at 0x11533df98>, <Feature novel_exon (chr4:124723671-124723739[+]) at 0x11533d908>, <Feature novel_exon (chr4:115111618-115111682[-]) at 0x11533d198>, <Feature novel_exon (chr4:151077864-151077935[-]) at 0x11533d3c8>, <Feature novel_exon (chr4:155951472-155951512[+]) at 0x11533d240>, <Feature novel_exon (chr4:3942721-3942819[+]) at 0x11533da20>, <Feature novel_exon (chr4:46152016-46152085[+]) at 0x11533d668>, <Feature novel_exon (chr4:98380618-98380691[-]) at 0x11533d780>, <Feature novel_exon (chr4:136568573-136568667[-]) at 0x11533da58>, <Feature novel_exon (chr4:21815307-21815398[+]) at 0x11533d940>, <Feature novel_exon (chr4:83418706-83418783[+]) at 0x11533dc18>, <Feature novel_exon (chr4:131865057-131865117[+]) at 0x11533d0b8>, <Feature novel_exon (chr4:155889669-155889723[-]) at 0x11533d5f8>, <Feature novel_exon (chr4:116614330-116614410[-]) at 0x11533d0f0>, <Feature novel_exon (chr4:84947558-84947642[+]) at 0x11533df60>, <Feature novel_exon (chr4:94967870-94967968[-]) at 0x11533def0>, <Feature novel_exon (chr4:94970512-94970535[-]) at 0x11533d358>, <Feature novel_exon (chr4:129620457-129620479[-]) at 0x11533dac8>, <Feature novel_exon (chr4:108092824-108092887[-]) at 0x11533dcf8>, <Feature novel_exon (chr4:108818185-108818218[.]) at 0x11533d320>, <Feature novel_exon (chr4:109829806-109829901[+]) at 0x11533dd30>, <Feature novel_exon (chr4:129318444-129318520[-]) at 0x11533dc88>, <Feature novel_exon (chr4:155885098-155885196[+]) at 0x11533ddd8>, <Feature novel_exon (chr4:121087309-121087395[-]) at 0x11533db38>, <Feature novel_exon (chr4:135950550-135950633[+]) at 0x11533d390>, <Feature novel_exon (chr4:41719837-41719923[-]) at 0x11533db70>, <Feature novel_exon (chr4:6419864-6419927[-]) at 0x11533dfd0>, <Feature novel_exon (chr4:102867640-102867696[+]) at 0x11533d400>, <Feature novel_exon (chr4:56774522-56774601[-]) at 0x11533db00>, <Feature novel_exon (chr4:76139294-76139302[-]) at 0x11533dd68>, <Feature novel_exon (chr4:123909634-123909682[+]) at 0x11533d9e8>, <Feature novel_exon (chr4:134900700-134900760[-]) at 0x11533da90>, <Feature novel_exon (chr4:117003119-117003190[+]) at 0x11eb05240>, <Feature novel_exon (chr4:108091237-108091323[-]) at 0x11eb05c50>, <Feature novel_exon (chr4:74098102-74098144[+]) at 0x11eb05400>, <Feature novel_exon (chr4:76135545-76135556[-]) at 0x11eb05cc0>, <Feature novel_exon (chr4:15895441-15895524[+]) at 0x11eb05f28>, <Feature novel_exon (chr4:130258701-130258791[-]) at 0x11eb05c88>, <Feature novel_exon (chr4:87001310-87001399[-]) at 0x11eb05be0>, <Feature novel_exon (chr4:136573073-136573165[-]) at 0x11eb05d68>, <Feature novel_exon (chr4:34659491-34659554[+]) at 0x11eb05908>, <Feature novel_exon (chr4:117886068-117886145[-]) at 0x11eb05ac8>, <Feature novel_exon (chr4:56762841-56762903[-]) at 0x11eb05630>, <Feature novel_exon (chr4:130741463-130741556[+]) at 0x11eb050b8>, <Feature novel_exon (chr4:40999685-40999715[+]) at 0x11eb05780>, <Feature novel_exon (chr4:134112515-134112609[+]) at 0x11eb05358>, <Feature novel_exon (chr4:119398168-119398239[-]) at 0x11eb052b0>, <Feature novel_exon (chr4:16127621-16127714[-]) at 0x11eb05cf8>, <Feature novel_exon (chr4:116079389-116079475[+]) at 0x11eb05860>, <Feature novel_exon (chr4:45025770-45025828[+]) at 0x11eb05e48>, <Feature novel_exon (chr4:148581758-148581834[+]) at 0x11eb05550>, <Feature novel_exon (chr4:21732489-21732558[+]) at 0x11eb059e8>, <Feature novel_exon (chr4:101616785-101616865[+]) at 0x11eb05f60>, <Feature novel_exon (chr4:41756513-41756561[+]) at 0x11eb052e8>, <Feature novel_exon (chr4:101163658-101163745[-]) at 0x11eb055f8>, <Feature novel_exon (chr4:108173795-108173851[+]) at 0x11eb054a8>, <Feature novel_exon (chr4:132541782-132541838[+]) at 0x11eb05160>, <Feature novel_exon (chr4:57689523-57689544[+]) at 0x11eb05978>, <Feature novel_exon (chr4:33379369-33379437[+]) at 0x11eb05518>, <Feature novel_exon (chr4:116602726-116602803[-]) at 0x11eb05f98>, <Feature novel_exon (chr4:129692433-129692516[-]) at 0x11eb05668>, <Feature novel_exon (chr4:130385954-130386015[+]) at 0x11eb05588>, <Feature novel_exon (chr4:11542107-11542203[+]) at 0x11eb059b0>, <Feature novel_exon (chr4:116991232-116991298[-]) at 0x11eb05128>, <Feature novel_exon (chr4:41771138-41771235[-]) at 0x11eb05eb8>, <Feature novel_exon (chr4:82310303-82310391[-]) at 0x11eb05208>, <Feature novel_exon (chr4:42294525-42294584[+]) at 0x11eb05c18>, <Feature novel_exon (chr4:62510515-62510601[-]) at 0x1190604a8>, <Feature novel_exon (chr4:15885587-15885661[+]) at 0x119060588>, <Feature novel_exon (chr4:109058259-109058306[+]) at 0x1190605f8>, <Feature novel_exon (chr4:57024338-57024436[-]) at 0x119060f98>, <Feature novel_exon (chr4:119310759-119310847[-]) at 0x119060978>, <Feature novel_exon (chr4:148963442-148963533[-]) at 0x119060eb8>, <Feature novel_exon (chr4:122862405-122862487[-]) at 0x1190609b0>, <Feature novel_exon (chr4:139642514-139642561[+]) at 0x119060940>, <Feature novel_exon (chr4:154972149-154972230[+]) at 0x119060240>, <Feature novel_exon (chr4:109032450-109032507[+]) at 0x1190605c0>, <Feature novel_exon (chr4:48436437-48436517[-]) at 0x119060ac8>, <Feature novel_exon (chr4:117895420-117895478[-]) at 0x119060438>, <Feature novel_exon (chr4:134935983-134936081[+]) at 0x119060ba8>, <Feature novel_exon (chr4:32771837-32771900[+]) at 0x1190606a0>, <Feature novel_exon (chr4:41941719-41941718[+]) at 0x119060c50>, <Feature novel_exon (chr4:123049477-123049554[+]) at 0x1190602b0>, <Feature novel_exon (chr4:40986693-40986770[+]) at 0x119060898>, <Feature novel_exon (chr4:107028193-107028252[+]) at 0x119060080>, <Feature novel_exon (chr4:103140837-103140901[+]) at 0x119060b00>, <Feature novel_exon (chr4:76054589-76054603[-]) at 0x1190607f0>, <Feature novel_exon (chr4:9583812-9583856[-]) at 0x1190606d8>, <Feature novel_exon (chr4:99742355-99742419[.]) at 0x119060748>, <Feature novel_exon (chr4:60068901-60068971[-]) at 0x1190601d0>, <Feature novel_exon (chr4:120781472-120781543[-]) at 0x119060630>, <Feature novel_exon (chr4:135969803-135969873[-]) at 0x119060048>, <Feature novel_exon (chr4:109373223-109373292[+]) at 0x1190600f0>, <Feature novel_exon (chr4:124726979-124727048[+]) at 0x119060f60>, <Feature novel_exon (chr4:76765700-76765758[-]) at 0x1190603c8>, <Feature novel_exon (chr4:134113357-134113433[+]) at 0x119060160>, <Feature novel_exon (chr4:111331240-111331279[+]) at 0x119060e10>, <Feature novel_exon (chr4:40183568-40183652[+]) at 0x119060c88>, <Feature novel_exon (chr4:134926735-134926818[+]) at 0x119060550>, <Feature novel_exon (chr4:48180670-48180756[+]) at 0x119060320>, <Feature novel_exon (chr4:62511524-62511612[-]) at 0x119060780>, <Feature novel_exon (chr4:138191967-138192048[+]) at 0x11e931208>, <Feature novel_exon (chr4:129341741-129341823[+]) at 0x11e9315f8>, <Feature novel_exon (chr4:109058985-109059068[+]) at 0x11e9312b0>, <Feature novel_exon (chr4:126233176-126233266[-]) at 0x11e931898>, <Feature novel_exon (chr4:43495350-43495432[+]) at 0x11e931438>, <Feature novel_exon (chr4:65599485-65599521[-]) at 0x11e931518>, <Feature novel_exon (chr4:108845951-108846011[+]) at 0x11e931b38>, <Feature novel_exon (chr4:129842670-129842762[+]) at 0x11e931c18>, <Feature novel_exon (chr4:82383608-82383661[-]) at 0x11e931cf8>, <Feature novel_exon (chr4:41765275-41765307[+]) at 0x11e931dd8>, <Feature novel_exon (chr4:44031400-44031435[+]) at 0x11e9317f0>, <Feature novel_exon (chr4:106915645-106915729[+]) at 0x11e931da0>, <Feature novel_exon (chr4:42678947-42679036[+]) at 0x11e931ef0>, <Feature novel_exon (chr4:48211650-48211707[-]) at 0x11e931e10>, <Feature novel_exon (chr4:119319520-119319564[-]) at 0x11e931278>, <Feature novel_exon (chr4:65599448-65599521[-]) at 0x11e9319e8>, <Feature novel_exon (chr4:116004714-116004754[-]) at 0x11e9318d0>, <Feature novel_exon (chr4:138310184-138310277[+]) at 0x11e931a20>, <Feature novel_exon (chr4:155887116-155887199[+]) at 0x11e931048>, <Feature novel_exon (chr4:41009190-41009269[+]) at 0x11e931ac8>, <Feature novel_exon (chr4:81332977-81333018[-]) at 0x11e931ba8>, <Feature novel_exon (chr4:88397842-88397931[+]) at 0x11e931668>, <Feature novel_exon (chr4:97956374-97956439[+]) at 0x11e931b70>, <Feature novel_exon (chr4:129593342-129593431[-]) at 0x11e931f98>, <Feature novel_exon (chr4:3554354-3554414[-]) at 0x11e931eb8>, <Feature novel_exon (chr4:155655105-155655170[-]) at 0x11e931400>, <Feature novel_exon (chr4:83246273-83246338[-]) at 0x11e931e48>, <Feature novel_exon (chr4:132858419-132858491[-]) at 0x11e931390>, <Feature novel_exon (chr4:139105856-139105903[-]) at 0x11e931cc0>, <Feature novel_exon (chr4:108630278-108630336[+]) at 0x11e931828>, <Feature novel_exon (chr4:155533697-155533735[+]) at 0x11e931748>, <Feature novel_exon (chr4:102497622-102497658[+]) at 0x11e931860>, <Feature novel_exon (chr4:129719083-129719141[-]) at 0x11e931a90>, <Feature novel_exon (chr4:133686229-133686325[-]) at 0x11e931c50>, <Feature novel_exon (chr4:155887432-155887521[+]) at 0x11e9313c8>, <Feature novel_exon (chr4:77925510-77925564[-]) at 0x119030128>, <Feature novel_exon (chr4:32673954-32674035[+]) at 0x119030160>, <Feature novel_exon (chr4:42652879-42652926[+]) at 0x119030668>, <Feature novel_exon (chr4:41757695-41757778[+]) at 0x1190303c8>, <Feature novel_exon (chr4:65599448-65599484[-]) at 0x119030470>, <Feature novel_exon (chr4:109033290-109033363[+]) at 0x1190304a8>, <Feature novel_exon (chr4:12075623-12075692[-]) at 0x119030828>, <Feature novel_exon (chr4:151586415-151586482[-]) at 0x119030630>, <Feature novel_exon (chr4:83427782-83427866[+]) at 0x119030588>, <Feature novel_exon (chr4:21740592-21740647[+]) at 0x119030438>, <Feature novel_exon (chr4:139287029-139287094[+]) at 0x119030358>, <Feature novel_exon (chr4:65599485-65599484[-]) at 0x119030cf8>, <Feature novel_exon (chr4:155831983-155832070[+]) at 0x119030dd8>, <Feature novel_exon (chr4:45022208-45022284[+]) at 0x119030eb8>, <Feature novel_exon (chr4:139402747-139402832[+]) at 0x119030f98>, <Feature novel_exon (chr4:42735867-42735952[+]) at 0x119030b70>, <Feature novel_exon (chr4:136014400-136014456[-]) at 0x1190304e0>, <Feature novel_exon (chr4:109925298-109925378[+]) at 0x1190309b0>, <Feature novel_exon (chr4:132857300-132857382[-]) at 0x119030048>, <Feature novel_exon (chr4:109720756-109720802[+]) at 0x1190309e8>, <Feature novel_exon (chr4:155293158-155293239[-]) at 0x119030908>, <Feature novel_exon (chr4:108172880-108172972[+]) at 0x119030ba8>, <Feature novel_exon (chr4:126047434-126047478[+]) at 0x119030be0>, <Feature novel_exon (chr4:136560323-136560413[-]) at 0x119030da0>, <Feature novel_exon (chr4:12075455-12075529[-]) at 0x119030898>, <Feature novel_exon (chr4:14912432-14912522[+]) at 0x119030ac8>, <Feature novel_exon (chr4:154152793-154152870[+]) at 0x119030080>, <Feature novel_exon (chr4:19602643-19602673[+]) at 0x119030710>, <Feature novel_exon (chr4:21742613-21742704[+]) at 0x119030940>, <Feature novel_exon (chr4:99739214-99739302[+]) at 0x119030c88>, <Feature novel_exon (chr4:20058139-20058229[+]) at 0x1190306a0>, <Feature novel_exon (chr4:40937132-40937194[-]) at 0x11a0f2860>, <Feature novel_exon (chr4:117277371-117277449[-]) at 0x119030a20>, <Feature novel_exon (chr4:138201921-138202002[+]) at 0x1190306d8>, <Feature novel_exon (chr4:109794768-109794854[+]) at 0x11e9f0d68>, <Feature novel_exon (chr4:45030753-45030834[+]) at 0x119030f60>, <Feature novel_exon (chr4:98370492-98370583[-]) at 0x11e9f0f60>, <Feature novel_exon (chr4:129516900-129516948[-]) at 0x119030fd0>, <Feature novel_exon (chr4:106428488-106428553[+]) at 0x11e9f0240>, <Feature novel_exon (chr4:150241045-150241140[+]) at 0x118da41d0>, <Feature novel_exon (chr4:155300930-155301015[-]) at 0x118da44a8>, <Feature novel_exon (chr4:99746326-99746411[+]) at 0x118da4208>, <Feature novel_exon (chr4:43255821-43255917[+]) at 0x118da4c18>, <Feature novel_exon (chr4:116070737-116070757[-]) at 0x118da4b00>, <Feature novel_exon (chr4:129602195-129602261[+]) at 0x118da4e10>, <Feature novel_exon (chr4:14822692-14822768[-]) at 0x118da4fd0>, <Feature novel_exon (chr4:109742866-109742957[+]) at 0x118da4da0>, <Feature novel_exon (chr4:56755304-56755379[-]) at 0x118da4b38>, <Feature novel_exon (chr4:46167302-46167395[+]) at 0x118da4668>, <Feature novel_exon (chr4:74153567-74153655[+]) at 0x118da4940>, <Feature novel_exon (chr4:85347124-85347192[+]) at 0x118da4f28>, <Feature novel_exon (chr4:3591228-3591314[+]) at 0x118da4d30>, <Feature novel_exon (chr4:118412664-118412745[+]) at 0x118da4b70>, <Feature novel_exon (chr4:42937841-42937919[+]) at 0x118da4ef0>, <Feature novel_exon (chr4:11218769-11218825[-]) at 0x118da4438>, <Feature novel_exon (chr4:155956368-155956448[+]) at 0x118da4358>, <Feature novel_exon (chr4:108630544-108630595[+]) at 0x118da4c88>, <Feature novel_exon (chr4:155142402-155142445[+]) at 0x118da4518>, <Feature novel_exon (chr4:109101116-109101163[-]) at 0x118da4080>, <Feature novel_exon (chr4:148578418-148578505[+]) at 0x118da4390>, <Feature novel_exon (chr4:126173444-126173528[-]) at 0x118da49e8>, <Feature novel_exon (chr4:102852883-102852946[+]) at 0x118da4e48>, <Feature novel_exon (chr4:129214658-129214755[+]) at 0x118da4978>, <Feature novel_exon (chr4:83482457-83482533[-]) at 0x118da42e8>, <Feature novel_exon (chr4:138289238-138289324[+]) at 0x118da4ac8>, <Feature novel_exon (chr4:102967611-102967675[+]) at 0x118da4908>, <Feature novel_exon (chr4:82844104-82844202[-]) at 0x118da4748>, <Feature novel_exon (chr4:137655223-137655249[+]) at 0x118da4198>, <Feature novel_exon (chr4:117058764-117058853[+]) at 0x118da4710>, <Feature novel_exon (chr4:147862897-147862949[-]) at 0x11ea090b8>, <Feature novel_exon (chr4:99738124-99738213[+]) at 0x118da46a0>, <Feature novel_exon (chr4:129369229-129369322[-]) at 0x118da4e80>, <Feature novel_exon (chr4:85046303-85046394[+]) at 0x118da4cc0>, <Feature novel_exon (chr4:107880893-107880951[+]) at 0x118da43c8>, <Feature novel_exon (chr4:48243477-48243549[-]) at 0x1193eb278>, <Feature novel_exon (chr4:109017839-109017920[+]) at 0x118da4ba8>, <Feature novel_exon (chr4:123554304-123554365[-]) at 0x1193eb518>, <Feature novel_exon (chr4:14978155-14978231[-]) at 0x1193eb710>, <Feature novel_exon (chr4:134905344-134905411[-]) at 0x1193ebc18>, <Feature novel_exon (chr4:94575166-94575234[-]) at 0x11be5a240>, <Feature novel_exon (chr4:149131639-149131672[-]) at 0x11be5a1d0>, <Feature novel_exon (chr4:65599448-65599447[-]) at 0x11be5a470>, <Feature novel_exon (chr4:133966957-133967001[-]) at 0x11be5a438>, <Feature novel_exon (chr4:42154117-42154176[+]) at 0x11be5a3c8>, <Feature novel_exon (chr4:57945147-57945212[-]) at 0x11be5a908>, <Feature novel_exon (chr4:58815259-58815324[-]) at 0x11be5a9e8>, <Feature novel_exon (chr4:127035808-127035854[+]) at 0x11be5aac8>, <Feature novel_exon (chr4:119311532-119311572[-]) at 0x11be5aba8>, <Feature novel_exon (chr4:115110029-115110111[-]) at 0x11be5a358>, <Feature novel_exon (chr4:156028475-156028554[-]) at 0x11be5a080>, <Feature novel_exon (chr4:41301334-41301394[-]) at 0x11be5a0b8>, <Feature novel_exon (chr4:134109091-134109119[+]) at 0x11be5af28>, <Feature novel_exon (chr4:95839010-95839066[+]) at 0x11be5afd0>, <Feature novel_exon (chr4:108529217-108529306[+]) at 0x11be5acc0>, <Feature novel_exon (chr4:155418620-155418695[+]) at 0x11be5aa20>, <Feature novel_exon (chr4:123511806-123511901[-]) at 0x11be5aeb8>, <Feature novel_exon (chr4:129207941-129208033[+]) at 0x11be5ac50>, <Feature novel_exon (chr4:41116376-41116465[-]) at 0x11be5a6d8>, <Feature novel_exon (chr4:120773672-120773767[-]) at 0x11be5a048>, <Feature novel_exon (chr4:101158814-101158908[-]) at 0x11be5a8d0>, <Feature novel_exon (chr4:62346057-62346141[-]) at 0x11be5a978>, <Feature novel_exon (chr4:59593237-59593335[+]) at 0x11be5ac18>, <Feature novel_exon (chr4:40693390-40693449[-]) at 0x11be5ad30>, <Feature novel_exon (chr4:117130508-117130591[-]) at 0x11be5abe0>, <Feature novel_exon (chr4:20052664-20052748[+]) at 0x11be5a9b0>, <Feature novel_exon (chr4:141120324-141120373[-]) at 0x11be5a860>, <Feature novel_exon (chr4:45307892-45307970[+]) at 0x11be5ae10>, <Feature novel_exon (chr4:107073873-107073960[+]) at 0x11be5af98>, <Feature novel_exon (chr4:15900769-15900824[+]) at 0x11be5aa58>, <Feature novel_exon (chr4:11522853-11522935[+]) at 0x11be5ae80>, <Feature novel_exon (chr4:115790581-115790631[+]) at 0x11be5af60>, <Feature novel_exon (chr4:155806908-155806985[+]) at 0x11be5aef0>, <Feature novel_exon (chr4:155082667-155082754[-]) at 0x11be5a630>, <Feature novel_exon (chr4:21735417-21735468[+]) at 0x11be5a4e0>, <Feature novel_exon (chr4:21797295-21797390[+]) at 0x11be5ab38>, <Feature novel_exon (chr4:3941246-3941311[+]) at 0x1190330b8>, <Feature novel_exon (chr4:46144785-46144873[+]) at 0x1190333c8>, <Feature novel_exon (chr4:6203777-6203860[+]) at 0x119033668>, <Feature novel_exon (chr4:76981506-76981539[-]) at 0x119033048>, <Feature novel_exon (chr4:134935374-134935464[+]) at 0x119033908>, <Feature novel_exon (chr4:141012826-141012901[+]) at 0x1190339e8>, <Feature novel_exon (chr4:152315603-152315678[-]) at 0x119033438>, <Feature novel_exon (chr4:41942295-41942354[+]) at 0x1190335c0>, <Feature novel_exon (chr4:15991182-15991231[+]) at 0x119033c88>, <Feature novel_exon (chr4:141940057-141940127[-]) at 0x119033080>, <Feature novel_exon (chr4:138177917-138178010[+]) at 0x1190332e8>, <Feature novel_exon (chr4:6418472-6418523[-]) at 0x119033860>, <Feature novel_exon (chr4:155268184-155268263[-]) at 0x119033fd0>, <Feature novel_exon (chr4:139349006-139349087[-]) at 0x119033da0>, <Feature novel_exon (chr4:125107652-125107709[+]) at 0x119033f60>, <Feature novel_exon (chr4:14960008-14960085[-]) at 0x119033e80>, <Feature novel_exon (chr4:12047810-12047890[-]) at 0x1190337b8>, <Feature novel_exon (chr4:117277743-117277829[-]) at 0x119033518>, <Feature novel_exon (chr4:151073988-151074062[-]) at 0x119033588>, <Feature novel_exon (chr4:126272678-126272775[+]) at 0x119033320>, <Feature novel_exon (chr4:15971766-15971863[+]) at 0x1190339b0>, <Feature novel_exon (chr4:117675427-117675499[-]) at 0x119033b00>, <Feature novel_exon (chr4:152393742-152393830[-]) at 0x119033128>, <Feature novel_exon (chr4:126087706-126087769[+]) at 0x119033f98>, <Feature novel_exon (chr4:148156395-148156490[-]) at 0x119033400>, <Feature novel_exon (chr4:116806259-116806355[-]) at 0x1190330f0>, <Feature novel_exon (chr4:47017523-47017619[-]) at 0x119033d30>, <Feature novel_exon (chr4:83252986-83253050[-]) at 0x119033710>, <Feature novel_exon (chr4:94626977-94627075[+]) at 0x119033240>, <Feature novel_exon (chr4:41720783-41720867[-]) at 0x119033c18>, <Feature novel_exon (chr4:9598269-9598301[-]) at 0x119033b38>, <Feature novel_exon (chr4:9595377-9595415[-]) at 0x1190337f0>, <Feature novel_exon (chr4:95922925-95922986[+]) at 0x119033cc0>, <Feature novel_exon (chr4:104680070-104680108[+]) at 0x119033e10>, <Feature novel_exon (chr4:129846465-129846539[+]) at 0x1190336d8>, <Feature novel_exon (chr4:116330391-116330469[-]) at 0x118dba0f0>, <Feature novel_exon (chr4:148552712-148552792[+]) at 0x118dba278>, <Feature novel_exon (chr4:32631806-32631880[+]) at 0x118dbaac8>, <Feature novel_exon (chr4:108526768-108526825[+]) at 0x118dba6d8>, <Feature novel_exon (chr4:148144654-148144727[+]) at 0x118dba208>, <Feature novel_exon (chr4:8577955-8578037[+]) at 0x118dbaf98>, <Feature novel_exon (chr4:56816181-56816229[-]) at 0x118dbaba8>, <Feature novel_exon (chr4:108859275-108859358[+]) at 0x118dba390>, <Feature novel_exon (chr4:116154831-116154906[+]) at 0x118dbaeb8>, <Feature novel_exon (chr4:11209392-11209465[-]) at 0x118dba5c0>, <Feature novel_exon (chr4:135863523-135863576[+]) at 0x118dba8d0>, <Feature novel_exon (chr4:106362157-106362252[+]) at 0x118dbac50>, <Feature novel_exon (chr4:44045903-44045990[-]) at 0x118dba780>, <Feature novel_exon (chr4:123368821-123368832[-]) at 0x118dbab70>, <Feature novel_exon (chr4:155642485-155642575[+]) at 0x118dbada0>, <Feature novel_exon (chr4:41771138-41771213[-]) at 0x118dba4e0>, <Feature novel_exon (chr4:94968980-94969058[-]) at 0x118dbaef0>, <Feature novel_exon (chr4:9637659-9637703[-]) at 0x118dba438>, <Feature novel_exon (chr4:43563281-43563351[+]) at 0x118dba588>, <Feature novel_exon (chr4:120542710-120542765[-]) at 0x118dba9b0>, <Feature novel_exon (chr4:155272941-155273027[-]) at 0x118dbaa58>, <Feature novel_exon (chr4:117885629-117885680[-]) at 0x118dba5f8>, <Feature novel_exon (chr4:134109560-134109658[+]) at 0x118dba400>, <Feature novel_exon (chr4:74313010-74313037[+]) at 0x118dbaf28>, <Feature novel_exon (chr4:74160367-74160455[+]) at 0x118dba2e8>, <Feature novel_exon (chr4:129692636-129692718[-]) at 0x118dba748>, <Feature novel_exon (chr4:41466463-41466511[+]) at 0x118dba470>, <Feature novel_exon (chr4:133221705-133221776[+]) at 0x118dba7f0>, <Feature novel_exon (chr4:110209740-110209778[-]) at 0x118dbaf60>, <Feature novel_exon (chr4:106362688-106362735[+]) at 0x118dba320>, <Feature novel_exon (chr4:101193783-101193863[-]) at 0x118dbae80>, <Feature novel_exon (chr4:10882407-10882472[+]) at 0x118dba128>, <Feature novel_exon (chr4:140027724-140027762[-]) at 0x118dbacc0>, <Feature novel_exon (chr4:40990793-40990864[+]) at 0x118dbac88>, <Feature novel_exon (chr4:126823644-126823741[+]) at 0x11cc4d128>, <Feature novel_exon (chr4:14815603-14815664[-]) at 0x11cc4dac8>, <Feature novel_exon (chr4:57016854-57016931[-]) at 0x11cc4d550>, <Feature novel_exon (chr4:129468994-129469048[+]) at 0x11cc4dd68>, <Feature novel_exon (chr4:74158009-74158062[+]) at 0x11cc4d7f0>, <Feature novel_exon (chr4:81377964-81378052[-]) at 0x11cc4de48>, <Feature novel_exon (chr4:129596874-129596939[-]) at 0x11a0fbb38>, <Feature novel_exon (chr4:135970454-135970519[-]) at 0x11a0fb128>, <Feature novel_exon (chr4:19595070-19595159[+]) at 0x11a0fb588>, <Feature novel_exon (chr4:34630473-34630570[+]) at 0x11a0fba90>, <Feature novel_exon (chr4:12165766-12165771[-]) at 0x11a0fb710>, <Feature novel_exon (chr4:116259545-116259643[+]) at 0x11a0fb198>, <Feature novel_exon (chr4:53696890-53696978[+]) at 0x11a0fb208>, <Feature novel_exon (chr4:94660948-94660988[+]) at 0x11a0fb668>, <Feature novel_exon (chr4:108853169-108853221[+]) at 0x11a0fb0b8>, <Feature novel_exon (chr4:117130724-117130817[-]) at 0x11a0fba20>, <Feature novel_exon (chr4:141014056-141014082[+]) at 0x11a0fb630>, <Feature novel_exon (chr4:134123842-134123919[+]) at 0x11a0fb898>, <Feature novel_exon (chr4:138229680-138229757[+]) at 0x11a0fb518>, <Feature novel_exon (chr4:108542662-108542709[+]) at 0x11a0fb780>, <Feature novel_exon (chr4:150570216-150570296[+]) at 0x11a0fb390>, <Feature novel_exon (chr4:154978393-154978442[+]) at 0x11a0fb0f0>, <Feature novel_exon (chr4:152394929-152395023[-]) at 0x11a0fbc50>, <Feature novel_exon (chr4:155076712-155076790[-]) at 0x11a0fb278>, <Feature novel_exon (chr4:59773916-59774006[-]) at 0x11a0fbe80>, <Feature novel_exon (chr4:107890119-107890202[+]) at 0x11a0fbd30>, <Feature novel_exon (chr4:107036936-107037000[+]) at 0x11a0fb5c0>, <Feature novel_exon (chr4:109065865-109065928[-]) at 0x11a0fb9b0>, <Feature novel_exon (chr4:135465688-135465751[-]) at 0x11a0fbfd0>, <Feature novel_exon (chr4:36136454-36136486[-]) at 0x11a0fbf98>, <Feature novel_exon (chr4:123905234-123905306[+]) at 0x11a0fbc88>, <Feature novel_exon (chr4:129317862-129317919[-]) at 0x11a0fb4e0>, <Feature novel_exon (chr4:108520207-108520293[+]) at 0x11a0fb4a8>, <Feature novel_exon (chr4:99228556-99228634[+]) at 0x11a0fb438>, <Feature novel_exon (chr4:34618554-34618627[+]) at 0x11a0fb8d0>, <Feature novel_exon (chr4:43261682-43261774[+]) at 0x11a0fb748>, <Feature novel_exon (chr4:87076119-87076157[-]) at 0x1193d9d30>, <Feature novel_exon (chr4:102911459-102911544[+]) at 0x1193d9e80>, <Feature novel_exon (chr4:152229775-152229818[.]) at 0x1193d94a8>, <Feature novel_exon (chr4:3570321-3570372[-]) at 0x1193d9358>, <Feature novel_exon (chr4:137332407-137332479[-]) at 0x1193d9278>, <Feature novel_exon (chr4:134125100-134125169[+]) at 0x1193d9b00>, <Feature novel_exon (chr4:16001930-16002021[-]) at 0x1193d95c0>, <Feature novel_exon (chr4:130365075-130365168[+]) at 0x1193d9b70>, <Feature novel_exon (chr4:42181788-42181877[+]) at 0x1193d9cf8>, <Feature novel_exon (chr4:116155729-116155801[+]) at 0x1193d9668>, <Feature novel_exon (chr4:129007713-129007785[+]) at 0x1193d9438>, <Feature novel_exon (chr4:148966268-148966319[-]) at 0x1193d9e10>, <Feature novel_exon (chr4:109034681-109034750[+]) at 0x1193d98d0>, <Feature novel_exon (chr4:109058582-109058634[+]) at 0x1193d9748>, <Feature novel_exon (chr4:154979726-154979794[+]) at 0x1193d9978>, <Feature novel_exon (chr4:155625727-155625773[+]) at 0x1193d9128>, <Feature novel_exon (chr4:107893334-107893411[+]) at 0x1193d9d68>, <Feature novel_exon (chr4:154897506-154897569[-]) at 0x1193d99b0>, <Feature novel_exon (chr4:99752817-99752885[+]) at 0x1193d9da0>, <Feature novel_exon (chr4:135967352-135967429[+]) at 0x1193d9588>, <Feature novel_exon (chr4:107894873-107894938[+]) at 0x1193d9080>, <Feature novel_exon (chr4:56774688-56774766[-]) at 0x1193d92b0>, <Feature novel_exon (chr4:122854380-122854478[+]) at 0x1193d9b38>, <Feature novel_exon (chr4:129472704-129472776[+]) at 0x1193d9ba8>, <Feature novel_exon (chr4:87782287-87782358[-]) at 0x1193d9908>, <Feature novel_exon (chr4:117002934-117003015[+]) at 0x1193d92e8>, <Feature novel_exon (chr4:21810742-21810823[+]) at 0x1193d99e8>, <Feature novel_exon (chr4:61833707-61833780[-]) at 0x1193d95f8>, <Feature novel_exon (chr4:146644459-146644504[+]) at 0x1193d9ac8>, <Feature novel_exon (chr4:141465349-141465436[+]) at 0x1193d9c18>, <Feature novel_exon (chr4:148486049-148486141[+]) at 0x1193d9940>, <Feature novel_exon (chr4:129320469-129320546[-]) at 0x1193d9f60>] | |
(Pdb) chr5_features = [x for x in exon_features if x.chrom == 'chr5'] | |
(Pdb) chr5_features | |
[] | |
(Pdb) print(x.chrom) | |
*** NameError: name 'x' is not defined | |
(Pdb) exon = exon_features[0] | |
(Pdb) exon.chrom | |
'chr4' | |
(Pdb) exon.id | |
'novel_exon:chr4:132544657-132544751:+' | |
(Pdb) exon.attributes | |
<gffutils.attributes.Attributes object at 0x11e9cd9e8> | |
(Pdb) exon.attributes.items() | |
[('location_id', ['novel_exon:chr4:132544657-132544751:+'])] | |
(Pdb) list(exon.attributes.items()) | |
*** Error in argument: '(exon.attributes.items())' | |
(Pdb) exon.attributes.items() | |
[('location_id', ['novel_exon:chr4:132544657-132544751:+'])] | |
(Pdb) overlapping = [x for x in exon_features if (x.start > 125385965) and (x.stop < 125390014)] | |
(Pdb) overlapping | |
[] | |
(Pdb) ^Z | |
[3] + 15456 suspended python -m pdb outrigger/commandline.py index --sj-out-tab --gtf --output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment