changeset 12:54e19bceff70 draft

Uploaded
author testtool
date Thu, 16 Mar 2017 07:21:37 -0400
parents 5e0ac671c613
children 77c0aee75ac6
files annotatePeak/.RData annotatePeak/.Rapp.history annotatePeak/.Rhistory annotatePeak/._.DS_Store annotatePeak/annotatePeak.R annotatePeak/annotatePeak.xml annotatePeak/test-data/._.DS_Store annotatePeak/test-data/DMR.bed annotatePeak/test-data/annoPeakTable.csv annotatePeak/tool_dependencies.xml annotate_peak/._.DS_Store annotate_peak/annotatePeak.R annotate_peak/annotatePeak.xml annotate_peak/test-data/DMR.bed annotate_peak/test-data/annoPeakTable.csv annotate_peak/tool_dependencies.xml
diffstat 15 files changed, 20094 insertions(+), 20325 deletions(-) [+]
line wrap: on
line diff
Binary file annotatePeak/.RData has changed
--- a/annotatePeak/.Rhistory	Thu Mar 16 07:21:10 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,231 +0,0 @@
-TAB <- read.csv("input.csv")
-mysamples <- lapply(TAB$ID,function(x)getGEO(x))
-input <- function(TAB) { if(is(TAB, "csv")){
-TAB <- read.csv("input.csv")}
-else{
-print("error in data file")
-}}
-input()
-TAB <- read.csv("input.csv")}
-TAB <- read.csv("input.csv")
-test_func <- function(
-clusterSize=2,
-cutoff=0.2,
-platform_id='HM450',
-genome_id='hg19')
-{
-args = commandArgs(trailingOnly=TRUE)
-methyl_file = args[1]
-ChiPseq_file = args[2]
-output_file = args[3]
-options(warn=-1)
-TAB=read.csv(methyl_file)
-ChiPseq=import(ChiPseq_file)
-if(is.null(TAB)){
-stop("Must specify input files")
-}else{
-mysamples <- lapply(TAB$ID,function(x) getGEO(x))
-}
-wrappedFunction <- function(test_func)
-s0 <- lapply(mysamples,Table)
-id_ref<-lapply(s0,function(x)x$ID_REF)
-if(length(unique(id_ref)) != 1) {
-stop("Error different ID_REF for samples")
-} else if (is.null((unlist(unique(id_ref))))) {
-stop("NO GSM data avaliable")
-} else {
-values<-do.call("cbind",lapply(s0,function(x)x$VALUE))
-colnames(values)=TAB$ID
-rownames(values)=id_ref[[1]]
-cg <-  rownames(values)
-probe <- c(cg)
-hm450.hg19 <- getPlatform(platform=platform_id, genome=genome_id)
-probe.info <- hm450.hg19[probe]
-f <- data.table(probe=names(probe.info),CHR=as.data.frame(probe.info@seqnames)$value,
-BP=as.numeric(probe.info@elementMetadata$probeStart))
-designMatrix <- model.matrix(~ TAB$Phenotype)
-DMR <- bumphunter(values, design = designMatrix,
-pos=f$BP,cutoff=cutoff,chr=f$CHR)
-MAT <- DMR$table[which(DMR$table$L>=clusterSize),]
-METH <- GRanges(seqnames=MAT$chr,
-ranges=IRanges
-(start=MAT$start,
-end=MAT$end),
-value_pos=MAT$value)
-peaks<-findOverlapsOfPeaks(probe.info,ChiPseq,maxgap=5000)
-p <- peaks$peaklist$`probe.info///ChiPseq`
-peakAnno <- annotatePeak(p, file=peakAnno)
-output_file <- annotatePeak(p, file=output_file)
-}}
-test_func <- function(
-clusterSize=2,
-cutoff=0.2,
-platform_id='HM450',
-genome_id='hg19')
-{
-args = commandArgs(trailingOnly=TRUE)
-methyl_file = args[1]
-ChiPseq_file = args[2]
-output_file = args[3]
-options(warn=-1)
-TAB=read.csv(methyl_file)
-ChiPseq=import(ChiPseq_file)
-if(is.null(TAB)){
-stop("Must specify input files")
-}else{
-mysamples <- lapply(TAB$ID,function(x) getGEO(x))
-}
-wrappedFunction <- function(test_func)
-s0 <- lapply(mysamples,Table)
-id_ref<-lapply(s0,function(x)x$ID_REF)
-if(length(unique(id_ref)) != 1) {
-stop("Error different ID_REF for samples")
-} else if (is.null((unlist(unique(id_ref))))) {
-stop("NO GSM data avaliable")
-} else {
-values<-do.call("cbind",lapply(s0,function(x)x$VALUE))
-colnames(values)=TAB$ID
-rownames(values)=id_ref[[1]]
-cg <-  rownames(values)
-probe <- c(cg)
-hm450.hg19 <- getPlatform(platform=platform_id, genome=genome_id)
-probe.info <- hm450.hg19[probe]
-f <- data.table(probe=names(probe.info),CHR=as.data.frame(probe.info@seqnames)$value,
-BP=as.numeric(probe.info@elementMetadata$probeStart))
-designMatrix <- model.matrix(~ TAB$Phenotype)
-DMR <- bumphunter(values, design = designMatrix,
-pos=f$BP,cutoff=cutoff,chr=f$CHR)
-MAT <- DMR$table[which(DMR$table$L>=clusterSize),]
-METH <- GRanges(seqnames=MAT$chr,
-ranges=IRanges
-(start=MAT$start,
-end=MAT$end),
-value_pos=MAT$value)
-peaks<-findOverlapsOfPeaks(probe.info,ChiPseq,maxgap=5000)
-p <- peaks$peaklist$`probe.info///ChiPseq`
-peakAnno <- annotatePeak(p, file=peakAnno)
-output_file <- annotatePeak(p, file=output_file)
-}}
-)
-a<-c(3.2,3.7,3.6,3.9,3.7,3.5,3.8,4,3.5)
-a<-c(3.2,3.7,3.6,3.9,3.7,3.5,3.8,4,3.5)
-b<-c(2.9,2.7,2,6,2.7,2.5,2.5,3.2,3.1,3.3,2.8)
-a-b
-file<-read.csv("~/Documents/SS2.csv")
-head(file)
-e
-file
-t.test(file$WBT,file$WBA)
-t.test(file$WBT,file$WBA,paired=TRUE)
-mysamples <- lapply(TAB$ID,function(x) TablegetGEO(x))
-require("GEOquery",quietly = TRUE)
-require("BiocGenerics",quietly = TRUE)
-args <- commandArgs(trailingOnly = TRUE)
-csv_file = args[1]
-#csv_file <- ("test-data/input.csv")
-TAB=read.csv(csv_file)
-if(is.null(TAB)){
-stop("Must specify input files")
-}else{
-mysamples <- lapply(TAB$ID,function(x) TablegetGEO(x))
-}
-csv_file <- ("test-data/input.csv")
-TAB=read.csv(csv_file)
-figure = args[3]
-upsetplot(anno, vennpie=TRUE)
-dev.copy(png,'fig.png')
-png(upsetplot(anno, vennpie=TRUE))
-upsetplot(anno, vennpie=TRUE)
-require("ChIPseeker",quietly = TRUE)
-require("ChIPpeakAnno",quietly = TRUE)
-upsetplot(anno, vennpie=TRUE)
-figure<-('test-data/figure.png')
-anno <- annotatePeak(peaks,level="gene", annoDb="org.Hs.eg.db" )
-input=read.table(input,header = FALSE, sep="\t",stringsAsFactors=FALSE, quote="")
-input<-("test-data/bump.bed")
-input=read.table(input,header = FALSE, sep="\t",stringsAsFactors=FALSE, quote="")
-peaks <- GRanges(seqnames=input[,1],ranges=IRanges
-(start=input[,2],end= input[,3]))
-anno <- annotatePeak(peaks,level="gene", annoDb="org.Hs.eg.db" )
-peakAnno_genes <- as.data.frame(anno)
-upsetplot(anno, vennpie=TRUE)
-figure<-('test-data/figure.png')
-png(figure)
-dev.off()
-png(figure)
-upsetplot(anno, vennpie=TRUE)
-org.Hs.eg.db
-??org.Hs.eg.db
-require("ChIPseeker", quietly = TRUE)
-require("ChIPpeakAnno", quietly = TRUE)
-DMRInfo = read.table(
-DMR,
-header = FALSE,
-sep = "\t",
-stringsAsFactors = FALSE,
-quote = ""
-)
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-ranges = IRanges
-(start = DMRInfo[, 2], end = DMRInfo[, 3]))
-annotatePeak <-
-as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
-??org.Hs.eg.db
-DMR <- ("test-data/DMR.bed")
-DMRInfo = read.table(
-DMR,
-header = FALSE,
-sep = "\t",
-stringsAsFactors = FALSE,
-quote = ""
-)
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-ranges = IRanges
-(start = DMRInfo[, 2], end = DMRInfo[, 3]))
-??GRanges
-require("GenomicRanges", quietly = TRUE)
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-ranges = IRanges
-(start = DMRInfo[, 2], end = DMRInfo[, 3]))
-annotatePeak <-
-as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
-require("ChIPseeker", quietly = TRUE)
-require("ChIPpeakAnno", quietly = TRUE)
-annotatePeak <-
-as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
-annotatePeak <-
-as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
-write.csv(as.data.frame(annotatePeak), annoPeakTable, row.names = FALSE)
-DMR <- ("test-data/DMR.bed")
-DMRInfo = read.table(
-DMR,
-header = FALSE,
-sep = "\t",
-stringsAsFactors = FALSE,
-quote = ""
-)
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-ranges = IRanges
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-ranges = IRanges
-(start = DMRInfo[, 2], end = DMRInfo[, 3]))
-??GRanges
-options(warn = -1)
-args <- commandArgs(trailingOnly = TRUE)
-DMR = args[1]
-annoPeakTable = args[2]
-DMR <- ("test-data/DMR.bed")
-DMRInfo = read.table(
-DMR,
-header = FALSE,
-sep = "\t",
-stringsAsFactors = FALSE,
-quote = ""
-)
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-ranges = IRanges
-(start = DMRInfo[, 2], end = DMRInfo[, 3]))
-??GRanges
-annotatePeak <-
-as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
-annotatePeak <- as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
Binary file annotatePeak/._.DS_Store has changed
--- a/annotatePeak/annotatePeak.R	Thu Mar 16 07:21:10 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-require("ChIPseeker", quietly = TRUE)
-require("ChIPpeakAnno", quietly = TRUE)
-require("org.Hs.eg.db", quietly = TRUE)
-require("GenomicRanges", quietly = TRUE)
-options(warn = -1)
-
-args <- commandArgs(trailingOnly = TRUE)
-DMR = args[1]
-annoPeakTable = args[2]
-
-
-DMRInfo = read.table(
-  DMR,
-  header = FALSE,
-  sep = "\t",
-  stringsAsFactors = FALSE,
-  quote = ""
-)
-
-DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
-                    ranges = IRanges
-                    (start = DMRInfo[, 2], end = DMRInfo[, 3]))
-
-annotatePeak <- as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
-
-write.csv(annotatePeak, annoPeakTable, row.names = FALSE)
--- a/annotatePeak/annotatePeak.xml	Thu Mar 16 07:21:10 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<tool id="AP" name="annotatePeak" version="1.16.2">
-  <requirements>
-         <requirement type="package" version="3.2.1">R</requirement>
-     </requirements>
-<stdio>
-   <exit_code range="1:" />
-</stdio>
-  <command> Rscript $__tool_directory__/annotatePeak.R "$DMR" "$annoPeakTable"</command>
-  <inputs>
-    <param optional="false" format="bed" name="DMR" type="data" value="" help="Bumphunter peaks." label="[required] file">
-      <validator type="empty_field" message="This field is required."/>
-    </param>
-  </inputs>
-  <outputs>
-    <data format="csv" name="annoPeakTable" label="peakAnno.csv"/>
-  </outputs>
-  <tests>
-    <test>
-      <param name="test">
-      <element name="test-data">
-          <collection type="data">
-          <element name="DMR" value="test-data/DMR.bed"/>
-          </collection>
-        </element>
-        </param>
-        <output format="csv" name="annoPeakTable" label="test-data/annoPeakTable.csv"/>
-        </test>
-    </tests>
-  <help>
-**Description**
-</help>
-<citations>
-DMR
-</citations>
-</tool>
Binary file annotatePeak/test-data/._.DS_Store has changed
--- a/annotatePeak/test-data/DMR.bed	Thu Mar 16 07:21:10 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9881 +0,0 @@
-chrX	106959609	106960186
-chr1	54203844	54204501
-chr5	112073385	112073454
-chr18	56338460	56338659
-chr6	29943460	29944045
-chr11	64405452	64405993
-chr4	1363998	1364344
-chr16	78079753	78080193
-chr3	38070886	38071301
-chr2	175351922	175352168
-chr4	1806633	1807332
-chr6	28793329	28793608
-chr4	1205447	1206004
-chr3	113775302	113775388
-chr16	3085934	3086940
-chr2	27485967	27486122
-chr1	2918058	2918526
-chr17	422325	422568
-chr5	141031071	141031094
-chr6	17987573	17987659
-chr17	2952307	2952767
-chr19	16653151	16653581
-chr3	193921489	193922037
-chr2	70418309	70418827
-chr16	1095625	1096754
-chr11	2161355	2161411
-chr12	51664503	51664607
-chr16	1705991	1706153
-chr14	23067033	23067188
-chr3	173113110	173113519
-chr7	50444039	50444317
-chr3	100053070	100053140
-chr17	6918792	6918952
-chr2	175350573	175351649
-chr6	33216768	33217142
-chr16	85646762	85646832
-chr16	11439254	11439785
-chr2	201981786	201981873
-chr10	128993810	128994432
-chr7	116593215	116593288
-chr16	29873565	29874506
-chr22	40742327	40742374
-chr21	46031707	46032038
-chr6	31940192	31940302
-chr2	128784344	128784923
-chr19	45927001	45927018
-chr16	24550834	24552079
-chr6	26284890	26285184
-chr22	47158324	47158521
-chr3	63850035	63850278
-chr16	672235	672882
-chr14	57274763	57275234
-chr16	3766844	3767679
-chr3	44036098	44036453
-chr15	32907294	32907402
-chr17	48637584	48637666
-chr5	137800779	137801033
-chr22	20004369	20004611
-chr19	35531102	35531591
-chr18	32397976	32398246
-chr22	30162987	30162991
-chr17	78032296	78032492
-chr10	131927297	131927449
-chr19	1947674	1947912
-chr1	36106988	36107155
-chr9	101568927	101569648
-chr18	48346660	48346795
-chr1	211652228	211652741
-chr4	1294432	1294566
-chr1	12079449	12079505
-chr14	103740037	103740476
-chr12	108237572	108237937
-chr13	113097259	113097633
-chr18	63417557	63417735
-chr3	51976003	51976171
-chr12	123237034	123237126
-chr9	88555654	88555863
-chr3	53289290	53289728
-chr16	31214346	31214378
-chr12	8185029	8185344
-chr10	38146893	38147096
-chr11	62341426	62341521
-chr14	65239309	65239653
-chr20	42219469	42219655
-chr12	10364612	10365082
-chr3	48487981	48488082
-chr7	45614242	45614720
-chr2	208632784	208633283
-chr9	75136064	75136701
-chr12	12966076	12966271
-chr1	16563734	16563906
-chr16	2255332	2255883
-chr9	77642922	77643323
-chr14	56047764	56047916
-chr19	10138244	10138615
-chr17	73901016	73901339
-chr16	14397688	14397766
-chr16	30457360	30457524
-chr1	155243076	155243300
-chr16	32936895	32937009
-chr7	18067530	18067535
-chr11	1304252	1304348
-chr16	56677510	56677585
-chr20	2821434	2821485
-chr1	153914312	153914453
-chr16	2569925	2570212
-chr15	68870979	68871357
-chr17	7517617	7517649
-chr16	28608846	28609531
-chr7	2563136	2563622
-chr1	75139583	75139958
-chr7	44104935	44105118
-chr16	4852372	4852777
-chr6	101328458	101329304
-chr20	35504198	35504371
-chr6	33656083	33656500
-chr12	120739972	120740007
-chr1	247579560	247580517
-chr8	37824481	37824496
-chr12	108079012	108079503
-chr19	10735958	10736001
-chr7	154706045	154706916
-chr16	8962538	8962970
-chr10	45914477	45914640
-chr16	12211050	12211322
-chr16	31366118	31366418
-chr14	58893467	58893740
-chr18	23806180	23806263
-chr7	82541	82911
-chr15	77287290	77287608
-chr15	69706335	69706469
-chr3	195622522	195622598
-chr12	24102533	24103021
-chr10	31607330	31607651
-chr3	53164962	53165031
-chr16	19566218	19566823
-chr19	18451444	18451525
-chr7	100493811	100494332
-chr16	3550032	3550792
-chr16	20359396	20359923
-chr2	27994492	27994636
-chr16	8715546	8715882
-chr16	30379343	30380183
-chr16	29296186	29296693
-chr15	45879564	45879610
-chr11	70289501	70289510
-chr20	56935373	56935483
-chr10	48355005	48355070
-chr14	63568147	63568558
-chr1	224518178	224518192
-chr10	99447118	99447212
-chr2	130763379	130763641
-chr1	27901757	27902687
-chr16	19124971	19125137
-chr17	74236897	74237210
-chr1	228782809	228783335
-chr15	85144175	85144257
-chr5	122181105	122181680
-chr2	143886278	143886375
-chr20	31349704	31349891
-chr19	7964567	7964703
-chr16	33853176	33853496
-chr4	2845528	2845623
-chr16	30661660	30661867
-chr10	93567106	93567261
-chr5	1076844	1077231
-chr11	644011	644218
-chr6	31937228	31937307
-chr16	89752831	89753123
-chr2	71017211	71017557
-chr19	41767621	41768027
-chr8	145019582	145019681
-chr16	49593978	49594703
-chr15	92459255	92459857
-chr2	174890420	174890570
-chr6	25652357	25652531
-chr18	72201590	72201615
-chr5	66124492	66124515
-chr16	19534852	19535044
-chr16	89268689	89268799
-chr6	168972162	168972469
-chr1	151810856	151811572
-chr1	94344811	94344881
-chr5	132082753	132083105
-chr10	93557965	93558141
-chr1	220960463	220960506
-chr10	51827480	51827594
-chr7	157369960	157370206
-chr6	114178172	114178324
-chr14	69282992	69283484
-chr7	92861558	92861612
-chr19	18303845	18303865
-chr17	73975697	73976041
-chr21	43809471	43809567
-chr10	27529785	27530202
-chr17	73201717	73201932
-chr3	124605199	124605640
-chr14	31028192	31028335
-chr6	26104245	26104560
-chr15	73735608	73735694
-chr8	1954777	1955069
-chr11	10315561	10315706
-chr16	3062320	3062349
-chr12	56862322	56862729
-chr4	10041728	10042401
-chr17	31487	31552
-chr17	41739082	41739246
-chr5	16616462	16617242
-chr2	232651038	232651061
-chr20	43029652	43029847
-chr1	161129091	161129122
-chr14	52216412	52216656
-chr18	61368814	61369206
-chr2	220083306	220083454
-chr1	33815638	33815702
-chr12	54366859	54366875
-chr6	170361194	170361827
-chr10	118900416	118900422
-chr7	4841387	4841835
-chr7	56551592	56552034
-chr1	65533502	65533851
-chr12	120755328	120755363
-chr10	665054	665510
-chr5	135265705	135265801
-chr3	9885753	9886090
-chr1	226187478	226187828
-chr12	57853743	57853920
-chr8	17104455	17104487
-chr13	100611510	100611817
-chr12	112563230	112563241
-chr18	34973942	34973956
-chr17	259930	259942
-chr9	127615385	127616076
-chr6	31926840	31926915
-chr7	4913514	4913712
-chr22	37914206	37914811
-chr12	6798404	6798535
-chr3	43663331	43663662
-chr2	3642400	3642581
-chr5	161494450	161494467
-chr15	45315313	45315362
-chr17	73851651	73851978
-chr4	107956508	107957024
-chr3	139257229	139257727
-chr16	1413965	1414480
-chr12	5541205	5541234
-chr1	238024463	238024671
-chr22	43506457	43506480
-chr20	865906	866039
-chr7	94294857	94295579
-chr5	138609337	138609700
-chr6	86353836	86353970
-chr12	122687992	122688186
-chr16	1014544	1014975
-chr18	13801222	13801271
-chr21	40817848	40817988
-chr17	29335105	29335669
-chr2	33824342	33824362
-chr1	38470578	38470622
-chr9	5449890	5450535
-chr5	1061253	1061289
-chr10	131934684	131934715
-chr2	33172394	33172396
-chr17	78820876	78821024
-chr2	32581942	32582034
-chr4	2011033	2011051
-chr10	122217348	122217422
-chr1	166134346	166134465
-chr5	56247905	56248185
-chr12	130823838	130823967
-chr7	12250712	12250857
-chr2	242810869	242811101
-chr11	62139609	62139710
-chr4	40045334	40045641
-chr17	8648514	8649122
-chr20	3762064	3762119
-chr11	2235203	2235402
-chr6	29945051	29945155
-chr12	132863782	132863935
-chr2	238535997	238536058
-chr2	66660414	66660793
-chr15	51385764	51385868
-chr7	5632221	5632224
-chr17	46621964	46622037
-chr16	1071052	1071884
-chr1	111506641	111506667
-chr8	74361002	74361220
-chr10	102045962	102046095
-chr16	8941568	8941747
-chr22	39898368	39898620
-chr13	112547370	112547823
-chr8	57906058	57906543
-chr1	45672438	45672524
-chr12	90102506	90102530
-chr21	11098970	11099431
-chr10	135266836	135267307
-chr1	29449036	29449356
-chr16	84178556	84178891
-chr7	74489845	74489851
-chr6	31758849	31758862
-chr6	125475315	125475385
-chr6	31854781	31854834
-chr14	73393231	73393894
-chr14	101052970	101053354
-chr19	41196603	41196729
-chr1	181057597	181057798
-chr2	20549724	20550531
-chr15	41795039	41795304
-chr16	2125627	2125989
-chr8	113655436	113655967
-chr1	159771327	159771711
-chr17	8013409	8013632
-chr19	42584469	42584732
-chr16	1495122	1495787
-chr4	1362393	1362864
-chr18	21452682	21452788
-chr15	79237145	79237217
-chr6	21667407	21667815
-chr7	114329849	114329956
-chr8	107281773	107281984
-chr6	34433754	34433775
-chr5	60457793	60458176
-chr7	987309	987411
-chr5	126112605	126112609
-chr11	7052239	7052589
-chr7	27154537	27154720
-chr14	102228216	102228754
-chr5	137368318	137368839
-chr1	17020409	17020878
-chr1	50513749	50513870
-chr16	1662753	1663216
-chr6	164051690	164052180
-chr1	6341279	6341287
-chr17	75398290	75398583
-chr7	65420025	65420249
-chrX	3264384	3264695
-chr16	11944926	11945018
-chr3	122785780	122786043
-chr7	44579223	44579467
-chr16	49499189	49499613
-chr4	4173030	4173449
-chr7	94953680	94953722
-chr8	67579548	67579568
-chr5	33936472	33936704
-chr16	30709114	30709518
-chr7	128379067	128379252
-chr17	37843745	37843818
-chr19	45885800	45885940
-chr2	177012143	177012324
-chr4	132651854	132652065
-chr1	2250136	2250525
-chr17	40118539	40118590
-chr3	192231844	192232664
-chr22	32026779	32026902
-chr16	15596167	15596375
-chr19	13215320	13215729
-chr19	52150230	52150547
-chr19	40229167	40229318
-chr16	51168768	51169389
-chr11	111410960	111411023
-chr19	39833510	39833609
-chr8	70906688	70907000
-chr3	53857876	53857953
-chr7	158059131	158059396
-chr4	8594324	8594514
-chr13	100636299	100636692
-chr15	25425051	25425388
-chr1	888909	889167
-chr5	146888397	146888580
-chr3	46742443	46742817
-chr1	183441376	183441395
-chr19	17530614	17530742
-chr7	30518000	30518197
-chr11	6495452	6495505
-chr8	25897153	25897534
-chr6	33653289	33653502
-chr2	383321	383401
-chr16	21170647	21171084
-chr19	53935117	53935228
-chr10	114133235	114133652
-chr22	31218179	31218629
-chr2	74734859	74735267
-chr12	110172214	110172346
-chr4	8262659	8262688
-chr6	28557765	28557774
-chr16	2570492	2571449
-chr1	63782347	63782378
-chr2	241562037	241562376
-chr7	98602548	98602745
-chr18	70211787	70211911
-chr16	21169131	21169615
-chr4	81106415	81106772
-chr16	30075895	30075921
-chr11	122932810	122933028
-chr7	99155983	99156195
-chr2	219906259	219906406
-chr7	155333289	155333384
-chr18	30352927	30352952
-chr5	37370967	37370999
-chr3	5022094	5022344
-chr5	138089055	138089608
-chr20	40247197	40247458
-chr16	1552789	1553648
-chr14	102680187	102680429
-chr7	131012497	131012631
-chr22	39097287	39097540
-chr12	6165683	6166125
-chr5	31532187	31532200
-chr16	3077830	3078500
-chr7	112580029	112580528
-chr1	101491427	101491561
-chr6	8282662	8283019
-chr7	26331199	26331291
-chr10	135149648	135150139
-chr16	11272199	11272440
-chr8	30241232	30241613
-chr19	57349815	57350004
-chr2	206641088	206641630
-chr22	38092771	38092830
-chr1	110210684	110210722
-chr4	4379982	4380019
-chr16	778351	778658
-chr16	88598525	88599035
-chr7	66648094	66648109
-chr6	26188953	26189127
-chr11	18033976	18034578
-chr12	115134326	115134496
-chr14	101528075	101528108
-chr16	3493633	3493997
-chr14	36288939	36289100
-chrX	136114577	136115233
-chr16	4663553	4664062
-chr10	76586186	76586206
-chr6	31322073	31322300
-chr7	95401644	95401647
-chr7	101457311	101457399
-chr12	56710306	56710362
-chr14	39644666	39644870
-chr5	134369881	134370033
-chr16	2581684	2582094
-chr4	100242957	100243455
-chr13	107687117	107687552
-chr6	30646940	30646949
-chr1	200880710	200880933
-chrY	24453658	24453709
-chr19	36499618	36499839
-chr20	37554817	37554849
-chr1	154127629	154128002
-chr15	73611202	73611321
-chr10	88731021	88731875
-chr22	37678222	37678489
-chr6	28479502	28479515
-chr1	116961404	116961464
-chr19	3933046	3933195
-chr10	95721204	95721318
-chr5	1938501	1938571
-chr20	47897020	47897159
-chr19	50100987	50101012
-chr10	1166946	1167544
-chr4	99064054	99064459
-chr16	68279176	68279192
-chr16	9184437	9184657
-chr15	75932821	75932931
-chr16	11348611	11348636
-chr3	49314595	49314655
-chr6	31747168	31747189
-chr2	71357290	71357313
-chr12	52281063	52281652
-chr17	8311635	8311700
-chr7	98741989	98742051
-chr12	34528074	34528521
-chr10	125816348	125816412
-chr2	11750732	11751071
-chr8	1922810	1923052
-chr11	70669137	70669292
-chr22	25170810	25170820
-chr5	180649514	180649677
-chr19	836679	836716
-chr10	30638342	30638372
-chr11	47600544	47600569
-chr19	1256951	1257029
-chr10	96305422	96305432
-chr6	101847010	101847270
-chr1	224301953	224302019
-chr10	44881551	44881702
-chr8	100025439	100026087
-chr5	140778396	140778498
-chr16	30933419	30934108
-chr10	1102894	1103535
-chr11	296432	296540
-chr16	88556790	88557499
-chr1	22327803	22328206
-chrX	24665496	24665607
-chr7	1278380	1278508
-chr4	2011331	2011427
-chr2	91634652	91634675
-chr6	166796531	166796540
-chr22	50900009	50900278
-chr1	85513741	85513889
-chr6	33165544	33165577
-chr1	112161735	112161864
-chr9	90341385	90341458
-chr1	101003337	101003688
-chr19	54704656	54704794
-chr6	41755394	41755399
-chr17	18163716	18163735
-chr2	71246588	71246660
-chr21	44590602	44590965
-chr16	1557318	1557605
-chr2	172750661	172750671
-chr10	43362028	43362370
-chr16	717659	717915
-chr1	26547059	26547377
-chr2	222437027	222437033
-chr19	55417500	55417599
-chr10	80827285	80827482
-chr16	1449260	1449480
-chr4	117626456	117626746
-chr11	3181527	3181822
-chr14	105041531	105041660
-chr14	51955716	51956044
-chr16	75032726	75033300
-chr4	493320	493681
-chr19	37329712	37329859
-chr14	57284048	57284219
-chr7	157572648	157573039
-chr19	9416214	9416722
-chr1	165797905	165798382
-chrX	153770003	153770045
-chr11	119352283	119352362
-chr7	154958660	154958976
-chr20	61919402	61919802
-chr5	99381964	99382144
-chr11	4628986	4629357
-chr12	42877381	42877540
-chr3	127317209	127317466
-chr12	123518888	123519109
-chr3	24537338	24537407
-chr12	371950	372139
-chr7	137531173	137531210
-chr19	10792795	10792991
-chr17	4850662	4850895
-chr22	42016984	42016998
-chr5	151304357	151304374
-chr15	69452675	69452784
-chr1	174128249	174128325
-chr2	133402427	133402940
-chr16	20753260	20753279
-chr2	162279276	162279638
-chr4	57333196	57333219
-chr6	33257323	33257434
-chr5	50264516	50264628
-chr7	22894801	22894898
-chr19	10691806	10691895
-chr10	89621741	89621822
-chr13	102069248	102069508
-chr16	3645794	3646274
-chr2	66661461	66661468
-chr2	120005612	120005755
-chr8	80695847	80696120
-chr2	128848500	128848528
-chr12	108079508	108079615
-chr16	88442717	88443063
-chr16	88752877	88753099
-chr11	364575	364704
-chr7	70599516	70599643
-chr4	2043525	2043572
-chr3	94656610	94656685
-chr16	949283	949929
-chr5	142066080	142066245
-chr7	99214643	99214679
-chr1	32859921	32860242
-chr16	2073245	2073744
-chr2	73151153	73151547
-chr19	59030948	59030979
-chr19	3676192	3676340
-chr3	193272513	193272655
-chr5	43602557	43602618
-chr1	226150183	226150385
-chr2	204193679	204194146
-chr7	102389344	102389433
-chr12	111800654	111800905
-chr16	1138367	1138697
-chr7	1423720	1423842
-chr9	140512465	140512815
-chr1	246959275	246959428
-chr19	49617420	49617447
-chr16	22012408	22012481
-chr4	83350243	83350536
-chr3	8809488	8810077
-chr6	30881610	30881728
-chrX	128656677	128656872
-chr9	99382084	99382145
-chr16	7568005	7568267
-chr20	13201655	13201670
-chrY	2655879	2655929
-chr16	4674594	4674629
-chr17	48071845	48071940
-chr17	4900617	4900687
-chr14	91977207	91977306
-chr1	218458390	218458485
-chr5	140306231	140306249
-chr6	83902113	83902450
-chr1	59247797	59248100
-chr2	135011474	135011937
-chr6	32729465	32729470
-chr1	182808478	182808517
-chr1	166809258	166809295
-chr16	30087031	30087189
-chr4	7512230	7512498
-chr8	1812034	1812566
-chr7	101571203	101571219
-chr20	42839571	42839587
-chr6	122793137	122793290
-chr21	38063872	38064651
-chr16	88700818	88700868
-chr21	34852600	34852608
-chr1	16693865	16694728
-chr1	236557134	236557425
-chr19	33696237	33696586
-chr10	105614381	105614937
-chr10	92922332	92922714
-chr4	44680502	44680636
-chr11	2922759	2922764
-chr14	35838885	35838929
-chr10	31608140	31608161
-chr8	145101182	145101623
-chr12	59990159	59990675
-chr8	144408540	144408852
-chr10	99094695	99095018
-chr6	33384343	33384425
-chr5	137667481	137667621
-chr6	33216286	33216368
-chr16	86570295	86570409
-chr3	62110775	62111708
-chr1	90228758	90228989
-chr14	75988356	75988765
-chr18	44337910	44338147
-chr12	7282323	7282328
-chr14	23982474	23982478
-chr16	19566943	19567306
-chr22	37640314	37640316
-chrX	52684130	52684133
-chr1	36859224	36859369
-chr14	23475850	23476019
-chr22	41791411	41791815
-chr10	93976039	93976201
-chr5	175970714	175971121
-chr1	62190944	62191127
-chr10	43048342	43048561
-chrX	133370867	133370918
-chr2	131113015	131113338
-chr16	69975542	69976228
-chr11	119191785	119191926
-chr5	71014409	71014713
-chr12	120806832	120807285
-chr20	2644910	2644954
-chr17	3571907	3571916
-chr19	1577954	1578250
-chr4	4543968	4543977
-chr6	158589294	158589318
-chr12	6949114	6949212
-chr1	24126943	24126991
-chr1	20480636	20480700
-chr13	80914158	80914295
-chr13	24079342	24079370
-chr16	5084497	5084837
-chr22	51222051	51222076
-chr11	68540704	68540864
-chr12	125725442	125725494
-chrX	134049614	134049630
-chr12	104853100	104853226
-chr4	113435851	113436184
-chr19	883389	883879
-chr5	1093690	1094035
-chr12	118298107	118298211
-chr5	2751806	2751839
-chr4	71569837	71570275
-chr1	43814258	43814983
-chr11	68609520	68609590
-chr16	15851692	15851822
-chr4	141293985	141294016
-chr18	13826351	13826671
-chr18	48405372	48405387
-chr16	67970396	67970687
-chr8	57350985	57351019
-chr1	78444909	78445114
-chr15	40575383	40575645
-chr17	7225013	7225294
-chr6	32375447	32375624
-chr12	51632663	51632942
-chr19	11669878	11670027
-chr13	78493664	78493704
-chr19	41510195	41510224
-chr12	119418319	119418622
-chrX	129402979	129403083
-chr1	2262285	2262426
-chr4	174292063	174292076
-chr10	119293967	119294055
-chr16	2039773	2039975
-chr3	195477778	195477854
-chr10	102732275	102732557
-chr7	7106214	7106306
-chr2	161350422	161350468
-chr1	186343707	186344077
-chr8	87520882	87521046
-chr19	47968997	47969108
-chr20	56285530	56285653
-chr17	74137336	74137399
-chr1	6557779	6558085
-chr12	27932499	27933133
-chr11	57479956	57480176
-chr16	88152486	88152986
-chr14	21558852	21559798
-chr10	102322508	102322911
-chr10	7453546	7453871
-chr14	101488297	101488343
-chr16	23690351	23690492
-chr15	57210347	57210358
-chr19	10764351	10764458
-chr6	30418741	30418797
-chrX	138774080	138774191
-chr2	63284720	63285097
-chr4	83206252	83206534
-chr2	175574343	175574593
-chr10	130828949	130828973
-chr16	22103791	22104151
-chr10	133913937	133914239
-chr5	147257325	147257408
-chr16	2587987	2588297
-chr16	30996399	30996435
-chr14	103430766	103430786
-chr21	35445682	35445696
-chr7	94286131	94286160
-chr16	31408664	31408867
-chr3	88108209	88108213
-chr19	45996372	45996460
-chr16	57832309	57832712
-chr2	29204009	29204142
-chr7	25021160	25021672
-chr18	12407563	12407684
-chr19	56657806	56658288
-chr1	110254661	110254787
-chr19	45457885	45458232
-chr1	214154037	214154240
-chr11	123814849	123814924
-chr21	45709556	45710177
-chr12	7904034	7904267
-chr11	2595557	2595800
-chr2	3489235	3489751
-chr4	113444247	113444313
-chr2	128175179	128175252
-chr1	118471327	118471929
-chr19	39970773	39971089
-chr10	127462176	127462659
-chr16	49892009	49892496
-chr1	153931253	153931566
-chr16	68056978	68057094
-chr1	2023210	2023434
-chr10	47008137	47008316
-chr2	238382343	238382672
-chr2	217674618	217675150
-chr20	45141911	45142065
-chr22	43089499	43089529
-chr13	113410361	113410839
-chr16	90066348	90066432
-chr5	112539140	112539223
-chr18	5195153	5195574
-chr5	1444212	1444395
-chr6	170059366	170059585
-chr3	131100407	131100550
-chr2	239360505	239360665
-chr20	45035289	45035327
-chr10	70091743	70091938
-chr3	164924711	164924728
-chr6	32940193	32940306
-chr2	43398031	43398154
-chr19	30156070	30156156
-chrX	41193409	41193572
-chr12	6658557	6658625
-chr13	84452946	84453232
-chr15	30918017	30918265
-chr11	910094	910254
-chr6	31599472	31599478
-chr15	63796365	63796567
-chr16	34441739	34442283
-chr1	161576580	161576581
-chr17	184106	184131
-chr11	93754223	93754288
-chr15	27670095	27670287
-chr1	3276687	3276738
-chr1	47134421	47134527
-chr21	37506434	37506791
-chr17	1163345	1163546
-chr15	35591053	35591466
-chr19	9649361	9649422
-chr4	90758729	90758797
-chr19	3185499	3185629
-chr7	4921991	4922148
-chr14	51411001	51411122
-chr3	52719354	52719575
-chr7	10979997	10980008
-chr1	2886744	2886868
-chr19	17447843	17448285
-chr22	39096465	39096631
-chr10	94833166	94833548
-chr3	128226565	128226649
-chr1	153513810	153514008
-chr1	25869959	25870241
-chr3	129158135	129158586
-chr11	8751837	8752313
-chr2	731250	731471
-chr3	133174878	133175193
-chr17	19651833	19651935
-chr2	17935179	17935719
-chr17	12921391	12921393
-chr3	183853078	183853112
-chr21	15456343	15456605
-chr14	24657749	24657962
-chr3	49977380	49977548
-chr10	49642921	49643038
-chr7	100275863	100276062
-chr15	41523314	41523320
-chr22	37730616	37731121
-chr10	47967037	47967284
-chr15	34629008	34629473
-chr5	2754226	2754274
-chr9	33076554	33076800
-chr10	2373548	2373651
-chr16	28857931	28858035
-chr14	89029504	89029511
-chr8	38964500	38964736
-chr4	183778237	183778395
-chr19	37808809	37808831
-chr19	10828928	10828930
-chr22	39268703	39268782
-chr16	3230726	3231104
-chr13	114057022	114057627
-chr4	1595366	1595659
-chr3	105085585	105085614
-chr15	50559124	50559131
-chr11	86748738	86748885
-chr6	10421324	10421622
-chr2	216878345	216878351
-chr11	117651253	117651424
-chr4	39447437	39447920
-chr5	37838290	37838363
-chr15	91537866	91537869
-chr8	38279600	38279719
-chr1	150254429	150254439
-chr3	14160542	14160912
-chr16	89904043	89904261
-chr19	39466247	39466575
-chr16	29998852	29998921
-chr7	116594159	116594382
-chr14	99584151	99584421
-chr18	32924560	32924572
-chr4	4859937	4859948
-chr16	9052489	9052714
-chr16	30905180	30905197
-chr22	40296767	40297048
-chr11	63768364	63768665
-chr16	8768377	8768458
-chr16	2977125	2977288
-chr18	7568186	7568217
-chr17	6756796	6756855
-chr8	41503840	41504197
-chr12	57569850	57569940
-chr13	113510311	113510389
-chr9	118687417	118687895
-chr4	15429483	15429524
-chr13	45992569	45992574
-chr14	58863000	58863049
-chr15	56536071	56536514
-chr17	61613073	61613219
-chr3	49941416	49941425
-chr15	51914987	51915039
-chr15	41254710	41254968
-chr2	42588648	42588796
-chr4	2388906	2389058
-chr7	32997046	32997063
-chr7	155261984	155262442
-chr1	202928564	202928772
-chr16	86411174	86411296
-chr14	53418164	53418264
-chr1	38510134	38510474
-chr14	99948187	99948289
-chr1	164290497	164290766
-chr3	49395574	49395585
-chr1	2259325	2259411
-chr4	100485070	100485143
-chr1	40367804	40367827
-chr1	31192334	31192337
-chr19	44285333	44285520
-chr2	114256392	114256406
-chr4	152966887	152967131
-chr8	143751447	143751450
-chr2	219575507	219575996
-chr17	50235345	50235689
-chr17	28087850	28088069
-chr16	3481785	3482078
-chr19	535988	536196
-chr6	31635898	31636140
-chr17	1308616	1308675
-chr17	75789345	75789481
-chr14	95623921	95624293
-chr10	31609200	31609303
-chr11	82444898	82445024
-chr4	4386745	4386858
-chr4	53617679	53617882
-chr16	30007495	30007513
-chr15	83315922	83316378
-chr11	95900326	95900802
-chr1	184021131	184021360
-chr2	132249321	132249809
-chr12	124432638	124432946
-chr5	78280283	78280482
-chr21	45742623	45742747
-chr8	131455770	131456284
-chr2	27601088	27601456
-chr19	11660189	11660310
-chr5	68462711	68462768
-chr12	122666527	122666612
-chr11	46848264	46848341
-chr19	2425428	2426333
-chr1	158368889	158369112
-chr14	36002851	36002860
-chr10	768493	768819
-chr9	136844349	136844644
-chr16	30913308	30913935
-chr19	56915031	56915100
-chr7	601665	601780
-chr2	209130978	209131226
-chr5	134786548	134786942
-chr1	1146729	1146903
-chr6	150039400	150039439
-chr3	197272263	197272328
-chr4	726649	726983
-chr3	57583334	57583355
-chr14	91700509	91701128
-chr12	56211528	56211548
-chr19	7676731	7676738
-chr3	183817182	183817678
-chr17	75370236	75370563
-chr8	101322598	101322743
-chr19	11877200	11877661
-chr10	33623461	33623787
-chr1	65210372	65210737
-chr6	170102266	170102889
-chr5	176853836	176854009
-chr10	102381293	102381484
-chr17	62018360	62018375
-chr19	37742834	37742877
-chr7	155089390	155089394
-chr8	38239693	38239869
-chr2	119604702	119604901
-chr16	11370064	11370301
-chr3	142167057	142167140
-chr15	65504534	65504897
-chr1	54355647	54355906
-chr12	14955832	14956003
-chr1	2820170	2820665
-chr4	6665857	6666299
-chr16	1256207	1256247
-chr6	5085177	5085404
-chr20	61340059	61340061
-chr18	44702735	44702757
-chr6	170559276	170559285
-chr16	3143044	3143153
-chr11	10562865	10562941
-chr11	2922003	2922068
-chr11	68039601	68039605
-chr14	20344083	20344394
-chr19	50935676	50936006
-chr2	136875857	136875869
-chr12	103352000	103352235
-chr1	45242030	45242191
-chr1	32671490	32671645
-chr1	19810215	19810690
-chr11	20182063	20182074
-chr6	32016166	32016188
-chr6	144416172	144416517
-chr7	34117970	34118416
-chr5	11903393	11903603
-chr12	57081784	57082064
-chr16	67225165	67225437
-chr8	10590455	10590463
-chr8	57358665	57359200
-chr8	97247165	97247777
-chr6	166205192	166205563
-chr12	128245610	128245740
-chr19	39881799	39881965
-chr1	38061735	38061737
-chr12	133177383	133177546
-chr6	26086340	26086585
-chrX	16730898	16730937
-chr12	10826785	10826858
-chr5	135170734	135170994
-chr20	633783	633844
-chr2	92262463	92262806
-chr17	79898782	79899261
-chr12	16064029	16064153
-chr10	180504	180755
-chr6	164092583	164092814
-chr19	3578064	3578313
-chr16	691979	692318
-chr17	34890851	34890860
-chr17	48917741	48918321
-chr19	7733401	7733835
-chr4	186456397	186456682
-chr14	77493334	77493722
-chr16	86714834	86715104
-chr7	157932903	157932923
-chr16	31117270	31117285
-chr11	33721799	33721855
-chr6	31122524	31122768
-chr2	95664233	95664311
-chr3	113465485	113465629
-chr21	46962546	46962548
-chr15	69324108	69324108
-chr2	73299103	73299249
-chr4	26585673	26585855
-chr16	3018056	3018214
-chr19	19221572	19221574
-chr2	61108954	61109155
-chr16	30996564	30996582
-chr3	147114352	147114358
-chr6	32781261	32781307
-chr18	12911359	12911663
-chr7	23637020	23637030
-chr7	90338555	90339132
-chr7	157053014	157053027
-chr17	80040028	80040107
-chr1	225840460	225840783
-chr11	116643266	116643503
-chr12	130590231	130590246
-chr1	21766015	21766308
-chr8	29778000	29778285
-chr1	110282274	110282477
-chr21	38073469	38073934
-chr15	42565784	42565790
-chr1	92949488	92949608
-chr6	157744881	157745223
-chr12	103889736	103889772
-chr2	25500046	25500077
-chr2	235406854	235407153
-chr5	94890408	94890667
-chr14	106173674	106173779
-chr8	22022996	22023343
-chr6	10747898	10748101
-chr8	101572127	101572721
-chr8	37654235	37654258
-chr16	30023615	30023732
-chr16	50699119	50699456
-chr12	109826435	109826496
-chr16	29937746	29938135
-chr8	94753404	94753488
-chr2	197036775	197036780
-chr4	47465818	47465839
-chr16	23464527	23464628
-chr16	29937102	29937403
-chr19	18721692	18721792
-chr7	97586935	97587012
-chrX	7066487	7066773
-chr10	47746374	47746741
-chr19	50643372	50643565
-chr10	44070130	44070152
-chr16	83841917	83842209
-chr11	66062488	66063091
-chr6	126964451	126964779
-chr1	150551966	150551983
-chr1	248005356	248005671
-chr4	1577884	1577897
-chr1	76082018	76082173
-chr22	50962002	50962176
-chr6	33374638	33374656
-chr1	2722691	2722811
-chr1	45965870	45965942
-chr3	187462173	187462411
-chr19	2282155	2282223
-chr11	926014	926034
-chr5	176981629	176981644
-chr3	111697713	111697794
-chr14	105499706	105500246
-chr12	49583064	49583448
-chr19	1267269	1267693
-chr6	31649026	31649041
-chr11	65836240	65837207
-chr7	93633829	93634030
-chr11	125037178	125037300
-chr10	104629619	104629869
-chr2	238778439	238778636
-chr9	98637534	98637794
-chr15	57598463	57598635
-chr4	145062551	145062810
-chr7	35295072	35295198
-chr7	139168403	139168481
-chr2	162164769	162164773
-chr2	178076886	178077188
-chr14	24768914	24768933
-chr1	236848652	236848682
-chr11	70842068	70842128
-chr18	32923878	32924093
-chr19	18061332	18061472
-chr17	48042779	48043063
-chr1	97187092	97187106
-chr2	240205554	240205724
-chr19	45515477	45515588
-chr19	40440570	40440915
-chr1	156084334	156084398
-chr2	169746998	169747004
-chr5	2703320	2703395
-chr5	122434544	122434853
-chr3	138952434	138952480
-chr6	135819541	135819548
-chr1	168195060	168195350
-chr12	132429624	132429633
-chr10	126107733	126107861
-chr20	5100652	5100671
-chr9	35490191	35490515
-chr2	21255250	21255272
-chr11	36317544	36317841
-chr7	116962468	116962626
-chr17	46824915	46824963
-chr19	24216154	24216221
-chr7	155327118	155327197
-chr6	169423725	169423832
-chr6	33288680	33288686
-chr11	74699945	74699961
-chr6	48036361	48036536
-chr16	3233020	3233404
-chr16	2264546	2264855
-chr13	113094247	113094645
-chr12	91573135	91573301
-chr3	52529293	52529317
-chr1	36235695	36235794
-chr11	79151814	79151918
-chr3	123123528	123123967
-chr16	1815055	1815154
-chr1	24286482	24286630
-chr19	35523479	35523569
-chr6	43022161	43022182
-chr4	3520643	3520668
-chr12	56236993	56237267
-chr20	13200973	13200982
-chr4	159593107	159593171
-chr1	1173622	1173868
-chr1	55505532	55505906
-chr15	93631575	93631578
-chr16	56622903	56622965
-chr3	13060971	13060974
-chr12	121164025	121164230
-chr20	2853854	2854059
-chr1	206317654	206317854
-chrX	48980084	48980142
-chr19	22817039	22817128
-chr19	22988088	22988394
-chr1	93645385	93645478
-chr19	13227289	13227474
-chr6	105388668	105388694
-chr16	1393055	1393718
-chr4	961505	962124
-chr17	74068619	74068629
-chr12	64238348	64238503
-chr16	3174219	3174416
-chr2	227700458	227700467
-chr1	68962076	68962236
-chr1	151763213	151763548
-chr11	74204840	74204900
-chrX	49160109	49160111
-chr1	8002425	8002480
-chr6	31852455	31852474
-chr20	60982779	60982814
-chr1	28286300	28286317
-chr17	26904098	26904121
-chr2	240305466	240305693
-chr1	26758258	26758260
-chr22	43810323	43811071
-chr15	27128633	27128909
-chr2	121107326	121107396
-chr2	106054920	106055153
-chr10	101089544	101090423
-chr9	131797825	131798317
-chr12	57146359	57146928
-chr12	49393244	49393307
-chr3	160167741	160167977
-chrY	23566730	23566863
-chr9	96792562	96792605
-chr6	46458558	46459138
-chr11	77705832	77705954
-chr17	26733246	26733254
-chr10	134896643	134896912
-chr2	10144009	10144261
-chrX	14547618	14547880
-chr10	35504007	35504020
-chr16	58549631	58549751
-chr19	1244416	1244764
-chr1	209604330	209604583
-chr8	124169251	124169320
-chr16	3095676	3096044
-chr16	2215282	2215728
-chr8	142431765	142432137
-chr3	40499347	40499768
-chr17	80914647	80915044
-chr3	180546402	180546409
-chr17	59521084	59521299
-chr13	101174364	101174372
-chr1	38020997	38021782
-chr6	31831633	31831740
-chr10	3576868	3577056
-chr17	49242773	49242784
-chrX	103268373	103268579
-chr6	17988404	17988624
-chr14	21572012	21572086
-chr5	43557596	43557703
-chr16	34374991	34375288
-chr11	61062704	61062837
-chr16	75034040	75034100
-chr5	180600912	180601135
-chr15	92937360	92937992
-chr16	560618	560855
-chr10	59081298	59081327
-chr10	102672737	102673203
-chr7	151107807	151107924
-chr15	89876571	89876729
-chr7	25164393	25164501
-chr6	118229641	118229684
-chr6	30685486	30685626
-chr19	58740205	58740207
-chr6	70992974	70993107
-chr16	31008574	31009035
-chr3	50284137	50284305
-chr6	30509642	30510190
-chr17	10276212	10276428
-chr7	11013694	11013768
-chr19	46522185	46522189
-chr11	31841524	31841768
-chr3	46759335	46759390
-chr1	45140192	45140307
-chr3	179322517	179322596
-chr1	149399406	149399863
-chr1	154516611	154516669
-chr6	31928209	31928347
-chr1	100315971	100315982
-chr2	38978635	38978664
-chr5	75127814	75127881
-chr7	131376953	131377037
-chr14	31027767	31027952
-chr19	1377065	1377185
-chr3	38080790	38080925
-chr2	112944829	112944951
-chr22	39884401	39884755
-chr11	12434002	12434337
-chr2	176964464	176964540
-chr12	10876014	10876115
-chr6	28956426	28956462
-chr16	2321510	2321743
-chr1	25175293	25175689
-chr10	91295338	91295346
-chr3	107241699	107241738
-chr10	38069945	38070117
-chr19	15558779	15559071
-chr16	2097910	2098065
-chr11	122887478	122887656
-chr6	100894465	100895050
-chr3	46854173	46854297
-chr17	37762953	37763000
-chr12	112035212	112035315
-chr22	22020396	22020557
-chr16	11680236	11680241
-chr19	51220225	51220286
-chr2	162930406	162930618
-chr2	97001304	97001353
-chr6	32134413	32134442
-chr19	49527897	49527899
-chr1	110526158	110526368
-chr16	2954369	2954750
-chr8	90769698	90770098
-chr16	1823483	1823738
-chr4	81187011	81187077
-chr19	45250754	45251132
-chr20	49708657	49708799
-chr1	32480191	32480195
-chr14	105167252	105167457
-chr19	35455201	35455225
-chr7	1398116	1398209
-chr2	96781359	96782027
-chr6	99276767	99277015
-chr10	127407979	127408000
-chr19	2328643	2328646
-chr6	78173672	78174017
-chr3	120003702	120003758
-chr15	62654446	62654488
-chr16	1979830	1980106
-chr6	33164180	33164457
-chr16	30440933	30441151
-chr2	183903364	183903429
-chr5	161178748	161178787
-chr4	4866144	4866619
-chr20	5931609	5931834
-chr1	29450536	29450643
-chr11	504551	504784
-chr11	534221	534632
-chr6	26537904	26537980
-chr22	46507193	46507566
-chr2	186412025	186412564
-chr19	55281085	55281226
-chr7	73609326	73609569
-chr4	1986980	1987188
-chr3	131100650	131100665
-chr19	58879809	58879943
-chr2	70175778	70176103
-chr6	166526741	166526800
-chr4	166795212	166795524
-chr6	33140721	33140934
-chr20	25129296	25129409
-chr1	151799073	151799266
-chr12	14924882	14924905
-chr5	102594299	102594857
-chr2	120301598	120301779
-chr5	157001092	157001591
-chr10	134721999	134722243
-chr19	36909606	36909783
-chr19	47812471	47812780
-chr2	222437387	222437788
-chr17	46687817	46688182
-chr1	6664055	6664268
-chr16	66994879	66994899
-chr7	157322944	157322986
-chr22	32601101	32601226
-chr1	43283071	43283076
-chr2	231742734	231743193
-chr2	168401282	168401305
-chr17	1012787	1012967
-chr8	61936333	61936466
-chr10	92631600	92631620
-chr20	43589181	43589250
-chr15	83736110	83736196
-chr11	747461	747472
-chr6	31597783	31598331
-chr17	57918262	57918500
-chr7	6098981	6099037
-chr1	231377103	231377133
-chr19	42746239	42746267
-chr3	156878591	156878604
-chr4	36246342	36246388
-chr2	71295179	71295286
-chr19	579361	579501
-chr2	64217157	64217409
-chr16	3085571	3085638
-chr10	125852964	125853038
-chr14	104096106	104096390
-chr6	2948399	2948641
-chr20	21495315	21495476
-chr8	28560419	28560637
-chr10	115999405	115999660
-chr3	45837122	45837149
-chr15	38746288	38746309
-chr20	19997791	19997823
-chr11	129722477	129722512
-chr13	41635650	41635949
-chr16	3640406	3640490
-chr11	122753456	122753667
-chr4	157997038	157997125
-chr12	2161592	2162082
-chr1	159684431	159684486
-chr1	40974132	40974239
-chrX	152712013	152712110
-chr16	88991869	88992130
-chr2	131861213	131861510
-chr6	170615752	170615780
-chr8	22926812	22926814
-chr9	118915819	118915907
-chr8	145638434	145638886
-chr20	61558000	61558006
-chr6	32151517	32151594
-chr16	1560791	1561227
-chr7	19813079	19813101
-chr17	7608699	7608811
-chr12	31226670	31226801
-chr6	29692475	29692534
-chr7	158336044	158336049
-chr11	9113184	9113190
-chr16	1020953	1021062
-chr6	28916809	28917281
-chr15	85525112	85525384
-chr7	77649540	77649542
-chrX	64754815	64754837
-chr12	94136108	94136269
-chr1	160040134	160040195
-chr16	11876378	11876860
-chr5	892523	892529
-chr14	89883198	89883534
-chr1	3080148	3080288
-chr10	12085052	12085058
-chr11	118781585	118781731
-chr14	101492980	101493204
-chr12	82752188	82752199
-chr5	159846505	159846543
-chr12	22488128	22488181
-chr6	167284353	167284462
-chr16	87734829	87735256
-chr7	27292322	27292506
-chr11	47213068	47213075
-chr5	161178436	161178483
-chr7	2646907	2647333
-chr1	179851385	179851391
-chr16	68877816	68877830
-chr1	62784221	62784332
-chr17	19280953	19281309
-chr1	62902633	62902687
-chr17	32682770	32683370
-chr1	3774810	3775030
-chr6	33256965	33256972
-chr7	94538408	94538894
-chr16	8862314	8862354
-chr7	103086026	103086189
-chr17	26879359	26879455
-chr21	46797899	46798196
-chr7	96647069	96647275
-chr3	125439782	125439823
-chr1	31158110	31158299
-chr1	229643976	229643989
-chr19	54253976	54254031
-chr1	2253813	2254151
-chr10	95360736	95360814
-chr16	2282324	2282909
-chr17	16593081	16593094
-chr16	32822344	32822612
-chr11	130319643	130319736
-chr13	78493205	78493215
-chr19	14444219	14444296
-chr14	95358026	95358161
-chr16	31470209	31470526
-chr11	2005425	2005449
-chr21	33783773	33784232
-chr20	32899784	32899806
-chr7	127881250	127881296
-chr14	106915957	106916446
-chr11	118799483	118799487
-chr19	39390470	39390480
-chr10	29827452	29827507
-chr16	12070306	12070685
-chr19	7926970	7927326
-chr14	105617173	105617575
-chr8	134202305	134202370
-chr16	30075102	30075463
-chr11	2323272	2323395
-chr14	100843019	100843283
-chr19	16607287	16607483
-chr2	10263432	10263648
-chr1	240071966	240072456
-chr16	88878366	88878469
-chr1	52870037	52870060
-chr4	141489989	141490027
-chr1	205312151	205312695
-chr16	737214	737393
-chr19	36980209	36980411
-chr17	75446565	75446592
-chr2	108905173	108905272
-chr1	27816252	27816466
-chrX	133684177	133684836
-chr10	12237505	12237710
-chr19	16682813	16683254
-chr6	30651515	30651825
-chr6	76644759	76644960
-chr15	55582159	55582165
-chr1	150980749	150980757
-chr1	153330351	153330758
-chrX	118108618	118108832
-chr19	1400851	1401118
-chr3	50360642	50360667
-chr15	83477917	83478207
-chr10	46090358	46090486
-chr16	1115469	1115962
-chr16	28889582	28890100
-chr1	156646293	156646635
-chr1	156253025	156253152
-chr5	1154848	1154930
-chr16	30958017	30958289
-chr6	10416034	10416042
-chr16	89922170	89922539
-chr6	28603123	28603125
-chr10	133508337	133508394
-chr10	126077595	126077746
-chrX	25021155	25021346
-chr17	44344541	44344864
-chr13	113584034	113584059
-chr4	111539304	111539859
-chr7	136849262	136849317
-chr4	148605515	148605624
-chr11	47429939	47429944
-chr19	4471622	4471704
-chr8	61627068	61627281
-chr1	151346048	151346352
-chr20	57582546	57582706
-chr1	9714795	9714797
-chr2	96675151	96675294
-chr6	31509352	31509402
-chr16	891352	891605
-chr16	87990645	87991122
-chr17	42402188	42402347
-chr9	44227162	44227291
-chr10	90639684	90639698
-chr2	219081829	219081866
-chr15	78369254	78369721
-chr17	47072857	47072907
-chr6	31750470	31750532
-chr2	1652314	1652432
-chr3	187387555	187387601
-chr7	156836969	156837085
-chr6	33273412	33273429
-chr7	50860125	50860564
-chr4	39529306	39529338
-chr4	111119820	111119828
-chr6	99279435	99279747
-chr15	45879227	45879286
-chr18	23713407	23713578
-chr15	92399195	92399546
-chr12	132503991	132504721
-chr19	47364426	47364695
-chr2	170681574	170681586
-chr6	28479217	28479384
-chr17	27188512	27188748
-chr4	7218684	7218707
-chr1	70035032	70035208
-chr10	103043943	103044146
-chr6	149067613	149067694
-chr7	157985732	157985818
-chr8	1789121	1789267
-chr21	34100294	34100306
-chr9	140500680	140501257
-chr11	3827665	3828391
-chr16	1116349	1116751
-chrX	30327771	30327782
-chr6	30029184	30029319
-chr14	105154946	105155327
-chr17	79963165	79963691
-chr19	56136019	56136024
-chr11	116661189	116661340
-chr19	16296015	16296030
-chr2	191183686	191183994
-chr5	5139610	5139626
-chr2	241627178	241627555
-chr16	29690271	29690524
-chr2	16124789	16124892
-chr6	159589874	159590155
-chr16	1583899	1583984
-chr12	125500634	125500652
-chr20	62715781	62715856
-chr1	77334207	77334256
-chr1	16260963	16261154
-chr10	134720534	134721172
-chr14	55185996	55186387
-chr19	58257805	58258041
-chr5	1467269	1467529
-chr8	8559630	8560379
-chr6	4135757	4135762
-chr11	618966	619032
-chr13	30982826	30982923
-chr2	177042445	177042741
-chrX	101854228	101854294
-chr19	45681491	45681510
-chr1	200379118	200379316
-chr12	120541569	120541737
-chr2	239996215	239996253
-chr3	53381757	53381828
-chr6	106551368	106551575
-chr9	140352140	140352270
-chr1	36184853	36184863
-chr8	26435434	26435609
-chr19	18315256	18316054
-chr5	2866779	2866803
-chr15	101729174	101729391
-chr12	104457740	104457893
-chr8	145019019	145019074
-chr12	112279656	112279835
-chr6	32169886	32170135
-chr4	56915900	56916003
-chr22	19467365	19467413
-chr8	139509025	139509129
-chr8	143858500	143858612
-chr1	40769660	40769696
-chr16	73082966	73083327
-chr6	32287266	32287286
-chr4	20253874	20254140
-chr10	88428247	88428429
-chr1	247241940	247242103
-chr6	33291471	33291500
-chr12	56413887	56413935
-chr16	85832847	85832872
-chr12	54369102	54369336
-chr10	43573271	43573332
-chr4	6676473	6676596
-chr16	2546426	2546596
-chr3	150996030	150996297
-chr1	6339906	6340006
-chr4	183062301	183062412
-chr9	135645761	135645926
-chr19	44645078	44645484
-chr4	9494859	9495205
-chr15	25434241	25434427
-chr11	67205113	67205291
-chr1	36916111	36916130
-chr14	23815839	23816088
-chr16	968739	969245
-chr12	49658878	49658878
-chr10	1767463	1767723
-chr17	27621436	27621476
-chr14	102431374	102431590
-chr16	4365605	4365670
-chr1	31769199	31769213
-chr9	133768966	133769184
-chr2	197503830	197504046
-chr20	61675079	61675457
-chr16	30407165	30407241
-chr1	159173953	159174028
-chr22	37823648	37823656
-chr16	3081310	3081463
-chr6	86387522	86388018
-chrX	130191987	130192080
-chr14	63784394	63784574
-chr11	107460894	107460996
-chr1	157963695	157963746
-chr12	48100171	48100238
-chr1	10459140	10459268
-chr17	48206749	48207119
-chr6	168107056	168107265
-chr1	35734356	35734376
-chr6	80246524	80246989
-chr10	853215	853325
-chr14	101309386	101309628
-chr19	56154854	56154873
-chr1	89489649	89489986
-chr2	236506727	236507151
-chr17	40075668	40075879
-chr12	54813107	54813119
-chr2	162270841	162270993
-chr3	69100702	69101174
-chr10	7214172	7214476
-chr2	54855540	54855886
-chr11	65625962	65625985
-chr12	630773	630807
-chr15	99558786	99558954
-chr3	156393772	156393980
-chr6	31697688	31697721
-chr15	57025816	57025966
-chr16	50099606	50099761
-chr15	89952087	89952224
-chr16	56623264	56623448
-chr2	79220462	79220528
-chr9	99961991	99962350
-chr16	20702380	20702824
-chr19	33622894	33622911
-chr5	59064469	59064579
-chr5	55008239	55008277
-chr16	32360338	32360419
-chr19	55794444	55794478
-chr1	41350161	41350183
-chr1	90309362	90309559
-chr9	106856376	106856629
-chr8	144561662	144561838
-chr3	58419733	58419769
-chr11	1257042	1257516
-chr16	1034270	1034527
-chr2	223165891	223166046
-chr20	44455874	44456103
-chr17	7476004	7476105
-chr6	46138768	46138795
-chr19	1503162	1503489
-chr10	134647211	134647690
-chr19	3626939	3626949
-chr22	20286406	20286845
-chr16	2198027	2198032
-chr3	17783421	17783427
-chr2	242211290	242211326
-chr2	167232363	167232597
-chr14	97925116	97925241
-chr19	58549711	58549906
-chr1	202208017	202208040
-chr12	49453322	49453590
-chr16	30388914	30389056
-chr10	102027486	102027489
-chr18	77219192	77219340
-chr6	154830513	154831692
-chr5	77268331	77268452
-chr18	77794302	77794317
-chr17	46673862	46674041
-chr22	23745028	23745083
-chr5	137090641	137090964
-chr7	101005784	101005846
-chr1	120612147	120612152
-chr11	32456864	32457079
-chr11	2907284	2907289
-chr1	150693464	150693482
-chr1	28919252	28919387
-chr6	30584222	30584672
-chr9	139916821	139917388
-chr19	2248302	2249023
-chr3	50606298	50606503
-chr5	152869834	152870258
-chr16	23846920	23847277
-chr16	30582882	30582894
-chr6	32917373	32917411
-chr2	201171288	201171299
-chr6	30013324	30013586
-chr17	80820651	80820709
-chr7	135194952	135195053
-chr7	94286425	94286436
-chr3	113465743	113465755
-chr16	71496337	71496687
-chr1	47903371	47903380
-chr16	69139416	69139520
-chr1	16369395	16369406
-chr19	17357571	17357593
-chr8	119916530	119916546
-chr16	1543642	1543911
-chr10	103960732	103960916
-chr4	25657951	25658035
-chr16	57653904	57653917
-chr12	133472454	133472595
-chr16	4838559	4838610
-chr16	88155545	88155775
-chr12	130527038	130527104
-chr20	60791262	60791454
-chr8	110988071	110988208
-chr4	48343042	48343250
-chrX	22981196	22981337
-chr15	28148282	28148383
-chr8	141248873	141248988
-chr22	44708908	44709176
-chr12	54718820	54718857
-chr6	107809473	107809881
-chr2	133038927	133039035
-chr16	981395	981631
-chr2	119614546	119614967
-chr13	40177062	40177068
-chr5	180046853	180047251
-chr17	76037239	76037250
-chr1	26608734	26608880
-chr11	2436203	2436640
-chr11	45727888	45727949
-chr3	40351162	40351750
-chr1	114642459	114642809
-chr1	151253911	151254091
-chr6	54001820	54001847
-chr16	3027920	3028109
-chr15	49103270	49103283
-chr4	4577273	4577386
-chr16	3068014	3068085
-chr6	33094829	33095030
-chr14	57856929	57857066
-chr7	27184017	27184094
-chr8	72917363	72917432
-chr5	13919426	13919449
-chr9	34459568	34460044
-chr16	523801	523818
-chr20	62688525	62688717
-chr14	100705102	100705568
-chr4	164074155	164074320
-chr11	110167543	110167546
-chr6	30312981	30312987
-chr16	1813748	1813987
-chr11	128712369	128712462
-chr14	21341823	21342066
-chr17	75084233	75084627
-chr19	2227381	2227651
-chr4	71200535	71200703
-chr1	155197511	155197644
-chr15	38856293	38856528
-chr16	87588683	87588845
-chr10	106093670	106093694
-chr8	12612811	12612870
-chr19	17799328	17799384
-chr19	10259606	10259609
-chr11	2465201	2465279
-chr15	40762993	40763025
-chr5	88179379	88179448
-chr11	44970723	44971001
-chr1	155910523	155910526
-chr16	23689705	23689802
-chr2	71205637	71205891
-chr1	100435412	100435437
-chr22	30752536	30752543
-chr12	121123972	121124359
-chr5	176734745	176734858
-chr19	58666161	58666408
-chr6	167370587	167370648
-chr11	46265134	46265393
-chr10	134358082	134358273
-chr1	68149989	68150145
-chr2	175199741	175199803
-chr11	15671837	15671883
-chr16	982031	982386
-chr6	32153115	32153575
-chr22	35670360	35670551
-chr2	26542115	26542188
-chr12	54089247	54089438
-chr2	128991052	128991244
-chr19	685252	685654
-chr16	2110688	2111046
-chr16	30441409	30441674
-chr16	1825888	1826040
-chr4	46391694	46391728
-chr8	41542140	41542172
-chr16	3931229	3931238
-chr11	63374063	63374138
-chr16	57318568	57318697
-chr12	102872603	102872937
-chr6	28602697	28602791
-chr15	37403242	37403256
-chr17	40330366	40330859
-chr2	17935919	17936376
-chr2	121745872	121746027
-chr11	64323400	64323816
-chr11	101918256	101918403
-chr4	6695203	6695377
-chr2	207024755	207024980
-chr10	94449519	94449797
-chr7	819902	820298
-chr19	10765084	10765229
-chr22	19005208	19005524
-chr20	35374650	35374699
-chr14	94158129	94158130
-chr1	27986258	27986375
-chr1	47902227	47902310
-chr16	67515036	67515055
-chr16	15951809	15952274
-chr16	88564747	88564934
-chr10	13390384	13390394
-chr7	150037842	150037940
-chr1	149224641	149224669
-chr1	40781708	40781776
-chr13	112187165	112187343
-chr2	162101262	162101458
-chr10	134359311	134359618
-chr20	60982411	60982474
-chr6	167536063	167536069
-chr15	89089587	89089914
-chr17	10741562	10741955
-chr22	41185235	41185415
-chr16	718066	718075
-chr16	30205998	30206028
-chr10	131813078	131813343
-chr17	1956916	1956925
-chr7	132261328	132261393
-chr2	875461	875946
-chr6	33386040	33386042
-chr10	63213192	63213339
-chr3	238883	239140
-chr3	49158443	49158462
-chr5	502523	502872
-chrX	47004411	47004528
-chr11	118480977	118481302
-chr16	18995250	18995484
-chr7	91510150	91510266
-chr15	26108615	26108642
-chr15	28356567	28356800
-chr18	77171824	77172069
-chr16	2765572	2765589
-chrX	57161946	57162307
-chr5	68788421	68788893
-chr17	80551495	80551747
-chr17	29876732	29877168
-chr19	4791363	4791504
-chr20	17662968	17663264
-chr13	81229310	81229444
-chr16	66914426	66914781
-chr5	1865501	1865662
-chr15	28339873	28340112
-chr19	49403501	49403890
-chr1	91316825	91317001
-chr16	55690825	55691054
-chr11	115631290	115631341
-chr22	29999883	29999921
-chr17	8191877	8191958
-chr9	130699885	130700265
-chr16	3551169	3551320
-chr19	17462407	17462862
-chr16	50058890	50059017
-chr16	21566241	21566385
-chr15	45406534	45406654
-chrX	153284911	153285118
-chr17	53046073	53046101
-chr14	105033283	105033467
-chr1	22190958	22191315
-chr19	18885810	18885947
-chr11	63827647	63827991
-chr12	109234911	109235071
-chr7	111846526	111846539
-chr19	41782108	41782135
-chr8	98636661	98636727
-chr4	117220421	117220873
-chr19	57989182	57989282
-chr1	30559051	30559124
-chr10	133978304	133978402
-chr11	57424236	57424401
-chr1	1243621	1244308
-chr16	86527875	86528625
-chr10	133606378	133606444
-chr13	101109072	101109204
-chr19	5245976	5246000
-chr2	133090203	133090299
-chr8	134309039	134309453
-chr16	69344975	69345019
-chr6	30043858	30043954
-chrX	152161930	152161956
-chr10	44071167	44071320
-chr9	140725539	140725850
-chr19	22018953	22018958
-chr8	56368042	56368202
-chrX	99665951	99666116
-chr12	54430684	54430991
-chr15	93587653	93588137
-chr16	4386844	4386944
-chr4	139163487	139163732
-chr16	88017838	88017985
-chr6	30071412	30071448
-chr8	30770174	30770617
-chr1	47799633	47799638
-chr8	9760869	9760877
-chr3	27762588	27762757
-chr2	86789845	86790039
-chr19	1479299	1479310
-chr19	19322770	19322854
-chr1	155214527	155214731
-chr3	127175002	127175109
-chr16	1536078	1536238
-chr5	121413977	121413981
-chr12	322924	322935
-chr15	50474163	50474182
-chr19	51142835	51142933
-chr1	110881531	110881772
-chr19	991113	991311
-chr10	71906516	71906521
-chr2	223174977	223175334
-chr6	170557534	170557757
-chr1	3234186	3234198
-chr2	135206071	135206289
-chr3	71113953	71114116
-chr6	170606413	170606506
-chr2	58273438	58273504
-chr16	34741256	34741493
-chr8	57124299	57124701
-chr7	130130240	130130320
-chr11	65554356	65554398
-chr20	47835736	47835749
-chr19	2446487	2446585
-chr16	27473344	27473774
-chr12	132951047	132951155
-chr4	11370745	11370824
-chr19	58962928	58962931
-chr11	8615710	8615871
-chr14	70316590	70316898
-chr22	29999118	29999205
-chr19	59067440	59067454
-chr12	4757711	4758153
-chr12	58176444	58176471
-chr12	113416145	113416220
-chr16	68027027	68027297
-chr16	11350115	11350118
-chrX	48828022	48828349
-chr16	55512774	55512820
-chr20	57225147	57225630
-chr9	131843135	131843585
-chr8	66546269	66546482
-chr18	32073016	32073112
-chr1	6188726	6188898
-chr7	155167401	155167654
-chr12	133351582	133351746
-chr3	107243742	107244105
-chr8	2093137	2093172
-chr17	20339541	20339830
-chr5	14581651	14581771
-chr5	140744983	140745340
-chr6	31591594	31591597
-chr10	70092640	70092681
-chr14	58064775	58064878
-chr16	8806963	8807018
-chr12	44229663	44229665
-chr17	80621588	80621718
-chr2	232573098	232573223
-chr13	79169705	79169775
-chr14	23387995	23388278
-chr3	195346589	195347035
-chr14	103366987	103367306
-chr3	133293412	133293451
-chr16	50186224	50186318
-chr11	68671428	68671438
-chr11	637127	637885
-chr3	74664098	74664120
-chr15	29862469	29862520
-chr1	182584193	182584520
-chr16	1728194	1728214
-chr8	143695328	143695343
-chr16	2835016	2835331
-chrX	110925197	110925317
-chr9	35096797	35096932
-chrX	51636562	51636581
-chr6	100050918	100051291
-chr7	158224491	158224769
-chr14	102605952	102606026
-chr6	29720460	29720485
-chr17	33775812	33775869
-chr6	170411827	170411905
-chr19	4868079	4868448
-chr2	172945144	172945226
-chr13	114800841	114800911
-chr16	34777915	34778087
-chr12	114917965	114918562
-chr16	70099560	70100145
-chr12	126345852	126345993
-chr14	94855088	94855099
-chr5	74349644	74349804
-chr6	31762305	31762361
-chr22	31500892	31501334
-chr1	32645060	32645107
-chr1	55230057	55230344
-chr16	1832685	1832704
-chr20	52687028	52687317
-chr17	45773511	45773522
-chr3	9691079	9691095
-chr6	90539506	90539508
-chr7	668292	668612
-chr16	28909725	28909898
-chr19	920370	920786
-chr20	20033044	20033136
-chr15	98195974	98196077
-chr12	89893765	89893799
-chr15	77197211	77197536
-chr15	78556887	78556892
-chr3	43659559	43659749
-chr11	75917724	75917796
-chr10	47083344	47083378
-chr12	133055011	133055075
-chr16	1593130	1593367
-chr2	38742741	38742843
-chr8	25229924	25229958
-chr16	1939193	1939295
-chr10	50507023	50507044
-chr16	3628364	3628368
-chr4	1985273	1985528
-chr18	55862663	55862763
-chr19	54134734	54135129
-chr1	178511737	178511959
-chr16	88815819	88815915
-chr16	89357429	89357552
-chr11	64578250	64578263
-chr13	103426862	103426972
-chr2	176977172	176977237
-chr21	45138799	45139181
-chr16	5147165	5147203
-chr10	131768880	131769026
-chr2	74756422	74756586
-chr10	75757998	75758427
-chr6	30523392	30523449
-chr10	112679062	112679176
-chr1	43147071	43147565
-chr10	134468830	134468928
-chr17	43324322	43324368
-chr2	197036352	197036384
-chr12	133758187	133758253
-chr16	55794408	55794547
-chrX	148714521	148714565
-chr1	91870362	91870382
-chr12	89744476	89744609
-chr2	63285739	63285798
-chr3	16555404	16555412
-chr7	5085252	5085378
-chr13	37453878	37453975
-chr6	31798069	31798635
-chr12	5998287	5998329
-chr16	3018943	3019106
-chr16	4234455	4234458
-chr22	30234222	30234245
-chr1	228194868	228195329
-chr1	47697965	47698081
-chr7	98552716	98552952
-chr3	9943889	9944512
-chr1	1268469	1268894
-chr16	3703273	3703304
-chr11	18814078	18814370
-chr3	125094274	125094397
-chr9	130743770	130743895
-chr20	18118393	18118658
-chr11	122848983	122848989
-chr16	50186918	50186948
-chr1	86861147	86861201
-chr16	28332320	28332432
-chr8	42995516	42995611
-chr6	11094094	11094097
-chr8	146024581	146024611
-chr16	4401296	4401425
-chr16	18478885	18479356
-chr16	68362223	68362652
-chr16	1384674	1384860
-chr2	219536588	219536679
-chr11	57092548	57092561
-chr16	49316883	49317032
-chr7	43797499	43797791
-chr9	20622309	20622995
-chr2	240046312	240046456
-chr3	185541835	185542425
-chr12	6492948	6493003
-chr12	8234565	8234647
-chr3	139108740	139108897
-chr15	90545586	90545697
-chr1	14149767	14149784
-chr14	93419496	93419506
-chr17	26990202	26990410
-chr2	172952088	172952367
-chr17	17067766	17067851
-chr20	33413616	33413629
-chr2	240008034	240008185
-chr15	44083931	44084097
-chr3	47621019	47621127
-chr11	68610632	68610658
-chr20	21086103	21086288
-chr6	28175936	28176104
-chr19	6375770	6375866
-chr1	204380466	204380496
-chr1	19615255	19615370
-chr5	52405301	52405313
-chr15	66678734	66678964
-chr11	20385124	20385128
-chr16	81327910	81328041
-chr1	166846026	166846134
-chr19	16045740	16046185
-chr18	7011220	7011388
-chr6	130686865	130687139
-chr8	23539907	23539939
-chr9	88897456	88897508
-chr12	62629162	62629186
-chr4	619611	619817
-chr13	76055871	76056027
-chr16	50775976	50776054
-chr16	47072169	47072306
-chr19	40724361	40724375
-chr19	44439563	44439673
-chr2	219892361	219892516
-chr3	44379376	44379503
-chr3	181438122	181438328
-chr16	3702486	3702776
-chr10	105127622	105127639
-chr18	29672458	29672468
-chr2	71127481	71127490
-chr19	35323288	35323673
-chr1	39324743	39324870
-chr6	33422190	33422194
-chr1	153518006	153518384
-chr11	124294730	124294967
-chr15	28051024	28051214
-chr6	1594411	1594543
-chr8	141520873	141520896
-chr7	154793806	154793970
-chr16	4322786	4323072
-chr9	137029702	137029881
-chr5	66299592	66299738
-chrX	103294519	103294682
-chr15	66796921	66796922
-chr12	48551546	48551862
-chr11	62446340	62446350
-chr16	2009272	2009297
-chr17	47337641	47337760
-chr6	71276807	71276966
-chr6	138188577	138188775
-chr17	75954416	75954646
-chr11	66234232	66234249
-chr17	42385898	42386075
-chr20	39318470	39318705
-chr14	96505674	96505821
-chr14	76448011	76448143
-chr16	2025688	2026277
-chr4	54975677	54975894
-chr1	95392678	95392682
-chr7	117854586	117854765
-chr17	73727831	73727909
-chr19	47217900	47217983
-chr7	150413564	150413632
-chr7	35077706	35077725
-chr7	156754584	156754681
-chr1	208136904	208137130
-chr7	31409	31441
-chr6	30037202	30037361
-chr21	43491319	43491362
-chr5	68389656	68389682
-chrX	47420444	47420453
-chr2	171626836	171627232
-chr4	40823896	40823935
-chr12	123380822	123380830
-chr17	9674769	9674987
-chr6	49681185	49681299
-chr6	168983411	168983447
-chr8	126444439	126444693
-chr17	81021472	81021703
-chr4	6052479	6052533
-chr11	62538773	62538951
-chr15	48936160	48936287
-chr7	102988023	102988138
-chr9	35757158	35757266
-chr1	40421002	40421272
-chr1	7710671	7711031
-chr16	11349520	11349832
-chr14	52118663	52119049
-chr6	29970394	29970480
-chr18	22006398	22006425
-chr22	50781146	50781482
-chr12	3702404	3702451
-chr16	2301174	2301739
-chr17	80875788	80876020
-chr20	3052221	3052224
-chr14	96845107	96845182
-chr2	106509881	106510087
-chr19	50193437	50193809
-chr16	50321770	50321830
-chr6	33144795	33144993
-chr12	53490304	53490412
-chr11	82867985	82868037
-chr11	64511984	64512188
-chr17	4401670	4401863
-chr10	28570835	28571322
-chr22	30662939	30662946
-chr6	29408113	29408118
-chr19	49540856	49540864
-chr3	52091651	52091781
-chrX	118987251	118987280
-chr1	156823819	156823892
-chrX	67867676	67867718
-chr3	52864611	52864694
-chr16	889131	889276
-chr16	979188	979488
-chr5	1645640	1645754
-chr20	57464925	57465123
-chr5	128430255	128430259
-chr19	56988813	56988929
-chr21	27542701	27542795
-chr1	27692247	27692467
-chr2	201935977	201936101
-chr16	3130224	3130324
-chr8	145728237	145728388
-chr16	972462	972615
-chr5	76936588	76936745
-chr4	82136823	82136839
-chr2	233498625	233498682
-chr4	1803029	1803395
-chrX	92928934	92929038
-chr1	153606770	153607143
-chr14	104621980	104622080
-chr5	140777344	140777501
-chr13	114103404	114103429
-chr18	580180	580196
-chr4	72053349	72053711
-chr17	79197621	79198053
-chr4	80246899	80247123
-chr15	100273097	100273505
-chr16	22336590	22336989
-chr15	66416086	66416399
-chr6	33160250	33160262
-chr14	93154484	93154758
-chr11	1715569	1715714
-chr1	153234342	153234387
-chr11	118889231	118889578
-chr16	3285233	3285403
-chr2	220025744	220026226
-chr1	9097193	9097422
-chr1	225997662	225997678
-chr6	43395509	43395769
-chr16	86538974	86539121
-chr1	154974950	154975359
-chr2	74667680	74668072
-chr4	118006619	118006699
-chr13	37006292	37006734
-chr6	32145921	32145923
-chr7	27188364	27188722
-chr6	32037865	32037868
-chr18	43683984	43684006
-chr2	19553546	19553950
-chr6	8435968	8435978
-chr7	95546491	95546508
-chr14	21121487	21121516
-chr6	24437412	24437422
-chr16	1217163	1217171
-chr16	2286738	2287113
-chr4	99182194	99182328
-chr19	12949679	12950103
-chr1	160040496	160040660
-chr21	15645810	15645988
-chr1	57888432	57888659
-chr3	179169523	179169602
-chr10	134991931	134992030
-chr7	731389	731549
-chr15	65648254	65648264
-chr10	102290046	102290066
-chr14	102476955	102476960
-chr2	223162001	223162080
-chr15	56757290	56757312
-chr12	57635431	57635906
-chr4	720761	720870
-chr7	38344934	38344935
-chr8	128747706	128747823
-chr3	42700537	42700626
-chr8	1765288	1765339
-chr6	170066598	170066898
-chr14	93412562	93412618
-chr12	130931922	130932128
-chr20	39316634	39316986
-chr1	39325059	39325342
-chr16	29816467	29816675
-chr20	17209611	17209797
-chr16	54324967	54325081
-chr15	40574544	40574697
-chr13	113422129	113422497
-chr14	64319495	64319764
-chr17	79849687	79849740
-chr7	73703480	73703601
-chr2	209225123	209225600
-chr6	30707918	30707934
-chr10	73610981	73611008
-chr1	41978988	41979076
-chr12	116971039	116971046
-chr14	21152735	21152739
-chr10	102987359	102987435
-chr1	110036849	110036894
-chr1	32410566	32410630
-chr17	21903945	21903947
-chr7	20370372	20370851
-chr5	19988630	19988658
-chr6	33419532	33419633
-chrX	82763518	82763706
-chr11	94823267	94823506
-chr18	33877173	33877207
-chr5	76011323	76011380
-chr7	1894252	1894526
-chr7	112726490	112726493
-chr13	113498402	113499073
-chr15	96876319	96876407
-chr3	132441075	132441200
-chr12	99038718	99038720
-chr2	176867139	176867285
-chr6	125284155	125284241
-chr11	30605581	30605704
-chr3	193587600	193587780
-chr7	155137827	155137879
-chr5	72793969	72794050
-chr19	54445463	54445888
-chr16	664647	664704
-chr16	30798661	30798668
-chr7	130353086	130353088
-chr12	120652556	120652666
-chr14	75530858	75530888
-chr19	37329318	37329381
-chr2	85765766	85765810
-chr7	102104807	102104916
-chrX	138285922	138286247
-chr1	153581535	153581750
-chr16	1204970	1205294
-chr7	66205542	66205681
-chr14	68283476	68283700
-chr4	96761264	96761329
-chr6	75915202	75915296
-chr17	16342083	16342085
-chr16	25078000	25078095
-chr6	117086941	117086948
-chr15	67357898	67357927
-chr16	84270672	84270722
-chr2	96874487	96874507
-chr1	193074287	193074380
-chr19	47127358	47127365
-chr2	43903478	43903534
-chr3	44039530	44039609
-chr4	109933648	109933823
-chr20	36040855	36041285
-chr7	1709441	1709532
-chr1	15930075	15930204
-chr15	99057371	99057549
-chr16	598674	598833
-chr1	38156211	38156235
-chr7	42971908	42971967
-chr14	102430389	102430545
-chr19	11456854	11456857
-chr20	23031198	23031515
-chr6	33154938	33155087
-chr6	170467439	170467790
-chr6	30457676	30457697
-chr18	7567669	7568159
-chr3	57994051	57994053
-chr6	29795501	29795509
-chr7	101754920	101755186
-chr6	10426310	10426339
-chr7	127231698	127232146
-chr18	43547252	43547338
-chr11	31832883	31832959
-chr17	47979069	47979465
-chr10	46221206	46221225
-chrX	78003205	78003346
-chr11	12620821	12621248
-chr4	1569231	1569870
-chr8	144099774	144099943
-chr22	42311273	42311326
-chr10	2308951	2308972
-chr6	30140231	30140257
-chr4	190284930	190284940
-chr2	45169500	45169681
-chr1	52521846	52522216
-chr20	49253552	49253600
-chr11	27015760	27015765
-chr6	33263112	33263214
-chr8	1854747	1854947
-chr16	20911085	20911522
-chr16	89284213	89284335
-chr3	66551530	66551541
-chr4	170679129	170679161
-chr7	36007718	36008153
-chr12	131199936	131200134
-chr6	168226540	168226576
-chr19	1226918	1227093
-chrX	134166205	134166239
-chr14	103373074	103373230
-chr14	70826451	70826572
-chr1	61547497	61547758
-chr1	234634932	234635029
-chr3	133380742	133380807
-chr6	31637616	31638016
-chr4	843637	843828
-chr12	71833022	71833031
-chr10	98272504	98272633
-chr1	228270029	228270142
-chr17	109444	109448
-chr6	30181335	30181425
-chr6	155537547	155537901
-chr1	35497458	35497607
-chr12	498582	498779
-chr7	157654054	157654170
-chr2	240153778	240153791
-chr11	66193883	66193993
-chr15	90208810	90208867
-chr10	15001839	15001988
-chr2	219137442	219137776
-chr15	101419221	101419227
-chr1	70671212	70671261
-chr12	98987143	98987217
-chr8	144649310	144649630
-chr1	1990732	1990868
-chr1	44016014	44016023
-chr14	23292092	23292277
-chr1	209405771	209406063
-chr16	3063632	3063821
-chr1	167486930	167487247
-chr21	46340785	46340857
-chr1	1190475	1190493
-chr22	36877559	36877627
-chr7	101882646	101882758
-chr16	79634660	79634675
-chrX	84258743	84258823
-chr20	60718270	60718314
-chr7	141501451	141501577
-chr8	146078959	146079365
-chr14	24020941	24020957
-chr6	32939477	32939665
-chr15	59730607	59730804
-chr9	117349945	117350186
-chr14	76734368	76734445
-chr2	220377774	220377837
-chr1	161008750	161008824
-chr11	796434	796521
-chr4	8200549	8200804
-chr2	201936639	201936661
-chr3	238496	238611
-chr15	72523739	72523758
-chr4	8073804	8074092
-chr16	565445	565575
-chr19	51128528	51128640
-chr10	133598638	133598669
-chr12	99038497	99038551
-chr16	32359673	32359756
-chr19	51869680	51869756
-chr11	34937559	34937564
-chr15	96909848	96909963
-chr2	97563685	97563966
-chr5	118965154	118965233
-chr14	61201746	61201929
-chr8	143279443	143279492
-chr6	42145851	42146052
-chr5	68666027	68666458
-chr4	1004506	1004609
-chr1	65774809	65775059
-chr1	994450	994534
-chr19	1510536	1510692
-chr16	31711991	31712064
-chr10	2964692	2964745
-chr8	65492792	65492846
-chr16	50099896	50100179
-chr16	3207475	3207919
-chr16	23568823	23568908
-chr16	30041836	30042330
-chr20	46414765	46414818
-chr1	20960867	20961181
-chr6	170554222	170554473
-chr13	37004942	37005074
-chr4	54967375	54967809
-chr16	576870	576982
-chr2	38604394	38604637
-chr16	77468802	77468845
-chr1	1295029	1295147
-chr20	58179540	58179799
-chr7	150216824	150216982
-chr2	8785728	8785969
-chr11	58980109	58980377
-chr16	6069351	6069731
-chr16	1922155	1922216
-chr13	114927641	114927806
-chr16	77469490	77469492
-chr19	34287170	34287343
-chr8	575726	575741
-chr10	21786348	21786359
-chr1	1293970	1294140
-chr2	70121081	70121218
-chr16	1859215	1859330
-chr7	1882776	1882949
-chr7	5161117	5161531
-chr12	67197888	67197984
-chr16	25123200	25123206
-chr19	50905585	50905903
-chr16	58498588	58498710
-chr2	162931003	162931127
-chr1	116380417	116380575
-chr1	159869960	159870026
-chr16	3221328	3221355
-chr3	56836203	56836209
-chr2	9563811	9563880
-chr7	27185345	27185512
-chr16	18994622	18995109
-chr1	50888710	50888826
-chr8	95835303	95835522
-chr7	28319541	28319546
-chr16	89632126	89632296
-chr1	60391651	60392140
-chr1	24828970	24829151
-chr13	79234715	79234799
-chr1	41889418	41889625
-chr4	37828066	37828336
-chr22	41593266	41593864
-chr6	33215649	33215685
-chr21	40752082	40752339
-chr6	168782602	168782615
-chr17	46653567	46653711
-chr19	1546272	1546337
-chr6	26183572	26183576
-chr8	81399237	81399470
-chrX	49017493	49017903
-chr20	47833701	47834007
-chr6	151687457	151687883
-chrX	55291238	55291317
-chr4	6107272	6107585
-chr12	132956139	132956274
-chrX	122866442	122866705
-chr1	36396366	36396445
-chr6	30069271	30069659
-chr3	195897856	195897864
-chr9	130967772	130968009
-chr2	133402999	133403009
-chr12	105956441	105956478
-chr18	29304434	29304818
-chr1	26372718	26372895
-chr11	128807835	128807903
-chr7	111368319	111368603
-chr1	2478041	2478362
-chr2	198669129	198669285
-chr19	52407582	52407881
-chr6	29717010	29717019
-chr2	1287787	1287808
-chr5	75919233	75919433
-chrX	92928623	92928663
-chr17	414692	415149
-chr6	32020377	32020477
-chr6	8435835	8435862
-chr6	159550208	159550381
-chr12	59313355	59313440
-chr7	27702618	27702700
-chr8	144552725	144552786
-chr22	45899186	45899244
-chr17	74099878	74099891
-chr17	6557720	6558016
-chrX	69655097	69655110
-chr12	57630059	57630422
-chr12	4099893	4099985
-chr5	3121982	3122162
-chr1	89664340	89664407
-chr12	7793305	7793313
-chr4	190731410	190731607
-chr16	2569653	2569911
-chr15	89949617	89949694
-chr17	56609082	56609262
-chr11	71498958	71499117
-chr14	94088469	94088604
-chr6	30522937	30523215
-chr10	131636799	131637200
-chr3	118753705	118753707
-chr2	175413349	175413592
-chr5	1814728	1814768
-chr16	882698	882848
-chr4	13546210	13546292
-chrX	48165587	48165663
-chr19	50060174	50060306
-chr8	102504482	102504564
-chr11	118868594	118868608
-chr16	10208417	10208426
-chr8	114389431	114389438
-chr1	173887053	173887284
-chr19	1828076	1828271
-chr1	1356902	1357313
-chr4	108746227	108746323
-chr1	1217159	1217511
-chr1	246728629	246728679
-chr19	1275266	1275448
-chr2	167168556	167168804
-chr8	50824358	50824749
-chr1	228327886	228327888
-chr16	711015	711033
-chr19	8201089	8201264
-chr3	63804366	63804635
-chr5	76115926	76116088
-chr8	125985846	125985883
-chr13	41345487	41345667
-chr10	132546420	132546452
-chr11	82905187	82905215
-chr16	5116237	5116626
-chr3	169386181	169386507
-chr7	44183432	44183642
-chr1	27339266	27339413
-chr19	14530314	14530417
-chr4	120243252	120243263
-chr4	40632314	40632675
-chr6	32366299	32366369
-chr14	24837788	24837844
-chr3	128720290	128720884
-chr2	28113397	28113553
-chr1	220101371	220101650
-chr16	3767934	3767978
-chr4	3315040	3315059
-chr7	94286267	94286294
-chr5	31639946	31640216
-chr7	39454090	39454109
-chr6	30031748	30031845
-chr7	139477911	139477971
-chrX	146993175	146993377
-chr11	2423148	2423231
-chr1	206859168	206859650
-chr10	126198917	126198993
-chr16	4465613	4465731
-chr19	46380134	46380346
-chr14	94546958	94547255
-chr11	95523445	95523458
-chr16	2827372	2827690
-chr6	29695413	29695542
-chr2	236579421	236579732
-chr16	2986767	2986885
-chr7	27169674	27169740
-chr2	169887771	169887884
-chr11	47575230	47575235
-chr2	63278211	63278550
-chr15	76050841	76050852
-chr3	48229270	48229618
-chr7	157195620	157195815
-chr13	112157732	112157871
-chr20	34241958	34242408
-chr15	89074269	89074512
-chr10	131577638	131577741
-chr12	125308099	125308217
-chr17	61905183	61905253
-chr11	70330927	70331378
-chr6	33216201	33216220
-chr4	82965818	82965820
-chr7	150417587	150417695
-chr9	27529907	27530554
-chr5	115297642	115297675
-chr13	111719172	111719629
-chr6	30017755	30017771
-chrX	55478491	55478562
-chr1	110672864	110673179
-chr11	126138802	126138895
-chr9	94712424	94712780
-chr6	31367648	31367670
-chr1	202936725	202936986
-chr17	708009	708362
-chr15	86685026	86685067
-chr1	16399867	16400060
-chr22	17956560	17956641
-chr12	16760954	16761114
-chr17	21226888	21227051
-chr16	50745896	50746015
-chr6	166582416	166582585
-chr1	153508542	153508553
-chr19	52227919	52227990
-chr19	53869064	53869406
-chr12	54473276	54473448
-chr20	3776212	3776212
-chr22	32767080	32767114
-chr16	85696657	85697118
-chr5	101834627	101834732
-chr1	32226684	32226935
-chr3	183851938	183852083
-chr1	27240514	27240646
-chr6	133562148	133562246
-chr12	26986983	26986997
-chr6	31504133	31504369
-chr6	41394869	41395046
-chr10	6220943	6221273
-chr19	9420518	9420631
-chr11	101001257	101001533
-chr12	28721541	28721907
-chr11	65381960	65381983
-chr4	187499376	187499410
-chr11	1258136	1258165
-chr4	42400837	42401056
-chr10	94451736	94452236
-chr5	166405437	166405523
-chr10	120354844	120355139
-chr15	32964277	32964500
-chr4	6344313	6344449
-chr17	4167205	4167268
-chr1	3037607	3037664
-chr12	372143	372211
-chr15	55610576	55611038
-chr9	126692907	126693384
-chr18	44787492	44787585
-chr12	125399699	125399725
-chr20	44540533	44540729
-chr7	42951745	42951814
-chr11	977232	977562
-chr2	4050749	4050845
-chr7	139024995	139025097
-chr8	15096726	15096831
-chr16	84273740	84273949
-chr20	48552853	48553039
-chr14	23388406	23388442
-chr6	33157099	33157222
-chrX	19002006	19002190
-chr9	130889610	130889808
-chr7	6145105	6145168
-chr17	80011325	80011568
-chr16	1181198	1181617
-chr2	241815009	241815194
-chr17	72199366	72199373
-chr7	157811864	157811918
-chr1	111218228	111218234
-chr4	6202553	6202558
-chr9	95432512	95432733
-chr19	6459352	6459536
-chr1	35250360	35250441
-chr16	20996602	20996671
-chr16	22824829	22824998
-chr16	87670032	87670386
-chr1	24126028	24126146
-chr1	160085385	160085520
-chr1	149223316	149223452
-chr15	79043459	79043531
-chr16	11891206	11891343
-chr4	2010714	2010926
-chr3	50376107	50376216
-chr5	96078430	96078678
-chr3	169386822	169387091
-chr21	43441482	43441670
-chr16	699268	699307
-chr22	35389016	35389453
-chr6	169104440	169104492
-chr8	21881998	21882013
-chr1	25258679	25259058
-chr12	115135282	115135368
-chr2	26864823	26865143
-chr12	27486027	27486780
-chr2	74685537	74685554
-chr8	1281551	1281696
-chr1	65885364	65885499
-chr5	125967312	125967357
-chr11	122752590	122753049
-chr14	23755360	23755370
-chr2	11605539	11605666
-chr21	30374748	30375086
-chr1	26605913	26605921
-chr12	87232463	87232692
-chr11	15136328	15136332
-chr7	98581010	98581041
-chr1	119535452	119535619
-chr21	43638893	43638901
-chr6	99272939	99273076
-chr12	65152724	65153022
-chr12	116996823	116996931
-chr17	8378756	8378795
-chr11	133777783	133777904
-chr7	151504844	151504864
-chr1	111149307	111149507
-chr18	9102531	9102705
-chr11	76744922	76745431
-chr10	1231002	1231071
-chr15	45694387	45694425
-chr2	108085864	108086048
-chr14	61201094	61201189
-chr4	122871528	122871735
-chr11	34535520	34535531
-chr3	114867123	114867274
-chr16	2579546	2580025
-chr22	38598948	38598981
-chr1	205898585	205898643
-chr20	43945206	43945364
-chr1	153321198	153321421
-chr6	1313495	1313730
-chr16	88132388	88132530
-chr6	125684580	125684631
-chr6	114384871	114385144
-chr16	1435378	1435493
-chr18	59221272	59221410
-chr11	123430724	123430824
-chr22	38863962	38864073
-chr7	27170819	27170832
-chr11	101785806	101786117
-chr15	90645859	90645967
-chr14	23352295	23352488
-chr1	145385286	145385524
-chr3	137728831	137728909
-chr1	179050404	179050625
-chr2	113402954	113403145
-chr16	3208748	3208876
-chr9	114937770	114937992
-chr12	4967040	4967126
-chr12	91349027	91349273
-chr13	113545521	113545563
-chr1	145474331	145474469
-chr11	57414409	57414578
-chr2	202121863	202121870
-chr6	33170722	33170731
-chr6	170337699	170337778
-chr15	78219273	78219423
-chr1	33613037	33613158
-chr1	87598021	87598351
-chr20	58630906	58630953
-chr2	2402305	2402588
-chr11	63971243	63971348
-chr16	29912460	29912652
-chr5	1386502	1386742
-chr5	122372479	122372674
-chr4	140216950	140217015
-chr8	99955941	99956467
-chr17	27944537	27944849
-chr5	44389282	44389358
-chr8	143859709	143859734
-chr6	32155034	32155124
-chr6	31996931	31997026
-chr19	2096711	2096762
-chr15	86219783	86220120
-chr2	70329779	70330031
-chr7	155299576	155299599
-chr1	19186757	19187237
-chr18	4454424	4454500
-chr12	111664754	111664785
-chr2	160654451	160654818
-chr8	48650745	48650989
-chr2	120124447	120124469
-chr19	3275346	3275598
-chr14	89290958	89291052
-chr17	3867956	3868068
-chr10	97666894	97666922
-chr17	78849910	78849916
-chr19	12984645	12984996
-chr2	74692479	74692545
-chr6	31833918	31833941
-chr12	120731179	120731287
-chr1	204166746	204166852
-chr14	69951733	69951791
-chr17	40828172	40828346
-chr7	100609375	100609534
-chr6	112575657	112575881
-chr1	37499309	37499428
-chr15	75094734	75094888
-chr9	120177435	120177471
-chr6	31829244	31829511
-chr6	116892514	116892579
-chr14	81879247	81879327
-chr4	187422119	187422293
-chr8	17353932	17354274
-chr19	808068	808154
-chr12	125258900	125259321
-chr1	212965052	212965065
-chr2	24162619	24163024
-chr12	32112331	32112341
-chr10	103881068	103881107
-chr2	73114863	73114919
-chr19	11639865	11639867
-chr4	8375240	8375268
-chr7	148922922	148922977
-chr1	171640211	171640223
-chr10	131650665	131650693
-chr6	32063553	32063607
-chr5	1217743	1217797
-chr8	140999853	140999965
-chr10	8555797	8556087
-chr1	22174085	22174450
-chr13	41344901	41345029
-chr10	112404926	112404949
-chr4	8468830	8469051
-chr1	156906437	156906957
-chr11	2308463	2308487
-chr7	553645	553747
-chr7	97501682	97501688
-chr19	41698548	41698814
-chr8	101964501	101964527
-chr6	28510313	28510339
-chr8	145725509	145725708
-chr19	1241542	1241620
-chr10	17270250	17270252
-chr4	6539931	6540063
-chr18	44098826	44099028
-chr11	70628890	70628970
-chr3	50358933	50358957
-chrX	153068748	153068875
-chr10	131355195	131355254
-chr7	116593721	116593724
-chr6	138483452	138483709
-chr16	34256290	34256428
-chr3	187870986	187871024
-chr6	43738977	43739011
-chr19	21512191	21512202
-chr2	161128136	161128348
-chr13	112906616	112906711
-chr3	119298147	119298222
-chr16	577621	577928
-chr16	1401898	1402058
-chr17	78079433	78079608
-chr5	140745892	140746001
-chr19	30020680	30020886
-chr16	2581414	2581522
-chr16	89882934	89883137
-chr17	8815828	8816266
-chr17	64873303	64873391
-chr16	1483122	1483192
-chr8	145910685	145911129
-chr5	156277406	156277587
-chrX	51150443	51151013
-chr2	219524230	219524377
-chr19	15089969	15090275
-chr10	17243289	17243390
-chr16	2587080	2587546
-chr9	133541653	133542125
-chr4	7763570	7763655
-chr12	67663035	67663044
-chr6	30033850	30034130
-chr14	75894261	75894267
-chr10	31608548	31608663
-chr16	24740886	24740891
-chr10	104178866	104178949
-chr16	930028	930029
-chr1	155715104	155715209
-chr17	80970456	80970799
-chr19	17908246	17908550
-chr2	170591199	170591239
-chr6	32942400	32942429
-chr6	52929657	52929668
-chr16	1260577	1260608
-chr10	99161231	99161263
-chr11	61584442	61584568
-chr1	151118251	151118416
-chr2	233351105	233351477
-chr17	1532169	1532172
-chr14	24701388	24701538
-chr1	28974762	28975001
-chr12	111664628	111664675
-chr10	62149509	62149594
-chr6	30068667	30068793
-chr19	39303458	39303650
-chr12	6677562	6677577
-chr6	30139855	30139979
-chr16	11001791	11001871
-chr1	91300183	91300288
-chr19	4037881	4038095
-chr2	161992830	161993315
-chr7	64541387	64541737
-chr5	1003051	1003086
-chr9	33167289	33167933
-chr20	62406831	62406964
-chr6	52926293	52926593
-chr11	35641207	35641457
-chr4	3726244	3726450
-chr13	114143948	114144001
-chr19	40791610	40791701
-chr19	49250032	49250252
-chr15	31621748	31621795
-chr3	39093320	39093392
-chr1	32054412	32054510
-chr3	129118619	129118661
-chr1	119531996	119532056
-chr11	65746292	65746335
-chr22	26908376	26908464
-chr1	2026193	2026224
-chr2	6636069	6636097
-chr7	56515846	56516028
-chr3	127174433	127174705
-chrY	22737848	22737946
-chr7	75623810	75623886
-chr4	140098334	140098609
-chr7	150783151	150783171
-chr19	8385452	8385921
-chr5	65891830	65891968
-chr9	129677834	129678250
-chrX	64887317	64887587
-chr17	4402654	4402773
-chr2	220142643	220142903
-chr4	71383999	71384311
-chr10	17686226	17686414
-chr11	44068661	44068960
-chr1	223257541	223257618
-chr1	145610747	145610755
-chr1	26871244	26871477
-chr1	167691662	167691851
-chr16	3451133	3451154
-chr13	114238719	114239186
-chr8	71315609	71315757
-chr11	5462540	5462868
-chr19	4446288	4446485
-chr19	41859111	41859256
-chrX	30233581	30233589
-chr6	169717616	169717713
-chr11	60101561	60101691
-chr19	44506816	44506841
-chr3	19975435	19975466
-chr7	87849886	87850031
-chr4	1988280	1988302
-chr4	18023851	18023907
-chr10	128193340	128193400
-chr1	197191318	197191386
-chr5	171881546	171881549
-chr8	1327546	1327575
-chr13	65500076	65500093
-chr15	81667437	81667725
-chr8	143234726	143234741
-chr4	1388811	1388830
-chr16	1832736	1832743
-chr17	72848149	72848310
-chr19	15218531	15218566
-chr2	209271335	209271505
-chr12	76953702	76953736
-chr16	87985047	87985059
-chr6	15663344	15663356
-chr8	28929242	28929641
-chr12	132896939	132897323
-chr10	70587072	70587083
-chr12	120315168	120315283
-chr6	89855447	89855455
-chr1	45792612	45792640
-chr10	76869460	76869864
-chr4	190939452	190939878
-chr17	7518355	7518500
-chr4	6945654	6945745
-chr8	6481534	6481560
-chr14	90798308	90798336
-chr6	49431069	49431135
-chr2	241516269	241516333
-chr6	36561965	36562212
-chr11	66489543	66489646
-chr6	29595349	29595491
-chr16	54404408	54404570
-chr2	47168976	47168977
-chr8	117951559	117951987
-chr15	80986965	80987197
-chr5	172113798	172113809
-chr17	75052534	75052555
-chr7	98579529	98579639
-chr20	11667650	11667807
-chr6	31548962	31548990
-chr1	154680167	154680385
-chr16	2127599	2127781
-chr2	114259248	114259669
-chr1	33283992	33284208
-chr15	100882202	100882334
-chr10	46090503	46090522
-chr16	4466650	4466770
-chr7	99699637	99699645
-chr7	141685595	141685610
-chr20	19866746	19866810
-chr16	3193279	3193362
-chr1	160001673	160001849
-chr4	38784549	38784890
-chr17	2699812	2700045
-chr19	57350265	57350455
-chr11	118550331	118550413
-chr15	96890404	96890550
-chr20	33680704	33680710
-chr10	652402	652485
-chr1	114301873	114301887
-chr5	87979594	87979871
-chr7	1133882	1133979
-chr11	65626142	65626208
-chr16	87584603	87584709
-chr1	154492899	154492904
-chr17	58754765	58754932
-chr7	140179398	140179401
-chr12	58013109	58013126
-chr5	153785129	153785214
-chr6	33150897	33151008
-chr9	140135729	140136157
-chr22	41956939	41957395
-chr6	9399331	9399598
-chr2	235953159	235953304
-chr6	134215613	134216081
-chr9	91933147	91933184
-chr12	132520600	132520668
-chr12	124858727	124858844
-chr15	37387304	37387438
-chr3	48481510	48481525
-chr12	12764714	12764792
-chr11	14994333	14994397
-chr7	6075288	6075438
-chr2	1745828	1746159
-chr21	45246012	45246116
-chr9	139760589	139760593
-chr17	80319923	80320037
-chr7	77428194	77428286
-chr17	899782	900031
-chr19	50380825	50381231
-chr3	47844321	47844363
-chr20	62369557	62369956
-chr22	38577965	38578070
-chr5	66459388	66459594
-chr5	175792430	175792445
-chr1	42921687	42921899
-chr1	201915446	201915661
-chr5	37834958	37835109
-chr12	5539688	5539784
-chr3	49894152	49894234
-chr5	150227524	150227654
-chr10	5734716	5734985
-chr19	38876250	38876618
-chr22	46326991	46327243
-chr22	33197590	33198055
-chr16	3450780	3450923
-chr8	142180061	142180327
-chr4	7033674	7033761
-chr16	900745	900975
-chr16	4675387	4675603
-chr16	31228263	31228299
-chr2	169920014	169920498
-chr13	113773011	113773110
-chr14	102829177	102829219
-chr16	1664408	1664414
-chr4	128554125	128554147
-chr5	15500201	15500222
-chr20	55966403	55966551
-chr17	7155848	7156125
-chr19	55494437	55494710
-chr5	155107613	155108037
-chr9	34590742	34591041
-chr10	1142046	1142096
-chr3	197477049	197477190
-chr17	80250875	80250887
-chr1	61519842	61520399
-chr11	76903086	76903183
-chr12	121416566	121416796
-chr16	2827999	2828056
-chr1	205425148	205425241
-chr2	75426789	75426800
-chr7	27225772	27225811
-chr15	93595502	93595513
-chr1	145437802	145438031
-chr1	214454282	214454661
-chr14	20929872	20929902
-chr1	180600998	180601032
-chr2	128617328	128617744
-chr7	50861995	50862035
-chr1	54304210	54304213
-chr17	38295894	38296011
-chr6	10723098	10723258
-chr7	44645808	44645893
-chr12	104323957	104324016
-chr16	27413904	27414224
-chr3	52723544	52723741
-chrX	71792943	71792999
-chr13	53226775	53226935
-chr16	2239275	2239313
-chr3	119216680	119217133
-chr1	2517342	2517425
-chr14	105045972	105045992
-chr2	37374960	37375071
-chr1	66797433	66797599
-chr6	44230977	44231305
-chr16	30885969	30886082
-chr1	225965463	225965676
-chr15	95400028	95400067
-chr10	103880300	103880303
-chr17	80050880	80051063
-chr19	12175268	12175413
-chr1	53068539	53068834
-chr15	41099716	41099719
-chr16	33963168	33963473
-chr17	33814548	33814769
-chr14	91224644	91224978
-chr2	73460428	73460607
-chr4	183710344	183710347
-chr1	17287157	17287243
-chr20	22795685	22795726
-chr3	185827002	185827035
-chr7	157179782	157179957
-chr2	69871051	69871056
-chr11	47207778	47207998
-chr6	86352588	86352627
-chr3	40566302	40566349
-chr6	43603549	43603665
-chr15	40423445	40423556
-chr12	108955255	108955272
-chrX	110187507	110187600
-chr8	22224520	22224925
-chr2	60983774	60984161
-chr5	140079898	140079941
-chr6	88879398	88879765
-chr5	72112331	72112333
-chr20	61472071	61472099
-chr19	39054989	39055452
-chr2	100937584	100937748
-chr16	23607767	23607770
-chr12	123756739	123756755
-chr3	101280602	101280610
-chr4	39480514	39480517
-chr4	2043303	2043414
-chr22	41682215	41682219
-chr1	52456480	52456551
-chr16	1543151	1543286
-chr1	1102417	1102446
-chr10	128077032	128077307
-chr2	21022829	21022933
-chr20	60905874	60906057
-chr1	181382847	181382934
-chr6	168476576	168476648
-chr1	32687775	32687897
-chr1	26233490	26233565
-chr15	89953247	89953370
-chr16	56485072	56485177
-chr18	55106237	55106337
-chr1	63249213	63249693
-chr13	113348391	113348674
-chr1	212738256	212738603
-chr16	12192215	12192277
-chr12	100594746	100594767
-chr6	31374049	31374206
-chr7	158107236	158107382
-chr13	24153954	24154260
-chr17	17184103	17184321
-chr7	44229844	44229866
-chr22	39101383	39101473
-chr10	125034591	125034770
-chr16	1660065	1660153
-chr2	42588340	42588392
-chr3	158362295	158362297
-chr5	55147197	55147403
-chr17	74884487	74884513
-chr17	73761474	73761514
-chr16	1484406	1484695
-chr11	76493497	76493828
-chr6	80816274	80816386
-chr2	241035207	241035593
-chr22	46374788	46375212
-chr2	128331430	128331470
-chr4	122853963	122853965
-chr6	119400380	119400462
-chrX	7810205	7810230
-chr3	113160490	113160506
-chr5	167688102	167688569
-chr7	56131471	56131707
-chr16	1518609	1518703
-chr16	1587562	1587636
-chr12	6125746	6125828
-chr10	121296010	121296042
-chr17	76220929	76220955
-chr18	72200578	72201018
-chr20	3725813	3726142
-chr3	15643063	15643079
-chr4	115519567	115519574
-chr6	10398650	10398706
-chr10	28287707	28287879
-chr12	3186858	3186967
-chr6	38671296	38671316
-chr1	93811314	93811463
-chr20	45279985	45280237
-chr12	58120189	58120635
-chr1	150229823	150230129
-chr14	71199514	71199600
-chr2	145274826	145274975
-chr16	67194139	67194232
-chr3	181420020	181420086
-chr1	24017943	24018063
-chr16	2086187	2086373
-chr16	49313990	49314209
-chr6	31240045	31240047
-chr2	139259418	139259433
-chr16	33965274	33965387
-chr16	20084803	20084999
-chr10	44880511	44880514
-chr6	152958576	152958601
-chr10	133929381	133929413
-chr2	238874860	238875195
-chr7	1570162	1570321
-chr12	102133040	102133291
-chr1	72749015	72749016
-chr17	38804237	38804263
-chr11	73588382	73588484
-chr9	115653222	115653802
-chr16	46724037	46724048
-chr4	81111177	81111393
-chr3	128144253	128144356
-chr10	122553454	122553652
-chr20	18485123	18485394
-chr16	2077399	2077599
-chr8	24814137	24814393
-chr3	147136415	147136538
-chr7	155921322	155921524
-chr14	101291885	101291949
-chr16	67694967	67694969
-chr19	10226339	10226446
-chr9	110044872	110044887
-chr1	43281678	43281746
-chr10	134684054	134684065
-chr8	1387493	1387753
-chr1	78354053	78354382
-chr2	3633471	3633827
-chr16	4783992	4784033
-chr5	78985436	78985441
-chr4	3443608	3443635
-chr10	81964782	81965123
-chr16	3087863	3087875
-chr7	101006915	101007024
-chr11	94822550	94822733
-chr8	86089798	86090186
-chr21	47808830	47808905
-chr2	61372069	61372165
-chr9	38487816	38488283
-chr10	91597442	91597593
-chr14	29236850	29237480
-chr6	28104585	28104690
-chr6	170575614	170575847
-chr7	157414294	157414339
-chr10	70748860	70749155
-chr16	68554689	68554741
-chr11	64646436	64646449
-chr20	44538288	44538557
-chr5	92603121	92603424
-chr4	25090250	25090491
-chr14	65381381	65381416
-chr16	33935507	33935608
-chr16	85206107	85206442
-chr6	27179037	27179068
-chr9	104160596	104160900
-chr5	143191771	143192067
-chr4	8455971	8456156
-chr2	175193470	175193478
-chr8	41167875	41168001
-chr9	140173501	140173908
-chr3	54155578	54155663
-chr14	104206654	104206836
-chr16	30681996	30682455
-chr2	234590542	234590817
-chr5	53813346	53813483
-chr9	131939552	131939961
-chr15	70371944	70372057
-chr15	74218921	74219259
-chr6	79942971	79943342
-chr8	38832267	38832728
-chr1	161015882	161015883
-chr12	21590198	21590257
-chr16	1193803	1193884
-chr1	35220224	35220251
-chr1	236559257	236559390
-chr10	133892358	133892567
-chr16	89826282	89826417
-chr6	29972884	29973221
-chr9	133589493	133589654
-chr17	63053306	63053384
-chr11	74459777	74459811
-chr16	3740662	3740774
-chr16	10274847	10274915
-chr3	15469033	15469042
-chr20	44936040	44936080
-chr8	11421886	11422119
-chr16	1499092	1499445
-chr9	95480921	95481073
-chr12	58025596	58026010
-chr18	74202887	74203084
-chr4	103266373	103266375
-chr6	35656758	35656848
-chr8	124054855	124054861
-chr17	56741	57072
-chr2	141441360	141441479
-chr1	229762093	229762120
-chr5	137592917	137593370
-chr6	32142122	32142147
-chr17	37922150	37922249
-chr2	85839459	85839602
-chr7	1863652	1863962
-chr1	247267708	247267873
-chr15	67835137	67835140
-chr8	1970994	1971172
-chr2	183732559	183733057
-chr4	5928072	5928079
-chr3	50297410	50297632
-chr3	52719983	52720008
-chr16	88698563	88698776
-chr4	57371320	57371467
-chr16	49308435	49308886
-chr2	30143585	30144152
-chr16	67979081	67979437
-chr6	33167798	33167969
-chr12	57584720	57584754
-chr14	66975324	66975551
-chr1	113162570	113162598
-chr17	77925890	77926388
-chr11	64794707	64794785
-chr12	12938034	12938113
-chr16	28962473	28962477
-chr13	49550510	49550815
-chr14	106003300	106003359
-chr5	864249	864337
-chr20	42194533	42194559
-chrX	38420326	38420370
-chr16	730927	731172
-chr19	1248507	1248689
-chr11	1262175	1262189
-chr16	1222471	1222626
-chr17	19411026	19411426
-chr19	18303576	18303578
-chr15	31775406	31775847
-chr17	29233478	29233515
-chr16	11837499	11837671
-chr10	120101750	120101821
-chr11	303989	304080
-chr16	767093	767277
-chr10	133730070	133730182
-chr3	192126536	192126694
-chr17	79658424	79658458
-chr6	167047829	167047842
-chr11	47470887	47470900
-chr12	2788782	2788847
-chr1	153631285	153631633
-chr12	102874566	102874832
-chr2	107084802	107084839
-chr17	78323643	78323799
-chr4	2264032	2264149
-chr6	31648700	31648719
-chr6	154406664	154406841
-chr1	84464326	84464645
-chr19	41129588	41129881
-chr19	49077997	49078071
-chr2	3704745	3705130
-chr5	168728222	168728447
-chr2	68694517	68694606
-chr12	125262045	125262460
-chr4	15781047	15781154
-chr1	10856202	10856418
-chr16	1430087	1430103
-chr1	31191128	31191544
-chr2	233749394	233749736
-chr12	96643106	96643517
-chr12	6797909	6797953
-chr10	65390215	65390526
-chr7	29874285	29874306
-chr22	39627543	39627641
-chr7	25991107	25991606
-chr11	16628010	16628233
-chr15	29392916	29393319
-chr4	25378438	25378485
-chr1	40723146	40723339
-chr1	53308606	53308720
-chr4	115519593	115519920
-chr17	36904034	36904425
-chr16	29985301	29985458
-chr5	559009	559155
-chr7	44349341	44349656
-chr8	59058225	59058537
-chr8	22409083	22409254
-chr16	1088520	1088686
-chr19	3942223	3942330
-chr5	59784203	59784544
-chr16	90037558	90037668
-chr16	47071547	47071638
-chr1	116311644	116311749
-chr10	3277089	3277144
-chr1	155278430	155278455
-chr7	51384931	51384937
-chr16	85542701	85542843
-chr22	32146002	32146186
-chr16	2186853	2186875
-chr19	3825282	3825342
-chr16	11350337	11350371
-chr12	116922217	116922244
-chr10	85899044	85899104
-chr6	31164899	31164952
-chr16	30022229	30022548
-chr20	57599136	57599210
-chr5	159200676	159201045
-chr16	30582539	30582820
-chr6	31497366	31497557
-chr4	174451455	174451460
-chr16	29757296	29757375
-chr7	64734178	64734330
-chr1	16971480	16971537
-chr10	105881692	105881694
-chr2	136875216	136875267
-chr3	48701666	48701722
-chr5	50685716	50686147
-chr1	56184693	56185048
-chr19	22605103	22605186
-chr13	36919857	36919960
-chr12	131159447	131159610
-chr17	52977445	52977460
-chr6	40722468	40722990
-chr17	612398	612420
-chr20	6750989	6751435
-chr11	119205373	119205542
-chr18	14450199	14450415
-chr10	102414862	102415086
-chr16	571953	572062
-chr16	31147585	31147789
-chr18	29769532	29769853
-chr5	137072456	137072746
-chr10	27541865	27541877
-chr1	27560845	27561008
-chr9	138554593	138555026
-chr16	24856104	24856114
-chr16	27214702	27214781
-chr11	20385206	20385280
-chr2	242757606	242757618
-chr7	128172288	128172399
-chr2	136499364	136499469
-chr12	50444522	50444723
-chr19	8550710	8550992
-chr17	57249903	57249935
-chr19	59092564	59093025
-chr10	28034808	28035109
-chr7	16844852	16845283
-chr21	31588123	31588354
-chr7	1025825	1026168
-chr1	3400697	3400732
-chr16	3723376	3723496
-chr6	30139641	30139686
-chr10	43903424	43903540
-chr8	47119035	47119271
-chr19	55987515	55987524
-chr16	29874755	29874869
-chr12	14996743	14996776
-chr2	46612916	46613024
-chr3	10370264	10370507
-chr5	178053183	178053244
-chr12	53342890	53343057
-chr1	116961135	116961185
-chr12	55028708	55028956
-chr10	48413710	48413802
-chr16	1362243	1362578
-chr9	91193127	91193195
-chr16	10674409	10674414
-chr9	37591734	37592420
-chr12	132638993	132639139
-chr2	175595352	175595510
-chr10	125651526	125651549
-chr17	27276799	27277048
-chr2	3337680	3337709
-chr14	104184503	104184527
-chr1	55353279	55353706
-chr4	24474668	24474861
-chr7	6388738	6388742
-chr1	57286265	57286512
-chr1	165567492	165567529
-chr11	57981219	57981245
-chr14	51298737	51298954
-chr7	151000789	151001017
-chr1	40506070	40506077
-chr10	121250007	121250035
-chr6	26223965	26224070
-chr6	29720427	29720443
-chr2	47143082	47143106
-chr10	111216962	111217173
-chr12	6184307	6184468
-chr1	150208884	150208936
-chr10	133058169	133058553
-chr2	205410517	205410738
-chr6	31763126	31763229
-chr9	37800606	37800774
-chrX	49686184	49686383
-chr21	40178383	40178652
-chr2	132202537	132202958
-chr3	49056140	49056168
-chr3	150481300	150481361
-chr11	369119	369133
-chr16	58548995	58549086
-chr20	20350367	20350481
-chr16	34430789	34430857
-chr17	259426	259707
-chrX	43515457	43515544
-chr17	80373285	80373348
-chr19	1011028	1011102
-chr2	86946868	86947341
-chr16	10479875	10480205
-chr2	74730630	74730755
-chr11	5829982	5830119
-chr17	1028673	1028676
-chr3	195310839	195310888
-chr8	122651438	122651520
-chr10	15017063	15017145
-chr10	121171811	121172035
-chr3	141495352	141495473
-chr1	89458521	89458547
-chr5	5494990	5495167
-chr19	53445988	53446005
-chr1	6191822	6191831
-chr11	64570331	64570509
-chr22	18780198	18780224
-chr16	621723	621793
-chr6	43138853	43138877
-chr1	3689201	3689519
-chr10	53459199	53459337
-chr11	22850840	22850970
-chr6	163147974	163148242
-chr16	5122037	5122237
-chr16	21964237	21964364
-chr3	88030644	88031000
-chr1	218458543	218458566
-chr6	56818361	56818431
-chrX	99662602	99662884
-chr16	30394484	30394664
-chr6	82462394	82462400
-chr2	71268532	71268832
-chr2	176961907	176962172
-chr15	68851337	68851418
-chr6	170238466	170238587
-chr4	58029717	58029914
-chr16	1374937	1375145
-chr16	2502146	2502163
-chr16	4902850	4903006
-chr3	147129136	147129213
-chrX	77914067	77914149
-chr19	1494978	1495162
-chr7	2105870	2106029
-chr16	2083080	2083120
-chr15	40331323	40331369
-chr1	182808943	182809277
-chr16	685737	686222
-chr6	32827202	32827216
-chr17	78898214	78898369
-chr5	177740069	177740106
-chr18	77512339	77512404
-chr1	21995880	21995967
-chr17	48070843	48071254
-chr4	2944178	2944550
-chr10	45675585	45675680
-chr12	115135090	115135121
-chr2	173330294	173330347
-chr22	25960664	25961141
-chr6	38092182	38092392
-chr11	20618964	20619158
-chr17	74467780	74467924
-chr2	176981064	176981280
-chr7	129250939	129251173
-chr1	63792815	63793270
-chr20	4128750	4129073
-chr4	2814016	2814074
-chr6	168549794	168549880
-chr1	207226369	207226419
-chr11	89391431	89391841
-chr16	8891458	8891554
-chr22	38203629	38203669
-chr16	67696047	67696090
-chr17	73717164	73717552
-chr6	31510407	31510491
-chr13	28491492	28491590
-chr19	3381432	3381478
-chr10	14995957	14996031
-chr12	130908965	130909093
-chr2	30669597	30669711
-chr19	40696565	40697059
-chr20	60795362	60795457
-chr6	22644034	22644085
-chrX	146993722	146993730
-chr2	219841134	219841474
-chr19	39694783	39694993
-chr5	146889265	146889275
-chr3	66022776	66023109
-chr8	144965764	144965788
-chr2	210867635	210867743
-chr9	135333030	135333467
-chr12	113515332	113515391
-chr6	163148762	163148777
-chrX	100673192	100673417
-chr1	167488800	167489111
-chr6	32818150	32818212
-chr8	75262557	75262575
-chr20	24784136	24784168
-chr15	53075877	53076140
-chr1	36549671	36549678
-chr16	11327093	11327322
-chr3	191048411	191048753
-chr1	32253858	32254033
-chr10	28288192	28288669
-chr15	43622840	43622898
-chr21	45937201	45937358
-chr15	68155825	68155977
-chr6	30521111	30521181
-chr7	27164237	27164661
-chr5	314505	314510
-chr16	29756951	29757270
-chr3	111450718	111451090
-chr7	16922326	16922421
-chr16	28074388	28074414
-chr19	40368363	40368782
-chr1	156391125	156391310
-chr16	49525091	49525225
-chr10	75541506	75541558
-chr1	117491857	117491918
-chr5	55291124	55291388
-chr10	65930548	65930570
-chr9	93404929	93405086
-chr1	17766186	17766190
-chr11	1775039	1775244
-chr3	155838351	155838625
-chr15	100516532	100516563
-chr17	998432	998504
-chr6	25732105	25732239
-chr16	51168485	51168503
-chr5	36151277	36151301
-chr3	170075398	170075404
-chr5	133861746	133861746
-chr2	242089897	242090216
-chr16	18573498	18573511
-chr16	84065247	84065271
-chr7	2559425	2559692
-chr12	54943009	54943102
-chr19	58193221	58193275
-chr20	3801033	3801058
-chr4	6380703	6380812
-chr8	90996956	90997008
-chr1	30179817	30179877
-chr22	31742478	31742480
-chr2	72079498	72079609
-chr1	154474480	154474482
-chr3	98243099	98243118
-chr7	157259973	157260141
-chr9	6413804	6414096
-chr6	25930846	25930895
-chr1	247587330	247587794
-chr19	11266458	11266493
-chr2	3680247	3680421
-chr2	220300061	220300242
-chr3	11314115	11314335
-chr17	46894246	46894463
-chr12	49504643	49504719
-chr12	110011396	110011404
-chr14	105287379	105287408
-chr15	48413054	48413218
-chr1	1677539	1677541
-chr4	71587640	71587674
-chr11	130078188	130078492
-chr12	2762684	2762689
-chr2	219263965	219264229
-chr4	6675628	6675632
-chr19	56879207	56879214
-chr20	62165721	62166207
-chr8	8085844	8085946
-chr19	53445297	53445693
-chr7	100845599	100845801
-chr4	57774358	57774669
-chr11	33182739	33182751
-chr16	1265148	1265487
-chr11	69931461	69931467
-chr20	34287034	34287185
-chr16	4731718	4731773
-chr10	81652773	81652948
-chr4	190567275	190567721
-chr3	173116094	173116113
-chr4	147443742	147443996
-chr1	153332924	153333350
-chr12	53901357	53901441
-chr15	79357037	79357112
-chr20	48807332	48807386
-chr8	25906106	25906243
-chr12	14412687	14413090
-chr16	20975864	20976025
-chr6	32023409	32023527
-chr3	62305285	62305438
-chrX	102884585	102884995
-chr17	7461508	7461590
-chr5	140855421	140855456
-chr1	39956204	39956370
-chr8	145180699	145180933
-chr1	27287034	27287133
-chr4	1582133	1582248
-chr8	38008543	38008582
-chr10	30025734	30026015
-chr14	96505569	96505636
-chr15	96904128	96904404
-chr20	45439721	45439757
-chr6	29984107	29984241
-chr16	56696919	56697040
-chr4	2794616	2794637
-chr6	33181517	33181816
-chr6	31126775	31126784
-chr11	46867110	46867314
-chr10	52833444	52833562
-chr16	25026713	25026718
-chr6	105628027	105628044
-chr11	115860906	115860938
-chr16	66959235	66959402
-chr9	124991408	124991432
-chr2	236917961	236918346
-chr11	118781150	118781360
-chr1	8877622	8877662
-chr1	10534809	10534838
-chr12	49731189	49731393
-chr17	46089788	46089993
-chr3	113822406	113822413
-chr11	133804743	133804886
-chr11	69199398	69199466
-chr6	41168924	41169001
-chr4	188916678	188916814
-chr15	83951865	83951971
-chr16	88907136	88907370
-chr18	77642911	77643212
-chrX	101771986	101772051
-chr7	130080798	130080915
-chr1	59369108	59369261
-chr12	54359712	54359713
-chr16	71323367	71323380
-chr4	2263638	2263672
-chr5	1222799	1223119
-chr8	145560507	145560718
-chr16	12071382	12071766
-chr16	30381109	30381255
-chr1	203156577	203156716
-chr16	1869043	1869158
-chr19	6424783	6424942
-chr16	89674804	89674844
-chr19	43979566	43979739
-chr10	118031654	118031864
-chr12	133215533	133215947
-chr20	29551422	29551622
-chr19	4066963	4066983
-chr16	29857049	29857167
-chr1	156616506	156616512
-chr21	46045994	46046183
-chr16	17107562	17107720
-chr12	34319740	34319822
-chr13	49001192	49001303
-chr7	156409738	156409788
-chr18	77552354	77552568
-chr12	4647880	4647961
-chr12	13044353	13044489
-chr4	13486251	13486450
-chr5	177026869	177026906
-chr4	17516445	17516502
-chr6	30434525	30434552
-chr5	131310413	131310623
-chr16	31044087	31044493
-chr5	1777602	1777671
-chr6	170497869	170497892
-chr15	53097792	53098209
-chr2	172967732	172967747
-chr12	124810860	124810874
-chr19	21540898	21540987
-chr6	30124769	30124792
-chr7	27242005	27242044
-chr21	31310872	31311339
-chr3	38496048	38496051
-chr7	12728890	12729367
-chr14	101592328	101592480
-chr11	74039060	74039460
-chr12	49717017	49717037
-chr16	22385607	22385614
-chr2	37458832	37458838
-chr8	10592118	10592179
-chr1	156358066	156358068
-chr16	1224849	1225126
-chr20	32891252	32891265
-chr6	52535880	52535895
-chr16	75600564	75600717
-chr2	62423052	62423088
-chr1	53990151	53990507
-chr18	6920686	6920873
-chr8	67341108	67341294
-chr10	640013	640037
-chr13	26796584	26796634
-chr19	18682793	18682889
-chr1	160039921	160039942
-chr10	69644351	69644357
-chr17	81039699	81039772
-chr20	39657087	39657260
-chr6	33239976	33240018
-chr10	127591208	127591222
-chr11	108338114	108338238
-chr16	1464612	1464758
-chr10	26222248	26222250
-chr5	43007632	43007799
-chr6	106553289	106553538
-chr3	122604779	122604848
-chr11	65292939	65293094
-chr12	100661520	100661645
-chr6	87646876	87646922
-chr9	134731583	134731611
-chr1	231471030	231471456
-chr11	59436238	59436644
-chr19	36001509	36001570
-chr10	131642886	131642913
-chr11	1260151	1260163
-chr5	112041847	112041869
-chr8	87354766	87354771
-chrX	109561524	109561549
-chrX	118107997	118108458
-chr1	205313385	205313575
-chr16	19896346	19896461
-chr19	13227176	13227180
-chr14	23451676	23451694
-chr16	31072166	31073034
-chr2	223164587	223164747
-chr22	18958135	18958268
-chr3	49466537	49466612
-chr8	145004144	145004388
-chr1	155145515	155145555
-chr1	202182417	202182603
-chr16	6696174	6696189
-chr19	31841113	31841271
-chr2	23608927	23609183
-chrX	70752888	70752964
-chr1	26560484	26560494
-chr20	39319278	39319540
-chr16	86555102	86555195
-chr6	24358633	24358683
-chr7	1272207	1272325
-chr3	50378529	50378616
-chr6	25882280	25882354
-chr8	142200044	142200140
-chr2	122288134	122288280
-chr10	71389876	71389896
-chr11	118901768	118901842
-chr17	65713541	65713858
-chr22	21997043	21997331
-chr19	50836561	50836862
-chr2	60781129	60781169
-chr6	34216880	34216901
-chr6	80713632	80714000
-chr6	139564109	139564167
-chr20	44441064	44441076
-chr16	29188606	29188796
-chr1	155225337	155225354
-chr8	145180355	145180496
-chr11	2156561	2156694
-chr10	87403681	87403707
-chr16	3265180	3265396
-chr10	530666	530805
-chr6	32374184	32374706
-chr17	39823312	39823448
-chr4	1305113	1305282
-chr4	1165219	1165511
-chr6	106958340	106958474
-chr7	96632729	96632841
-chrX	107179273	107179367
-chr1	91172770	91172882
-chr12	112857226	112857578
-chr17	43393844	43394337
-chr19	5048645	5048814
-chr16	3333424	3333438
-chr16	28996314	28996449
-chr6	159639282	159639549
-chr5	74061951	74062005
-chr6	28891292	28891298
-chr12	13153416	13153589
-chr12	54674884	54674987
-chr10	114591659	114591685
-chr7	76026560	76026648
-chr1	156675831	156675902
-chr4	153857909	153858075
-chr14	106857188	106857312
-chr16	57416121	57416332
-chr2	8822690	8823042
-chr10	3158662	3158946
-chr8	145063167	145063169
-chr2	36582883	36583117
-chr1	173794059	173794162
-chr12	57869421	57869490
-chr2	98852910	98852938
-chr2	2581305	2581475
-chr2	191207242	191207561
-chr16	89614873	89615069
-chr16	12354966	12355292
-chr16	89066669	89066778
-chr1	68298432	68298565
-chr11	74457145	74457172
-chr2	119602645	119602857
-chr20	62575758	62575851
-chr15	53097060	53097247
-chr1	28845165	28845292
-chr4	144435593	144435690
-chr19	37569302	37569342
-chr9	77501487	77501645
-chr11	8053198	8053358
-chr16	28877611	28877881
-chr2	145273249	145273728
-chrX	124336888	124336990
-chr14	23236577	23236725
-chr1	3315145	3315281
-chr3	101568192	101568198
-chr12	58236300	58236712
-chr5	2743553	2743655
-chr16	30007184	30007336
-chr16	46461709	46461904
-chr8	10987869	10988069
-chr1	145610965	145611027
-chr16	75018230	75018413
-chr4	10147038	10147052
-chr11	111250304	111250307
-chr18	30091235	30091401
-chr14	105603389	105603412
-chr6	144330162	144330233
-chr3	137480702	137480853
-chr5	87971446	87971746
-chr10	75007030	75007105
-chr8	1112707	1112755
-chr10	29698412	29698414
-chr1	201438397	201438462
-chr5	83678957	83679123
-chr10	46222224	46222474
-chr20	61151419	61151424
-chr11	113143664	113143682
-chr4	113430381	113430608
-chr11	3186146	3186501
-chr1	47999516	47999856
-chr18	11908755	11908763
-chr19	56444163	56444551
-chr17	76497386	76497868
-chr1	119683198	119683285
-chr2	84686387	84686570
-chr15	66795547	66795689
-chr16	4034250	4034263
-chr6	166720092	166720114
-chr8	141110699	141110852
-chr1	32827968	32828057
-chr14	101520121	101520412
-chr3	53926053	53926108
-chr4	1736197	1736385
-chr11	110582910	110582946
-chr12	117407922	117408122
-chr6	28744038	28744196
-chr13	46287862	46288117
-chr2	136577255	136577274
-chr6	156718240	156718398
-chr2	219262192	219262261
-chr10	118563127	118563228
-chr1	38471572	38471629
-chrX	133680446	133680463
-chr14	55033982	55034288
-chr5	75013442	75013544
-chr12	74565068	74565515
-chr20	44993182	44993218
-chr7	936408	936591
-chr1	211307178	211307217
-chr11	64146776	64146822
-chr13	112761533	112761740
-chr10	15077470	15077929
-chr10	102996523	102996750
-chr1	102700608	102700639
-chr14	68086459	68086501
-chr7	158179265	158179627
-chr7	22539693	22539820
-chr9	129375847	129375945
-chr19	13262683	13262847
-chr1	33429733	33429891
-chr2	183580475	183580526
-chr6	33996522	33996580
-chr20	524243	524296
-chrX	48937649	48937814
-chr19	48018582	48018583
-chr11	44927766	44927784
-chr1	14075958	14076243
-chr6	30710447	30710455
-chr3	128211638	128212269
-chr14	103969354	103969487
-chr1	27874382	27874478
-chr7	150554626	150554867
-chr22	26895403	26895530
-chr1	26856574	26856648
-chr13	53774169	53774311
-chr14	62584278	62584465
-chr2	196521508	196521673
-chr8	116679763	116679830
-chr10	131989607	131989736
-chr12	28128551	28128567
-chr2	170440771	170440905
-chr1	205473356	205473547
-chr15	94346800	94346887
-chr3	32726557	32726591
-chr3	75410699	75410741
-chr1	29508578	29508594
-chr1	43832916	43832951
-chr3	9811407	9811419
-chr3	50304186	50304202
-chr6	33232644	33232750
-chr16	31091608	31091654
-chr1	22264166	22264515
-chr11	64009651	64009745
-chr12	103359273	103359368
-chr10	133930730	133930978
-chr10	126688639	126688744
-chr17	33787354	33787451
-chr10	97802997	97803000
-chr19	38794587	38794664
-chr11	82996473	82996731
-chr11	6191393	6191635
-chr1	36553529	36553731
-chr14	103569292	103569349
-chr11	415430	415457
-chr15	50647570	50647576
-chr3	50492698	50492818
-chr5	219137	219334
-chr5	112073686	112073769
-chr22	46263415	46263430
-chr3	52487733	52488037
-chr2	152685118	152685130
-chr7	156782563	156782588
-chr15	85202042	85202358
-chr17	38083788	38083955
-chr6	30038754	30038791
-chr1	168698301	168698415
-chr11	132948129	132948196
-chr5	137801054	137801117
-chr6	167275733	167275761
-chr22	45596980	45597019
-chr2	228190367	228190660
-chr3	127266751	127266990
-chr7	22705331	22705333
-chr19	58715984	58716135
-chr7	150721518	150721602
-chr16	928778	928894
-chr19	42221191	42221417
-chr10	134004931	134005278
-chr12	48167491	48167505
-chr16	4526820	4526878
-chr7	33169273	33169422
-chr9	129375151	129375311
-chr5	127420075	127420219
-chr1	85040110	85040206
-chr12	99289247	99289451
-chr10	134065956	134066014
-chr12	2760899	2760969
-chr1	220101965	220102043
-chr16	1024278	1024642
-chr17	4926898	4926958
-chr10	83634926	83635300
-chr16	29242185	29242315
-chr2	97174815	97174912
-chr19	51165393	51165404
-chr2	187454299	187454551
-chr18	11149020	11149435
-chr2	200136966	200137062
-chr3	71804139	71804142
-chr1	55107291	55107373
-chr1	184006765	184006768
-chr9	976645	976947
-chr19	54040726	54040765
-chr6	29576422	29576770
-chr16	23521756	23521898
-chr10	3679014	3679037
-chr16	672991	673067
-chr16	30786672	30786923
-chr6	6320710	6320889
-chr6	43423089	43423424
-chr16	31154357	31154636
-chr7	120590496	120590537
-chr20	43936805	43936933
-chr16	67204681	67204807
-chr4	123747447	123747485
-chr2	232062797	232063174
-chr16	3074442	3074502
-chr16	19127160	19127172
-chr2	232646331	232646383
-chr12	69080845	69080850
-chr13	48878688	48878700
-chr2	39102989	39103068
-chr7	129691449	129691953
-chr1	161193933	161193965
-chr11	71814456	71814458
-chr15	80216111	80216228
-chr16	30832385	30832529
-chr3	55508379	55508460
-chr6	30180737	30180789
-chr14	81422050	81422111
-chr16	2816368	2816725
-chr17	76834730	76834941
-chr5	139927110	139927116
-chr2	177022914	177023062
-chr5	137609787	137610079
-chr5	157099032	157099149
-chr7	111202457	111202666
-chr4	46996057	46996216
-chr6	160147864	160148002
-chr14	38064112	38064456
-chr15	25304474	25304609
-chr6	29521488	29521499
-chr18	77608948	77609087
-chr16	3174662	3174915
-chr3	138553122	138553528
-chr19	21265216	21265364
-chr13	22185547	22185632
-chrX	79591006	79591032
-chr20	10153013	10153192
-chr20	47895410	47895481
-chr14	61201365	61201370
-chr15	42066774	42067042
-chr11	61160099	61160442
-chr16	29801729	29801792
-chr3	194991637	194992047
-chr15	81292878	81293049
-chr12	77459480	77459485
-chr17	27046520	27046591
-chr4	54457746	54457842
-chr10	77035945	77036584
-chr16	56623063	56623167
-chr22	43583690	43583797
-chr17	40706061	40706337
-chr1	39283522	39283780
-chr12	53299097	53299310
-chr16	31044668	31044683
-chr16	56702096	56702110
-chr14	105209604	105209780
-chr6	30157039	30157133
-chr2	5584457	5584614
-chr8	38964978	38965122
-chr20	61371610	61371760
-chr10	118369843	118369890
-chr11	2162462	2162488
-chr3	188665930	188665974
-chr1	234614967	234614993
-chr8	145838926	145839411
-chr16	2867051	2867386
-chr1	87617763	87617916
-chr2	70056612	70056642
-chr7	64345219	64345417
-chr7	4828451	4828519
-chr9	140119520	140119882
-chr6	169568488	169568564
-chr16	968265	968595
-chr16	3550908	3550924
-chr2	217559369	217559688
-chr4	40859280	40859293
-chr6	33156236	33156293
-chr2	69968554	69968558
-chr11	76777774	76777863
-chr6	166901788	166901831
-chr19	53561393	53561811
-chr21	47648645	47648860
-chr12	6691698	6691805
-chr12	110151630	110151938
-chr6	31370989	31371023
-chr15	89879049	89879190
-chr21	34144316	34144322
-chr5	68665436	68665540
-chr4	81119299	81119473
-chr1	151584695	151584854
-chr16	1133172	1133199
-chr3	69985375	69985594
-chr6	3118159	3118525
-chr6	3749854	3749968
-chr6	144385917	144386093
-chrX	19140490	19140658
-chr2	179184816	179184818
-chr14	77647935	77647959
-chr6	151152826	151152916
-chr7	54827016	54827052
-chr2	173293328	173293344
-chr2	232393016	232393196
-chr5	140567533	140568027
-chr15	55700853	55701181
-chr17	46641863	46641963
-chr7	42533282	42533414
-chr5	149900914	149901187
-chr5	145758881	145759373
-chr16	2273898	2274162
-chr19	18709429	18709437
-chr16	22012560	22012565
-chr10	105452291	105452352
-chr2	98261992	98262021
-chr6	28602578	28602639
-chr3	45348202	45348484
-chr4	151000084	151000187
-chr20	2276615	2276992
-chr1	92945668	92946132
-chr11	66206505	66206894
-chr11	1771907	1771930
-chr6	17281015	17281327
-chr16	46963261	46963716
-chr15	40226588	40226905
-chr6	33163689	33163745
-chr19	12251131	12251201
-chr2	25473481	25473733
-chr6	30294854	30294860
-chr12	115134918	115134950
-chr7	1819219	1819246
-chr17	40428711	40428746
-chr2	1544072	1544076
-chr6	33255190	33255193
-chr7	96747045	96747063
-chr3	183165546	183165756
-chr14	100531543	100531752
-chr16	71559397	71559531
-chr6	27860679	27860893
-chr16	1275402	1275475
-chr7	121940581	121940647
-chr10	64028702	64028956
-chr11	112034877	112034949
-chr3	184529821	184529823
-chr6	94129243	94129364
-chr2	54952298	54952487
-chr10	30248831	30248839
-chr1	63154320	63154417
-chr2	174267224	174267362
-chr11	64085635	64085670
-chr6	28249428	28249497
-chr20	4990973	4990980
-chr4	75023719	75023801
-chr1	896257	896262
-chr16	15787892	15787920
-chr7	75157394	75157408
-chr11	10715140	10715165
-chr6	28550343	28550368
-chr6	30010155	30010457
-chr15	90118933	90119137
-chr10	130124602	130124853
-chr6	167616968	167617071
-chr1	208042632	208042910
-chr11	67176986	67176994
-chr16	10837635	10837642
-chr3	138327322	138327339
-chr10	99332073	99332241
-chr7	121950924	121950926
-chr1	40839702	40839764
-chr18	24445214	24445270
-chr12	91539868	91539892
-chr16	4702786	4703003
-chr16	22926538	22926553
-chr9	139780848	139781161
-chr1	40204431	40204614
-chr12	122019028	122019032
-chr19	618059	618324
-chr17	73500739	73501021
-chr11	117187223	117187236
-chr13	97600124	97600168
-chr15	44069470	44069569
-chrX	118109413	118109796
-chr17	3627010	3627045
-chr4	83719847	83719860
-chr6	6623195	6623530
-chr14	105944607	105944942
-chr11	6439806	6439816
-chr6	32133963	32134176
-chr1	15478934	15478992
-chr1	116518930	116518937
-chr16	19533571	19533767
-chr5	92932120	92932433
-chr13	112726070	112726124
-chr1	1590669	1590941
-chr1	59012469	59012484
-chr1	228494821	228494830
-chr5	139090055	139090266
-chr16	30645626	30645706
-chr12	121790271	121790273
-chr4	105416420	105416432
-chr10	2006842	2006902
-chr1	92683406	92683514
-chr15	44487308	44487497
-chr16	734532	734619
-chr2	29033248	29033304
-chr16	84085964	84086080
-chr2	163008774	163009075
-chr3	147112438	147112493
-chr8	55294562	55294721
-chr1	15850369	15850408
-chr7	23287420	23287560
-chr1	9243600	9243631
-chr16	73101021	73101216
-chr5	172640567	172640858
-chr13	100153613	100153622
-chr1	77748432	77748680
-chr7	139320346	139320459
-chr11	109963885	109963985
-chr7	157208882	157208920
-chr10	423529	423559
-chr1	75198551	75198582
-chr14	91751725	91752093
-chr1	223566713	223566746
-chr11	133446185	133446262
-chr17	70339099	70339101
-chr4	1305377	1305780
-chr6	28829931	28829946
-chr16	588434	588514
-chr20	2781214	2781316
-chrX	23925698	23925777
-chr19	17392414	17392429
-chr19	57922462	57922542
-chr1	38511455	38511629
-chr19	7680057	7680231
-chr4	106629846	106629914
-chr19	8555649	8555685
-chr1	35450601	35450602
-chr1	36948522	36948733
-chr4	187621972	187622033
-chr1	87596886	87597321
-chr11	120434931	120435008
-chr6	31709765	31709844
-chr6	30158652	30158801
-chr9	139565151	139565154
-chr11	69500748	69500925
-chr1	38599578	38600001
-chr11	46164604	46164726
-chr14	102770909	102771005
-chr20	2733136	2733318
-chr7	1986533	1986592
-chr16	22326155	22326332
-chr1	3562445	3562606
-chr15	67228757	67228949
-chr16	8738256	8738393
-chr16	30758831	30759130
-chr2	85581711	85581729
-chr6	97730957	97731008
-chr8	102804654	102804678
-chr3	178969654	178969685
-chr1	247094338	247094438
-chr20	56293638	56294175
-chr19	54926734	54926805
-chr2	56420072	56420171
-chr3	132003583	132004064
-chr6	7910793	7911245
-chr12	88974473	88974484
-chr2	241326904	241326932
-chr16	2004686	2004729
-chr6	43858537	43858735
-chr19	24269842	24269920
-chr4	6596296	6596373
-chr17	54230730	54230739
-chr15	99602406	99602498
-chr16	620304	620748
-chr5	142092787	142092803
-chr3	156273085	156273098
-chrX	49126150	49126157
-chr2	232396125	232396241
-chr20	40627929	40628022
-chr1	7913019	7913033
-chr12	111358422	111358545
-chr3	39850364	39850621
-chr10	134222170	134222445
-chr14	76870538	76870544
-chr16	30581180	30581384
-chr16	86767251	86767518
-chr4	41881933	41882163
-chr6	31685392	31685430
-chr7	63392039	63392278
-chr5	1084523	1084622
-chr1	154192157	154192304
-chr20	30073546	30073576
-chr15	40544174	40544305
-chr14	101349584	101349688
-chr15	41877394	41877806
-chr7	151722938	151723229
-chr17	36103905	36103978
-chr8	10587604	10587769
-chr8	141521211	141521442
-chr11	10879813	10879980
-chr8	27132258	27132319
-chr1	3680297	3680420
-chr3	35681147	35681627
-chr1	31538636	31538649
-chr1	108023249	108023318
-chr3	184319417	184319566
-chr13	114321698	114321701
-chr19	2650727	2650755
-chr6	99790912	99791015
-chr10	75490132	75490152
-chr12	91572191	91572199
-chr15	93977844	93978198
-chr11	791906	791965
-chr11	27015592	27015656
-chr17	56084812	56084814
-chr2	166813578	166813756
-chr1	160061098	160061365
-chr19	58627859	58627987
-chr2	45159504	45159663
-chr11	18725481	18725854
-chr12	108908742	108908745
-chr15	31515804	31515984
-chr20	34253034	34253154
-chr12	54446019	54446033
-chr15	81134431	81134449
-chr4	184908746	184908884
-chr19	51221603	51221605
-chr5	81147781	81147843
-chr7	64035369	64035529
-chr1	155035700	155035931
-chr16	2944345	2944395
-chr16	8736279	8736433
-chr13	76211003	76211251
-chr11	3078832	3078854
-chr1	3158842	3159083
-chr20	60981861	60981990
-chr16	88492707	88492868
-chr12	131617481	131617937
-chr1	206808250	206808481
-chr16	2795390	2795664
-chr19	36049448	36049672
-chr16	1500430	1500567
-chr8	29172512	29172906
-chr22	20072653	20072661
-chr2	213696794	213696983
-chr3	63849527	63849739
-chr4	151177089	151177422
-chr8	3974097	3974177
-chr5	68710859	68710912
-chr7	100425517	100425567
-chr5	71475111	71475255
-chr1	241694605	241694886
-chr15	75614905	75614917
-chr16	81812565	81812606
-chr19	51567924	51568260
-chr6	28984586	28984594
-chr15	23049135	23049515
-chr1	110753895	110753956
-chr1	11724009	11724092
-chr15	89914913	89915003
-chr16	31343056	31343380
-chr16	49623715	49623820
-chr14	53419080	53419111
-chr1	153514376	153514442
-chr1	77684965	77684967
-chr11	121526216	121526609
-chr18	11148510	11148634
-chr22	21212864	21213087
-chr10	23216969	23217125
-chr10	43572359	43572413
-chr17	57785039	57785475
-chr14	106090676	106090702
-chr11	132935072	132935463
-chr20	43104309	43104402
-chr3	146213648	146213718
-chr6	146285339	146285414
-chr14	24658731	24658841
-chr17	72322460	72322612
-chr19	45943615	45943817
-chr8	11225875	11226291
-chr11	32458769	32459057
-chr12	9885516	9885950
-chr16	2012715	2013058
-chr6	32943791	32944019
-chr7	752624	752632
-chr14	24740889	24740893
-chr14	31495892	31495899
-chr11	15095022	15095178
-chr16	72132666	72132684
-chr15	34516440	34516592
-chr20	32262772	32263104
-chr10	697901	698162
-chr10	8089653	8089685
-chr5	1931376	1931496
-chr2	242754285	242754316
-chr2	114325959	114326024
-chr13	100622582	100622742
-chr6	167560299	167560504
-chr20	35467535	35467726
-chrX	106449823	106449854
-chrX	152676991	152676995
-chr17	14608488	14608636
-chr17	56564807	56565392
-chr8	117886554	117886570
-chr22	43505985	43506194
-chr19	30018436	30018733
-chr3	50314291	50314296
-chr19	6495904	6495909
-chr4	3768081	3768097
-chr15	93617030	93617065
-chr22	43485480	43485488
-chr6	21593907	21593963
-chr10	94820844	94820875
-chr14	100613058	100613178
-chr14	102227895	102228210
-chr14	104851832	104851903
-chr1	59234863	59234881
-chr7	48074723	48075128
-chr17	46692008	46692021
-chr17	79650824	79650865
-chr7	1956978	1957317
-chrX	128788929	128788936
-chr1	162039948	162039957
-chr11	62496282	62496393
-chr10	74034596	74034615
-chr4	3475262	3475280
-chr16	2288665	2288760
-chr19	6393724	6393920
-chr6	33289630	33289660
-chr16	1832661	1832675
-chr8	141545576	141545641
-chr12	76414486	76414681
-chr15	76135111	76135236
-chr5	1752864	1753253
-chr5	1037853	1037979
-chr6	79788502	79788573
-chr16	12662474	12662581
-chr20	2795593	2795601
-chr16	1128673	1128698
-chr17	78801921	78802104
-chr19	58095547	58095611
-chr6	30310112	30310118
-chr16	2053563	2053579
-chr21	36260985	36261009
-chr1	210501573	210501586
-chr16	86565671	86565932
-chr14	74111027	74111210
-chr5	17275894	17275997
-chr12	93861162	93861276
-chr16	46603191	46603259
-chr5	139284250	139284498
-chr3	119187638	119187843
-chr12	40019768	40019835
-chr15	67135348	67135374
-chr11	1706846	1706854
-chr11	8305171	8305302
-chr1	36273452	36273677
-chr10	3146741	3147008
-chr17	17682593	17682984
-chr9	139741803	139741866
-chr11	14665287	14665307
-chr19	51457432	51457787
-chr6	33272430	33272516
-chr19	55660572	55660577
-chr8	99917203	99917303
-chr6	33245995	33246008
-chr16	86528753	86529003
-chr18	60382495	60382585
-chr20	60758035	60758377
-chr3	99536150	99536261
-chr19	3094186	3094637
-chr13	113382154	113382215
-chr22	48027716	48027921
-chr8	42911648	42911960
-chr11	1248911	1248923
-chr12	131780841	131781223
-chr14	20811315	20811419
-chr6	29548535	29548643
-chrX	103813150	103813550
-chr6	33405448	33405517
-chr6	99872792	99872838
-chr11	69455664	69455667
-chr2	207024188	207024197
-chr12	132326213	132326359
-chr14	52240877	52241003
-chr17	8230235	8230350
-chr7	73389575	73389632
-chr1	100435336	100435382
-chr17	40119847	40119957
-chr19	43918417	43918868
-chr6	168709944	168710203
-chr4	123843025	123843227
-chr15	101567846	101568393
-chr8	37621167	37621231
-chr17	5323715	5323805
-chr2	113299015	113299370
-chr19	8934532	8934731
-chr22	36557301	36557559
-chr16	3067578	3067711
-chr1	2984227	2984255
-chr6	29975080	29975093
-chr19	34012887	34012909
-chr5	92906630	92906851
-chr1	159916034	159916077
-chr4	46995743	46995821
-chr16	744861	744891
-chr5	154393281	154393446
-chr8	143210597	143210937
-chr2	171571049	171571151
-chr10	3373627	3373722
-chr2	175198768	175198904
-chr17	11461572	11461617
-chr4	107958104	107958443
-chr19	10213417	10213674
-chr6	100676841	100677068
-chr1	111022652	111022774
-chr10	6162106	6162140
-chr6	31854281	31854303
-chr9	84303915	84304366
-chr11	2890622	2890657
-chr11	7272828	7273049
-chr11	69683043	69683413
-chr16	30389462	30389503
-chr15	65593640	65593933
-chr16	48644198	48644211
-chr16	89972022	89972291
-chr3	197391793	197391942
-chr7	152618877	152619168
-chr1	36915964	36915991
-chr10	133796348	133796446
-chr16	10276081	10276119
-chr2	152146702	152146944
-chr6	30684883	30684905
-chr1	27729801	27729992
-chr14	103541561	103541909
-chr16	30103511	30103528
-chr2	198570720	198570726
-chr4	163085228	163085235
-chr1	40974605	40974785
-chr17	8908079	8908225
-chr7	2086492	2086509
-chr7	48031420	48031559
-chr5	175816246	175816296
-chr6	32367750	32367922
-chr12	72233372	72233493
-chr16	72981551	72981948
-chr4	129208894	129209001
-chr1	76262663	76262857
-chr1	6514605	6514615
-chrX	132547094	132547235
-chr1	172628065	172628215
-chr1	182573107	182573405
-chr3	45636177	45636338
-chr8	687970	688084
-chrX	153200444	153200851
-chr1	54868559	54868959
-chr19	52206176	52206258
-chr5	74632964	74632966
-chr8	77586347	77586439
-chr12	52300911	52300922
-chr4	111559018	111559105
-chr11	84635788	84635858
-chr6	31832445	31832486
-chr4	7438565	7438609
-chr1	27278114	27278244
-chr2	242212374	242212470
-chr11	114271280	114271288
-chr13	107354612	107354631
-chr15	52405416	52405647
-chr2	201450695	201450962
-chr1	22108716	22108717
-chr4	157997832	157998201
-chr12	52257845	52258029
-chr17	21792970	21793388
-chr19	14273713	14274172
-chr19	49302808	49302909
-chr4	46995426	46995461
-chr13	113689091	113689236
-chr11	118662118	118662120
-chr2	27545703	27545861
-chr1	98515177	98515272
-chr6	85474209	85474265
-chr11	64023038	64023126
-chr17	77766373	77766769
-chr7	63667446	63667452
-chr14	57735852	57735919
-chr10	23003984	23004020
-chr10	119306193	119306198
-chr17	46620299	46620365
-chr2	71680559	71680637
-chr6	24491098	24491120
-chr6	31803246	31803263
-chr13	28369466	28369574
-chr20	21000321	21000761
-chr16	81039847	81039865
-chr22	43342890	43343036
-chr9	138370655	138370691
-chr17	80621794	80621810
-chr18	22006089	22006268
-chr4	57976573	57976756
-chr15	78441410	78441512
-chr17	78915881	78916330
-chr3	187463569	187463583
-chr9	127623377	127623523
-chr10	728953	729204
-chr14	21457454	21457823
-chr19	1315962	1316043
-chr12	69005242	69005390
-chr6	110797497	110797506
-chr1	26737422	26737663
-chr2	220436873	220436894
-chr16	12009330	12009357
-chr16	733794	733857
-chr17	27918338	27918532
-chr7	50861544	50861549
-chr14	51955524	51955537
-chr16	29263033	29263077
-chr19	55740682	55740727
-chr2	27712693	27712704
-chr11	279902	280397
-chr6	32072119	32072474
-chr7	100183862	100183965
-chr8	61591156	61591398
-chr10	135270877	135270899
-chr12	1943758	1943841
-chr7	98568332	98568525
-chrX	30671338	30671362
-chr5	41071405	41071831
-chr5	2751502	2751504
-chr8	80679978	80679988
-chr20	36148457	36148556
-chr5	71852711	71853215
-chr12	9600884	9600886
-chr6	41194812	41195044
-chr19	50321369	50321447
-chr10	135113336	135113403
-chr16	2880101	2880278
-chr2	467891	468131
-chr3	41240939	41240962
-chr3	148804381	148804429
-chr3	194118430	194118565
-chr11	75141627	75141674
-chr12	752290	752381
-chr9	115650839	115650856
-chr10	96305340	96305431
-chr8	144680362	144680385
-chr1	33938162	33938224
-chr19	44576247	44576465
-chr7	156786185	156786278
-chr1	1990986	1991003
-chr12	106979014	106979030
-chr16	31548908	31549141
-chr6	13574573	13574794
-chr7	100964950	100965198
-chr8	144680893	144681049
-chr12	52800261	52800423
-chr21	28338788	28339262
-chr2	231085677	231085687
-chr6	157505920	157505996
-chr8	22419442	22419519
-chr7	598411	598729
-chr4	23892492	23892573
-chr14	73706479	73706676
-chr19	42724332	42724346
-chr5	178368075	178368112
-chr6	160389711	160389717
-chr7	157849639	157849649
-chr7	77427825	77427853
-chr11	71709751	71709762
-chr5	38258670	38258853
-chr14	104152319	104152337
-chr4	53522773	53522876
-chr14	24658184	24658201
-chr12	132897458	132897840
-chr19	1568032	1568034
-chr1	120838397	120838644
-chr2	16081776	16081974
-chr9	102585273	102585669
-chr1	2847778	2848062
-chr1	57285160	57285278
-chr17	14738117	14738223
-chr16	29802448	29802874
-chr19	44123438	44123912
-chr5	107718043	107718300
-chr6	32049781	32049797
-chr21	38935943	38936111
-chr16	54404305	54404333
-chr14	93799041	93799109
-chr7	27142437	27142527
-chr11	45827260	45827271
-chr17	37760604	37760830
-chr5	3768096	3768133
-chr19	58011257	58011261
-chr20	42136670	42136729
-chr9	140056179	140056489
-chr16	75247229	75247317
-chr16	34404054	34404476
-chr8	41166738	41166942
-chr6	32120847	32120851
-chr2	66672640	66672793
-chr1	33722087	33722575
-chr10	130123624	130123952
-chr12	133225562	133225569
-chr14	101506379	101506484
-chr2	218808604	218808697
-chr1	10490895	10490937
-chr19	54465535	54465548
-chr22	38214979	38215016
-chr3	98620581	98620635
-chr7	2353402	2353634
-chr11	58869979	58870075
-chr7	44122171	44122176
-chr7	157818716	157818833
-chrX	41135378	41135632
-chr7	150100737	150100820
-chr1	206857669	206857947
-chr14	90422776	90422783
-chr19	35597062	35597226
-chr3	50341026	50341135
-chr5	17491421	17491538
-chr10	133872448	133872484
-chr14	101514594	101515040
-chr12	125423682	125423743
-chr14	105748320	105748448
-chr16	1295261	1295560
-chr22	45608428	45608440
-chr6	131949485	131949551
-chr13	25497052	25497207
-chr15	42750414	42750750
-chr18	8367425	8367520
-chr19	1112279	1112316
-chr5	111495926	111495933
-chr20	60961944	60961997
-chr19	5789472	5789699
-chr2	55199795	55200153
-chr5	68787696	68787699
-chr19	2732959	2733368
-chr6	31601411	31601481
-chr8	30013831	30013939
-chr11	61322059	61322255
-chr1	229283352	229283626
-chr12	133532453	133532874
-chr4	1994233	1994462
-chr6	50680997	50681066
-chr1	93544522	93544665
-chr6	10398446	10398553
-chr9	20621460	20621538
-chr1	197888075	197888257
-chr6	31409527	31409673
-chr10	105331423	105331465
-chr5	100238935	100238969
-chr14	61119577	61119707
-chr22	41215559	41215569
-chr4	160024626	160024851
-chr7	155249398	155249480
-chr7	2048497	2048663
-chr3	10157252	10157272
-chr21	46715096	46715205
-chr4	3250226	3250247
-chr7	156315450	156315663
-chr16	4743655	4743684
-chr7	2967925	2968268
-chr19	2761618	2761892
-chr7	7034770	7034864
-chr7	97821037	97821169
-chr16	69760516	69760710
-chr18	76308275	76308387
-chr2	202047198	202047459
-chr7	144533234	144533283
-chr17	7530871	7530998
-chr3	37218150	37218164
-chr5	170736776	170737255
-chr1	38231768	38231880
-chr1	244013679	244013908
-chr12	39836148	39836285
-chr14	37130714	37131008
-chr19	4323200	4323637
-chr13	20762934	20763245
-chr7	77166654	77166857
-chr3	146490136	146490370
-chr1	11752162	11752294
-chrX	79830295	79830506
-chr12	56391069	56391451
-chr1	70876575	70876598
-chr2	236716004	236716171
-chr4	4868393	4868675
-chr19	4402962	4402971
-chr3	183948058	183948196
-chr6	391141	391160
-chr22	39713014	39713022
-chr7	100770366	100770386
-chr12	95942761	95942847
-chr16	11681434	11681487
-chr2	51253973	51254054
-chr12	48357275	48357279
-chr16	10934325	10934560
-chr17	62066773	62067215
-chr10	135340802	135340823
-chr3	13919362	13919811
-chr17	77960371	77960689
-chr7	128431230	128431582
-chr12	123011709	123011713
-chr17	79682691	79683028
-chr19	15375304	15375319
-chr5	111496322	111496509
-chr5	131132829	131132943
-chr9	15553238	15553451
-chr10	70321620	70321770
-chr16	56994770	56995201
-chr19	35800743	35800877
-chr10	115860606	115860751
-chr11	33279084	33279087
-chr19	22800645	22801034
-chr7	27199704	27199767
-chr1	117077068	117077088
-chr14	103989208	103989315
-chr12	45459037	45459163
-chr3	3151851	3152038
-chr15	101587458	101587610
-chr3	48229821	48230119
-chr19	40324898	40324966
-chr20	61427636	61427638
-chr21	45936145	45936466
-chr1	2106400	2106620
-chr11	134232265	134232289
-chr9	94124655	94124746
-chr10	50818659	50818911
-chr16	1078641	1078674
-chr22	29601571	29601715
-chr6	31465817	31465828
-chr16	50583441	50583729
-chr6	100903839	100903861
-chr3	12917836	12918015
-chr13	114814353	114814680
-chrX	102862956	102862965
-chr17	79316238	79316639
-chrX	106515895	106516174
-chr16	33483244	33483249
-chr12	51591677	51591918
-chr12	122261097	122261162
-chr16	2903198	2903344
-chr12	21680508	21680669
-chr11	31835486	31835529
-chr11	70563677	70563792
-chr20	30060954	30060996
-chr16	89202817	89202896
-chr2	105478885	105479006
-chr1	234746449	234746546
-chr11	131506338	131506389
-chr14	94759743	94759767
-chr6	30859929	30859936
-chr8	105235943	105235978
-chr7	57878845	57878945
-chr11	36398393	36398394
-chr13	105791842	105792236
-chr11	64110609	64110683
-chr11	66405818	66405911
-chr20	55098811	55098927
-chr12	52301634	52301922
-chrX	68114393	68114404
-chr3	33760183	33760425
-chr16	83960264	83960383
-chr5	153853009	153853106
-chr12	12938397	12938425
-chr21	43187035	43187227
-chr11	236651	236695
-chr14	105683361	105683798
-chr12	105501478	105501481
-chr13	69558880	69559039
-chr19	10589961	10590114
-chr10	58121007	58121012
-chr11	18747871	18748134
-chr5	1092066	1092343
-chr8	65488119	65488308
-chr1	243637790	243637966
-chr2	155556016	155556273
-chr1	15911041	15911134
-chr16	1556238	1556735
-chr16	4381979	4382072
-chr19	10399757	10399845
-chr3	47051533	47051546
-chr10	116634793	116634829
-chr1	211779590	211779890
-chr11	77850393	77850528
-chr6	28832274	28832310
-chrX	134478016	134478119
-chr15	40674878	40674883
-chr11	64509592	64510418
-chr19	3224848	3224954
-chr19	38893468	38893547
-chr12	118541247	118541250
-chr4	7940327	7940341
-chr22	42896798	42896937
-chr2	223289512	223289683
-chr17	29421718	29421804
-chr6	105628000	105628013
-chr6	130031536	130031539
-chr6	138893687	138893712
-chr16	2089803	2089849
-chr9	17134569	17134794
-chr6	30164267	30164282
-chr13	112895383	112895473
-chr6	26233994	26234013
-chr5	32313017	32313149
-chr19	46145142	46145630
-chr2	545551	545645
-chr5	113391280	113391294
-chr1	155292726	155293070
-chr10	86088207	86088214
-chr16	1212761	1212879
-chr16	4313628	4313709
-chr3	156394350	156394724
-chr3	138153784	138154278
-chr5	95769005	95769008
-chr7	95064926	95065091
-chr11	7272605	7272804
-chrX	64626534	64626828
-chr22	50944355	50944457
-chr6	31697232	31697530
-chr17	80737495	80737654
-chr19	49055390	49055432
-chr14	24600500	24600569
-chr15	62524183	62524275
-chr2	113884686	113885116
-chr16	1993082	1993179
-chr8	42128950	42129305
-chr6	139094390	139094402
-chr16	1832765	1832865
-chr10	6186589	6186599
-chr1	17746390	17746443
-chr16	2069444	2069785
-chr1	19687940	19688056
-chr6	143833011	143833173
-chr2	113522364	113522465
-chr6	28864130	28864138
-chr15	89154010	89154044
-chr16	1376523	1376555
-chr16	1727894	1728139
-chr12	88429195	88429378
-chr15	72565016	72565024
-chr4	189203762	189203914
-chr1	180198261	180198277
-chr10	104261862	104262085
-chr7	94538117	94538134
-chr2	26568896	26568901
-chr1	209406581	209406589
-chr16	2318766	2318940
-chr16	838206	838229
-chr11	6624594	6624617
-chr6	105725999	105726132
-chr2	131518152	131518648
-chr15	62456016	62456058
-chr13	33590425	33590447
-chr18	30051516	30051524
-chr19	6712309	6712321
-chr4	156588326	156588339
-chr16	57219756	57219801
-chr7	27160674	27160960
-chr10	133769902	133769916
-chr16	28985880	28985933
-chr16	30941217	30941527
-chr16	30968679	30969112
-chr1	204010639	204010929
-chr19	5142198	5142260
-chr19	41860571	41860824
-chr22	26881026	26881183
-chr12	6898737	6898975
-chr4	41361628	41361695
-chr1	48450143	48450218
-chr2	85822359	85822375
-chr1	101702744	101702782
-chr10	31422942	31423315
-chr12	53845606	53845683
-chr16	88962986	88963198
-chr20	44992537	44992754
-chr16	23569023	23569051
-chr22	46860228	46860524
-chr14	100204210	100204480
-chr1	9131662	9131735
-chr1	171105733	171105877
-chr12	34361865	34362315
-chr16	15951176	15951182
-chr6	89855703	89855705
-chr16	89346436	89346443
-chr10	1531034	1531243
-chr20	30640041	30640121
-chr1	6566090	6566289
-chr19	46002528	46002793
-chr3	111697844	111697926
-chr14	99880345	99880406
-chr14	105779826	105779862
-chr1	247494210	247494428
-chr6	31634821	31634824
-chr7	94284630	94284634
-chr19	51330251	51330405
-chr1	159825504	159825547
-chr1	146544044	146544097
-chr7	45151369	45151440
-chr16	989969	990057
-chr16	2041512	2041778
-chrX	136511365	136511500
-chr19	4101514	4101811
-chr2	51255306	51255324
-chr6	29127931	29127934
-chr12	50898411	50898483
-chr12	103351206	103351388
-chr5	122430821	122431371
-chr14	21270527	21270802
-chr4	99580073	99580095
-chr19	41220945	41221028
-chr2	24270357	24270364
-chr13	28562838	28562852
-chr9	130639783	130640212
-chr20	17512294	17512604
-chr1	174969442	174969573
-chr16	2113804	2113978
-chr14	94546674	94546944
-chr6	168971135	168971450
-chr17	78157897	78157950
-chr3	197382686	197383122
-chr6	32042148	32042152
-chr16	30675233	30675634
-chr1	3600804	3600831
-chr10	104535473	104535744
-chr12	123450766	123450821
-chr16	1723718	1724063
-chr21	38078719	38078971
-chr2	176994317	176994448
-chr10	134837664	134837723
-chr17	72744083	72744524
-chr6	32947198	32947695
-chr9	36166258	36166456
-chr6	5995085	5995102
-chr17	685665	685670
-chr15	43560128	43560165
-chr17	80763758	80763811
-chr8	144945014	144945387
-chr19	524336	524608
-chr6	41606770	41606869
-chr11	72929505	72929935
-chr19	9271917	9271995
-chr3	142683128	142683281
-chr17	17942355	17942551
-chr2	85999628	85999825
-chr2	238383617	238384023
-chr8	17942993	17943293
-chr1	165086977	165087474
-chr10	77158025	77158502
-chr16	34726686	34726856
-chr11	390989	391408
-chr19	17797485	17797656
-chr17	46608511	46608522
-chr10	1406218	1406508
-chr4	56660143	56660280
-chr10	89577971	89578072
-chr7	100807120	100807362
-chr8	144803258	144803553
-chr12	54409657	54409770
-chr16	20086392	20086891
-chr16	30999339	30999390
-chr17	61514705	61514920
-chr11	44586996	44587009
-chr16	57917995	57918095
-chr11	2397607	2397614
-chr8	121136140	121136486
-chr1	2564456	2564584
-chr16	12656958	12657103
-chr1	32665536	32665987
-chr15	101419470	101419606
-chr2	240168283	240168365
-chr1	30161532	30161665
-chr16	1187722	1187841
-chr7	26437192	26437633
-chr1	5936617	5937110
-chr10	48438452	48438614
-chr19	39896665	39897131
-chr5	54455653	54455907
-chr16	745615	745639
-chr17	74524998	74525066
-chr3	46735152	46735154
-chr18	25757555	25757662
-chr1	159140445	159140702
-chr17	80986570	80986746
-chr5	134735496	134735549
-chr4	154682576	154682645
-chr16	1652434	1652552
-chr19	35085624	35085629
-chr20	13976058	13976069
-chr20	37590555	37590570
-chr6	3227741	3227751
-chr10	126157900	126157962
-chr12	133072958	133073172
-chr16	89702762	89703023
-chr1	240286433	240286626
-chr6	32119874	32119875
-chr16	82203988	82203996
-chr10	70980067	70980112
-chr13	114325202	114325446
-chr5	5423294	5423457
-chr21	48081018	48081194
-chr17	78489250	78489359
-chr10	77191098	77191570
-chr10	134361910	134361949
-chr14	105940762	105940772
-chr17	4510627	4510743
-chr8	141646407	141646421
-chr11	85430586	85430609
-chr7	120627791	120628002
-chr6	30736959	30737068
-chr17	292927	293023
-chr1	179851535	179851575
-chr19	19639533	19639548
-chr1	65775570	65775734
-chr16	30418326	30418672
-chr13	114812136	114812254
-chr12	104234963	104234975
-chr6	29691851	29691936
-chr6	22570704	22571177
-chr9	35789052	35789350
-chr6	31324500	31324512
-chr2	170220015	170220129
-chr8	22735285	22735388
-chr5	77140195	77140381
-chr8	101661740	101661918
-chr10	100994381	100994441
-chr15	57598755	57598924
-chr2	10517275	10517304
-chr1	39920621	39920707
-chr12	115106884	115107167
-chr19	57791598	57791606
-chr6	36314439	36314558
-chr22	37215656	37215948
-chr6	7261271	7261517
-chr16	77270108	77270312
-chr2	130956071	130956098
-chr16	87091301	87091652
-chr7	94285736	94285814
-chr5	131133021	131133214
-chr6	28501768	28501867
-chrY	21906868	21906893
-chr16	1012601	1012735
-chr19	10958920	10958922
-chr13	114881500	114881556
-chr2	27435514	27435638
-chr3	181421500	181421703
-chr20	62680517	62680922
-chr4	4543764	4543907
-chr5	57786356	57786401
-chr7	121512827	121513010
-chr12	54611066	54611548
-chr16	85181102	85181163
-chr9	990692	991047
-chr16	22236981	22237027
-chr15	38987310	38987640
-chr6	170764630	170764764
-chr1	193075583	193075590
-chr12	6442954	6442966
-chr15	53095775	53095984
-chr6	32097726	32097786
-chr2	3111349	3111484
-chr19	6459912	6459963
-chr12	57915565	57915570
-chr16	56388945	56388981
-chr17	75315060	75315244
-chr15	35837830	35837992
-chr16	29852910	29853214
-chr2	105953705	105953709
-chr12	95466977	95467123
-chr21	37757192	37757477
-chr5	956343	956473
-chr9	123475367	123475627
-chr16	86371248	86371315
-chr1	3028862	3028987
-chr12	7167964	7168008
-chrX	48397929	48397938
-chr11	85645962	85646077
-chr15	90455680	90455744
-chr19	1446280	1446301
-chr20	57416221	57416506
-chr1	53163908	53163955
-chr1	155904156	155904158
-chr15	28342183	28342208
-chr16	983954	984175
-chr3	169529653	169529716
-chr10	13391488	13391535
-chr1	167523064	167523069
-chr15	68125197	68125518
-chr6	32041285	32041430
-chr16	3306989	3307326
-chr1	48936968	48937250
-chr10	64576070	64576130
-chr11	44325029	44325210
-chr14	73146313	73146448
-chr7	64043071	64043193
-chr22	41347219	41347240
-chr8	70602451	70602467
-chr6	100055614	100055785
-chr1	155023387	155023602
-chr10	128994605	128994608
-chr1	91359382	91359533
-chr4	83483375	83483435
-chr7	97923799	97923834
-chr1	16346120	16346299
-chr18	32557882	32558052
-chr18	28682181	28682345
-chr10	88982648	88982653
-chr11	16627584	16627602
-chr11	75110446	75110460
-chr1	39491411	39491882
-chr6	151646492	151646504
-chr8	30585433	30585443
-chr1	6673301	6673306
-chr6	129204125	129204158
-chr8	24772513	24772830
-chr3	43732990	43732993
-chr16	1074111	1074308
-chr17	40021685	40021788
-chr1	169863446	169863468
-chr2	42396665	42396882
-chr7	101386903	101387080
-chr1	6259905	6260133
-chr2	234372844	234372982
-chr1	50892299	50892463
-chr3	142315278	142315566
-chr7	596154	596538
-chr6	33094306	33094339
-chr19	51685227	51685247
-chr10	1120491	1120601
-chr14	95047543	95047607
-chr2	167232696	167232981
-chr6	161351831	161352065
-chr6	170176415	170176447
-chr10	102989263	102989315
-chr16	4162203	4162493
-chr4	1198430	1198476
-chr18	77499721	77499754
-chr9	124980041	124980074
-chr3	42307799	42307866
-chr19	49141115	49141130
-chr1	53067589	53067717
-chr19	1009901	1010236
-chrX	39864984	39865331
-chr4	164264964	164265394
-chr16	27899404	27899630
-chr1	16175902	16176059
-chr6	164393351	164393434
-chr16	2564791	2565290
-chrX	21858131	21858304
-chr2	137748460	137748833
-chr3	137717550	137717580
-chr3	99904510	99904527
-chr14	60558473	60558485
-chr10	123688108	123688359
-chr13	31736638	31736679
-chrX	47489615	47489671
-chr19	8028470	8028594
-chr6	44090700	44090983
-chr6	14282429	14282523
-chr6	33254879	33254892
-chr14	101359994	101360040
-chr13	36788795	36788811
-chr4	103997839	103997969
-chr11	3254240	3254296
-chr11	108093287	108093290
-chr6	24583566	24583675
-chrX	22049984	22050115
-chr15	45406314	45406327
-chr18	12991014	12991151
-chr6	84233962	84233970
-chr14	88789655	88790044
-chr8	121138184	121138269
-chr16	3284378	3284592
-chr4	7069494	7069785
-chr1	98511210	98511226
-chr8	38034642	38034966
-chr22	42666616	42666626
-chr1	42618891	42618970
-chr8	6479707	6479728
-chr7	42277071	42277347
-chr8	126442440	126442446
-chr12	122985628	122985643
-chr17	6912669	6912673
-chr6	26033427	26033506
-chr8	1105283	1105374
-chr16	90088849	90088868
-chr4	3675072	3675363
-chr7	1460832	1460944
-chr15	50557917	50558051
-chr17	18129026	18129039
-chr4	176986739	176986845
-chr17	41277364	41277381
-chr19	12817378	12817392
-chr5	71403990	71404193
-chr6	91320082	91320142
-chr12	127207919	127208176
-chr13	112054448	112054742
-chr4	94753355	94753431
-chr13	29158289	29158364
-chr1	1476661	1476845
-chr11	27679421	27679584
-chr2	102758898	102758923
-chr4	46126253	46126261
-chr6	169274032	169274118
-chr15	75748094	75748354
-chr19	460135	460569
-chr1	91300342	91300446
-chr1	67600124	67600181
-chr17	42734455	42734611
-chr22	38598529	38598733
-chr7	151511901	151512049
-chr15	81616677	81616686
-chr7	157387108	157387229
-chr11	10715667	10715767
-chr16	85931946	85932166
-chr5	172711054	172711061
-chr6	31474506	31474803
-chr7	108211071	108211104
-chr19	33716210	33716273
-chr1	17292860	17293094
-chr17	19770448	19770860
-chr19	58868858	58869004
-chr10	133766634	133767125
-chr1	27884131	27884297
-chr17	3769680	3769847
-chr19	51321395	51321569
-chr6	32016247	32016257
-chr1	28099366	28099570
-chr20	48732573	48732607
-chr8	11843768	11843971
-chr6	30582368	30582738
-chr8	125462959	125462982
-chr1	221061058	221061070
-chr11	47736305	47736377
-chr16	3096634	3096662
-chr19	17858053	17858207
-chr5	4866009	4866270
-chr4	94749894	94750047
-chr17	13972099	13972162
-chr17	26851054	26851153
-chrX	55650979	55651284
-chr16	592317	592317
-chr6	107349390	107349535
-chr4	87515480	87515626
-chr5	42813794	42813896
-chr17	78237341	78237397
-chr9	135753121	135753193
-chr2	170221055	170221298
-chr16	68117460	68117943
-chr16	29823637	29823868
-chr5	67483875	67484008
-chr18	47088325	47088373
-chr11	67166104	67166216
-chr1	228337626	228337728
-chr10	1692862	1692977
-chr10	134980671	134980876
-chr20	61314143	61314594
-chr6	30455759	30455798
-chr8	101735189	101735200
-chr12	72665328	72665462
-chr5	128796120	128796266
-chr11	70917283	70917458
-chr10	94051190	94051242
-chr2	86850987	86851015
-chr5	138775137	138775200
-chr3	125567196	125567258
-chr1	46049741	46050004
-chr16	88575301	88575460
-chr19	52074470	52074483
-chr1	15931007	15931098
-chr19	37407326	37407414
-chr12	56322619	56322959
-chr20	35580391	35580555
-chr19	39971182	39971299
-chr2	180725597	180725643
-chr14	92994057	92994110
-chr10	1778529	1778546
-chr4	8007014	8007090
-chr11	61485853	61486220
-chr1	237206434	237206514
-chr17	39781055	39781060
-chr4	3827882	3828046
-chr18	48723744	48723763
-chr19	49655176	49655218
-chr5	65439898	65439923
-chr11	133800726	133800800
-chr1	210001323	210001351
-chr19	54024758	54024786
-chr1	161171163	161171335
-chr16	27279448	27279610
-chr19	2614104	2614177
-chr3	42976884	42976956
-chr16	2164640	2164776
-chr5	3311265	3311319
-chr16	30597257	30597449
-chr19	50887482	50887715
-chr10	73156790	73156810
-chr13	113489992	113490012
-chr15	100273684	100273790
-chr18	47018779	47018869
-chr6	37400392	37400616
-chr7	98249051	98249055
-chr12	53719569	53719777
-chr19	8601138	8601288
-chr16	54324298	54324310
-chr19	41903151	41903186
-chr2	242823227	242823437
-chr8	94712319	94712325
-chr11	107436281	107436424
-chr16	2801866	2801904
-chr3	179280008	179280332
-chr11	1947601	1947695
-chr16	88459468	88459479
-chr16	57662347	57662541
-chr10	26223206	26223262
-chr8	21966443	21966736
-chr20	591151	591173
-chr12	57039124	57039556
-chr4	26862189	26862197
-chr16	73099517	73099869
-chr11	10531448	10531548
-chr13	113400343	113400630
-chr4	1803959	1804058
-chr11	1785723	1785804
-chr5	43121527	43121531
-chr16	2479271	2479333
-chr17	72857005	72857028
-chr5	34929912	34929971
-chr19	7098587	7098992
-chr14	103593457	103593472
-chr2	101435427	101435503
-chr5	148808340	148808456
-chr16	898419	898755
-chr19	10628135	10628487
-chr7	856247	856659
-chr20	36322214	36322369
-chr8	142913256	142913302
-chr17	46697366	46697495
-chr3	195354369	195354549
-chr1	149859469	149859591
-chr6	32301230	32301389
-chr19	10679720	10679729
-chr11	1275384	1275504
-chr17	78851149	78851165
-chr3	48453514	48453941
-chr16	15820745	15820855
-chr10	28287340	28287495
-chr10	96443147	96443165
-chr19	45927211	45927218
-chr1	2406236	2406721
-chr13	50702671	50702747
-chr15	80696397	80696529
-chr7	128294405	128294794
-chr11	2367313	2367739
-chr3	32508982	32509039
-chr8	1899420	1899490
-chr1	16164109	16164122
-chr15	40857029	40857259
-chr17	20947103	20947263
-chr2	232063339	232063351
-chr3	118753871	118754049
-chrX	139589163	139589424
-chr11	58347088	58347178
-chr3	12045401	12045411
-chr19	5785204	5785818
-chr6	30449254	30449466
-chr7	127911987	127912372
-chr21	38574620	38574643
-chr1	41962019	41962146
-chr10	133507991	133508246
-chr2	39893032	39893185
-chr1	156711145	156711303
-chr11	2584446	2584581
-chr2	219921571	219921728
-chr4	120988018	120988083
-chr1	10698719	10698746
-chr7	51384531	51384609
-chr4	25989868	25989982
-chr22	48955968	48956105
-chr10	123779162	123779362
-chr19	11353913	11353948
-chr5	1363899	1364053
-chr6	31926242	31926342
-chr11	64009035	64009352
-chr12	71003576	71003577
-chr2	242970490	242970589
-chr6	169012205	169012404
-chr9	131798771	131799144
-chr16	89786885	89786921
-chr4	83955958	83956057
-chr6	29455331	29455365
-chr16	3405792	3405902
-chr6	83777291	83777297
-chr16	85730584	85730606
-chr20	50416789	50416976
-chr6	170560006	170560097
-chr13	32885906	32886034
-chr6	166667323	166667504
-chr17	78513167	78513611
-chr2	200422978	200423078
-chr16	75182191	75182320
-chr19	12992070	12992181
-chr17	76490379	76490717
-chr10	101492579	101492601
-chr12	95867190	95867231
-chr7	97857923	97857941
-chr17	4079293	4079306
-chr12	122750597	122750916
-chr12	54354114	54354414
-chr16	1608794	1608810
-chr20	57465132	57465139
-chr21	45336673	45336855
-chr16	810292	810643
-chr10	23983990	23984486
-chr17	80179931	80180068
-chr2	242128753	242128843
-chr3	42056663	42056814
-chr11	6790768	6790774
-chr2	237018157	237018215
-chr4	123653523	123653540
-chr11	74394708	74395011
-chr14	68086342	68086375
-chr3	39851009	39851075
-chr1	209957965	209957974
-chr19	17346041	17346367
-chr1	247242130	247242157
-chr9	35162048	35162103
-chr20	36888742	36889109
-chr6	169632675	169632740
-chr2	27309063	27309153
-chr1	236029703	236029828
-chr6	15520972	15521099
-chr1	242690593	242690733
-chr6	99290284	99290349
-chr1	207991729	207991732
-chr11	116658840	116658853
-chr1	16010553	16010598
-chr19	55248535	55248971
-chr3	39373356	39373683
-chr11	125133072	125133391
-chr19	709761	709841
-chr2	740418	740483
-chr1	153919230	153919326
-chr1	183774526	183774742
-chr3	39222518	39222754
-chr7	1528967	1529203
-chr17	46534400	46534708
-chr2	65454481	65454506
-chr6	29796303	29796315
-chr7	2758014	2758068
-chr1	154155363	154155675
-chr11	113258750	113258908
-chr1	119532688	119532773
-chr18	11183	11676
-chr1	203096899	203097186
-chr3	101418125	101418132
-chr4	5053585	5053596
-chr2	37035809	37035817
-chr4	84376950	84376986
-chr14	24476430	24476559
-chr12	25541364	25541565
-chr17	40439628	40439974
-chr12	122396677	122396687
-chr2	88316373	88316472
-chr7	130021544	130021651
-chr2	1821733	1822072
-chr8	105340821	105341290
-chr12	123750827	123750864
-chr6	32921521	32921791
-chr11	2423455	2423511
-chr7	149411450	149411604
-chr16	58163201	58163203
-chr5	54848311	54848427
-chr6	27860959	27860961
-chr10	8096600	8096602
-chr10	135075124	135075390
-chr10	32218391	32218853
-chr17	39623265	39623639
-chr22	38714287	38714347
-chr3	124732769	124732807
-chr17	3337136	3337286
-chr4	53098	53115
-chr6	170456901	170457048
-chr4	15939862	15939889
-chr6	33240042	33240072
-chr5	36152378	36152436
-chr7	66459912	66460335
-chr11	63439109	63439207
-chr14	74100086	74100307
-chr15	23810652	23810843
-chr6	158402864	158402868
-chr15	95870409	95870440
-chr17	79935824	79936040
-chr11	66359430	66359489
-chr3	49460177	49460521
-chr1	19283713	19284039
-chr16	28505320	28505439
-chr6	169613162	169613281
-chr5	63801845	63802106
-chr6	31706971	31707103
-chr17	38136779	38136817
-chr6	10415605	10415667
-chr10	7517765	7517807
-chr6	49917175	49917254
-chr6	31707502	31707511
-chr6	42893702	42894099
-chr8	11302983	11303039
-chr16	4164843	4165257
-chr14	65007389	65007464
-chr10	135171337	135171455
-chr2	232321341	232321601
-chr22	43253521	43253547
-chr1	51567771	51567810
-chr2	191045563	191045632
-chr4	882591	882597
-chr17	10560813	10560880
-chr3	57541894	57541901
-chr11	71791545	71791555
-chr19	2785164	2785208
-chr17	29624179	29624348
-chr2	160919234	160919336
-chr1	145548806	145548867
-chr12	56660871	56660873
-chr2	97192958	97193032
-chr3	134635213	134635534
-chr13	30727927	30728099
-chr14	42076757	42076759
-chr16	4987271	4987610
-chr16	89234442	89234766
-chr19	11289301	11289308
-chr10	102986525	102986601
-chr3	25469392	25469402
-chr7	38331705	38331871
-chrX	106044796	106045287
-chr12	130624293	130624596
-chr2	96873066	96873264
-chr5	132072092	132072371
-chr6	34031060	34031094
-chr1	11865304	11865594
-chr6	144416942	144417437
-chr6	167041601	167041892
-chr2	154333650	154333653
-chr2	119597367	119597586
-chr6	100016683	100016685
-chr15	74284753	74284772
-chr20	57427665	57427730
-chr10	820835	821124
-chr2	177003948	177003967
-chr17	79045615	79045695
-chr10	134540198	134540335
-chr10	72027078	72027309
-chr12	122242538	122242541
-chr12	122250380	122250470
-chr11	118230374	118230601
-chr5	307132	307543
-chr2	233497957	233497961
-chr14	29244137	29244230
-chr1	152538426	152538809
-chr7	150674375	150674548
-chr1	876249	876551
-chr22	50892903	50893041
-chr16	31538508	31538718
-chr14	91866373	91866685
-chr1	236445178	236445184
-chr3	107601965	107601974
-chrX	134478413	134478512
-chr8	30769864	30769870
-chr7	75624460	75624699
-chr17	73285533	73285568
-chr22	43343608	43343959
-chr7	139184863	139184937
-chr5	159827116	159827216
-chr8	54789600	54789978
-chr19	45567390	45567856
-chr12	6862784	6862849
-chr19	52848616	52848664
-chr8	145688206	145688521
-chr11	68866697	68866713
-chr6	30227246	30227273
-chr6	31475183	31475203
-chr16	1027309	1027335
-chr19	11070867	11071224
-chr12	122064206	122064328
-chr11	68550320	68550342
-chr11	63827313	63827384
-chr19	36207534	36207871
-chr4	996964	997351
-chr17	79269488	79269836
-chr19	1816250	1816307
-chr5	2643129	2643299
-chr6	33588884	33588896
-chr19	35068662	35068740
-chr15	97322456	97322551
-chr16	22308418	22308438
-chr16	30669615	30669819
-chr17	63119453	63119851
-chr17	38347555	38347611
-chr12	48395442	48395820
-chr19	2546890	2547019
-chr10	118033312	118033322
-chr11	110583543	110583549
-chr2	10589006	10589194
-chr3	64211107	64211156
-chr11	60619624	60619907
-chr12	131488414	131488426
-chr16	33956555	33956717
-chr5	137224236	137224723
-chr8	91658185	91658296
-chr13	21714410	21714429
-chr4	2758288	2758333
-chr5	167696398	167696420
-chr16	82660280	82660376
-chr6	31631801	31632123
-chr18	51796331	51796453
-chr20	20349241	20349568
-chr11	98891708	98891733
-chr19	50713660	50713914
-chr4	100815572	100815812
-chr2	38302626	38302844
-chr12	58021981	58022362
-chr20	3801318	3801574
-chr22	42548783	42548792
-chr11	76494119	76494176
-chr7	64030039	64030348
-chr1	28286836	28286837
-chr3	58106772	58107208
-chr17	9808552	9808690
-chr14	95240500	95240560
-chr6	33091612	33091634
-chr6	170125165	170125193
-chr10	89623076	89623122
-chr17	46704640	46704970
-chr11	68816143	68816232
-chr12	322659	322831
-chr2	27294671	27294673
-chr6	467681	467762
-chrX	71400961	71401203
-chr17	13504351	13504472
-chr1	150979026	150979092
-chr5	22212884	22212890
-chr1	84972327	84972482
-chr16	67876083	67876093
-chr10	44144397	44144477
-chr16	89294133	89294245
-chr6	29595251	29595267
-chr7	70060787	70061064
-chr7	156259146	156259159
-chr20	37074185	37074631
-chr19	48216502	48216565
-chr6	44281032	44281036
-chrX	117628623	117629034
-chr6	105403577	105403899
-chr4	54965904	54965951
-chr6	32917607	32917931
-chr2	218874888	218874968
-chr22	30278828	30278944
-chr22	44350812	44350835
-chr11	62445555	62445776
-chr17	5971984	5972001
-chr2	241758901	241759279
-chr7	117067804	117067871
-chr11	842764	842897
-chr2	219762495	219762664
-chr1	6507442	6507645
-chr5	40798723	40799054
-chr1	27687454	27687637
-chr17	36613498	36613548
-chr6	99797552	99797842
-chr2	241992443	241992532
-chr4	122685522	122685593
-chr6	158589400	158589504
-chr15	48623138	48623205
-chr17	37761168	37761316
-chr4	89619345	89619372
-chr4	1294783	1294948
-chr17	78977970	78978347
-chrX	68725548	68725767
-chr1	115829808	115829893
-chr12	132854818	132855060
-chr19	46106350	46106663
-chr6	5026171	5026324
-chr8	144940253	144940743
-chr14	29243762	29244105
-chr11	1227723	1227807
-chr20	34359496	34359568
-chr16	50501797	50502088
-chr12	117131719	117131772
-chr19	14693303	14693699
-chr3	50383127	50383227
-chr7	130353467	130353493
-chr10	125034296	125034402
-chr2	239959377	239959436
-chr7	63222546	63222556
-chr8	74884601	74884689
-chr20	54966989	54967165
-chr7	122526763	122526776
-chr16	50776580	50776714
-chr20	21695343	21695725
-chr1	2160249	2160666
-chr14	90527917	90527924
-chr19	54481419	54481620
-chr8	107283146	107283501
-chr9	34049294	34049428
-chr1	70033624	70033627
-chr13	32420685	32420690
-chr8	41583273	41583498
-chr1	185125608	185125650
-chr6	9896893	9897068
-chrX	3234873	3235329
-chr11	130297101	130297149
-chrX	48815696	48815699
-chr1	110626962	110627127
-chr11	58910374	58910422
-chr2	208635839	208635894
-chr14	35009444	35009852
-chr17	292173	292193
-chr15	91478982	91479023
-chr8	64081360	64081664
-chr5	175991081	175991468
-chr2	166810277	166810369
-chr12	125438479	125438492
-chr19	4304529	4304933
-chr15	92936417	92936630
-chr10	124067232	124067402
-chr16	84251987	84252213
-chr7	1535093	1535423
-chr2	47403193	47403360
-chr22	24199866	24199972
-chr13	51796962	51797139
-chr10	104596890	104597307
-chr9	36189363	36190106
-chr19	843687	843940
-chr3	12598373	12598618
-chr19	10226580	10226701
-chr3	44038484	44038821
-chr16	11348956	11348975
-chr15	85358595	85359001
-chr1	111813509	111813642
-chr5	177631425	177631446
-chr2	24712329	24712362
-chr1	116384534	116385005
-chr10	102089633	102089882
-chr1	33648600	33648608
-chr17	27181503	27181511
-chr6	33266604	33266655
-chr15	29562029	29562120
-chr3	182970850	182970855
-chr6	31636374	31636865
-chr14	102974240	102974365
-chr2	20424989	20425000
-chr19	55361685	55361713
-chr21	37758170	37758542
-chr1	151737205	151737704
-chr4	143767454	143767608
-chr19	9945605	9945628
-chr8	80942092	80942271
-chr19	42437416	42437425
-chr19	46056723	46056736
-chr2	27579041	27579505
-chr20	62673968	62673980
-chr17	80189985	80190054
-chr15	23086927	23086931
-chr19	5231400	5231555
-chr8	145111250	145111391
-chr11	57103366	57103375
-chr3	107242730	107243066
-chr15	68624713	68624768
-chr16	87616126	87616248
-chr2	242048127	242048218
-chr16	75285087	75285194
-chr8	26687914	26688088
-chr10	106402382	106402507
-chr13	27131708	27131732
-chr17	27507560	27507578
-chr15	85201781	85201891
-chr2	114256406	114256673
-chr1	207991118	207991122
-chr16	88473440	88473713
-chr12	2999713	2999782
-chr5	174135571	174135761
-chr6	33132996	33133039
-chr4	7052355	7052425
-chr1	27247775	27247781
-chr3	187463246	187463264
-chr6	7109550	7109845
-chr4	74486080	74486094
-chr11	47574646	47574990
-chr22	38885348	38885708
-chr7	27142810	27142998
-chr3	87040640	87040661
-chr2	208576089	208576144
-chr1	224370322	224370538
-chr12	95043504	95043595
-chr8	17104280	17104425
-chr7	5348822	5348924
-chr12	123754187	123754280
-chr1	11866188	11866332
-chr10	103985682	103985805
-chr7	23749667	23749674
-chr19	38746749	38747031
-chr13	100153373	100153603
-chr13	103047225	103047239
-chr16	966314	966462
-chr2	71357466	71357485
-chr19	5568168	5568170
-chr3	97483242	97483418
-chr8	21956640	21956730
-chr1	119683646	119683953
-chr2	183943198	183943203
-chr22	50250235	50250238
-chr1	3808079	3808169
-chr13	113425536	113425573
-chr1	32936780	32936813
-chr1	115213174	115213243
-chr12	45269944	45269952
-chr11	2722613	2722625
-chr11	58910080	58910108
-chrX	52950284	52950534
-chr3	142682291	142682330
-chr6	170184742	170184833
-chr3	157213371	157213493
-chr5	44808896	44808985
-chr12	42680888	42681138
-chr12	54389934	54389934
-chr13	100548910	100549017
-chr10	100027958	100027962
-chr10	134536090	134536109
-chr19	8429034	8429160
-chr19	52408350	52408371
-chr2	114384827	114384846
-chr14	67825961	67826044
-chr8	29210325	29210532
-chr14	23025898	23025933
-chr6	33245128	33245163
-chr7	18125833	18126070
-chr14	59105212	59105293
-chr20	36975012	36975035
-chr17	76125152	76125211
-chr17	76421394	76421490
-chr19	3465709	3465714
-chr7	95026200	95026211
-chr5	142208412	142208871
-chr4	47034267	47034380
-chr7	73645735	73645930
-chr2	97307159	97307171
-chr14	35184508	35184805
-chr16	3777942	3778217
-chr9	19788257	19788269
-chrX	53468600	53468618
-chr6	33359407	33359413
-chr10	103347685	103347722
-chr7	99517229	99517279
-chr19	539193	539489
-chr22	27053416	27053422
-chr18	9136804	9137021
-chr6	47755913	47755984
-chr22	23728491	23728963
-chr16	22959875	22960082
-chr2	27616177	27616268
-chr4	3446405	3446682
-chr4	657538	657842
-chr18	3451436	3451475
-chr20	62744748	62745242
-chr13	114914547	114914617
-chr15	75229567	75230004
-chr19	51376305	51376639
-chr3	167967398	167967414
-chr14	96180528	96180550
-chr4	3526703	3526817
-chr2	233323333	233323532
-chr5	172661811	172661922
-chr20	30102579	30102855
-chr16	15188353	15188395
-chr11	62606662	62607119
-chr8	144695996	144696281
-chr9	129566665	129567043
-chr15	74421739	74421800
-chr16	86321564	86321899
-chr2	219646433	219646609
-chr3	125687221	125687662
-chr3	181431065	181431306
-chr1	201978923	201979128
-chr16	49670096	49670437
-chr12	132845336	132845433
-chr5	42951887	42952113
-chr19	23578317	23578377
-chr21	41029374	41029452
-chr14	75180476	75180486
-chr2	1595498	1595686
-chr6	31635733	31635866
-chr7	143076881	143077178
-chr5	76249728	76249849
-chr7	99775131	99775137
-chr8	144924893	144925280
-chr1	1677221	1677225
-chr7	128550898	128550902
-chr1	156570919	156571111
-chr10	131639126	131639315
-chr19	10463783	10463831
-chr2	172974138	172974169
-chr20	326934	327122
-chrX	53713791	53713793
-chr13	53422799	53422860
-chr16	34407868	34407918
-chr6	29521783	29521788
-chr16	30107743	30107747
-chr11	70253451	70253460
-chr17	46908838	46908912
-chr7	4873338	4873380
-chr5	130506206	130506292
-chr8	99961545	99961720
-chr16	67183003	67183177
-chr6	116176379	116176683
-chr7	66386441	66386451
-chr19	31848001	31848008
-chr3	196230657	196230661
-chr5	176046096	176046233
-chr11	128646953	128647003
-chr3	44903163	44903188
-chr6	110798012	110798022
-chr16	89341634	89341851
-chrX	75005039	75005096
-chr22	19974637	19974818
-chr6	34204646	34204650
-chr14	101291500	101291571
-chr17	30814466	30814625
-chr17	30437749	30437854
-chr2	32390743	32390924
-chr4	190861188	190861511
-chr9	129567307	129567370
-chr16	30968016	30968205
-chr15	85259776	85259834
-chr12	21926428	21926524
-chr2	91670734	91670894
-chr20	57426343	57426347
-chr5	112849285	112849405
-chr6	31855386	31855457
-chr2	173100097	173100242
-chr20	32262063	32262282
-chr3	11763292	11763659
-chr1	19971172	19971176
-chr19	16144327	16144451
-chr17	1553405	1553484
-chr2	56149777	56150255
-chr11	66790623	66791038
-chr12	79811776	79811982
-chr19	1287832	1287884
-chr2	211090171	211090199
-chr6	32847842	32847845
-chr19	1761424	1761732
-chr3	123752345	123752504
-chr19	33878750	33878853
-chr1	4716489	4716554
-chr12	71314662	71314752
-chr21	47744064	47744200
-chr5	88180146	88180330
-chr8	144935784	144935787
-chr15	79576250	79576704
-chr11	19733661	19733794
-chr1	179545043	179545086
-chr6	11232799	11232885
-chr19	12145947	12146115
-chr19	38885050	38885194
-chr2	234072769	234072811
-chr8	23584042	23584098
-chr3	27756796	27756803
-chr7	148984568	148984587
-chr17	3907451	3907702
-chr15	90295566	90295903
-chr20	62795782	62795807
-chr6	170860359	170860440
-chr12	124246927	124247047
-chr16	32213944	32214185
-chr13	100637560	100637882
-chr16	55909166	55909393
-chr15	86338186	86338204
-chr1	8044533	8044553
-chr4	8137016	8137019
-chr1	6188937	6189040
-chr1	230561200	230561250
-chr14	105281643	105281991
-chr2	73114359	73114371
-chr19	4402429	4402454
-chr6	52051228	52051269
-chr18	24128116	24128455
-chr16	31129151	31129259
-chr10	3239873	3240019
-chr2	95825303	95825312
-chr10	20106787	20106825
-chr11	65029595	65029602
-chr21	27012567	27012878
-chr12	54450822	54450826
-chr16	29151700	29151913
-chr11	74860623	74860937
-chr12	104105241	104105517
-chrX	135229382	135229551
-chr12	132663572	132663593
-chr16	31483726	31483984
-chr7	64878073	64878160
-chr11	82611753	82612022
-chr1	168194826	168194889
-chr12	133133464	133133524
-chr21	34774834	34775032
-chr10	101282768	101282835
-chr11	63438768	63438904
-chr11	65385911	65386028
-chr15	96877252	96877720
-chr1	151020868	151021364
-chr19	4785480	4785605
-chr3	42814808	42814880
-chr3	44666766	44666850
-chr8	10339429	10339449
-chr19	58728560	58728562
-chr7	609506	609545
-chr10	95462382	95462398
-chr4	106395547	106395595
-chr17	33470730	33470733
-chr16	3188556	3188967
-chr9	13278464	13278578
-chr5	139077047	139077178
-chr1	36615054	36615143
-chr5	150138773	150138818
-chr6	168720505	168720679
-chr1	2999680	2999893
-chr7	20818880	20818887
-chr12	9217688	9217763
-chr13	114797383	114797865
-chr5	625594	625656
-chr16	1404786	1404866
-chr2	149403196	149403594
-chr10	64133674	64133686
-chr18	18511878	18511936
-chr16	71523436	71523475
-chr16	605347	605677
-chr16	31190960	31191119
-chr19	57922209	57922271
-chr13	113663197	113663538
-chr2	45029929	45030072
-chr4	155410860	155411351
-chr7	1080558	1080788
-chr2	198380277	198380297
-chr14	100626950	100626964
-chr18	78005487	78005593
-chr14	35183946	35184065
-chr1	42845753	42845942
-chr1	249120594	249120669
-chr15	101592026	101592151
-chr17	46655164	46655241
-chr2	74941807	74942001
-chr14	24615924	24615930
-chr1	100503813	100503820
-chr1	898397	898804
-chr11	101785671	101785684
-chr12	1059224	1059231
-chr8	110551796	110551799
-chr8	17355133	17355191
-chr3	50227687	50228164
-chr12	6579938	6580010
-chr2	69969591	69969794
-chr4	177713813	177714302
-chr1	11561663	11561908
-chr2	7017571	7017698
-chr20	36037277	36037706
-chr3	48481648	48481655
-chr6	30459464	30459492
-chr4	83932063	83932168
-chr10	134046018	134046189
-chr11	116578271	116578399
-chr10	4979610	4979614
-chr17	78818871	78819092
-chr7	1347342	1347457
-chr1	19146909	19147074
-chr6	116421826	116421833
-chr16	28503357	28503359
-chr8	28480583	28480797
-chr9	136397692	136398117
-chr2	120516961	120517001
-chr14	48144321	48144765
-chr15	65809585	65809723
-chrX	18371852	18371858
-chr10	71333138	71333161
-chr20	30458626	30458634
-chr12	111403932	111404204
-chr19	59073321	59073366
-chr1	53703698	53704012
-chr16	28550123	28550221
-chr21	35747585	35747594
-chr1	11761649	11761718
-chr6	167709237	167709672
-chr13	111213704	111214048
-chr1	158149674	158149926
-chr15	68724948	68724954
-chr15	75745131	75745181
-chr1	216896804	216896813
-chr19	45954345	45954356
-chr11	2604317	2604391
-chr5	112043117	112043131
-chr4	5896912	5897223
-chr8	1136305	1136444
-chr9	125693629	125693836
-chr11	32008793	32008961
-chr2	64881724	64881850
-chr1	158724009	158724314
-chr19	8660710	8661033
-chr11	61685186	61685257
-chr20	1538305	1538318
-chr15	75315826	75315858
-chr18	55094774	55095177
-chr7	102105195	102105201
-chr11	23425965	23426416
-chr11	15093744	15093769
-chr3	52827657	52827704
-chr16	46864685	46864715
-chr14	101175469	101175645
-chr6	36646435	36646473
-chr3	13245693	13245958
-chrX	133680692	133680812
-chr16	9186626	9186974
-chr11	1977621	1977903
-chr17	9863009	9863013
-chr1	6479352	6479424
-chr10	6622425	6622433
-chr13	53423078	53423084
-chr12	114841792	114841870
-chr13	24895356	24895854
-chr1	44440897	44440915
-chr22	42524936	42525206
-chr4	24796705	24796755
-chr4	108910565	108910787
-chr7	104885200	104885375
-chr16	32330265	32330302
-chr20	62196339	62196641
-chr19	51538267	51538368
-chr1	161087200	161087322
-chr1	40420587	40420606
-chr1	171711261	171711280
-chr5	172571377	172571390
-chr18	74845706	74845829
-chr6	84222035	84222040
-chr8	54164310	54164374
-chr14	64108276	64108295
-chr16	72042302	72042372
-chr16	57576302	57576346
-chr1	155112702	155112791
-chr1	155210992	155211079
-chr14	75800893	75801023
-chr16	1359179	1359182
-chr8	144872012	144872260
-chr19	11998460	11998536
-chr2	176971353	176971355
-chr4	658981	659233
-chr2	236721754	236721826
-chr20	42142446	42142511
-chr4	4863282	4863308
-chr14	103469300	103469439
-chr6	5261043	5261046
-chr6	28602910	28602922
-chr1	43855459	43855567
-chr10	85954336	85954511
-chr14	102553775	102554067
-chr2	128569063	128569067
-chr15	73343932	73344185
-chr1	2276565	2276969
-chr19	10401361	10402119
-chr20	33762625	33762943
-chr6	30689171	30689177
-chr16	1793255	1793363
-chr10	134679335	134679387
-chr10	134861083	134861184
-chr12	131438626	131438689
-chr22	46449933	46450011
-chr12	120427667	120428028
-chr19	14247419	14247481
-chr11	57519391	57519426
-chr12	110939283	110939771
-chr16	422005	422109
-chr1	26671870	26671891
-chr14	105070816	105070998
-chr12	32112956	32112958
-chr6	28832260	28832270
-chr4	100572993	100573102
-chr1	28261642	28261658
-chr7	149569988	149569992
-chr11	64546322	64546335
-chr4	6839030	6839424
-chr3	169684620	169684630
-chr3	114012785	114012806
-chr14	53162779	53163071
-chr11	112097023	112097025
-chr17	722949	723194
-chr21	40194630	40194735
-chr7	27701940	27702368
-chr10	29698255	29698368
-chr19	1313359	1313502
-chr16	50280072	50280495
-chr8	22548498	22548828
-chr20	30539873	30539958
-chr6	31462038	31462047
-chr10	125033722	125033782
-chr7	4911051	4911121
-chr1	45965797	45965846
-chr12	33590837	33591288
-chr6	147124986	147124988
-chr13	113717379	113717830
-chr6	139094539	139094545
-chr16	1069574	1069760
-chr16	48419489	48419493
-chr10	101419471	101419579
-chr15	78592154	78592258
-chr16	87021978	87022073
-chrX	151806508	151806628
-chr1	50574469	50574591
-chr13	49821810	49821878
-chr14	37116073	37116296
-chr6	32821660	32821694
-chr3	155587904	155588010
-chr6	36842865	36843324
-chr7	62528643	62528804
-chr22	21321225	21321368
-chr13	99404105	99404231
-chr4	163483284	163483351
-chr11	27384648	27384808
-chr8	144797915	144797919
-chr19	5681119	5681123
-chr19	51017130	51017263
-chr11	108093413	108093419
-chr19	12844820	12845012
-chr3	98312023	98312354
-chr16	8806359	8806483
-chr2	152118423	152118459
-chr8	1441985	1442292
-chr12	133019038	133019135
-chr16	646395	646579
-chr16	62070171	62070186
-chr22	39548724	39548919
-chr7	158936739	158937107
-chr4	2009167	2009396
-chr17	22052080	22052189
-chr5	114880697	114880771
-chr18	11908960	11909052
-chr11	46958025	46958043
-chr10	134260933	134261413
-chr20	45280240	45280311
-chr22	38240510	38240517
-chr20	50385438	50385712
-chr22	39152000	39152076
-chr11	82612705	82612718
-chr7	2058817	2059150
-chr1	222645855	222646212
-chr10	72142615	72142636
-chr11	32447944	32448067
-chr2	131099744	131099746
-chr10	135191635	135191639
-chr12	13043680	13043734
-chr6	43243709	43243897
-chr16	50731067	50731364
-chr16	89337055	89337334
-chr7	149767502	149767828
-chr18	267637	267663
-chr7	158740838	158740908
-chr10	95720700	95721133
-chr10	132909065	132909105
-chr2	233470647	233470652
-chr12	132501869	132501960
-chr16	1551396	1551774
-chr17	76676366	76676673
-chr6	88986071	88986213
-chr10	22634391	22634530
-chr15	34260956	34260975
-chr2	232261007	232261238
-chr19	853006	853097
-chr14	105509229	105509328
-chr2	81694534	81694560
-chr7	100861046	100861205
-chr14	107253273	107253290
-chr16	23607392	23607577
-chr2	157184614	157184768
-chr6	28109577	28109581
-chr8	46940895	46941103
-chr11	120983418	120983442
-chr16	967329	967618
-chr19	48896065	48896100
-chr6	160527310	160527453
-chr10	69634058	69634168
-chr2	101179311	101179329
-chr6	30685413	30685439
-chr15	44955936	44955947
-chr16	31580542	31580841
-chr3	197663873	197664106
-chr2	208634004	208634073
-chr6	108437636	108438047
-chr16	4508243	4508686
-chr2	198317965	198317982
-chr6	31926920	31926931
-chr16	25043083	25043275
-chr19	5147807	5148023
-chr2	119600360	119600519
-chr11	64879137	64879148
-chr12	54388886	54389066
-chr16	88763005	88763096
-chr19	11908712	11909183
-chr10	38739837	38740029
-chr3	143690445	143690447
-chr7	12609412	12609859
-chr17	7382829	7382838
-chr3	149191167	149191576
-chr6	33092243	33092494
-chr14	93651116	93651169
-chr5	1074670	1074685
-chr5	149676826	149677228
-chr6	96025748	96025855
-chr8	140632686	140632785
-chr19	54928012	54928137
-chr16	88637332	88637426
-chr10	134692119	134692358
-chr12	95044311	95044446
-chr9	35073790	35073808
-chr16	28888747	28888796
-chr16	57391781	57392198
-chr19	51326980	51327177
-chr8	82633679	82633716
-chr15	80762656	80762691
-chr10	132364035	132364391
-chr11	6518511	6518529
-chr1	20396702	20397074
-chr19	736116	736237
-chr7	94294080	94294230
-chr11	2890527	2890577
-chr10	134977964	134978001
-chr15	50716707	50716825
-chr17	51900534	51900887
-chr7	1178030	1178041
-chr1	9687471	9687880
-chr15	26234550	26234721
-chr2	242611829	242611942
-chr7	23530633	23530689
-chr2	240044117	240044341
-chr20	34994266	34994743
-chr3	183146615	183146789
-chr5	2206868	2207052
-chr4	155413075	155413392
-chr16	746062	746084
-chr8	55382539	55382592
-chrX	119709530	119709733
-chr19	45505005	45505298
-chr3	141457267	141457316
-chr5	176057765	176057876
-chr22	51001152	51001330
-chr7	158220708	158220808
-chr10	131264846	131265059
-chr2	47797915	47798348
-chr3	57134296	57134580
-chr3	138738597	138738821
-chr8	95653239	95653243
-chr19	17487728	17487848
-chr11	130343533	130343750
-chr16	30709663	30709778
-chr17	72209673	72209802
-chr4	870773	870804
-chr10	3108459	3108603
-chr16	70323758	70323915
-chr12	132983814	132984261
-chr17	18881962	18882091
-chr22	39770356	39770386
-chr11	818903	818917
-chr6	117585479	117585767
-chr16	4475555	4475566
-chr2	154728735	154729011
-chr22	18955907	18956341
-chr1	71546600	71546685
-chr10	27149660	27149668
-chr20	61158170	61158292
-chr4	137733853	137734021
-chr16	86492864	86492895
-chr19	4584005	4584187
-chr19	49617647	49617821
-chr3	48282574	48282590
-chr9	132082909	132083215
-chr11	20384886	20385037
-chr16	89335039	89335133
-chr2	231809610	231809672
-chr14	60631988	60632081
-chr8	124169696	124169771
-chr10	97416018	97416393
-chr1	153747551	153747600
-chr4	38664952	38665106
-chr10	105678128	105678131
-chr10	133956776	133956875
-chr12	124904701	124904884
-chr7	927934	927986
-chr12	6619116	6619248
-chr14	46283069	46283172
-chr16	67200133	67200444
-chr4	114901139	114901163
-chr10	134913764	134913874
-chrX	2847503	2847510
-chr16	19125772	19126242
-chr20	21082942	21083097
-chr12	7055538	7055609
-chr3	50275346	50275398
-chr1	16490791	16491125
-chr10	126138800	126138879
-chr20	55043271	55043471
-chr10	21824110	21824359
-chr4	976412	976565
-chr2	109335655	109335699
-chr19	4639462	4639614
-chr2	56410143	56410197
-chr6	32019178	32019363
-chr8	28173732	28173887
-chr7	93204970	93205078
-chr1	92952469	92952473
-chr16	20911833	20911997
-chr16	29884806	29884922
-chr3	152552877	152553013
-chr11	66102352	66102686
-chr12	58218572	58218672
-chr22	19701779	19701820
-chr16	2732443	2732466
-chr6	32551949	32551954
-chr10	102766338	102766410
-chr1	38260988	38261004
-chr7	108168673	108169094
-chrX	138285492	138285780
-chr9	120176467	120176762
-chr19	19281207	19281222
-chr11	14380918	14380999
-chr22	38453191	38453248
-chr8	144922448	144922697
-chr19	11529252	11529396
-chr19	8620632	8620696
-chr17	42287715	42287923
-chr10	86088115	86088161
-chr2	45538072	45538291
-chr16	1494617	1494629
-chr4	96471057	96471143
-chr1	43637803	43637823
-chr14	74958970	74959179
-chr10	28525739	28525755
-chr20	62738077	62738149
-chr4	187477065	187477310
-chr11	61582526	61582697
-chr5	176757391	176757514
-chr6	32362696	32362707
-chr1	222791514	222791571
-chr6	8102457	8102683
-chr1	17765006	17765020
-chr1	10533753	10534116
-chr12	131246148	131246468
-chr19	55630001	55630336
-chr19	11472397	11472683
-chr8	54164003	54164081
-chr5	16936879	16937331
-chr6	32115968	32115981
-chr4	13526611	13526769
-chr11	48001787	48001892
-chr17	77924221	77924227
-chr3	48541454	48541459
-chr6	56953934	56953991
-chr16	10912696	10912699
-chr17	73401817	73401858
-chr1	18971824	18972048
-chr1	109235007	109235208
-chr10	12390868	12390960
-chr2	26951130	26951473
-chr19	53898642	53898840
-chr15	77320213	77320336
-chr4	36283275	36283588
-chr8	37797780	37798156
-chr11	64578348	64578473
-chr12	106980319	106980498
-chr19	56110823	56110832
-chr12	128675283	128675378
-chr10	557061	557217
-chr16	19079293	19079446
-chr12	80328163	80328474
-chr1	227506639	227506820
-chr5	177876815	177876930
-chr2	85361982	85362432
-chr5	56205046	56205270
-chr6	109415390	109415607
-chr17	76136677	76136904
-chr1	86045888	86046274
-chr7	27225271	27225294
-chr2	127729049	127729123
-chr7	138483046	138483143
-chr11	85566439	85566512
-chr1	29138936	29139021
-chr13	99101630	99101644
-chr9	21335078	21335551
-chr20	22564899	22565180
-chr1	173834029	173834155
-chr10	43800334	43800430
-chr1	95698989	95699097
-chr1	46153737	46153765
-chr2	84517690	84517694
-chr4	6643098	6643108
-chr4	140163176	140163192
-chr19	51925080	51925272
-chr12	4699085	4699232
-chr8	145626850	145627023
-chr5	14011368	14011572
-chr8	23261312	23261570
-chr12	123921688	123921793
-chr3	126721465	126721586
-chr10	14372383	14372548
-chr16	5121683	5121855
-chr12	53645202	53645477
-chr8	10447472	10447726
-chr13	115000168	115000206
-chr19	4944112	4944325
-chr2	136845655	136846053
-chr5	78532896	78533319
-chr8	23712714	23712968
-chr11	56949026	56949240
-chr10	71336514	71336773
-chr12	123757488	123757812
-chr19	470879	470976
-chr4	130014369	130014437
-chr4	3769706	3769762
-chr20	35833148	35833202
-chr11	101454685	101454717
-chr3	48697408	48697409
-chr1	213021213	213021561
-chr20	57618098	57618439
-chr10	734710	735041
-chr16	1272275	1272450
-chr2	71116188	71116411
-chr14	70346413	70346417
-chr4	6107649	6107743
-chrX	128977530	128977653
-chr3	87138462	87138592
-chr8	109260982	109260989
-chrX	107978163	107978480
-chr20	5891712	5891733
-chr16	7703812	7703893
-chr22	41487235	41487734
-chr2	170683855	170683859
-chr6	30618797	30618999
-chr8	105479248	105479270
-chr16	29606629	29606982
-chr10	22622123	22622459
-chr14	104687209	104687321
-chr11	105481863	105481940
-chr12	48397225	48397520
-chr14	73703796	73704007
-chr16	29171108	29171518
-chr2	33171736	33171954
-chr4	1661123	1661308
-chr6	170559067	170559121
-chr8	1273592	1273604
-chr16	27500185	27500345
-chr3	32022767	32023008
-chr4	132898790	132898980
-chr4	55100918	55100947
-chrX	154444422	154444490
-chr10	103113654	103113657
-chr2	239335397	239335399
-chr8	144631720	144631810
-chr1	202311235	202311278
-chr21	28340091	28340256
-chr19	35629555	35629701
-chr10	99258018	99258251
-chr19	49646109	49646179
-chr3	6108969	6109005
-chr1	19043573	19043598
-chr7	621828	622164
-chr21	37756833	37757022
-chr9	111881604	111881665
-chr10	73078768	73078810
-chr16	2024570	2024786
-chr2	131010027	131010375
-chr3	141043080	141043432
-chr16	34209017	34209247
-chr22	41809501	41809911
-chr17	7790048	7790179
-chr8	61593040	61593179
-chr6	158404013	158404082
-chr1	179050803	179050911
-chr19	7991683	7991945
-chr8	131309356	131309573
-chr15	75249828	75249842
-chr4	106654	106750
-chr8	110703978	110704032
-chr20	30311703	30311915
-chr8	144120633	144120658
-chr1	180600601	180600890
-chr3	50126218	50126228
-chr6	30520120	30520184
-chr16	69760370	69760411
-chr1	200589415	200589505
-chr1	95007283	95007356
-chr11	5364785	5364924
-chr8	67976393	67976417
-chr10	103051881	103052161
-chr9	842799	842914
-chr10	22634170	22634176
-chr16	90030558	90030601
-chr14	60557893	60557946
-chr11	64532923	64533113
-chr3	50654326	50654332
-chr6	32118811	32119016
-chr6	39083072	39083175
-chr10	101281703	101281924
-chr1	42501689	42501709
-chr6	33288785	33288800
-chr16	30661992	30662075
-chr20	25566465	25566470
-chr8	11560763	11560779
-chr15	89164474	89164482
-chr20	61051729	61051747
-chr1	26663115	26663193
-chr13	95086098	95086158
-chr12	124105429	124105832
-chr2	239037374	239037450
-chr16	73080861	73081124
-chrY	2801829	2802055
-chr2	238657868	238657905
-chr1	17446027	17446068
-chr16	86012573	86012792
-chr4	81106342	81106366
-chr16	32127656	32127659
-chr7	155260582	155260847
-chr17	81015941	81016036
-chr1	18617630	18617649
-chr12	58138628	58138723
-chr13	44453359	44453387
-chr13	100624082	100624207
-chr19	4054714	4055037
-chr3	150804490	150804696
-chr12	56652449	56652945
-chr16	23197660	23197740
-chr4	154388330	154388409
-chr17	2843101	2843158
-chr11	62432494	62432535
-chr20	43935243	43935361
-chr6	18277615	18278053
-chr6	30228021	30228028
-chr11	55872467	55872478
-chr2	63286307	63286573
-chr18	77398552	77398897
-chr7	1145727	1145819
-chr17	5372317	5372445
-chr18	5890245	5890448
-chr6	30684736	30684760
-chr17	76264164	76264518
-chr1	28906466	28906490
-chr17	26708318	26708773
-chr10	129845903	129846082
-chrX	69642677	69642862
-chr14	59931024	59931062
-chr16	6624242	6624245
-chr18	55020051	55020324
-chr5	134181494	134181527
-chr10	132684361	132684481
-chr16	2144849	2144857
-chr10	25305695	25305826
-chr12	125093204	125093662
-chr4	174429326	174429370
-chr4	39482010	39482134
-chr19	47354257	47354276
-chr5	39424119	39424524
-chr12	132835295	132835786
-chr4	7131247	7131403
-chr15	79043040	79043380
-chr17	42441522	42441775
-chr2	65659557	65659702
-chr4	17711022	17711202
-chr13	43149123	43149186
-chr19	34973596	34973715
-chr1	22213908	22213934
-chr1	231473532	231473538
-chr12	133286970	133287198
-chr14	100615652	100615945
-chr11	68853350	68853686
-chr22	49697565	49697716
-chr1	11724197	11724344
-chr16	4381533	4381613
-chr15	65596249	65596329
-chr1	8393930	8394077
-chr14	55658398	55658686
-chr2	61407222	61407366
-chr11	560887	560903
-chr15	72410226	72410489
-chr1	156611963	156612140
-chr4	81189774	81189927
-chr1	45454370	45454376
-chr1	244816000	244816040
-chr8	122651252	122651271
-chr12	119616616	119616618
-chr6	30684891	30685074
-chr16	3969086	3969181
-chr16	24267178	24267399
-chr19	51111388	51111677
-chr6	154832000	154832002
-chr1	45987864	45987898
-chr7	149484832	149484985
-chr2	240650410	240650655
-chr3	147077588	147077665
-chr5	79552422	79552489
-chr5	1504991	1505354
-chr10	94451303	94451518
-chr1	155293914	155294010
-chr15	94443727	94443764
-chr16	1584404	1584468
-chr11	1324430	1324528
-chr11	58939770	58939905
-chr11	45929519	45929541
-chr6	30691764	30691847
-chr20	7921059	7921280
-chr9	139096080	139096152
-chr6	32134870	32134916
-chr14	35515810	35516235
-chr17	80794081	80794091
-chr4	155662375	155662390
-chr19	33350797	33350931
-chr6	31592926	31592935
-chr1	1051859	1052046
-chr12	111843286	111843385
-chr17	79633565	79633586
-chr10	22911489	22911577
-chr11	65082070	65082072
-chr17	8079816	8079830
-chr6	160023927	160023954
-chr3	52272844	52273243
-chr16	50775240	50775428
-chr6	387096	387123
-chr17	7197375	7197384
-chr21	47394015	47394032
-chr16	2013573	2014063
-chr8	59465595	59465609
-chr9	15422376	15422589
-chr1	87019097	87019175
-chr11	60524575	60524799
-chr11	67171476	67171585
-chr4	113739170	113739184
-chr12	48550853	48551185
-chr12	72233922	72233984
-chr4	119273841	119274013
-chr11	64126344	64126383
-chr2	233252706	233252976
-chr6	31696102	31696113
-chr1	36807505	36807524
-chr16	4233614	4233714
-chr3	42631381	42631489
-chr14	95693780	95693881
-chr6	24646316	24646473
-chr10	17686059	17686071
-chr15	96897103	96897142
-chr16	87391813	87391953
-chr3	350634	350789
-chr15	78913635	78913772
-chr15	83952774	83952808
-chr16	28874970	28874982
-chr7	99699562	99699573
-chr16	56815325	56815778
-chr10	81967536	81967618
-chr11	65222179	65222403
-chr14	99532845	99532847
-chr2	98808005	98808187
-chr11	71258392	71258869
-chr16	30346786	30346812
-chr10	83633980	83634228
-chr16	30428794	30429204
-chr16	88871903	88871911
-chr6	3231700	3231977
-chr16	15018808	15018814
-chr17	975818	976094
-chr7	56891354	56891698
-chr10	79793365	79793366
-chr8	145925708	145925767
-chr1	231115823	231115949
-chr9	100459634	100459834
-chr16	15239600	15239992
-chr16	53468205	53468302
-chr11	50227199	50227265
-chr5	111093927	111093945
-chr3	79815734	79815800
-chr14	101419328	101419662
-chr19	4909242	4909318
-chr6	29635459	29635531
-chr1	156404917	156405201
-chr22	43506417	43506435
-chr7	72741893	72741987
-chr3	9289739	9289747
-chr19	21950196	21950216
-chr16	30194728	30194767
-chr17	53343235	53343553
-chr4	94750205	94750656
-chr7	27213923	27213984
-chr1	1906899	1907079
-chr11	65641335	65641397
-chr12	4479577	4479794
-chr3	188665228	188665365
-chr5	167545249	167545264
-chrX	154255215	154255217
-chr10	54714764	54714816
-chr2	201936323	201936362
-chr6	33359099	33359166
-chr17	79114577	79114756
-chr7	100209832	100209891
-chr8	67579219	67579493
-chr1	43389725	43389788
-chr6	29796391	29796481
-chr7	29725196	29725523
-chr10	1708500	1708619
-chr19	6108864	6108873
-chr2	189156501	189156874
-chr9	108320178	108320327
-chr17	8093456	8093611
-chr17	77901081	77901176
-chr5	3823459	3823462
-chr6	33387188	33387205
-chr1	213031527	213031687
-chr16	20774825	20774960
-chr1	167408709	167408735
-chr6	30421043	30421107
-chr9	34623728	34624080
-chr16	34808891	34809256
-chr12	98988194	98988194
-chr20	44452801	44453049
-chr16	33959547	33959785
-chr17	39804486	39804831
-chr6	56911139	56911171
-chr2	220432824	220432956
-chr7	140714766	140714781
-chr10	1209463	1209891
-chr16	71518570	71518786
-chr11	73472369	73472421
-chr10	44701916	44701981
-chr13	93878974	93878994
-chr3	28389633	28389645
-chr15	50716274	50716372
-chr19	15197641	15197788
-chr6	31634125	31634189
-chr18	23671011	23671031
-chr4	925410	925652
-chr11	1979879	1980229
-chr12	42632138	42632312
-chr12	99139797	99139819
-chr11	18727580	18727774
-chr3	23957438	23957916
-chr10	75173326	75173569
-chr2	176968052	176968536
-chr8	144450049	144450491
-chr19	11529973	11529977
-chr3	145879578	145879594
-chr2	131046313	131046480
-chr6	30687159	30687197
-chr6	134638833	134639020
-chr17	78882501	78882693
-chr2	233320593	233320712
-chr22	31885298	31885573
-chr11	72385307	72385425
-chr5	140514381	140514711
-chr11	75922323	75922637
-chr19	662283	662692
-chr11	129991445	129991544
-chr1	67395499	67395567
-chr5	137688207	137688375
-chr22	22089369	22089704
-chr1	26758776	26758846
-chr2	3129858	3129914
-chr10	94448654	94448728
-chr6	151815241	151815526
-chr6	28891897	28891917
-chr6	26758238	26758395
-chr9	140151348	140151706
-chr2	37194107	37194308
-chr6	43253015	43253097
-chr4	185938754	185938885
-chr5	178004204	178004685
-chr4	4669436	4669555
-chr13	112610870	112611028
-chr17	41278573	41278581
-chr16	15083088	15083564
-chr20	61808643	61808840
-chr7	5460496	5460916
-chr7	64363527	64363542
-chr19	2199940	2199972
-chr2	95787923	95787933
-chr5	1750604	1750660
-chr11	58939103	58939272
-chr14	102505014	102505425
-chr7	150935722	150936167
-chr2	209120147	209120237
-chr11	113659881	113659883
-chr5	881047	881116
-chr11	101918140	101918145
-chr8	110552297	110552368
-chr17	2627537	2627661
-chr12	50136042	50136105
-chr1	28907637	28907691
-chr6	151671966	151672133
-chr12	121148110	121148246
-chr15	20486552	20487014
-chr5	87980863	87980882
-chr17	8066203	8066470
-chrX	20135349	20135450
-chr1	50893149	50893178
-chr13	50700845	50701050
-chr15	55488761	55489084
-chr8	142517505	142517758
-chr17	26989191	26989200
-chr6	26027527	26027533
-chr1	170634811	170634883
-chr6	4018361	4018772
-chr7	75465317	75465432
-chr15	39542829	39543043
-chr12	82752460	82752651
-chr11	118442975	118442980
-chr16	31724650	31724812
-chrX	133371335	133371491
-chr16	30430041	30430148
-chr17	74381736	74382166
-chr6	167786592	167786594
-chr5	40756078	40756081
-chr4	7025904	7026353
-chr2	211035209	211035360
-chr11	118436778	118436794
-chr15	59949482	59949499
-chr16	30134068	30134345
-chr11	108464736	108464883
-chr2	179396750	179396778
-chr7	93520288	93520323
-chr8	6692901	6693103
-chr9	136567739	136568145
-chr15	62989904	62989995
-chr2	242626393	242626488
-chr8	11561313	11561458
-chr11	31833216	31833477
-chr16	4312571	4312596
-chr16	30794157	30794631
-chr16	80966033	80966070
-chr3	57113654	57113767
-chr17	53499545	53499747
-chr2	127780411	127780606
-chr5	171710856	171710907
-chr14	105857208	105857250
-chr17	1420044	1420129
-chrX	56590386	56590513
-chr1	17312753	17313000
-chr14	65289946	65289947
-chr19	16435660	16436074
-chr5	134880388	134880580
-chr8	2046757	2046862
-chr16	67235912	67236183
-chr17	80402548	80402566
-chr11	7870238	7870356
-chr3	33138627	33138824
-chr1	805102	805338
-chrX	120181407	120181456
-chr14	105946393	105946843
-chr7	106301719	106302069
-chr11	59578490	59578514
-chr15	90198834	90199179
-chr5	1801364	1801434
-chr1	3077965	3078158
-chr3	13008921	13009117
-chr16	1464982	1465032
-chr3	37274530	37274798
-chr2	101766314	101766538
-chr11	118992230	118992260
-chr16	56716025	56716069
-chr5	1055202	1055379
-chr6	109804922	109805026
-chr7	85010676	85010693
-chr12	133120760	133121162
-chr17	790616	790628
-chr6	159342704	159342738
-chr16	31538871	31538946
-chr20	3189311	3189389
-chr16	18812833	18812920
-chr16	188603	188684
-chr2	74153968	74153995
-chr8	29210790	29210800
-chr8	142517426	142517446
-chr4	146100633	146100770
-chrX	58562182	58562358
-chr11	69924156	69924182
-chr19	50100052	50100523
-chr12	56757758	56757788
-chr8	22456073	22456391
-chr1	26346812	26347088
-chr12	54447759	54447873
-chr14	106657745	106657833
-chr20	44485949	44486028
-chr6	30711757	30711784
-chr8	42037122	42037387
-chr2	176968766	176968872
-chrX	142716024	142716429
-chr20	37053921	37054159
-chr1	220863748	220864119
-chr16	85654109	85654213
-chr19	1580456	1580576
-chr6	101840281	101840370
-chr11	128419199	128419356
-chr2	202507513	202507599
-chr15	22992931	22993124
-chr15	75018222	75018259
-chr16	717556	717573
-chr4	100737773	100737782
-chr6	31703455	31703873
-chr11	278538	278864
-chr20	2083388	2083850
-chr12	108908874	108909008
-chr16	771666	772142
-chr16	1816780	1817232
-chr10	11206765	11206792
-chr11	2889886	2889971
-chr9	139389768	139389988
-chrX	47483024	47483043
-chr16	69166466	69166482
-chr7	156742176	156742187
-chr3	149688583	149688798
-chr7	5463284	5463336
-chr7	151553734	151553819
-chr15	44281315	44281505
-chr19	14183651	14183671
-chr6	30878399	30878437
-chr6	106429268	106429443
-chr15	28362491	28362747
-chr18	56932266	56932666
-chr7	129418982	129419091
-chr7	43313745	43314016
-chr20	34638696	34638811
-chr7	139929855	139930018
-chr15	66679094	66679100
-chr12	56365823	56365894
-chr8	101733166	101733612
-chr12	132549292	132549361
-chrX	118284520	118284586
-chr16	21513745	21513802
-chr17	78857859	78857928
-chr1	160037877	160038302
-chr14	73956325	73956710
-chr12	20521251	20521463
-chr19	17611298	17611398
-chr17	47492440	47492478
-chr6	28979290	28979307
-chr13	48611561	48611615
-chr2	7058432	7058545
-chr16	55090822	55090946
-chr2	13673008	13673027
-chr5	72595112	72595140
-chr11	57298543	57298594
-chr8	182266	182402
-chr14	73358816	73358862
-chr20	44420425	44420441
-chr5	139076776	139076782
-chr17	236013	236093
-chr3	186649237	186649428
-chr3	101659630	101659687
-chr6	44238426	44238857
-chrX	48958366	48958375
-chr22	50609143	50609145
-chr11	66325288	66325302
-chr16	728084	728422
-chr16	4746990	4747168
-chr19	53794618	53794663
-chr5	37835548	37835684
-chr19	15131959	15132184
-chr14	101515855	101515879
-chr19	2354242	2354440
-chr12	132832250	132832322
-chr10	60935977	60935983
-chr12	50016958	50017272
-chr4	2965148	2965191
-chr16	1836765	1837011
-chr5	145561962	145562268
-chr6	133079939	133080390
-chr1	25943790	25943793
-chr6	158094401	158094750
-chr4	15780258	15780522
-chr11	19367175	19367188
-chr12	26112065	26112073
-chr5	10567595	10567905
-chr6	112194695	112194697
-chr6	160523731	160523821
-chr16	4431454	4431536
-chr1	2020822	2020955
-chr16	89190735	89190809
-chr16	1790683	1790700
-chr14	55034950	55035029
-chr20	388553	388556
-chr2	24398668	24398695
-chr20	62317519	62317640
-chr10	105156396	105156401
-chr4	85503981	85503991
-chr6	170338591	170338826
-chr17	78518825	78519034
-chr19	36980702	36980726
-chr19	49402048	49402051
-chr3	5020948	5021225
-chr6	138188545	138188557
-chr11	117052181	117052349
-chr20	34359828	34359860
-chr6	29944854	29944917
-chrX	68048338	68048406
-chr19	2302823	2302995
-chr6	3849577	3849640
-chr12	127630812	127631198
-chr1	222628324	222628632
-chr20	57485971	57486028
-chr8	123790294	123790743
-chr15	90039746	90039757
-chr6	3157673	3157781
-chr8	144178640	144178768
-chr11	636611	637032
-chr1	2250748	2250812
-chr16	88106882	88106939
-chr12	133178856	133178976
-chr20	57617035	57617168
-chr1	17846746	17846756
-chr15	45492446	45492679
-chr16	894919	895307
-chr19	17942025	17942221
-chr2	3818960	3818985
-chr14	96000921	96000930
-chr16	28509589	28509975
-chr1	99973563	99974022
-chr10	16478815	16478862
-chr16	1831468	1831674
-chr13	113891485	113891597
-chr10	104401496	104401932
-chr12	125412939	125413076
-chr7	1584275	1584479
-chr3	117715573	117716071
-chr8	99057882	99057973
-chr3	194836254	194836414
-chr4	82136116	82136441
-chr13	110959668	110960177
-chr18	51751307	51751391
-chr2	85106954	85106968
-chr22	39492141	39492255
-chr11	1430607	1430892
-chr20	21685877	21686032
-chr16	4818784	4818842
-chr2	228563935	228564058
-chr3	151102655	151102836
-chr6	47254004	47254042
-chr1	11024213	11024222
-chr16	2946577	2946805
-chr19	40950505	40950655
-chr5	5422607	5422748
-chr8	141231575	141231628
-chr15	35414035	35414228
-chr5	131993805	131993925
-chr5	1019590	1020022
-chr6	30853560	30853900
-chr10	70660528	70660547
-chr10	121265539	121265790
-chr17	72889660	72889666
-chr4	3775739	3775850
-chr8	7005514	7005678
-chr15	62537912	62538111
-chr19	58038065	58038525
-chr7	149473097	149473130
-chr1	161492618	161492997
-chr10	134884271	134884350
-chr16	71929861	71930048
-chr22	50528538	50528593
-chr4	165109526	165109834
-chr9	116174261	116174442
-chr5	11384753	11385019
-chr9	103788911	103789186
-chr7	130353865	130353928
-chr11	45715109	45715423
-chr10	88296364	88296423
-chr6	31615889	31615891
-chr19	2783503	2783607
-chr2	3682982	3683071
-chr4	2272482	2272522
-chr13	22245578	22245726
-chr1	4221331	4221340
-chr17	53315948	53316111
-chr10	118765077	118765145
-chr4	84255925	84255978
-chr4	162198206	162198446
-chr16	1041088	1041133
-chr3	23958829	23958856
-chr9	129386206	129386623
-chr17	28088580	28088606
-chr6	99275622	99275716
-chr7	73081771	73081845
-chr10	134557961	134558243
-chr11	64458798	64458869
-chr17	79099729	79099737
-chr2	201170809	201170819
-chr17	78753708	78753826
-chr16	1843867	1844104
-chr15	91643651	91643655
-chr6	100441533	100441954
-chr3	44283303	44283333
-chr11	64658946	64659044
-chr16	22386263	22386267
-chr16	89323036	89323264
-chr15	40401038	40401063
-chr19	35490532	35490561
-chr1	155007206	155007275
-chr1	236046891	236047034
-chr16	21289764	21289767
-chr2	100824055	100824288
-chr5	172097064	172097289
-chr10	71811879	71812101
-chr2	63278026	63278052
-chr12	13067269	13067271
-chr6	33263890	33263899
-chr12	132977028	132977092
-chr11	17756479	17756750
-chr9	136931974	136932376
-chr12	121125308	121125683
-chr19	52222650	52223051
-chr15	27819614	27819876
-chr10	33224318	33224696
-chr2	2797435	2797612
-chr2	74425749	74425761
-chr11	93063840	93063934
-chr1	16957366	16957435
-chr11	71619555	71619642
-chr5	178986830	178986906
-chr1	155145726	155145732
-chr16	29888571	29888622
-chr18	20513432	20513619
-chr2	159314695	159314911
-chr5	40681137	40681444
-chr19	47524174	47524187
-chr19	4247058	4247075
-chr2	171608293	171608303
-chr21	26980131	26980136
-chr21	37500402	37500594
-chr11	57335406	57335474
-chr2	119613078	119613227
-chr3	49067049	49067103
-chr11	44087664	44087684
-chr4	1018778	1019095
-chr17	42463229	42463592
-chr6	116601305	116601663
-chr4	77997201	77997372
-chr1	20143041	20143217
-chr17	4458473	4458623
-chrX	154034149	154034184
-chr6	50817450	50817626
-chr10	74057705	74057806
-chr16	1107316	1107453
-chr17	75180961	75181131
-chr5	178903039	178903057
-chr1	40025761	40025882
-chr13	45151950	45152287
-chr6	32191847	32192024
-chr16	8715306	8715490
-chr8	57359922	57359956
-chr17	1132368	1132754
-chr5	958921	959141
-chr6	126661280	126661369
-chr1	38455215	38455491
-chr10	533420	533431
-chr11	15094980	15095020
-chr15	78556512	78556534
-chr16	3184909	3184954
-chr2	27008771	27008805
-chr3	187457684	187458083
-chr5	171189960	171190064
-chr19	6531335	6531539
-chr19	24182670	24182789
-chr1	236559547	236559646
-chr14	88652066	88652192
-chr6	13711890	13712126
-chr1	22979495	22979546
-chr7	141673534	141673649
-chr1	84326621	84326767
-chr12	114073142	114073303
-chr16	83842731	83842889
-chr3	13590173	13590302
-chr16	15744349	15744639
-chr19	42788848	42788918
-chr9	129986197	129986525
-chrX	99891286	99891595
-chr6	83072352	83072522
-chr2	198364548	198364630
-chr12	14134874	14135203
-chr6	29275023	29275070
-chr16	1814418	1814481
-chr2	21229872	21229936
-chr19	46010585	46010592
-chr17	1945135	1945138
-chr16	32165148	32165177
-chr15	60287349	60287537
-chr19	1050977	1051031
-chr7	134330777	134330790
-chr20	42142176	42142188
-chr11	77790963	77791070
-chr11	130183659	130183998
-chr2	97303624	97303987
-chr6	30122384	30122523
-chr17	68164821	68164866
-chr6	34206491	34206495
-chr13	113739462	113739577
-chr11	121322954	121322956
-chr19	12886576	12886980
-chr11	86383756	86383761
-chr12	54694925	54695016
-chr16	4784199	4784336
-chr3	121380236	121380485
-chr12	114232702	114232746
-chr20	60813137	60813376
-chr1	24104458	24104624
-chr10	131653088	131653237
-chr8	6638075	6638082
-chr1	65991616	65991717
-chr12	117036929	117036972
-chr16	29828301	29828550
-chrX	101905359	101905837
-chr11	14913757	14913849
-chr1	155881569	155881846
-chr16	3057911	3058316
-chr15	37172274	37172461
-chr19	33556012	33556347
-chr5	161493967	161494274
-chr7	106301593	106301660
-chr2	176983237	176983471
-chr3	195929444	195929544
-chr3	61237226	61237270
-chr15	43398298	43398317
-chr5	82360356	82360818
-chr1	173793888	173793996
-chr11	70565153	70565177
-chr14	100055765	100055921
-chr1	53168724	53168811
-chr1	145472579	145473005
-chr16	2140438	2140870
-chr6	38607245	38607247
-chr15	44086569	44086577
-chr14	74254023	74254025
-chr5	75009014	75009428
-chr17	40825932	40826212
-chr12	123215471	123215524
-chr16	14014387	14014712
-chr4	1166767	1166776
-chr1	228136208	228136455
-chr7	1328829	1328968
-chr16	4012949	4013337
-chr11	47198996	47199457
-chr1	151762557	151762630
-chr6	1523751	1523823
-chr7	63652720	63652735
-chr17	42247565	42247696
-chr7	157361040	157361396
-chr16	30773423	30773510
-chr19	44259072	44259100
-chr7	63028025	63028153
-chr5	140070921	140070982
-chr6	32936848	32937159
-chr6	168975424	168975608
-chr7	998981	999105
-chr9	124328012	124328279
-chr10	49813412	49813434
-chr8	638208	638330
-chr17	78940161	78940266
-chr5	133706426	133706609
-chr10	99609836	99609860
-chr15	49448000	49448057
-chr13	25945811	25946220
-chr1	24127928	24128066
-chr14	20937801	20937824
-chr13	80911644	80911808
-chr12	56753886	56753911
-chr3	150967711	150967751
-chr12	97300755	97300763
-chr14	75530723	75530737
-chr3	46925181	46925476
-chr6	106676237	106676381
-chr2	202507183	202507314
-chrX	151307813	151308272
-chr7	155276049	155276169
-chr2	240291097	240291378
-chr3	138064802	138065217
-chr1	205418278	205418362
-chr12	104697339	104697341
-chr2	239049653	239050026
-chr4	15704502	15704599
-chr6	47623462	47623751
-chr1	1114912	1114914
-chr10	11505280	11505402
-chr3	120315121	120315127
-chr4	53578478	53578491
-chr5	180480769	180480934
-chr15	45248758	45248830
-chr21	46392128	46392347
-chr1	231557867	231557869
-chr10	115614335	115614344
-chrX	20284697	20285056
-chr10	90985007	90985014
-chr16	1843751	1843753
-chr1	153536480	153536563
-chr20	61162102	61162112
-chr1	164290179	164290198
-chr18	56296046	56296243
-chr3	169540079	169540297
-chr8	144869848	144869985
-chr2	44223273	44223280
-chr12	16035177	16035274
-chr10	104677600	104677967
-chr14	101489507	101489601
-chr7	148921362	148921808
-chr6	28249157	28249173
-chr17	62103283	62103369
-chr4	77819534	77819574
-chr7	56131800	56131819
-chr6	31622340	31622439
-chr19	10252818	10252852
-chr4	57521138	57521609
-chr6	158507953	158508140
-chr17	75209412	75209530
-chr3	87040260	87040426
-chr6	3054772	3054884
-chr1	151736255	151736633
-chr17	46662603	46662869
-chr8	9182010	9182204
-chr17	78925184	78925278
-chr1	41707858	41708077
-chr11	105481271	105481274
-chr11	118436902	118436943
-chr21	37692341	37692453
-chr1	161860335	161860629
-chr9	4984158	4984502
-chr11	5531235	5531476
-chr6	29910912	29910946
-chr4	81123258	81123369
-chrX	103499746	103499759
-chr1	145397173	145397178
-chr2	97359878	97359879
-chr2	239334270	239334385
-chr6	30313498	30313742
-chr6	132722421	132722616
-chr10	135340491	135340721
-chr8	102121398	102121621
-chr2	233415195	233415197
-chr16	70483878	70484007
-chr3	112359440	112359446
-chr2	20425324	20425340
-chr2	37898638	37899023
-chr7	907797	907864
-chr16	88101616	88101858
-chr20	47662591	47662595
-chr10	15139056	15139147
-chr3	123602795	123602957
-chr1	228270177	228270396
-chr15	62531125	62531146
-chr6	55444013	55444072
-chr14	21755820	21755992
-chr17	42462910	42463030
-chr4	4139730	4139845
-chr2	220253143	220253383
-chr12	94543899	94543978
-chr5	121297569	121297615
-chr11	70449258	70449316
-chr19	52643306	52643317
-chr3	42544101	42544131
-chr3	126074601	126074736
-chr21	36168008	36168288
-chr1	214153294	214153377
-chr10	133793394	133793477
-chr12	122151762	122151934
-chr7	2105385	2105395
-chr6	166666974	166667163
-chr2	169103466	169103738
-chr11	66314319	66314330
-chr16	1550447	1550537
-chr2	1425035	1425205
-chr7	139208804	139208823
-chr12	114843884	114843907
-chr14	70700838	70700977
-chr16	970310	970754
-chr19	15121531	15121543
-chr6	5996980	5997072
-chr3	27763218	27763581
-chr6	100911696	100911727
-chr19	7977612	7977647
-chr7	2500022	2500152
-chr1	33358788	33358957
-chr16	19467042	19467219
-chr16	81716373	81716474
-chr19	639726	639746
-chr4	3472023	3472246
-chr13	28494996	28495173
-chr8	669129	669429
-chr1	47900217	47900320
-chr11	44587100	44587106
-chr3	158288896	158288903
-chr16	4525918	4525986
-chr2	133342790	133343067
-chr8	86019162	86019187
-chr17	59477557	59477564
-chr2	3487931	3488420
-chr10	102295576	102295592
-chr7	157730148	157730216
-chr10	112630780	112630787
-chr4	146019088	146019093
-chr12	105478329	105478345
-chr9	138837667	138837979
-chr8	77594834	77595027
-chr3	122785510	122785650
-chr16	30385396	30385767
-chr2	74875179	74875253
-chr7	157568170	157568225
-chr2	102759576	102759734
-chr3	46506483	46506519
-chr20	20348903	20348920
-chr8	11627232	11627473
-chrX	117251558	117251577
-chr17	80351272	80351339
-chr1	48175274	48175615
-chr11	5951316	5951360
-chr16	14723959	14724253
-chr2	197458360	197458521
-chr14	97263512	97263524
-chr16	85936432	85936666
-chr3	169755595	169755602
-chr6	84937069	84937229
-chr16	50584552	50584941
-chr9	140171189	140171342
-chr1	176318350	176318588
-chr19	52195451	52195511
-chr6	31922643	31922649
-chr7	48351495	48351847
-chr3	39425930	39426053
-chr19	36054625	36054965
-chr6	31134115	31134117
-chr6	32782569	32782748
-chr11	43702335	43702347
-chr22	49765054	49765138
-chr12	64173304	64173363
-chr10	134999627	134999791
-chr15	40659768	40660063
-chr16	1199918	1200035
-chr19	7682838	7682877
-chr19	2731726	2731830
-chrX	70363992	70364305
-chr17	80806387	80806388
-chr2	239999418	239999490
-chr14	77843620	77843695
-chr1	209979470	209979487
-chr21	37259516	37259754
-chr1	46016473	46016485
-chr16	34293230	34293670
-chr2	175547972	175548310
-chr11	69949703	69949726
-chr12	12419921	12420075
-chr15	48484012	48484302
-chr4	7105262	7105272
-chr16	29262546	29262641
-chr6	32362359	32362551
-chr18	67136928	67136982
-chr16	69984889	69984927
-chr6	32096866	32096869
-chr11	122756860	122756965
-chr22	39712646	39712682
-chr4	174452085	174452111
-chr1	15481319	15481493
-chr5	175875354	175875427
-chr1	117909127	117909199
-chr10	105344723	105344747
-chr17	4634553	4634586
-chr3	44754398	44754587
-chr10	2814956	2814967
-chr8	145733771	145733971
-chr10	64892963	64893072
-chr6	108439098	108439463
-chr1	150521241	150521404
-chr16	14576456	14576603
-chr11	20690934	20690957
-chr5	72598917	72599143
-chr19	58570371	58570379
-chr2	235860535	235860554
-chr7	157514626	157514730
-chr7	158933335	158933456
-chr2	11681405	11681860
-chr12	117536182	117536436
-chr2	65217520	65217528
-chr7	92462981	92463170
-chr19	8810115	8810154
-chr18	44498047	44498293
-chr6	160210962	160211307
-chr14	35182753	35182841
-chr8	21946769	21947203
-chr1	155990721	155990793
-chr1	44494685	44495089
-chr1	36989683	36989783
-chr15	84748814	84748986
-chr1	212965141	212965260
-chr15	40399053	40399131
-chr2	71098889	71098892
-chrX	105855128	105855157
-chr2	20251148	20251308
-chr12	120966929	120967015
-chr13	42621865	42621966
-chr9	136222913	136223383
-chr1	93811583	93811696
-chr16	1451278	1451446
-chr16	22827345	22827807
-chr3	157813327	157813363
-chr3	79817077	79817184
-chr7	95402267	95402431
-chr17	10276997	10277010
-chr6	32052380	32052396
-chr20	30448864	30449049
-chr4	128651478	128651484
-chr17	41157777	41158134
-chr19	19174103	19174247
-chr15	42186988	42187131
-chr19	56113869	56114094
-chr19	11531421	11531519
-chr3	99357437	99357499
-chr8	55014772	55014847
-chr22	21335304	21335632
-chr19	12250730	12250965
-chr11	2019732	2019736
-chr1	55151051	55151508
-chr15	38746227	38746253
-chr11	1001335	1001512
-chr17	79668348	79668370
-chr11	18993891	18994080
-chr12	125299515	125299638
-chr3	46246360	46246578
-chr7	152591099	152591175
-chr13	113140301	113140323
-chr4	180980988	180981242
-chr10	819979	820206
-chr1	6260325	6260616
-chr22	42828370	42828447
-chr1	65428216	65428577
-chr2	43822604	43822965
-chr3	9791587	9791615
-chr7	50518573	50518647
-chr2	103235363	103235491
-chr7	157916636	157916687
-chr19	54972047	54972426
-chr21	43918975	43919316
-chr11	5981632	5981980
-chr10	43047086	43047132
-chr10	134807160	134807335
-chr17	59539436	59539587
-chr1	154297874	154297985
-chr12	132276629	132276759
-chr13	53424716	53424764
-chr5	149829254	149829322
-chr1	12677088	12677263
-chr11	70516997	70517057
-chr17	3658636	3658762
-chr16	816602	816874
-chr2	17997117	17997138
-chr21	28218789	28218959
-chr12	49620920	49621030
-chr20	15176557	15176782
-chr17	17597777	17598032
-chr3	38065696	38065951
-chr9	132199563	132199971
-chr17	16472123	16472425
-chr2	27665079	27665080
-chr12	54785261	54785272
-chr12	113530518	113530867
-chr1	47799098	47799304
-chr12	132695344	132695523
-chr16	965732	965809
-chr20	13619699	13619704
-chr11	124709175	124709245
-chr12	8570210	8570220
-chr17	53499954	53500384
-chr16	4897242	4897330
-chr2	73152624	73152761
-chr14	23235676	23235690
-chr1	68698503	68698718
-chr8	20110405	20110766
-chr17	48238931	48239024
-chrX	150344156	150344264
-chr13	20207640	20207648
-chr6	46702983	46703075
-chr10	3235465	3235484
-chr16	76349097	76349255
-chr8	101662053	101662198
-chr11	63971576	63971718
-chr16	2653226	2653250
-chr5	134074985	134075279
-chr6	152128489	152128536
-chr17	18061518	18061557
-chr19	4910226	4910228
-chr3	44690131	44690187
-chr5	180596586	180596816
-chr19	17581060	17581073
-chr7	4839495	4839778
-chr6	10585889	10586119
-chr6	31832962	31833007
-chr3	128840773	128840803
-chr10	70748438	70748447
-chr10	131934538	131934541
-chr4	88343588	88343606
-chr2	157182965	157183243
-chr6	112375333	112375822
-chr10	106093659	106093685
-chr7	1403804	1403856
-chr7	150715634	150715783
-chr11	61559952	61560092
-chr16	28635371	28635374
-chr5	139927204	139927271
-chr22	46508563	46508604
-chr2	27069408	27069805
-chr19	710775	710858
-chr4	492808	492811
-chr17	55333426	55333738
-chr12	8331931	8332152
-chr12	113658991	113659000
-chr1	45250218	45250440
-chr19	58070999	58071269
-chr17	41832418	41832705
-chr6	36304635	36304794
-chr2	201681069	201681185
-chr1	3352544	3352782
-chr12	132512652	132512810
-chr5	19988790	19988800
-chr10	135050630	135050650
-chr11	93474840	93474945
-chr17	62775367	62775505
-chr7	149465429	149465808
-chrX	47246987	47247326
-chr19	4246845	4246850
-chr19	30165085	30165308
-chr10	115934468	115934483
-chr6	114292751	114292754
-chr9	79791871	79792026
-chr10	134787577	134787905
-chr16	89822327	89822399
-chr10	97051605	97051613
-chr16	10970753	10970960
-chr16	81348261	81348372
-chr2	128471382	128471493
-chr12	121124829	121124845
-chr14	66974003	66974115
-chr2	203776269	203776739
-chr11	34938064	34938095
-chr11	119039382	119039595
-chr3	147112081	147112096
-chr1	149858116	149858211
-chr19	543909	544020
-chr17	21281115	21281318
-chr5	177592761	177592874
-chr10	118956828	118956845
-chr12	3427729	3427765
-chr15	64454779	64454893
-chr2	43454763	43454769
-chr2	198364743	198364757
-chr16	1172095	1172157
-chr16	30593652	30593918
-chr11	2285989	2286006
-chr10	25305334	25305338
-chr22	39239287	39239554
-chr6	32729500	32729545
-chr14	101438430	101438461
-chr14	99728957	99728984
-chr4	74486230	74486250
-chr8	21867933	21868068
-chr2	3704541	3704703
-chr20	62601520	62601614
-chr1	64669031	64669077
-chr12	50561022	50561094
-chr2	149632661	149632912
-chr6	30095269	30095277
-chr7	27197831	27198025
-chr16	10274016	10274315
-chr6	32036530	32036532
-chr13	114108515	114108652
-chr3	156878202	156878464
-chr6	122003933	122003976
-chr14	101521416	101521477
-chr1	13881331	13881399
-chrX	30265251	30265302
-chr12	49076155	49076159
-chr10	99473176	99473509
-chr16	88868791	88868821
-chr11	107578665	107578745
-chr2	43999938	44000062
-chr17	32580821	32581035
-chr2	197457372	197457377
-chr6	168053811	168054252
-chr8	56433584	56433616
-chr2	109403072	109403091
-chrX	55934745	55934752
-chr3	14219855	14219857
-chr18	25755847	25755894
-chr4	8642776	8643029
-chr5	140561986	140562007
-chr15	43028884	43029154
-chr16	334701	334841
-chr6	42185682	42185715
-chr11	134254779	134254829
-chr22	45680628	45680639
-chr8	38854328	38854356
-chr16	755718	755745
-chr21	33941555	33941714
-chr17	78735220	78735254
-chr2	63277127	63277195
-chr4	187572960	187573046
-chr5	115298704	115298720
-chr17	28256976	28256992
-chr3	160473693	160474064
-chr19	2840764	2840817
-chr2	51259504	51259693
-chr1	223936460	223936751
-chr7	75831459	75831489
-chr1	207925605	207925746
-chr16	19896596	19897093
-chr19	39226692	39226820
-chr8	109799739	109799756
-chr3	119361131	119361622
-chr2	20646825	20646832
-chr4	77069525	77069623
-chr19	36248739	36248852
-chr2	170220725	170220732
-chrX	53468930	53469134
-chr16	48530049	48530505
-chr1	79471984	79472234
-chr12	95840548	95840800
-chr5	141016960	141017257
-chr12	54377225	54377457
-chr5	171434020	171434267
-chr1	24645974	24646046
-chr9	139091875	139092102
-chr1	204183529	204183533
-chr15	92706077	92706140
-chr2	792213	792364
-chr9	84302083	84302296
-chrX	107979940	107980084
-chr16	9857168	9857475
-chr5	140514944	140515039
-chr12	45269610	45269742
-chr22	47058966	47059031
-chr5	87988256	87988459
-chr2	220407774	220407951
-chrX	23018009	23018062
-chr4	95373254	95373261
-chr12	131518518	131518782
-chr16	86537142	86537268
-chr17	27331785	27331928
-chr17	77924323	77924534
-chr3	132379004	132379197
-chr1	117113618	117113752
-chr6	26988129	26988187
-chr15	66084495	66084731
-chr10	43277893	43278166
-chr12	120150414	120150487
-chr11	62559850	62559856
-chr4	100870750	100871150
-chr13	111290619	111290748
-chr16	1821672	1822124
-chr8	55366152	55366490
-chr16	1030513	1030520
-chr16	10673960	10674278
-chr6	37465274	37465753
-chr6	116892486	116892488
-chr20	30539733	30539860
-chr10	122738745	122738954
-chr17	72969043	72969046
-chr2	218933489	218933610
-chr2	226264773	226265132
-chr3	57313721	57313889
-chr8	37552609	37553029
-chr7	75613146	75613149
-chr11	118764003	118764028
-chr17	80789038	80789512
-chr9	73424572	73424960
-chr15	25490537	25490539
-chr9	132804232	132804510
-chr16	2129306	2129668
-chr5	131563589	131563605
-chr19	17933300	17933782
-chr16	88923459	88923468
-chr19	8495671	8495718
-chr2	240082090	240082335
-chr9	132816281	132816402
-chr12	98849532	98849697
-chr15	39872919	39873060
-chr6	72130359	72130432
-chr8	70747440	70747457
-chr2	30669967	30669977
-chr6	32906557	32906734
-chr14	105487229	105487248
-chr14	100752096	100752258
-chr3	63428840	63428859
-chr14	78639688	78639719
-chr6	74171430	74171446
-chr10	122609968	122610158
-chr9	140116045	140116089
-chr19	675961	676444
-chr13	113688124	113688220
-chr16	12996841	12997160
-chr8	140744200	140744278
-chr1	223854639	223854704
-chr3	183602683	183602690
-chr1	29209645	29210069
-chr19	38879544	38879625
-chr3	127842836	127842843
-chr17	76165079	76165253
-chrX	152665963	152666217
-chr11	2554295	2554330
-chr7	41745354	41745376
-chr8	145844806	145845212
-chr7	54956419	54956598
-chr8	142285145	142285223
-chr16	88941773	88942093
-chr13	28366498	28366550
-chr2	106509480	106509825
-chr2	68871054	68871420
-chr3	138313050	138313064
-chr5	39425499	39425501
-chr13	71086048	71086226
-chr1	1334803	1334814
-chr4	52917541	52917543
-chr11	68095662	68096049
-chr4	141565219	141565541
-chr5	151303799	151303934
-chrX	48931742	48931823
-chr1	90097933	90098291
-chr10	72165322	72165580
-chr9	133762611	133762848
-chr6	30164320	30164453
-chr6	136611636	136611664
-chr12	1937829	1937920
-chr8	96281430	96281443
-chr1	110091035	110091086
-chr6	32145558	32145617
-chr10	96162940	96163157
-chr12	122688279	122688708
-chr20	25065207	25065418
-chr16	1316137	1316439
-chr1	159750490	159750522
-chr7	211878	211932
-chr3	36805370	36805426
-chr8	79428386	79428396
-chr17	75463812	75463936
-chr1	19600719	19600730
-chr12	14927880	14928035
-chr6	32862002	32862109
-chr16	4258102	4258342
-chr21	28337168	28337594
-chr7	127292107	127292110
-chr9	139872161	139872198
-chr17	4463371	4463863
-chr12	3590738	3590750
-chr2	20068702	20068871
-chr6	32073035	32073075
-chr10	1510000	1510029
-chr14	23938408	23938736
-chr3	192445332	192445340
-chr8	296808	297281
-chr12	132886302	132886405
-chr19	12792430	12792705
-chr14	105834424	105834764
-chr15	89907399	89907810
-chr5	1882963	1883214
-chr7	23719613	23719634
-chr1	202976491	202976858
-chr2	10220768	10220838
-chr1	178061897	178062390
-chr2	66666292	66666422
-chr4	1208737	1208960
-chr5	177558041	177558052
-chr6	150213124	150213234
-chr2	241263026	241263049
-chr16	49407465	49407746
-chr22	20134415	20134578
-chr9	127624236	127624485
-chr5	87990074	87990097
-chr7	2802554	2802560
-chr7	102087309	102087552
-chr3	11888407	11888436
-chr3	182510844	182510901
-chr6	126112122	126112125
-chr7	98030434	98030593
-chrX	105067054	105067311
-chr3	146263099	146263288
-chr14	105045139	105045299
-chr20	30437512	30437683
-chr1	67520210	67520304
-chr20	60544751	60544932
-chr10	97804089	97804280
-chr3	113955600	113955940
-chr19	5711979	5712020
-chr20	23471737	23471921
-chr19	19249409	19249433
-chr12	54500175	54500619
-chr6	165746952	165746981
-chr1	153030519	153030546
-chr2	207506480	207506487
-chr9	34620222	34620395
-chr12	125667848	125667859
-chr11	72433503	72433619
-chr15	28341452	28341562
-chr16	50744951	50745054
-chr16	1152511	1153002
-chr6	133120269	133120407
-chr1	154839765	154839909
-chr1	154943349	154943603
-chr2	31456775	31456789
-chr3	58418944	58419375
-chr3	56502646	56502747
-chr4	467983	467992
-chr12	113658854	113658888
-chr12	54385517	54385526
-chr16	4382269	4382727
-chr8	103741780	103742075
-chr2	118380944	118381131
-chr5	41924744	41925072
-chr1	174968457	174968509
-chr1	20616440	20616496
-chr4	1341016	1341371
-chr3	45429828	45430029
-chr6	33421509	33421704
-chr16	1029697	1030166
-chr7	100425027	100425106
-chr10	133795510	133795575
-chr16	1455735	1455802
-chr21	46238804	46238957
-chr10	35894222	35894247
-chr16	777408	777441
-chr22	25575198	25575378
-chr11	105948767	105949099
-chr7	140771371	140771779
-chr3	197517876	197517914
-chr17	37895429	37895771
-chr4	186318115	186318356
-chr11	105947864	105948098
-chr2	71134791	71134888
-chr4	15682874	15682893
-chr3	49044755	49044904
-chr7	120497479	120497511
-chr12	58019647	58019759
-chr1	41627791	41628022
-chr1	200841805	200841813
-chr16	28073770	28073940
-chr8	72757739	72757779
-chr13	21277342	21277362
-chr4	189060852	189060982
-chr17	42634907	42635262
-chr10	70715697	70715782
-chr12	109914017	109914093
-chr8	56756852	56757013
-chr1	155035340	155035482
-chr18	76751616	76751952
-chr1	25255872	25256321
-chr7	101846945	101847004
-chr1	205745659	205745713
-chr6	32121355	32121368
-chr1	165322736	165323232
-chr6	29691202	29691264
-chr1	2082458	2082522
-chr6	32812518	32812521
-chr5	122429469	122429966
-chr1	177140510	177140561
-chr2	8684041	8684126
-chr6	33262531	33262552
-chr16	27280283	27280386
-chr1	2271279	2271419
-chr2	242742807	242743214
-chr20	10655416	10655447
-chr8	63160698	63160713
-chr6	111580656	111580838
-chr3	148804742	148804818
-chr17	46806056	46806134
-chr22	48916862	48917166
-chr1	1099118	1099563
-chr19	40711818	40711880
-chr8	67783229	67783685
-chr6	32060768	32061036
-chr19	8274017	8274069
-chr1	63792134	63792183
-chr10	37967356	37967620
-chr19	2950866	2950871
-chr7	158072443	158072687
-chr1	155051521	155051711
-chr2	234637306	234637526
-chr7	24613072	24613078
-chr1	231473786	231473791
-chr2	234749770	234749871
-chr17	8380530	8380905
-chr17	77925088	77925269
-chr6	32011527	32011583
-chr1	2288167	2288251
-chr15	75932598	75932625
-chr2	242989856	242990263
-chr2	241075915	241075960
-chr10	550379	550564
-chr14	45431685	45431795
-chr9	124132111	124132345
-chr15	75871759	75871765
-chr18	39535047	39535156
-chr2	10696980	10697152
-chr2	92280662	92280697
-chr11	134532208	134532287
-chr13	113570860	113570931
-chr11	18727273	18727504
-chr19	58038694	58038808
-chr1	161284176	161284279
-chr12	51592032	51592093
-chr5	43042288	43042726
-chr15	31093040	31093049
-chr11	334513	334785
-chr14	93581519	93581830
-chr6	57037051	57037243
-chr16	611937	612258
-chr20	10415871	10415952
-chr14	52780919	52780921
-chr19	45409440	45409713
-chr6	16128969	16129124
-chr7	150896413	150896449
-chr6	155577916	155578034
-chr12	34453300	34453498
-chr5	54516782	54516879
-chr6	87865051	87865072
-chr11	2183660	2183776
-chr16	90085674	90085915
-chr14	75469471	75469539
-chr12	20521112	20521133
-chr11	60680440	60680467
-chr6	34205763	34206084
-chr1	2521794	2522282
-chr17	66097411	66097496
-chr2	127933644	127933944
-chr2	234358080	234358327
-chr7	1065908	1066024
-chr17	40118690	40118906
-chr9	136024925	136025100
-chr19	50093493	50093678
-chr3	44037760	44037868
-chr2	1828377	1828390
-chr14	75388007	75388105
-chr5	15936758	15936768
-chr10	64892796	64892832
-chr12	123160012	123160418
-chr4	188045495	188045641
-chr1	44440194	44440353
-chr11	61735088	61735090
-chr15	89164553	89164951
-chr2	232571771	232572234
-chr11	125703119	125703182
-chr2	96190967	96191158
-chr20	61493177	61493179
-chr6	157932130	157932132
-chr14	105780383	105780647
-chr19	37569216	37569268
-chrX	9431257	9431278
-chr5	36607333	36607377
-chr5	115912213	115912383
-chr8	145138177	145138303
-chr1	85930809	85930813
-chr16	25078391	25078649
-chr19	1754700	1754780
-chr11	3819108	3819306
-chr15	26109204	26109213
-chr1	10532799	10532838
-chr17	75136271	75136278
-chr6	31124103	31124408
-chr8	38089514	38089872
-chr7	150948712	150948861
-chr3	183415648	183415779
-chr7	100081457	100081471
-chr20	1874805	1875011
-chr1	165513270	165513274
-chr4	141543062	141543410
-chr11	417246	417540
-chr14	101530722	101530856
-chr1	53686094	53686403
-chr12	3602162	3602238
-chr16	712099	712206
-chr2	10687636	10687659
-chr13	100644276	100644372
-chr7	27143758	27143788
-chr19	2270759	2270953
-chr22	42316176	42316433
-chr7	100075348	100075402
-chr16	1869296	1869400
-chr14	65006222	65006281
-chr22	35695234	35695253
-chr6	30539092	30539234
-chr14	77606942	77607174
-chr2	21022517	21022539
-chr8	25316344	25316367
-chr12	120703929	120703958
-chr6	31802109	31802121
-chr7	1006746	1006792
-chr14	74181237	74181379
-chr16	68573240	68573504
-chr19	36450215	36450358
-chr2	37899953	37900205
-chr10	81107244	81107246
-chr12	49449791	49450126
-chr17	41363549	41363580
-chr19	51920837	51920932
-chr7	30544895	30545026
-chr2	220432815	220432822
-chr14	74769859	74770062
-chr14	102780914	102781012
-chrX	153696700	153696867
-chr16	30773975	30773997
-chr12	116043910	116043977
-chr13	111317935	111317974
-chr19	58838322	58838326
-chr15	99550802	99550811
-chr19	44174545	44174882
-chr19	16437362	16437789
-chr14	95237338	95237589
-chr8	26148057	26148147
-chr8	101118035	101118329
-chr11	65194917	65194941
-chr20	61002809	61002818
-chr14	91007672	91007747
-chr16	3068128	3068267
-chr1	153515454	153515539
-chr8	66580803	66581044
-chr2	119916438	119916462
-chr8	23429097	23429119
-chr4	754733	755017
-chr15	42840349	42840643
-chr19	45458562	45458615
-chr2	171785027	171785085
-chr6	7910269	7910271
-chr2	38303219	38303338
-chr4	77996196	77996389
-chr19	14247518	14247520
-chr2	171671730	171671795
-chr20	42143441	42143454
-chr1	168148069	168148262
-chr4	156680999	156681385
-chr11	688275	688397
-chr14	101033900	101034236
-chr20	47538576	47538719
-chr12	53835315	53835350
-chr6	27101002	27101120
-chr6	28192892	28192979
-chr19	3506391	3506553
-chr2	241569661	241569846
-chr6	112667932	112668163
-chr9	127905013	127905101
-chr6	31707154	31707200
-chr1	201509268	201509367
-chrX	151903218	151903224
-chr16	1365725	1365877
-chr22	46285849	46285985
-chr3	145968692	145968696
-chr8	142441540	142441547
-chr1	179560870	179560983
-chr16	3021746	3021802
-chr19	2525459	2525586
-chr22	17081668	17081939
-chr12	57483108	57483465
-chr17	27309065	27309139
-chr19	55691752	55691761
-chr15	63341333	63341463
-chr6	33284312	33284336
-chr15	76484054	76484379
-chr11	78128397	78128696
-chr6	86547801	86548232
-chr6	52629311	52629370
-chr6	31238388	31238703
-chr4	106472942	106473040
-chr1	179561299	179561500
-chr1	212874552	212874586
-chr11	65222443	65222561
-chr16	49525807	49526201
-chr4	113066700	113067023
-chr17	2323612	2323626
-chr12	65563916	65564395
-chr1	38942403	38942533
-chr1	25573940	25573955
-chr1	183604789	183604810
-chr7	97875211	97875293
-chr15	40633294	40633416
-chr1	153963502	153963545
-chr19	55874335	55874452
-chr6	91297190	91297352
-chr12	53738046	53738511
-chr16	87719098	87719153
-chr4	93225418	93225517
-chr14	103686511	103686519
-chr7	27250204	27250296
-chr7	135346452	135346754
-chrX	70364497	70364566
-chr10	45359611	45359667
-chr5	16742006	16742131
-chr22	41777456	41777658
-chr8	145670322	145670656
-chr1	24742201	24742201
-chr16	2015049	2015066
-chr11	118842932	118842952
-chrX	19533969	19534066
-chr7	134915756	134916185
-chr12	109549041	109549049
-chr15	45421812	45421951
-chr6	26533192	26533349
-chr16	2007410	2007559
-chr18	77623427	77623435
-chr20	37230436	37230612
-chr5	34656925	34657214
-chr15	77988617	77988793
-chr4	57371671	57371820
-chr1	169764411	169764525
-chr12	12876682	12876897
-chr8	125383778	125384121
-chr2	44588907	44588913
-chr16	6623690	6623787
-chr17	74303838	74303852
-chr5	42943809	42944030
-chr7	1066348	1066650
-chr14	104569529	104569581
-chr17	30770913	30771106
-chr8	11566048	11566478
-chr16	32096416	32096575
-chr17	750379	750766
-chr1	156785288	156785510
-chr3	137486637	137487033
-chr1	156571322	156571355
-chr12	108154917	108154919
-chr3	194405973	194406142
-chr3	57094356	57094763
-chr10	134016267	134016665
-chr10	392243	392646
-chr12	24736888	24737079
-chr6	31864658	31865084
-chr7	24797054	24797192
-chr11	125757583	125757753
-chr8	11626510	11626984
-chr12	56415271	56415591
-chr3	10492478	10492743
-chr8	143397460	143397670
-chr5	159625542	159625565
-chr19	58873524	58873982
-chr9	130922685	130922769
-chr7	157958623	157958748
-chr1	177140257	177140274
-chr16	22019950	22020026
-chr19	2131880	2132027
-chr12	132284512	132284569
-chr2	106485470	106485483
-chr16	58664450	58664462
-chr12	132166293	132166333
-chr12	96587734	96587840
-chr17	77037916	77037938
-chr2	1683948	1684003
-chr7	563891	563916
-chr18	74770402	74770431
-chr8	1403050	1403454
-chr11	2925634	2925768
-chr8	81397741	81397828
-chr3	9851429	9851524
-chr15	78384472	78384712
-chr2	73340441	73340724
-chr19	54312807	54312881
-chr14	97263668	97263753
-chr17	61904693	61904742
-chr19	44173100	44173237
-chr2	11758793	11758995
-chr3	155588322	155588334
-chr8	1814884	1814909
-chr20	23968830	23969237
-chr6	29910225	29910269
-chr9	135454903	135455126
-chr12	132045317	132045666
-chr10	101769971	101770090
-chr10	132893586	132893698
-chr5	140071040	140071056
-chr19	19612760	19612767
-chr3	50283423	50283852
-chr3	122399507	122399601
-chr6	31869565	31869572
-chr19	2819672	2819690
-chr12	4405536	4405549
-chr6	33217504	33217535
-chr8	2003762	2003787
-chr1	151585657	151586010
-chr12	124086170	124086301
-chr2	84517321	84517474
-chr4	44727882	44727986
-chr10	7138926	7139026
-chr13	42845646	42846024
-chr19	40441469	40441563
-chr3	121265395	121265678
-chr1	242686661	242686970
-chr10	93392822	93392839
-chr12	123335444	123335639
-chr6	51275338	51275456
-chr2	242802099	242802127
-chr3	45430041	45430139
-chr3	193095961	193096438
-chr10	75256027	75256221
-chr11	2422337	2422391
-chr7	616628	616716
-chr14	96506401	96506542
-chr17	37381225	37381475
-chr8	145133111	145133152
-chr1	26373006	26373084
-chr12	124343780	124344196
-chr6	129513952	129513973
-chr6	160771074	160771574
-chr6	30313070	30313077
-chr11	65153777	65153794
-chr2	79220833	79221130
-chr20	46130584	46130592
-chr4	9492758	9493066
-chr15	83953883	83953929
-chr16	1425500	1425841
-chr5	172571655	172571786
-chr16	88094158	88094287
-chr12	65563159	65563210
-chr21	43373079	43373088
-chr1	204839558	204839771
-chr11	64889644	64889651
-chr5	134210410	134210503
-chr13	113383528	113383706
-chr12	50418837	50419238
-chr12	133172731	133172993
-chr8	23430838	23430966
-chr1	207627978	207628110
-chr13	24734730	24734747
-chr16	29625989	29626077
-chr2	157291903	157291970
-chr7	4303742	4303970
-chr19	23084177	23084196
-chr19	2085286	2085297
-chr12	52464081	52464244
-chr19	40366346	40366607
-chr6	32546743	32547019
-chr12	16034914	16034931
-chr3	44511383	44511713
-chr3	69788247	69788394
-chr4	187810446	187810502
-chr10	94352700	94352726
-chr13	113533425	113533862
-chr19	56879565	56879571
-chr15	76196055	76196091
-chr6	13486497	13486599
-chr6	109761890	109762110
-chr2	240298187	240298511
-chr1	16090670	16091052
-chr15	25434632	25435052
-chr6	29617820	29617902
-chr15	75251533	75251685
-chr6	30685087	30685120
-chr20	18121410	18121820
-chr7	45125615	45126100
-chr3	50193049	50193184
-chr19	44810574	44810637
-chr6	46620676	46620708
-chr16	85587615	85587921
-chr3	157217331	157217414
-chr16	30934696	30934727
-chr17	35084927	35085012
-chr2	220290871	220291055
-chr2	132415701	132416160
-chr11	62446602	62446605
-chr21	44527778	44527812
-chr4	146100881	146100950
-chr11	18270548	18270955
-chr16	2014791	2014817
-chr1	183604510	183604626
-chr19	633577	633601
-chr6	161575585	161575667
-chr11	811545	811557
-chr3	36421183	36421524
-chr3	178865233	178865502
-chr16	29195979	29196424
-chr8	121457778	121457786
-chr3	52099548	52099561
-chr12	2162290	2162491
-chr12	69139768	69139774
-chr3	99944068	99944194
-chr5	72251278	72251358
-chr19	56904532	56904755
-chr4	66535335	66535355
-chr2	191045697	191045885
-chr14	101393226	101393397
-chr10	103880512	103880527
-chr17	72920176	72920187
-chr21	44905016	44905245
-chr4	159816181	159816397
-chr1	93250693	93250863
-chr9	100264124	100264241
-chr2	163175335	163175400
-chr6	1610673	1610688
-chr17	7298465	7298471
-chr3	9177754	9178132
-chr3	66702975	66703010
-chr16	4000474	4000539
-chr20	43280726	43280957
-chr17	1359383	1359781
-chr6	31671159	31671165
-chr1	151483425	151483526
-chr19	1324834	1325052
-chr2	242716340	242716511
-chr10	65733388	65733575
-chr12	51318640	51318733
-chr4	128886996	128887130
-chr12	123351734	123351798
-chr3	10052845	10052848
-chr7	28966468	28966482
-chr16	15931190	15931580
-chr4	1340351	1340354
-chr9	108006974	108007124
-chr1	113249894	113249926
-chr19	54676900	54676946
-chr10	131263914	131264054
-chr15	78933902	78934280
-chr5	38556435	38556796
-chr9	35406069	35406542
-chr3	51746675	51746731
-chr19	45349335	45349387
-chr20	36148264	36148275
-chr19	1402419	1402626
-chr9	117068159	117068361
-chr3	160167681	160167698
-chr16	427636	427708
-chr16	87577607	87577680
-chr1	222987673	222987845
-chr19	53662546	53662572
-chr3	54121271	54121713
-chr1	9884624	9884671
-chr2	97533635	97534057
-chr5	82769097	82769514
-chr16	67977992	67978110
-chr9	79629668	79629795
-chr9	88969507	88969709
-chr6	31941361	31941422
-chr15	80634248	80634459
-chr7	75947528	75947586
-chr4	6380399	6380441
-chr1	17294704	17294724
-chr1	6420665	6420733
-chr16	2265446	2265480
-chr11	65983930	65984061
-chr6	29760816	29760849
-chr9	99801550	99801675
-chr11	75379864	75379867
-chr16	87730603	87730904
-chr11	47416310	47416487
-chr17	73274392	73274405
-chr6	42715312	42715412
-chr1	175036687	175036986
-chr22	35946739	35946799
-chrX	109561793	109561870
-chr1	14031986	14032156
-chr19	19322628	19322630
-chr12	82153410	82153416
-chr1	41249191	41249206
-chr12	11151382	11151430
-chr16	1592043	1592106
-chr8	42234724	42234732
-chr8	142653823	142653862
-chr1	11779326	11779347
-chr6	28833292	28833432
-chr6	42847567	42847598
-chr3	10400464	10400500
-chr7	23285742	23285761
-chr11	2398773	2398776
-chr1	159915429	159915569
-chr1	2304216	2304267
-chr12	6665424	6665447
-chr2	154729189	154729200
-chr10	50970567	50970575
-chr7	62809325	62809572
-chr19	10196678	10196681
-chr22	21213387	21213401
-chr6	31547656	31547917
-chr1	28833588	28833787
-chr4	146267319	146267337
-chr1	2371799	2372006
-chr7	148823965	148824398
-chr6	32409365	32409856
-chr10	91011689	91011695
-chr2	63285365	63285425
-chr5	141348837	141349103
-chr13	100037488	100037570
-chr6	46620661	46620666
-chr15	73075539	73075935
-chr16	2206254	2206272
-chr3	184280384	184280664
-chr16	88550695	88550913
-chr1	212458981	212459242
-chr17	8702816	8702823
-chr2	108602906	108602931
-chr1	147070522	147070895
-chr12	56843371	56843527
-chr4	110736647	110736667
-chr11	43604549	43604710
-chr5	42924319	42924504
-chr7	158039691	158040051
-chr15	74315491	74315710
-chr4	186877778	186877868
-chr12	131496404	131496866
-chr16	1060319	1060497
-chr10	121632324	121632381
-chr5	2890273	2890284
-chr6	167737889	167738277
-chr6	28891795	28891819
-chr13	44454131	44454147
-chr4	56815070	56815073
-chr10	28591383	28591736
-chr11	14380065	14380330
-chr4	166795574	166795649
-chr16	67143792	67143798
-chr19	55314050	55314542
-chr7	77428616	77428631
-chr19	44302906	44303010
-chr4	39640592	39640692
-chr7	96642462	96642605
-chr16	88540175	88540241
-chr3	125678667	125678923
-chr14	23834861	23834977
-chr2	62020677	62020921
-chr7	101944382	101944556
-chr10	125852143	125852267
-chr6	31762671	31762688
-chr15	39872071	39872186
-chr10	2932251	2932386
-chr1	117453315	117453354
-chr8	143055478	143055856
-chr3	10857800	10857955
-chr3	187455953	187456175
-chr6	28892031	28892177
-chr16	2893702	2893718
-chr12	132429311	132429481
-chr17	47210222	47210231
-chr11	2846971	2847258
-chr19	44306685	44306899
-chr19	58459235	58459310
-chr12	25539612	25539794
-chr1	227506021	227506465
-chr1	234735498	234735653
-chr11	89463537	89463689
-chrX	74146414	74146560
-chr10	120863675	120863813
-chr15	74914434	74914443
-chr6	28109239	28109414
-chr10	135002804	135002928
-chr6	30079102	30079139
-chr10	89621940	89621984
-chr19	44506973	44506977
-chr12	132915910	132916034
-chr5	77072222	77072348
-chr12	96336073	96336198
-chr6	28554801	28554816
-chr19	7661462	7661617
-chr3	107597020	107597051
-chr7	6388618	6388620
-chr1	180472298	180472306
-chr2	128433058	128433157
-chr2	220197716	220197852
-chr1	113258187	113258217
-chr17	1619494	1619658
-chr22	24998133	24998564
-chr1	93914004	93914365
-chr15	52472335	52472341
-chr5	90576256	90576380
-chr5	140098126	140098182
-chr6	32822150	32822182
-chr3	32862571	32862782
-chr1	2835156	2835258
-chr6	117002125	117002136
-chr19	35167950	35168238
-chr2	99797349	99797358
-chr7	65842437	65842439
-chr6	12012496	12012503
-chr7	27260466	27260585
-chr2	182542510	182542816
-chr6	30654559	30654622
-chr4	73935038	73935377
-chr7	142552940	142553109
-chr3	195164012	195164024
-chr4	111509090	111509210
-chr6	159360705	159360761
-chr17	29902341	29902402
-chr17	43212787	43212841
-chr17	73512319	73512464
-chr5	72921546	72921653
-chr8	145537709	145537915
-chr3	181441316	181441384
-chr1	85220040	85220130
-chr1	147231061	147231476
-chr6	167535764	167535861
-chr21	40984505	40984562
-chr11	113746783	113746795
-chr17	38708638	38708761
-chr6	22569556	22569590
-chr1	98519504	98519661
-chr19	50848114	50848199
-chr2	239930852	239930963
-chr6	166298445	166298520
-chr7	94139369	94139401
-chr3	69927381	69927701
-chr17	78387573	78387595
-chr1	40782713	40782785
-chr16	29822668	29822737
-chr4	140656096	140656359
-chr12	66563837	66563846
-chr10	131265067	131265071
-chr7	154720165	154720404
-chr3	128564943	128564980
-chr10	102988841	102989206
-chr15	63414019	63414208
-chr16	103592	103646
-chr18	18517514	18517856
-chr1	154955991	154956222
-chr6	158365130	158365160
-chr11	58710158	58710266
-chr13	22493728	22493739
-chr16	4166866	4166952
-chr21	31970880	31970997
-chr11	65028766	65029061
-chr17	7960376	7960401
-chr2	720516	720852
-chr10	134161948	134161968
-chr15	95739389	95739445
-chr8	93107556	93107627
-chr18	54317824	54318276
-chr22	28839137	28839249
-chr1	109584974	109584983
-chr3	51422506	51422528
-chr8	121136903	121137288
-chr11	74108683	74109076
-chr12	12878817	12878887
-chr1	43534145	43534197
-chr19	55103605	55103698
-chr10	100993535	100993539
-chr2	190445429	190445551
-chr6	168533689	168533990
-chr11	62439475	62439619
-chr6	118972184	118972683
-chr1	2724826	2725083
-chr1	181998878	181998933
-chr19	5623147	5623150
-chr20	33872414	33872506
-chr15	64455389	64455548
-chr16	4321333	4321433
-chr11	67814962	67815000
-chr12	131125269	131125517
-chr10	95462113	95462119
-chr2	239228995	239229134
-chr9	125874627	125874949
-chr2	3718077	3718155
-chr11	31391040	31391061
-chr17	58216551	58216651
-chr17	77127487	77127605
-chr12	54410526	54410576
-chr12	65003944	65004241
-chr3	35721037	35721072
-chr3	141378729	141378979
-chr16	85674980	85675112
-chrX	71458818	71458823
-chr22	45636269	45636477
-chr21	45232539	45232547
-chr6	133561886	133561898
-chr9	72873325	72873544
-chr10	8117467	8117508
-chr5	68389948	68390333
-chr17	48911093	48911109
-chr12	50297533	50297540
-chr1	219347062	219347204
-chr2	232395336	232395355
-chr11	121970692	121970720
-chr22	26829758	26829938
-chr6	32038462	32038493
-chr20	896976	897002
-chr7	107220368	107220372
-chr1	2119531	2119550
-chr1	236511046	236511281
-chr3	180456508	180456625
-chr9	35102736	35102903
-chr16	1396289	1396368
-chr17	5322836	5322840
-chr19	40005554	40005563
-chr5	140857995	140857998
-chr12	122019110	122019117
-chr6	133137893	133138165
-chr15	75018447	75018528
-chr17	36452793	36453009
-chr17	14115538	14115620
-chr10	124220808	124220826
-chr2	62932787	62932913
-chr17	12877321	12877546
-chr19	54107634	54107706
-chr12	32831369	32831428
-chr16	89000666	89000932
-chr16	2380875	2381245
-chr19	15375326	15375370
-chr1	65432431	65432444
-chr19	17634023	17634060
-chr16	68279438	68279565
-chr19	41798233	41798251
-chr1	26185997	26186070
-chr11	2610547	2610693
-chr6	30029091	30029095
-chr6	30882953	30883026
-chr6	160210882	160210888
-chr6	32076270	32076337
-chr1	18963429	18963622
-chr11	94276850	94276855
-chr7	91763468	91763737
-chr2	36825350	36825355
-chr7	2025000	2025172
-chr19	38308215	38308410
-chr12	57623949	57624371
-chr12	56040048	56040058
-chr19	42498642	42498662
-chr6	109760819	109760831
-chr7	45717588	45717603
-chr9	34958091	34958499
-chr16	3306476	3306685
-chr2	65357544	65357763
-chr19	35085509	35085512
-chr7	2583402	2583541
-chr19	36980517	36980602
-chr1	19283054	19283164
-chr18	77637974	77638216
-chr19	23945695	23945761
-chr19	41935347	41935467
-chr16	619794	619826
-chr17	46830125	46830212
-chr19	6373108	6373413
-chr10	134943284	134943309
-chr1	861317	861629
-chr19	46294482	46294847
-chr3	96533530	96533651
-chr11	1097211	1097554
-chr7	51539466	51539535
-chr11	1249008	1249444
-chr6	168628452	168628662
-chr13	79183465	79183694
-chr1	1856025	1856464
-chr10	135178643	135178849
-chr11	130271769	130271855
-chr5	83017644	83017873
-chr11	1769645	1770066
-chr1	228295568	228295858
-chr19	58458572	58458721
-chrX	70288356	70288358
-chrX	149716267	149716393
-chrX	64196230	64196295
-chr19	46974614	46974838
-chr11	44541905	44541999
-chr8	37963317	37963428
-chr6	90312200	90312468
-chr7	44365292	44365303
-chr7	84816454	84816843
-chr15	93876533	93876582
-chr7	55955335	55955621
-chr6	39281135	39281421
-chr5	134526076	134526173
-chr17	6347944	6347971
-chr11	119293869	119294235
-chr22	17515637	17516125
-chr1	24861872	24861919
-chr3	61547237	61547239
-chr16	88698872	88699035
-chr16	841502	841991
-chr5	30429281	30429433
-chr8	140712424	140712445
-chr2	113522495	113522573
-chr13	99229590	99229849
-chr2	25475678	25475757
-chr20	30410691	30410856
-chr3	128182210	128182327
-chr17	46688321	46688329
-chr3	11195269	11195703
-chr8	10530005	10530123
-chr14	23306850	23306926
-chr15	29396152	29396219
-chr20	21378447	21378512
-chr6	32978223	32978233
-chr1	146550074	146550467
-chr19	40596853	40596855
-chr6	163570725	163570860
-chr9	85678194	85678203
-chr19	7747220	7747713
-chr2	63285902	63286049
-chr1	33799703	33800125
-chr19	56269246	56269259
-chr7	155920108	155920287
-chr5	37371192	37371213
-chr17	30347803	30347981
-chr19	57901516	57901745
-chr7	89747970	89748001
-chr7	30185315	30185728
-chr7	1248277	1248645
-chr12	127547939	127547994
-chr1	197871836	197871847
-chr12	7315351	7315531
-chr20	61447775	61447831
-chr21	44527986	44528293
-chr6	150346921	150346964
-chr11	120196353	120196371
-chr3	9957467	9957531
-chr16	1440373	1440450
-chr20	48769948	48770123
-chr16	71264579	71264658
-chrX	24380365	24380373
-chr17	5323110	5323140
-chr15	42500294	42500463
-chr6	1410489	1410497
-chr12	133424655	133424661
-chr8	75262469	75262474
-chr18	21594202	21594413
-chr15	68498589	68498809
-chr6	29600462	29600468
-chr6	28829348	28829350
-chr5	78532028	78532229
-chr19	6707248	6707459
-chr6	146285417	146285544
-chr17	78796031	78796159
-chr11	977048	977074
-chr6	33176399	33176405
-chr17	7083365	7083519
-chr5	178054264	178054469
-chr14	77965123	77965284
-chr5	43313677	43313767
-chr5	118324465	118324619
-chr1	38230779	38230827
-chr5	141303574	141303900
-chr14	38067917	38068292
-chr15	75095377	75095399
-chr4	187628413	187628521
-chr8	48739113	48739208
-chr12	94580378	94580609
-chr4	148538295	148538443
-chr3	157827967	157828117
-chr1	212459245	212459693
-chr4	111120056	111120249
-chr5	1650894	1650985
-chr17	1837612	1837648
-chr6	152002969	152002990
-chr16	4524103	4524223
-chr11	98891163	98891492
-chr6	136610989	136611015
-chr11	73694566	73694801
-chr3	113251979	113252149
-chr2	219157035	219157103
-chr10	766453	766464
-chr1	182991683	182991799
-chr6	32162695	32162755
-chr19	36024313	36024375
-chr17	60501112	60501122
-chr16	4524466	4524620
-chr19	42914828	42915324
-chr6	34111965	34112244
-chr19	38924116	38924182
-chr2	75937918	75937996
-chr5	178368205	178368415
-chr2	110873031	110873394
-chr10	75757763	75757766
-chr12	131357140	131357429
-chr1	22469666	22469675
-chr2	95873194	95873225
-chr8	125739363	125739784
-chr6	164520673	164520746
-chr21	42797799	42797891
-chr7	73894951	73895013
-chr19	58090211	58090229
-chr1	44584302	44584369
-chr12	107974248	107974396
-chr1	214557351	214557497
-chr1	155197753	155197843
-chr3	31574261	31574495
-chr6	167411361	167411506
-chr11	19367573	19367766
-chr12	133382933	133383213
-chr16	19727094	19727399
-chr12	132923291	132923382
-chr14	105268492	105268542
-chr11	105948458	105948472
-chr22	30643015	30643376
-chr17	27054446	27054467
-chr16	4588796	4588812
-chr4	1334485	1334513
-chr5	175084670	175084695
-chr16	28888877	28889062
-chr11	112097164	112097232
-chr19	5892265	5892412
-chr6	160220721	160220921
-chrX	40006072	40006075
-chr2	198236102	198236234
-chr7	63667546	63667718
-chr3	20081470	20081582
-chr6	129203735	129203887
-chr3	186288370	186288388
-chr8	104310665	104310722
-chr19	50014987	50015178
-chr7	139257552	139257770
-chr1	54821910	54821960
-chr1	204043732	204044122
-chr15	49103386	49103565
-chr14	65381042	65381070
-chr2	95940063	95940475
-chr3	182400155	182400230
-chr8	43129374	43129678
-chr7	143058944	143059170
-chr16	1992583	1992734
-chr4	169401621	169401639
-chr6	133135639	133135828
-chr8	142201637	142201784
-chr10	1034120	1034284
-chr10	44052120	44052400
-chr19	50667086	50667404
-chr22	44576821	44577015
-chr18	74207390	74207503
-chr7	17339028	17339433
-chr7	77427790	77427822
-chr6	144164650	144164755
-chr1	16058422	16058427
-chr3	47845138	47845624
-chr4	8201080	8201560
-chr17	8022527	8022544
-chr16	1233592	1233824
-chr4	6247592	6247830
-chr3	47398007	47398209
-chr1	153756061	153756071
-chr11	20385639	20385756
-chr6	42928498	42928725
-chr7	99746088	99746231
-chr19	57742255	57742260
-chr8	11058097	11058347
-chr1	209878178	209878341
-chr7	786634	786861
-chr13	113425199	113425249
-chr20	57414548	57414836
-chr16	13873757	13873785
-chr1	224051868	224052035
-chr5	43066427	43066490
-chr6	28832090	28832107
-chr11	64112432	64112498
-chr11	49070231	49070637
-chr12	131355417	131355786
-chr8	179284	179287
-chr11	28129628	28129685
-chr1	244624507	244624510
-chr11	2908233	2908348
-chr17	75277597	75277987
-chr22	18893669	18893679
-chr2	26915844	26916101
-chrX	152712875	152713268
-chr12	123636457	123636548
-chr9	96716998	96717301
-chr10	30024328	30024742
-chr4	166129241	166129561
-chr1	220445993	220445995
-chr8	67974296	67974324
-chr11	9406067	9406069
-chr5	122181017	122181023
-chr6	111409483	111409499
-chr2	224904683	224904724
-chr1	151171009	151171034
-chr4	1684743	1684825
-chr7	95951129	95951432
-chr3	186284968	186285036
-chr5	148737478	148737491
-chr16	88949937	88950027
-chr6	33401514	33401520
-chr8	1830866	1830917
-chr1	155214516	155214522
-chr17	31620820	31621201
-chr6	138613022	138613217
-chr10	71893159	71893365
-chr5	64920465	64920682
-chr8	22462419	22462445
-chr2	242953437	242953706
-chr5	176882595	176882869
-chr16	702075	702538
-chr19	33165499	33165562
-chr8	74658199	74658628
-chr2	95978173	95978199
-chr15	74495109	74495354
-chr1	11160083	11160106
-chr19	18896584	18896853
-chr7	98476450	98476580
-chr10	2005709	2005787
-chr17	1619022	1619080
-chr2	239335418	239335774
-chr12	96429111	96429271
-chr17	1627652	1627653
-chr16	19729769	19729774
-chr12	64062564	64062724
-chr1	228346133	228346290
-chr10	851053	851217
-chr12	124118184	124118264
-chr16	25269413	25269641
-chr2	237033449	237033583
-chr19	56154045	56154165
-chr5	980532	980708
-chr17	36831195	36831197
-chr6	87865437	87865802
-chr19	54976458	54976708
-chr20	42543129	42543184
-chr16	87467986	87468092
-chr6	108582892	108583023
-chr1	11958326	11958524
-chr6	33168957	33168971
-chr11	107798924	107799072
-chr16	30934656	30934666
-chr17	80455473	80455631
-chr10	129924922	129925077
-chr7	39873832	39874034
-chr6	33386087	33386148
-chr15	66679669	66679676
-chr3	184095197	184095505
-chr6	118228382	118228493
-chr12	52758833	52758902
-chr14	93799351	93799370
-chr3	5028674	5028761
-chr6	34499341	34499440
-chr3	197463378	197463746
-chr14	81687597	81687673
-chr6	30647100	30647128
-chr1	3816609	3816695
-chr11	111472582	111472693
-chr8	99182374	99182441
-chr15	65068546	65068837
-chr12	75723784	75723785
-chr14	24711884	24711919
-chr16	1742197	1742233
-chr2	558775	558994
-chr17	1553154	1553341
-chr3	195600560	195600868
-chr20	62076013	62076083
-chr9	116811633	116811741
-chr1	207096358	207096725
-chr17	79935160	79935165
-chr2	107200898	107201149
-chr3	11746135	11746226
-chr1	166845717	166845736
-chr9	101017883	101018043
-chr10	3466747	3466852
-chr16	215733	215743
-chr19	4954579	4954869
-chr6	72806727	72806742
-chr16	221542	221811
-chr6	41888842	41888845
-chr8	10872648	10872771
-chr10	127461065	127461233
-chr15	78857577	78857848
-chr6	30689496	30689514
-chr8	143867129	143867256
-chr10	73975246	73975286
-chr17	76673221	76673380
-chr3	150803247	150803259
-chr16	67875607	67875619
-chr10	116045787	116045882
-chr11	45792562	45792923
-chr16	11376154	11376261
-chr6	29910363	29910525
-chr3	33155916	33156070
-chr11	67033753	67034249
-chr1	116694158	116694617
-chr11	64329378	64329602
-chr15	81071225	81071660
-chr7	1051703	1052092
-chr12	54375971	54376094
-chr1	242142427	242142508
-chr10	23480237	23480316
-chr3	112693867	112694014
-chr19	17326067	17326073
-chr4	7657255	7657359
-chr1	244395067	244395207
-chr5	79703702	79703937
-chr9	125675579	125675605
-chr1	53558066	53558245
-chr6	71377500	71377503
-chrX	118284593	118284647
-chr7	140773688	140773905
-chr19	10615049	10615151
-chr7	1499380	1499391
-chr6	1605865	1605980
-chr9	131548632	131549075
-chr1	54203500	54203678
-chr1	167904236	167904675
-chr10	75541617	75541620
-chr17	883294	883776
-chr12	113917085	113917347
-chr2	63275509	63275602
-chr15	43941515	43941594
-chr3	128880118	128880122
-chr1	25228749	25228753
-chr2	175208761	175209075
-chr11	103907480	103907715
-chr13	46425929	46425951
-chr19	18942513	18942575
-chr3	113160637	113160821
-chr1	228645073	228645254
-chr19	10397381	10397513
-chr16	47006731	47006792
-chr15	89960503	89960644
-chr1	1487068	1487266
-chr16	2389659	2389857
-chrX	148713678	148713713
-chr11	9406013	9406015
-chr16	11836643	11836653
-chr6	155054211	155054225
-chr15	74420796	74420890
-chr5	131630064	131630074
-chr1	11072574	11072694
-chr16	11369567	11369892
-chr16	31712294	31712420
-chr5	178157956	178157962
-chr7	99630979	99630998
-chr6	33173533	33173879
-chr1	149670340	149670509
-chr6	28984958	28985069
-chr16	5078978	5079174
-chr12	34547067	34547337
-chr1	37980474	37980491
-chr1	65612817	65612994
-chr4	6675571	6675612
-chr17	78644646	78644718
-chr17	40996565	40996578
-chr16	4743395	4743474
-chr12	125594179	125594183
-chr1	45279281	45279301
-chr6	26225989	26226155
-chr17	7155352	7155389
-chr2	5833774	5834014
-chr5	95769071	95769079
-chr19	1940546	1940607
-chr16	68344947	68344949
-chr21	34915186	34915222
-chr12	123001792	123001863
-chr1	33841118	33841122
-chr11	69481995	69482104
-chr16	1608969	1609393
-chr1	39875021	39875238
-chr12	49463804	49463807
-chr14	85997421	85997471
-chr4	187647354	187647457
-chr1	112531802	112531838
-chrX	101186679	101186694
-chr8	126103295	126103681
-chr17	75522134	75522344
-chr17	77752442	77752623
-chr19	46088110	46088275
-chr19	12978255	12978312
-chr10	112678958	112679055
-chr11	616089	616112
-chr2	160654236	160654324
-chr13	98628964	98629019
-chr16	54970254	54970421
-chr12	85306500	85306526
-chr1	47910074	47910181
-chr1	145549016	145549031
-chr11	18344319	18344427
-chr17	26684665	26684673
-chr5	137367784	137367923
-chr5	179718637	179719123
-chr5	156736991	156737087
-chr20	34203745	34203749
-chr1	228604017	228604192
-chr8	142160924	142161072
-chr12	49463982	49463988
-chr10	82345935	82345955
-chr10	135032413	135032504
-chr9	35071724	35071839
-chr12	58165658	58165675
-chr9	137001737	137001921
-chr6	168391307	168391564
-chr20	30865353	30865376
-chr9	101018113	101018580
-chr20	62131189	62131260
-chr3	49946385	49946690
-chr12	51664392	51664394
-chr11	47360181	47360243
-chr16	67313552	67313563
-chr6	33147206	33147211
-chr10	131309116	131309299
-chr1	113933337	113933363
-chr13	95357784	95358044
-chr16	23160676	23160858
-chr2	25600059	25600451
-chr20	44636981	44637310
-chr18	12948653	12948732
-chr1	221069524	221069651
-chr3	15374486	15374586
-chr7	157778531	157778545
-chr1	155057209	155057324
-chr4	8588810	8588822
-chr6	26021751	26021795
-chr19	22715300	22715410
-chr17	17255427	17255514
-chr9	92219331	92219697
-chr17	6899249	6899262
-chr2	228029517	228029637
-chr12	26348481	26348749
-chr6	43596716	43596987
-chrX	101967307	101967461
-chr8	27941792	27942055
-chr1	206731118	206731616
-chr1	226595930	226596079
-chr10	31610091	31610093
-chr6	31855906	31855914
-chr12	3600039	3600106
-chr17	80573239	80573549
-chrX	153719144	153719176
-chr8	1238536	1238566
-chr3	98216159	98216324
-chr2	75061793	75062057
-chr5	74350132	74350214
-chr3	112709596	112709636
-chr4	640503	640546
-chr13	95363755	95363763
-chr16	51174069	51174083
-chr19	37329498	37329500
-chr8	109798825	109799215
-chr1	1086777	1086836
-chr16	56023299	56023696
-chr8	70855009	70855146
-chr13	21635665	21635674
-chr6	58287827	58287890
-chr5	1225026	1225224
-chr19	36606061	36606069
-chr20	37076678	37076865
-chr4	159644641	159644664
-chr19	12175639	12175671
-chr6	55104866	55105217
-chr3	40518138	40518435
-chrX	72783109	72783117
-chr1	158083111	158083299
-chr15	44085747	44085947
-chr1	1567131	1567209
-chr10	134659356	134659433
-chr12	54090471	54090754
-chr5	151304769	151304951
-chrX	130207446	130207604
-chr14	106438219	106438417
-chr19	1848745	1848747
-chr7	156799224	156799393
-chr14	24505506	24505653
-chr6	33291013	33291019
-chr17	1733385	1733397
-chr2	1544352	1544370
-chr7	92857212	92857228
-chr11	47447518	47447795
-chr14	105933035	105933283
-chr19	840447	840689
-chr1	17026406	17026738
-chrX	47092037	47092288
-chr4	128544542	128544619
-chr19	36391442	36391464
-chr15	101835348	101835624
-chr16	89034797	89035147
-chr2	45028604	45028712
-chr21	28515815	28516018
-chr1	42631437	42631835
-chr20	6104267	6104274
-chr4	77871616	77871846
-chr2	236293419	236293433
-chr5	132073658	132073868
-chr4	3567485	3567670
-chr15	99434633	99434688
-chr19	49946108	49946433
-chr19	40971869	40971904
-chr16	2771183	2771425
-chr10	75911181	75911381
-chr11	65314161	65314454
-chr4	99458299	99458354
-chr12	51795291	51795298
-chr16	28915196	28915234
-chr10	44321630	44321795
-chr7	157369847	157369942
-chr8	79578035	79578116
-chr3	150421675	150421817
-chr20	43922401	43922664
-chr12	49524048	49524181
-chr2	208795771	208795859
-chr10	99052507	99052618
-chr6	4772842	4773278
-chr13	40746549	40746600
-chr3	48956740	48956913
-chr14	53019119	53019294
-chr10	11386631	11386866
-chr8	134224814	134224842
-chr16	89165406	89165605
-chr10	101190703	101190764
-chr7	26416122	26416184
-chr17	41924351	41924357
-chr16	87027322	87027441
-chr7	36192369	36192770
-chr17	75315503	75315527
-chr2	153574197	153574281
-chr8	102380912	102381002
-chr1	50489606	50489714
-chr15	22954743	22954769
-chr12	110718311	110718550
-chr1	812200	812539
-chr10	85899209	85899224
-chr10	105253104	105253294
-chr6	170373755	170373903
-chr18	77139037	77139248
-chr1	28994987	28995092
-chr18	76754902	76754913
-chr12	6730309	6730599
-chr11	18719942	18720026
-chr8	142852815	142852890
-chr4	3478064	3478161
-chr22	25201891	25201906
-chr6	170481752	170481885
-chr3	126911715	126911844
-chr3	97540617	97540975
-chr6	33141824	33141958
-chr6	170449587	170449810
-chr2	171705073	171705415
-chr12	111856416	111856652
-chr12	123200485	123200953
-chr5	148786254	148786329
-chr11	66056587	66056676
-chr6	137814680	137814912
-chr9	96328401	96328529
-chr12	56652115	56652260
-chr19	36705612	36705659
-chr12	116920091	116920256
-chr1	18957020	18957023
-chr9	139258476	139258938
-chr11	107436445	107436452
-chr1	16174732	16175060
-chr1	11710412	11710610
-chr7	1950147	1950232
-chr2	86422857	86422958
-chr13	70681230	70681317
-chr5	168189625	168189635
-chr6	110678956	110679107
-chr15	90294520	90294607
-chr6	33381798	33381867
-chr7	158319029	158319098
-chr15	74537868	74537915
-chr16	60438	60700
-chr2	164204704	164204829
-chr17	26926627	26926738
-chr15	91361926	91362421
-chr16	14622500	14622926
-chr10	124899755	124899894
-chr6	18264737	18264786
-chr5	170833402	170833637
-chr15	37170506	37170768
-chr19	7293341	7293776
-chr20	56804110	56804279
-chr12	71552457	71552569
-chr15	40545097	40545127
-chr7	23144751	23144792
-chr7	97911938	97912101
-chr6	31475887	31475895
-chr10	103578534	103578579
-chr1	63790044	63790202
-chr2	80549797	80549973
-chr3	112051808	112051846
-chr21	33247885	33247984
-chr2	113398727	113399144
-chr6	139695804	139695808
-chr6	73935125	73935200
-chr1	1228942	1229105
-chr5	156773546	156773616
-chr3	18480249	18480341
-chr2	242566905	242566940
-chr2	240239755	240239767
-chr17	48858588	48858603
-chr16	89342351	89342629
-chr13	28544814	28545214
-chr1	26233404	26233435
-chr13	114062198	114062507
-chr1	33235571	33235717
-chr3	48594424	48594454
-chrX	42637449	42637506
-chr5	131347720	131347725
-chr15	93257477	93257579
-chr1	9380708	9380800
-chr12	110888158	110888232
-chr13	53776211	53776396
-chr9	139840384	139840630
-chr3	96495326	96495603
-chr4	7287567	7287737
-chr11	65819726	65819742
-chr20	25371652	25371671
-chr19	5567758	5568093
-chr6	33272178	33272186
-chr7	156801539	156801818
-chr17	48698713	48698751
-chr12	131258228	131258361
-chr9	5831674	5831951
-chrX	154842736	154842793
-chr15	43513504	43513563
-chr8	30890469	30890553
-chr8	145019491	145019563
-chr11	65196125	65196174
-chr21	46019376	46019570
-chr22	41777755	41777779
-chr1	43147939	43148010
-chr2	178257542	178257632
-chr11	1446386	1446802
-chr6	32820153	32820214
-chr19	15343347	15343377
-chr9	4679736	4679986
-chr10	90343387	90343641
-chr8	54852115	54852232
-chr9	95947098	95947348
-chr16	88761048	88761284
-chr20	20257813	20258001
-chr13	30948114	30948122
-chr7	95026538	95026672
-chr7	44530455	44530521
-chr5	2752553	2752834
-chr16	30798770	30798776
-chr19	46713398	46713416
-chr4	1352452	1352787
-chr8	61566034	61566391
-chr6	170065843	170065938
-chr16	21294899	21295207
-chr20	23028842	23028977
-chr6	133562475	133562479
-chr2	62732892	62733114
-chr11	7951168	7951173
-chr17	79792936	79792949
-chr13	96705664	96705738
-chr5	132386262	132386298
-chr12	7126208	7126344
-chr3	119421553	119421604
-chr8	72754421	72754905
-chr6	30134908	30135065
-chr22	20130575	20130698
-chr1	53542934	53543090
-chr8	1765679	1765772
-chr5	180615482	180615543
-chr7	158857749	158858057
-chr16	89557908	89557923
-chr10	11783974	11784058
-chr19	10444117	10444479
-chr11	102669042	102669291
-chr4	1604438	1604576
-chr10	50747266	50747328
-chr6	33265322	33265386
-chr3	49142215	49142226
-chr8	143193033	143193131
-chr16	23193800	23193885
-chr17	40332910	40332961
-chr3	54157647	54157677
-chr6	30881579	30881595
-chr6	27100067	27100370
-chr16	31383055	31383088
-chr5	175223598	175223982
-chr11	102745886	102746236
-chr17	56296115	56296444
-chr16	4511869	4511939
-chr4	103790056	103790299
-chr15	31284413	31284569
-chr11	104034282	104034571
-chr20	18569003	18569196
-chr19	22019044	22019059
-chr8	61429582	61429779
-chr11	66335975	66336077
-chr10	133758671	133758839
-chr6	31856959	31857034
-chr3	51428372	51428392
-chr14	104647027	104647046
-chr20	60737957	60738265
-chr2	119606698	119607049
-chr11	2813073	2813298
-chr11	2020129	2020231
-chr14	104175847	104176333
-chr11	1785547	1785552
-chr1	161009415	161009644
-chr7	39170539	39170715
-chr17	45855505	45855691
-chr20	21686205	21686264
-chr5	141693817	141694185
-chr17	840927	841205
-chr2	3750517	3750952
-chrX	118708041	118708065
-chr17	43238138	43238230
-chr6	169226282	169226337
-chr3	160283421	160283489
-chr7	1959941	1960073
-chr1	231762664	231762689
-chr10	7860354	7860463
-chr7	157367159	157367462
-chr17	76498943	76498964
-chr14	102027124	102027514
-chr17	26941944	26942145
-chr8	96036568	96036755
-chr4	15964902	15965016
-chrX	48329927	48329937
-chr11	10472101	10472108
-chr4	39460330	39460342
-chr6	32549313	32549496
-chr7	104654852	104654870
-chr6	159240766	159240774
-chr19	1079986	1080466
-chr1	39339553	39339683
-chr4	74486409	74486510
-chr6	29999567	29999708
-chr1	84543108	84543369
-chr1	8877774	8877813
-chr12	39298591	39298776
-chr6	42946146	42946178
-chr14	77279079	77279247
-chr1	2565265	2565729
-chr17	72368116	72368179
-chr5	138612986	138613030
-chr6	26502058	26502192
-chr7	2598460	2598473
-chr19	8649796	8649942
-chr3	127006239	127006414
-chr5	132072786	132072925
-chr4	870161	870443
-chr11	1365592	1365668
-chr16	1575153	1575219
-chr1	76189753	76189897
-chr2	130691926	130691932
-chr11	1413842	1413990
-chr7	1881390	1881839
--- a/annotatePeak/test-data/annoPeakTable.csv	Thu Mar 16 07:21:10 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9882 +0,0 @@
-"seqnames","start","end","width","strand","annotation","geneChr","geneStart","geneEnd","geneLength","geneStrand","geneId","distanceToTSS","ENSEMBL","SYMBOL","GENENAME"
-"chrX",106959609,106960186,578,"*","5' UTR",23,106956452,107019202,62751,2,"1831",59016,"ENSG00000157514","TSC22D3","TSC22 domain family member 3"
-"chr1",54203844,54204501,658,"*","Distal Intergenic",1,53971906,54199877,227972,2,"148979",-3967,"ENSG00000174332","GLIS1","GLIS family zinc finger 1"
-"chr5",112073385,112073454,70,"*","Intron (uc011cvt.2/324, intron 1 of 13)",5,112043202,112181936,138735,1,"324",30183,"ENSG00000134982","APC","adenomatous polyposis coli"
-"chr18",56338460,56338659,200,"*","Promoter (<=1kb)",18,56338618,56417370,78753,1,"10892",0,"ENSG00000172175","MALT1","MALT1 paracaspase"
-"chr6",29943460,29944045,586,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1459890,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr11",64405452,64405993,542,"*","Intron (uc001oap.3/9379, intron 6 of 6)",11,64358282,64369825,11544,1,"116085",47170,"ENSG00000197891","SLC22A12","solute carrier family 22 member 12"
-"chr4",1363998,1364344,347,"*","Intron (uc003gde.4/57654, intron 8 of 13)",4,1385340,1389782,4443,1,"285464",-20996,"ENSG00000179979","CRIPAK","cysteine rich PAK1 inhibitor"
-"chr16",78079753,78080193,441,"*","Distal Intergenic",16,78056443,78066001,9559,1,"10143",23310,"ENSG00000166509","CLEC3A","C-type lectin domain family 3 member A"
-"chr3",38070886,38071301,416,"*","Promoter (<=1kb)",3,38048987,38071154,22168,2,"5333",0,"ENSG00000187091","PLCD1","phospholipase C delta 1"
-"chr2",175351922,175352168,247,"*","Promoter (<=1kb)",2,175296300,175351816,55517,2,"151556",-106,"ENSG00000163328","GPR155","G protein-coupled receptor 155"
-"chr4",1806633,1807332,700,"*","Exon (uc003gdq.3/2261, exon 10 of 17)",4,1795039,1810599,15561,1,"2261",11594,"ENSG00000068078","FGFR3","fibroblast growth factor receptor 3"
-"chr6",28793329,28793608,280,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-309759,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr4",1205447,1206004,558,"*","Promoter (2-3kb)",4,1189571,1202750,13180,2,"100130872",-2697,NA,"LOC100130872","uncharacterized LOC100130872"
-"chr3",113775302,113775388,87,"*","Promoter (<=1kb)",3,113682984,113775460,92477,2,"57577",72,"ENSG00000163617","CCDC191","coiled-coil domain containing 191"
-"chr16",3085934,3086940,1007,"*","Promoter (<=1kb)",16,3077868,3085542,7675,2,"146439",-392,"ENSG00000162069","CCDC64B","coiled-coil domain containing 64B"
-"chr2",27485967,27486122,156,"*","Intron (uc010ylh.2/7781, intron 7 of 8)",2,27477440,27498188,20749,2,"7781",12066,"ENSG00000115194","SLC30A3","solute carrier family 30 member 3"
-"chr1",2918058,2918526,469,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-19520,"ENSG00000169717","ACTRT2","actin related protein T2"
-"chr17",422325,422568,244,"*","3' UTR",17,289771,295731,5961,2,"359845",-126594,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
-"chr5",141031071,141031094,24,"*","Promoter (<=1kb)",5,141018869,141030986,12118,2,"89848",-85,"ENSG00000197948","FCHSD1","FCH and double SH3 domains 1"
-"chr6",17987573,17987659,87,"*","Promoter (<=1kb)",6,17759414,17987854,228441,2,"63971",195,"ENSG00000137177","KIF13A","kinesin family member 13A"
-"chr17",2952307,2952767,461,"*","Distal Intergenic",17,2965963,2966901,939,2,"8386",14134,"ENSG00000262628","OR1D5","olfactory receptor family 1 subfamily D member 5"
-"chr19",16653151,16653581,431,"*","Promoter (<=1kb)",19,16628700,16653263,24564,2,"10523",0,"ENSG00000085872","CHERP","calcium homeostasis endoplasmic reticulum protein"
-"chr3",193921489,193922037,549,"*","Distal Intergenic",3,193853931,193856401,2471,1,"3280",67558,"ENSG00000114315","HES1","hes family bHLH transcription factor 1"
-"chr2",70418309,70418827,519,"*","Promoter (<=1kb)",2,70377017,70418151,41135,2,"54980",-158,"ENSG00000115998","C2orf42","chromosome 2 open reading frame 42"
-"chr16",1095625,1096754,1130,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-26002,"ENSG00000162009","SSTR5","somatostatin receptor 5"
-"chr11",2161355,2161411,57,"*","Promoter (<=1kb)",11,2161758,2169896,8139,1,"51214",-347,"ENSG00000099869","IGF2-AS","IGF2 antisense RNA"
-"chr12",51664503,51664607,105,"*","Promoter (<=1kb)",12,51639133,51664202,25070,2,"57228",-301,"ENSG00000170545","SMAGP","small cell adhesion glycoprotein"
-"chr16",1705991,1706153,163,"*","Exon (uc010uvh.2/57585, exon 9 of 20)",16,1728278,1752073,23796,1,"90861",-22125,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
-"chr14",23067033,23067188,156,"*","Promoter (<=1kb)",14,23067147,23081265,14119,1,"63874",0,"ENSG00000100439","ABHD4","abhydrolase domain containing 4"
-"chr3",173113110,173113519,410,"*","Promoter (2-3kb)",3,173116244,174001116,884873,1,"22871",-2725,"ENSG00000169760","NLGN1","neuroligin 1"
-"chr7",50444039,50444317,279,"*","Exon (uc003tow.4/10320, exon 4 of 8)",7,50511832,50518088,6257,2,"63979",73771,"ENSG00000132436","FIGNL1","fidgetin like 1"
-"chr3",100053070,100053140,71,"*","Promoter (<=1kb)",3,100053562,100074478,20917,1,"56954",-422,"ENSG00000114021","NIT2","nitrilase family member 2"
-"chr17",6918792,6918952,161,"*","Promoter (2-3kb)",17,6920934,6921341,408,2,"574456",2389,"ENSG00000273895","MIR497","microRNA 497"
-"chr2",175350573,175351649,1077,"*","Promoter (<=1kb)",2,175296300,175351816,55517,2,"151556",167,"ENSG00000163328","GPR155","G protein-coupled receptor 155"
-"chr6",33216768,33217142,375,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",330928,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",85646762,85646832,71,"*","Promoter (1-2kb)",16,85645029,85709812,64784,1,"23199",1733,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
-"chr16",11439254,11439785,532,"*","5' UTR",16,11374693,11375192,500,2,"5619",-64062,"ENSG00000175646","PRM1","protamine 1"
-"chr2",201981786,201981873,88,"*","Promoter (<=1kb)",2,201980877,202037411,56535,1,"8837",909,"ENSG00000003402","CFLAR","CASP8 and FADD like apoptosis regulator"
-"chr10",128993810,128994432,623,"*","Promoter (<=1kb)",10,128933690,128994422,60733,2,"642938",0,"ENSG00000188916","FAM196A","family with sequence similarity 196 member A"
-"chr7",116593215,116593288,74,"*","Promoter (<=1kb)",7,116593381,116870075,276695,1,"7982",-93,"ENSG00000004866","ST7","suppression of tumorigenicity 7"
-"chr16",29873565,29874506,942,"*","Promoter (<=1kb)",16,29869678,29874578,4901,2,"10423",72,"ENSG00000103502","CDIPT","CDP-diacylglycerol--inositol 3-phosphatidyltransferase"
-"chr22",40742327,40742374,48,"*","Promoter (<=1kb)",22,40742504,40762575,20072,1,"158",-130,"ENSG00000239900","ADSL","adenylosuccinate lyase"
-"chr21",46031707,46032038,332,"*","Promoter (<=1kb)",21,46031996,46032871,876,1,"386681",0,"ENSG00000187766","KRTAP10-8","keratin associated protein 10-8"
-"chr6",31940192,31940302,111,"*","Exon (uc003nyt.3/8859, exon 2 of 8)",6,32485154,32557613,72460,2,"3127",617311,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",128784344,128784923,580,"*","Promoter (<=1kb)",2,128698791,128785633,86843,2,"79595",710,"ENSG00000136715","SAP130","Sin3A associated protein 130kDa"
-"chr19",45927001,45927018,18,"*","Intron (uc002pbs.2/2067, intron 9 of 9)",19,45882892,45909607,26716,2,"10848",-17394,"ENSG00000104881","PPP1R13L","protein phosphatase 1 regulatory subunit 13 like"
-"chr16",24550834,24552079,1246,"*","Promoter (1-2kb)",16,24549014,24584183,35170,1,"5930",1820,"ENSG00000122257","RBBP6","retinoblastoma binding protein 6"
-"chr6",26284890,26285184,295,"*","Promoter (<=1kb)",6,26285354,26285727,374,2,"8365",543,"ENSG00000158406","HIST1H4H","histone cluster 1, H4h"
-"chr22",47158324,47158521,198,"*","Promoter (<=1kb)",22,47158518,47571342,412825,1,"25771",0,"ENSG00000054611","TBC1D22A","TBC1 domain family member 22A"
-"chr3",63850035,63850278,244,"*","Promoter (<=1kb)",3,63850233,63989136,138904,1,"6314",0,"ENSG00000163635","ATXN7","ataxin 7"
-"chr16",672235,672882,648,"*","Intron (uc021szt.1/57799, intron 4 of 6)",16,681012,684116,3105,1,"117166",-8130,"ENSG00000127578","WFIKKN1","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1"
-"chr14",57274763,57275234,472,"*","Promoter (1-2kb)",14,57267425,57277194,9770,2,"5015",1960,"ENSG00000165588","OTX2","orthodenticle homeobox 2"
-"chr16",3766844,3767679,836,"*","Promoter (<=1kb)",16,3708038,3767598,59561,2,"10131",0,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
-"chr3",44036098,44036453,356,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-119251,"ENSG00000207954","MIR138-1","microRNA 138-1"
-"chr15",32907294,32907402,109,"*","Promoter (<=1kb)",15,32907345,32931868,24524,1,"9824",0,"ENSG00000198826","ARHGAP11A","Rho GTPase activating protein 11A"
-"chr17",48637584,48637666,83,"*","Promoter (<=1kb)",17,48638429,48704832,66404,1,"8913",-763,"ENSG00000006283","CACNA1G","calcium voltage-gated channel subunit alpha1 G"
-"chr5",137800779,137801033,255,"*","Promoter (<=1kb)",5,137801181,137805004,3824,1,"1958",-148,"ENSG00000120738","EGR1","early growth response 1"
-"chr22",20004369,20004611,243,"*","Promoter (<=1kb)",22,20004554,20053447,48894,1,"128989",0,"ENSG00000183597","TANGO2","transport and golgi organization 2 homolog"
-"chr19",35531102,35531591,490,"*","Promoter (<=1kb)",19,35531410,35557477,26068,1,"3249",0,"ENSG00000105707","HPN","hepsin"
-"chr18",32397976,32398246,271,"*","5' UTR",18,32556892,32723432,166541,1,"10982",-158646,"ENSG00000166974","MAPRE2","microtubule associated protein RP/EB family member 2"
-"chr22",30162987,30162991,5,"*","Promoter (<=1kb)",22,30126945,30163000,36056,2,"55954",9,"ENSG00000100319","ZMAT5","zinc finger matrin-type 5"
-"chr17",78032296,78032492,197,"*","Exon (uc010wub.2/55036, exon 8 of 9)",17,78010431,78074412,63982,1,"55036",21865,"ENSG00000141519","CCDC40","coiled-coil domain containing 40"
-"chr10",131927297,131927449,153,"*","Distal Intergenic",10,131934639,131982785,48147,1,"10539",-7190,"ENSG00000108010","GLRX3","glutaredoxin 3"
-"chr19",1947674,1947912,239,"*","Intron (uc002lul.4/1455, intron 1 of 11)",19,1941161,1981336,40176,1,"1455",6513,"ENSG00000133275","CSNK1G2","casein kinase 1 gamma 2"
-"chr1",36106988,36107155,168,"*","Promoter (<=1kb)",1,36035413,36107445,72033,2,"5690",290,"ENSG00000126067","PSMB2","proteasome subunit beta 2"
-"chr9",101568927,101569648,722,"*","Promoter (<=1kb)",9,101569981,101612363,42383,1,"79695",-333,"ENSG00000119514","GALNT12","polypeptide N-acetylgalactosaminyltransferase 12"
-"chr18",48346660,48346795,136,"*","Intron (uc002lex.4/83876, intron 7 of 7)",18,48321490,48351754,30265,2,"83876",4959,"ENSG00000134042","MRO","maestro"
-"chr1",211652228,211652741,514,"*","3' UTR",1,211649864,211666259,16396,2,"343035",13518,"ENSG00000198570","RD3","retinal degeneration 3"
-"chr4",1294432,1294566,135,"*","Intron (uc010ibs.1/10296, intron 1 of 4)",4,1283672,1333925,50254,1,"10296",10760,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
-"chr1",12079449,12079505,57,"*","Promoter (<=1kb)",1,12079299,12092106,12808,1,"60672",150,"ENSG00000116691","MIIP","migration and invasion inhibitory protein"
-"chr14",103740037,103740476,440,"*","Distal Intergenic",14,103800339,103811361,11023,1,"1983",-59863,"ENSG00000100664","EIF5","eukaryotic translation initiation factor 5"
-"chr12",108237572,108237937,366,"*","Distal Intergenic",12,108296927,108297548,622,2,"728739",59611,NA,"LOC728739","programmed cell death 2 pseudogene"
-"chr13",113097259,113097633,375,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",66608,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
-"chr18",63417557,63417735,179,"*","Promoter (<=1kb)",18,63417488,63548175,130688,1,"1005",69,"ENSG00000081138","CDH7","cadherin 7"
-"chr3",51976003,51976171,169,"*","Promoter (<=1kb)",3,51967442,51975957,8516,2,"9136",-46,"ENSG00000114767","RRP9","ribosomal RNA processing 9, small subunit (SSU) processome component, homolog (yeast)"
-"chr12",123237034,123237126,93,"*","Promoter (<=1kb)",12,123237371,123255953,18583,1,"8562",-245,"ENSG00000139726","DENR","density-regulated protein"
-"chr9",88555654,88555863,210,"*","Promoter (<=1kb)",9,88556057,88637217,81161,1,"60560",-194,"ENSG00000135040","NAA35","N(alpha)-acetyltransferase 35, NatC auxiliary subunit"
-"chr3",53289290,53289728,439,"*","Promoter (<=1kb)",3,53258723,53290130,31408,2,"7086",402,"ENSG00000163931","TKT","transketolase"
-"chr16",31214346,31214378,33,"*","Promoter (<=1kb)",16,31212807,31214097,1291,2,"29108",-249,"ENSG00000103490","PYCARD","PYD and CARD domain containing"
-"chr12",8185029,8185344,316,"*","Promoter (<=1kb)",12,8185359,8208118,22760,1,"55810",-15,"ENSG00000065970","FOXJ2","forkhead box J2"
-"chr10",38146893,38147096,204,"*","Promoter (<=1kb)",10,38065454,38147012,81559,2,"57209",0,"ENSG00000198105","ZNF248","zinc finger protein 248"
-"chr11",62341426,62341521,96,"*","Promoter (<=1kb)",11,62327073,62342401,15329,2,"1937",880,"ENSG00000254772","EEF1G","eukaryotic translation elongation factor 1 gamma"
-"chr14",65239309,65239653,345,"*","Exon (uc010aqi.3/6710, exon 7 of 18)",14,65171193,65211060,39868,1,"26030",68116,"ENSG00000126822","PLEKHG3","pleckstrin homology and RhoGEF domain containing G3"
-"chr20",42219469,42219655,187,"*","Promoter (<=1kb)",20,42219579,42275862,56284,1,"51098",0,"ENSG00000101052","IFT52","intraflagellar transport 52"
-"chr12",10364612,10365082,471,"*","Promoter (<=1kb)",12,10365489,10375724,10236,1,"23710",-407,"ENSG00000139112","GABARAPL1","GABA(A) receptor-associated protein like 1"
-"chr3",48487981,48488082,102,"*","Promoter (<=1kb)",3,48488114,48509044,20931,1,"84126",-32,"ENSG00000164053","ATRIP","ATR interacting protein"
-"chr7",45614242,45614720,479,"*","Promoter (<=1kb)",7,45613739,45762714,148976,1,"107",503,"ENSG00000164742","ADCY1","adenylate cyclase 1 (brain)"
-"chr2",208632784,208633283,500,"*","Promoter (<=1kb)",2,208627310,208634143,6834,2,"7855",860,"ENSG00000163251","FZD5","frizzled class receptor 5"
-"chr9",75136064,75136701,638,"*","Promoter (<=1kb)",9,75136717,75451267,314551,1,"117531",-16,"ENSG00000165091","TMC1","transmembrane channel like 1"
-"chr12",12966076,12966271,196,"*","5' UTR",12,12917583,12917677,95,1,"693198",48493,"ENSG00000207983","MIR613","microRNA 613"
-"chr1",16563734,16563906,173,"*","Promoter (<=1kb)",1,16558182,16563659,5478,2,"79363",-75,"ENSG00000132881","RSG1","REM2 and RAB like small GTPase 1"
-"chr16",2255332,2255883,552,"*","Promoter (<=1kb)",16,2255178,2259418,4241,1,"64223",154,"ENSG00000167965","MLST8","MTOR associated protein, LST8 homolog"
-"chr9",77642922,77643323,402,"*","Promoter (<=1kb)",9,77597873,77643310,45438,2,"138199",0,"ENSG00000156017","CARNMT1","carnosine N-methyltransferase 1"
-"chr14",56047764,56047916,153,"*","Promoter (<=1kb)",14,56046925,56151302,104378,1,"3895",839,"ENSG00000126777","KTN1","kinectin 1"
-"chr19",10138244,10138615,372,"*","Distal Intergenic",19,10152032,10184813,32782,1,"388503",-13417,"ENSG00000167798","C3P1","complement component 3 precursor pseudogene"
-"chr17",73901016,73901339,324,"*","5' UTR",17,73894724,73905899,11176,2,"64978",4560,"ENSG00000204316","MRPL38","mitochondrial ribosomal protein L38"
-"chr16",14397688,14397766,79,"*","Promoter (<=1kb)",16,14397824,14397906,83,1,"574455",-58,"ENSG00000207639","MIR193B","microRNA 193b"
-"chr16",30457360,30457524,165,"*","Promoter (<=1kb)",16,30454952,30457224,2273,2,"22928",-136,"ENSG00000179918","SEPHS2","selenophosphate synthetase 2"
-"chr1",155243076,155243300,225,"*","5' UTR",1,155247218,155259639,12422,1,"57657",-3918,"ENSG00000143630","HCN3","hyperpolarization activated cyclic nucleotide gated potassium channel 3"
-"chr16",32936895,32937009,115,"*","Intron (uc021thc.2/uc021thc.2, intron 4 of 8)",16,32888797,32896463,7667,2,"386757",-40432,"ENSG00000214617","SLC6A10P","solute carrier family 6 member 10, pseudogene"
-"chr7",18067530,18067535,6,"*","Promoter (<=1kb)",7,18066400,18067486,1087,2,"221823",-44,"ENSG00000229937","PRPS1L1","phosphoribosyl pyrophosphate synthetase 1-like 1"
-"chr11",1304252,1304348,97,"*","Intron (uc001ltd.3/54472, intron 1 of 5)",11,1295598,1330892,35295,2,"54472",26544,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr16",56677510,56677585,76,"*","Promoter (<=1kb)",16,56677599,56678853,1255,1,"326343",-14,NA,"MT1DP","metallothionein 1D, pseudogene"
-"chr20",2821434,2821485,52,"*","Promoter (<=1kb)",20,2821373,2847378,26006,1,"64601",61,"ENSG00000215305","VPS16","VPS16, CORVET/HOPS core subunit"
-"chr1",153914312,153914453,142,"*","Exon (uc001fdd.1/9909, exon 6 of 28)",1,153901977,153919154,17178,2,"9909",4701,"ENSG00000198837","DENND4B","DENN domain containing 4B"
-"chr16",2569925,2570212,288,"*","Promoter (<=1kb)",16,2570363,2580955,10593,1,"51005",-151,"ENSG00000162066","AMDHD2","amidohydrolase domain containing 2"
-"chr15",68870979,68871357,379,"*","Promoter (<=1kb)",15,68871308,69020144,148837,1,"10391",0,"ENSG00000103647","CORO2B","coronin 2B"
-"chr17",7517617,7517649,33,"*","Promoter (<=1kb)",17,7517382,7536700,19319,1,"6462",235,"ENSG00000129214","SHBG","sex hormone-binding globulin"
-"chr16",28608846,28609531,686,"*","Promoter (<=1kb)",16,28603264,28608391,5128,2,"6799",-455,"ENSG00000197165","SULT1A2","sulfotransferase family 1A member 2"
-"chr7",2563136,2563622,487,"*","Intron (uc021zyw.1/3955, intron 2 of 8)",7,2566708,2566786,79,1,"100616116",-3086,"ENSG00000264357","MIR4648","microRNA 4648"
-"chr1",75139583,75139958,376,"*","Promoter (<=1kb)",1,75033795,75139422,105628,2,"127254",-161,"ENSG00000178965","ERICH3","glutamate rich 3"
-"chr7",44104935,44105118,184,"*","Promoter (<=1kb)",7,44102326,44105186,2861,2,"5224",68,"ENSG00000164708","PGAM2","phosphoglycerate mutase 2"
-"chr16",4852372,4852777,406,"*","Promoter (<=1kb)",16,4846963,4852951,5989,2,"79641",174,"ENSG00000067836","ROGDI","rogdi homolog"
-"chr6",101328458,101329304,847,"*","Promoter (<=1kb)",6,100956608,101329224,372617,2,"10973",0,"ENSG00000112249","ASCC3","activating signal cointegrator 1 complex subunit 3"
-"chr20",35504198,35504371,174,"*","Promoter (<=1kb)",20,35504570,35522632,18063,1,"140711",-199,"ENSG00000101342","TLDC2","TBC/LysM-associated domain containing 2"
-"chr6",33656083,33656500,418,"*","Exon (uc021ywr.1/3710, exon 48 of 58)",6,33664538,33679528,14991,2,"84300",23028,"ENSG00000137288","UQCC2","ubiquinol-cytochrome c reductase complex assembly factor 2"
-"chr12",120739972,120740007,36,"*","Promoter (<=1kb)",12,120740124,120751045,10922,1,"23409",-117,"ENSG00000089163","SIRT4","sirtuin 4"
-"chr1",247579560,247580517,958,"*","Promoter (<=1kb)",1,247579458,247612406,32949,1,"114548",102,"ENSG00000162711","NLRP3","NLR family, pyrin domain containing 3"
-"chr8",37824481,37824496,16,"*","Promoter (<=1kb)",8,37820514,37824184,3671,2,"155",-297,"ENSG00000188778","ADRB3","adrenoceptor beta 3"
-"chr12",108079012,108079503,492,"*","Promoter (<=1kb)",12,108079590,108106257,26668,1,"11137",-87,"ENSG00000136045","PWP1","PWP1 homolog, endonuclein"
-"chr19",10735958,10736001,44,"*","Intron (uc002mpe.4/57153, intron 1 of 21)",19,10713121,10755235,42115,1,"57153",22837,"ENSG00000129353","SLC44A2","solute carrier family 44 member 2"
-"chr7",154706045,154706916,872,"*","Distal Intergenic",7,154720227,154741196,20970,1,"100132707",-13311,"ENSG00000214106","PAXIP1-AS2","PAXIP1 antisense RNA 2"
-"chr16",8962538,8962970,433,"*","Promoter (<=1kb)",16,8946799,8962869,16071,2,"23589",0,"ENSG00000153048","CARHSP1","calcium regulated heat stable protein 1"
-"chr10",45914477,45914640,164,"*","Intron (uc001jce.4/240, intron 4 of 13)",10,45869624,45941567,71944,1,"240",44853,"ENSG00000012779","ALOX5","arachidonate 5-lipoxygenase"
-"chr16",12211050,12211322,273,"*","Intron (uc002dby.5/92017, intron 11 of 20)",16,12070602,12668146,597545,1,"92017",140448,"ENSG00000048471","SNX29","sorting nexin 29"
-"chr16",31366118,31366418,301,"*","Promoter (<=1kb)",16,31366509,31394318,27810,1,"3687",-91,"ENSG00000140678","ITGAX","integrin subunit alpha X"
-"chr14",58893467,58893740,274,"*","Promoter (<=1kb)",14,58894103,59015549,121447,1,"9786",-363,"ENSG00000100578","KIAA0586","KIAA0586"
-"chr18",23806180,23806263,84,"*","Promoter (<=1kb)",18,23806409,23971650,165242,1,"6875",-146,"ENSG00000141384","TAF4B","TATA-box binding protein associated factor 4b"
-"chr7",82541,82911,371,"*","Distal Intergenic",7,192969,300740,107772,1,"56975",-110058,"ENSG00000177706","FAM20C","family with sequence similarity 20 member C"
-"chr15",77287290,77287608,319,"*","Promoter (<=1kb)",15,77287021,77329671,42651,1,"9051",269,"ENSG00000140368","PSTPIP1","proline-serine-threonine phosphatase interacting protein 1"
-"chr15",69706335,69706469,135,"*","Promoter (<=1kb)",15,69706627,69740764,34138,1,"9493",-158,"ENSG00000137807","KIF23","kinesin family member 23"
-"chr3",195622522,195622598,77,"*","Intron (uc003fvu.1/10188, intron 14 of 14)",3,195590236,195638816,48581,2,"10188",16218,"ENSG00000061938","TNK2","tyrosine kinase, non-receptor, 2"
-"chr12",24102533,24103021,489,"*","5' UTR",12,24365355,24365429,75,1,"100126320",-262334,"ENSG00000216192","MIR920","microRNA 920"
-"chr10",31607330,31607651,322,"*","Promoter (<=1kb)",10,31607424,31818742,211319,1,"6935",0,"ENSG00000148516","ZEB1","zinc finger E-box binding homeobox 1"
-"chr3",53164962,53165031,70,"*","Promoter (<=1kb)",3,53122501,53164470,41970,2,"91869",-492,"ENSG00000163933","RFT1","RFT1 homolog"
-"chr16",19566218,19566823,606,"*","Promoter (<=1kb)",16,19566737,19712485,145749,1,"57020",0,"ENSG00000103544","C16orf62","chromosome 16 open reading frame 62"
-"chr19",18451444,18451525,82,"*","Promoter (<=1kb)",19,18451408,18480763,29356,1,"54858",36,"ENSG00000130517","PGPEP1","pyroglutamyl-peptidase I"
-"chr7",100493811,100494332,522,"*","Promoter (<=1kb)",7,100487615,100494539,6925,2,"43",207,"ENSG00000087085","ACHE","acetylcholinesterase (Yt blood group)"
-"chr16",3550032,3550792,761,"*","Promoter (<=1kb)",16,3550945,3589051,38107,1,"23059",-153,"ENSG00000103351","CLUAP1","clusterin associated protein 1"
-"chr16",20359396,20359923,528,"*","Exon (uc002dgz.3/7369, exon 3 of 11)",16,20344373,20364037,19665,2,"7369",4114,"ENSG00000169344","UMOD","uromodulin"
-"chr2",27994492,27994636,145,"*","Promoter (<=1kb)",2,27994584,28002608,8025,1,"9553",0,"ENSG00000243147","MRPL33","mitochondrial ribosomal protein L33"
-"chr16",8715546,8715882,337,"*","Promoter (<=1kb)",16,8715527,8740079,24553,1,"79091",19,"ENSG00000067365","METTL22","methyltransferase like 22"
-"chr16",30379343,30380183,841,"*","Promoter (1-2kb)",16,30368422,30381522,13101,2,"26000",1339,"ENSG00000169221","TBC1D10B","TBC1 domain family member 10B"
-"chr16",29296186,29296693,508,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-6135,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
-"chr15",45879564,45879610,47,"*","Promoter (<=1kb)",15,45879417,45901909,22493,1,"26258",147,"ENSG00000104164","BLOC1S6","biogenesis of lysosomal organelles complex 1 subunit 6"
-"chr11",70289501,70289510,10,"*","Distal Intergenic",11,70244612,70282690,38079,1,"2017",44889,"ENSG00000085733","CTTN","cortactin"
-"chr20",56935373,56935483,111,"*","3' UTR",20,56964175,57026156,61982,1,"9217",-28692,"ENSG00000124164","VAPB","VAMP (vesicle-associated membrane protein)-associated protein B and C"
-"chr10",48355005,48355070,66,"*","Promoter (<=1kb)",10,48355089,48373866,18778,1,"118738",-19,"ENSG00000265763","ZNF488","zinc finger protein 488"
-"chr14",63568147,63568558,412,"*","Promoter (<=1kb)",14,63173945,63568584,394640,2,"27133",26,"ENSG00000140015","KCNH5","potassium voltage-gated channel subfamily H member 5"
-"chr1",224518178,224518192,15,"*","Promoter (<=1kb)",1,224415036,224517891,102856,2,"4931",-287,"ENSG00000143748","NVL","nuclear VCP-like"
-"chr10",99447118,99447212,95,"*","Promoter (<=1kb)",10,99437181,99447015,9835,2,"60370",-103,"ENSG00000119986","AVPI1","arginine vasopressin induced 1"
-"chr2",130763379,130763641,263,"*","Distal Intergenic",2,130724165,130738045,13881,2,"100131320",-25334,"ENSG00000225449","RAB6C-AS1","RAB6C antisense RNA 1"
-"chr1",27901757,27902687,931,"*","Intron (uc009vsy.3/27245, intron 6 of 6)",1,27860756,27930361,69606,2,"27245",27674,"ENSG00000126705","AHDC1","AT-hook DNA binding motif containing 1"
-"chr16",19124971,19125137,167,"*","Promoter (<=1kb)",16,19125254,19132952,7699,1,"162073",-117,"ENSG00000205730","ITPRIPL2","inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
-"chr17",74236897,74237210,314,"*","Promoter (<=1kb)",17,74138534,74236390,97857,2,"114804",-507,"ENSG00000141576","RNF157","ring finger protein 157"
-"chr1",228782809,228783335,527,"*","Promoter (2-3kb)",1,228780394,228788159,7766,1,"574029",2415,NA,"DUSP5P1","dual specificity phosphatase 5 pseudogene 1"
-"chr15",85144175,85144257,83,"*","Promoter (<=1kb)",15,85144249,85166947,22699,1,"54993",0,"ENSG00000176371","ZSCAN2","zinc finger and SCAN domain containing 2"
-"chr5",122181105,122181680,576,"*","Promoter (<=1kb)",5,122181160,122344902,163743,1,"28966",0,"ENSG00000064652","SNX24","sorting nexin 24"
-"chr2",143886278,143886375,98,"*","Promoter (<=1kb)",2,143886899,144525921,639023,1,"55843",-524,"ENSG00000075884","ARHGAP15","Rho GTPase activating protein 15"
-"chr20",31349704,31349891,188,"*","Promoter (<=1kb)",20,31350191,31397162,46972,1,"1789",-300,"ENSG00000088305","DNMT3B","DNA (cytosine-5-)-methyltransferase 3 beta"
-"chr19",7964567,7964703,137,"*","Exon (uc002mir.3/80131, exon 3 of 3)",19,7968765,7979363,10599,1,"5609",-4062,"ENSG00000076984","MAP2K7","mitogen-activated protein kinase kinase 7"
-"chr16",33853176,33853496,321,"*","Distal Intergenic",16,33961052,33962503,1452,2,"649159",109007,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
-"chr4",2845528,2845623,96,"*","Promoter (<=1kb)",4,2845584,2931802,86219,1,"118",0,"ENSG00000087274","ADD1","adducin 1"
-"chr16",30661660,30661867,208,"*","Promoter (<=1kb)",16,30662241,30667734,5494,1,"78994",-374,"ENSG00000156858","PRR14","proline rich 14"
-"chr10",93567106,93567261,156,"*","Intron (uc001khp.3/80351, intron 1 of 26)",10,93558151,93625232,67082,1,"80351",8955,"ENSG00000107854","TNKS2","tankyrase 2"
-"chr5",1076844,1077231,388,"*","Exon (uc003jbu.3/10723, exon 13 of 24)",5,1063011,1063089,79,2,"100616479",-13755,"ENSG00000263834","MIR4635","microRNA 4635"
-"chr11",644011,644218,208,"*","Downstream (<1kb)",11,637305,640705,3401,1,"1815",6706,"ENSG00000069696","DRD4","dopamine receptor D4"
-"chr6",31937228,31937307,80,"*","Exon (uc003nyn.1/6499, exon 28 of 28)",6,32485154,32557613,72460,2,"3127",620306,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",89752831,89753123,293,"*","Promoter (<=1kb)",16,89753076,89762772,9697,1,"8558",0,"ENSG00000185324","CDK10","cyclin-dependent kinase 10"
-"chr2",71017211,71017557,347,"*","Promoter (<=1kb)",2,71004442,71017775,13334,2,"344018",218,"ENSG00000183733","FIGLA","folliculogenesis specific bHLH transcription factor"
-"chr19",41767621,41768027,407,"*","Promoter (<=1kb)",19,41768391,41813811,45421,1,"11100",-364,"ENSG00000105323","HNRNPUL1","heterogeneous nuclear ribonucleoprotein U-like 1"
-"chr8",145019582,145019681,100,"*","Promoter (<=1kb)",8,145019359,145019447,89,2,"724031",-135,"ENSG00000207574","MIR661","microRNA 661"
-"chr16",49593978,49594703,726,"*","Intron (uc010vgn.3/23090, intron 3 of 5)",16,49407808,49433319,25512,1,"123970",186170,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
-"chr15",92459255,92459857,603,"*","Exon (uc002bqx.2/28232, exon 2 of 10)",15,92396938,92715665,318728,1,"28232",62317,"ENSG00000176463","SLCO3A1","solute carrier organic anion transporter family member 3A1"
-"chr2",174890420,174890570,151,"*","Distal Intergenic",2,174771187,174830430,59244,2,"6670",-59990,"ENSG00000172845","SP3","Sp3 transcription factor"
-"chr6",25652357,25652531,175,"*","Promoter (<=1kb)",6,25652429,25702008,49580,1,"10590",0,"ENSG00000079689","SCGN","secretagogin, EF-hand calcium binding protein"
-"chr18",72201590,72201615,26,"*","Promoter (<=1kb)",18,72201692,72252261,50570,1,"84735",-77,"ENSG00000150656","CNDP1","carnosine dipeptidase 1 (metallopeptidase M20 family)"
-"chr5",66124492,66124515,24,"*","Intron (uc003jur.4/375449, intron 3 of 5)",5,65892176,66465423,573248,1,"375449",232316,"ENSG00000069020","MAST4","microtubule associated serine/threonine kinase family member 4"
-"chr16",19534852,19535044,193,"*","Promoter (<=1kb)",16,19535179,19564728,29550,1,"9738",-135,"ENSG00000103540","CCP110","centriolar coiled-coil protein 110kDa"
-"chr16",89268689,89268799,111,"*","Promoter (2-3kb)",16,89262169,89266529,4361,2,"146429",-2160,"ENSG00000259803","SLC22A31","solute carrier family 22 member 31"
-"chr6",168972162,168972469,308,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",130331,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr1",151810856,151811572,717,"*","Promoter (<=1kb)",1,151810945,151816641,5697,1,"100132111",0,NA,"LOC100132111","uncharacterized LOC100132111"
-"chr1",94344811,94344881,71,"*","Promoter (<=1kb)",1,94335014,94344762,9749,2,"30836",-49,"ENSG00000067334","DNTTIP2","deoxynucleotidyltransferase, terminal, interacting protein 2"
-"chr5",132082753,132083105,353,"*","Promoter (<=1kb)",5,132083137,132089856,6720,1,"645121",-32,"ENSG00000205089","CCNI2","cyclin I family member 2"
-"chr10",93557965,93558141,177,"*","Promoter (<=1kb)",10,93558151,93625232,67082,1,"80351",-10,"ENSG00000107854","TNKS2","tankyrase 2"
-"chr1",220960463,220960506,44,"*","Promoter (<=1kb)",1,220960039,220987741,27703,1,"64757",424,"ENSG00000186205","MARC1","mitochondrial amidoxime reducing component 1"
-"chr10",51827480,51827594,115,"*","Promoter (<=1kb)",10,51780942,51827563,46622,2,"326332",0,NA,NA,NA
-"chr7",157369960,157370206,247,"*","Promoter (2-3kb)",7,157367028,157367114,87,2,"406945",-2846,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr6",114178172,114178324,153,"*","Promoter (<=1kb)",6,114178527,114184652,6126,1,"4082",-203,"ENSG00000277443","MARCKS","myristoylated alanine rich protein kinase C substrate"
-"chr14",69282992,69283484,493,"*","Distal Intergenic",14,69254372,69262960,8589,2,"677",-20032,"ENSG00000185650","ZFP36L1","ZFP36 ring finger protein-like 1"
-"chr7",92861558,92861612,55,"*","Promoter (<=1kb)",7,92861653,92990435,128783,1,"55610",-41,"ENSG00000004766","VPS50","VPS50, EARP/GARPII complex subunit"
-"chr19",18303845,18303865,21,"*","Promoter (<=1kb)",19,18304040,18307550,3511,1,"84769",-175,"ENSG00000254858","MPV17L2","MPV17 mitochondrial membrane protein-like 2"
-"chr17",73975697,73976041,345,"*","Promoter (<=1kb)",17,73937589,73975515,37927,2,"51",-182,"ENSG00000161533","ACOX1","acyl-CoA oxidase 1, palmitoyl"
-"chr21",43809471,43809567,97,"*","Intron (uc002zba.2/64699, intron 10 of 10)",21,43791996,43816955,24960,2,"64699",7388,"ENSG00000160183","TMPRSS3","transmembrane protease, serine 3"
-"chr10",27529785,27530202,418,"*","Promoter (<=1kb)",10,27484143,27531068,46926,2,"91452",866,"ENSG00000107897","ACBD5","acyl-CoA binding domain containing 5"
-"chr17",73201717,73201932,216,"*","Promoter (<=1kb)",17,73201597,73231854,30258,1,"79902",120,"ENSG00000125450","NUP85","nucleoporin 85kDa"
-"chr3",124605199,124605640,442,"*","Promoter (<=1kb)",3,124481795,124606144,124350,2,"3693",504,"ENSG00000082781","ITGB5","integrin subunit beta 5"
-"chr14",31028192,31028335,144,"*","Promoter (<=1kb)",14,31028329,31089046,60718,1,"55632",0,"ENSG00000092140","G2E3","G2/M-phase specific E3 ubiquitin protein ligase"
-"chr6",26104245,26104560,316,"*","Promoter (<=1kb)",6,26104176,26104565,390,1,"8364",69,"ENSG00000197061","HIST1H4C","histone cluster 1, H4c"
-"chr15",73735608,73735694,87,"*","Promoter (<=1kb)",15,73735499,73852353,116855,1,"283677",109,"ENSG00000183324","REC114","REC114 meiotic recombination protein"
-"chr8",1954777,1955069,293,"*","3' UTR",8,1922044,1955109,33066,1,"9920",32733,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
-"chr11",10315561,10315706,146,"*","Promoter (<=1kb)",11,9800214,10315754,515541,2,"81846",48,"ENSG00000133812","SBF2","SET binding factor 2"
-"chr16",3062320,3062349,30,"*","Promoter (<=1kb)",16,3062457,3064506,2050,1,"9080",-108,"ENSG00000213937","CLDN9","claudin 9"
-"chr12",56862322,56862729,408,"*","Promoter (<=1kb)",12,56862301,56864767,2467,1,"283377",21,"ENSG00000176422","SPRYD4","SPRY domain containing 4"
-"chr4",10041728,10042401,674,"*","Promoter (<=1kb)",4,9827848,10041872,214025,2,"56606",0,"ENSG00000109667","SLC2A9","solute carrier family 2 member 9"
-"chr17",31487,31552,66,"*","Promoter (<=1kb)",17,6011,31420,25410,2,"8447",-67,"ENSG00000272636","DOC2B","double C2-like domains, beta"
-"chr17",41739082,41739246,165,"*","Promoter (<=1kb)",17,41717758,41739262,21505,2,"4222",16,"ENSG00000005102","MEOX1","mesenchyme homeobox 1"
-"chr5",16616462,16617242,781,"*","Promoter (<=1kb)",5,16473147,16617167,144021,2,"54463",0,"ENSG00000154153","FAM134B","family with sequence similarity 134 member B"
-"chr2",232651038,232651061,24,"*","Intron (uc010fxy.1/64708, intron 1 of 5)",2,232646445,232673434,26990,1,"64708",4593,"ENSG00000144524","COPS7B","COP9 signalosome subunit 7B"
-"chr20",43029652,43029847,196,"*","Intron (uc010zwo.1/3172, intron 2 of 3)",20,43036760,43036843,84,1,"100500813",-6913,"ENSG00000266151","MIR3646","microRNA 3646"
-"chr1",161129091,161129122,32,"*","Promoter (<=1kb)",1,161129254,161135516,6263,1,"27005",-132,"ENSG00000143258","USP21","ubiquitin specific peptidase 21"
-"chr14",52216412,52216656,245,"*","Distal Intergenic",14,52313952,52436518,122567,1,"54331",-97296,"ENSG00000186469","GNG2","G protein subunit gamma 2"
-"chr18",61368814,61369206,393,"*","Promoter (<=1kb)",18,61370085,61393666,23582,1,"89778",-879,"ENSG00000206072","SERPINB11","serpin peptidase inhibitor, clade B (ovalbumin), member 11 (gene/pseudogene)"
-"chr2",220083306,220083454,149,"*","Promoter (1-2kb)",2,220074488,220085174,10687,2,"10058",1720,"ENSG00000115657","ABCB6","ATP binding cassette subfamily B member 6 (Langereis blood group)"
-"chr1",33815638,33815702,65,"*","Intron (uc001bxg.1/1912, intron 6 of 13)",1,33797994,33798093,100,2,"100500853",-17545,NA,"MIR3605","microRNA 3605"
-"chr12",54366859,54366875,17,"*","Promoter (<=1kb)",12,54366910,54370203,3294,1,"3227",-35,"ENSG00000123388","HOXC11","homeobox C11"
-"chr6",170361194,170361827,634,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-162273,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
-"chr10",118900416,118900422,7,"*","Promoter (2-3kb)",10,118888032,118897812,9781,2,"11023",-2604,"ENSG00000148704","VAX1","ventral anterior homeobox 1"
-"chr7",4841387,4841835,449,"*","Exon (uc003sng.1/55698, exon 12 of 16)",7,4828196,4828270,75,2,"100616465",-13117,"ENSG00000264474","MIR4656","microRNA 4656"
-"chr7",56551592,56552034,443,"*","Distal Intergenic",7,56563916,56564977,1062,1,"222029",-11882,NA,"DKFZp434L192","uncharacterized protein DKFZp434L192"
-"chr1",65533502,65533851,350,"*","Distal Intergenic",1,65524117,65524191,75,2,"406893",-9311,"ENSG00000199135","MIR101-1","microRNA 101-1"
-"chr12",120755328,120755363,36,"*","Distal Intergenic",12,120759914,120765592,5679,2,"5319",10229,"ENSG00000170890","PLA2G1B","phospholipase A2 group IB"
-"chr10",665054,665510,457,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",22208,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr5",135265705,135265801,97,"*","Promoter (<=1kb)",5,135266006,135287280,21275,1,"26223",-205,NA,"FBXL21","F-box and leucine-rich repeat protein 21 (gene/pseudogene)"
-"chr3",9885753,9886090,338,"*","Promoter (<=1kb)",3,9879533,9885702,6170,2,"285367",-51,"ENSG00000156990","RPUSD3","RNA pseudouridylate synthase domain containing 3"
-"chr1",226187478,226187828,351,"*","Promoter (<=1kb)",1,226170403,226187066,16664,2,"163859",-412,"ENSG00000143751","SDE2","SDE2 telomere maintenance homolog (S. pombe)"
-"chr12",57853743,57853920,178,"*","Promoter (<=1kb)",12,57853918,57866047,12130,1,"2735",0,"ENSG00000111087","GLI1","GLI family zinc finger 1"
-"chr8",17104455,17104487,33,"*","Promoter (<=1kb)",8,17104401,17155533,51133,1,"137492",54,"ENSG00000155975","VPS37A","VPS37A, ESCRT-I subunit"
-"chr13",100611510,100611817,308,"*","Distal Intergenic",13,100615275,100624178,8904,2,"85416",12361,"ENSG00000139800","ZIC5","Zic family member 5"
-"chr12",112563230,112563241,12,"*","Promoter (<=1kb)",12,112563349,112591408,28060,1,"10906",-108,"ENSG00000135148","TRAFD1","TRAF-type zinc finger domain containing 1"
-"chr18",34973942,34973956,15,"*","Intron (uc002lae.2/56853, intron 11 of 12)",18,34823008,35146000,322993,2,"56853",172044,"ENSG00000101489","CELF4","CUGBP, Elav-like family member 4"
-"chr17",259930,259942,13,"*","Promoter (<=1kb)",17,260118,264457,4340,1,"400566",-176,"ENSG00000187624","C17orf97","chromosome 17 open reading frame 97"
-"chr9",127615385,127616076,692,"*","Promoter (<=1kb)",9,127615696,127620170,4475,1,"401551",0,"ENSG00000136918","WDR38","WD repeat domain 38"
-"chr6",31926840,31926915,76,"*","5' UTR",6,32485154,32557613,72460,2,"3127",630698,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",4913514,4913712,199,"*","Intron (uc003sng.1/55698, intron 14 of 15)",7,4834285,4923335,89051,2,"55698",9623,"ENSG00000157927","RADIL","Ras association and DIL domains"
-"chr22",37914206,37914811,606,"*","Promoter (<=1kb)",22,37875383,37915378,39996,2,"29775",567,"ENSG00000100065","CARD10","caspase recruitment domain family member 10"
-"chr12",6798404,6798535,132,"*","Promoter (<=1kb)",12,6775643,6798738,23096,2,"171017",203,"ENSG00000126746","ZNF384","zinc finger protein 384"
-"chr3",43663331,43663662,332,"*","Promoter (<=1kb)",3,43407818,43663560,255743,2,"55129",0,"ENSG00000160746","ANO10","anoctamin 10"
-"chr2",3642400,3642581,182,"*","Promoter (<=1kb)",2,3642422,3692234,49813,1,"78989",0,"ENSG00000118004","COLEC11","collectin subfamily member 11"
-"chr5",161494450,161494467,18,"*","Promoter (<=1kb)",5,161494648,161582545,87898,1,"2566",-181,"ENSG00000113327","GABRG2","gamma-aminobutyric acid type A receptor gamma2 subunit"
-"chr15",45315313,45315362,50,"*","Promoter (<=1kb)",15,45315302,45367287,51986,1,"6652",11,"ENSG00000140263","SORD","sorbitol dehydrogenase"
-"chr17",73851651,73851978,328,"*","Promoter (<=1kb)",17,73841780,73851501,9722,2,"23558",-150,"ENSG00000132471","WBP2","WW domain binding protein 2"
-"chr4",107956508,107957024,517,"*","5' UTR",4,107842959,108204846,361888,2,"27123",247822,"ENSG00000155011","DKK2","dickkopf WNT signaling pathway inhibitor 2"
-"chr3",139257229,139257727,499,"*","Promoter (<=1kb)",3,139236276,139258671,22396,2,"5947",944,"ENSG00000114115","RBP1","retinol binding protein 1"
-"chr16",1413965,1414480,516,"*","3' UTR",16,1401900,1413352,11453,1,"84572",12065,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
-"chr12",5541205,5541234,30,"*","Promoter (<=1kb)",12,5541280,5604465,63186,1,"4908",-46,"ENSG00000185652","NTF3","neurotrophin 3"
-"chr1",238024463,238024671,209,"*","Promoter (<=1kb)",1,238025475,238091619,66145,1,"100130331",-804,"ENSG00000237250","LOC100130331","POTE ankyrin domain family, member F pseudogene"
-"chr22",43506457,43506480,24,"*","Promoter (<=1kb)",22,43506754,43525718,18965,1,"638",-274,"ENSG00000100290","BIK","BCL2-interacting killer"
-"chr20",865906,866039,134,"*","Exon (uc002wei.3/51378, exon 4 of 9)",20,853297,896960,43664,2,"51378",30921,"ENSG00000101280","ANGPT4","angiopoietin 4"
-"chr7",94294857,94295579,723,"*","3' UTR",7,94285637,94299006,13370,1,"23089",9220,"ENSG00000242265","PEG10","paternally expressed 10"
-"chr5",138609337,138609700,364,"*","Promoter (<=1kb)",5,138609441,138618873,9433,1,"724102",0,NA,"SNHG4","small nucleolar RNA host gene 4"
-"chr6",86353836,86353970,135,"*","Promoter (<=1kb)",6,86317502,86353043,35542,2,"10492",-793,"ENSG00000135316","SYNCRIP","synaptotagmin binding, cytoplasmic RNA interacting protein"
-"chr12",122687992,122688186,195,"*","Promoter (<=1kb)",12,122688228,122692084,3857,1,"79369",-42,"ENSG00000176383","B3GNT4","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 4"
-"chr16",1014544,1014975,432,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",16343,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr18",13801222,13801271,50,"*","Distal Intergenic",18,13825543,13826861,1319,1,"4161",-24272,"ENSG00000176136","MC5R","melanocortin 5 receptor"
-"chr21",40817848,40817988,141,"*","Promoter (<=1kb)",21,40817797,40887433,69637,1,"6450",51,"ENSG00000185437","SH3BGR","SH3 domain binding glutamate rich protein"
-"chr17",29335105,29335669,565,"*","Distal Intergenic",17,29302353,29303017,665,1,"503645",32752,"ENSG00000264743","DPRXP4","divergent-paired related homeobox pseudogene 4"
-"chr2",33824342,33824362,21,"*","Promoter (<=1kb)",2,33808729,33824362,15634,2,"25940",0,"ENSG00000119812","FAM98A","family with sequence similarity 98 member A"
-"chr1",38470578,38470622,45,"*","Promoter (<=1kb)",1,38462442,38471187,8746,2,"2275",565,"ENSG00000183386","FHL3","four and a half LIM domains 3"
-"chr9",5449890,5450535,646,"*","Promoter (<=1kb)",9,5450503,5470567,20065,1,"29126",0,"ENSG00000120217","CD274","CD274 molecule"
-"chr5",1061253,1061289,37,"*","Promoter (1-2kb)",5,1063011,1063089,79,2,"100616479",1800,"ENSG00000263834","MIR4635","microRNA 4635"
-"chr10",131934684,131934715,32,"*","Promoter (<=1kb)",10,131934639,131982785,48147,1,"10539",45,"ENSG00000108010","GLRX3","glutaredoxin 3"
-"chr2",33172394,33172396,3,"*","Promoter (<=1kb)",2,33172369,33624575,452207,1,"4052",25,"ENSG00000049323","LTBP1","latent transforming growth factor beta binding protein 1"
-"chr17",78820876,78821024,149,"*","Intron (uc010wuf.1/57521, intron 10 of 11)",17,78965641,78973933,8293,1,"79643",-144617,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr2",32581942,32582034,93,"*","Promoter (<=1kb)",2,32582096,32843965,261870,1,"57448",-62,"ENSG00000115760","BIRC6","baculoviral IAP repeat containing 6"
-"chr4",2011033,2011051,19,"*","Promoter (<=1kb)",4,1984441,2010962,26522,2,"7469",-71,"ENSG00000185049","NELFA","negative elongation factor complex member A"
-"chr10",122217348,122217422,75,"*","Promoter (<=1kb)",10,122216466,122349367,132902,1,"196051",882,"ENSG00000203805","PLPP4","phospholipid phosphatase 4"
-"chr1",166134346,166134465,120,"*","Promoter (1-2kb)",1,166026690,166135958,109269,2,"149297",1493,"ENSG00000188859","FAM78B","family with sequence similarity 78 member B"
-"chr5",56247905,56248185,281,"*","5' UTR",5,56215429,56267502,52074,2,"166968",19317,"ENSG00000155545","MIER3","MIER family member 3"
-"chr12",130823838,130823967,130,"*","Promoter (1-2kb)",12,130822433,130856877,34445,1,"9271",1405,"ENSG00000125207","PIWIL1","piwi-like RNA-mediated gene silencing 1"
-"chr7",12250712,12250857,146,"*","Promoter (<=1kb)",7,12250848,12276890,26043,1,"54664",0,"ENSG00000106460","TMEM106B","transmembrane protein 106B"
-"chr2",242810869,242811101,233,"*","Promoter (<=1kb)",2,242811886,242815482,3597,1,"285093",-785,"ENSG00000277949","RTP5","receptor (chemosensory) transporter protein 5 (putative)"
-"chr11",62139609,62139710,102,"*","Intron (uc001nte.4/80150, intron 4 of 6)",11,62104774,62160887,56114,1,"80150",34835,"ENSG00000162174","ASRGL1","asparaginase like 1"
-"chr4",40045334,40045641,308,"*","Exon (uc011byr.1/344967, exon 3 of 3)",4,40058524,40159872,101349,1,"55728",-12883,"ENSG00000078177","N4BP2","NEDD4 binding protein 2"
-"chr17",8648514,8649122,609,"*","Promoter (<=1kb)",17,8633246,8648154,14909,2,"146849",-360,"ENSG00000161973","CCDC42","coiled-coil domain containing 42"
-"chr20",3762064,3762119,56,"*","Promoter (<=1kb)",20,3758151,3762102,3952,2,"25876",0,"ENSG00000101222","SPEF1","sperm flagellar 1"
-"chr11",2235203,2235402,200,"*","Distal Intergenic",11,2194293,2194368,76,1,"100616126",40910,"ENSG00000265258","MIR4686","microRNA 4686"
-"chr6",29945051,29945155,105,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1461481,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr12",132863782,132863935,154,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132851977,132857486,5510,1,"100130238",11805,NA,"LOC100130238","uncharacterized LOC100130238"
-"chr2",238535997,238536058,62,"*","Promoter (<=1kb)",2,238536224,238690290,154067,1,"9208",-166,"ENSG00000124831","LRRFIP1","leucine rich repeat (in FLII) interacting protein 1"
-"chr2",66660414,66660793,380,"*","Promoter (<=1kb)",2,66650475,66660602,10128,2,"730198",0,NA,"MEIS1-AS3","MEIS1 antisense RNA 3"
-"chr15",51385764,51385868,105,"*","Intron (uc001zyy.3/388121, intron 1 of 2)",15,51348799,51397473,48675,2,"388121",11605,"ENSG00000183578","TNFAIP8L3","TNF alpha induced protein 8 like 3"
-"chr7",5632221,5632224,4,"*","Promoter (<=1kb)",7,5632436,5646287,13852,1,"6624",-212,"ENSG00000075618","FSCN1","fascin actin-bundling protein 1"
-"chr17",46621964,46622037,74,"*","Promoter (<=1kb)",17,46621713,46628603,6891,1,"100874362",251,"ENSG00000230148","HOXB-AS1","HOXB cluster antisense RNA 1"
-"chr16",1071052,1071884,833,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",39244,"ENSG00000005513","SOX8","SRY-box 8"
-"chr1",111506641,111506667,27,"*","Promoter (<=1kb)",1,111489812,111506566,16755,2,"55791",-75,"ENSG00000121931","LRIF1","ligand dependent nuclear receptor interacting factor 1"
-"chr8",74361002,74361220,219,"*","Intron (uc003xzm.3/27067, intron 2 of 14)",8,74332309,74353753,21445,1,"100128126",28693,"ENSG00000253302","STAU2-AS1","STAU2 antisense RNA 1"
-"chr10",102045962,102046095,134,"*","Promoter (<=1kb)",10,102033035,102046469,13435,2,"282991",374,"ENSG00000196072","BLOC1S2","biogenesis of lysosomal organelles complex 1 subunit 2"
-"chr16",8941568,8941747,180,"*","3' UTR",16,8946799,8962869,16071,2,"23589",21122,"ENSG00000153048","CARHSP1","calcium regulated heat stable protein 1"
-"chr22",39898368,39898620,253,"*","Promoter (2-3kb)",22,39896105,39914137,18033,1,"54471",2263,"ENSG00000100335","MIEF1","mitochondrial elongation factor 1"
-"chr13",112547370,112547823,454,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",-174090,"ENSG00000182968","SOX1","SRY-box 1"
-"chr8",57906058,57906543,486,"*","Promoter (<=1kb)",8,57870488,57906430,35943,2,"54928",0,"ENSG00000104331","IMPAD1","inositol monophosphatase domain containing 1"
-"chr1",45672438,45672524,87,"*","Promoter (<=1kb)",1,45482076,45672250,190175,2,"57643",-188,"ENSG00000162415","ZSWIM5","zinc finger SWIM-type containing 5"
-"chr12",90102506,90102530,25,"*","Promoter (<=1kb)",12,90102732,90105729,2998,1,"338758",-202,"ENSG00000271614","LINC00936","long intergenic non-protein coding RNA 936"
-"chr21",11098970,11099431,462,"*","Promoter (<=1kb)",21,11057796,11098937,41142,2,"574",-33,NA,"BAGE","B melanoma antigen"
-"chr10",135266836,135267307,472,"*","Promoter (<=1kb)",10,135267432,135337062,69631,1,"619207",-125,"ENSG00000214279","SCART1","scavenger receptor protein family member"
-"chr1",29449036,29449356,321,"*","Promoter (1-2kb)",1,29445937,29450421,4485,2,"399474",1065,"ENSG00000253304","TMEM200B","transmembrane protein 200B"
-"chr16",84178556,84178891,336,"*","Promoter (<=1kb)",16,84155744,84178800,23057,2,"83693",0,"ENSG00000103160","HSDL1","hydroxysteroid dehydrogenase like 1"
-"chr7",74489845,74489851,7,"*","Promoter (<=1kb)",7,74456283,74489699,33417,2,"81554",-146,"ENSG00000274523","WBSCR16","Williams-Beuren syndrome chromosome region 16"
-"chr6",31758849,31758862,14,"*","Intron (uc003nxe.3/7407, intron 22 of 29)",6,32485154,32557613,72460,2,"3127",798751,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",125475315,125475385,71,"*","Promoter (<=1kb)",6,125474879,125584644,109766,1,"7164",436,"ENSG00000111907","TPD52L1","tumor protein D52-like 1"
-"chr6",31854781,31854834,54,"*","Exon (uc003nxy.1/10919, exon 15 of 27)",6,32485154,32557613,72460,2,"3127",702779,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr14",73393231,73393894,664,"*","Promoter (<=1kb)",14,73393040,73426357,33318,1,"26094",191,"ENSG00000119599","DCAF4","DDB1 and CUL4 associated factor 4"
-"chr14",101052970,101053354,385,"*","Distal Intergenic",14,101003484,101036131,32648,2,"57596",-16839,"ENSG00000183092","BEGAIN","brain enriched guanylate kinase associated"
-"chr19",41196603,41196729,127,"*","Promoter (<=1kb)",19,41171812,41196556,24745,2,"9253",-47,"ENSG00000105245","NUMBL","numb homolog (Drosophila)-like"
-"chr1",181057597,181057798,202,"*","Promoter (<=1kb)",1,181057638,181059979,2342,1,"51278",0,"ENSG00000162783","IER5","immediate early response 5"
-"chr2",20549724,20550531,808,"*","Promoter (<=1kb)",2,20448453,20550463,102011,2,"23369",0,"ENSG00000055917","PUM2","pumilio RNA binding family member 2"
-"chr15",41795039,41795304,266,"*","Exon (uc001znz.3/3706, exon 6 of 7)",15,41786056,41795757,9702,1,"3706",8983,"ENSG00000137825","ITPKA","inositol-trisphosphate 3-kinase A"
-"chr16",2125627,2125989,363,"*","Exon (uc002con.3/7249, exon 23 of 42)",16,2140196,2140285,90,2,"100188847",14296,"ENSG00000221656","MIR1225","microRNA 1225"
-"chr8",113655436,113655967,532,"*","Promoter (<=1kb)",8,113655722,113655812,91,1,"100302225",0,"ENSG00000238399","MIR2053","microRNA 2053"
-"chr1",159771327,159771711,385,"*","Promoter (1-2kb)",1,159770301,159786047,15747,1,"343413",1026,"ENSG00000181036","FCRL6","Fc receptor like 6"
-"chr17",8013409,8013632,224,"*","Exon (uc002gka.3/59344, exon 9 of 15)",17,7999218,8022234,23017,2,"59344",8602,"ENSG00000179148","ALOXE3","arachidonate lipoxygenase 3"
-"chr19",42584469,42584732,264,"*","Exon (uc002osk.4/64763, exon 2 of 2)",19,42572629,42585720,13092,1,"64763",11840,"ENSG00000105732","ZNF574","zinc finger protein 574"
-"chr16",1495122,1495787,666,"*","Promoter (<=1kb)",16,1484389,1494490,10102,2,"645811",-632,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
-"chr4",1362393,1362864,472,"*","Intron (uc003gde.4/57654, intron 8 of 13)",4,1341104,1381837,40734,1,"57654",21289,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
-"chr18",21452682,21452788,107,"*","Intron (uc002kuq.3/3909, intron 38 of 74)",18,21572737,21715574,142838,1,"125488",-119949,"ENSG00000168234","TTC39C","tetratricopeptide repeat domain 39C"
-"chr15",79237145,79237217,73,"*","Promoter (<=1kb)",15,79214092,79237420,23329,2,"1512",203,"ENSG00000103811","CTSH","cathepsin H"
-"chr6",21667407,21667815,409,"*","Promoter (2-3kb)",6,21665003,22214734,549732,1,"401237",2404,"ENSG00000272168","CASC15","cancer susceptibility candidate 15 (non-protein coding)"
-"chr7",114329849,114329956,108,"*","Exon (uc003vgu.3/93986, exon 20 of 20)",7,114293400,114293510,111,1,"100500896",36449,"ENSG00000272230","MIR3666","microRNA 3666"
-"chr8",107281773,107281984,212,"*","Promoter (<=1kb)",8,107282406,107764921,482516,1,"55074",-422,"ENSG00000164830","OXR1","oxidation resistance 1"
-"chr6",34433754,34433775,22,"*","Promoter (<=1kb)",6,34433838,34503000,69163,1,"29993",-63,"ENSG00000124507","PACSIN1","protein kinase C and casein kinase substrate in neurons 1"
-"chr5",60457793,60458176,384,"*","Promoter (<=1kb)",5,60453536,60458302,4767,2,"643155",126,"ENSG00000188725","SMIM15","small integral membrane protein 15"
-"chr7",987309,987411,103,"*","Intron (uc003sjo.4/11033, intron 10 of 10)",7,937537,1015235,77699,2,"11033",27824,"ENSG00000105963","ADAP1","ArfGAP with dual PH domains 1"
-"chr5",126112605,126112609,5,"*","Promoter (<=1kb)",5,126112315,126172712,60398,1,"4001",290,"ENSG00000113368","LMNB1","lamin B1"
-"chr11",7052239,7052589,351,"*","Intron (uc001mfb.1/338323, intron 1 of 11)",11,7041700,7092757,51058,1,"338323",10539,"ENSG00000158077","NLRP14","NLR family, pyrin domain containing 14"
-"chr7",27154537,27154720,184,"*","Intron (uc011jzl.2/3200, intron 2 of 2)",7,27145809,27166639,20831,2,"3200",11919,"ENSG00000105997","HOXA3","homeobox A3"
-"chr14",102228216,102228754,539,"*","Promoter (<=1kb)",14,102228135,102394328,166194,1,"5527",81,"ENSG00000078304","PPP2R5C","protein phosphatase 2 regulatory subunit B', gamma"
-"chr5",137368318,137368839,522,"*","Promoter (<=1kb)",5,137273642,137368802,95161,2,"51306",0,"ENSG00000031003","FAM13B","family with sequence similarity 13 member B"
-"chr1",17020409,17020878,470,"*","Intron (uc001azn.1/284729, intron 1 of 10)",1,17017713,17046652,28940,2,"284729",25774,"ENSG00000268869","ESPNP","espin pseudogene"
-"chr1",50513749,50513870,122,"*","Promoter (<=1kb)",1,50513686,50667540,153855,1,"1996",63,"ENSG00000162374","ELAVL4","ELAV like neuron-specific RNA binding protein 4"
-"chr16",1662753,1663216,464,"*","Promoter (<=1kb)",16,1560428,1662109,101682,2,"9742",-644,"ENSG00000187535","IFT140","intraflagellar transport 140"
-"chr6",164051690,164052180,491,"*","Distal Intergenic",6,163835675,163999628,163954,1,"9444",216015,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
-"chr1",6341279,6341287,9,"*","Exon (uc001amq.3/11332, exon 8 of 9)",1,6307406,6321035,13630,2,"387509",-20244,"ENSG00000158292","GPR153","G protein-coupled receptor 153"
-"chr17",75398290,75398583,294,"*","5' UTR",17,75393066,75393136,71,2,"100422851",-5154,"ENSG00000264060","MIR4316","microRNA 4316"
-"chr7",65420025,65420249,225,"*","Exon (uc003tum.1/uc003tum.1, exon 1 of 1)",7,65425673,65447301,21629,2,"2990",27052,"ENSG00000169919","GUSB","glucuronidase, beta"
-"chrX",3264384,3264695,312,"*","Promoter (<=1kb)",23,3226609,3264684,38076,2,"25878",0,"ENSG00000101825","MXRA5","matrix-remodelling associated 5"
-"chr16",11944926,11945018,93,"*","Promoter (<=1kb)",16,11928055,11945442,17388,2,"26156",424,"ENSG00000171490","RSL1D1","ribosomal L1 domain containing 1"
-"chr3",122785780,122786043,264,"*","Promoter (<=1kb)",3,122785856,122880953,95098,1,"10954",0,"ENSG00000065485","PDIA5","protein disulfide isomerase family A member 5"
-"chr7",44579223,44579467,245,"*","Promoter (1-2kb)",7,44552135,44580914,28780,2,"29881",1447,"ENSG00000015520","NPC1L1","NPC1-like 1"
-"chr16",49499189,49499613,425,"*","Distal Intergenic",16,49407808,49433319,25512,1,"123970",91381,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
-"chr4",4173030,4173449,420,"*","Distal Intergenic",4,4190530,4228621,38092,2,"133060",55172,"ENSG00000163982","OTOP1","otopetrin 1"
-"chr7",94953680,94953722,43,"*","Exon (uc003uns.3/5444, exon 1 of 9)",7,94927669,95025687,98019,2,"5444",71965,"ENSG00000005421","PON1","paraoxonase 1"
-"chr8",67579548,67579568,21,"*","Promoter (<=1kb)",8,67542488,67579452,36965,2,"80124",-96,"ENSG00000175073","VCPIP1","valosin containing protein (p97)/p47 complex interacting protein 1"
-"chr5",33936472,33936704,233,"*","Promoter (<=1kb)",5,33936491,33939023,2533,1,"51289",0,"ENSG00000277069","RXFP3","relaxin/insulin-like family peptide receptor 3"
-"chr16",30709114,30709518,405,"*","Promoter (<=1kb)",16,30709025,30709810,786,2,"730183",292,NA,"LOC730183","uncharacterized LOC730183"
-"chr7",128379067,128379252,186,"*","Promoter (<=1kb)",7,128379346,128413477,34132,1,"813",-94,"ENSG00000128595","CALU","calumenin"
-"chr17",37843745,37843818,74,"*","Promoter (<=1kb)",17,37827375,37844310,16936,2,"93210",492,"ENSG00000161395","PGAP3","post-GPI attachment to proteins 3"
-"chr19",45885800,45885940,141,"*","Exon (uc002pbm.3/10848, exon 5 of 6)",19,45854649,45873845,19197,2,"2068",-11955,"ENSG00000104884","ERCC2","excision repair cross-complementation group 2"
-"chr2",177012143,177012324,182,"*","Promoter (2-3kb)",2,177015031,177015140,110,1,"406903",-2707,"ENSG00000207744","MIR10B","microRNA 10b"
-"chr4",132651854,132652065,212,"*","Distal Intergenic",4,134070470,134112732,42263,1,"57575",-1418405,"ENSG00000138650","PCDH10","protocadherin 10"
-"chr1",2250136,2250525,390,"*","Downstream (2-3kb)",1,2281853,2284100,2248,2,"100129534",33575,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr17",40118539,40118590,52,"*","Promoter (<=1kb)",17,40118759,40129754,10996,1,"1267",-169,"ENSG00000173786","CNP","2',3'-cyclic nucleotide 3' phosphodiesterase"
-"chr3",192231844,192232664,821,"*","Intron (uc003fsy.3/2257, intron 4 of 5)",3,191857182,192445388,588207,2,"2257",212724,"ENSG00000114279","FGF12","fibroblast growth factor 12"
-"chr22",32026779,32026902,124,"*","5' UTR",22,32014477,32058252,43776,2,"23761",31350,"ENSG00000241878","PISD","phosphatidylserine decarboxylase"
-"chr16",15596167,15596375,209,"*","5' UTR",16,15528325,15682116,153792,1,"89927",67842,"ENSG00000166780","C16orf45","chromosome 16 open reading frame 45"
-"chr19",13215320,13215729,410,"*","Promoter (1-2kb)",19,13209842,13213974,4133,2,"4066",-1346,"ENSG00000104903","LYL1","lymphoblastic leukemia associated hematopoiesis regulator 1"
-"chr19",52150230,52150547,318,"*","Promoter (<=1kb)",19,52145806,52150132,4327,2,"100049587",-98,"ENSG00000254415","SIGLEC14","sialic acid binding Ig like lectin 14"
-"chr19",40229167,40229318,152,"*","Promoter (<=1kb)",19,40221893,40228669,6777,2,"1178",-498,"ENSG00000105205","CLC","Charcot-Leyden crystal galectin"
-"chr16",51168768,51169389,622,"*","Downstream (<1kb)",16,51169886,51185183,15298,2,"6299",15794,"ENSG00000103449","SALL1","spalt-like transcription factor 1"
-"chr11",111410960,111411023,64,"*","Promoter (<=1kb)",11,111411233,111432470,21238,1,"143903",-210,"ENSG00000204381","LAYN","layilin"
-"chr19",39833510,39833609,100,"*","Promoter (<=1kb)",19,39833108,39875537,42430,1,"55095",402,"ENSG00000179134","SAMD4B","sterile alpha motif domain containing 4B"
-"chr8",70906688,70907000,313,"*","Distal Intergenic",8,70963886,70983562,19677,2,"63978",76562,"ENSG00000147596","PRDM14","PR domain 14"
-"chr3",53857876,53857953,78,"*","Exon (uc003dgz.3/55349, exon 3 of 9)",3,53850324,53880420,30097,2,"55349",22467,"ENSG00000016391","CHDH","choline dehydrogenase"
-"chr7",158059131,158059396,266,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",266109,"ENSG00000207637","MIR595","microRNA 595"
-"chr4",8594324,8594514,191,"*","5' UTR",4,8582217,8621488,39272,1,"8532",12107,"ENSG00000109625","CPZ","carboxypeptidase Z"
-"chr13",100636299,100636692,394,"*","Promoter (2-3kb)",13,100634026,100639019,4994,1,"7546",2273,"ENSG00000043355","ZIC2","Zic family member 2"
-"chr15",25425051,25425388,338,"*","Promoter (<=1kb)",15,25425644,25425725,82,1,"100033443",-256,"ENSG00000200812","SNORD115-6","small nucleolar RNA, C/D box 115-6"
-"chr1",888909,889167,259,"*","Exon (uc001aby.4/26155, exon 6 of 17)",1,879583,894679,15097,2,"26155",5512,"ENSG00000188976","NOC2L","NOC2 like nucleolar associated transcriptional repressor"
-"chr5",146888397,146888580,184,"*","Promoter (1-2kb)",5,146770371,146889619,119249,2,"1809",1039,"ENSG00000113657","DPYSL3","dihydropyrimidinase like 3"
-"chr3",46742443,46742817,375,"*","Promoter (<=1kb)",3,46742823,46752413,9591,1,"259236",-6,"ENSG00000181585","TMIE","transmembrane inner ear"
-"chr1",183441376,183441395,20,"*","Promoter (<=1kb)",1,183441506,183523328,81823,1,"9887",-111,"ENSG00000116698","SMG7","SMG7 nonsense mediated mRNA decay factor"
-"chr19",17530614,17530742,129,"*","Promoter (<=1kb)",19,17530912,17536140,5229,1,"93343",-170,"ENSG00000141971","MVB12A","multivesicular body subunit 12A"
-"chr7",30518000,30518197,198,"*","Promoter (<=1kb)",7,30464143,30518393,54251,2,"10392",196,"ENSG00000106100","NOD1","nucleotide binding oligomerization domain containing 1"
-"chr11",6495452,6495505,54,"*","Promoter (<=1kb)",11,6469843,6495689,25847,2,"10612",184,"ENSG00000110171","TRIM3","tripartite motif containing 3"
-"chr8",25897153,25897534,382,"*","Intron (uc003xek.3/5520, intron 7 of 10)",8,25699246,25902640,203395,2,"64641",5106,"ENSG00000221818","EBF2","early B-cell factor 2"
-"chr6",33653289,33653502,214,"*","Exon (uc021ywr.1/3710, exon 40 of 58)",6,33664538,33679528,14991,2,"84300",26026,"ENSG00000137288","UQCC2","ubiquinol-cytochrome c reductase complex assembly factor 2"
-"chr2",383321,383401,81,"*","Distal Intergenic",2,279561,288308,8748,2,"285016",-95013,"ENSG00000189292","FAM150B","family with sequence similarity 150 member B"
-"chr16",21170647,21171084,438,"*","Promoter (<=1kb)",16,20944476,21170762,226287,2,"55567",0,"ENSG00000158486","DNAH3","dynein axonemal heavy chain 3"
-"chr19",53935117,53935228,112,"*","Promoter (<=1kb)",19,53935227,53947925,12699,1,"147804",0,"ENSG00000241015","TPM3P9","tropomyosin 3 pseudogene 9"
-"chr10",114133235,114133652,418,"*","Promoter (<=1kb)",10,114133916,114188138,54223,1,"51703",-264,"ENSG00000197142","ACSL5","acyl-CoA synthetase long-chain family member 5"
-"chr22",31218179,31218629,451,"*","5' UTR",22,31127544,31127628,85,1,"100422912",90635,NA,"MIR3200","microRNA 3200"
-"chr2",74734859,74735267,409,"*","Promoter (<=1kb)",2,74732170,74734821,2652,2,"84759",-38,"ENSG00000115289","PCGF1","polycomb group ring finger 1"
-"chr12",110172214,110172346,133,"*","Exon (uc031qjl.1/84983, exon 4 of 4)",12,110152187,110208312,56126,1,"84915",20027,"ENSG00000139438","FAM222A","family with sequence similarity 222 member A"
-"chr4",8262659,8262688,30,"*","Distal Intergenic",4,8271489,8308838,37350,1,"94031",-8801,"ENSG00000170801","HTRA3","HtrA serine peptidase 3"
-"chr6",28557765,28557774,10,"*","Exon (uc003nlp.1/uc003nlp.1, exon 2 of 2)",6,28471073,28483570,12498,2,"257202",-74195,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",2570492,2571449,958,"*","Promoter (<=1kb)",16,2570363,2580955,10593,1,"51005",129,"ENSG00000162066","AMDHD2","amidohydrolase domain containing 2"
-"chr1",63782347,63782378,32,"*","Promoter (<=1kb)",1,63624754,63782901,158148,2,"199899",523,"ENSG00000224209","LINC00466","long intergenic non-protein coding RNA 466"
-"chr2",241562037,241562376,340,"*","Intron (uc010fzh.2/2859, intron 5 of 5)",2,241544825,241570676,25852,1,"2859",17212,"ENSG00000178623","GPR35","G protein-coupled receptor 35"
-"chr7",98602548,98602745,198,"*","Intron (uc003upp.3/8295, intron 67 of 71)",7,98479273,98479352,80,1,"100500819",123275,"ENSG00000266019","MIR3609","microRNA 3609"
-"chr18",70211787,70211911,125,"*","Promoter (<=1kb)",18,70203915,70211723,7809,2,"147381",-64,"ENSG00000141668","CBLN2","cerebellin 2 precursor"
-"chr16",21169131,21169615,485,"*","Promoter (<=1kb)",16,21169912,21191937,22026,1,"57146",-297,"ENSG00000011638","TMEM159","transmembrane protein 159"
-"chr4",81106415,81106772,358,"*","Promoter (<=1kb)",4,81105439,81125482,20044,1,"56978",976,"ENSG00000152784","PRDM8","PR domain 8"
-"chr16",30075895,30075921,27,"*","5' UTR",16,30087350,30096695,9346,1,"5531",-11429,"ENSG00000149923","PPP4C","protein phosphatase 4 catalytic subunit"
-"chr11",122932810,122933028,219,"*","Promoter (<=1kb)",11,122928200,122933186,4987,2,"3312",158,"ENSG00000109971","HSPA8","heat shock protein family A (Hsp70) member 8"
-"chr7",99155983,99156195,213,"*","Promoter (<=1kb)",7,99143923,99156115,12193,2,"221786",0,"ENSG00000221909","FAM200A","family with sequence similarity 200 member A"
-"chr2",219906259,219906406,148,"*","Promoter (<=1kb)",2,219867568,219906273,38706,2,"255101",0,"ENSG00000181378","CFAP65","cilia and flagella associated protein 65"
-"chr7",155333289,155333384,96,"*","Distal Intergenic",7,155293953,155326539,32587,2,"285888",-6750,"ENSG00000146910","CNPY1","canopy FGF signaling regulator 1"
-"chr18",30352927,30352952,26,"*","Promoter (<=1kb)",18,30252634,30352974,100341,2,"57565",22,"ENSG00000197705","KLHL14","kelch like family member 14"
-"chr5",37370967,37370999,33,"*","Promoter (<=1kb)",5,37291941,37371197,79257,2,"9631",198,"ENSG00000113569","NUP155","nucleoporin 155kDa"
-"chr3",5022094,5022344,251,"*","Promoter (<=1kb)",3,4938493,5021646,83154,2,"100507582",-448,"ENSG00000235831","BHLHE40-AS1","BHLHE40 antisense RNA 1"
-"chr5",138089055,138089608,554,"*","Promoter (<=1kb)",5,138089107,138270723,181617,1,"1495",0,"ENSG00000044115","CTNNA1","catenin alpha 1"
-"chr20",40247197,40247458,262,"*","Promoter (<=1kb)",20,40031170,40247133,215964,2,"84181",-64,"ENSG00000124177","CHD6","chromodomain helicase DNA binding protein 6"
-"chr16",1552789,1553648,860,"*","Exon (uc002cly.3/9894, exon 15 of 21)",16,1543352,1560460,17109,1,"9894",9437,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr14",102680187,102680429,243,"*","3' UTR",14,102606189,102690010,83822,1,"91833",73998,"ENSG00000140153","WDR20","WD repeat domain 20"
-"chr7",131012497,131012631,135,"*","5' UTR",7,130794855,131181398,386544,1,"4289",217642,"ENSG00000128585","MKLN1","muskelin 1"
-"chr22",39097287,39097540,254,"*","Promoter (<=1kb)",22,39081548,39096459,14912,2,"9929",-828,"ENSG00000100221","JOSD1","Josephin domain containing 1"
-"chr12",6165683,6166125,443,"*","Exon (uc001qnn.1/7450, exon 15 of 52)",12,6058040,6233836,175797,2,"7450",67711,"ENSG00000110799","VWF","von Willebrand factor"
-"chr5",31532187,31532200,14,"*","Promoter (<=1kb)",5,31400602,31532282,131681,2,"29102",82,"ENSG00000113360","DROSHA","drosha ribonuclease III"
-"chr16",3077830,3078500,671,"*","3' UTR",16,3072626,3074287,1662,2,"54985",-3543,"ENSG00000103145","HCFC1R1","host cell factor C1 regulator 1 (XPO1 dependent)"
-"chr7",112580029,112580528,500,"*","Promoter (<=1kb)",7,112459202,112579932,120731,2,"154743",-97,"ENSG00000164603","C7orf60","chromosome 7 open reading frame 60"
-"chr1",101491427,101491561,135,"*","Promoter (<=1kb)",1,101455180,101491644,36465,2,"51611",83,"ENSG00000117543","DPH5","diphthamide biosynthesis 5"
-"chr6",8282662,8283019,358,"*","Distal Intergenic",6,8413301,8435794,22494,2,"51000",152775,"ENSG00000124786","SLC35B3","solute carrier family 35 member B3"
-"chr7",26331199,26331291,93,"*","Promoter (<=1kb)",7,26331515,26413949,82435,1,"29887",-224,"ENSG00000086300","SNX10","sorting nexin 10"
-"chr10",135149648,135150139,492,"*","Promoter (<=1kb)",10,135138928,135150475,11548,2,"50632",336,"ENSG00000130643","CALY","calcyon neuron specific vesicular protein"
-"chr16",11272199,11272440,242,"*","Exon (uc002dao.3/23274, exon 23 of 23)",16,11343506,11445617,102112,1,"116028",-71066,"ENSG00000175643","RMI2","RecQ mediated genome instability 2"
-"chr8",30241232,30241613,382,"*","Promoter (<=1kb)",8,30241944,30429734,187791,1,"11030",-331,"ENSG00000157110","RBPMS","RNA binding protein with multiple splicing"
-"chr19",57349815,57350004,190,"*","Promoter (2-3kb)",19,57321445,57352094,30650,2,"5178",2090,"ENSG00000198300","PEG3","paternally expressed 3"
-"chr2",206641088,206641630,543,"*","3' UTR",2,206547224,206662857,115634,1,"8828",93864,"ENSG00000118257","NRP2","neuropilin 2"
-"chr22",38092771,38092830,60,"*","Intron (uc003atq.1/11078, intron 7 of 12)",22,38082344,38172563,90220,1,"11078",10427,"ENSG00000100106","TRIOBP","TRIO and F-actin binding protein"
-"chr1",110210684,110210722,39,"*","5' UTR",1,110198698,110226619,27922,1,"2946",11986,"ENSG00000213366","GSTM2","glutathione S-transferase mu 2 (muscle)"
-"chr4",4379982,4380019,38,"*","Intron (uc031sde.1/27065, intron 1 of 8)",4,4349869,4420785,70917,1,"27065",30113,"ENSG00000168824","NSG1","neuron specific gene family member 1"
-"chr16",778351,778658,308,"*","Promoter (1-2kb)",16,776958,779715,2758,1,"84264",1393,"ENSG00000103253","HAGHL","hydroxyacylglutathione hydrolase-like"
-"chr16",88598525,88599035,511,"*","Exon (uc002fkv.3/161882, exon 7 of 10)",16,88636789,88698372,61584,1,"124245",-37754,"ENSG00000158545","ZC3H18","zinc finger CCCH-type containing 18"
-"chr7",66648094,66648109,16,"*","Intron (uc003tvn.4/55253, intron 13 of 15)",7,66579309,66579384,76,2,"100616331",-68710,"ENSG00000264494","MIR4650-2","microRNA 4650-2"
-"chr6",26188953,26189127,175,"*","Promoter (<=1kb)",6,26188938,26189304,367,2,"8360",177,"ENSG00000277157","HIST1H4D","histone cluster 1, H4d"
-"chr11",18033976,18034578,603,"*","Promoter (<=1kb)",11,17809597,18034637,225041,2,"26297",59,"ENSG00000129158","SERGEF","secretion regulating guanine nucleotide exchange factor"
-"chr12",115134326,115134496,171,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-12357,"ENSG00000135111","TBX3","T-box 3"
-"chr14",101528075,101528108,34,"*","Promoter (<=1kb)",14,101528387,101528455,69,1,"494326",-279,NA,"MIR377","microRNA 377"
-"chr16",3493633,3493997,365,"*","Promoter (<=1kb)",16,3493668,3536963,43296,1,"79903",0,"ENSG00000122390","NAA60","N(alpha)-acetyltransferase 60, NatF catalytic subunit"
-"chr14",36288939,36289100,162,"*","Distal Intergenic",14,36295597,36341169,45573,1,"84312",-6497,"ENSG00000100916","BRMS1L","breast cancer metastasis-suppressor 1-like"
-"chrX",136114577,136115233,657,"*","Promoter (<=1kb)",23,136112307,136113833,1527,2,"83550",-744,"ENSG00000165370","GPR101","G protein-coupled receptor 101"
-"chr16",4663553,4664062,510,"*","Promoter (<=1kb)",16,4658884,4664927,6044,2,"124402",865,"ENSG00000153443","UBALD1","UBA like domain containing 1"
-"chr10",76586186,76586206,21,"*","Promoter (<=1kb)",10,76586171,76792380,206210,1,"23522",15,"ENSG00000156650","KAT6B","lysine acetyltransferase 6B"
-"chr6",31322073,31322300,228,"*","3' UTR",6,32485154,32557613,72460,2,"3127",1235313,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",95401644,95401647,4,"*","Promoter (<=1kb)",7,95401818,95727736,325919,1,"1780",-171,"ENSG00000158560","DYNC1I1","dynein cytoplasmic 1 intermediate chain 1"
-"chr7",101457311,101457399,89,"*","Promoter (1-2kb)",7,101459184,101927250,468067,1,"1523",-1785,"ENSG00000257923","CUX1","cut like homeobox 1"
-"chr12",56710306,56710362,57,"*","Promoter (<=1kb)",12,56704213,56710128,5916,2,"10330",-178,"ENSG00000257727","CNPY2","canopy FGF signaling regulator 2"
-"chr14",39644666,39644870,205,"*","Promoter (<=1kb)",14,39644387,39652422,8036,1,"5411",279,"ENSG00000100941","PNN","pinin, desmosome associated protein"
-"chr5",134369881,134370033,153,"*","Promoter (<=1kb)",5,134363424,134369964,6541,2,"5307",0,"ENSG00000069011","PITX1","paired like homeodomain 1"
-"chr16",2581684,2582094,411,"*","Promoter (<=1kb)",16,2581923,2582006,84,2,"100422974",0,"ENSG00000266232","MIR3178","microRNA 3178"
-"chr4",100242957,100243455,499,"*","Promoter (<=1kb)",4,100227527,100242572,15046,2,"125",-385,"ENSG00000196616","ADH1B","alcohol dehydrogenase 1B (class I), beta polypeptide"
-"chr13",107687117,107687552,436,"*","Distal Intergenic",13,107306228,107324528,18301,1,"100874173",380889,"ENSG00000230156","LINC00443","long intergenic non-protein coding RNA 443"
-"chr6",30646940,30646949,10,"*","Intron (uc003nra.3/170954, intron 1 of 3)",6,32485154,32557613,72460,2,"3127",1910664,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",200880710,200880933,224,"*","Exon (uc001gvo.4/55765, exon 9 of 10)",1,200860627,200884864,24238,1,"55765",20083,"ENSG00000163362","C1orf106","chromosome 1 open reading frame 106"
-"chrY",24453658,24453709,52,"*","Promoter (1-2kb)",24,24455006,24462352,7347,1,"159162",-1297,"ENSG00000243040","RBMY2FP","RNA binding motif protein, Y-linked, family 2, member F pseudogene"
-"chr19",36499618,36499839,222,"*","Promoter (<=1kb)",19,36494002,36500273,6272,2,"163183",434,"ENSG00000181392","SYNE4","spectrin repeat containing, nuclear envelope family member 4"
-"chr20",37554817,37554849,33,"*","Promoter (<=1kb)",20,37554955,37581703,26749,1,"81610",-106,"ENSG00000101447","FAM83D","family with sequence similarity 83 member D"
-"chr1",154127629,154128002,374,"*","Promoter (<=1kb)",1,153965168,154127592,162425,2,"91181",-37,"ENSG00000143552","NUP210L","nucleoporin 210kDa like"
-"chr15",73611202,73611321,120,"*","Downstream (<1kb)",15,73612200,73661605,49406,2,"10021",50284,"ENSG00000138622","HCN4","hyperpolarization activated cyclic nucleotide gated potassium channel 4"
-"chr10",88731021,88731875,855,"*","Promoter (<=1kb)",10,88730498,88784487,53990,1,"119385",523,NA,"AGAP11","ArfGAP with GTPase domain, ankyrin repeat and PH domain 11"
-"chr22",37678222,37678489,268,"*","Promoter (<=1kb)",22,37678495,37711389,32895,1,"27128",-6,"ENSG00000100055","CYTH4","cytohesin 4"
-"chr6",28479502,28479515,14,"*","Intron (uc010jrg.1/257202, intron 3 of 3)",6,28471073,28483570,12498,2,"257202",4055,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr1",116961404,116961464,61,"*","Promoter (<=1kb)",1,116935487,116961244,25758,2,"84852",-160,"ENSG00000203865","ATP1A1-AS1","ATP1A1 antisense RNA 1"
-"chr19",3933046,3933195,150,"*","Promoter (<=1kb)",19,3933101,3942414,9314,1,"27231",0,"ENSG00000077009","NMRK2","nicotinamide riboside kinase 2"
-"chr10",95721204,95721318,115,"*","Promoter (<=1kb)",10,95717897,95721672,3776,2,"266971",354,"ENSG00000180764","PIPSL","PIP5K1A and PSMD4-like, pseudogene"
-"chr5",1938501,1938571,71,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",-51208,"ENSG00000113430","IRX4","iroquois homeobox 4"
-"chr20",47897020,47897159,140,"*","Promoter (<=1kb)",20,47897220,47897309,90,1,"692057",-61,"ENSG00000212304","SNORD12","small nucleolar RNA, C/D box 12"
-"chr19",50100987,50101012,26,"*","Exon (uc002poo.4/57479, exon 4 of 14)",19,50094912,50129696,34785,1,"57479",6075,"ENSG00000126464","PRR12","proline rich 12"
-"chr10",1166946,1167544,599,"*","Intron (uc031ptc.1/22884, intron 11 of 13)",10,1205708,1210612,4905,1,"399706",-38164,"ENSG00000229205","LINC00200","long intergenic non-protein coding RNA 200"
-"chr4",99064054,99064459,406,"*","Promoter (<=1kb)",4,98480025,99064391,584367,2,"285555",0,"ENSG00000163116","STPG2","sperm tail PG-rich repeat containing 2"
-"chr16",68279176,68279192,17,"*","Promoter (<=1kb)",16,68279247,68294961,15715,1,"23659",-55,"ENSG00000103066","PLA2G15","phospholipase A2 group XV"
-"chr16",9184437,9184657,221,"*","Promoter (<=1kb)",16,9185537,9213555,28019,1,"29035",-880,"ENSG00000182831","C16orf72","chromosome 16 open reading frame 72"
-"chr15",75932821,75932931,111,"*","Promoter (<=1kb)",15,75931426,75932664,1239,2,"55272",-157,"ENSG00000177971","IMP3","IMP3, U3 small nucleolar ribonucleoprotein"
-"chr16",11348611,11348636,26,"*","Promoter (1-2kb)",16,11348274,11350039,1766,2,"8651",1403,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
-"chr3",49314595,49314655,61,"*","Promoter (<=1kb)",3,49306030,49314508,8479,2,"375341",-87,"ENSG00000188315","C3orf62","chromosome 3 open reading frame 62"
-"chr6",31747168,31747189,22,"*","Intron (uc021yuy.1/7407, intron 2 of 4)",6,32485154,32557613,72460,2,"3127",810424,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",71357290,71357313,24,"*","Promoter (<=1kb)",2,71336806,71357394,20589,2,"84693",81,"ENSG00000124370","MCEE","methylmalonyl-CoA epimerase"
-"chr12",52281063,52281652,590,"*","Promoter (<=1kb)",12,52281793,52285505,3713,1,"341405",-141,"ENSG00000167612","ANKRD33","ankyrin repeat domain 33"
-"chr17",8311635,8311700,66,"*","Distal Intergenic",17,8294023,8301144,7122,2,"643904",-10491,"ENSG00000189051","RNF222","ring finger protein 222"
-"chr7",98741989,98742051,63,"*","Promoter (<=1kb)",7,98625058,98741743,116686,2,"57154",-246,"ENSG00000198742","SMURF1","SMAD specific E3 ubiquitin protein ligase 1"
-"chr12",34528074,34528521,448,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",352858,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
-"chr10",125816348,125816412,65,"*","Intron (uc001lhm.4/51363, intron 7 of 7)",10,125767182,125853123,85942,2,"51363",36711,"ENSG00000182022","CHST15","carbohydrate (N-acetylgalactosamine 4-sulfate 6-O) sulfotransferase 15"
-"chr2",11750732,11751071,340,"*","Exon (uc002rbk.1/9687, exon 18 of 33)",2,11798304,11810329,12026,2,"23620",59258,"ENSG00000169006","NTSR2","neurotensin receptor 2"
-"chr8",1922810,1923052,243,"*","Promoter (<=1kb)",8,1922044,1955109,33066,1,"9920",766,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
-"chr11",70669137,70669292,156,"*","Intron (uc001oqc.3/22941, intron 14 of 21)",11,70708895,70711220,2326,1,"220070",-39603,"ENSG00000171671","SHANK2-AS3","SHANK2 antisense RNA 3"
-"chr22",25170810,25170820,11,"*","Promoter (<=1kb)",22,25115001,25170687,55687,2,"440822",-123,"ENSG00000184571","PIWIL3","piwi-like RNA-mediated gene silencing 3"
-"chr5",180649514,180649677,164,"*","Promoter (<=1kb)",5,180649566,180649633,68,2,"100616342",0,"ENSG00000264732","MIR4638","microRNA 4638"
-"chr19",836679,836716,38,"*","Distal Intergenic",19,840985,848175,7191,1,"5657",-4269,"ENSG00000196415","PRTN3","proteinase 3"
-"chr10",30638342,30638372,31,"*","Intron (uc001ivb.4/55149, intron 8 of 16)",10,30598730,30663377,64648,2,"55149",25005,"ENSG00000107951","MTPAP","mitochondrial poly(A) polymerase"
-"chr11",47600544,47600569,26,"*","Promoter (<=1kb)",11,47593749,47600567,6819,2,"55709",0,"ENSG00000123444","KBTBD4","kelch repeat and BTB domain containing 4"
-"chr19",1256951,1257029,79,"*","Exon (uc002lrp.3/90007, exon 8 of 8)",19,1248552,1259142,10591,1,"90007",8399,"ENSG00000167470","MIDN","midnolin"
-"chr10",96305422,96305432,11,"*","Promoter (<=1kb)",10,96305543,96361856,56314,1,"3070",-111,"ENSG00000119969","HELLS","helicase, lymphoid-specific"
-"chr6",101847010,101847270,261,"*","Promoter (<=1kb)",6,101846669,102517958,671290,1,"2898",341,"ENSG00000164418","GRIK2","glutamate ionotropic receptor kainate type subunit 2"
-"chr1",224301953,224302019,67,"*","Promoter (<=1kb)",1,224301789,224349749,47961,1,"23219",164,"ENSG00000143756","FBXO28","F-box protein 28"
-"chr10",44881551,44881702,152,"*","Promoter (1-2kb)",10,44865601,44880545,14945,2,"6387",-1006,"ENSG00000107562","CXCL12","C-X-C motif chemokine ligand 12"
-"chr8",100025439,100026087,649,"*","Promoter (<=1kb)",8,100025494,100889814,864321,1,"157680",0,"ENSG00000132549","VPS13B","vacuolar protein sorting 13 homolog B (yeast)"
-"chr5",140778396,140778498,103,"*","Promoter (<=1kb)",5,140777695,140892548,114854,1,"56101",701,"ENSG00000276547","PCDHGB5","protocadherin gamma subfamily B, 5"
-"chr16",30933419,30934108,690,"*","Promoter (<=1kb)",16,30934392,30960104,25713,1,"54620",-284,"ENSG00000099364","FBXL19","F-box and leucine-rich repeat protein 19"
-"chr10",1102894,1103535,642,"*","Promoter (<=1kb)",10,1085964,1102644,16681,2,"3422",-250,"ENSG00000067064","IDI1","isopentenyl-diphosphate delta isomerase 1"
-"chr11",296432,296540,109,"*","Promoter (2-3kb)",11,298201,299526,1326,2,"387733",2986,"ENSG00000206013","IFITM5","interferon induced transmembrane protein 5"
-"chr16",88556790,88557499,710,"*","Intron (uc002fkv.3/161882, intron 3 of 9)",16,88535326,88535439,114,1,"100847057",21464,"ENSG00000263456","MIR5189","microRNA 5189"
-"chr1",22327803,22328206,404,"*","Promoter (<=1kb)",1,22328149,22339035,10887,1,"10136",0,"ENSG00000142789","CELA3A","chymotrypsin like elastase family member 3A"
-"chrX",24665496,24665607,112,"*","Intron (uc004dbj.3/9468, intron 7 of 7)",23,24576204,24690979,114776,2,"9468",25372,"ENSG00000102230","PCYT1B","phosphate cytidylyltransferase 1, choline, beta"
-"chr7",1278380,1278508,129,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",5726,"ENSG00000164853","UNCX","UNC homeobox"
-"chr4",2011331,2011427,97,"*","Promoter (<=1kb)",4,1984441,2010962,26522,2,"7469",-369,"ENSG00000185049","NELFA","negative elongation factor complex member A"
-"chr2",91634652,91634675,24,"*","Distal Intergenic",2,91805188,91847975,42788,2,"654342",213300,NA,"LOC654342","lymphocyte-specific protein 1 pseudogene"
-"chr6",166796531,166796540,10,"*","Promoter (<=1kb)",6,166778408,166796501,18094,2,"51660",-30,"ENSG00000060762","MPC1","mitochondrial pyruvate carrier 1"
-"chr22",50900009,50900278,270,"*","Exon (uc011arx.2/6305, exon 15 of 34)",22,50883431,50913464,30034,2,"6305",13186,"ENSG00000100241","SBF1","SET binding factor 1"
-"chr1",85513741,85513889,149,"*","Promoter (<=1kb)",1,85483765,85514223,30459,2,"55283",334,"ENSG00000055732","MCOLN3","mucolipin 3"
-"chr6",33165544,33165577,34,"*","Exon (uc003odb.4/6257, exon 4 of 10)",6,33540323,33548070,7748,2,"578",382493,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr1",112161735,112161864,130,"*","Intron (uc001ebi.3/5906, intron 1 of 7)",1,112141629,112150940,9312,2,"100129269",-10795,NA,"LINC01160","long intergenic non-protein coding RNA 1160"
-"chr9",90341385,90341458,74,"*","Promoter (<=1kb)",9,90340974,90346384,5411,1,"1514",411,"ENSG00000135047","CTSL","cathepsin L"
-"chr1",101003337,101003688,352,"*","Promoter (<=1kb)",1,101003728,101007583,3856,1,"54112",-40,"ENSG00000181656","GPR88","G protein-coupled receptor 88"
-"chr19",54704656,54704794,139,"*","Promoter (<=1kb)",19,54704726,54711515,6790,1,"6203",0,"ENSG00000170889","RPS9","ribosomal protein S9"
-"chr6",41755394,41755399,6,"*","Promoter (1-2kb)",6,41754178,41757634,3457,1,"100188893",1216,"ENSG00000214736","TOMM6","translocase of outer mitochondrial membrane 6"
-"chr17",18163716,18163735,20,"*","Promoter (<=1kb)",17,18163848,18169095,5248,1,"125170",-113,"ENSG00000177427","MIEF2","mitochondrial elongation factor 2"
-"chr2",71246588,71246660,73,"*","Distal Intergenic",2,71251205,71257060,5856,1,"79315",-4545,"ENSG00000205847","OR7E91P","olfactory receptor family 7 subfamily E member 91 pseudogene"
-"chr21",44590602,44590965,364,"*","Promoter (1-2kb)",21,44589141,44592913,3773,1,"1409",1461,"ENSG00000160202","CRYAA","crystallin alpha A"
-"chr16",1557318,1557605,288,"*","Exon (uc002cly.3/9894, exon 19 of 21)",16,1543352,1560460,17109,1,"9894",13966,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr2",172750661,172750671,11,"*","Promoter (<=1kb)",2,172639915,172750816,110902,2,"8604",145,"ENSG00000115840","SLC25A12","solute carrier family 25 member 12"
-"chr10",43362028,43362370,343,"*","Distal Intergenic",10,43277954,43330385,52432,1,"9790",84074,"ENSG00000165733","BMS1","BMS1, ribosome biogenesis factor"
-"chr16",717659,717915,257,"*","Promoter (<=1kb)",16,718083,724174,6092,1,"89941",-168,"ENSG00000140983","RHOT2","ras homolog family member T2"
-"chr1",26547059,26547377,319,"*","Distal Intergenic",1,26560693,26605299,44607,1,"64793",-13316,"ENSG00000130695","CEP85","centrosomal protein 85kDa"
-"chr2",222437027,222437033,7,"*","Promoter (<=1kb)",2,222282747,222437010,154264,2,"2043",-17,"ENSG00000116106","EPHA4","EPH receptor A4"
-"chr19",55417500,55417599,100,"*","Promoter (<=1kb)",19,55417508,55424439,6932,1,"9437",0,"ENSG00000189430","NCR1","natural cytotoxicity triggering receptor 1"
-"chr10",80827285,80827482,198,"*","Promoter (1-2kb)",10,80703083,80828536,125454,2,"283050",1054,"ENSG00000224596","ZMIZ1-AS1","ZMIZ1 antisense RNA 1"
-"chr16",1449260,1449480,221,"*","Exon (uc031qup.1/64718, exon 5 of 15)",16,1413206,1464705,51500,2,"64718",15225,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr4",117626456,117626746,291,"*","Distal Intergenic",4,118004710,118006736,2027,2,"133022",379990,"ENSG00000174599","TRAM1L1","translocation associated membrane protein 1-like 1"
-"chr11",3181527,3181822,296,"*","Intron (uc001lxk.2/114879, intron 21 of 21)",11,3108346,3187969,79624,2,"114879",6147,"ENSG00000021762","OSBPL5","oxysterol binding protein like 5"
-"chr14",105041531,105041660,130,"*","Distal Intergenic",14,105046056,105056183,10128,1,"400258",-4396,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
-"chr14",51955716,51956044,329,"*","Promoter (<=1kb)",14,51955839,52197444,241606,1,"122786",0,"ENSG00000139926","FRMD6","FERM domain containing 6"
-"chr16",75032726,75033300,575,"*","Promoter (<=1kb)",16,75032915,75144892,111978,1,"84937",0,"ENSG00000186187","ZNRF1","zinc and ring finger 1, E3 ubiquitin protein ligase"
-"chr4",493320,493681,362,"*","Promoter (<=1kb)",4,492989,533320,40332,1,"54872",331,"ENSG00000174227","PIGG","phosphatidylinositol glycan anchor biosynthesis class G"
-"chr19",37329712,37329859,148,"*","Intron (uc021utl.1/388536, intron 4 of 4)",19,37341260,37403930,62671,1,"25850",-11401,"ENSG00000251247","ZNF345","zinc finger protein 345"
-"chr14",57284048,57284219,172,"*","Intron (uc021rtn.1/100309464, intron 2 of 2)",14,57278724,57397550,118827,1,"100309464",5324,"ENSG00000248550","OTX2-AS1","OTX2 antisense RNA 1 (head to head)"
-"chr7",157572648,157573039,392,"*","Intron (uc011kwa.2/5799, intron 11 of 22)",7,157647277,157658782,11506,1,"100506585",-74238,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr19",9416214,9416722,509,"*","Promoter (<=1kb)",19,9405986,9415795,9810,2,"374879",-419,"ENSG00000196110","ZNF699","zinc finger protein 699"
-"chr1",165797905,165798382,478,"*","Promoter (<=1kb)",1,165693528,165796992,103465,2,"54499",-913,"ENSG00000143183","TMCO1","transmembrane and coiled-coil domains 1"
-"chrX",153770003,153770045,43,"*","Promoter (<=1kb)",23,153770459,153793261,22803,1,"8517",-414,"ENSG00000269335","IKBKG","inhibitor of kappa light polypeptide gene enhancer in B-cells, kinase gamma"
-"chr11",119352283,119352362,80,"*","Intron (uc001pwo.3/100499227, intron 3 of 3)",11,119288655,119294246,5592,2,"7070",-58037,"ENSG00000154096","THY1","Thy-1 cell surface antigen"
-"chr7",154958660,154958976,317,"*","Distal Intergenic",7,154858779,154863267,4489,2,"100128264",-95393,"ENSG00000220575","HTR5A-AS1","HTR5A antisense RNA 1"
-"chr20",61919402,61919802,401,"*","Promoter (1-2kb)",20,61918160,61918218,59,1,"100422945",1242,"ENSG00000266104","MIR4326","microRNA 4326"
-"chr5",99381964,99382144,181,"*","Exon (uc021ybz.1/uc021ybz.1, exon 1 of 1)",5,99715209,99723958,8750,2,"100133050",341814,NA,"LOC100133050","glucuronidase, beta pseudogene"
-"chr11",4628986,4629357,372,"*","Promoter (<=1kb)",11,4619902,4629489,9588,2,"55128",132,"ENSG00000167333","TRIM68","tripartite motif containing 68"
-"chr12",42877381,42877540,160,"*","5' UTR",12,42852140,42983572,131433,2,"144165",106032,"ENSG00000139174","PRICKLE1","prickle planar cell polarity protein 1"
-"chr3",127317209,127317466,258,"*","Promoter (<=1kb)",3,127317200,127341278,24079,1,"4171",9,"ENSG00000073111","MCM2","minichromosome maintenance complex component 2"
-"chr12",123518888,123519109,222,"*","Exon (uc001uej.1/57605, exon 2 of 25)",12,123495214,123495275,62,2,"100422931",-23613,"ENSG00000265526","MIR4304","microRNA 4304"
-"chr3",24537338,24537407,70,"*","Promoter (<=1kb)",3,24158645,24536453,377809,2,"7068",-885,"ENSG00000151090","THRB","thyroid hormone receptor beta"
-"chr12",371950,372139,190,"*","Promoter (<=1kb)",12,329787,372039,42253,2,"6540",0,"ENSG00000010379","SLC6A13","solute carrier family 6 member 13"
-"chr7",137531173,137531210,38,"*","Promoter (<=1kb)",7,137074385,137531609,457225,2,"9162",399,"ENSG00000157680","DGKI","diacylglycerol kinase iota"
-"chr19",10792795,10792991,197,"*","Exon (uc002mpk.2/3609, exon 12 of 18)",19,10812112,10824043,11932,1,"81890",-19121,"ENSG00000213339","QTRT1","queuine tRNA-ribosyltransferase catalytic subunit 1"
-"chr17",4850662,4850895,234,"*","Promoter (1-2kb)",17,4848945,4852381,3437,2,"5216",1486,"ENSG00000108518","PFN1","profilin 1"
-"chr22",42016984,42016998,15,"*","Promoter (<=1kb)",22,41994032,42017061,23030,2,"27351",63,"ENSG00000100418","DESI1","desumoylating isopeptidase 1"
-"chr5",151304357,151304374,18,"*","Promoter (<=1kb)",5,151202074,151304397,102324,2,"2741",23,"ENSG00000145888","GLRA1","glycine receptor alpha 1"
-"chr15",69452675,69452784,110,"*","Promoter (<=1kb)",15,69452973,69564544,111572,1,"26035",-189,"ENSG00000138604","GLCE","glucuronic acid epimerase"
-"chr1",174128249,174128325,77,"*","Promoter (<=1kb)",1,174128552,174964445,835894,1,"9910",-227,"ENSG00000152061","RABGAP1L","RAB GTPase activating protein 1-like"
-"chr2",133402427,133402940,514,"*","3' UTR",2,133402337,133429070,26734,2,"116372",26130,"ENSG00000150551","LYPD1","LY6/PLAUR domain containing 1"
-"chr16",20753260,20753279,20,"*","Promoter (<=1kb)",16,20744986,20753199,8214,2,"55623",-61,"ENSG00000066654","THUMPD1","THUMP domain containing 1"
-"chr2",162279276,162279638,363,"*","Intron (uc002ubw.1/10716, intron 5 of 5)",2,162272620,162281573,8954,1,"10716",6656,"ENSG00000136535","TBR1","T-box, brain 1"
-"chr4",57333196,57333219,24,"*","Promoter (<=1kb)",4,57333762,57369847,36086,1,"6731",-543,"ENSG00000174780","SRP72","signal recognition particle 72kDa"
-"chr6",33257323,33257434,112,"*","5' UTR",6,33540323,33548070,7748,2,"578",290636,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr5",50264516,50264628,113,"*","Distal Intergenic",5,49961733,50142356,180624,1,"79668",302783,"ENSG00000151883","PARP8","poly(ADP-ribose) polymerase family member 8"
-"chr7",22894801,22894898,98,"*","Promoter (1-2kb)",7,22896232,22896305,74,1,"692210",-1334,"ENSG00000221740","SNORD93","small nucleolar RNA, C/D box 93"
-"chr19",10691806,10691895,90,"*","Intron (uc002mpc.3/10053, intron 6 of 11)",19,10683347,10697991,14645,2,"10053",6096,"ENSG00000129354","AP1M2","adaptor related protein complex 1 mu 2 subunit"
-"chr10",89621741,89621822,82,"*","Promoter (1-2kb)",10,89618918,89623194,4277,2,"100144748",1372,"ENSG00000227268","KLLN","killin, p53-regulated DNA replication inhibitor"
-"chr13",102069248,102069508,261,"*","Promoter (<=1kb)",13,101706130,102068843,362714,2,"259232",-405,"ENSG00000102452","NALCN","sodium leak channel, non-selective"
-"chr16",3645794,3646274,481,"*","Exon (uc002cvp.2/84464, exon 8 of 15)",16,3631184,3661585,30402,2,"84464",15311,"ENSG00000188827","SLX4","SLX4 structure-specific endonuclease subunit"
-"chr2",66661461,66661468,8,"*","Promoter (<=1kb)",2,66650475,66660602,10128,2,"730198",-859,NA,"MEIS1-AS3","MEIS1 antisense RNA 3"
-"chr2",120005612,120005755,144,"*","Exon (uc002tlp.3/55240, exon 4 of 6)",2,119981384,120023227,41844,1,"55240",24228,"ENSG00000115107","STEAP3","STEAP3 metalloreductase"
-"chr8",80695847,80696120,274,"*","Intron (uc003ybn.3/uc003ybn.3, intron 2 of 5)",8,80676245,80680098,3854,2,"23462",-15749,"ENSG00000164683","HEY1","hes related family bHLH transcription factor with YRPW motif 1"
-"chr2",128848500,128848528,29,"*","Promoter (<=1kb)",2,128848754,128953249,104496,1,"56886",-226,"ENSG00000136731","UGGT1","UDP-glucose glycoprotein glucosyltransferase 1"
-"chr12",108079508,108079615,108,"*","Promoter (<=1kb)",12,108079590,108106257,26668,1,"11137",0,"ENSG00000136045","PWP1","PWP1 homolog, endonuclein"
-"chr16",88442717,88443063,347,"*","Distal Intergenic",16,88493879,88507165,13287,1,"84627",-50816,"ENSG00000225614","ZNF469","zinc finger protein 469"
-"chr16",88752877,88753099,223,"*","Promoter (<=1kb)",16,88744090,88752882,8793,2,"333929",0,"ENSG00000185669","SNAI3","snail family zinc finger 3"
-"chr11",364575,364704,130,"*","Distal Intergenic",11,369795,382117,12323,1,"338707",-5091,"ENSG00000182272","B4GALNT4","beta-1,4-N-acetyl-galactosaminyltransferase 4"
-"chr7",70599516,70599643,128,"*","Promoter (1-2kb)",7,70597523,71178586,581064,1,"64409",1993,"ENSG00000185274","WBSCR17","Williams-Beuren syndrome chromosome region 17"
-"chr4",2043525,2043572,48,"*","Promoter (<=1kb)",4,2043720,2045697,1978,1,"401115",-148,"ENSG00000243449","C4orf48","chromosome 4 open reading frame 48"
-"chr3",94656610,94656685,76,"*","Promoter (<=1kb)",3,94657107,94895083,237977,1,"255025",-422,"ENSG00000239589","LINC00879","long intergenic non-protein coding RNA 879"
-"chr16",949283,949929,647,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",81389,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr5",142066080,142066245,166,"*","Intron (uc003lmq.3/2246, intron 3 of 4)",5,141971743,142077635,105893,2,"2246",11390,"ENSG00000113578","FGF1","fibroblast growth factor 1"
-"chr7",99214643,99214679,37,"*","Promoter (<=1kb)",7,99214571,99336131,121561,1,"221785",72,"ENSG00000197037","ZSCAN25","zinc finger and SCAN domain containing 25"
-"chr1",32859921,32860242,322,"*","Promoter (<=1kb)",1,32830705,32860062,29358,2,"55108",0,"ENSG00000160058","BSDC1","BSD domain containing 1"
-"chr16",2073245,2073744,500,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,2076869,2089027,12159,1,"9351",-3125,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
-"chr2",73151153,73151547,395,"*","Exon (uc002sin.1/2016, exon 2 of 3)",2,73144604,73162020,17417,1,"2016",6549,"ENSG00000135638","EMX1","empty spiracles homeobox 1"
-"chr19",59030948,59030979,32,"*","Promoter (<=1kb)",19,59024897,59031188,6292,2,"84878",209,"ENSG00000119574","ZBTB45","zinc finger and BTB domain containing 45"
-"chr19",3676192,3676340,149,"*","Intron (uc002lyj.2/23396, intron 17 of 17)",19,3630179,3700477,70299,2,"23396",24137,"ENSG00000186111","PIP5K1C","phosphatidylinositol-4-phosphate 5-kinase, type I, gamma"
-"chr3",193272513,193272655,143,"*","Promoter (<=1kb)",3,193119866,193272696,152831,2,"84239",41,"ENSG00000127249","ATP13A4","ATPase 13A4"
-"chr5",43602557,43602618,62,"*","Promoter (<=1kb)",5,43602791,43705668,102878,1,"23530",-173,"ENSG00000112992","NNT","nicotinamide nucleotide transhydrogenase"
-"chr1",226150183,226150385,203,"*","Distal Intergenic",1,226124298,226129083,4786,2,"7044",-21100,"ENSG00000143768","LEFTY2","left-right determination factor 2"
-"chr2",204193679,204194146,468,"*","Promoter (<=1kb)",2,204193003,204296892,103890,1,"10152",676,"ENSG00000138443","ABI2","abl-interactor 2"
-"chr7",102389344,102389433,90,"*","Promoter (<=1kb)",7,102389399,102449672,60274,1,"222234",0,"ENSG00000222011","FAM185A","family with sequence similarity 185 member A"
-"chr12",111800654,111800905,252,"*","Exon (uc001tsc.3/144717, exon 2 of 2)",12,111798455,111806925,8471,2,"144717",6020,"ENSG00000198324","FAM109A","family with sequence similarity 109 member A"
-"chr16",1138367,1138697,331,"*","3' UTR",16,1138226,1146244,8019,2,"390664",7547,"ENSG00000184471","C1QTNF8","C1q and tumor necrosis factor related protein 8"
-"chr7",1423720,1423842,123,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",75267,"ENSG00000164877","MICALL2","MICAL like 2"
-"chr9",140512465,140512815,351,"*","Promoter (<=1kb)",9,140509784,140513308,3525,2,"85026",493,"ENSG00000203993","ARRDC1-AS1","ARRDC1 antisense RNA 1"
-"chr1",246959275,246959428,154,"*","Distal Intergenic",1,246939315,246955685,16371,1,"149134",19960,NA,"LINC01341","long intergenic non-protein coding RNA 1341"
-"chr19",49617420,49617447,28,"*","Promoter (<=1kb)",19,49617618,49621717,4100,1,"64130",-171,"ENSG00000104863","LIN7B","lin-7 homolog B, crumbs cell polarity complex component"
-"chr16",22012408,22012481,74,"*","Promoter (<=1kb)",16,21995186,22012431,17246,2,"255762",0,"ENSG00000155714","PDZD9","PDZ domain containing 9"
-"chr4",83350243,83350536,294,"*","Promoter (<=1kb)",4,83343717,83351378,7662,2,"9987",842,"ENSG00000152795","HNRNPDL","heterogeneous nuclear ribonucleoprotein D like"
-"chr3",8809488,8810077,590,"*","Promoter (1-2kb)",3,8792095,8811300,19206,2,"5021",1223,"ENSG00000180914","OXTR","oxytocin receptor"
-"chr6",30881610,30881728,119,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1675885,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chrX",128656677,128656872,196,"*","Promoter (<=1kb)",23,128580478,128657460,76983,2,"6594",588,"ENSG00000102038","SMARCA1","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 1"
-"chr9",99382084,99382145,62,"*","Promoter (<=1kb)",9,99262395,99382112,119718,2,"8555",0,"ENSG00000081377","CDC14B","cell division cycle 14B"
-"chr16",7568005,7568267,263,"*","Exon (uc002cyr.1/54715, exon 5 of 12)",16,8619502,8622226,2725,2,"283953",1053959,"ENSG00000232258","TMEM114","transmembrane protein 114"
-"chr20",13201655,13201670,16,"*","Promoter (<=1kb)",20,13202418,13281297,78880,1,"140862",-748,"ENSG00000101230","ISM1","isthmin 1, angiogenesis inhibitor"
-"chrY",2655879,2655929,51,"*","Promoter (<=1kb)",24,2654896,2655792,897,2,"6736",-87,"ENSG00000184895","SRY","sex determining region Y"
-"chr16",4674594,4674629,36,"*","Promoter (<=1kb)",16,4674825,4740975,66151,1,"23295",-196,"ENSG00000102858","MGRN1","mahogunin ring finger 1, E3 ubiquitin protein ligase"
-"chr17",48071845,48071940,96,"*","Promoter (<=1kb)",17,48067369,48072588,5220,2,"1747",648,"ENSG00000064195","DLX3","distal-less homeobox 3"
-"chr17",4900617,4900687,71,"*","Promoter (<=1kb)",17,4891425,4900905,9481,2,"388324",218,"ENSG00000196388","INCA1","inhibitor of CDK, cyclin A1 interacting protein 1"
-"chr14",91977207,91977306,100,"*","Promoter (<=1kb)",14,91923956,91976813,52858,2,"55671",-394,"ENSG00000100796","PPP4R3A","protein phosphatase 4 regulatory subunit 3A"
-"chr1",218458390,218458485,96,"*","Promoter (<=1kb)",1,218458629,218511325,52697,1,"51018",-144,"ENSG00000067533","RRP15","ribosomal RNA processing 15 homolog"
-"chr5",140306231,140306249,19,"*","Promoter (<=1kb)",5,140306302,140391929,85628,1,"56135",-53,"ENSG00000248383","PCDHAC1","protocadherin alpha subfamily C, 1"
-"chr6",83902113,83902450,338,"*","Promoter (<=1kb)",6,83903032,83906256,3225,1,"112611",-582,"ENSG00000013392","RWDD2A","RWD domain containing 2A"
-"chr1",59247797,59248100,304,"*","Promoter (1-2kb)",1,59246463,59249785,3323,2,"3725",1685,"ENSG00000177606","JUN","jun proto-oncogene"
-"chr2",135011474,135011937,464,"*","Promoter (<=1kb)",2,135011830,135212192,200363,1,"4249",0,"ENSG00000152127","MGAT5","mannosyl (alpha-1,6-)-glycoprotein beta-1,6-N-acetyl-glucosaminyltransferase"
-"chr6",32729465,32729470,6,"*","Exon (uc003oby.4/3120, exon 2 of 5)",6,32605183,32614839,9657,1,"3117",124282,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr1",182808478,182808517,40,"*","Promoter (<=1kb)",1,182808439,182857117,48679,1,"1660",39,"ENSG00000135829","DHX9","DEAH-box helicase 9"
-"chr1",166809258,166809295,38,"*","Promoter (<=1kb)",1,166808724,166823709,14986,1,"57645",534,"ENSG00000143157","POGK","pogo transposable element with KRAB domain"
-"chr16",30087031,30087189,159,"*","Promoter (<=1kb)",16,30087350,30096695,9346,1,"5531",-161,"ENSG00000149923","PPP4C","protein phosphatase 4 catalytic subunit"
-"chr4",7512230,7512498,269,"*","Intron (uc003gkb.4/57537, intron 2 of 26)",4,7461755,7461845,91,1,"100422826",50475,"ENSG00000266690","MIR4274","microRNA 4274"
-"chr8",1812034,1812566,533,"*","Exon (uc003wpq.1/9639, exon 6 of 23)",8,1772149,1906807,134659,1,"9639",39885,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
-"chr7",101571203,101571219,17,"*","Intron (uc003uys.4/1523, intron 2 of 23)",7,101459184,101927250,468067,1,"1523",112019,"ENSG00000257923","CUX1","cut like homeobox 1"
-"chr20",42839571,42839587,17,"*","Promoter (<=1kb)",20,42839600,42854667,15068,1,"100505783",-13,"ENSG00000223891","OSER1-AS1","OSER1 antisense RNA 1 (head to head)"
-"chr6",122793137,122793290,154,"*","Promoter (<=1kb)",6,122793062,123047518,254457,1,"5570",75,"ENSG00000135549","PKIB","protein kinase (cAMP-dependent, catalytic) inhibitor beta"
-"chr21",38063872,38064651,780,"*","Distal Intergenic",21,38071991,38122510,50520,1,"6493",-7340,"ENSG00000159263","SIM2","single-minded family bHLH transcription factor 2"
-"chr16",88700818,88700868,51,"*","Distal Intergenic",16,88705001,88706882,1882,1,"27189",-4133,"ENSG00000124391","IL17C","interleukin 17C"
-"chr21",34852600,34852608,9,"*","Promoter (<=1kb)",21,34804793,34852316,47524,2,"757",-284,"ENSG00000142188","TMEM50B","transmembrane protein 50B"
-"chr1",16693865,16694728,864,"*","Promoter (<=1kb)",1,16693525,16724643,31119,1,"26099",340,"ENSG00000055070","SZRD1","SUZ RNA binding domain containing 1"
-"chr1",236557134,236557425,292,"*","Promoter (<=1kb)",1,236557680,236648008,90329,1,"128178",-255,"ENSG00000186197","EDARADD","EDAR-associated death domain"
-"chr19",33696237,33696586,350,"*","Exon (uc010edh.3/4037, exon 5 of 7)",19,33685599,33699773,14175,1,"4037",10638,"ENSG00000130881","LRP3","LDL receptor related protein 3"
-"chr10",105614381,105614937,557,"*","Promoter (<=1kb)",10,105348285,105615164,266880,2,"9644",227,"ENSG00000107957","SH3PXD2A","SH3 and PX domains 2A"
-"chr10",92922332,92922714,383,"*","Promoter (<=1kb)",10,92922769,93044088,121320,1,"84333",-55,"ENSG00000180628","PCGF5","polycomb group ring finger 5"
-"chr4",44680502,44680636,135,"*","Promoter (<=1kb)",4,44680433,44702697,22265,1,"60558",69,"ENSG00000151806","GUF1","GUF1 homolog, GTPase"
-"chr11",2922759,2922764,6,"*","Promoter (1-2kb)",11,2920951,2946476,25526,1,"5002",1808,"ENSG00000110628","SLC22A18","solute carrier family 22 member 18"
-"chr14",35838885,35838929,45,"*","Distal Intergenic",14,35870716,35873960,3245,2,"4792",35031,"ENSG00000100906","NFKBIA","NFKB inhibitor alpha"
-"chr10",31608140,31608161,22,"*","Promoter (<=1kb)",10,31605457,31608024,2568,2,"220930",-116,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
-"chr8",145101182,145101623,442,"*","3' UTR",8,145106167,145115584,9418,2,"26873",13961,"ENSG00000178814","OPLAH","5-oxoprolinase (ATP-hydrolysing)"
-"chr12",59990159,59990675,517,"*","Promoter (<=1kb)",12,59989821,60183635,193815,1,"9194",338,"ENSG00000118596","SLC16A7","solute carrier family 16 member 7"
-"chr8",144408540,144408852,313,"*","Intron (uc003yxz.4/116447, intron 11 of 13)",8,144391497,144442147,50651,2,"116447",33295,"ENSG00000184428","TOP1MT","topoisomerase (DNA) I, mitochondrial"
-"chr10",99094695,99095018,324,"*","Promoter (<=1kb)",10,99092254,99094458,2205,2,"23401",-237,"ENSG00000181274","FRAT2","frequently rearranged in advanced T-cell lymphomas 2"
-"chr6",33384343,33384425,83,"*","3' UTR",6,33540323,33548070,7748,2,"578",163645,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr5",137667481,137667621,141,"*","5' UTR",5,137673224,137685418,12195,1,"51307",-5603,"ENSG00000120709","FAM53C","family with sequence similarity 53 member C"
-"chr6",33216286,33216368,83,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",331702,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",86570295,86570409,115,"*","Intron (uc002fjm.3/64779, intron 1 of 7)",16,86563782,86588841,25060,2,"64779",18432,"ENSG00000103248","MTHFSD","methenyltetrahydrofolate synthetase domain containing"
-"chr3",62110775,62111708,934,"*","Intron (uc003dlb.3/5793, intron 5 of 29)",3,62247494,62304622,57129,2,"100506994",192914,"ENSG00000241472","PTPRG-AS1","PTPRG antisense RNA 1"
-"chr1",90228758,90228989,232,"*","Distal Intergenic",1,90286573,90401989,115417,1,"55144",-57584,"ENSG00000171492","LRRC8D","leucine-rich repeat containing 8 family member D"
-"chr14",75988356,75988765,410,"*","Promoter (<=1kb)",14,75988784,76013334,24551,1,"10538",-19,"ENSG00000156127","BATF","basic leucine zipper ATF-like transcription factor"
-"chr18",44337910,44338147,238,"*","Promoter (<=1kb)",18,44259081,44337039,77959,2,"29906",-871,"ENSG00000101638","ST8SIA5","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 5"
-"chr12",7282323,7282328,6,"*","Promoter (<=1kb)",12,7282967,7311530,28564,1,"9746",-639,"ENSG00000139182","CLSTN3","calsyntenin 3"
-"chr14",23982474,23982478,5,"*","Promoter (1-2kb)",14,23980969,24028790,47822,1,"79178",1505,"ENSG00000259431","THTPA","thiamine triphosphatase"
-"chr16",19566943,19567306,364,"*","Promoter (<=1kb)",16,19566737,19712485,145749,1,"57020",206,"ENSG00000103544","C16orf62","chromosome 16 open reading frame 62"
-"chr22",37640314,37640316,3,"*","Promoter (<=1kb)",22,37621310,37640305,18996,2,"5880",-9,"ENSG00000128340","RAC2","ras-related C3 botulinum toxin substrate 2 (rho family, small GTP binding protein Rac2)"
-"chrX",52684130,52684133,4,"*","Promoter (<=1kb)",23,52673111,52683950,10840,2,"280658",-180,"ENSG00000187754","SSX7","synovial sarcoma, X breakpoint 7"
-"chr1",36859224,36859369,146,"*","3' UTR",1,36859031,36863493,4463,2,"84967",4124,"ENSG00000181817","LSM10","LSM10, U7 small nuclear RNA associated"
-"chr14",23475850,23476019,170,"*","Intron (uc001wia.4/60686, intron 7 of 7)",14,23456110,23479360,23251,2,"60686",3341,"ENSG00000100802","C14orf93","chromosome 14 open reading frame 93"
-"chr22",41791411,41791815,405,"*","Exon (uc003azx.4/7008, exon 4 of 4)",22,41763337,41795332,31996,1,"7008",28074,"ENSG00000167074","TEF","thyrotrophic embryonic factor"
-"chr10",93976039,93976201,163,"*","Intron (uc001khu.2/22849, intron 8 of 8)",10,93808397,94050875,242479,2,"22849",74674,"ENSG00000107864","CPEB3","cytoplasmic polyadenylation element binding protein 3"
-"chr5",175970714,175971121,408,"*","Promoter (1-2kb)",5,175969512,176022769,53258,1,"54825",1202,"ENSG00000074276","CDHR2","cadherin related family member 2"
-"chr1",62190944,62191127,184,"*","Promoter (<=1kb)",1,62146719,62191095,44377,2,"83941",0,"ENSG00000162604","TM2D1","TM2 domain containing 1"
-"chr10",43048342,43048561,220,"*","Promoter (<=1kb)",10,43008961,43048280,39320,2,"100129482",-62,"ENSG00000234420","ZNF37BP","zinc finger protein 37B, pseudogene"
-"chrX",133370867,133370918,52,"*","Promoter (<=1kb)",23,133371077,133379808,8732,1,"347475",-159,"ENSG00000203952","CCDC160","coiled-coil domain containing 160"
-"chr2",131113015,131113338,324,"*","Promoter (<=1kb)",2,131113580,131132982,19403,1,"26469",-242,"ENSG00000072135","PTPN18","protein tyrosine phosphatase, non-receptor type 18"
-"chr16",69975542,69976228,687,"*","3' UTR",16,69984608,70220798,236191,1,"283971",-8380,"ENSG00000157335","CLEC18C","C-type lectin domain family 18 member C"
-"chr11",119191785,119191926,142,"*","Distal Intergenic",11,119179234,119187840,8607,2,"4162",-3945,"ENSG00000076706","MCAM","melanoma cell adhesion molecule"
-"chr5",71014409,71014713,305,"*","Promoter (<=1kb)",5,71014990,71016875,1886,1,"9607",-277,"ENSG00000164326","CARTPT","CART prepropeptide"
-"chr12",120806832,120807285,454,"*","Promoter (<=1kb)",12,120779133,120806983,27851,2,"4440",0,"ENSG00000135097","MSI1","musashi RNA binding protein 1"
-"chr20",2644910,2644954,45,"*","Promoter (<=1kb)",20,2639041,2644865,5825,2,"3420",-45,"ENSG00000101365","IDH3B","isocitrate dehydrogenase 3 (NAD+) beta"
-"chr17",3571907,3571916,10,"*","Promoter (<=1kb)",17,3566187,3571973,5787,2,"30851",57,"ENSG00000213977","TAX1BP3","Tax1 binding protein 3"
-"chr19",1577954,1578250,297,"*","3' UTR",19,1554668,1568057,13390,2,"399664",-9897,"ENSG00000181588","MEX3D","mex-3 RNA binding family member D"
-"chr4",4543968,4543977,10,"*","Promoter (<=1kb)",4,4543858,4712664,168807,1,"100507266",110,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
-"chr6",158589294,158589318,25,"*","Promoter (<=1kb)",6,158530536,158589312,58777,2,"84947",0,"ENSG00000122335","SERAC1","serine active site containing 1"
-"chr12",6949114,6949212,99,"*","Promoter (<=1kb)",12,6949118,6956557,7440,1,"2784",0,"ENSG00000111664","GNB3","G protein subunit beta 3"
-"chr1",24126943,24126991,49,"*","Promoter (<=1kb)",1,24122089,24127294,5206,2,"2582",303,"ENSG00000117308","GALE","UDP-galactose-4-epimerase"
-"chr1",20480636,20480700,65,"*","Distal Intergenic",1,20465823,20476879,11057,1,"64600",14813,"ENSG00000158786","PLA2G2F","phospholipase A2 group IIF"
-"chr13",80914158,80914295,138,"*","Promoter (<=1kb)",13,80910112,80915086,4975,2,"10253",791,"ENSG00000136158","SPRY2","sprouty RTK signaling antagonist 2"
-"chr13",24079342,24079370,29,"*","Distal Intergenic",13,24043651,24061603,17953,1,"100506697",35691,"ENSG00000232977","LINC00327","long intergenic non-protein coding RNA 327"
-"chr16",5084497,5084837,341,"*","Promoter (<=1kb)",16,5074845,5083942,9098,2,"51172",-555,"ENSG00000103174","NAGPA","N-acetylglucosamine-1-phosphodiester alpha-N-acetylglucosaminidase"
-"chr22",51222051,51222076,26,"*","Promoter (<=1kb)",22,51205920,51222087,16168,2,"11158",11,"ENSG00000079974","RABL2B","RAB, member of RAS oncogene family-like 2B"
-"chr11",68540704,68540864,161,"*","Exon (uc001oof.4/1374, exon 14 of 19)",11,68474908,68518988,44081,2,"9633",-21716,"ENSG00000132749","MTL5","metallothionein-like 5, testis-specific (tesmin)"
-"chr12",125725442,125725494,53,"*","Distal Intergenic",12,125811162,126143589,332428,1,"114795",-85668,"ENSG00000139364","TMEM132B","transmembrane protein 132B"
-"chrX",134049614,134049630,17,"*","Promoter (<=1kb)",23,134021662,134049297,27636,2,"56180",-317,"ENSG00000101928","MOSPD1","motile sperm domain containing 1"
-"chr12",104853100,104853226,127,"*","Promoter (2-3kb)",12,104850692,105155792,305101,1,"50515",2408,"ENSG00000171310","CHST11","carbohydrate (chondroitin 4) sulfotransferase 11"
-"chr4",113435851,113436184,334,"*","Promoter (1-2kb)",4,113434672,113437328,2657,2,"63973",1144,"ENSG00000178403","NEUROG2","neurogenin 2"
-"chr19",883389,883879,491,"*","Intron (uc002lqd.1/10025, intron 10 of 15)",19,867962,893218,25257,2,"10025",9339,"ENSG00000175221","MED16","mediator complex subunit 16"
-"chr5",1093690,1094035,346,"*","Exon (uc003jbu.3/10723, exon 3 of 24)",5,1050489,1112172,61684,2,"10723",18137,"ENSG00000113504","SLC12A7","solute carrier family 12 member 7"
-"chr12",118298107,118298211,105,"*","Exon (uc001two.2/283455, exon 2 of 20)",12,117890817,118406028,515212,2,"283455",107817,"ENSG00000171435","KSR2","kinase suppressor of ras 2"
-"chr5",2751806,2751839,34,"*","Promoter (<=1kb)",5,2746279,2751769,5491,2,"153572",-37,"ENSG00000170561","IRX2","iroquois homeobox 2"
-"chr4",71569837,71570275,439,"*","Promoter (<=1kb)",4,71570654,71674336,103683,1,"22902",-379,"ENSG00000018189","RUFY3","RUN and FYVE domain containing 3"
-"chr1",43814258,43814983,726,"*","Exon (uc001civ.3/4352, exon 9 of 10)",1,43824626,43828873,4248,1,"991",-9643,"ENSG00000117399","CDC20","cell division cycle 20"
-"chr11",68609520,68609590,71,"*","Promoter (<=1kb)",11,68522088,68609399,87312,2,"1374",-121,"ENSG00000110090","CPT1A","carnitine palmitoyltransferase 1A"
-"chr16",15851692,15851822,131,"*","Exon (uc002ddv.3/4629, exon 14 of 43)",16,15796992,15950887,153896,2,"4629",99065,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
-"chr4",141293985,141294016,32,"*","Promoter (<=1kb)",4,141204880,141294546,89667,2,"100129858",530,"ENSG00000196951","SCOC-AS1","SCOC antisense RNA 1"
-"chr18",13826351,13826671,321,"*","Promoter (<=1kb)",18,13825543,13826861,1319,1,"4161",808,"ENSG00000176136","MC5R","melanocortin 5 receptor"
-"chr18",48405372,48405387,16,"*","Promoter (<=1kb)",18,48405432,48476162,70731,1,"4200",-45,"ENSG00000082212","ME2","malic enzyme 2, NAD(+)-dependent, mitochondrial"
-"chr16",67970396,67970687,292,"*","Promoter (<=1kb)",16,67964629,67970780,6152,2,"5699",93,"ENSG00000205220","PSMB10","proteasome subunit beta 10"
-"chr8",57350985,57351019,35,"*","Downstream (2-3kb)",8,57353513,57359282,5770,2,"5179",8263,"ENSG00000181195","PENK","proenkephalin"
-"chr1",78444909,78445114,206,"*","Promoter (<=1kb)",1,78444934,78482995,38062,1,"11080",0,"ENSG00000162616","DNAJB4","DnaJ heat shock protein family (Hsp40) member B4"
-"chr15",40575383,40575645,263,"*","Promoter (<=1kb)",15,40573645,40574787,1143,2,"100131244",-596,"ENSG00000230778","ANKRD63","ankyrin repeat domain 63"
-"chr17",7225013,7225294,282,"*","Promoter (2-3kb)",17,7215978,7222527,6550,2,"2874",-2486,"ENSG00000132522","GPS2","G protein pathway suppressor 2"
-"chr6",32375447,32375624,178,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",181989,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr12",51632663,51632942,280,"*","Promoter (<=1kb)",12,51632508,51640501,7994,1,"9802",155,"ENSG00000183283","DAZAP2","DAZ associated protein 2"
-"chr19",11669878,11670027,150,"*","Promoter (<=1kb)",19,11663858,11670051,6194,2,"84337",24,"ENSG00000130165","ELOF1","elongation factor 1 homolog"
-"chr13",78493664,78493704,41,"*","Promoter (<=1kb)",13,78493824,79191460,697637,1,"100874222",-120,"ENSG00000234377","RNF219-AS1","RNF219 antisense RNA 1"
-"chr19",41510195,41510224,30,"*","Exon (uc002opr.1/1555, exon 3 of 9)",19,41497204,41524301,27098,1,"1555",12991,"ENSG00000197408","CYP2B6","cytochrome P450 family 2 subfamily B member 6"
-"chr12",119418319,119418622,304,"*","Promoter (<=1kb)",12,119419300,119600856,181557,1,"84530",-678,"ENSG00000139767","SRRM4","serine/arginine repetitive matrix 4"
-"chrX",129402979,129403083,105,"*","Promoter (<=1kb)",23,129336673,129402922,66250,2,"55609",-57,"ENSG00000056277","ZNF280C","zinc finger protein 280C"
-"chr1",2262285,2262426,142,"*","Intron (uc001ajb.1/79906, intron 2 of 13)",1,2281853,2284100,2248,2,"100129534",21674,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr4",174292063,174292076,14,"*","Promoter (<=1kb)",4,174292093,174298683,6591,1,"8819",-17,"ENSG00000164105","SAP30","Sin3A associated protein 30kDa"
-"chr10",119293967,119294055,89,"*","Intron (uc001ldf.3/196047, intron 2 of 2)",10,119301956,119309057,7102,1,"2018",-7901,"ENSG00000170370","EMX2","empty spiracles homeobox 2"
-"chr16",2039773,2039975,203,"*","Promoter (<=1kb)",16,2039946,2044276,4331,1,"9143",0,"ENSG00000127561","SYNGR3","synaptogyrin 3"
-"chr3",195477778,195477854,77,"*","Exon (uc010hzq.3/4585, exon 4 of 6)",3,195447753,195464540,16788,1,"200958",30025,"ENSG00000176945","MUC20","mucin 20, cell surface associated"
-"chr10",102732275,102732557,283,"*","Promoter (2-3kb)",10,102734742,102734841,100,1,"693193",-2185,"ENSG00000207551","MIR608","microRNA 608"
-"chr7",7106214,7106306,93,"*","Distal Intergenic",7,7115401,7136417,21017,2,"100131257",30111,NA,"LOC100131257","zinc finger protein 655 pseudogene"
-"chr2",161350422,161350468,47,"*","Promoter (<=1kb)",2,161128662,161350318,221657,2,"5937",-104,"ENSG00000153250","RBMS1","RNA binding motif, single stranded interacting protein 1"
-"chr1",186343707,186344077,371,"*","Promoter (<=1kb)",1,186280786,186344864,64079,2,"7175",787,"ENSG00000047410","TPR","translocated promoter region, nuclear basket protein"
-"chr8",87520882,87521046,165,"*","Promoter (<=1kb)",8,87484578,87521009,36432,2,"51115",0,"ENSG00000176623","RMDN1","regulator of microtubule dynamics 1"
-"chr19",47968997,47969108,112,"*","Exon (uc010ele.3/6543, exon 1 of 9)",19,47931279,47975307,44029,2,"6543",6199,"ENSG00000118160","SLC8A2","solute carrier family 8 member A2"
-"chr20",56285530,56285653,124,"*","Promoter (<=1kb)",20,56223448,56286592,63145,2,"56937",939,"ENSG00000124225","PMEPA1","prostate transmembrane protein, androgen induced 1"
-"chr17",74137336,74137399,64,"*","Promoter (<=1kb)",17,74132415,74137380,4966,2,"2302",0,"ENSG00000129654","FOXJ1","forkhead box J1"
-"chr1",6557779,6558085,307,"*","Intron (uc001anp.2/57449, intron 21 of 21)",1,6526152,6580121,53970,2,"57449",22036,"ENSG00000171680","PLEKHG5","pleckstrin homology and RhoGEF domain containing G5"
-"chr12",27932499,27933133,635,"*","Promoter (<=1kb)",12,27933187,27955973,22787,1,"57542",-54,"ENSG00000087448","KLHL42","kelch like family member 42"
-"chr11",57479956,57480176,221,"*","Promoter (<=1kb)",11,57479995,57586652,106658,1,"100528016",0,"ENSG00000254462","TMX2-CTNND1","TMX2-CTNND1 readthrough (NMD candidate)"
-"chr16",88152486,88152986,501,"*","Distal Intergenic",16,87984238,88110924,126687,1,"54971",168248,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr14",21558852,21559798,947,"*","Exon (uc001vzr.2/51222, exon 4 of 5)",14,21567096,21571883,4788,1,"643382",-7298,"ENSG00000232070","TMEM253","transmembrane protein 253"
-"chr10",102322508,102322911,404,"*","Distal Intergenic",10,102295641,102313681,18041,1,"55662",26867,"ENSG00000166135","HIF1AN","hypoxia inducible factor 1 alpha subunit inhibitor"
-"chr10",7453546,7453871,326,"*","Promoter (<=1kb)",10,7200586,7453448,252863,2,"57713",-98,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
-"chr14",101488297,101488343,47,"*","Promoter (<=1kb)",14,101488403,101488469,67,1,"494328",-60,NA,"MIR379","microRNA 379"
-"chr16",23690351,23690492,142,"*","Promoter (<=1kb)",16,23690201,23701688,11488,1,"5347",150,"ENSG00000166851","PLK1","polo like kinase 1"
-"chr15",57210347,57210358,12,"*","Promoter (<=1kb)",15,57210323,57580714,370392,1,"6938",24,"ENSG00000140262","TCF12","transcription factor 12"
-"chr19",10764351,10764458,108,"*","Promoter (<=1kb)",19,10762538,10764548,2011,2,"147727",90,"ENSG00000267100","ILF3-AS1","ILF3 antisense RNA 1 (head to head)"
-"chr6",30418741,30418797,57,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1935171,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrX",138774080,138774191,112,"*","Exon (uc011mwn.1/4168, exon 1 of 26)",23,138663930,138790381,126452,2,"4168",16190,"ENSG00000101977","MCF2","MCF.2 cell line derived transforming sequence"
-"chr2",63284720,63285097,378,"*","3' UTR",2,63277192,63284966,7775,1,"5013",7528,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr4",83206252,83206534,283,"*","Distal Intergenic",4,83274467,83295149,20683,2,"3184",88615,"ENSG00000138668","HNRNPD","heterogeneous nuclear ribonucleoprotein D"
-"chr2",175574343,175574593,251,"*","Intron (uc002uiw.3/uc002uiw.3, intron 2 of 3)",2,175424302,175547627,123326,2,"7456",-26716,"ENSG00000115935","WIPF1","WAS/WASL interacting protein family member 1"
-"chr10",130828949,130828973,25,"*","Distal Intergenic",10,131265454,131565783,300330,1,"4255",-436481,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
-"chr16",22103791,22104151,361,"*","Promoter (<=1kb)",16,22103863,22168287,64425,1,"146177",0,"ENSG00000175267","VWA3A","von Willebrand factor A domain containing 3A"
-"chr10",133913937,133914239,303,"*","Distal Intergenic",10,133918313,133998313,80001,1,"282973",-4074,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
-"chr5",147257325,147257408,84,"*","Promoter (<=1kb)",5,147258274,147261756,3483,1,"117156",-866,"ENSG00000164265","SCGB3A2","secretoglobin family 3A member 2"
-"chr16",2587987,2588297,311,"*","Promoter (<=1kb)",16,2587965,2653191,65227,1,"5170",22,"ENSG00000140992","PDPK1","3-phosphoinositide dependent protein kinase 1"
-"chr16",30996399,30996435,37,"*","Promoter (<=1kb)",16,30996519,31000473,3955,1,"80270",-84,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
-"chr14",103430766,103430786,21,"*","Intron (uc001ymi.1/9578, intron 18 of 36)",14,103388993,103397179,8187,1,"81693",41773,"ENSG00000166126","AMN","amnion associated transmembrane protein"
-"chr21",35445682,35445696,15,"*","Promoter (<=1kb)",21,35445823,35515334,69512,1,"64968",-127,"ENSG00000243927","MRPS6","mitochondrial ribosomal protein S6"
-"chr7",94286131,94286160,30,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",494,"ENSG00000242265","PEG10","paternally expressed 10"
-"chr16",31408664,31408867,204,"*","Exon (uc010vfl.1/3681, exon 3 of 9)",16,31404633,31437826,33194,1,"3681",4031,"ENSG00000156886","ITGAD","integrin subunit alpha D"
-"chr3",88108209,88108213,5,"*","Intron (uc003dqu.3/8545, intron 2 of 3)",3,88031726,88042919,11194,1,"3355",76483,"ENSG00000179097","HTR1F","5-hydroxytryptamine receptor 1F"
-"chr19",45996372,45996460,89,"*","Exon (uc002pcb.4/6253, exon 5 of 11)",19,45988546,46000313,11768,2,"6253",3853,"ENSG00000125744","RTN2","reticulon 2"
-"chr16",57832309,57832712,404,"*","Intron (uc002emp.3/3801, intron 18 of 18)",16,57844549,57850831,6283,1,"388282",-11837,NA,"LOC388282","uncharacterized LOC388282"
-"chr2",29204009,29204142,134,"*","Promoter (<=1kb)",2,29204164,29275096,70933,1,"165186",-22,"ENSG00000189350","FAM179A","family with sequence similarity 179 member A"
-"chr7",25021160,25021672,513,"*","Promoter (1-2kb)",7,24836164,25019760,183597,2,"26031",-1400,"ENSG00000070882","OSBPL3","oxysterol binding protein like 3"
-"chr18",12407563,12407684,122,"*","Promoter (<=1kb)",18,12407895,12432236,24342,1,"10650",-211,"ENSG00000141391","PRELID3A","PRELI domain containing 3A"
-"chr19",56657806,56658288,483,"*","5' UTR",19,56652535,56672262,19728,1,"55311",5271,"ENSG00000167685","ZNF444","zinc finger protein 444"
-"chr1",110254661,110254787,127,"*","Promoter (<=1kb)",1,110254864,110260890,6027,1,"2949",-77,"ENSG00000134201","GSTM5","glutathione S-transferase mu 5"
-"chr19",45457885,45458232,348,"*","Promoter (<=1kb)",19,45457842,45496604,38763,1,"1209",43,"ENSG00000104853","CLPTM1","cleft lip and palate associated transmembrane protein 1"
-"chr1",214154037,214154240,204,"*","Distal Intergenic",1,214161278,214214847,53570,1,"5629",-7038,"ENSG00000117707","PROX1","prospero homeobox 1"
-"chr11",123814849,123814924,76,"*","Promoter (<=1kb)",11,123813574,123814545,972,2,"219874",-304,"ENSG00000181499","OR6T1","olfactory receptor family 6 subfamily T member 1"
-"chr21",45709556,45710177,622,"*","5' UTR",21,45705721,45718102,12382,1,"326",3835,"ENSG00000160224","AIRE","autoimmune regulator"
-"chr12",7904034,7904267,234,"*","Promoter (1-2kb)",12,7882011,7902069,20059,2,"170482",-1965,"ENSG00000198178","CLEC4C","C-type lectin domain family 4 member C"
-"chr11",2595557,2595800,244,"*","Intron (uc001lwn.3/3784, intron 6 of 15)",11,2629558,2721228,91671,2,"10984",125428,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
-"chr2",3489235,3489751,517,"*","Distal Intergenic",2,3501690,3523350,21661,2,"55256",33599,"ENSG00000182551","ADI1","acireductone dioxygenase 1"
-"chr4",113444247,113444313,67,"*","Distal Intergenic",4,113434672,113437328,2657,2,"63973",-6919,"ENSG00000178403","NEUROG2","neurogenin 2"
-"chr2",128175179,128175252,74,"*","Promoter (<=1kb)",2,128175996,128186822,10827,1,"5624",-744,"ENSG00000115718","PROC","protein C, inactivator of coagulation factors Va and VIIIa"
-"chr1",118471327,118471929,603,"*","Promoter (<=1kb)",1,118406107,118472302,66196,2,"54834",373,"ENSG00000196505","GDAP2","ganglioside induced differentiation associated protein 2"
-"chr19",39970773,39971089,317,"*","Promoter (<=1kb)",19,39971052,39981528,10477,1,"92609",0,"ENSG00000105197","TIMM50","translocase of inner mitochondrial membrane 50"
-"chr10",127462176,127462659,484,"*","Promoter (1-2kb)",10,127455027,127464390,9364,2,"118856",1731,"ENSG00000154485","MMP21","matrix metallopeptidase 21"
-"chr16",49892009,49892496,488,"*","Promoter (<=1kb)",16,49524515,49891830,367316,2,"23090",-179,"ENSG00000102935","ZNF423","zinc finger protein 423"
-"chr1",153931253,153931566,314,"*","Promoter (<=1kb)",1,153920148,153931132,10985,2,"200186",-121,"ENSG00000160741","CRTC2","CREB regulated transcription coactivator 2"
-"chr16",68056978,68057094,117,"*","Promoter (<=1kb)",16,68056847,68113226,56380,1,"54920",131,"ENSG00000167264","DUS2","dihydrouridine synthase 2"
-"chr1",2023210,2023434,225,"*","Intron (uc001aiq.3/5590, intron 4 of 17)",1,1981909,2116834,134926,1,"5590",41301,"ENSG00000067606","PRKCZ","protein kinase C zeta"
-"chr10",47008137,47008316,180,"*","Distal Intergenic",10,46993546,47000568,7023,1,"9721",14591,"ENSG00000204175","GPRIN2","G protein regulated inducer of neurite outgrowth 2"
-"chr2",238382343,238382672,330,"*","Distal Intergenic",2,238395053,238463961,68909,1,"79083",-12381,"ENSG00000115648","MLPH","melanophilin"
-"chr2",217674618,217675150,533,"*","Distal Intergenic",2,217724182,217724782,601,2,"7141",49632,"ENSG00000118245","TNP1","transition protein 1"
-"chr20",45141911,45142065,155,"*","Promoter (<=1kb)",20,45128269,45142198,13930,2,"55713",133,"ENSG00000198185","ZNF334","zinc finger protein 334"
-"chr22",43089499,43089529,31,"*","Exon (uc003bdb.3/53947, exon 3 of 3)",22,43088127,43117286,29160,2,"53947",27757,"ENSG00000128274","A4GALT","alpha 1,4-galactosyltransferase"
-"chr13",113410361,113410839,479,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",65718,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr16",90066348,90066432,85,"*","Exon (uc002fpx.1/172, exon 11 of 13)",16,90086069,90111379,25311,1,"2622",-19637,"ENSG00000141013","GAS8","growth arrest specific 8"
-"chr5",112539140,112539223,84,"*","Intron (uc003kqj.4/4163, intron 16 of 16)",5,112312407,112357892,45486,1,"167227",226733,"ENSG00000172795","DCP2","decapping mRNA 2"
-"chr18",5195153,5195574,422,"*","Promoter (1-2kb)",18,5143672,5197255,53584,2,"642597",1681,"ENSG00000231824","C18orf42","chromosome 18 open reading frame 42"
-"chr5",1444212,1444395,184,"*","Promoter (1-2kb)",5,1392905,1445543,52639,2,"6531",1148,"ENSG00000142319","SLC6A3","solute carrier family 6 member 3"
-"chr6",170059366,170059585,220,"*","Exon (uc003qwv.2/253769, exon 2 of 15)",6,169857303,170102159,244857,2,"253769",42574,"ENSG00000184465","WDR27","WD repeat domain 27"
-"chr3",131100407,131100550,144,"*","Promoter (<=1kb)",3,131100515,131107674,7160,1,"131870",0,"ENSG00000198585","NUDT16","nudix hydrolase 16"
-"chr2",239360505,239360665,161,"*","3' UTR",2,239335626,239360891,25266,1,"51665",24879,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
-"chr20",45035289,45035327,39,"*","Intron (uc010zxs.1/63916, intron 19 of 19)",20,44994690,45061704,67015,2,"63916",26377,"ENSG00000062598","ELMO2","engulfment and cell motility 2"
-"chr10",70091743,70091938,196,"*","Promoter (<=1kb)",10,70091768,70102953,11186,1,"3189",0,"ENSG00000096746","HNRNPH3","heterogeneous nuclear ribonucleoprotein H3"
-"chr3",164924711,164924728,18,"*","Distal Intergenic",3,164904508,164914469,9962,2,"22865",-10242,"ENSG00000121871","SLITRK3","SLIT and NTRK like family member 3"
-"chr6",32940193,32940306,114,"*","5' UTR",6,32605183,32614839,9657,1,"3117",335010,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr2",43398031,43398154,124,"*","Distal Intergenic",2,43449541,43453745,4205,2,"678",55591,"ENSG00000152518","ZFP36L2","ZFP36 ring finger protein-like 2"
-"chr19",30156070,30156156,87,"*","Promoter (<=1kb)",19,30156327,30166383,10057,1,"79156",-171,"ENSG00000166289","PLEKHF1","pleckstrin homology and FYVE domain containing 1"
-"chrX",41193409,41193572,164,"*","Promoter (<=1kb)",23,41192651,41223725,31075,1,"1654",758,"ENSG00000215301","DDX3X","DEAD-box helicase 3, X-linked"
-"chr12",6658557,6658625,69,"*","Intron (uc001qoy.3/25900, intron 6 of 11)",12,6647539,6665249,17711,2,"25900",6624,"ENSG00000010295","IFFO1","intermediate filament family orphan 1"
-"chr13",84452946,84453232,287,"*","3' UTR",13,84451343,84456528,5186,2,"114798",3296,"ENSG00000178235","SLITRK1","SLIT and NTRK like family member 1"
-"chr15",30918017,30918265,249,"*","Promoter (1-2kb)",15,30916697,30977810,61114,1,"89839",1320,"ENSG00000187951","ARHGAP11B","Rho GTPase activating protein 11B"
-"chr11",910094,910254,161,"*","Intron (uc010qwu.1/66005, intron 13 of 13)",11,867357,915058,47702,2,"66005",4804,"ENSG00000177830","CHID1","chitinase domain containing 1"
-"chr6",31599472,31599478,7,"*","Exon (uc003nvb.4/7916, exon 16 of 31)",6,32485154,32557613,72460,2,"3127",958135,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr15",63796365,63796567,203,"*","Promoter (<=1kb)",15,63796710,63886839,90130,1,"9960",-143,"ENSG00000140455","USP3","ubiquitin specific peptidase 3"
-"chr16",34441739,34442283,545,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",-36977,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr1",161576580,161576581,2,"*","Promoter (<=1kb)",1,161575849,161578341,2493,1,"3311",731,NA,"HSPA7","heat shock protein family A (Hsp70) member 7"
-"chr17",184106,184131,26,"*","Intron (uc002fre.2/9501, intron 9 of 9)",17,180996,183279,2284,1,"100506388",3110,"ENSG00000262061","LOC100506388","uncharacterized LOC100506388"
-"chr11",93754223,93754288,66,"*","Promoter (<=1kb)",11,93754378,93847374,92997,1,"341208",-90,"ENSG00000181333","HEPHL1","hephaestin like 1"
-"chr15",27670095,27670287,193,"*","Intron (uc001zbf.4/2567, intron 5 of 5)",15,27216429,27778373,561945,1,"2567",453666,"ENSG00000182256","GABRG3","gamma-aminobutyric acid type A receptor gamma3 subunit"
-"chr1",3276687,3276738,52,"*","Intron (uc001akc.3/63976, intron 3 of 16)",1,3371147,3397677,26531,1,"27237",-94409,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
-"chr1",47134421,47134527,107,"*","Promoter (<=1kb)",1,47100711,47134099,33389,2,"64756",-322,"ENSG00000123472","ATPAF1","ATP synthase mitochondrial F1 complex assembly factor 1"
-"chr21",37506434,37506791,358,"*","Promoter (<=1kb)",21,37507263,37518860,11598,1,"874",-472,"ENSG00000159231","CBR3","carbonyl reductase 3"
-"chr17",1163345,1163546,202,"*","Distal Intergenic",17,1173858,1174565,708,1,"727857",-10312,"ENSG00000205899","BHLHA9","basic helix-loop-helix family member a9"
-"chr15",35591053,35591466,414,"*","Distal Intergenic",15,35529527,35530264,738,1,"723972",61526,"ENSG00000259516","ANP32AP1","acidic nuclear phosphoprotein 32 family member A pseudogene 1"
-"chr19",9649361,9649422,62,"*","Promoter (<=1kb)",19,9638681,9649303,10623,2,"79088",-58,"ENSG00000130818","ZNF426","zinc finger protein 426"
-"chr4",90758729,90758797,69,"*","Promoter (<=1kb)",4,90645250,90759447,114198,2,"6622",650,"ENSG00000145335","SNCA","synuclein alpha"
-"chr19",3185499,3185629,131,"*","Promoter (<=1kb)",19,3185875,3209573,23699,1,"56926",-246,"ENSG00000125912","NCLN","nicalin"
-"chr7",4921991,4922148,158,"*","Promoter (1-2kb)",7,4834285,4923335,89051,2,"55698",1187,"ENSG00000157927","RADIL","Ras association and DIL domains"
-"chr14",51411001,51411122,122,"*","Promoter (<=1kb)",14,51371935,51411248,39314,2,"5836",126,"ENSG00000100504","PYGL","phosphorylase, glycogen, liver"
-"chr3",52719354,52719575,222,"*","Promoter (<=1kb)",3,52579368,52719866,140499,2,"55193",291,"ENSG00000163939","PBRM1","polybromo 1"
-"chr7",10979997,10980008,12,"*","Promoter (<=1kb)",7,10971580,10979813,8234,2,"4697",-184,"ENSG00000189043","NDUFA4","NDUFA4, mitochondrial complex associated"
-"chr1",2886744,2886868,125,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-51178,"ENSG00000169717","ACTRT2","actin related protein T2"
-"chr19",17447843,17448285,443,"*","Promoter (2-3kb)",19,17445791,17453540,7750,1,"84705",2052,"ENSG00000130299","GTPBP3","GTP binding protein 3 (mitochondrial)"
-"chr22",39096465,39096631,167,"*","Promoter (<=1kb)",22,39081548,39096459,14912,2,"9929",-6,"ENSG00000100221","JOSD1","Josephin domain containing 1"
-"chr10",94833166,94833548,383,"*","Promoter (<=1kb)",10,94833232,94837641,4410,1,"1592",0,"ENSG00000095596","CYP26A1","cytochrome P450 family 26 subfamily A member 1"
-"chr3",128226565,128226649,85,"*","Promoter (<=1kb)",3,128226678,128229429,2752,1,"90246",-29,NA,"LOC90246","uncharacterized LOC90246"
-"chr1",153513810,153514008,199,"*","Promoter (<=1kb)",1,153509623,153514241,4619,2,"6276",233,"ENSG00000196420","S100A5","S100 calcium binding protein A5"
-"chr1",25869959,25870241,283,"*","Promoter (<=1kb)",1,25870076,25895377,25302,1,"26119",0,"ENSG00000157978","LDLRAP1","low density lipoprotein receptor adaptor protein 1"
-"chr3",129158135,129158586,452,"*","Promoter (<=1kb)",3,129158968,129239191,80224,1,"55764",-382,"ENSG00000163913","IFT122","intraflagellar transport 122"
-"chr11",8751837,8752313,477,"*","Exon (uc001mgt.3/6764, exon 3 of 20)",11,8706986,8707116,131,1,"677826",44851,"ENSG00000212607","SNORA3B","small nucleolar RNA, H/ACA box 3B"
-"chr2",731250,731471,222,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",-53811,"ENSG00000151353","TMEM18","transmembrane protein 18"
-"chr3",133174878,133175193,316,"*","Intron (uc003epn.1/8419, intron 4 of 6)",3,133118790,133194056,75267,1,"8419",56088,"ENSG00000170819","BFSP2","beaded filament structural protein 2"
-"chr17",19651833,19651935,103,"*","Promoter (<=1kb)",17,19641298,19651746,10449,2,"218",-87,"ENSG00000108602","ALDH3A1","aldehyde dehydrogenase 3 family member A1"
-"chr2",17935179,17935719,541,"*","Promoter (<=1kb)",2,17935177,17966632,31456,1,"348654",2,"ENSG00000178295","GEN1","GEN1, Holliday junction 5' flap endonuclease"
-"chr17",12921391,12921393,3,"*","Promoter (<=1kb)",17,12894929,12921381,26453,2,"60528",-10,"ENSG00000006744","ELAC2","elaC ribonuclease Z 2"
-"chr3",183853078,183853112,35,"*","Promoter (<=1kb)",3,183852810,183863099,10290,1,"8893",268,"ENSG00000145191","EIF2B5","eukaryotic translation initiation factor 2B subunit epsilon"
-"chr21",15456343,15456605,263,"*","Exon (uc002yjk.3/uc002yjk.3, exon 2 of 3)",21,15316096,15352765,36670,2,"391267",-103578,"ENSG00000215559","ANKRD20A11P","ankyrin repeat domain 20 family member A11, pseudogene"
-"chr14",24657749,24657962,214,"*","Promoter (1-2kb)",14,24649425,24659859,10435,2,"79711",1897,"ENSG00000196497","IPO4","importin 4"
-"chr3",49977380,49977548,169,"*","Promoter (<=1kb)",3,49977477,50137484,160008,1,"10180",0,"ENSG00000004534","RBM6","RNA binding motif protein 6"
-"chr10",49642921,49643038,118,"*","3' UTR",10,49514786,49643183,128398,1,"5599",128135,"ENSG00000107643","MAPK8","mitogen-activated protein kinase 8"
-"chr7",100275863,100276062,200,"*","Exon (uc003uwb.3/2783, exon 8 of 10)",7,100271363,100276792,5430,1,"2783",4500,"ENSG00000172354","GNB2","G protein subunit beta 2"
-"chr15",41523314,41523320,7,"*","Promoter (<=1kb)",15,41523437,41574083,50647,1,"11261",-117,"ENSG00000187446","CHP1","calcineurin like EF-hand protein 1"
-"chr22",37730616,37731121,506,"*","Distal Intergenic",22,37678495,37711389,32895,1,"27128",52121,"ENSG00000100055","CYTH4","cytohesin 4"
-"chr10",47967037,47967284,248,"*","Distal Intergenic",10,47894023,51893269,3999247,1,"55747",73014,NA,NA,NA
-"chr15",34629008,34629473,466,"*","Promoter (<=1kb)",15,34522197,34630265,108069,2,"9990",792,"ENSG00000140199","SLC12A6","solute carrier family 12 member 6"
-"chr5",2754226,2754274,49,"*","Promoter (1-2kb)",5,2752262,2755511,3250,1,"153571",1964,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
-"chr9",33076554,33076800,247,"*","Promoter (<=1kb)",9,33041850,33076714,34865,2,"55234",0,"ENSG00000122692","SMU1","smu-1 suppressor of mec-8 and unc-52 homolog (C. elegans)"
-"chr10",2373548,2373651,104,"*","Distal Intergenic",10,2342513,2357268,14756,2,"399708",-16280,NA,"LINC00701","long intergenic non-protein coding RNA 701"
-"chr16",28857931,28858035,105,"*","Promoter (<=1kb)",16,28858010,28885534,27525,1,"25970",0,"ENSG00000178188","SH2B1","SH2B adaptor protein 1"
-"chr14",89029504,89029511,8,"*","Promoter (<=1kb)",14,89029253,89079853,50601,1,"79882",251,"ENSG00000100722","ZC3H14","zinc finger CCCH-type containing 14"
-"chr8",38964500,38964736,237,"*","Promoter (<=1kb)",8,38965050,39142436,177387,1,"203102",-314,"ENSG00000197140","ADAM32","ADAM metallopeptidase domain 32"
-"chr4",183778237,183778395,159,"*","Distal Intergenic",4,183811244,183838630,27387,2,"1635",60235,"ENSG00000129187","DCTD","dCMP deaminase"
-"chr19",37808809,37808831,23,"*","5' UTR",19,37803739,37855357,51619,1,"284459",5070,"ENSG00000181666","HKR1","HKR1, GLI-Kruppel zinc finger family member"
-"chr19",10828928,10828930,3,"*","Promoter (<=1kb)",19,10829080,10829179,100,1,"693223",-150,"ENSG00000207972","MIR638","microRNA 638"
-"chr22",39268703,39268782,80,"*","Promoter (<=1kb)",22,39260248,39268258,8011,2,"23466",-445,"ENSG00000183741","CBX6","chromobox 6"
-"chr16",3230726,3231104,379,"*","Distal Intergenic",16,3254247,3255185,939,1,"4992",-23143,"ENSG00000168124","OR1F1","olfactory receptor family 1 subfamily F member 1"
-"chr13",114057022,114057627,606,"*","Distal Intergenic",13,113978505,114018463,39959,2,"79774",-38559,"ENSG00000139835","GRTP1","growth hormone regulated TBC protein 1"
-"chr4",1595366,1595659,294,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",90329,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr3",105085585,105085614,30,"*","Promoter (<=1kb)",3,105085557,105295757,210201,1,"214",28,"ENSG00000170017","ALCAM","activated leukocyte cell adhesion molecule"
-"chr15",50559124,50559131,8,"*","Promoter (<=1kb)",15,50534146,50558162,24017,2,"3067",-962,"ENSG00000140287","HDC","histidine decarboxylase"
-"chr11",86748738,86748885,148,"*","Promoter (<=1kb)",11,86748886,87039876,290991,1,"65084",-1,"ENSG00000166575","TMEM135","transmembrane protein 135"
-"chr6",10421324,10421622,299,"*","Promoter (1-2kb)",6,10396916,10419797,22882,2,"7020",-1527,"ENSG00000137203","TFAP2A","transcription factor AP-2 alpha (activating enhancer binding protein 2 alpha)"
-"chr2",216878345,216878351,7,"*","Promoter (<=1kb)",2,216807314,216878346,71033,2,"55686",0,"ENSG00000118242","MREG","melanoregulin"
-"chr11",117651253,117651424,172,"*","5' UTR",11,117298489,117688240,389752,2,"57453",36816,"ENSG00000177103","DSCAML1","Down syndrome cell adhesion molecule like 1"
-"chr4",39447437,39447920,484,"*","Intron (uc003gua.3/152831, intron 3 of 4)",4,39455745,39460568,4824,2,"6133",12648,"ENSG00000163682","RPL9","ribosomal protein L9"
-"chr5",37838290,37838363,74,"*","Promoter (1-2kb)",5,37812779,37839782,27004,2,"2668",1419,"ENSG00000168621","GDNF","glial cell derived neurotrophic factor"
-"chr15",91537866,91537869,4,"*","Promoter (<=1kb)",15,91509268,91537881,28614,2,"9055",12,"ENSG00000198901","PRC1","protein regulator of cytokinesis 1"
-"chr8",38279600,38279719,120,"*","Intron (uc011lbu.2/2260, intron 11 of 18)",8,38243959,38266062,22104,1,"137994",35641,"ENSG00000165046","LETM2","leucine zipper and EF-hand containing transmembrane protein 2"
-"chr1",150254429,150254439,11,"*","Promoter (<=1kb)",1,150254953,150259501,4549,1,"148523",-514,"ENSG00000159208","CIART","circadian associated repressor of transcription"
-"chr3",14160542,14160912,371,"*","Intron (uc003byi.4/131474, intron 2 of 3)",3,14153577,14166371,12795,2,"131474",5459,"ENSG00000163528","CHCHD4","coiled-coil-helix-coiled-coil-helix domain containing 4"
-"chr16",89904043,89904261,219,"*","Intron (uc010civ.1/84501, intron 2 of 9)",16,89894907,89937727,42821,1,"84501",9136,"ENSG00000204991","SPIRE2","spire type actin nucleation factor 2"
-"chr19",39466247,39466575,329,"*","Promoter (<=1kb)",19,39432042,39466380,34339,2,"115290",0,"ENSG00000269190","FBXO17","F-box protein 17"
-"chr16",29998852,29998921,70,"*","Exon (uc002dva.2/9344, exon 16 of 16)",16,30003642,30007417,3776,2,"8479",8496,"ENSG00000149929","HIRIP3","HIRA interacting protein 3"
-"chr7",116594159,116594382,224,"*","Promoter (<=1kb)",7,116592501,116594388,1888,2,"93653",6,"ENSG00000227199","ST7-AS1","ST7 antisense RNA 1"
-"chr14",99584151,99584421,271,"*","Distal Intergenic",14,99635625,99737822,102198,2,"64919",153401,"ENSG00000127152","BCL11B","B-cell CLL/lymphoma 11B"
-"chr18",32924560,32924572,13,"*","Promoter (<=1kb)",18,32912178,32924426,12249,2,"7572",-134,"ENSG00000172466","ZNF24","zinc finger protein 24"
-"chr4",4859937,4859948,12,"*","Promoter (1-2kb)",4,4861392,4865660,4269,1,"4487",-1444,"ENSG00000163132","MSX1","msh homeobox 1"
-"chr16",9052489,9052714,226,"*","Intron (uc002czl.2/7874, intron 30 of 30)",16,8985951,9057341,71391,2,"7874",4627,"ENSG00000187555","USP7","ubiquitin specific peptidase 7 (herpes virus-associated)"
-"chr16",30905180,30905197,18,"*","Promoter (<=1kb)",16,30905224,30905306,83,1,"100313837",-27,"ENSG00000211591","MIR762","microRNA 762"
-"chr22",40296767,40297048,282,"*","Promoter (<=1kb)",22,40297086,40367384,70299,1,"9402",-38,"ENSG00000100351","GRAP2","GRB2-related adaptor protein 2"
-"chr11",63768364,63768665,302,"*","Intron (uc001nyh.3/28992, intron 7 of 10)",11,63753325,63765892,12568,1,"55611",15039,"ENSG00000167770","OTUB1","OTU deubiquitinase, ubiquitin aldehyde binding 1"
-"chr16",8768377,8768458,82,"*","Promoter (<=1kb)",16,8768444,8878432,109989,1,"18",0,"ENSG00000183044","ABAT","4-aminobutyrate aminotransferase"
-"chr16",2977125,2977288,164,"*","Intron (uc002csb.3/84256, intron 2 of 8)",16,2961980,3001209,39230,1,"84256",15145,"ENSG00000059122","FLYWCH1","FLYWCH-type zinc finger 1"
-"chr18",7568186,7568217,32,"*","Promoter (<=1kb)",18,7567314,8406859,839546,1,"5797",872,"ENSG00000173482","PTPRM","protein tyrosine phosphatase, receptor type M"
-"chr17",6756796,6756855,60,"*","Promoter (<=1kb)",17,6756895,6803668,46774,1,"245",-40,"ENSG00000262943","ALOX12P2","arachidonate 12-lipoxygenase pseudogene 2"
-"chr8",41503840,41504197,358,"*","3' UTR",8,41517959,41518026,68,2,"619554",13829,NA,"MIR486-1","microRNA 486-1"
-"chr12",57569850,57569940,91,"*","Exon (uc001snd.3/4035, exon 24 of 89)",12,57588287,57588359,73,1,"100302201",-18347,"ENSG00000221365","MIR1228","microRNA 1228"
-"chr13",113510311,113510389,79,"*","Exon (uc001vsi.4/23250, exon 20 of 30)",13,113622814,113754053,131240,1,"23263",-112425,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr9",118687417,118687895,479,"*","Promoter (<=1kb)",9,118650544,118687377,36834,2,"58483",-40,NA,"LINC00474","long intergenic non-protein coding RNA 474"
-"chr4",15429483,15429524,42,"*","Intron (uc003gno.3/114905, intron 1 of 2)",4,15471489,15603180,131692,1,"57545",-41965,"ENSG00000048342","CC2D2A","coiled-coil and C2 domain containing 2A"
-"chr13",45992569,45992574,6,"*","Promoter (<=1kb)",13,45967454,45992516,25063,2,"253512",-53,"ENSG00000174032","SLC25A30","solute carrier family 25 member 30"
-"chr14",58863000,58863049,50,"*","Promoter (<=1kb)",14,58862644,58875419,12776,1,"387990",356,"ENSG00000196860","TOMM20L","translocase of outer mitochondrial membrane 20 like"
-"chr15",56536071,56536514,444,"*","Promoter (<=1kb)",15,56379479,56535483,156005,2,"64864",-588,"ENSG00000181827","RFX7","regulatory factor X7"
-"chr17",61613073,61613219,147,"*","Exon (uc002jax.1/81033, exon 6 of 6)",17,61600695,61626338,25644,1,"81033",12378,"ENSG00000173826","KCNH6","potassium voltage-gated channel subfamily H member 6"
-"chr3",49941416,49941425,10,"*","Promoter (<=1kb)",3,49924436,49941306,16871,2,"4486",-110,"ENSG00000164078","MST1R","macrophage stimulating 1 receptor"
-"chr15",51914987,51915039,53,"*","Promoter (<=1kb)",15,51739921,51914967,175047,2,"23312",-20,"ENSG00000104093","DMXL2","Dmx like 2"
-"chr15",41254710,41254968,259,"*","Distal Intergenic",15,41245636,41248717,3082,1,"79094",9074,"ENSG00000128965","CHAC1","ChaC glutathione-specific gamma-glutamylcyclotransferase 1"
-"chr2",42588648,42588796,149,"*","5' UTR",2,42577645,42596150,18506,2,"9167",7354,"ENSG00000115944","COX7A2L","cytochrome c oxidase subunit 7A2 like"
-"chr4",2388906,2389058,153,"*","Intron (uc003gex.2/57732, intron 12 of 12)",4,2271324,2420370,149047,2,"57732",31312,"ENSG00000159733","ZFYVE28","zinc finger FYVE-type containing 28"
-"chr7",32997046,32997063,18,"*","Promoter (<=1kb)",7,32997005,33046543,49539,1,"11328",41,"ENSG00000122642","FKBP9","FK506 binding protein 9"
-"chr7",155261984,155262442,459,"*","Distal Intergenic",7,155250824,155257526,6703,1,"2020",11160,"ENSG00000164778","EN2","engrailed homeobox 2"
-"chr1",202928564,202928772,209,"*","Promoter (<=1kb)",1,202909960,202927700,17741,2,"51094",-864,"ENSG00000159346","ADIPOR1","adiponectin receptor 1"
-"chr16",86411174,86411296,123,"*","Distal Intergenic",16,86365456,86379285,13830,2,"732275",-31889,"ENSG00000168367","LINC00917","long intergenic non-protein coding RNA 917"
-"chr14",53418164,53418264,101,"*","Promoter (<=1kb)",14,53323989,53417815,93827,2,"10979",-349,"ENSG00000073712","FERMT2","fermitin family member 2"
-"chr1",38510134,38510474,341,"*","Promoter (1-2kb)",1,38509523,38512450,2928,2,"5453",1976,"ENSG00000185668","POU3F1","POU class 3 homeobox 1"
-"chr14",99948187,99948289,103,"*","Promoter (<=1kb)",14,99947739,99977852,30114,1,"8812",448,"ENSG00000090061","CCNK","cyclin K"
-"chr1",164290497,164290766,270,"*","Distal Intergenic",1,164528597,164854300,325704,1,"5087",-237831,"ENSG00000185630","PBX1","pre-B-cell leukemia homeobox 1"
-"chr3",49395574,49395585,12,"*","Promoter (<=1kb)",3,49394609,49395791,1183,2,"2876",206,"ENSG00000233276","GPX1","glutathione peroxidase 1"
-"chr1",2259325,2259411,87,"*","Intron (uc001ajb.1/79906, intron 2 of 13)",1,2281853,2284100,2248,2,"100129534",24689,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr4",100485070,100485143,74,"*","Promoter (<=1kb)",4,100467864,100485189,17326,2,"93587",46,"ENSG00000145331","TRMT10A","tRNA methyltransferase 10A"
-"chr1",40367804,40367827,24,"*","Promoter (<=1kb)",1,40361096,40367687,6592,2,"4610",-117,"ENSG00000116990","MYCL","v-myc avian myelocytomatosis viral oncogene lung carcinoma derived homolog"
-"chr1",31192334,31192337,4,"*","Promoter (<=1kb)",1,31191619,31199593,7975,1,"100129196",715,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
-"chr19",44285333,44285520,188,"*","Promoter (<=1kb)",19,44270685,44285409,14725,2,"3783",0,"ENSG00000104783","KCNN4","potassium calcium-activated channel subfamily N member 4"
-"chr2",114256392,114256406,15,"*","Promoter (<=1kb)",2,114256661,114258727,2067,1,"200350",-255,"ENSG00000184492","FOXD4L1","forkhead box D4-like 1"
-"chr4",152966887,152967131,245,"*","Distal Intergenic",4,152591809,152682175,90367,2,"5188",-284712,"ENSG00000059691","GATB","glutamyl-tRNA(Gln) amidotransferase, subunit B"
-"chr8",143751447,143751450,4,"*","Promoter (<=1kb)",8,143738874,143751401,12528,2,"8629",-46,"ENSG00000234616","JRK","Jrk helix-turn-helix protein"
-"chr2",219575507,219575996,490,"*","Promoter (<=1kb)",2,219575568,219620138,44571,1,"9654",0,"ENSG00000135912","TTLL4","tubulin tyrosine ligase like 4"
-"chr17",50235345,50235689,345,"*","Promoter (1-2kb)",17,49707674,50237377,529704,2,"56934",1688,"ENSG00000154975","CA10","carbonic anhydrase X"
-"chr17",28087850,28088069,220,"*","Intron (uc002heo.1/85464, intron 13 of 14)",17,27941774,27948441,6668,2,"84940",-139409,"ENSG00000167549","CORO6","coronin 6"
-"chr16",3481785,3482078,294,"*","Distal Intergenic",16,3486110,3493490,7381,2,"146434",11412,"ENSG00000167981","ZNF597","zinc finger protein 597"
-"chr19",535988,536196,209,"*","Intron (uc002lov.3/997, intron 2 of 4)",19,531733,542087,10355,1,"997",4255,"ENSG00000099804","CDC34","cell division cycle 34"
-"chr6",31635898,31636140,243,"*","3' UTR",6,32485154,32557613,72460,2,"3127",921473,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",1308616,1308675,60,"*","Distal Intergenic",17,1247834,1303556,55723,2,"7531",-5060,"ENSG00000108953","YWHAE","tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein epsilon"
-"chr17",75789345,75789481,137,"*","Distal Intergenic",17,75875083,75880169,5087,2,"400624",90688,"ENSG00000204283","FLJ45079","FLJ45079 protein"
-"chr14",95623921,95624293,373,"*","Promoter (<=1kb)",14,95624025,95646270,22246,1,"400242",0,"ENSG00000235706","DICER1-AS1","DICER1 antisense RNA 1"
-"chr10",31609200,31609303,104,"*","Promoter (1-2kb)",10,31605457,31608024,2568,2,"220930",-1176,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
-"chr11",82444898,82445024,127,"*","Promoter (<=1kb)",11,82443046,82444906,1861,2,"220382",0,"ENSG00000182103","FAM181B","family with sequence similarity 181 member B"
-"chr4",4386745,4386858,114,"*","5' UTR",4,4349869,4420785,70917,1,"27065",36876,"ENSG00000168824","NSG1","neuron specific gene family member 1"
-"chr4",53617679,53617882,204,"*","Promoter (<=1kb)",4,53609684,53617807,8124,2,"100288413",0,"ENSG00000226887","ERVMER34-1","endogenous retrovirus group MER34 member 1"
-"chr16",30007495,30007513,19,"*","Promoter (<=1kb)",16,30007531,30017112,9582,1,"283899",-18,"ENSG00000169592","INO80E","INO80 complex subunit E"
-"chr15",83315922,83316378,457,"*","Promoter (<=1kb)",15,83316521,83361572,45052,1,"283692",-143,"ENSG00000259462","CPEB1-AS1","CPEB1 antisense RNA 1"
-"chr11",95900326,95900802,477,"*","Intron (uc001pfw.1/84441, intron 4 of 4)",11,96074602,96074690,89,1,"100422991",-173800,"ENSG00000266192","MIR1260B","microRNA 1260b"
-"chr1",184021131,184021360,230,"*","Promoter (<=1kb)",1,184020811,184043344,22534,1,"116461",320,"ENSG00000198860","TSEN15","tRNA splicing endonuclease subunit 15"
-"chr2",132249321,132249809,489,"*","Promoter (<=1kb)",2,132241533,132250064,8532,2,"653784",255,"ENSG00000173272","MZT2A","mitotic spindle organizing protein 2A"
-"chr12",124432638,124432946,309,"*","Intron (uc001ufw.1/80212, intron 4 of 4)",12,124420955,124457163,36209,2,"80212",24217,"ENSG00000119242","CCDC92","coiled-coil domain containing 92"
-"chr5",78280283,78280482,200,"*","Promoter (1-2kb)",5,78073037,78282357,209321,2,"411",1875,"ENSG00000113273","ARSB","arylsulfatase B"
-"chr21",45742623,45742747,125,"*","Intron (uc002zek.3/5211, intron 17 of 24)",21,45748827,45759285,10459,2,"755",16538,"ENSG00000160226","C21orf2","chromosome 21 open reading frame 2"
-"chr8",131455770,131456284,515,"*","Promoter (<=1kb)",8,131064351,131455906,391556,2,"50807",0,"ENSG00000153317","ASAP1","ArfGAP with SH3 domain, ankyrin repeat and PH domain 1"
-"chr2",27601088,27601456,369,"*","Promoter (2-3kb)",2,27600098,27603611,3514,2,"130557",2155,"ENSG00000163795","ZNF513","zinc finger protein 513"
-"chr19",11660189,11660310,122,"*","Exon (uc002msc.1/1264, exon 6 of 7)",19,11663858,11670051,6194,2,"84337",9741,"ENSG00000130165","ELOF1","elongation factor 1 homolog"
-"chr5",68462711,68462768,58,"*","Promoter (<=1kb)",5,68462837,68474070,11234,1,"891",-69,"ENSG00000134057","CCNB1","cyclin B1"
-"chr12",122666527,122666612,86,"*","Intron (uc009zxl.1/254050, intron 1 of 5)",12,122656577,122658746,2170,2,"386653",-7781,"ENSG00000204671","IL31","interleukin 31"
-"chr11",46848264,46848341,78,"*","Intron (uc001ndi.2/9793, intron 43 of 43)",11,46765084,46867859,102776,2,"9793",19518,"ENSG00000175216","CKAP5","cytoskeleton associated protein 5"
-"chr19",2425428,2426333,906,"*","Promoter (1-2kb)",19,2425622,2427875,2254,2,"26517",1542,"ENSG00000099800","TIMM13","translocase of inner mitochondrial membrane 13"
-"chr1",158368889,158369112,224,"*","Promoter (<=1kb)",1,158368312,158369256,945,2,"128360",144,"ENSG00000186306","OR10T2","olfactory receptor family 10 subfamily T member 2"
-"chr14",36002851,36002860,10,"*","Promoter (<=1kb)",14,36003248,36006260,3013,1,"84684",-388,"ENSG00000168348","INSM2","insulinoma-associated 2"
-"chr10",768493,768819,327,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-32885,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr9",136844349,136844644,296,"*","Intron (uc004cer.3/7410, intron 26 of 26)",9,136627016,136857446,230431,2,"7410",12802,"ENSG00000160293","VAV2","vav guanine nucleotide exchange factor 2"
-"chr16",30913308,30913935,628,"*","3' UTR",16,30907928,30914881,6954,1,"1489",5380,"ENSG00000150281","CTF1","cardiotrophin 1"
-"chr19",56915031,56915100,70,"*","Promoter (<=1kb)",19,56915383,56936400,21018,1,"147949",-283,"ENSG00000198440","ZNF583","zinc finger protein 583"
-"chr7",601665,601780,116,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",41637,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr2",209130978,209131226,249,"*","Promoter (<=1kb)",2,209130991,209223475,92485,1,"200576",0,"ENSG00000115020","PIKFYVE","phosphoinositide kinase, FYVE-type zinc finger containing"
-"chr5",134786548,134786942,395,"*","Promoter (1-2kb)",5,134784558,134788089,3532,2,"497189",1147,"ENSG00000255833","TIFAB","TIFA inhibitor"
-"chr1",1146729,1146903,175,"*","Promoter (2-3kb)",1,1146706,1149548,2843,2,"7293",2645,"ENSG00000186827","TNFRSF4","tumor necrosis factor receptor superfamily member 4"
-"chr6",150039400,150039439,40,"*","Promoter (<=1kb)",6,149979289,150039392,60104,2,"9113",-8,"ENSG00000131023","LATS1","large tumor suppressor kinase 1"
-"chr3",197272263,197272328,66,"*","Intron (uc003fxr.3/622, intron 5 of 7)",3,197236654,197300194,63541,2,"622",27866,"ENSG00000161267","BDH1","3-hydroxybutyrate dehydrogenase, type 1"
-"chr4",726649,726983,335,"*","Intron (uc003gbc.2/10336, intron 3 of 4)",4,699573,764427,64855,1,"10336",27076,"ENSG00000185619","PCGF3","polycomb group ring finger 3"
-"chr3",57583334,57583355,22,"*","Promoter (<=1kb)",3,57557090,57583215,26126,2,"378",-119,"ENSG00000168374","ARF4","ADP ribosylation factor 4"
-"chr14",91700509,91701128,620,"*","Exon (uc001xzg.3/8111, exon 2 of 2)",14,91698876,91720224,21349,2,"8111",19096,"ENSG00000119714","GPR68","G protein-coupled receptor 68"
-"chr12",56211528,56211548,21,"*","Promoter (<=1kb)",12,56146247,56211540,65294,2,"84324",0,"ENSG00000205323","SARNP","SAP domain containing ribonucleoprotein"
-"chr19",7676731,7676738,8,"*","Exon (uc002mgu.4/57662, exon 13 of 19)",19,7660788,7683196,22409,1,"57662",15943,"ENSG00000076826","CAMSAP3","calmodulin regulated spectrin associated protein family member 3"
-"chr3",183817182,183817678,497,"*","Promoter (2-3kb)",3,183814852,183824783,9932,1,"285242",2330,"ENSG00000186038","HTR3E","5-hydroxytryptamine receptor 3E"
-"chr17",75370236,75370563,328,"*","Intron (uc002jts.4/10801, intron 2 of 11)",17,75393066,75393136,71,2,"100422851",22573,"ENSG00000264060","MIR4316","microRNA 4316"
-"chr8",101322598,101322743,146,"*","Promoter (<=1kb)",8,101269288,101322379,53092,2,"25897",-219,"ENSG00000034677","RNF19A","ring finger protein 19A, RBR E3 ubiquitin protein ligase"
-"chr19",11877200,11877661,462,"*","Promoter (<=1kb)",19,11877815,11894893,17079,1,"126068",-154,"ENSG00000197044","ZNF441","zinc finger protein 441"
-"chr10",33623461,33623787,327,"*","Promoter (<=1kb)",10,33466419,33624006,157588,2,"8829",219,"ENSG00000099250","NRP1","neuropilin 1"
-"chr1",65210372,65210737,366,"*","Promoter (<=1kb)",1,65210778,65298914,88137,1,"55225",-41,"ENSG00000162437","RAVER2","ribonucleoprotein, PTB-binding 2"
-"chr6",170102266,170102889,624,"*","Promoter (<=1kb)",6,170102257,170106402,4146,1,"387263",9,"ENSG00000185127","C6orf120","chromosome 6 open reading frame 120"
-"chr5",176853836,176854009,174,"*","Promoter (<=1kb)",5,176853687,176869850,16164,1,"2870",149,"ENSG00000198055","GRK6","G protein-coupled receptor kinase 6"
-"chr10",102381293,102381484,192,"*","Distal Intergenic",10,102295641,102313681,18041,1,"55662",85652,"ENSG00000166135","HIF1AN","hypoxia inducible factor 1 alpha subunit inhibitor"
-"chr17",62018360,62018375,16,"*","Exon (uc002jds.1/6329, exon 24 of 24)",17,62006098,62009704,3607,2,"974",-8656,"ENSG00000007312","CD79B","CD79b molecule"
-"chr19",37742834,37742877,44,"*","Exon (uc002ofv.3/uc002ofv.3, exon 1 of 8)",19,37756841,37759912,3072,2,"284412",17035,NA,"LOC284412","uncharacterized LOC284412"
-"chr7",155089390,155089394,5,"*","Promoter (<=1kb)",7,155089486,155101945,12460,1,"3638",-92,"ENSG00000186480","INSIG1","insulin induced gene 1"
-"chr8",38239693,38239869,177,"*","Promoter (<=1kb)",8,38132561,38239790,107230,2,"54904",0,"ENSG00000147548","WHSC1L1","Wolf-Hirschhorn syndrome candidate 1-like 1"
-"chr2",119604702,119604901,200,"*","Promoter (<=1kb)",2,119599747,119605759,6013,2,"2019",858,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr16",11370064,11370301,238,"*","Promoter (<=1kb)",16,11369493,11370337,845,2,"5620",36,"ENSG00000122304","PRM2","protamine 2"
-"chr3",142167057,142167140,84,"*","Promoter (<=1kb)",3,142025449,142166853,141405,2,"54464",-204,"ENSG00000114127","XRN1","5'-3' exoribonuclease 1"
-"chr15",65504534,65504897,364,"*","Promoter (<=1kb)",15,65488337,65503840,15504,2,"8483",-694,"ENSG00000138615","CILP","cartilage intermediate layer protein"
-"chr1",54355647,54355906,260,"*","Promoter (<=1kb)",1,54317392,54355487,38096,2,"54432",-160,"ENSG00000058799","YIPF1","Yip1 domain family member 1"
-"chr12",14955832,14956003,172,"*","Promoter (<=1kb)",12,14939412,14956401,16990,2,"51729",398,"ENSG00000084463","WBP11","WW domain binding protein 11"
-"chr1",2820170,2820665,496,"*","Distal Intergenic",1,2572807,2706230,133424,2,"100287898",-113940,"ENSG00000215912","TTC34","tetratricopeptide repeat domain 34"
-"chr4",6665857,6666299,443,"*","Distal Intergenic",4,6675821,6677774,1954,1,"93622",-9522,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
-"chr16",1256207,1256247,41,"*","Exon (uc002cks.3/8912, exon 12 of 35)",16,1271651,1275254,3604,2,"25823",19007,"ENSG00000116176","TPSG1","tryptase gamma 1"
-"chr6",5085177,5085404,228,"*","Promoter (<=1kb)",6,5085720,5087455,1736,1,"648791",-316,"ENSG00000219607","PPP1R3G","protein phosphatase 1 regulatory subunit 3G"
-"chr20",61340059,61340061,3,"*","Promoter (<=1kb)",20,61340189,61394123,53935,1,"4923",-128,"ENSG00000101188","NTSR1","neurotensin receptor 1 (high affinity)"
-"chr18",44702735,44702757,23,"*","Promoter (<=1kb)",18,44681390,44702745,21356,2,"51124",0,"ENSG00000134049","IER3IP1","immediate early response 3 interacting protein 1"
-"chr6",170559276,170559285,10,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",12372,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr16",3143044,3143153,110,"*","5' UTR",16,3138895,3149293,10399,2,"84891",6140,"ENSG00000130182","ZSCAN10","zinc finger and SCAN domain containing 10"
-"chr11",10562865,10562941,77,"*","Promoter (<=1kb)",11,10562783,10621479,58697,1,"100129827",82,"ENSG00000177112","MRVI1-AS1","MRVI1 antisense RNA 1"
-"chr11",2922003,2922068,66,"*","Promoter (1-2kb)",11,2920951,2946476,25526,1,"5002",1052,"ENSG00000110628","SLC22A18","solute carrier family 22 member 18"
-"chr11",68039601,68039605,5,"*","Promoter (<=1kb)",11,68028803,68039469,10667,2,"53838",-132,"ENSG00000171067","C11orf24","chromosome 11 open reading frame 24"
-"chr14",20344083,20344394,312,"*","Promoter (<=1kb)",14,20344427,20345371,945,1,"390431",-33,"ENSG00000165762","OR4K2","olfactory receptor family 4 subfamily K member 2"
-"chr19",50935676,50936006,331,"*","Promoter (<=1kb)",19,50936160,50969583,33424,1,"4606",-154,"ENSG00000086967","MYBPC2","myosin binding protein C, fast type"
-"chr2",136875857,136875869,13,"*","Promoter (<=1kb)",2,136871919,136875725,3807,2,"7852",-132,"ENSG00000121966","CXCR4","chemokine (C-X-C motif) receptor 4"
-"chr12",103352000,103352235,236,"*","Promoter (<=1kb)",12,103351452,103354294,2843,1,"429",548,"ENSG00000139352","ASCL1","achaete-scute family bHLH transcription factor 1"
-"chr1",45242030,45242191,162,"*","Promoter (<=1kb)",1,45242164,45242261,98,1,"94161",0,"ENSG00000200913","SNORD46","small nucleolar RNA, C/D box 46"
-"chr1",32671490,32671645,156,"*","Promoter (<=1kb)",1,32671236,32674288,3053,1,"55721",254,"ENSG00000160051","IQCC","IQ motif containing C"
-"chr1",19810215,19810690,476,"*","Promoter (1-2kb)",1,19665267,19812066,146800,2,"832",1376,"ENSG00000077549","CAPZB","capping actin protein of muscle Z-line beta subunit"
-"chr11",20182063,20182074,12,"*","Promoter (<=1kb)",11,20177760,20181870,4111,2,"120237",-193,"ENSG00000109851","DBX1","developing brain homeobox 1"
-"chr6",32016166,32016188,23,"*","Exon (uc003nzl.2/7148, exon 29 of 44)",6,32485154,32557613,72460,2,"3127",541425,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",144416172,144416517,346,"*","Promoter (<=1kb)",6,144416018,144416754,737,2,"83443",237,"ENSG00000169976","SF3B5","splicing factor 3b subunit 5"
-"chr7",34117970,34118416,447,"*","Intron (uc011kap.2/168667, intron 12 of 15)",7,33944523,34195484,250962,1,"168667",173447,"ENSG00000164619","BMPER","BMP binding endothelial regulator"
-"chr5",11903393,11903603,211,"*","Promoter (<=1kb)",5,10971952,11904110,932159,2,"1501",507,"ENSG00000169862","CTNND2","catenin delta 2"
-"chr12",57081784,57082064,281,"*","Promoter (<=1kb)",12,57057125,57082078,24954,2,"10728",14,"ENSG00000110958","PTGES3","prostaglandin E synthase 3"
-"chr16",67225165,67225437,273,"*","Promoter (<=1kb)",16,67226068,67232821,6754,1,"1874",-631,"ENSG00000205250","E2F4","E2F transcription factor 4"
-"chr8",10590455,10590463,9,"*","Intron (uc003wtg.1/uc003wtg.1, intron 1 of 2)",8,10530147,10558103,27957,1,"203076",60308,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
-"chr8",57358665,57359200,536,"*","Promoter (<=1kb)",8,57353513,57359282,5770,2,"5179",82,"ENSG00000181195","PENK","proenkephalin"
-"chr8",97247165,97247777,613,"*","Promoter (<=1kb)",8,97238904,97247862,8959,2,"7381",85,"ENSG00000156467","UQCRB","ubiquinol-cytochrome c reductase binding protein"
-"chr6",166205192,166205563,372,"*","Intron (uc003qup.1/uc003qup.1, intron 1 of 1)",6,165740776,166075588,334813,2,"10846",-129604,"ENSG00000112541","PDE10A","phosphodiesterase 10A"
-"chr12",128245610,128245740,131,"*","Distal Intergenic",12,128366162,128383184,17023,1,"400087",-120422,"ENSG00000256597","FLJ37505","uncharacterized LOC400087"
-"chr19",39881799,39881965,167,"*","Promoter (<=1kb)",19,39876270,39881835,5566,2,"54623",0,"ENSG00000006712","PAF1","PAF1 homolog, Paf1/RNA polymerase II complex component"
-"chr1",38061735,38061737,3,"*","Promoter (<=1kb)",1,38032413,38061586,29174,2,"29889",-149,"ENSG00000134697","GNL2","G protein nucleolar 2"
-"chr12",133177383,133177546,164,"*","Downstream (2-3kb)",12,133179736,133187037,7302,2,"100507055",9491,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
-"chr6",26086340,26086585,246,"*","Promoter (<=1kb)",6,26087509,26095469,7961,1,"3077",-924,"ENSG00000010704","HFE","hemochromatosis"
-"chrX",16730898,16730937,40,"*","Promoter (<=1kb)",23,16606122,16731059,124938,2,"56474",122,"ENSG00000047230","CTPS2","CTP synthase 2"
-"chr12",10826785,10826858,74,"*","Promoter (<=1kb)",12,10771538,10826891,55354,2,"55359",33,"ENSG00000060140","STYK1","serine/threonine/tyrosine kinase 1"
-"chr5",135170734,135170994,261,"*","Promoter (<=1kb)",5,135170365,135224326,53962,1,"153328",369,"ENSG00000145832","SLC25A48","solute carrier family 25 member 48"
-"chr20",633783,633844,62,"*","5' UTR",20,627268,656823,29556,2,"140809",22979,"ENSG00000271303","SRXN1","sulfiredoxin 1"
-"chr2",92262463,92262806,344,"*","Distal Intergenic",2,92129159,92130496,1338,1,"440888",133304,"ENSG00000280263","ACTR3BP2","ACTR3B pseudogene 2"
-"chr17",79898782,79899261,480,"*","Exon (uc010wvf.1/255275, exon 3 of 3)",17,79890267,79895172,4906,2,"5831",-3610,"ENSG00000183010","PYCR1","pyrroline-5-carboxylate reductase 1"
-"chr12",16064029,16064153,125,"*","Promoter (<=1kb)",12,16064186,16190315,126130,1,"51071",-33,"ENSG00000023697","DERA","deoxyribose-phosphate aldolase"
-"chr10",180504,180755,252,"*","Promoter (<=1kb)",10,180405,300577,120173,1,"10771",99,"ENSG00000015171","ZMYND11","zinc finger MYND-type containing 11"
-"chr6",164092583,164092814,232,"*","Exon (uc003quk.1/uc003quk.1, exon 1 of 4)",6,163835675,163999628,163954,1,"9444",256908,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
-"chr19",3578064,3578313,250,"*","Exon (uc002lya.3/10362, exon 9 of 10)",19,3572943,3579081,6139,1,"10362",5121,"ENSG00000064961","HMG20B","high mobility group 20B"
-"chr16",691979,692318,340,"*","Promoter (<=1kb)",16,691849,698474,6626,1,"84331",130,"ENSG00000172366","FAM195A","family with sequence similarity 195 member A"
-"chr17",34890851,34890860,10,"*","Promoter (<=1kb)",17,34890847,34895150,4304,1,"284098",4,"ENSG00000277161","PIGW","phosphatidylinositol glycan anchor biosynthesis class W"
-"chr17",48917741,48918321,581,"*","Exon (uc010dbu.3/124857, exon 2 of 2)",17,48912011,48919709,7699,1,"124857",5730,"ENSG00000173714","WFIKKN2","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 2"
-"chr19",7733401,7733835,435,"*","Promoter (<=1kb)",19,7733972,7735340,1369,1,"56729",-137,"ENSG00000104918","RETN","resistin"
-"chr4",186456397,186456682,286,"*","Promoter (<=1kb)",4,186421815,186456712,34898,2,"27295",30,"ENSG00000154553","PDLIM3","PDZ and LIM domain 3"
-"chr14",77493334,77493722,389,"*","Promoter (1-2kb)",14,77490886,77495042,4157,2,"64207",1320,"ENSG00000119669","IRF2BPL","interferon regulatory factor 2 binding protein-like"
-"chr16",86714834,86715104,271,"*","Distal Intergenic",16,86612115,86615304,3190,1,"2300",102719,"ENSG00000176678","FOXL1","forkhead box L1"
-"chr7",157932903,157932923,21,"*","Intron (uc011kwa.2/5799, intron 17 of 22)",7,157647277,157658782,11506,1,"100506585",285626,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr16",31117270,31117285,16,"*","Promoter (2-3kb)",16,31119615,31124112,4498,1,"10295",-2330,"ENSG00000103507","BCKDK","branched chain ketoacid dehydrogenase kinase"
-"chr11",33721799,33721855,57,"*","Promoter (<=1kb)",11,33719654,33722286,2633,2,"100131378",431,"ENSG00000205177","C11orf91","chromosome 11 open reading frame 91"
-"chr6",31122524,31122768,245,"*","Exon (uc011dne.2/54535, exon 3 of 17)",6,32485154,32557613,72460,2,"3127",1434845,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",95664233,95664311,79,"*","Distal Intergenic",2,95691400,95719737,28338,1,"4118",-27089,"ENSG00000172005","MAL","mal T-cell differentiation protein"
-"chr3",113465485,113465629,145,"*","Promoter (<=1kb)",3,113465866,113530905,65040,1,"523",-237,"ENSG00000114573","ATP6V1A","ATPase H+ transporting V1 subunit A"
-"chr21",46962546,46962548,3,"*","Promoter (1-2kb)",21,46918115,46964325,46211,2,"6573",1777,"ENSG00000173638","SLC19A1","solute carrier family 19 member 1"
-"chr15",69324108,69324108,1,"*","5' UTR",15,69365266,69388163,22898,1,"283673",-41158,"ENSG00000212766","EWSAT1","Ewing sarcoma associated transcript 1"
-"chr2",73299103,73299249,147,"*","Promoter (<=1kb)",2,73169165,73298965,129801,2,"94097",-138,"ENSG00000144040","SFXN5","sideroflexin 5"
-"chr4",26585673,26585855,183,"*","Promoter (<=1kb)",4,26585546,26756918,171373,1,"55296",127,"ENSG00000109680","TBC1D19","TBC1 domain family member 19"
-"chr16",3018056,3018214,159,"*","Promoter (1-2kb)",16,3019342,3023485,4144,1,"124222",-1128,"ENSG00000162073","PAQR4","progestin and adipoQ receptor family member IV"
-"chr19",19221572,19221574,3,"*","Exon (uc002nlf.3/284439, exon 8 of 8)",19,19230425,19249310,18886,2,"54929",27736,"ENSG00000064545","TMEM161A","transmembrane protein 161A"
-"chr2",61108954,61109155,202,"*","Promoter (<=1kb)",2,61108752,61150178,41427,1,"5966",202,"ENSG00000162924","REL","v-rel avian reticuloendotheliosis viral oncogene homolog"
-"chr16",30996564,30996582,19,"*","Promoter (<=1kb)",16,30996519,31000473,3955,1,"80270",45,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
-"chr3",147114352,147114358,7,"*","5' UTR",3,147103835,147124596,20762,2,"84107",10238,"ENSG00000174963","ZIC4","Zic family member 4"
-"chr6",32781261,32781307,47,"*","Intron (uc003oca.3/3112, intron 2 of 5)",6,32605183,32614839,9657,1,"3117",176078,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr18",12911359,12911663,305,"*","Distal Intergenic",18,12785477,12884334,98858,2,"5771",-27025,"ENSG00000175354","PTPN2","protein tyrosine phosphatase, non-receptor type 2"
-"chr7",23637020,23637030,11,"*","Promoter (<=1kb)",7,23636998,23684327,47330,1,"90693",22,"ENSG00000169193","CCDC126","coiled-coil domain containing 126"
-"chr7",90338555,90339132,578,"*","5' UTR",7,90095738,90839904,744167,1,"5218",242817,"ENSG00000058091","CDK14","cyclin-dependent kinase 14"
-"chr7",157053014,157053027,14,"*","Intron (uc010lqs.3/9690, intron 22 of 22)",7,157129710,157210133,80424,1,"10049",-76683,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
-"chr17",80040028,80040107,80,"*","Exon (uc002kdu.3/2194, exon 36 of 43)",17,80036214,80056106,19893,2,"2194",15999,"ENSG00000169710","FASN","fatty acid synthase"
-"chr1",225840460,225840783,324,"*","Promoter (<=1kb)",1,225674534,225840845,166312,2,"55740",62,"ENSG00000154380","ENAH","enabled homolog (Drosophila)"
-"chr11",116643266,116643503,238,"*","Promoter (<=1kb)",11,116618886,116643714,24829,2,"84811",211,"ENSG00000137656","BUD13","BUD13 homolog"
-"chr12",130590231,130590246,16,"*","Distal Intergenic",12,130636138,130646768,10631,2,"440119",56522,"ENSG00000250208","FZD10-AS1","FZD10 antisense RNA 1 (head to head)"
-"chr1",21766015,21766308,294,"*","Promoter (<=1kb)",1,21766583,21811393,44811,1,"84224",-275,"ENSG00000142794","NBPF3","neuroblastoma breakpoint family member 3"
-"chr8",29778000,29778285,286,"*","Promoter (<=1kb)",8,29779029,29811123,32095,1,"286135",-744,"ENSG00000253279","FAM183CP","family with sequence similarity 183 member C, pseudogene"
-"chr1",110282274,110282477,204,"*","Promoter (1-2kb)",1,110276554,110283660,7107,2,"2947",1183,"ENSG00000134202","GSTM3","glutathione S-transferase mu 3 (brain)"
-"chr21",38073469,38073934,466,"*","Promoter (1-2kb)",21,38071991,38122510,50520,1,"6493",1478,"ENSG00000159263","SIM2","single-minded family bHLH transcription factor 2"
-"chr15",42565784,42565790,7,"*","Promoter (<=1kb)",15,42502726,42565755,63030,2,"25963",-29,"ENSG00000103978","TMEM87A","transmembrane protein 87A"
-"chr1",92949488,92949608,121,"*","Promoter (2-3kb)",1,92940318,92952433,12116,2,"2672",2825,"ENSG00000162676","GFI1","growth factor independent 1 transcription repressor"
-"chr6",157744881,157745223,343,"*","Promoter (<=1kb)",6,157710054,157745253,35200,2,"729515",30,"ENSG00000215712","TMEM242","transmembrane protein 242"
-"chr12",103889736,103889772,37,"*","Promoter (<=1kb)",12,103631369,103889749,258381,2,"374470",0,"ENSG00000179088","C12orf42","chromosome 12 open reading frame 42"
-"chr2",25500046,25500077,32,"*","Intron (uc002rgc.4/1788, intron 19 of 22)",2,25551509,25551590,82,2,"100302246",51513,NA,"MIR1301","microRNA 1301"
-"chr2",235406854,235407153,300,"*","Promoter (1-2kb)",2,235401686,235405693,4008,2,"10123",-1161,"ENSG00000188042","ARL4C","ADP ribosylation factor like GTPase 4C"
-"chr5",94890408,94890667,260,"*","Promoter (<=1kb)",5,94799599,94890709,91111,2,"9652",42,"ENSG00000198677","TTC37","tetratricopeptide repeat domain 37"
-"chr14",106173674,106173779,106,"*","Exon (uc031qqx.1/uc031qqx.1, exon 5044 of 5065)",14,106134458,106139163,4706,2,"2003",-34511,NA,"ELK2AP","ELK2A, member of ETS oncogene family, pseudogene"
-"chr8",22022996,22023343,348,"*","Promoter (<=1kb)",8,22022653,22069840,47188,1,"649",343,"ENSG00000168487","BMP1","bone morphogenetic protein 1"
-"chr6",10747898,10748101,204,"*","Promoter (<=1kb)",6,10747995,10974541,226547,1,"221711",0,"ENSG00000153157","SYCP2L","synaptonemal complex protein 2 like"
-"chr8",101572127,101572721,595,"*","Promoter (<=1kb)",8,101521980,101572014,50035,2,"157567",-113,"ENSG00000186106","ANKRD46","ankyrin repeat domain 46"
-"chr8",37654235,37654258,24,"*","Promoter (<=1kb)",8,37654401,37701504,47104,1,"25960",-143,"ENSG00000020181","ADGRA2","adhesion G protein-coupled receptor A2"
-"chr16",30023615,30023732,118,"*","Promoter (1-2kb)",16,30016835,30024843,8009,2,"8448",1111,"ENSG00000149927","DOC2A","double C2-like domains, alpha"
-"chr16",50699119,50699456,338,"*","Downstream (<1kb)",16,50700211,50715264,15054,2,"124460",15808,"ENSG00000167208","SNX20","sorting nexin 20"
-"chr12",109826435,109826496,62,"*","Promoter (<=1kb)",12,109826524,109886176,59653,1,"283446",-28,"ENSG00000174527","MYO1H","myosin IH"
-"chr16",29937746,29938135,390,"*","Promoter (<=1kb)",16,29917657,29937545,19889,2,"253980",-201,"ENSG00000174943","KCTD13","potassium channel tetramerization domain containing 13"
-"chr8",94753404,94753488,85,"*","Promoter (<=1kb)",8,94743731,94753224,9494,2,"389677",-180,"ENSG00000183808","RBM12B","RNA binding motif protein 12B"
-"chr2",197036775,197036780,6,"*","Intron (uc010fsh.3/9262, intron 7 of 7)",2,196998307,197041227,42921,2,"9262",4447,"ENSG00000081320","STK17B","serine/threonine kinase 17b"
-"chr4",47465818,47465839,22,"*","Promoter (<=1kb)",4,47452811,47465676,12866,2,"54951",-142,"ENSG00000169019","COMMD8","COMM domain containing 8"
-"chr16",23464527,23464628,102,"*","Promoter (<=1kb)",16,23399814,23464512,64699,2,"91949",-15,"ENSG00000168434","COG7","component of oligomeric golgi complex 7"
-"chr16",29937102,29937403,302,"*","Promoter (<=1kb)",16,29917657,29937545,19889,2,"253980",142,"ENSG00000174943","KCTD13","potassium channel tetramerization domain containing 13"
-"chr19",18721692,18721792,101,"*","Promoter (1-2kb)",19,18723682,18731849,8168,1,"25789",-1890,"ENSG00000105696","TMEM59L","transmembrane protein 59 like"
-"chr7",97586935,97587012,78,"*","Intron (uc010lfp.1/389538, intron 3 of 4)",7,97503667,97601638,97972,2,"389538",14626,NA,"MGC72080","MGC72080 pseudogene"
-"chrX",7066487,7066773,287,"*","Promoter (<=1kb)",23,6966961,7066231,99271,2,"8226",-256,"ENSG00000130021","PUDP","pseudouridine 5'-phosphatase"
-"chr10",47746374,47746741,368,"*","Promoter (<=1kb)",10,47746920,47770647,23728,1,"244",-179,NA,NA,NA
-"chr19",50643372,50643565,194,"*","Promoter (<=1kb)",19,50643459,50643577,119,2,"100170227",12,NA,"SNAR-D","small ILF3/NF90-associated RNA D"
-"chr10",44070130,44070152,23,"*","Promoter (<=1kb)",10,44051793,44070066,18274,2,"8187",-64,"ENSG00000196793","ZNF239","zinc finger protein 239"
-"chr16",83841917,83842209,293,"*","Promoter (<=1kb)",16,83841508,83846607,5100,1,"3281",409,"ENSG00000230989","HSBP1","heat shock factor binding protein 1"
-"chr11",66062488,66063091,604,"*","Exon (uc001ohl.3/256472, exon 2 of 2)",11,66059373,66064135,4763,1,"256472",3115,"ENSG00000179292","TMEM151A","transmembrane protein 151A"
-"chr6",126964451,126964779,329,"*","Intron (uc003qaq.1/uc003qaq.1, intron 4 of 9)",6,126661253,126669754,8502,1,"387103",303198,"ENSG00000203760","CENPW","centromere protein W"
-"chr1",150551966,150551983,18,"*","Promoter (<=1kb)",1,150547027,150552214,5188,2,"4170",231,"ENSG00000143384","MCL1","myeloid cell leukemia 1"
-"chr1",248005356,248005671,316,"*","Promoter (<=1kb)",1,248004230,248005198,969,2,"391189",-158,"ENSG00000197591","OR11L1","olfactory receptor family 11 subfamily L member 1"
-"chr4",1577884,1577897,14,"*","Exon (uc003gdg.1/uc003gdg.1, exon 1 of 1)",4,1641608,1685988,44381,2,"152877",108091,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr1",76082018,76082173,156,"*","Intron (uc010oqz.1/204962, intron 22 of 22)",1,75667816,76143610,475795,2,"204962",61437,"ENSG00000137968","SLC44A5","solute carrier family 44 member 5"
-"chr22",50962002,50962176,175,"*","Promoter (2-3kb)",22,50961997,50964905,2909,2,"9997",2729,"ENSG00000130489","SCO2","SCO2 cytochrome c oxidase assembly protein"
-"chr6",33374638,33374656,19,"*","Exon (uc003oef.4/3833, exon 10 of 11)",6,33540323,33548070,7748,2,"578",173414,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr1",2722691,2722811,121,"*","Distal Intergenic",1,2572807,2706230,133424,2,"100287898",-16461,"ENSG00000215912","TTC34","tetratricopeptide repeat domain 34"
-"chr1",45965870,45965942,73,"*","Promoter (<=1kb)",1,45965856,45976739,10884,1,"25974",14,"ENSG00000132763","MMACHC","methylmalonic aciduria (cobalamin deficiency) cblC type, with homocystinuria"
-"chr3",187462173,187462411,239,"*","Promoter (1-2kb)",3,187439165,187463513,24349,2,"604",1102,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
-"chr19",2282155,2282223,69,"*","Promoter (<=1kb)",19,2274631,2282181,7551,2,"374872",0,"ENSG00000188305","C19orf35","chromosome 19 open reading frame 35"
-"chr11",926014,926034,21,"*","Promoter (<=1kb)",11,925809,1012245,86437,1,"161",205,"ENSG00000183020","AP2A2","adaptor related protein complex 2 alpha 2 subunit"
-"chr5",176981629,176981644,16,"*","Promoter (<=1kb)",5,176946790,176981548,34759,2,"54540",-81,"ENSG00000146067","FAM193B","family with sequence similarity 193 member B"
-"chr3",111697713,111697794,82,"*","Promoter (<=1kb)",3,111697723,111712215,14493,1,"55347",0,"ENSG00000144827","ABHD10","abhydrolase domain containing 10"
-"chr14",105499706,105500246,541,"*","Distal Intergenic",14,105475910,105487425,11516,2,"55038",-12281,"ENSG00000170779","CDCA4","cell division cycle associated 4"
-"chr12",49583064,49583448,385,"*","Promoter (<=1kb)",12,49578578,49583107,4530,2,"7846",0,"ENSG00000167552","TUBA1A","tubulin alpha 1a"
-"chr19",1267269,1267693,425,"*","Promoter (1-2kb)",19,1269267,1274439,5173,1,"1153",-1574,"ENSG00000099622","CIRBP","cold inducible RNA binding protein"
-"chr6",31649026,31649041,16,"*","Exon (uc003nvw.1/80741, exon 2 of 4)",6,32485154,32557613,72460,2,"3127",908572,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr11",65836240,65837207,968,"*","Promoter (<=1kb)",11,65837824,66012218,174395,1,"55690",-617,"ENSG00000175115","PACS1","phosphofurin acidic cluster sorting protein 1"
-"chr7",93633829,93634030,202,"*","Promoter (<=1kb)",7,93592082,93633690,41609,2,"10282",-139,"ENSG00000105829","BET1","Bet1 golgi vesicular membrane trafficking protein"
-"chr11",125037178,125037300,123,"*","Promoter (2-3kb)",11,125034559,125303285,268727,1,"63876",2619,"ENSG00000165495","PKNOX2","PBX/knotted 1 homeobox 2"
-"chr10",104629619,104629869,251,"*","Promoter (<=1kb)",10,104629210,104661655,32446,1,"57412",409,"ENSG00000214435","AS3MT","arsenite methyltransferase"
-"chr2",238778439,238778636,198,"*","Intron (uc002vxj.3/10267, intron 1 of 2)",2,238768187,238820755,52569,1,"10267",10252,"ENSG00000132329","RAMP1","receptor (G protein-coupled) activity modifying protein 1"
-"chr9",98637534,98637794,261,"*","Promoter (<=1kb)",9,98637900,98767137,129238,1,"375748",-106,"ENSG00000182150","ERCC6L2","excision repair cross-complementation group 6 like 2"
-"chr15",57598463,57598635,173,"*","Exon (uc010ugt.1/283663, exon 2 of 3)",15,57592563,57599967,7405,1,"283663",5900,"ENSG00000247982","LINC00926","long intergenic non-protein coding RNA 926"
-"chr4",145062551,145062810,260,"*","Promoter (<=1kb)",4,144917257,145061904,144648,2,"2993",-647,"ENSG00000170180","GYPA","glycophorin A (MNS blood group)"
-"chr7",35295072,35295198,127,"*","Promoter (1-2kb)",7,35242042,35293711,51670,2,"57057",-1361,"ENSG00000164532","TBX20","T-box 20"
-"chr7",139168403,139168481,79,"*","Promoter (<=1kb)",7,139138088,139168457,30370,2,"346689",0,"ENSG00000188883","KLRG2","killer cell lectin like receptor G2"
-"chr2",162164769,162164773,5,"*","Promoter (<=1kb)",2,162164786,162268228,103443,1,"10213",-13,"ENSG00000115233","PSMD14","proteasome 26S subunit, non-ATPase 14"
-"chr2",178076886,178077188,303,"*","Promoter (<=1kb)",2,178077422,178088685,11264,1,"220988",-234,"ENSG00000170144","HNRNPA3","heterogeneous nuclear ribonucleoprotein A3"
-"chr14",24768914,24768933,20,"*","Promoter (<=1kb)",14,24759804,24769039,9236,2,"115817",106,"ENSG00000157379","DHRS1","dehydrogenase/reductase (SDR family) member 1"
-"chr1",236848652,236848682,31,"*","Promoter (1-2kb)",1,236849770,236927558,77789,1,"88",-1088,"ENSG00000077522","ACTN2","actinin alpha 2"
-"chr11",70842068,70842128,61,"*","Intron (uc001oqc.3/22941, intron 20 of 21)",11,70313961,70935842,621882,2,"22941",93714,"ENSG00000162105","SHANK2","SH3 and multiple ankyrin repeat domains 2"
-"chr18",32923878,32924093,216,"*","Promoter (<=1kb)",18,32912178,32924426,12249,2,"7572",333,"ENSG00000172466","ZNF24","zinc finger protein 24"
-"chr19",18061332,18061472,141,"*","Promoter (<=1kb)",19,18062111,18109930,47820,1,"3780",-639,"ENSG00000105642","KCNN1","potassium calcium-activated channel subfamily N member 1"
-"chr17",48042779,48043063,285,"*","Distal Intergenic",17,48046562,48052323,5762,1,"1748",-3499,"ENSG00000108813","DLX4","distal-less homeobox 4"
-"chr1",97187092,97187106,15,"*","Promoter (<=1kb)",1,97187175,97280605,93431,1,"58155",-69,"ENSG00000117569","PTBP2","polypyrimidine tract binding protein 2"
-"chr2",240205554,240205724,171,"*","Intron (uc002vyk.4/9759, intron 25 of 26)",2,240227157,240227240,84,1,"100423043",-21433,"ENSG00000265215","MIR4269","microRNA 4269"
-"chr19",45515477,45515588,112,"*","Exon (uc021uvp.1/5971, exon 3 of 11)",19,45504707,45541456,36750,1,"5971",10770,"ENSG00000104856","RELB","v-rel avian reticuloendotheliosis viral oncogene homolog B"
-"chr19",40440570,40440915,346,"*","Promoter (<=1kb)",19,40353963,40440533,86571,2,"8857",-37,"ENSG00000275395","FCGBP","Fc fragment of IgG binding protein"
-"chr1",156084334,156084398,65,"*","Intron (uc001fnf.1/4000, intron 3 of 12)",1,156052369,156109880,57512,1,"4000",31965,"ENSG00000160789","LMNA","lamin A/C"
-"chr2",169746998,169747004,7,"*","Promoter (<=1kb)",2,169727401,169746944,19544,2,"57405",-54,"ENSG00000152253","SPC25","SPC25, NDC80 kinetochore complex component"
-"chr5",2703320,2703395,76,"*","Distal Intergenic",5,2746279,2751769,5491,2,"153572",48374,"ENSG00000170561","IRX2","iroquois homeobox 2"
-"chr5",122434544,122434853,310,"*","Intron (uc003kti.3/93166, intron 2 of 7)",5,122424841,122523745,98905,1,"93166",9703,"ENSG00000061455","PRDM6","PR domain 6"
-"chr3",138952434,138952480,47,"*","Promoter (<=1kb)",3,138951834,138952364,531,2,"140464",-70,"ENSG00000281473","PISRT1","polled intersex syndrome regulated transcript 1 (non-protein coding RNA)"
-"chr6",135819541,135819548,8,"*","Promoter (<=1kb)",6,135818939,136037193,218255,1,"100131814",602,"ENSG00000231028","LINC00271","long intergenic non-protein coding RNA 271"
-"chr1",168195060,168195350,291,"*","Promoter (<=1kb)",1,168195255,168212088,16834,1,"375035",0,"ENSG00000213064","SFT2D2","SFT2 domain containing 2"
-"chr12",132429624,132429633,10,"*","Distal Intergenic",12,132434465,132565011,130547,1,"57634",-4832,"ENSG00000183495","EP400","E1A binding protein p400"
-"chr10",126107733,126107861,129,"*","Promoter (<=1kb)",10,126085872,126107545,21674,2,"4942",-188,"ENSG00000065154","OAT","ornithine aminotransferase"
-"chr20",5100652,5100671,20,"*","Promoter (<=1kb)",20,5100232,5100615,384,1,"100302739",420,NA,"PCNA-AS1","PCNA antisense RNA 1"
-"chr9",35490191,35490515,325,"*","Promoter (<=1kb)",9,35490007,35561895,71889,1,"9853",184,"ENSG00000198853","RUSC2","RUN and SH3 domain containing 2"
-"chr2",21255250,21255272,23,"*","Exon (uc002red.3/338, exon 10 of 29)",2,21224301,21266945,42645,2,"338",11673,"ENSG00000084674","APOB","apolipoprotein B"
-"chr11",36317544,36317841,298,"*","Promoter (<=1kb)",11,36317725,36486754,169030,1,"79899",0,"ENSG00000135362","PRR5L","proline rich 5 like"
-"chr7",116962468,116962626,159,"*","Promoter (<=1kb)",7,116916686,116963343,46658,2,"7472",717,"ENSG00000105989","WNT2","wingless-type MMTV integration site family member 2"
-"chr17",46824915,46824963,49,"*","Distal Intergenic",17,46802127,46806111,3985,2,"10481",-18804,"ENSG00000159184","HOXB13","homeobox B13"
-"chr19",24216154,24216221,68,"*","Promoter (<=1kb)",19,24216247,24312654,96408,1,"9534",-26,"ENSG00000213096","ZNF254","zinc finger protein 254"
-"chr7",155327118,155327197,80,"*","Promoter (<=1kb)",7,155293953,155326539,32587,2,"285888",-579,"ENSG00000146910","CNPY1","canopy FGF signaling regulator 1"
-"chr6",169423725,169423832,108,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",230305,"ENSG00000186340","THBS2","thrombospondin 2"
-"chr6",33288680,33288686,7,"*","Exon (uc021ywn.1/1616, exon 2 of 8)",6,33540323,33548070,7748,2,"578",259384,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr11",74699945,74699961,17,"*","Promoter (<=1kb)",11,74699324,74718743,19420,1,"10825",621,"ENSG00000162139","NEU3","neuraminidase 3 (membrane sialidase)"
-"chr6",48036361,48036536,176,"*","5' UTR",6,47845764,48078943,233180,2,"442213",42407,"ENSG00000244694","PTCHD4","patched domain containing 4"
-"chr16",3233020,3233404,385,"*","Distal Intergenic",16,3254247,3255185,939,1,"4992",-20843,"ENSG00000168124","OR1F1","olfactory receptor family 1 subfamily F member 1"
-"chr16",2264546,2264855,310,"*","Promoter (<=1kb)",16,2261603,2264822,3220,2,"283871",0,"ENSG00000184207","PGP","phosphoglycolate phosphatase"
-"chr13",113094247,113094645,399,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",63596,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
-"chr12",91573135,91573301,167,"*","5' UTR",12,91539035,91576806,37772,2,"1634",3505,"ENSG00000011465","DCN","decorin"
-"chr3",52529293,52529317,25,"*","Promoter (<=1kb)",3,52529356,52558511,29156,1,"23166",-39,"ENSG00000010327","STAB1","stabilin 1"
-"chr1",36235695,36235794,100,"*","Promoter (<=1kb)",1,36197713,36235551,37839,2,"63967",-144,"ENSG00000092853","CLSPN","claspin"
-"chr11",79151814,79151918,105,"*","Promoter (<=1kb)",11,78364328,79151695,787368,2,"26011",-119,"ENSG00000149256","TENM4","teneurin transmembrane protein 4"
-"chr3",123123528,123123967,440,"*","Intron (uc021xdd.1/111, intron 20 of 20)",3,123001143,123167392,166250,2,"111",43425,"ENSG00000173175","ADCY5","adenylate cyclase 5"
-"chr16",1815055,1815154,100,"*","Exon (uc002cmk.3/23162, exon 20 of 32)",16,1820321,1821710,1390,2,"4832",6556,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
-"chr1",24286482,24286630,149,"*","Promoter (<=1kb)",1,24286301,24289949,3649,1,"55629",181,"ENSG00000189266","PNRC2","proline rich nuclear receptor coactivator 2"
-"chr19",35523479,35523569,91,"*","Promoter (1-2kb)",19,35521592,35531353,9762,1,"6324",1887,"ENSG00000105711","SCN1B","sodium voltage-gated channel beta subunit 1"
-"chr6",43022161,43022182,22,"*","Promoter (<=1kb)",6,43005355,43021683,16329,2,"9820",-478,"ENSG00000044090","CUL7","cullin 7"
-"chr4",3520643,3520668,26,"*","Exon (uc003ghh.4/4043, exon 4 of 8)",4,3505324,3534224,28901,2,"4043",13556,"ENSG00000163956","LRPAP1","LDL receptor related protein associated protein 1"
-"chr12",56236993,56237267,275,"*","Promoter (<=1kb)",12,56229214,56236767,7554,2,"4327",-226,"ENSG00000123342","MMP19","matrix metallopeptidase 19"
-"chr20",13200973,13200982,10,"*","Promoter (1-2kb)",20,13202418,13281297,78880,1,"140862",-1436,"ENSG00000101230","ISM1","isthmin 1, angiogenesis inhibitor"
-"chr4",159593107,159593171,65,"*","Promoter (<=1kb)",4,159593277,159629841,36565,1,"2110",-106,"ENSG00000171503","ETFDH","electron transfer flavoprotein dehydrogenase"
-"chr1",1173622,1173868,247,"*","Distal Intergenic",1,1167629,1170420,2792,1,"126792",5993,"ENSG00000176022","B3GALT6","Beta-1,3-galactosyltransferase 6"
-"chr1",55505532,55505906,375,"*","Promoter (<=1kb)",1,55505149,55530526,25378,1,"255738",383,"ENSG00000169174","PCSK9","proprotein convertase subtilisin/kexin type 9"
-"chr15",93631575,93631578,4,"*","Promoter (<=1kb)",15,93586636,93632443,45808,2,"56963",865,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
-"chr16",56622903,56622965,63,"*","Promoter (<=1kb)",16,56623267,56625000,1734,1,"4504",-302,"ENSG00000087250","MT3","metallothionein 3"
-"chr3",13060971,13060974,4,"*","Intron (uc011auw.2/9922, intron 14 of 14)",3,12938542,13114617,176076,2,"9922",53643,"ENSG00000144711","IQSEC1","IQ motif and Sec7 domain 1"
-"chr12",121164025,121164230,206,"*","Promoter (<=1kb)",12,121163571,121177811,14241,1,"35",454,"ENSG00000122971","ACADS","acyl-CoA dehydrogenase, C-2 to C-3 short chain"
-"chr20",2853854,2854059,206,"*","Intron (uc002whj.3/5786, intron 5 of 27)",20,2844825,3019315,174491,1,"5786",9029,"ENSG00000132670","PTPRA","protein tyrosine phosphatase, receptor type A"
-"chr1",206317654,206317854,201,"*","Promoter (<=1kb)",1,206317459,206332104,14646,1,"1510",195,"ENSG00000196188","CTSE","cathepsin E"
-"chrX",48980084,48980142,59,"*","Promoter (<=1kb)",23,48969022,48980079,11058,2,"27238",-5,"ENSG00000068394","GPKOW","G-patch domain and KOW motifs"
-"chr19",22817039,22817128,90,"*","Promoter (<=1kb)",19,22817126,22850472,33347,1,"57615",0,"ENSG00000229676","ZNF492","zinc finger protein 492"
-"chr19",22988088,22988394,307,"*","Distal Intergenic",19,22934985,22966973,31989,2,"7652",-21115,"ENSG00000213973","ZNF99","zinc finger protein 99"
-"chr1",93645385,93645478,94,"*","Promoter (<=1kb)",1,93615299,93646246,30948,2,"50999",768,"ENSG00000117500","TMED5","transmembrane p24 trafficking protein 5"
-"chr19",13227289,13227474,186,"*","Promoter (<=1kb)",19,13215714,13227563,11850,2,"55621",89,"ENSG00000104907","TRMT1","tRNA methyltransferase 1"
-"chr6",105388668,105388694,27,"*","Promoter (<=1kb)",6,105384169,105388402,4234,2,"100113403",-266,"ENSG00000203809","LIN28B-AS1","LIN28B antisense RNA 1"
-"chr16",1393055,1393718,664,"*","Exon (uc002clj.3/8938, exon 15 of 34)",16,1399241,1401873,2633,2,"115939",8155,"ENSG00000007520","TSR3","TSR3, 20S rRNA accumulation, homolog (S. cerevisiae)"
-"chr4",961505,962124,620,"*","Exon (uc003gbw.4/1609, exon 5 of 23)",4,952672,967348,14677,2,"1609",5224,"ENSG00000145214","DGKQ","diacylglycerol kinase theta"
-"chr17",74068619,74068629,11,"*","Promoter (<=1kb)",17,74034856,74068607,33752,2,"6730",-12,"ENSG00000167881","SRP68","signal recognition particle 68kDa"
-"chr12",64238348,64238503,156,"*","Promoter (<=1kb)",12,64238541,64541613,303073,1,"57522",-38,"ENSG00000196935","SRGAP1","SLIT-ROBO Rho GTPase activating protein 1"
-"chr16",3174219,3174416,198,"*","Distal Intergenic",16,3160461,3165599,5139,2,"81854",-8620,NA,"ZNF205-AS1","ZNF205 antisense RNA 1"
-"chr2",227700458,227700467,10,"*","Promoter (<=1kb)",2,227700671,227863923,163253,1,"84236",-204,"ENSG00000144468","RHBDD1","rhomboid domain containing 1"
-"chr1",68962076,68962236,161,"*","Promoter (<=1kb)",1,68939835,68962799,22965,2,"55635",563,"ENSG00000024526","DEPDC1","DEP domain containing 1"
-"chr1",151763213,151763548,336,"*","Promoter (<=1kb)",1,151742583,151763010,20428,2,"11022",-203,"ENSG00000182134","TDRKH","tudor and KH domain containing"
-"chr11",74204840,74204900,61,"*","Promoter (<=1kb)",11,74202923,74204755,1833,2,"387787",-85,"ENSG00000175536","LIPT2","lipoyl(octanoyl) transferase 2 (putative)"
-"chrX",49160109,49160111,3,"*","Promoter (<=1kb)",23,49160125,49176311,16187,1,"643832",-14,NA,NA,NA
-"chr1",8002425,8002480,56,"*","Promoter (<=1kb)",1,7975931,8003225,27295,2,"3604",745,"ENSG00000049249","TNFRSF9","tumor necrosis factor receptor superfamily member 9"
-"chr6",31852455,31852474,20,"*","Exon (uc003nxx.1/10919, exon 2 of 10)",6,32485154,32557613,72460,2,"3127",705139,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr20",60982779,60982814,36,"*","Promoter (<=1kb)",20,60963686,60982339,18654,2,"81928",-440,"ENSG00000149679","CABLES2","Cdk5 and Abl enzyme substrate 2"
-"chr1",28286300,28286317,18,"*","Promoter (<=1kb)",1,28286504,28294604,8101,1,"55113",-187,"ENSG00000158156","XKR8","XK related 8"
-"chr17",26904098,26904121,24,"*","Promoter (<=1kb)",17,26900133,26903951,3819,2,"230",-147,"ENSG00000109107","ALDOC","aldolase, fructose-bisphosphate C"
-"chr2",240305466,240305693,228,"*","Intron (uc002vyk.4/9759, intron 26 of 26)",2,239969864,240323346,353483,2,"9759",17653,"ENSG00000068024","HDAC4","histone deacetylase 4"
-"chr1",26758258,26758260,3,"*","Promoter (<=1kb)",1,26758773,26797795,39023,1,"79947",-513,"ENSG00000117682","DHDDS","dehydrodolichyl diphosphate synthase subunit"
-"chr22",43810323,43811071,749,"*","Promoter (2-3kb)",22,43808020,43902800,94781,1,"758",2303,"ENSG00000186732","MPPED1","metallophosphoesterase domain containing 1"
-"chr15",27128633,27128909,277,"*","Exon (uc001zbd.2/2558, exon 6 of 11)",15,27111866,27194357,82492,1,"2558",16767,"ENSG00000186297","GABRA5","gamma-aminobutyric acid type A receptor alpha5 subunit"
-"chr2",121107326,121107396,71,"*","Exon (uc002tmn.2/3625, exon 2 of 2)",2,121103719,121109383,5665,1,"3625",3607,"ENSG00000163083","INHBB","inhibin beta B"
-"chr2",106054920,106055153,234,"*","Promoter (<=1kb)",2,105977283,106055230,77948,2,"2274",77,"ENSG00000115641","FHL2","four and a half LIM domains 2"
-"chr10",101089544,101090423,880,"*","Promoter (<=1kb)",10,101088856,101154087,65232,1,"26507",688,"ENSG00000119946","CNNM1","cyclin and CBS domain divalent metal cation transport mediator 1"
-"chr9",131797825,131798317,493,"*","Promoter (<=1kb)",9,131798923,131834351,35429,1,"84895",-606,"ENSG00000148343","FAM73B","family with sequence similarity 73 member B"
-"chr12",57146359,57146928,570,"*","Promoter (<=1kb)",12,57125364,57146146,20783,2,"5557",-213,"ENSG00000198056","PRIM1","primase (DNA) subunit 1"
-"chr12",49393244,49393307,64,"*","Promoter (<=1kb)",12,49388933,49393088,4156,2,"23109",-156,"ENSG00000181418","DDN","dendrin"
-"chr3",160167741,160167977,237,"*","Promoter (<=1kb)",3,160153291,160167626,14336,2,"286827",-115,"ENSG00000213186","TRIM59","tripartite motif containing 59"
-"chrY",23566730,23566863,134,"*","Distal Intergenic",24,23557034,23563448,6415,2,"159125",-3282,"ENSG00000223637","RBMY2EP","RNA binding motif protein, Y-linked, family 2, member E pseudogene"
-"chr9",96792562,96792605,44,"*","Promoter (<=1kb)",9,96793076,96872138,79063,1,"138639",-471,"ENSG00000158079","PTPDC1","protein tyrosine phosphatase domain containing 1"
-"chr6",46458558,46459138,581,"*","Promoter (<=1kb)",6,46188467,46459804,271338,2,"10231",666,"ENSG00000172348","RCAN2","regulator of calcineurin 2"
-"chr11",77705832,77705954,123,"*","Promoter (<=1kb)",11,77589766,77705717,115952,2,"92105",-115,"ENSG00000149262","INTS4","integrator complex subunit 4"
-"chr17",26733246,26733254,9,"*","Promoter (<=1kb)",17,26721661,26733230,11570,2,"113235",-16,"ENSG00000076351","SLC46A1","solute carrier family 46 member 1"
-"chr10",134896643,134896912,270,"*","Intron (uc001llw.3/84435, intron 7 of 15)",10,134884433,134945179,60747,1,"84435",12210,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
-"chr2",10144009,10144261,253,"*","Distal Intergenic",2,10183682,10194963,11282,1,"8462",-39421,"ENSG00000172059","KLF11","Kruppel-like factor 11"
-"chrX",14547618,14547880,263,"*","Promoter (<=1kb)",23,14547420,14749933,202514,1,"2742",198,"ENSG00000101958","GLRA2","glycine receptor alpha 2"
-"chr10",35504007,35504020,14,"*","Distal Intergenic",10,35535953,35860847,324895,1,"219771",-31933,"ENSG00000108100","CCNY","cyclin Y"
-"chr16",58549631,58549751,121,"*","Promoter (<=1kb)",16,58549383,58554431,5049,1,"79918",248,"ENSG00000103037","SETD6","SET domain containing 6"
-"chr19",1244416,1244764,349,"*","Promoter (2-3kb)",19,1241749,1244824,3076,1,"513",2667,"ENSG00000099624","ATP5D","ATP synthase, H+ transporting, mitochondrial F1 complex, delta subunit"
-"chr1",209604330,209604583,254,"*","Promoter (<=1kb)",1,209605478,209605587,110,1,"406988",-895,"ENSG00000276335","MIR205","microRNA 205"
-"chr8",124169251,124169320,70,"*","Distal Intergenic",8,124191287,124222318,31032,1,"84985",-21967,"ENSG00000147689","FAM83A","family with sequence similarity 83 member A"
-"chr16",3095676,3096044,369,"*","Promoter (<=1kb)",16,3096682,3110724,14043,1,"64386",-638,"ENSG00000008516","MMP25","matrix metallopeptidase 25"
-"chr16",2215282,2215728,447,"*","Intron (uc002cow.3/84231, intron 2 of 20)",16,2205799,2228130,22332,1,"84231",9483,"ENSG00000131653","TRAF7","TNF receptor associated factor 7"
-"chr8",142431765,142432137,373,"*","Promoter (<=1kb)",8,142432007,142441620,9614,1,"11156",0,"ENSG00000184489","PTP4A3","protein tyrosine phosphatase type IVA, member 3"
-"chr3",40499347,40499768,422,"*","Promoter (<=1kb)",3,40498783,40503863,5081,1,"9045",564,"ENSG00000188846","RPL14","ribosomal protein L14"
-"chr17",80914647,80915044,398,"*","Intron (uc002kge.1/146712, intron 4 of 9)",17,80900031,81009686,109656,2,"146712",94642,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
-"chr3",180546402,180546409,8,"*","Intron (uc003fko.3/uc003fko.3, intron 12 of 13)",3,180630234,180700539,70306,1,"8087",-83825,"ENSG00000114416","FXR1","FMR1 autosomal homolog 1"
-"chr17",59521084,59521299,216,"*","Distal Intergenic",17,59529779,59562471,32693,1,"9496",-8480,"ENSG00000121075","TBX4","T-box 4"
-"chr13",101174364,101174372,9,"*","Intron (uc001voo.3/5095, intron 22 of 23)",13,101116691,101133269,16579,2,"100885777",-41095,NA,"PCCA-AS1","PCCA antisense RNA 1"
-"chr1",38020997,38021782,786,"*","Promoter (<=1kb)",1,38022520,38032458,9939,1,"7802",-738,"ENSG00000163879","DNALI1","dynein axonemal light intermediate chain 1"
-"chr6",31831633,31831740,108,"*","Intron (uc011dol.2/80736, intron 1 of 20)",6,32485154,32557613,72460,2,"3127",725873,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",3576868,3577056,189,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3818188,3827473,9286,2,"1316",250417,"ENSG00000067082","KLF6","Kruppel-like factor 6"
-"chr17",49242773,49242784,12,"*","Promoter (<=1kb)",17,49242796,49249105,6310,1,"4831",-12,"ENSG00000011052","NME2","NME/NM23 nucleoside diphosphate kinase 2"
-"chrX",103268373,103268579,207,"*","Promoter (<=1kb)",23,103265719,103268256,2538,2,"158983",-117,"ENSG00000123569","H2BFWT","H2B histone family member W, testis specific"
-"chr6",17988404,17988624,221,"*","Promoter (<=1kb)",6,17759414,17987854,228441,2,"63971",-550,"ENSG00000137177","KIF13A","kinesin family member 13A"
-"chr14",21572012,21572086,75,"*","Promoter (<=1kb)",14,21558205,21572863,14659,2,"51222",777,"ENSG00000165804","ZNF219","zinc finger protein 219"
-"chr5",43557596,43557703,108,"*","Promoter (<=1kb)",5,43526370,43557521,31152,2,"10605",-75,"ENSG00000172239","PAIP1","poly(A) binding protein interacting protein 1"
-"chr16",34374991,34375288,298,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",29474,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr11",61062704,61062837,134,"*","Promoter (<=1kb)",11,61025758,61062788,37031,2,"220001",0,"ENSG00000167992","VWCE","von Willebrand factor C and EGF domains"
-"chr16",75034040,75034100,61,"*","Promoter (1-2kb)",16,75032915,75144892,111978,1,"84937",1125,"ENSG00000186187","ZNRF1","zinc and ring finger 1, E3 ubiquitin protein ligase"
-"chr5",180600912,180601135,224,"*","Exon (uc021yjx.1/uc021yjx.1, exon 1 of 1)",5,180581943,180582890,948,1,"285659",18969,"ENSG00000182613","OR2V2","olfactory receptor family 2 subfamily V member 2"
-"chr15",92937360,92937992,633,"*","Promoter (<=1kb)",15,92937140,93011958,74819,1,"8128",220,"ENSG00000140557","ST8SIA2","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 2"
-"chr16",560618,560855,238,"*","Exon (uc002chf.3/9727, exon 9 of 14)",16,576847,577407,561,2,"64493",16552,NA,"LINC00235","long intergenic non-protein coding RNA 235"
-"chr10",59081298,59081327,30,"*","Distal Intergenic",10,59064239,59064319,81,2,"100500834",-16979,"ENSG00000264747","MIR3924","microRNA 3924"
-"chr10",102672737,102673203,467,"*","Promoter (<=1kb)",10,102672326,102724891,52566,1,"55719",411,"ENSG00000119906","SLF2","SMC5-SMC6 complex localization factor 2"
-"chr7",151107807,151107924,118,"*","Promoter (<=1kb)",7,151078207,151107740,29534,2,"349136",-67,"ENSG00000187260","WDR86","WD repeat domain 86"
-"chr15",89876571,89876729,159,"*","Promoter (1-2kb)",15,89859536,89878026,18491,2,"5428",1297,"ENSG00000140521","POLG","polymerase (DNA) gamma, catalytic subunit"
-"chr7",25164393,25164501,109,"*","Promoter (<=1kb)",7,25158270,25164980,6711,2,"54205",479,"ENSG00000172115","CYCS","cytochrome c, somatic"
-"chr6",118229641,118229684,44,"*","Promoter (<=1kb)",6,118228689,118638839,410151,1,"222553",952,"ENSG00000196376","SLC35F1","solute carrier family 35 member F1"
-"chr6",30685486,30685626,141,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1871987,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",58740205,58740207,3,"*","Promoter (<=1kb)",19,58740070,58775008,34939,1,"27300",135,"ENSG00000198131","ZNF544","zinc finger protein 544"
-"chr6",70992974,70993107,134,"*","Intron (uc003pfg.4/1297, intron 32 of 37)",6,70925743,71012786,87044,2,"1297",19679,"ENSG00000112280","COL9A1","collagen type IX alpha 1"
-"chr16",31008574,31009035,462,"*","Exon (uc010cad.2/112755, exon 5 of 10)",16,30996519,31000473,3955,1,"80270",12055,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
-"chr3",50284137,50284305,169,"*","Intron (uc003cyo.1/2771, intron 1 of 9)",3,50263724,50296786,33063,1,"2771",20413,"ENSG00000114353","GNAI2","G protein subunit alpha i2"
-"chr6",30509642,30510190,549,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-2026072,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr17",10276212,10276428,217,"*","Promoter (<=1kb)",17,10204183,10276322,72140,2,"8735",0,"ENSG00000006788","MYH13","myosin, heavy chain 13, skeletal muscle"
-"chr7",11013694,11013768,75,"*","Promoter (<=1kb)",7,11013499,11209250,195752,1,"9678",195,"ENSG00000106443","PHF14","PHD finger protein 14"
-"chr19",46522185,46522189,5,"*","Promoter (<=1kb)",19,46522190,46522307,118,1,"768217",-1,"ENSG00000211580","MIR769","microRNA 769"
-"chr11",31841524,31841768,245,"*","Promoter (2-3kb)",11,31806340,31839509,33170,2,"5080",-2015,"ENSG00000007372","PAX6","paired box 6"
-"chr3",46759335,46759390,56,"*","5' UTR",3,46742823,46752413,9591,1,"259236",16512,"ENSG00000181585","TMIE","transmembrane inner ear"
-"chr1",45140192,45140307,116,"*","Promoter (<=1kb)",1,45140394,45191263,50870,1,"339541",-87,"ENSG00000198520","C1orf228","chromosome 1 open reading frame 228"
-"chr3",179322517,179322596,80,"*","Promoter (<=1kb)",3,179322575,179342288,19714,1,"4711",0,"ENSG00000136521","NDUFB5","NADH:ubiquinone oxidoreductase subunit B5"
-"chr1",149399406,149399863,458,"*","Distal Intergenic",1,149369294,149378297,9004,1,"100132417",30112,"ENSG00000265531","FCGR1CP","Fc fragment of IgG receptor Ic, pseudogene"
-"chr1",154516611,154516669,59,"*","Intron (uc001ffd.3/126668, intron 9 of 12)",1,154521051,154531120,10070,2,"55585",14451,"ENSG00000160714","UBE2Q1","ubiquitin conjugating enzyme E2Q family member 1"
-"chr6",31928209,31928347,139,"*","5' UTR",6,32485154,32557613,72460,2,"3127",629266,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",100315971,100315982,12,"*","Promoter (<=1kb)",1,100315640,100389579,73940,1,"178",331,"ENSG00000162688","AGL","amylo-alpha-1, 6-glucosidase, 4-alpha-glucanotransferase"
-"chr2",38978635,38978664,30,"*","Promoter (<=1kb)",2,38970741,38978636,7896,2,"6432",0,"ENSG00000115875","SRSF7","serine/arginine-rich splicing factor 7"
-"chr5",75127814,75127881,68,"*","Distal Intergenic",5,74970024,75013313,43290,2,"134359",-114501,"ENSG00000152359","POC5","POC5 centriolar protein"
-"chr7",131376953,131377037,85,"*","Distal Intergenic",7,131185021,131241376,56356,2,"5420",-135577,"ENSG00000128567","PODXL","podocalyxin like"
-"chr14",31027767,31027952,186,"*","Promoter (<=1kb)",14,31028329,31089046,60718,1,"55632",-377,"ENSG00000092140","G2E3","G2/M-phase specific E3 ubiquitin protein ligase"
-"chr19",1377065,1377185,121,"*","3' UTR",19,1383526,1395588,12063,1,"374291",-6341,"ENSG00000115286","NDUFS7","NADH:ubiquinone oxidoreductase core subunit S7"
-"chr3",38080790,38080925,136,"*","Promoter (<=1kb)",3,38080696,38164228,83533,1,"9940",94,"ENSG00000008226","DLEC1","deleted in lung and esophageal cancer 1"
-"chr2",112944829,112944951,123,"*","Exon (uc002tho.1/129804, exon 8 of 8)",2,112895962,112945791,49830,1,"129804",48867,"ENSG00000144152","FBLN7","fibulin 7"
-"chr22",39884401,39884755,355,"*","Exon (uc003axv.4/4248, exon 2 of 2)",22,39896105,39914137,18033,1,"54471",-11350,"ENSG00000100335","MIEF1","mitochondrial elongation factor 1"
-"chr11",12434002,12434337,336,"*","Intron (uc001mkh.3/55742, intron 1 of 3)",11,12399026,12556903,157878,1,"55742",34976,"ENSG00000197702","PARVA","parvin alpha"
-"chr2",176964464,176964540,77,"*","Promoter (<=1kb)",2,176964530,176965488,959,1,"3238",0,"ENSG00000170178","HOXD12","homeobox D12"
-"chr12",10876014,10876115,102,"*","Promoter (<=1kb)",12,10851676,10875953,24278,2,"8531",-61,"ENSG00000060138","YBX3","Y-box binding protein 3"
-"chr6",28956426,28956462,37,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-472856,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",2321510,2321743,234,"*","Promoter (<=1kb)",16,2321748,2321841,94,1,"100126328",-5,"ENSG00000274753","MIR940","microRNA 940"
-"chr1",25175293,25175689,397,"*","Distal Intergenic",1,25071760,25170815,99056,1,"25932",103533,"ENSG00000169504","CLIC4","chloride intracellular channel 4"
-"chr10",91295338,91295346,9,"*","Promoter (<=1kb)",10,91190051,91295313,105263,2,"387700",-25,"ENSG00000152779","SLC16A12","solute carrier family 16 member 12"
-"chr3",107241699,107241738,40,"*","Promoter (<=1kb)",3,107241783,107530176,288394,1,"56987",-45,"ENSG00000114439","BBX","bobby sox homolog (Drosophila)"
-"chr10",38069945,38070117,173,"*","Intron (uc031pue.1/57209, intron 1 of 6)",10,38082866,38084103,1238,2,"100419868",13986,NA,"ZNF33BP1","zinc finger protein 33B pseudogene 1"
-"chr19",15558779,15559071,293,"*","Promoter (1-2kb)",19,15560359,15560419,61,1,"100302127",-1288,"ENSG00000269782","MIR1470","microRNA 1470"
-"chr16",2097910,2098065,156,"*","Promoter (<=1kb)",16,2097990,2138713,40724,1,"7249",0,"ENSG00000103197","TSC2","tuberous sclerosis 2"
-"chr11",122887478,122887656,179,"*","Promoter (<=1kb)",11,122888274,122890319,2046,1,"341056",-618,NA,"LOC341056","SUMO1 activating enzyme subunit 1 pseudogene"
-"chr6",100894465,100895050,586,"*","Intron (uc003pqj.4/6492, intron 3 of 10)",6,100836750,100912805,76056,2,"6492",17755,"ENSG00000112246","SIM1","single-minded family bHLH transcription factor 1"
-"chr3",46854173,46854297,125,"*","Promoter (<=1kb)",3,46753606,46854064,100459,2,"29122",-109,"ENSG00000206549","PRSS50","protease, serine 50"
-"chr17",37762953,37763000,48,"*","Promoter (1-2kb)",17,37760021,37764175,4155,2,"4761",1175,"ENSG00000171532","NEUROD2","neuronal differentiation 2"
-"chr12",112035212,112035315,104,"*","Promoter (2-3kb)",12,111890018,112037480,147463,2,"6311",2165,"ENSG00000204842","ATXN2","ataxin 2"
-"chr22",22020396,22020557,162,"*","Promoter (<=1kb)",22,22020273,22052202,31930,1,"23759",123,"ENSG00000100023","PPIL2","peptidylprolyl isomerase like 2"
-"chr16",11680236,11680241,6,"*","Promoter (1-2kb)",16,11641578,11681322,39745,2,"9516",1081,"ENSG00000189067","LITAF","lipopolysaccharide-induced TNF factor"
-"chr19",51220225,51220286,62,"*","Promoter (<=1kb)",19,51165084,51220195,55112,2,"50944",-30,"ENSG00000161681","SHANK1","SH3 and multiple ankyrin repeat domains 1"
-"chr2",162930406,162930618,213,"*","Promoter (<=1kb)",2,162848755,162931052,82298,2,"1803",434,"ENSG00000197635","DPP4","dipeptidyl peptidase 4"
-"chr2",97001304,97001353,50,"*","Promoter (<=1kb)",2,97001484,97041274,39791,1,"23397",-131,"ENSG00000121152","NCAPH","non-SMC condensin I complex subunit H"
-"chr6",32134413,32134442,30,"*","Intron (uc003nzy.2/100532746, intron 11 of 20)",6,32485154,32557613,72460,2,"3127",423171,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",49527897,49527899,3,"*","Promoter (<=1kb)",19,49526126,49527632,1507,2,"1082",-265,"ENSG00000104827","CGB3","chorionic gonadotropin beta subunit 3"
-"chr1",110526158,110526368,211,"*","Promoter (1-2kb)",1,110527387,110566364,38978,1,"10768",-1019,"ENSG00000168710","AHCYL1","adenosylhomocysteinase like 1"
-"chr16",2954369,2954750,382,"*","Distal Intergenic",16,2961980,3001209,39230,1,"84256",-7230,"ENSG00000059122","FLYWCH1","FLYWCH-type zinc finger 1"
-"chr8",90769698,90770098,401,"*","Promoter (<=1kb)",8,90769975,90803292,33318,1,"8767",0,"ENSG00000104312","RIPK2","receptor interacting serine/threonine kinase 2"
-"chr16",1823483,1823738,256,"*","Promoter (<=1kb)",16,1823229,1826340,3112,1,"197342",254,"ENSG00000197774","EME2","essential meiotic structure-specific endonuclease subunit 2"
-"chr4",81187011,81187077,67,"*","Promoter (<=1kb)",4,81187742,81212171,24430,1,"2250",-665,"ENSG00000138675","FGF5","fibroblast growth factor 5"
-"chr19",45250754,45251132,379,"*","Promoter (<=1kb)",19,45251978,45263301,11324,1,"602",-846,"ENSG00000069399","BCL3","B-cell CLL/lymphoma 3"
-"chr20",49708657,49708799,143,"*","Distal Intergenic",20,49620193,49639675,19483,2,"3755",-68982,"ENSG00000026559","KCNG1","potassium voltage-gated channel modifier subfamily G member 1"
-"chr1",32480191,32480195,5,"*","Promoter (<=1kb)",1,32479295,32526460,47166,1,"10657",896,"ENSG00000121774","KHDRBS1","KH domain containing, RNA binding, signal transduction associated 1"
-"chr14",105167252,105167457,206,"*","Intron (uc001yoy.4/64423, intron 1 of 4)",14,105155943,105185947,30005,1,"64423",11309,"ENSG00000203485","INF2","inverted formin, FH2 and WH2 domain containing"
-"chr19",35455201,35455225,25,"*","Promoter (<=1kb)",19,35447258,35454953,7696,2,"126375",-248,"ENSG00000180884","ZNF792","zinc finger protein 792"
-"chr7",1398116,1398209,94,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",100900,"ENSG00000164877","MICALL2","MICAL like 2"
-"chr2",96781359,96782027,669,"*","Promoter (<=1kb)",2,96778623,96781888,3266,2,"151",0,"ENSG00000274286","ADRA2B","adrenoceptor alpha 2B"
-"chr6",99276767,99277015,249,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",-5565,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
-"chr10",127407979,127408000,22,"*","Promoter (<=1kb)",10,127393859,127408062,14204,2,"399821",62,"ENSG00000224023","FLJ37035","uncharacterized LOC399821"
-"chr19",2328643,2328646,4,"*","Promoter (<=1kb)",19,2321520,2328614,7095,2,"51690",-29,"ENSG00000130332","LSM7","LSM7 homolog, U6 small nuclear RNA and mRNA degradation associated"
-"chr6",78173672,78174017,346,"*","Promoter (<=1kb)",6,78171948,78173120,1173,2,"3351",-552,"ENSG00000135312","HTR1B","5-hydroxytryptamine receptor 1B"
-"chr3",120003702,120003758,57,"*","Distal Intergenic",3,119884328,119963325,78998,2,"165829",-40377,"ENSG00000175697","GPR156","G protein-coupled receptor 156"
-"chr15",62654446,62654488,43,"*","Distal Intergenic",15,62455737,62457482,1746,2,"388125",-196964,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
-"chr16",1979830,1980106,277,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,1961465,1968231,6767,2,"64711",-11599,"ENSG00000162040","HS3ST6","heparan sulfate-glucosamine 3-sulfotransferase 6"
-"chr6",33164180,33164457,278,"*","Exon (uc003odb.4/6257, exon 5 of 10)",6,33540323,33548070,7748,2,"578",383613,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",30440933,30441151,219,"*","Promoter (<=1kb)",16,30435019,30441373,6355,2,"79077",222,"ENSG00000179958","DCTPP1","dCTP pyrophosphatase 1"
-"chr2",183903364,183903429,66,"*","Promoter (<=1kb)",2,183789579,183903586,114008,2,"10787",157,"ENSG00000061676","NCKAP1","NCK associated protein 1"
-"chr5",161178748,161178787,40,"*","Distal Intergenic",5,161112658,161129598,16941,1,"2559",66090,"ENSG00000145863","GABRA6","gamma-aminobutyric acid type A receptor alpha6 subunit"
-"chr4",4866144,4866619,476,"*","Distal Intergenic",4,4861392,4865660,4269,1,"4487",4752,"ENSG00000163132","MSX1","msh homeobox 1"
-"chr20",5931609,5931834,226,"*","Promoter (<=1kb)",20,5931298,5975831,44534,1,"84515",311,"ENSG00000125885","MCM8","minichromosome maintenance 8 homologous recombination repair factor"
-"chr1",29450536,29450643,108,"*","Promoter (<=1kb)",1,29445937,29450421,4485,2,"399474",-115,"ENSG00000253304","TMEM200B","transmembrane protein 200B"
-"chr11",504551,504784,234,"*","Promoter (2-3kb)",11,494512,507283,12772,2,"6050",2499,"ENSG00000023191","RNH1","ribonuclease/angiogenin inhibitor 1"
-"chr11",534221,534632,412,"*","Promoter (<=1kb)",11,532242,535550,3309,2,"3265",918,"ENSG00000174775","HRAS","Harvey rat sarcoma viral oncogene homolog"
-"chr6",26537904,26537980,77,"*","Promoter (<=1kb)",6,26538572,26547164,8593,1,"10473",-592,"ENSG00000182952","HMGN4","high mobility group nucleosomal binding domain 4"
-"chr22",46507193,46507566,374,"*","Promoter (1-2kb)",22,46508629,46508702,74,1,"406883",-1063,NA,"MIRLET7A3","microRNA let-7a-3"
-"chr2",186412025,186412564,540,"*","Distal Intergenic",2,186603355,186698016,94662,1,"401024",-190791,"ENSG00000188738","FSIP2","fibrous sheath interacting protein 2"
-"chr19",55281085,55281226,142,"*","Exon (uc021vbl.1/uc021vbl.1, exon 3 of 3)",19,55266473,55367367,100895,1,"3809",14612,"ENSG00000221957","KIR2DS4","killer cell immunoglobulin like receptor, two Ig domains and short cytoplasmic tail 4"
-"chr7",73609326,73609569,244,"*","Exon (uc003uad.1/7458, exon 7 of 7)",7,73605528,73605624,97,1,"693175",3798,"ENSG00000207741","MIR590","microRNA 590"
-"chr4",1986980,1987188,209,"*","Promoter (1-2kb)",4,1988111,1988204,94,2,"100126332",1016,"ENSG00000216105","MIR943","microRNA 943"
-"chr3",131100650,131100665,16,"*","Promoter (<=1kb)",3,131100515,131107674,7160,1,"131870",135,"ENSG00000198585","NUDT16","nudix hydrolase 16"
-"chr19",58879809,58879943,135,"*","Exon (uc002qsl.4/116412, exon 3 of 3)",19,58858172,58874214,16043,2,"1",-5595,"ENSG00000121410","A1BG","alpha-1-B glycoprotein"
-"chr2",70175778,70176103,326,"*","Distal Intergenic",2,70187224,70189397,2174,2,"151516",13294,"ENSG00000244617","ASPRV1","aspartic peptidase, retroviral-like 1"
-"chr6",166526741,166526800,60,"*","Distal Intergenic",6,166571146,166582157,11012,2,"6862",55357,"ENSG00000164458","T","T brachyury transcription factor"
-"chr4",166795212,166795524,313,"*","Promoter (<=1kb)",4,166794410,167025609,231200,1,"7092",802,"ENSG00000038295","TLL1","tolloid like 1"
-"chr6",33140721,33140934,214,"*","Exon (uc003ocx.1/1302, exon 38 of 66)",6,33540323,33548070,7748,2,"578",407136,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr20",25129296,25129409,114,"*","Promoter (<=1kb)",20,25121434,25129426,7993,2,"284798",17,"ENSG00000230725","LOC284798","uncharacterized LOC284798"
-"chr1",151799073,151799266,194,"*","Intron (uc001ezh.3/6097, intron 9 of 10)",1,151778547,151804348,25802,2,"6097",5082,"ENSG00000143365","RORC","RAR related orphan receptor C"
-"chr12",14924882,14924905,24,"*","Promoter (<=1kb)",12,14923654,14924065,412,2,"121504",-817,"ENSG00000197837","HIST4H4","histone cluster 4, H4"
-"chr5",102594299,102594857,559,"*","Promoter (<=1kb)",5,102594442,102614361,19920,1,"90355",0,"ENSG00000181751","C5orf30","chromosome 5 open reading frame 30"
-"chr2",120301598,120301779,182,"*","Promoter (<=1kb)",2,120302008,120414237,112230,1,"200373",-229,"ENSG00000163075","CFAP221","cilia and flagella associated protein 221"
-"chr5",157001092,157001591,500,"*","Promoter (1-2kb)",5,156822542,157002831,180290,2,"8728",1240,"ENSG00000135074","ADAM19","ADAM metallopeptidase domain 19"
-"chr10",134721999,134722243,245,"*","Exon (uc021qbc.1/54777, exon 22 of 58)",10,134621896,134756089,134194,2,"54777",33846,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
-"chr19",36909606,36909783,178,"*","Promoter (<=1kb)",19,36882861,36909550,26690,2,"284406",-56,"ENSG00000181007","ZFP82","ZFP82 zinc finger protein"
-"chr19",47812471,47812780,310,"*","Promoter (<=1kb)",19,47813104,47825327,12224,1,"728",-324,"ENSG00000197405","C5AR1","complement component 5a receptor 1"
-"chr2",222437387,222437788,402,"*","Promoter (<=1kb)",2,222282747,222437010,154264,2,"2043",-377,"ENSG00000116106","EPHA4","EPH receptor A4"
-"chr17",46687817,46688182,366,"*","Promoter (<=1kb)",17,46684595,46688383,3789,2,"3217",201,"ENSG00000260027","HOXB7","homeobox B7"
-"chr1",6664055,6664268,214,"*","Promoter (1-2kb)",1,6650779,6662929,12151,2,"9903",-1126,"ENSG00000162413","KLHL21","kelch like family member 21"
-"chr16",66994879,66994899,21,"*","Promoter (<=1kb)",16,66995132,67009052,13921,1,"23491",-233,"ENSG00000172828","CES3","carboxylesterase 3"
-"chr7",157322944,157322986,43,"*","Distal Intergenic",7,157367028,157367114,87,2,"406945",44128,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr22",32601101,32601226,126,"*","Promoter (<=1kb)",22,32586422,32600718,14297,2,"10739",-383,"ENSG00000128253","RFPL2","ret finger protein like 2"
-"chr1",43283071,43283076,6,"*","Promoter (<=1kb)",1,43272723,43283059,10337,2,"374969",-12,"ENSG00000177868","SVBP","small vasohibin binding protein"
-"chr2",231742734,231743193,460,"*","3' UTR",2,231751261,231769232,17972,1,"151484",-8068,"ENSG00000232520","LOC151484","uncharacterized LOC151484"
-"chr2",168401282,168401305,24,"*","Distal Intergenic",2,168675182,168727366,52185,1,"8708",-273877,"ENSG00000172318","B3GALT1","Beta-1,3-galactosyltransferase 1"
-"chr17",1012787,1012967,181,"*","Intron (uc002fsd.4/29, intron 21 of 22)",17,906758,1090616,183859,2,"29",77649,"ENSG00000159842","ABR","active BCR-related"
-"chr8",61936333,61936466,134,"*","Distal Intergenic",8,61878680,61880307,1628,2,"100130298",-56026,NA,"LOC100130298","hCG1816373-like"
-"chr10",92631600,92631620,21,"*","Promoter (<=1kb)",10,92631275,92668312,37038,1,"10556",325,"ENSG00000148688","RPP30","ribonuclease P/MRP 30kDa subunit"
-"chr20",43589181,43589250,70,"*","Promoter (<=1kb)",20,43570771,43589114,18344,2,"10953",-67,"ENSG00000025772","TOMM34","translocase of outer mitochondrial membrane 34"
-"chr15",83736110,83736196,87,"*","Promoter (<=1kb)",15,83685181,83736106,50926,2,"53339",-4,"ENSG00000064726","BTBD1","BTB domain containing 1"
-"chr11",747461,747472,12,"*","Promoter (<=1kb)",11,747432,765024,17593,1,"6888",29,"ENSG00000177156","TALDO1","transaldolase 1"
-"chr6",31597783,31598331,549,"*","Intron (uc011dnv.1/7916, intron 12 of 13)",6,32485154,32557613,72460,2,"3127",959282,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",57918262,57918500,239,"*","Promoter (<=1kb)",17,57918627,57918698,72,1,"406991",-127,"ENSG00000199004","MIR21","microRNA 21"
-"chr7",6098981,6099037,57,"*","Promoter (<=1kb)",7,6061878,6098860,36983,2,"27102",-121,"ENSG00000086232","EIF2AK1","eukaryotic translation initiation factor 2 alpha kinase 1"
-"chr1",231377103,231377133,31,"*","Promoter (<=1kb)",1,231359509,231376924,17416,2,"128061",-179,"ENSG00000143633","C1orf131","chromosome 1 open reading frame 131"
-"chr19",42746239,42746267,29,"*","Promoter (<=1kb)",19,42734338,42746736,12399,2,"2931",469,"ENSG00000105723","GSK3A","glycogen synthase kinase 3 alpha"
-"chr3",156878591,156878604,14,"*","Promoter (<=1kb)",3,156864297,156878482,14186,2,"57018",-109,"ENSG00000163660","CCNL1","cyclin L1"
-"chr4",36246342,36246388,47,"*","Promoter (<=1kb)",4,35949843,36245979,296137,2,"116984",-363,"ENSG00000047365","ARAP2","ArfGAP with RhoGAP domain, ankyrin repeat and PH domain 2"
-"chr2",71295179,71295286,108,"*","Promoter (<=1kb)",2,71295408,71305998,10591,1,"55577",-122,"ENSG00000124357","NAGK","N-acetylglucosamine kinase"
-"chr19",579361,579501,141,"*","5' UTR",19,571277,583493,12217,1,"682",8084,"ENSG00000172270","BSG","basigin (Ok blood group)"
-"chr2",64217157,64217409,253,"*","Intron (uc002scp.3/51542, intron 22 of 22)",2,64119667,64246214,126548,2,"51542",28805,"ENSG00000143952","VPS54","VPS54, GARP complex subunit"
-"chr16",3085571,3085638,68,"*","Promoter (<=1kb)",16,3077868,3085542,7675,2,"146439",-29,"ENSG00000162069","CCDC64B","coiled-coil domain containing 64B"
-"chr10",125852964,125853038,75,"*","Promoter (<=1kb)",10,125767182,125853123,85942,2,"51363",85,"ENSG00000182022","CHST15","carbohydrate (N-acetylgalactosamine 4-sulfate 6-O) sulfotransferase 15"
-"chr14",104096106,104096390,285,"*","Intron (uc010tyd.1/3831, intron 4 of 17)",14,104029299,104167888,138590,1,"3831",66807,"ENSG00000126214","KLC1","kinesin light chain 1"
-"chr6",2948399,2948641,243,"*","3' UTR",6,2948393,2972399,24007,2,"5269",23758,"ENSG00000124570","SERPINB6","serpin peptidase inhibitor, clade B (ovalbumin), member 6"
-"chr20",21495315,21495476,162,"*","Promoter (<=1kb)",20,21491660,21494664,3005,2,"4821",-651,"ENSG00000125820","NKX2-2","NK2 homeobox 2"
-"chr8",28560419,28560637,219,"*","Promoter (1-2kb)",8,28558990,28611207,52218,1,"2137",1429,"ENSG00000012232","EXTL3","exostosin like glycosyltransferase 3"
-"chr10",115999405,115999660,256,"*","Promoter (<=1kb)",10,115999013,116054259,55247,1,"340706",392,"ENSG00000165816","VWA2","von Willebrand factor A domain containing 2"
-"chr3",45837122,45837149,28,"*","Promoter (<=1kb)",3,45796941,45838035,41095,2,"54716",886,"ENSG00000163817","SLC6A20","solute carrier family 6 member 20"
-"chr15",38746288,38746309,22,"*","Promoter (<=1kb)",15,38746328,38777063,30736,1,"283742",-19,"ENSG00000171262","FAM98B","family with sequence similarity 98 member B"
-"chr20",19997791,19997823,33,"*","Promoter (<=1kb)",20,19997934,20014273,16340,1,"51126",-111,"ENSG00000173418","NAA20","N(alpha)-acetyltransferase 20, NatB catalytic subunit"
-"chr11",129722477,129722512,36,"*","Exon (uc001qfe.1/120224, exon 2 of 6)",11,129685741,129729898,44158,1,"120224",36736,"ENSG00000151715","TMEM45B","transmembrane protein 45B"
-"chr13",41635650,41635949,300,"*","Promoter (<=1kb)",13,41635697,41658139,22443,1,"11193",0,"ENSG00000120688","WBP4","WW domain binding protein 4"
-"chr16",3640406,3640490,85,"*","Exon (uc002cvp.2/84464, exon 12 of 15)",16,3589036,3627392,38357,2,"197358",-13014,"ENSG00000167984","NLRC3","NLR family, CARD domain containing 3"
-"chr11",122753456,122753667,212,"*","Promoter (<=1kb)",11,122753236,122830430,77195,1,"79864",220,"ENSG00000109944","C11orf63","chromosome 11 open reading frame 63"
-"chr4",157997038,157997125,88,"*","Promoter (<=1kb)",4,157997277,158093242,95966,1,"2743",-152,"ENSG00000109738","GLRB","glycine receptor beta"
-"chr12",2161592,2162082,491,"*","Promoter (<=1kb)",12,2162416,2807115,644700,1,"775",-334,"ENSG00000151067","CACNA1C","calcium voltage-gated channel subunit alpha1 C"
-"chr1",159684431,159684486,56,"*","Promoter (<=1kb)",1,159682079,159684379,2301,2,"1401",-52,"ENSG00000132693","CRP","C-reactive protein, pentraxin-related"
-"chr1",40974132,40974239,108,"*","Promoter (<=1kb)",1,40974433,40982214,7782,1,"64789",-194,"ENSG00000164002","EXO5","exonuclease 5"
-"chrX",152712013,152712110,98,"*","Promoter (<=1kb)",23,152710178,152711945,1768,2,"11219",-68,"ENSG00000183479","TREX2","three prime repair exonuclease 2"
-"chr16",88991869,88992130,262,"*","Intron (uc002fml.2/863, intron 10 of 10)",16,88941263,89043504,102242,2,"863",51374,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
-"chr2",131861213,131861510,298,"*","Promoter (<=1kb)",2,131862420,132111282,248863,1,"55041",-910,"ENSG00000115762","PLEKHB2","pleckstrin homology domain containing B2"
-"chr6",170615752,170615780,29,"*","Promoter (<=1kb)",6,170615844,170714237,98394,1,"84498",-64,"ENSG00000112584","FAM120B","family with sequence similarity 120B"
-"chr8",22926812,22926814,3,"*","Promoter (<=1kb)",8,22877648,22926700,49053,2,"8795",-112,"ENSG00000120889","TNFRSF10B","tumor necrosis factor receptor superfamily member 10b"
-"chr9",118915819,118915907,89,"*","Promoter (<=1kb)",9,118916071,119164600,248530,1,"5069",-164,"ENSG00000182752","PAPPA","pregnancy-associated plasma protein A, pappalysin 1"
-"chr8",145638434,145638886,453,"*","Exon (uc003zcn.4/55630, exon 2 of 4)",8,145637798,145642273,4476,2,"55630",3387,"ENSG00000147804","SLC39A4","solute carrier family 39 member 4"
-"chr20",61558000,61558006,7,"*","Intron (uc002yds.2/11083, intron 15 of 15)",20,61509090,61569304,60215,2,"11083",11298,"ENSG00000101191","DIDO1","death inducer-obliterator 1"
-"chr6",32151517,32151594,78,"*","5' UTR",6,32485154,32557613,72460,2,"3127",406019,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",1560791,1561227,437,"*","3' UTR",16,1543352,1560460,17109,1,"9894",17439,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr7",19813079,19813101,23,"*","Promoter (<=1kb)",7,19758938,19813216,54279,2,"256130",115,"ENSG00000173452","TMEM196","transmembrane protein 196"
-"chr17",7608699,7608811,113,"*","Promoter (<=1kb)",17,7608520,7614693,6174,1,"1949",179,"ENSG00000108947","EFNB3","ephrin-B3"
-"chr12",31226670,31226801,132,"*","Promoter (<=1kb)",12,31173697,31226781,53085,2,"100506660",0,"ENSG00000245614","DDX11-AS1","DDX11 antisense RNA 1"
-"chr6",29692475,29692534,60,"*","Intron (uc031sna.1/3134, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1208905,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",158336044,158336049,6,"*","Intron (uc003wno.3/5799, intron 22 of 22)",7,158325410,158325505,96,2,"693180",-10539,"ENSG00000207637","MIR595","microRNA 595"
-"chr11",9113184,9113190,7,"*","Promoter (<=1kb)",11,9041047,9113150,72104,2,"57758",-34,"ENSG00000175356","SCUBE2","signal peptide, CUB domain and EGF like domain containing 2"
-"chr16",1020953,1021062,110,"*","5' UTR",16,903635,1031318,127684,2,"64788",10256,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr6",28916809,28917281,473,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-433239,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr15",85525112,85525384,273,"*","Promoter (1-2kb)",15,85523744,85682376,158633,1,"5151",1368,"ENSG00000073417","PDE8A","phosphodiesterase 8A"
-"chr7",77649540,77649542,3,"*","Intron (uc003ugx.3/9863, intron 1 of 21)",7,77428109,77586821,158713,1,"57157",221431,"ENSG00000006576","PHTF2","putative homeodomain transcription factor 2"
-"chrX",64754815,64754837,23,"*","Promoter (<=1kb)",23,64732462,64754686,22225,2,"81887",-129,"ENSG00000001497","LAS1L","LAS1-like, ribosome biogenesis factor"
-"chr12",94136108,94136269,162,"*","Intron (uc001tda.3/8738, intron 2 of 2)",12,94071151,94288616,217466,1,"8738",64957,"ENSG00000169372","CRADD","CASP2 and RIPK1 domain containing adaptor with death domain"
-"chr1",160040134,160040195,62,"*","Promoter (<=1kb)",1,160007257,160040051,32795,2,"3766",-83,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
-"chr16",11876378,11876860,483,"*","Intron (uc002dbl.3/29066, intron 22 of 22)",16,11844442,11891114,46673,2,"29066",14254,"ENSG00000122299","ZC3H7A","zinc finger CCCH-type containing 7A"
-"chr5",892523,892529,7,"*","Promoter (<=1kb)",5,863850,892939,29090,2,"65980",410,"ENSG00000028310","BRD9","bromodomain containing 9"
-"chr14",89883198,89883534,337,"*","Promoter (<=1kb)",14,89883698,89886137,2440,1,"400236",-164,"ENSG00000258920","FOXN3-AS1","FOXN3 antisense RNA 1"
-"chr1",3080148,3080288,141,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",35609,NA,"MIR4251","microRNA 4251"
-"chr10",12085052,12085058,7,"*","Promoter (<=1kb)",10,11962021,12085169,123149,2,"26019",111,"ENSG00000151461","UPF2","UPF2 regulator of nonsense transcripts homolog (yeast)"
-"chr11",118781585,118781731,147,"*","Promoter (<=1kb)",11,118766851,118781613,14763,2,"283149",0,"ENSG00000186174","BCL9L","B-cell CLL/lymphoma 9-like"
-"chr14",101492980,101493204,225,"*","Promoter (<=1kb)",14,101493122,101493201,80,1,"574408",0,NA,"MIR329-1","microRNA 329-1"
-"chr12",82752188,82752199,12,"*","Promoter (<=1kb)",12,82752276,82873016,120741,1,"84190",-77,"ENSG00000127720","METTL25","methyltransferase like 25"
-"chr5",159846505,159846543,39,"*","Promoter (<=1kb)",5,159828648,159846168,17521,2,"10569",-337,"ENSG00000164609","SLU7","SLU7 homolog, splicing factor"
-"chr12",22488128,22488181,54,"*","Promoter (<=1kb)",12,22346325,22487648,141324,2,"6489",-480,"ENSG00000111728","ST8SIA1","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 1"
-"chr6",167284353,167284462,110,"*","Distal Intergenic",6,166822854,167275771,452918,2,"6196",-8582,"ENSG00000071242","RPS6KA2","ribosomal protein S6 kinase A2"
-"chr16",87734829,87735256,428,"*","3' UTR",16,87736729,87799598,62870,2,"54758",64342,"ENSG00000104731","KLHDC4","kelch domain containing 4"
-"chr7",27292322,27292506,185,"*","Distal Intergenic",7,27282164,27286192,4029,1,"2128",10158,"ENSG00000106038","EVX1","even-skipped homeobox 1"
-"chr11",47213068,47213075,8,"*","Distal Intergenic",11,47199073,47208010,8938,2,"29763",-5058,"ENSG00000165912","PACSIN3","protein kinase C and casein kinase substrate in neurons 3"
-"chr5",161178436,161178483,48,"*","Distal Intergenic",5,161112658,161129598,16941,1,"2559",65778,"ENSG00000145863","GABRA6","gamma-aminobutyric acid type A receptor alpha6 subunit"
-"chr7",2646907,2647333,427,"*","3' UTR",7,2671603,2704436,32834,1,"80727",-24270,"ENSG00000136295","TTYH3","tweety family member 3"
-"chr1",179851385,179851391,7,"*","Promoter (<=1kb)",1,179851177,179889212,38036,1,"26092",208,"ENSG00000143337","TOR1AIP1","torsin 1A interacting protein 1"
-"chr16",68877816,68877830,15,"*","Promoter (<=1kb)",16,68877509,69119085,241577,1,"79613",307,"ENSG00000103047","TANGO6","transport and golgi organization 6 homolog"
-"chr1",62784221,62784332,112,"*","Promoter (<=1kb)",1,62701837,62785083,83247,2,"163782",751,"ENSG00000132854","KANK4","KN motif and ankyrin repeat domains 4"
-"chr17",19280953,19281309,357,"*","Promoter (<=1kb)",17,19281034,19286857,5824,1,"5598",0,"ENSG00000166484","MAPK7","mitogen-activated protein kinase 7"
-"chr1",62902633,62902687,55,"*","Promoter (<=1kb)",1,62901975,62917475,15501,1,"7398",658,"ENSG00000162607","USP1","ubiquitin specific peptidase 1"
-"chr17",32682770,32683370,601,"*","Promoter (<=1kb)",17,32683471,32685629,2159,1,"6357",-101,"ENSG00000181374","CCL13","C-C motif chemokine ligand 13"
-"chr1",3774810,3775030,221,"*","Promoter (<=1kb)",1,3773845,3801993,28149,1,"1677",965,"ENSG00000169598","DFFB","DNA fragmentation factor subunit beta"
-"chr6",33256965,33256972,8,"*","5' UTR",6,33540323,33548070,7748,2,"578",291098,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr7",94538408,94538894,487,"*","Promoter (1-2kb)",7,94536949,94925727,388779,1,"55607",1459,"ENSG00000158528","PPP1R9A","protein phosphatase 1 regulatory subunit 9A"
-"chr16",8862314,8862354,41,"*","Intron (uc002czc.4/18, intron 10 of 15)",16,8889037,8891505,2469,2,"25880",29151,"ENSG00000184857","TMEM186","transmembrane protein 186"
-"chr7",103086026,103086189,164,"*","Promoter (<=1kb)",7,102993177,103086624,93448,2,"375611",435,"ENSG00000170615","SLC26A5","solute carrier family 26 member 5"
-"chr17",26879359,26879455,97,"*","Promoter (<=1kb)",17,26873725,26879646,5922,2,"9094",191,"ENSG00000109103","UNC119","unc-119 lipid binding chaperone"
-"chr21",46797899,46798196,298,"*","Distal Intergenic",21,46825097,46933634,108538,1,"80781",-26901,"ENSG00000182871","COL18A1","collagen type XVIII alpha 1"
-"chr7",96647069,96647275,207,"*","Downstream (2-3kb)",7,96597827,96643377,45551,2,"285987",-3692,NA,"DLX6-AS1","DLX6 antisense RNA 1"
-"chr3",125439782,125439823,42,"*","Distal Intergenic",3,125509247,125509395,149,2,"100302204",69572,"ENSG00000221737","MIR548I1","microRNA 548i-1"
-"chr1",31158110,31158299,190,"*","Distal Intergenic",1,31191619,31199593,7975,1,"100129196",-33320,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
-"chr1",229643976,229643989,14,"*","Promoter (<=1kb)",1,229577044,229644088,67045,2,"55746",99,"ENSG00000069248","NUP133","nucleoporin 133kDa"
-"chr19",54253976,54254031,56,"*","Promoter (<=1kb)",19,54254465,54254551,87,1,"574495",-434,"ENSG00000281751","MIR522","microRNA 522"
-"chr1",2253813,2254151,339,"*","Intron (uc001ajb.1/79906, intron 1 of 13)",1,2281853,2284100,2248,2,"100129534",29949,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr10",95360736,95360814,79,"*","Promoter (<=1kb)",10,95351593,95360993,9401,2,"5950",179,"ENSG00000138207","RBP4","retinol binding protein 4"
-"chr16",2282324,2282909,586,"*","Exon (uc002cpm.3/1877, exon 4 of 14)",16,2286424,2288712,2289,1,"1775",-3515,"ENSG00000167968","DNASE1L2","deoxyribonuclease I-like 2"
-"chr17",16593081,16593094,14,"*","Promoter (<=1kb)",17,16593639,16678311,84673,1,"9720",-545,"ENSG00000170160","CCDC144A","coiled-coil domain containing 144A"
-"chr16",32822344,32822612,269,"*","Distal Intergenic",16,32888797,32896463,7667,2,"386757",73851,"ENSG00000214617","SLC6A10P","solute carrier family 6 member 10, pseudogene"
-"chr11",130319643,130319736,94,"*","Promoter (<=1kb)",11,130318869,130346539,27671,1,"170689",774,"ENSG00000166106","ADAMTS15","ADAM metallopeptidase with thrombospondin type 1 motif 15"
-"chr13",78493205,78493215,11,"*","Promoter (<=1kb)",13,78493824,79191460,697637,1,"100874222",-609,"ENSG00000234377","RNF219-AS1","RNF219 antisense RNA 1"
-"chr19",14444219,14444296,78,"*","Distal Intergenic",19,14491956,14519537,27582,1,"976",-47660,"ENSG00000123146","ADGRE5","adhesion G protein-coupled receptor E5"
-"chr14",95358026,95358161,136,"*","Distal Intergenic",14,95234560,95236499,1940,2,"145258",-121527,"ENSG00000133937","GSC","goosecoid homeobox"
-"chr16",31470209,31470526,318,"*","Promoter (<=1kb)",16,31469594,31478488,8895,1,"79798",615,"ENSG00000140691","ARMC5","armadillo repeat containing 5"
-"chr11",2005425,2005449,25,"*","Exon (uc010qxh.2/100133545, exon 4 of 4)",11,2004439,2011150,6712,2,"100133545",5701,"ENSG00000226416","MRPL23-AS1","MRPL23 antisense RNA 1"
-"chr21",33783773,33784232,460,"*","Promoter (<=1kb)",21,33784752,33887697,102946,1,"59271",-520,"ENSG00000166979","EVA1C","eva-1 homolog C (C. elegans)"
-"chr20",32899784,32899806,23,"*","Promoter (<=1kb)",20,32868071,32899608,31538,2,"191",-176,"ENSG00000101444","AHCY","adenosylhomocysteinase"
-"chr7",127881250,127881296,47,"*","Promoter (<=1kb)",7,127881331,127897682,16352,1,"3952",-35,"ENSG00000174697","LEP","leptin"
-"chr14",106915957,106916446,490,"*","Exon (uc031qqx.1/uc031qqx.1, exon 395 of 5065)",14,106938455,106951529,13075,1,"338005",-22009,"ENSG00000270816","LINC00221","long intergenic non-protein coding RNA 221"
-"chr11",118799483,118799487,5,"*","Distal Intergenic",11,118766851,118781613,14763,2,"283149",-17870,"ENSG00000186174","BCL9L","B-cell CLL/lymphoma 9-like"
-"chr19",39390470,39390480,11,"*","Promoter (<=1kb)",19,39369195,39390502,21308,2,"22933",22,"ENSG00000068903","SIRT2","sirtuin 2"
-"chr10",29827452,29827507,56,"*","Intron (uc031ptq.1/6840, intron 31 of 33)",10,29833933,29834026,94,2,"693189",6519,"ENSG00000207612","MIR604","microRNA 604"
-"chr16",12070306,12070685,380,"*","Promoter (<=1kb)",16,12070602,12668146,597545,1,"92017",0,"ENSG00000048471","SNX29","sorting nexin 29"
-"chr19",7926970,7927326,357,"*","Exon (uc002min.3/115704, exon 15 of 19)",19,7933605,7939326,5722,2,"80164",12000,"ENSG00000183248","PRR36","proline rich 36"
-"chr14",105617173,105617575,403,"*","5' UTR",14,105607318,105635161,27844,2,"3714",17586,"ENSG00000184916","JAG2","jagged 2"
-"chr8",134202305,134202370,66,"*","Promoter (<=1kb)",8,134203282,134243932,40651,1,"8840",-912,"ENSG00000104415","WISP1","WNT1 inducible signaling pathway protein 1"
-"chr16",30075102,30075463,362,"*","5' UTR",16,30064411,30081741,17331,1,"226",10691,"ENSG00000149925","ALDOA","aldolase, fructose-bisphosphate A"
-"chr11",2323272,2323395,124,"*","Promoter (<=1kb)",11,2323243,2339430,16188,1,"10077",29,"ENSG00000064201","TSPAN32","tetraspanin 32"
-"chr14",100843019,100843283,265,"*","Promoter (<=1kb)",14,100842755,100996640,153886,1,"79446",264,"ENSG00000176473","WDR25","WD repeat domain 25"
-"chr19",16607287,16607483,197,"*","Promoter (<=1kb)",19,16607205,16632163,24959,1,"84167",82,"ENSG00000105072","C19orf44","chromosome 19 open reading frame 44"
-"chr2",10263432,10263648,217,"*","Promoter (<=1kb)",2,10262695,10271546,8852,1,"6241",737,"ENSG00000171848","RRM2","ribonucleotide reductase regulatory subunit M2"
-"chr1",240071966,240072456,491,"*","Exon (uc001hyp.3/1131, exon 5 of 5)",1,240170824,240176560,5737,1,"645884",-98368,NA,"RPS7P5","ribosomal protein S7 pseudogene 5"
-"chr16",88878366,88878469,104,"*","Promoter (<=1kb)",16,88875877,88878342,2466,2,"353",-24,"ENSG00000198931","APRT","adenine phosphoribosyltransferase"
-"chr1",52870037,52870060,24,"*","Promoter (<=1kb)",1,52838501,52870143,31643,2,"4998",83,"ENSG00000085840","ORC1","origin recognition complex subunit 1"
-"chr4",141489989,141490027,39,"*","Promoter (<=1kb)",4,141481050,141489959,8910,2,"7350",-30,"ENSG00000109424","UCP1","uncoupling protein 1 (mitochondrial, proton carrier)"
-"chr1",205312151,205312695,545,"*","Exon (uc001hcf.2/55220, exon 2 of 6)",1,205305193,205326218,21026,2,"55220",13523,"ENSG00000162873","KLHDC8A","kelch domain containing 8A"
-"chr16",737214,737393,180,"*","Promoter (2-3kb)",16,731667,734439,2773,2,"339123",-2775,"ENSG00000161999","JMJD8","jumonji domain containing 8"
-"chr19",36980209,36980411,203,"*","Promoter (<=1kb)",19,36936021,36980463,44443,2,"84924",52,"ENSG00000186017","ZNF566","zinc finger protein 566"
-"chr17",75446565,75446592,28,"*","Intron (uc002jts.4/10801, intron 3 of 11)",17,75393066,75393136,71,2,"100422851",-53429,"ENSG00000264060","MIR4316","microRNA 4316"
-"chr2",108905173,108905272,100,"*","Promoter (<=1kb)",2,108905095,108926371,21277,1,"6819",78,"ENSG00000198203","SULT1C2","sulfotransferase family 1C member 2"
-"chr1",27816252,27816466,215,"*","Promoter (<=1kb)",1,27730734,27816678,85945,2,"10163",212,"ENSG00000158195","WASF2","WAS protein family member 2"
-"chrX",133684177,133684836,660,"*","Promoter (<=1kb)",23,133684054,133694428,10375,1,"100506757",123,NA,"LINC00629","long intergenic non-protein coding RNA 629"
-"chr10",12237505,12237710,206,"*","Promoter (<=1kb)",10,12237961,12292589,54629,1,"8872",-251,"ENSG00000151465","CDC123","cell division cycle 123"
-"chr19",16682813,16683254,442,"*","Promoter (<=1kb)",19,16660648,16683193,22546,2,"79939",0,"ENSG00000127526","SLC35E1","solute carrier family 35 member E1"
-"chr6",30651515,30651825,311,"*","Intron (uc003nra.3/170954, intron 2 of 3)",6,32485154,32557613,72460,2,"3127",1905788,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",76644759,76644960,202,"*","Intron (uc003pik.1/3617, intron 3 of 16)",6,76631062,76782335,151274,2,"3617",137375,"ENSG00000112706","IMPG1","interphotoreceptor matrix proteoglycan 1"
-"chr15",55582159,55582165,7,"*","Promoter (<=1kb)",15,55495164,55582013,86850,2,"5873",-146,"ENSG00000069974","RAB27A","RAB27A, member RAS oncogene family"
-"chr1",150980749,150980757,9,"*","Promoter (<=1kb)",1,150969301,150980854,11554,2,"55793",97,"ENSG00000143409","FAM63A","family with sequence similarity 63 member A"
-"chr1",153330351,153330758,408,"*","Promoter (<=1kb)",1,153330330,153333503,3174,1,"6280",21,"ENSG00000163220","S100A9","S100 calcium binding protein A9"
-"chrX",118108618,118108832,215,"*","Promoter (<=1kb)",23,118108713,118151949,43237,1,"79836",0,"ENSG00000175556","LONRF3","LON peptidase N-terminal domain and ring finger 3"
-"chr19",1400851,1401118,268,"*","Promoter (<=1kb)",19,1397025,1401569,4545,2,"2593",451,"ENSG00000130005","GAMT","guanidinoacetate N-methyltransferase"
-"chr3",50360642,50360667,26,"*","Promoter (<=1kb)",3,50355221,50360281,5061,2,"8692",-361,"ENSG00000068001","HYAL2","hyaluronoglucosaminidase 2"
-"chr15",83477917,83478207,291,"*","Promoter (<=1kb)",15,83477973,83503613,25641,1,"123720",0,"ENSG00000156232","WHAMM","WAS protein homolog associated with actin, golgi membranes and microtubules"
-"chr10",46090358,46090486,129,"*","Promoter (<=1kb)",10,45952817,46090354,137538,2,"220972",-4,"ENSG00000165406","MARCH8","membrane associated ring-CH-type finger 8"
-"chr16",1115469,1115962,494,"*","Exon (uc002cko.3/146336, exon 4 of 4)",16,1122756,1131454,8699,1,"6755",-6794,"ENSG00000162009","SSTR5","somatostatin receptor 5"
-"chr16",28889582,28890100,519,"*","Promoter (<=1kb)",16,28889809,28915830,26022,1,"487",0,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
-"chr1",156646293,156646635,343,"*","Promoter (<=1kb)",1,156638556,156647189,8634,2,"10763",554,"ENSG00000132688","NES","nestin"
-"chr1",156253025,156253152,128,"*","Promoter (<=1kb)",1,156252704,156262234,9531,1,"84283",321,"ENSG00000163472","TMEM79","transmembrane protein 79"
-"chr5",1154848,1154930,83,"*","Distal Intergenic",5,1050489,1112172,61684,2,"10723",-42676,"ENSG00000113504","SLC12A7","solute carrier family 12 member 7"
-"chr16",30958017,30958289,273,"*","Promoter (2-3kb)",16,30960405,30966259,5855,1,"93129",-2116,"ENSG00000175938","ORAI3","ORAI calcium release-activated calcium modulator 3"
-"chr6",10416034,10416042,9,"*","Exon (uc003myw.3/100130275, exon 3 of 3)",6,10412551,10416402,3852,1,"100130275",3483,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
-"chr16",89922170,89922539,370,"*","Exon (uc010civ.1/84501, exon 8 of 10)",16,89939994,89977792,37799,1,"22980",-17455,"ENSG00000141002","TCF25","transcription factor 25 (basic helix-loop-helix)"
-"chr6",28603123,28603125,3,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119553,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr10",133508337,133508394,58,"*","Distal Intergenic",10,133604734,133622535,17802,2,"399827",114141,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
-"chr10",126077595,126077746,152,"*","Distal Intergenic",10,126085872,126107545,21674,2,"4942",29799,"ENSG00000065154","OAT","ornithine aminotransferase"
-"chrX",25021155,25021346,192,"*","Downstream (<1kb)",23,25021813,25034065,12253,2,"170302",12719,"ENSG00000004848","ARX","aristaless related homeobox"
-"chr17",44344541,44344864,324,"*","Distal Intergenic",17,44839872,44896126,56255,2,"7473",551262,"ENSG00000108379","WNT3","wingless-type MMTV integration site family member 3"
-"chr13",113584034,113584059,26,"*","Intron (uc001vso.3/uc001vso.3, intron 2 of 2)",13,113622814,113754053,131240,1,"23263",-38755,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr4",111539304,111539859,556,"*","Exon (uc003iac.3/5308, exon 3 of 3)",4,111538580,111563279,24700,2,"5308",23420,"ENSG00000164093","PITX2","paired like homeodomain 2"
-"chr7",136849262,136849317,56,"*","Promoter (<=1kb)",7,136583520,136849088,265569,2,"349160",-174,"ENSG00000234352","LOC349160","uncharacterized LOC349160"
-"chr4",148605515,148605624,110,"*","Promoter (<=1kb)",4,148559534,148605280,45747,2,"90826",-235,"ENSG00000164169","PRMT9","protein arginine methyltransferase 9"
-"chr11",47429939,47429944,6,"*","Intron (uc001nfd.3/91252, intron 3 of 7)",11,47440320,47448024,7705,2,"5702",18080,"ENSG00000165916","PSMC3","proteasome 26S subunit, ATPase 3"
-"chr19",4471622,4471704,83,"*","Promoter (<=1kb)",19,4472255,4502222,29968,1,"84717",-551,"ENSG00000167674","HDGFRP2","hepatoma-derived growth factor-related protein 2"
-"chr8",61627068,61627281,214,"*","Intron (uc003xue.3/55636, intron 1 of 37)",8,61591324,61780586,189263,1,"55636",35744,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
-"chr1",151346048,151346352,305,"*","Promoter (<=1kb)",1,151336778,151345210,8433,2,"8991",-838,"ENSG00000143416","SELENBP1","selenium binding protein 1"
-"chr20",57582546,57582706,161,"*","Promoter (<=1kb)",20,57570242,57582309,12068,2,"1522",-237,"ENSG00000101160","CTSZ","cathepsin Z"
-"chr1",9714795,9714797,3,"*","Promoter (<=1kb)",1,9712668,9714644,1977,2,"644997",-151,"ENSG00000179840","PIK3CD-AS1","PIK3CD antisense RNA 1"
-"chr2",96675151,96675294,144,"*","Promoter (1-2kb)",2,96676299,96688884,12586,1,"729234",-1005,"ENSG00000231584","FAHD2CP","fumarylacetoacetate hydrolase domain containing 2C, pseudogene"
-"chr6",31509352,31509402,51,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1048211,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",891352,891605,254,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",35909,"ENSG00000167945","PRR25","proline rich 25"
-"chr16",87990645,87991122,478,"*","Intron (uc002fko.1/54971, intron 1 of 7)",16,87984238,88110924,126687,1,"54971",6407,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr17",42402188,42402347,160,"*","Promoter (<=1kb)",17,42396993,42402217,5225,2,"51629",0,"ENSG00000013306","SLC25A39","solute carrier family 25 member 39"
-"chr9",44227162,44227291,130,"*","Distal Intergenic",9,43684885,43922473,237589,1,"728577",542277,"ENSG00000154529","CNTNAP3B","contactin associated protein-like 3B"
-"chr10",90639684,90639698,15,"*","Promoter (<=1kb)",10,90639944,90734910,94967,1,"57559",-246,"ENSG00000138134","STAMBPL1","STAM binding protein like 1"
-"chr2",219081829,219081866,38,"*","Promoter (<=1kb)",2,219081817,219119071,37255,1,"10109",12,"ENSG00000163466","ARPC2","actin related protein 2/3 complex subunit 2"
-"chr15",78369254,78369721,468,"*","Promoter (<=1kb)",15,78287327,78369994,82668,2,"23102",273,"ENSG00000167202","TBC1D2B","TBC1 domain family member 2B"
-"chr17",47072857,47072907,51,"*","Promoter (1-2kb)",17,47074774,47133507,58734,1,"10642",-1867,"ENSG00000159217","IGF2BP1","insulin like growth factor 2 mRNA binding protein 1"
-"chr6",31750470,31750532,63,"*","Exon (uc003nxe.3/7407, exon 15 of 30)",6,32485154,32557613,72460,2,"3127",807081,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",1652314,1652432,119,"*","Exon (uc002qxa.3/7837, exon 17 of 23)",2,1635659,1748291,112633,2,"7837",95859,"ENSG00000130508","PXDN","peroxidasin"
-"chr3",187387555,187387601,47,"*","Promoter (<=1kb)",3,187386694,187388201,1508,2,"6750",600,"ENSG00000157005","SST","somatostatin"
-"chr7",156836969,156837085,117,"*","Distal Intergenic",7,156803551,156809118,5568,1,"645249",33418,"ENSG00000243479","MNX1-AS1","MNX1 antisense RNA 1 (head to head)"
-"chr6",33273412,33273429,18,"*","Intron (uc003odx.2/6892, intron 5 of 7)",6,33540323,33548070,7748,2,"578",274641,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr7",50860125,50860564,440,"*","Promoter (<=1kb)",7,50657760,50861159,203400,2,"2887",595,"ENSG00000106070","GRB10","growth factor receptor bound protein 10"
-"chr4",39529306,39529338,33,"*","Promoter (<=1kb)",4,39500375,39529218,28844,2,"7358",-88,"ENSG00000109814","UGDH","UDP-glucose 6-dehydrogenase"
-"chr4",111119820,111119828,9,"*","Promoter (<=1kb)",4,110970229,111119820,149592,2,"79071",0,"ENSG00000170522","ELOVL6","ELOVL fatty acid elongase 6"
-"chr6",99279435,99279747,313,"*","Promoter (2-3kb)",6,99282580,99286666,4087,1,"5454",-2833,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
-"chr15",45879227,45879286,60,"*","Promoter (<=1kb)",15,45879417,45901909,22493,1,"26258",-131,"ENSG00000104164","BLOC1S6","biogenesis of lysosomal organelles complex 1 subunit 6"
-"chr18",23713407,23713578,172,"*","Promoter (<=1kb)",18,23713816,23773319,59504,1,"143471",-238,"ENSG00000154611","PSMA8","proteasome subunit alpha 8"
-"chr15",92399195,92399546,352,"*","Promoter (2-3kb)",15,92396938,92715665,318728,1,"28232",2257,"ENSG00000176463","SLCO3A1","solute carrier organic anion transporter family member 3A1"
-"chr12",132503991,132504721,731,"*","Exon (uc001ujn.3/57634, exon 22 of 53)",12,132515769,132515905,137,1,"677829",-11048,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
-"chr19",47364426,47364695,270,"*","Distal Intergenic",19,47341423,47354203,12781,2,"1175",-10223,"ENSG00000042753","AP2S1","adaptor related protein complex 2 sigma 1 subunit"
-"chr2",170681574,170681586,13,"*","Promoter (<=1kb)",2,170668268,170681420,13153,2,"29081",-154,"ENSG00000138382","METTL5","methyltransferase like 5"
-"chr6",28479217,28479384,168,"*","Intron (uc010jrg.1/257202, intron 3 of 3)",6,28471073,28483570,12498,2,"257202",4186,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr17",27188512,27188748,237,"*","Promoter (<=1kb)",17,27188673,27188748,76,2,"100616385",0,"ENSG00000278521","MIR4732","microRNA 4732"
-"chr4",7218684,7218707,24,"*","Intron (uc003gkb.4/57537, intron 1 of 26)",4,7194374,7744564,550191,1,"57537",24310,"ENSG00000184985","SORCS2","sortilin related VPS10 domain containing receptor 2"
-"chr1",70035032,70035208,177,"*","Promoter (2-3kb)",1,70032868,70589171,556304,1,"57554",2164,"ENSG00000033122","LRRC7","leucine rich repeat containing 7"
-"chr10",103043943,103044146,204,"*","Distal Intergenic",10,102989351,102998616,9266,1,"399806",54592,NA,"LBX1-AS1","LBX1 antisense RNA 1 (head to head)"
-"chr6",149067613,149067694,82,"*","Promoter (<=1kb)",6,149068271,149398126,329856,1,"10090",-577,"ENSG00000111962","UST","uronyl-2-sulfotransferase"
-"chr7",157985732,157985818,87,"*","Intron (uc011kwa.2/5799, intron 19 of 22)",7,157647277,157658782,11506,1,"100506585",338455,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr8",1789121,1789267,147,"*","Intron (uc003wpq.1/9639, intron 2 of 22)",8,1772149,1906807,134659,1,"9639",16972,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
-"chr21",34100294,34100306,13,"*","Promoter (<=1kb)",21,34001069,34100351,99283,2,"8867",45,"ENSG00000159082","SYNJ1","synaptojanin 1"
-"chr9",140500680,140501257,578,"*","Promoter (<=1kb)",9,140500096,140510657,10562,1,"92714",584,"ENSG00000197070","ARRDC1","arrestin domain containing 1"
-"chr11",3827665,3828391,727,"*","Intron (uc001lyl.4/27315, intron 1 of 7)",11,3696240,3819022,122783,2,"4928",-8643,"ENSG00000110713","NUP98","nucleoporin 98kDa"
-"chr16",1116349,1116751,403,"*","5' UTR",16,1122756,1131454,8699,1,"6755",-6005,"ENSG00000162009","SSTR5","somatostatin receptor 5"
-"chrX",30327771,30327782,12,"*","Promoter (<=1kb)",23,30322539,30327495,4957,2,"190",-276,"ENSG00000169297","NR0B1","nuclear receptor subfamily 0 group B member 1"
-"chr6",30029184,30029319,136,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1545614,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr14",105154946,105155327,382,"*","Promoter (<=1kb)",14,105155943,105185947,30005,1,"64423",-616,"ENSG00000203485","INF2","inverted formin, FH2 and WH2 domain containing"
-"chr17",79963165,79963691,527,"*","Intron (uc002kcx.3/79058, intron 7 of 15)",17,79976579,79980785,4207,2,"201254",17094,"ENSG00000169689","STRA13","stimulated by retinoic acid 13"
-"chr19",56136019,56136024,6,"*","Promoter (<=1kb)",19,56132107,56135941,3835,2,"147808",-78,"ENSG00000179922","ZNF784","zinc finger protein 784"
-"chr11",116661189,116661340,152,"*","Promoter (1-2kb)",11,116660086,116663136,3051,2,"116519",1796,"ENSG00000110243","APOA5","apolipoprotein A-V"
-"chr19",16296015,16296030,16,"*","Promoter (<=1kb)",19,16296235,16302857,6623,1,"26017",-205,"ENSG00000105058","FAM32A","family with sequence similarity 32 member A"
-"chr2",191183686,191183994,309,"*","Promoter (<=1kb)",2,191069360,191184771,115412,2,"26275",777,"ENSG00000198130","HIBCH","3-hydroxyisobutyryl-CoA hydrolase"
-"chr5",5139610,5139626,17,"*","Promoter (<=1kb)",5,5140443,5320412,179970,1,"170690",-817,"ENSG00000145536","ADAMTS16","ADAM metallopeptidase with thrombospondin type 1 motif 16"
-"chr2",241627178,241627555,378,"*","Distal Intergenic",2,241631262,241637900,6639,1,"375318",-3707,"ENSG00000184945","AQP12A","aquaporin 12A"
-"chr16",29690271,29690524,254,"*","Promoter (<=1kb)",16,29690441,29709314,18874,1,"23475",0,"ENSG00000103485","QPRT","quinolinate phosphoribosyltransferase"
-"chr2",16124789,16124892,104,"*","Distal Intergenic",2,16080020,16081845,1826,2,"10408",-42944,"ENSG00000233718","MYCNOS","MYCN opposite strand"
-"chr6",159589874,159590155,282,"*","Promoter (<=1kb)",6,159590429,159693140,102712,1,"84624",-274,"ENSG00000164694","FNDC1","fibronectin type III domain containing 1"
-"chr16",1583899,1583984,86,"*","5' UTR",16,1578742,1605581,26840,1,"79652",5157,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr12",125500634,125500652,19,"*","Intron (uc001uha.1/140707, intron 2 of 2)",12,125478194,125510349,32156,1,"140707",22440,"ENSG00000184992","BRI3BP","BRI3 binding protein"
-"chr20",62715781,62715856,76,"*","Promoter (<=1kb)",20,62714733,62715712,980,2,"198437",-69,"ENSG00000171695","LKAAEAR1","LKAAEAR motif containing 1"
-"chr1",77334207,77334256,50,"*","Promoter (1-2kb)",1,77333186,77529737,196552,1,"81849",1021,"ENSG00000117069","ST6GALNAC5","ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5"
-"chr1",16260963,16261154,192,"*","Exon (uc001axk.1/23013, exon 11 of 15)",1,16268364,16302627,34264,2,"7709",41473,"ENSG00000116809","ZBTB17","zinc finger and BTB domain containing 17"
-"chr10",134720534,134721172,639,"*","Intron (uc021qbc.1/54777, intron 36 of 57)",10,134621896,134756089,134194,2,"54777",34917,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
-"chr14",55185996,55186387,392,"*","Intron (uc001xbb.4/23034, intron 2 of 11)",14,55034330,55260033,225704,1,"23034",151666,"ENSG00000020577","SAMD4A","sterile alpha motif domain containing 4A"
-"chr19",58257805,58258041,237,"*","Promoter (<=1kb)",19,58258164,58376491,118328,1,"84914",-123,"ENSG00000198466","ZNF587","zinc finger protein 587"
-"chr5",1467269,1467529,261,"*","5' UTR",5,1392905,1445543,52639,2,"6531",-21726,"ENSG00000142319","SLC6A3","solute carrier family 6 member 3"
-"chr8",8559630,8560379,750,"*","Promoter (<=1kb)",8,8559666,8561617,1952,1,"137075",0,"ENSG00000253958","CLDN23","claudin 23"
-"chr6",4135757,4135762,6,"*","Promoter (<=1kb)",6,4115927,4135831,19905,2,"10455",69,"ENSG00000198721","ECI2","enoyl-CoA delta isomerase 2"
-"chr11",618966,619032,67,"*","Promoter (2-3kb)",11,612555,615999,3445,2,"3665",-2967,"ENSG00000185507","IRF7","interferon regulatory factor 7"
-"chr13",30982826,30982923,98,"*","Distal Intergenic",13,30914407,30948036,33630,2,"100188949",-34790,"ENSG00000238121","LINC00426","long intergenic non-protein coding RNA 426"
-"chr2",177042445,177042741,297,"*","Exon (uc002uku.3/401022, exon 1 of 3)",2,177053307,177055635,2329,1,"3231",-10566,"ENSG00000128645","HOXD1","homeobox D1"
-"chrX",101854228,101854294,67,"*","Promoter (<=1kb)",23,101854276,101972661,118386,1,"100528062",0,"ENSG00000158301","ARMCX5-GPRASP2","ARMCX5-GPRASP2 readthrough"
-"chr19",45681491,45681510,20,"*","Promoter (<=1kb)",19,45666186,45681501,15316,2,"79090",0,"ENSG00000007255","TRAPPC6A","trafficking protein particle complex 6A"
-"chr1",200379118,200379316,199,"*","Promoter (<=1kb)",1,200375420,200379166,3747,2,"23528",0,"ENSG00000162702","ZNF281","zinc finger protein 281"
-"chr12",120541569,120541737,169,"*","5' UTR",12,120532899,120554643,21745,2,"11021",12906,"ENSG00000111737","RAB35","RAB35, member RAS oncogene family"
-"chr2",239996215,239996253,39,"*","Intron (uc010fyy.3/9759, intron 5 of 23)",2,239990513,239990610,98,2,"100616397",-5605,"ENSG00000266109","MIR4440","microRNA 4440"
-"chr3",53381757,53381828,72,"*","Promoter (<=1kb)",3,53317445,53381654,64210,2,"55802",-103,"ENSG00000272886","DCP1A","decapping mRNA 1A"
-"chr6",106551368,106551575,208,"*","Intron (uc003prd.2/639, intron 4 of 6)",6,106534195,106557814,23620,1,"639",17173,"ENSG00000057657","PRDM1","PR domain 1"
-"chr9",140352140,140352270,131,"*","Promoter (1-2kb)",9,140342023,140353786,11764,2,"26012",1516,"ENSG00000165802","NSMF","NMDA receptor synaptonuclear signaling and neuronal migration factor"
-"chr1",36184853,36184863,11,"*","Promoter (<=1kb)",1,36179477,36184790,5314,2,"127703",-63,"ENSG00000142686","C1orf216","chromosome 1 open reading frame 216"
-"chr8",26435434,26435609,176,"*","5' UTR",8,26371709,26515693,143985,1,"1808",63725,"ENSG00000092964","DPYSL2","dihydropyrimidinase like 2"
-"chr19",18315256,18316054,799,"*","Promoter (<=1kb)",19,18307611,18314874,7264,2,"5864",-382,"ENSG00000105649","RAB3A","RAB3A, member RAS oncogene family"
-"chr5",2866779,2866803,25,"*","Distal Intergenic",5,2752262,2755511,3250,1,"153571",114517,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
-"chr15",101729174,101729391,218,"*","Intron (uc021sxt.1/22856, intron 1 of 2)",15,101715928,101792137,76210,2,"22856",62746,"ENSG00000131873","CHSY1","chondroitin sulfate synthase 1"
-"chr12",104457740,104457893,154,"*","Promoter (<=1kb)",12,104382765,104457961,75197,2,"83468",68,"ENSG00000120820","GLT8D2","glycosyltransferase 8 domain containing 2"
-"chr8",145019019,145019074,56,"*","Promoter (<=1kb)",8,145019359,145019447,89,2,"724031",373,"ENSG00000207574","MIR661","microRNA 661"
-"chr12",112279656,112279835,180,"*","Promoter (<=1kb)",12,112280032,112331228,51197,1,"8550",-197,"ENSG00000089022","MAPKAPK5","mitogen-activated protein kinase-activated protein kinase 5"
-"chr6",32169886,32170135,250,"*","5' UTR",6,32485154,32557613,72460,2,"3127",387478,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",56915900,56916003,104,"*","Distal Intergenic",4,56814974,56899529,84556,1,"9662",100926,"ENSG00000174799","CEP135","centrosomal protein 135kDa"
-"chr22",19467365,19467413,49,"*","Promoter (<=1kb)",22,19467414,19508135,40722,1,"8318",-1,"ENSG00000093009","CDC45","cell division cycle 45"
-"chr8",139509025,139509129,105,"*","Promoter (<=1kb)",8,139142266,139509065,366800,2,"51059",0,"ENSG00000147724","FAM135B","family with sequence similarity 135 member B"
-"chr8",143858500,143858612,113,"*","Promoter (1-2kb)",8,143845756,143859640,13885,2,"66004",1028,"ENSG00000180155","LYNX1","Ly6/neurotoxin 1"
-"chr1",40769660,40769696,37,"*","Intron (uc001cfh.1/1298, intron 7 of 31)",1,40766163,40783060,16898,2,"1298",13364,"ENSG00000049089","COL9A2","collagen type IX alpha 2"
-"chr16",73082966,73083327,362,"*","Intron (uc002fcl.3/463, intron 8 of 8)",16,72816786,73092534,275749,2,"463",9207,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
-"chr6",32287266,32287286,21,"*","Intron (uc011dpx.2/10665, intron 7 of 25)",6,32485154,32557613,72460,2,"3127",270327,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",20253874,20254140,267,"*","Promoter (1-2kb)",4,20255235,20620788,365554,1,"9353",-1095,"ENSG00000145147","SLIT2","slit guidance ligand 2"
-"chr10",88428247,88428429,183,"*","Promoter (1-2kb)",10,88426551,88495824,69274,1,"11155",1696,"ENSG00000122367","LDB3","LIM domain binding 3"
-"chr1",247241940,247242103,164,"*","Promoter (<=1kb)",1,247108849,247242115,133267,2,"100533111",12,"ENSG00000135747","ZNF670-ZNF695","ZNF670-ZNF695 readthrough (NMD candidate)"
-"chr6",33291471,33291500,30,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",256570,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr12",56413887,56413935,49,"*","Promoter (1-2kb)",12,56411922,56432219,20298,1,"64375",1965,"ENSG00000123411","IKZF4","IKAROS family zinc finger 4"
-"chr16",85832847,85832872,26,"*","Promoter (<=1kb)",16,85812231,85833148,20918,2,"10328",276,"ENSG00000131148","EMC8","ER membrane protein complex subunit 8"
-"chr12",54369102,54369336,235,"*","Promoter (<=1kb)",12,54356092,54368740,12649,2,"100124700",-362,"ENSG00000228630","HOTAIR","HOX transcript antisense RNA"
-"chr10",43573271,43573332,62,"*","Promoter (<=1kb)",10,43572517,43625797,53281,1,"5979",754,"ENSG00000165731","RET","ret proto-oncogene"
-"chr4",6676473,6676596,124,"*","Promoter (<=1kb)",4,6675821,6677774,1954,1,"93622",652,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
-"chr16",2546426,2546596,171,"*","Exon (uc002cqk.3/57465, exon 2 of 7)",16,2563727,2570224,6498,1,"527",-17131,"ENSG00000185883","ATP6V0C","ATPase H+ transporting V0 subunit c"
-"chr3",150996030,150996297,268,"*","Promoter (<=1kb)",3,150929905,150996230,66326,2,"9934",0,"ENSG00000174944","P2RY14","purinergic receptor P2Y14"
-"chr1",6339906,6340006,101,"*","Intron (uc001amq.3/11332, intron 1 of 8)",1,6307406,6321035,13630,2,"387509",-18871,"ENSG00000158292","GPR153","G protein-coupled receptor 153"
-"chr4",183062301,183062412,112,"*","Promoter (2-3kb)",4,183065140,183724177,659038,1,"55714",-2728,"ENSG00000218336","TENM3","teneurin transmembrane protein 3"
-"chr9",135645761,135645926,166,"*","Intron (uc004cbu.1/158067, intron 2 of 12)",9,135469676,135545788,76113,2,"64794",-99973,"ENSG00000125485","DDX31","DEAD-box helicase 31"
-"chr19",44645078,44645484,407,"*","Promoter (<=1kb)",19,44645710,44664462,18753,1,"10780",-226,"ENSG00000263002","ZNF234","zinc finger protein 234"
-"chr4",9494859,9495205,347,"*","Distal Intergenic",4,9446260,9452240,5981,1,"644414",48599,"ENSG00000186146","DEFB131","defensin beta 131"
-"chr15",25434241,25434427,187,"*","Promoter (<=1kb)",15,25434561,25494426,59866,1,"100033448",-134,"ENSG00000200486","SNORD115-11","small nucleolar RNA, C/D box 115-11"
-"chr11",67205113,67205291,179,"*","Promoter (<=1kb)",11,67202981,67205153,2173,2,"5790",0,"ENSG00000213402","PTPRCAP","protein tyrosine phosphatase, receptor type C associated protein"
-"chr1",36916111,36916130,20,"*","Promoter (<=1kb)",1,36883507,36916086,32580,2,"127700",-25,"ENSG00000116885","OSCP1","organic solute carrier partner 1"
-"chr14",23815839,23816088,250,"*","3' UTR",14,23815527,23822080,6554,2,"51310",5992,"ENSG00000092096","SLC22A17","solute carrier family 22 member 17"
-"chr16",968739,969245,507,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",62073,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr12",49658878,49658878,1,"*","5' UTR",12,49688909,49692481,3573,1,"5630",-30031,"ENSG00000135406","PRPH","peripherin"
-"chr10",1767463,1767723,261,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1223253,1779670,556418,2,"105",11947,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
-"chr17",27621436,27621476,41,"*","Promoter (<=1kb)",17,27582854,27621166,38313,2,"57532",-270,"ENSG00000108256","NUFIP2","nuclear fragile X mental retardation protein interacting protein 2"
-"chr14",102431374,102431590,217,"*","Promoter (<=1kb)",14,102430865,102517135,86271,1,"1778",509,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
-"chr16",4365605,4365670,66,"*","Distal Intergenic",16,4382216,4389598,7383,1,"84662",-16546,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
-"chr1",31769199,31769213,15,"*","Promoter (<=1kb)",1,31732415,31769644,37230,2,"9410",431,"ENSG00000060688","SNRNP40","small nuclear ribonucleoprotein U5 subunit 40"
-"chr9",133768966,133769184,219,"*","Promoter (<=1kb)",9,133768815,133769225,411,2,"347148",41,"ENSG00000188710","QRFP","pyroglutamylated RFamide peptide"
-"chr2",197503830,197504046,217,"*","Promoter (<=1kb)",2,197504356,197597530,93175,1,"284992",-310,"ENSG00000144395","CCDC150","coiled-coil domain containing 150"
-"chr20",61675079,61675457,379,"*","Intron (uc002yec.1/63930, intron 1 of 4)",20,61669363,61685215,15853,1,"100144597",5716,"ENSG00000237119","LINC01056","long intergenic non-protein coding RNA 1056"
-"chr16",30407165,30407241,77,"*","Exon (uc021tgi.1/197407, exon 2 of 3)",16,30418735,30440920,22186,1,"51333",-11494,"ENSG00000179965","ZNF771","zinc finger protein 771"
-"chr1",159173953,159174028,76,"*","Promoter (<=1kb)",1,159173803,159176290,2488,1,"2532",150,"ENSG00000213088","ACKR1","atypical chemokine receptor 1 (Duffy blood group)"
-"chr22",37823648,37823656,9,"*","Promoter (<=1kb)",22,37764000,37823505,59506,2,"114794",-143,"ENSG00000166897","ELFN2","extracellular leucine-rich repeat and fibronectin type III domain containing 2"
-"chr16",3081310,3081463,154,"*","Promoter (1-2kb)",16,3082482,3089133,6652,1,"100128770",-1019,"ENSG00000205890","LOC100128770","uncharacterized LOC100128770"
-"chr6",86387522,86388018,497,"*","Promoter (<=1kb)",6,86387307,86387377,71,2,"692088",-145,"ENSG00000275072","SNORD50B","small nucleolar RNA, C/D box 50B"
-"chrX",130191987,130192080,94,"*","Promoter (<=1kb)",23,130192216,130223857,31642,1,"158763",-136,"ENSG00000147256","ARHGAP36","Rho GTPase activating protein 36"
-"chr14",63784394,63784574,181,"*","Promoter (1-2kb)",14,63779549,63785593,6045,2,"122876",1019,"ENSG00000179600","GPHB5","glycoprotein hormone beta 5"
-"chr11",107460894,107460996,103,"*","Promoter (<=1kb)",11,107461817,107537505,75689,1,"55531",-821,"ENSG00000110675","ELMOD1","ELMO domain containing 1"
-"chr1",157963695,157963746,52,"*","Promoter (<=1kb)",1,157963063,158065844,102782,1,"55243",632,"ENSG00000183853","KIRREL","kin of IRRE like (Drosophila)"
-"chr12",48100171,48100238,68,"*","Promoter (<=1kb)",12,48055715,48099844,44130,2,"79657",-327,"ENSG00000005175","RPAP3","RNA polymerase II associated protein 3"
-"chr1",10459140,10459268,129,"*","Promoter (<=1kb)",1,10459085,10480201,21117,1,"5226",55,"ENSG00000142657","PGD","phosphogluconate dehydrogenase"
-"chr17",48206749,48207119,371,"*","Promoter (<=1kb)",17,48188673,48207246,18574,2,"201191",127,"ENSG00000167100","SAMD14","sterile alpha motif domain containing 14"
-"chr6",168107056,168107265,210,"*","Distal Intergenic",6,168185219,168197539,12321,2,"26238",90274,"ENSG00000146521","LINC01558","long intergenic non-protein coding RNA 1558"
-"chr1",35734356,35734376,21,"*","Promoter (<=1kb)",1,35734568,35887545,152978,1,"9202",-192,"ENSG00000146463","ZMYM4","zinc finger MYM-type containing 4"
-"chr6",80246524,80246989,466,"*","Promoter (<=1kb)",6,80194708,80247147,52440,2,"167691",158,"ENSG00000135338","LCA5","Leber congenital amaurosis 5"
-"chr10",853215,853325,111,"*","3' UTR",10,320130,735608,415479,2,"22982",-117607,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr14",101309386,101309628,243,"*","Intron (uc021sbw.2/55384, intron 5 of 6)",14,101318727,101318824,98,1,"768222",-9099,"ENSG00000211574","MIR770","microRNA 770"
-"chr19",56154854,56154873,20,"*","Promoter (2-3kb)",19,56152392,56154836,2445,1,"51157",2462,"ENSG00000213015","ZNF580","zinc finger protein 580"
-"chr1",89489649,89489986,338,"*","Promoter (1-2kb)",1,89472360,89488549,16190,2,"2635",-1100,"ENSG00000117226","GBP3","guanylate binding protein 3"
-"chr2",236506727,236507151,425,"*","Intron (uc021vyp.1/116987, intron 1 of 9)",2,236402733,237040444,637712,1,"116987",103994,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
-"chr17",40075668,40075879,212,"*","Promoter (<=1kb)",17,40023179,40075272,52094,2,"47",-396,"ENSG00000131473","ACLY","ATP citrate lyase"
-"chr12",54813107,54813119,13,"*","Promoter (<=1kb)",12,54789045,54813050,24006,2,"3678",-57,"ENSG00000161638","ITGA5","integrin subunit alpha 5"
-"chr2",162270841,162270993,153,"*","Promoter (1-2kb)",2,162272620,162281573,8954,1,"10716",-1627,"ENSG00000136535","TBR1","T-box, brain 1"
-"chr3",69100702,69101174,473,"*","Promoter (<=1kb)",3,69068978,69101484,32507,2,"7110",310,"ENSG00000144747","TMF1","TATA element modulatory factor 1"
-"chr10",7214172,7214476,305,"*","Exon (uc009xio.2/57713, exon 18 of 21)",10,7200586,7453448,252863,2,"57713",238972,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
-"chr2",54855540,54855886,347,"*","Intron (uc002rxu.3/6711, intron 13 of 35)",2,54952149,55199156,247008,1,"400954",-96263,"ENSG00000214595","EML6","echinoderm microtubule associated protein like 6"
-"chr11",65625962,65625985,24,"*","Promoter (<=1kb)",11,65622285,65626886,4602,2,"1072",901,"ENSG00000172757","CFL1","cofilin 1"
-"chr12",630773,630807,35,"*","Intron (uc001qii.1/283358, intron 1 of 19)",12,569543,671058,101516,1,"283358",61230,"ENSG00000139044","B4GALNT3","beta-1,4-N-acetyl-galactosaminyltransferase 3"
-"chr15",99558786,99558954,169,"*","Distal Intergenic",15,99511459,99551024,39566,2,"145814",-7762,"ENSG00000183571","PGPEP1L","pyroglutamyl-peptidase I-like"
-"chr3",156393772,156393980,209,"*","Promoter (<=1kb)",3,156390960,156393502,2543,2,"100287227",-270,NA,"TIPARP-AS1","TIPARP antisense RNA 1"
-"chr6",31697688,31697721,34,"*","Intron (uc003nwq.3/23564, intron 6 of 6)",6,32485154,32557613,72460,2,"3127",859892,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr15",57025816,57025966,151,"*","Intron (uc002adw.1/54816, intron 18 of 23)",15,57210323,57580714,370392,1,"6938",-184357,"ENSG00000140262","TCF12","transcription factor 12"
-"chr16",50099606,50099761,156,"*","Promoter (<=1kb)",16,50099881,50139375,39495,1,"55027",-120,"ENSG00000155393","HEATR3","HEAT repeat containing 3"
-"chr15",89952087,89952224,138,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",40757,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
-"chr16",56623264,56623448,185,"*","Promoter (<=1kb)",16,56623267,56625000,1734,1,"4504",0,"ENSG00000087250","MT3","metallothionein 3"
-"chr2",79220462,79220528,67,"*","Distal Intergenic",2,79252812,79255630,2819,1,"130120",-32284,"ENSG00000143954","REG3G","regenerating family member 3 gamma"
-"chr9",99961991,99962350,360,"*","Intron (uc010msl.1/uc010msl.1, intron 1 of 3)",9,100000708,100059596,58889,1,"100499484",-38358,"ENSG00000254876","LOC100499484","SUGT1-1300002K09Rik pseudogene"
-"chr16",20702380,20702824,445,"*","5' UTR",16,20634559,20709066,74508,2,"116285",6242,"ENSG00000166743","ACSM1","acyl-CoA synthetase medium-chain family member 1"
-"chr19",33622894,33622911,18,"*","Promoter (<=1kb)",19,33622998,33666703,43706,1,"126248",-87,"ENSG00000166359","WDR88","WD repeat domain 88"
-"chr5",59064469,59064579,111,"*","Intron (uc003jsa.2/5144, intron 14 of 14)",5,59783540,59843484,59945,1,"25859",-718961,"ENSG00000152931","PART1","prostate androgen-regulated transcript 1 (non-protein coding)"
-"chr5",55008239,55008277,39,"*","Promoter (<=1kb)",5,54921673,55008554,86882,2,"153129",277,"ENSG00000177058","SLC38A9","solute carrier family 38 member 9"
-"chr16",32360338,32360419,82,"*","Distal Intergenic",16,32264650,32267243,2594,1,"729264",95688,"ENSG00000205456","TP53TG3D","TP53 target 3D"
-"chr19",55794444,55794478,35,"*","Promoter (1-2kb)",19,55793440,55823903,30464,1,"84446",1004,"ENSG00000160469","BRSK1","BR serine/threonine kinase 1"
-"chr1",41350161,41350183,23,"*","Distal Intergenic",1,41326728,41328018,1291,2,"163732",-22143,"ENSG00000179862","CITED4","Cbp/p300 interacting transactivator with Glu/Asp rich carboxy-terminal domain 4"
-"chr1",90309362,90309559,198,"*","Intron (uc001dnm.3/55144, intron 2 of 2)",1,90286573,90401989,115417,1,"55144",22789,"ENSG00000171492","LRRC8D","leucine-rich repeat containing 8 family member D"
-"chr9",106856376,106856629,254,"*","Promoter (<=1kb)",9,106856541,106903700,47160,1,"10592",0,"ENSG00000136824","SMC2","structural maintenance of chromosomes 2"
-"chr8",144561662,144561838,177,"*","Intron (uc003yyd.2/23144, intron 8 of 11)",8,144510230,144512602,2373,2,"389692",-49060,"ENSG00000182759","MAFA","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog A"
-"chr3",58419733,58419769,37,"*","Promoter (<=1kb)",3,58413357,58419579,6223,2,"5162",-154,"ENSG00000168291","PDHB","pyruvate dehydrogenase (lipoamide) beta"
-"chr11",1257042,1257516,475,"*","Intron (uc009yct.2/727897, intron 23 of 25)",11,1295598,1330892,35295,2,"54472",73376,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr16",1034270,1034527,258,"*","Promoter (2-3kb)",16,1031808,1036979,5172,1,"30812",2462,"ENSG00000005513","SOX8","SRY-box 8"
-"chr2",223165891,223166046,156,"*","Promoter (2-3kb)",2,223064606,223163715,99110,2,"5077",-2176,"ENSG00000135903","PAX3","paired box 3"
-"chr20",44455874,44456103,230,"*","Promoter (<=1kb)",20,44451855,44455953,4099,2,"7125",0,"ENSG00000101470","TNNC2","troponin C2, fast skeletal type"
-"chr17",7476004,7476105,102,"*","Promoter (1-2kb)",17,7478031,7478165,135,1,"652965",-1926,"ENSG00000209582","SNORA48","small nucleolar RNA, H/ACA box 48"
-"chr6",46138768,46138795,28,"*","Promoter (<=1kb)",6,46127762,46138717,10956,2,"59084",-51,"ENSG00000112796","ENPP5","ectonucleotide pyrophosphatase/phosphodiesterase 5 (putative)"
-"chr19",1503162,1503489,328,"*","Downstream (1-2kb)",19,1505017,1513188,8172,2,"339366",9699,"ENSG00000185761","ADAMTSL5","ADAMTS like 5"
-"chr10",134647211,134647690,480,"*","Exon (uc021qbc.1/54777, exon 49 of 58)",10,134598320,134599537,1218,2,"84504",-47674,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
-"chr19",3626939,3626949,11,"*","Promoter (<=1kb)",19,3610627,3626813,16187,2,"58509",-126,"ENSG00000105298","CACTIN","cactin, spliceosome C complex subunit"
-"chr22",20286406,20286845,440,"*","Distal Intergenic",22,20301761,20307628,5868,2,"85359",20783,"ENSG00000128185","DGCR6L","DiGeorge syndrome critical region gene 6-like"
-"chr16",2198027,2198032,6,"*","Promoter (<=1kb)",16,2198145,2204141,5997,1,"25837",-113,"ENSG00000167964","RAB26","RAB26, member RAS oncogene family"
-"chr3",17783421,17783427,7,"*","Promoter (<=1kb)",3,17198654,17784240,585587,2,"9779",813,"ENSG00000131374","TBC1D5","TBC1 domain family member 5"
-"chr2",242211290,242211326,37,"*","Intron (uc002waz.3/3069, intron 27 of 27)",2,242254723,242293441,38719,1,"4735",-43397,"ENSG00000168385","SEPT2","septin 2"
-"chr2",167232363,167232597,235,"*","Promoter (<=1kb)",2,167051697,167232497,180801,2,"6335",0,"ENSG00000169432","SCN9A","sodium voltage-gated channel alpha subunit 9"
-"chr14",97925116,97925241,126,"*","Exon (uc001yfu.3/uc001yfu.3, exon 1 of 3)",14,98098984,98152995,54012,2,"100129345",227754,"ENSG00000197176","LOC100129345","uncharacterized LOC100129345"
-"chr19",58549711,58549906,196,"*","3' UTR",19,58545434,58565999,20566,1,"284312",4277,"ENSG00000152467","ZSCAN1","zinc finger and SCAN domain containing 1"
-"chr1",202208017,202208040,24,"*","Intron (uc001gxu.3/59352, intron 4 of 17)",1,202163118,202288889,125772,1,"59352",44899,"ENSG00000133067","LGR6","leucine-rich repeat containing G protein-coupled receptor 6"
-"chr12",49453322,49453590,269,"*","Distal Intergenic",12,49412758,49449107,36350,2,"8085",-4215,"ENSG00000167548","KMT2D","lysine methyltransferase 2D"
-"chr16",30388914,30389056,143,"*","Promoter (<=1kb)",16,30389633,30411429,21797,1,"197407",-577,"ENSG00000180035","ZNF48","zinc finger protein 48"
-"chr10",102027486,102027489,4,"*","Promoter (<=1kb)",10,101992055,102027437,35383,2,"55280",-49,"ENSG00000095485","CWF19L1","CWF19-like 1, cell cycle control (S. pombe)"
-"chr18",77219192,77219340,149,"*","Intron (uc002lnc.1/4772, intron 6 of 7)",18,77155772,77289323,133552,1,"4772",63420,"ENSG00000131196","NFATC1","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1"
-"chr6",154830513,154831692,1180,"*","Promoter (<=1kb)",6,154726433,154831753,105321,2,"154043",61,"ENSG00000153721","CNKSR3","CNKSR family member 3"
-"chr5",77268331,77268452,122,"*","Distal Intergenic",5,76986995,77072185,85191,2,"6902",-196146,"ENSG00000171530","TBCA","tubulin folding cofactor A"
-"chr18",77794302,77794317,16,"*","Promoter (<=1kb)",18,77794346,77853788,59443,1,"79863",-29,"ENSG00000101546","RBFA","ribosome binding factor A (putative)"
-"chr17",46673862,46674041,180,"*","Promoter (2-3kb)",17,46668619,46671103,2485,2,"3215",-2759,"ENSG00000120075","HOXB5","homeobox B5"
-"chr22",23745028,23745083,56,"*","Promoter (<=1kb)",22,23732792,23744799,12008,2,"150244",-229,NA,"ZDHHC8P1","zinc finger DHHC-type containing 8 pseudogene 1"
-"chr5",137090641,137090964,324,"*","Promoter (<=1kb)",5,137087073,137090039,2967,2,"10949",-602,"ENSG00000177733","HNRNPA0","heterogeneous nuclear ribonucleoprotein A0"
-"chr7",101005784,101005846,63,"*","Promoter (<=1kb)",7,101006122,101202304,196183,1,"136227",-276,"ENSG00000160963","COL26A1","collagen type XXVI alpha 1"
-"chr1",120612147,120612152,6,"*","Promoter (<=1kb)",1,120454176,120612317,158142,2,"4853",165,"ENSG00000134250","NOTCH2","notch 2"
-"chr11",32456864,32457079,216,"*","Promoter (<=1kb)",11,32409322,32457081,47760,2,"7490",2,"ENSG00000184937","WT1","Wilms tumor 1"
-"chr11",2907284,2907289,6,"*","Promoter (<=1kb)",11,2904448,2906995,2548,2,"1028",-289,"ENSG00000129757","CDKN1C","cyclin-dependent kinase inhibitor 1C"
-"chr1",150693464,150693482,19,"*","Promoter (<=1kb)",1,150670535,150693364,22830,2,"84072",-100,"ENSG00000143452","HORMAD1","HORMA domain containing 1"
-"chr1",28919252,28919387,136,"*","Promoter (<=1kb)",1,28918712,28921088,2377,1,"115273",540,"ENSG00000188060","RAB42","RAB42, member RAS oncogene family"
-"chr6",30584222,30584672,451,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1972941,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr9",139916821,139917388,568,"*","5' UTR",9,139921916,139931234,9319,1,"401563",-4528,NA,"C9orf139","chromosome 9 open reading frame 139"
-"chr19",2248302,2249023,722,"*","Promoter (<=1kb)",19,2249113,2252072,2960,1,"268",-90,"ENSG00000104899","AMH","anti-Mullerian hormone"
-"chr3",50606298,50606503,206,"*","Promoter (<=1kb)",3,50606583,50622421,15839,1,"51409",-80,"ENSG00000114735","HEMK1","HemK methyltransferase family member 1"
-"chr5",152869834,152870258,425,"*","Promoter (<=1kb)",5,152869175,153193429,324255,1,"2890",659,"ENSG00000155511","GRIA1","glutamate ionotropic receptor AMPA type subunit 1"
-"chr16",23846920,23847277,358,"*","Promoter (<=1kb)",16,23847300,24231932,384633,1,"5579",-23,"ENSG00000166501","PRKCB","protein kinase C beta"
-"chr16",30582882,30582894,13,"*","Promoter (<=1kb)",16,30581019,30583728,2710,2,"146542",834,"ENSG00000229809","ZNF688","zinc finger protein 688"
-"chr6",32917373,32917411,39,"*","Exon (uc003ocm.2/3108, exon 3 of 5)",6,32605183,32614839,9657,1,"3117",312190,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr2",201171288,201171299,12,"*","Promoter (<=1kb)",2,201170604,201346986,176383,1,"26010",684,"ENSG00000196141","SPATS2L","spermatogenesis associated serine rich 2 like"
-"chr6",30013324,30013586,263,"*","Intron (uc011dme.2/80862, intron 3 of 5)",6,28471073,28483570,12498,2,"257202",-1529754,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr17",80820651,80820709,59,"*","Intron (uc002kfx.1/6904, intron 12 of 24)",17,80787310,80797931,10622,2,"79755",-22720,"ENSG00000141579","ZNF750","zinc finger protein 750"
-"chr7",135194952,135195053,102,"*","Promoter (<=1kb)",7,135046547,135194875,148329,2,"4850",-77,"ENSG00000080802","CNOT4","CCR4-NOT transcription complex subunit 4"
-"chr7",94286425,94286436,12,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",788,"ENSG00000242265","PEG10","paternally expressed 10"
-"chr3",113465743,113465755,13,"*","Promoter (<=1kb)",3,113465866,113530905,65040,1,"523",-111,"ENSG00000114573","ATP6V1A","ATPase H+ transporting V1 subunit A"
-"chr16",71496337,71496687,351,"*","Intron (uc002faj.1/uc002faj.1, intron 1 of 1)",16,71481503,71523217,41715,2,"7571",26530,"ENSG00000167377","ZNF23","zinc finger protein 23"
-"chr1",47903371,47903380,10,"*","Promoter (1-2kb)",1,47901689,47906363,4675,1,"2306",1682,"ENSG00000186564","FOXD2","forkhead box D2"
-"chr16",69139416,69139520,105,"*","Promoter (<=1kb)",16,69139467,69152619,13153,1,"3038",0,"ENSG00000103044","HAS3","hyaluronan synthase 3"
-"chr1",16369395,16369406,12,"*","Intron (uc021ogl.1/1188, intron 1 of 4)",1,16355621,16383821,28201,1,"1188",13774,"ENSG00000184908","CLCNKB","chloride voltage-gated channel Kb"
-"chr19",17357571,17357593,23,"*","Promoter (1-2kb)",19,17342694,17356151,13458,2,"2063",-1420,"ENSG00000160113","NR2F6","nuclear receptor subfamily 2 group F member 6"
-"chr8",119916530,119916546,17,"*","Distal Intergenic",8,119935796,119964383,28588,2,"4982",47837,"ENSG00000164761","TNFRSF11B","tumor necrosis factor receptor superfamily member 11b"
-"chr16",1543642,1543911,270,"*","Promoter (<=1kb)",16,1543352,1560460,17109,1,"9894",290,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr10",103960732,103960916,185,"*","Distal Intergenic",10,103986143,103989344,3202,1,"83401",-25227,"ENSG00000119915","ELOVL3","ELOVL fatty acid elongase 3"
-"chr4",25657951,25658035,85,"*","Promoter (<=1kb)",4,25657435,25680368,22934,1,"10568",516,"ENSG00000157765","SLC34A2","solute carrier family 34 member 2"
-"chr16",57653904,57653917,14,"*","Promoter (<=1kb)",16,57653650,57698944,45295,1,"9289",254,"ENSG00000205336","ADGRG1","adhesion G protein-coupled receptor G1"
-"chr12",133472454,133472595,142,"*","Distal Intergenic",12,133416938,133464204,47267,2,"55743",-8250,"ENSG00000072609","CHFR","checkpoint with forkhead and ring finger domains, E3 ubiquitin protein ligase"
-"chr16",4838559,4838610,52,"*","Promoter (<=1kb)",16,4827615,4838522,10908,2,"124404",-37,"ENSG00000140623","SEPT12","septin 12"
-"chr16",88155545,88155775,231,"*","Distal Intergenic",16,87984238,88110924,126687,1,"54971",171307,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr12",130527038,130527104,67,"*","Promoter (<=1kb)",12,130518357,130526887,8531,2,"100190940",-151,"ENSG00000214039","LOC100190940","uncharacterized LOC100190940"
-"chr20",60791262,60791454,193,"*","Exon (uc002ycf.2/11255, exon 3 of 3)",20,60790017,60795323,5307,2,"11255",3869,"ENSG00000101180","HRH3","histamine receptor H3"
-"chr8",110988071,110988208,138,"*","Promoter (<=1kb)",8,110979233,110988076,8844,2,"27012",0,"ENSG00000164794","KCNV1","potassium voltage-gated channel modifier subfamily V member 1"
-"chr4",48343042,48343250,209,"*","Promoter (<=1kb)",4,48343613,48428215,84603,1,"57606",-363,"ENSG00000109171","SLAIN2","SLAIN motif family member 2"
-"chrX",22981196,22981337,142,"*","Intron (uc031tgz.1/100873065, intron 3 of 5)",23,23018078,23020206,2129,1,"168400",-36741,"ENSG00000184735","DDX53","DEAD-box helicase 53"
-"chr15",28148282,28148383,102,"*","Intron (uc001zbh.4/4948, intron 5 of 23)",15,28000023,28344458,344436,2,"4948",196075,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr8",141248873,141248988,116,"*","Intron (uc003yvj.2/83696, intron 7 of 22)",8,140742586,141468678,726093,2,"83696",219690,"ENSG00000167632","TRAPPC9","trafficking protein particle complex 9"
-"chr22",44708908,44709176,269,"*","Promoter (<=1kb)",22,44639557,44708731,69175,2,"85352",-177,"ENSG00000138944","KIAA1644","KIAA1644"
-"chr12",54718820,54718857,38,"*","Promoter (<=1kb)",12,54718874,54745635,26762,1,"22818",-17,"ENSG00000111481","COPZ1","coatomer protein complex subunit zeta 1"
-"chr6",107809473,107809881,409,"*","Promoter (1-2kb)",6,107811317,107982513,171197,1,"55084",-1436,"ENSG00000112320","SOBP","sine oculis binding protein homolog"
-"chr2",133038927,133039035,109,"*","Distal Intergenic",2,132905164,133015542,110379,2,"554226",-23385,"ENSG00000163046","ANKRD30BL","ankyrin repeat domain 30B-like"
-"chr16",981395,981631,237,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",49687,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr2",119614546,119614967,422,"*","Distal Intergenic",2,119599747,119605759,6013,2,"2019",-8787,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr13",40177062,40177068,7,"*","Promoter (<=1kb)",13,39917029,40177356,260328,2,"10186",288,"ENSG00000183722","LHFP","lipoma HMGIC fusion partner"
-"chr5",180046853,180047251,399,"*","Exon (uc003mlz.4/2324, exon 17 of 30)",5,180017105,180018487,1383,2,"92304",-28366,"ENSG00000161055","SCGB3A1","secretoglobin family 3A member 1"
-"chr17",76037239,76037250,12,"*","Intron (uc002jud.2/57690, intron 3 of 20)",17,76000318,76104916,104599,1,"57690",36921,"ENSG00000078687","TNRC6C","trinucleotide repeat containing 6C"
-"chr1",26608734,26608880,147,"*","Promoter (2-3kb)",1,26606213,26608013,1801,1,"83442",2521,"ENSG00000142669","SH3BGRL3","SH3 domain binding glutamate rich protein like 3"
-"chr11",2436203,2436640,438,"*","Exon (uc001lwm.4/29850, exon 9 of 24)",11,2425746,2444275,18530,2,"29850",7635,"ENSG00000070985","TRPM5","transient receptor potential cation channel subfamily M member 5"
-"chr11",45727888,45727949,62,"*","Distal Intergenic",11,45743858,45746106,2249,1,"100507384",-15909,"ENSG00000254519","LOC100507384","uncharacterized LOC100507384"
-"chr3",40351162,40351750,589,"*","Promoter (<=1kb)",3,40351173,40353915,2743,1,"10289",0,"ENSG00000114784","EIF1B","eukaryotic translation initiation factor 1B"
-"chr1",114642459,114642809,351,"*","Intron (uc021orz.1/148281, intron 4 of 7)",1,114631914,114696472,64559,2,"148281",53663,"ENSG00000134207","SYT6","synaptotagmin 6"
-"chr1",151253911,151254091,181,"*","Promoter (<=1kb)",1,151254094,151264381,10288,1,"57592",-3,"ENSG00000143373","ZNF687","zinc finger protein 687"
-"chr6",54001820,54001847,28,"*","Exon (uc003pcf.2/90523, exon 4 of 12)",6,53883714,54131078,247365,1,"90523",118106,"ENSG00000146147","MLIP","muscular LMNA-interacting protein"
-"chr16",3027920,3028109,190,"*","Promoter (2-3kb)",16,3022792,3030540,7749,2,"9088",2431,"ENSG00000127564","PKMYT1","protein kinase, membrane associated tyrosine/threonine 1"
-"chr15",49103270,49103283,14,"*","Promoter (<=1kb)",15,49030135,49103343,73209,2,"22995",60,"ENSG00000103995","CEP152","centrosomal protein 152kDa"
-"chr4",4577273,4577386,114,"*","Intron (uc003gid.3/100507266, intron 2 of 5)",4,4543858,4712664,168807,1,"100507266",33415,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
-"chr16",3068014,3068085,72,"*","Promoter (<=1kb)",16,3064713,3068188,3476,2,"9074",103,"ENSG00000184697","CLDN6","claudin 6"
-"chr6",33094829,33095030,202,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",453040,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr14",57856929,57857066,138,"*","Promoter (<=1kb)",14,57857271,57879466,22196,1,"122830",-205,"ENSG00000139977","NAA30","N(alpha)-acetyltransferase 30, NatC catalytic subunit"
-"chr7",27184017,27184094,78,"*","Promoter (<=1kb)",7,27180671,27183287,2617,2,"3202",-730,"ENSG00000106004","HOXA5","homeobox A5"
-"chr8",72917363,72917432,70,"*","Intron (uc011lff.2/100132891, intron 4 of 4)",8,72933486,72987819,54334,2,"8989",70387,"ENSG00000104321","TRPA1","transient receptor potential cation channel subfamily A member 1"
-"chr5",13919426,13919449,24,"*","Exon (uc003jfd.2/1767, exon 7 of 79)",5,13690437,13944589,254153,2,"1767",25140,"ENSG00000039139","DNAH5","dynein axonemal heavy chain 5"
-"chr9",34459568,34460044,477,"*","Promoter (<=1kb)",9,34458811,34520982,62172,1,"27019",757,"ENSG00000122735","DNAI1","dynein axonemal intermediate chain 1"
-"chr16",523801,523818,18,"*","Intron (uc002chf.3/9727, intron 3 of 13)",16,475668,572481,96814,1,"9727",48133,"ENSG00000090565","RAB11FIP3","RAB11 family interacting protein 3 (class II)"
-"chr20",62688525,62688717,193,"*","Promoter (<=1kb)",20,62688175,62703700,15526,1,"6919",350,"ENSG00000171703","TCEA2","transcription elongation factor A2"
-"chr14",100705102,100705568,467,"*","Promoter (<=1kb)",14,100705102,100745371,40270,1,"7528",0,"ENSG00000100811","YY1","YY1 transcription factor"
-"chr4",164074155,164074320,166,"*","Intron (uc010iqw.1/92345, intron 6 of 7)",4,164047860,164088073,40214,2,"92345",13753,"ENSG00000145414","NAF1","nuclear assembly factor 1 ribonucleoprotein"
-"chr11",110167543,110167546,4,"*","Promoter (<=1kb)",11,110045605,110167437,121833,2,"5962",-106,"ENSG00000137710","RDX","radixin"
-"chr6",30312981,30312987,7,"*","Exon (uc003nqe.2/79897, exon 1 of 5)",6,28471073,28483570,12498,2,"257202",-1829411,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",1813748,1813987,240,"*","Exon (uc002cmk.3/23162, exon 17 of 32)",16,1820321,1821710,1390,2,"4832",7723,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
-"chr11",128712369,128712462,94,"*","5' UTR",11,128707909,128737268,29360,2,"3758",24806,"ENSG00000151704","KCNJ1","potassium voltage-gated channel subfamily J member 1"
-"chr14",21341823,21342066,244,"*","Distal Intergenic",14,21359562,21360507,946,1,"6037",-17496,"ENSG00000169397","RNASE3","ribonuclease A family member 3"
-"chr17",75084233,75084627,395,"*","Promoter (<=1kb)",17,75084725,75213181,128457,1,"6397",-98,"ENSG00000129657","SEC14L1","SEC14 like lipid binding 1"
-"chr19",2227381,2227651,271,"*","Intron (uc002lvb.4/84444, intron 27 of 27)",19,2234061,2234148,88,2,"100302283",6497,"ENSG00000221411","MIR1227","microRNA 1227"
-"chr4",71200535,71200703,169,"*","Promoter (<=1kb)",4,71200671,71202833,2163,1,"85438",0,"ENSG00000145309","CABS1","calcium binding protein, spermatid associated 1"
-"chr1",155197511,155197644,134,"*","Intron (uc021pau.2/2630, intron 1 of 1)",1,155183616,155208441,24826,2,"2630",10797,"ENSG00000160766","GBAP1","glucosidase, beta, acid pseudogene 1"
-"chr15",38856293,38856528,236,"*","Promoter (<=1kb)",15,38780302,38857007,76706,2,"10125",479,"ENSG00000172575","RASGRP1","RAS guanyl releasing protein 1"
-"chr16",87588683,87588845,163,"*","Distal Intergenic",16,87635441,87731761,96321,1,"57338",-46596,"ENSG00000154118","JPH3","junctophilin 3"
-"chr10",106093670,106093694,25,"*","Intron (uc001kyg.4/85450, intron 1 of 1)",10,106069454,106098251,28798,2,"85450",4557,"ENSG00000148841","ITPRIP","inositol 1,4,5-trisphosphate receptor interacting protein"
-"chr8",12612811,12612870,60,"*","Promoter (<=1kb)",8,12579406,12612992,33587,2,"91694",122,"ENSG00000154359","LONRF1","LON peptidase N-terminal domain and ring finger 1"
-"chr19",17799328,17799384,57,"*","Promoter (<=1kb)",19,17712137,17799050,86914,2,"23025",-278,"ENSG00000130477","UNC13A","unc-13 homolog A (C. elegans)"
-"chr19",10259606,10259609,4,"*","Exon (uc002mng.3/1786, exon 26 of 40)",19,10225690,10230599,4910,2,"8666",-29007,"ENSG00000130811","EIF3G","eukaryotic translation initiation factor 3 subunit G"
-"chr11",2465201,2465279,79,"*","Promoter (<=1kb)",11,2466221,2870340,404120,1,"3784",-942,"ENSG00000053918","KCNQ1","potassium voltage-gated channel subfamily Q member 1"
-"chr15",40762993,40763025,33,"*","Promoter (<=1kb)",15,40763160,40765357,2198,1,"113189",-135,"ENSG00000169105","CHST14","carbohydrate sulfotransferase 14"
-"chr5",88179379,88179448,70,"*","Intron (uc003kjl.3/4208, intron 10 of 11)",5,88014058,88199922,185865,2,"4208",20474,"ENSG00000081189","MEF2C","myocyte enhancer factor 2C"
-"chr11",44970723,44971001,279,"*","Promoter (1-2kb)",11,44953899,44972857,18959,2,"9537",1856,"ENSG00000175274","TP53I11","tumor protein p53 inducible protein 11"
-"chr1",155910523,155910526,4,"*","Promoter (<=1kb)",1,155911480,155912625,1146,1,"339403",-954,"ENSG00000173080","RXFP4","relaxin/insulin-like family peptide receptor 4"
-"chr16",23689705,23689802,98,"*","Promoter (<=1kb)",16,23690201,23701688,11488,1,"5347",-399,"ENSG00000166851","PLK1","polo like kinase 1"
-"chr2",71205637,71205891,255,"*","Promoter (<=1kb)",2,71205575,71212629,7055,1,"79998",62,"ENSG00000144031","ANKRD53","ankyrin repeat domain 53"
-"chr1",100435412,100435437,26,"*","Promoter (<=1kb)",1,100435345,100492534,57190,1,"23443",67,"ENSG00000117620","SLC35A3","solute carrier family 35 member A3"
-"chr22",30752536,30752543,8,"*","Promoter (<=1kb)",22,30752627,30772818,20192,1,"550631",-84,"ENSG00000187860","CCDC157","coiled-coil domain containing 157"
-"chr12",121123972,121124359,388,"*","Promoter (<=1kb)",12,121124949,121139667,14719,1,"9761",-590,"ENSG00000110917","MLEC","malectin"
-"chr5",176734745,176734858,114,"*","5' UTR",5,176730763,176733960,3198,1,"27166",3982,"ENSG00000169230","PRELID1","PRELI domain containing 1"
-"chr19",58666161,58666408,248,"*","Promoter (<=1kb)",19,58637619,58666477,28859,2,"79673",69,"ENSG00000181894","ZNF329","zinc finger protein 329"
-"chr6",167370587,167370648,62,"*","Promoter (<=1kb)",6,167343004,167370679,27676,2,"8635",31,"ENSG00000026297","RNASET2","ribonuclease T2"
-"chr11",46265134,46265393,260,"*","Distal Intergenic",11,46299228,46342972,43745,1,"90993",-33835,"ENSG00000157613","CREB3L1","cAMP responsive element binding protein 3-like 1"
-"chr10",134358082,134358273,192,"*","Intron (uc001llo.1/3632, intron 1 of 12)",10,134351353,134596984,245632,1,"3632",6729,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
-"chr1",68149989,68150145,157,"*","Promoter (<=1kb)",1,68150860,68154021,3162,1,"1647",-715,"ENSG00000116717","GADD45A","growth arrest and DNA damage inducible alpha"
-"chr2",175199741,175199803,63,"*","Promoter (<=1kb)",2,175199821,175202268,2448,1,"100131390",-18,"ENSG00000217236","SP9","Sp9 transcription factor"
-"chr11",15671837,15671883,47,"*","Distal Intergenic",11,15133970,15268756,134787,1,"387755",537867,"ENSG00000188487","INSC","inscuteable homolog (Drosophila)"
-"chr16",982031,982386,356,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",48932,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr6",32153115,32153575,461,"*","3' UTR",6,32485154,32557613,72460,2,"3127",404038,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr22",35670360,35670551,192,"*","Intron (uc003ank.3/10042, intron 6 of 11)",22,35653445,35691800,38356,1,"10042",16915,"ENSG00000100281","HMGXB4","HMG-box containing 4"
-"chr2",26542115,26542188,74,"*","Intron (uc002rhb.1/165082, intron 14 of 14)",2,26568954,26618759,49806,1,"85465",-26766,"ENSG00000138018","EPT1","ethanolaminephosphotransferase 1"
-"chr12",54089247,54089438,192,"*","Distal Intergenic",12,54058944,54070512,11569,2,"517",-18735,"ENSG00000135390","ATP5G2","ATP synthase, H+ transporting, mitochondrial Fo complex subunit C2 (subunit 9)"
-"chr2",128991052,128991244,193,"*","Distal Intergenic",2,129023054,129076171,53118,2,"9394",84927,"ENSG00000136720","HS6ST1","heparan sulfate 6-O-sulfotransferase 1"
-"chr19",685252,685654,403,"*","3' UTR",19,676389,683392,7004,1,"10272",8863,"ENSG00000070404","FSTL3","follistatin like 3"
-"chr16",2110688,2111046,359,"*","Exon (uc002con.3/7249, exon 11 of 42)",16,2097990,2138713,40724,1,"7249",12698,"ENSG00000103197","TSC2","tuberous sclerosis 2"
-"chr16",30441409,30441674,266,"*","Promoter (<=1kb)",16,30435019,30441373,6355,2,"79077",-36,"ENSG00000179958","DCTPP1","dCTP pyrophosphatase 1"
-"chr16",1825888,1826040,153,"*","Promoter (2-3kb)",16,1823229,1826340,3112,1,"197342",2659,"ENSG00000197774","EME2","essential meiotic structure-specific endonuclease subunit 2"
-"chr4",46391694,46391728,35,"*","Promoter (<=1kb)",4,46251581,46392421,140841,2,"2555",693,"ENSG00000151834","GABRA2","gamma-aminobutyric acid type A receptor alpha2 subunit"
-"chr8",41542140,41542172,33,"*","Exon (uc003xoh.3/286, exon 21 of 27)",8,41517959,41518026,68,2,"619554",-24114,NA,"MIR486-1","microRNA 486-1"
-"chr16",3931229,3931238,10,"*","Promoter (1-2kb)",16,3775056,3930121,155066,2,"1387",-1108,"ENSG00000005339","CREBBP","CREB binding protein"
-"chr11",63374063,63374138,76,"*","Intron (uc001nxh.2/11145, intron 3 of 3)",11,63341944,63381941,39998,2,"11145",7803,"ENSG00000176485","PLA2G16","phospholipase A2 group XVI"
-"chr16",57318568,57318697,130,"*","Promoter (<=1kb)",16,57290009,57318584,28576,2,"51090",0,"ENSG00000102934","PLLP","plasmolipin"
-"chr12",102872603,102872937,335,"*","Promoter (1-2kb)",12,102789645,102874378,84734,2,"3479",1441,"ENSG00000017427","IGF1","insulin like growth factor 1"
-"chr6",28602697,28602791,95,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119127,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr15",37403242,37403256,15,"*","Distal Intergenic",15,37183222,37393500,210279,2,"4212",-9742,"ENSG00000134138","MEIS2","Meis homeobox 2"
-"chr17",40330366,40330859,494,"*","Promoter (2-3kb)",17,40308910,40333296,24387,2,"23415",2437,"ENSG00000089558","KCNH4","potassium voltage-gated channel subfamily H member 4"
-"chr2",17935919,17936376,458,"*","Promoter (<=1kb)",2,17935177,17966632,31456,1,"348654",742,"ENSG00000178295","GEN1","GEN1, Holliday junction 5' flap endonuclease"
-"chr2",121745872,121746027,156,"*","Exon (uc002tmq.1/2736, exon 10 of 11)",2,121493199,121750229,257031,1,"2736",252673,"ENSG00000074047","GLI2","GLI family zinc finger 2"
-"chr11",64323400,64323816,417,"*","Promoter (<=1kb)",11,64323098,64338999,15902,1,"55867",302,"ENSG00000168065","SLC22A11","solute carrier family 22 member 11"
-"chr11",101918256,101918403,148,"*","Promoter (<=1kb)",11,101918169,101955291,37123,1,"85016",87,"ENSG00000137691","C11orf70","chromosome 11 open reading frame 70"
-"chr4",6695203,6695377,175,"*","Promoter (<=1kb)",4,6695566,6698897,3332,1,"6286",-189,"ENSG00000163993","S100P","S100 calcium binding protein P"
-"chr2",207024755,207024980,226,"*","Promoter (<=1kb)",2,207024318,207027653,3336,1,"1933",437,"ENSG00000114942","EEF1B2","eukaryotic translation elongation factor 1 beta 2"
-"chr10",94449519,94449797,279,"*","Promoter (<=1kb)",10,94449681,94455408,5728,1,"3087",0,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
-"chr7",819902,820298,397,"*","Intron (uc003siz.2/54919, intron 12 of 12)",7,855194,914557,59364,1,"23353",-34896,"ENSG00000164828","SUN1","Sad1 and UNC84 domain containing 1"
-"chr19",10765084,10765229,146,"*","Promoter (<=1kb)",19,10764937,10803095,38159,1,"3609",147,"ENSG00000129351","ILF3","interleukin enhancer binding factor 3"
-"chr22",19005208,19005524,317,"*","Promoter (<=1kb)",22,19005347,19007761,2415,1,"25787",0,"ENSG00000273032","DGCR9","DiGeorge syndrome critical region gene 9 (non-protein coding)"
-"chr20",35374650,35374699,50,"*","Promoter (<=1kb)",20,35280169,35374541,94373,2,"57446",-109,"ENSG00000101079","NDRG3","NDRG family member 3"
-"chr14",94158129,94158130,2,"*","Exon (uc001ybs.1/57578, exon 47 of 50)",14,94184644,94254766,70123,2,"145270",96636,"ENSG00000175785","PRIMA1","proline rich membrane anchor 1"
-"chr1",27986258,27986375,118,"*","Distal Intergenic",1,27992572,27998724,6153,2,"2537",12349,"ENSG00000126709","IFI6","interferon, alpha-inducible protein 6"
-"chr1",47902227,47902310,84,"*","Promoter (<=1kb)",1,47901689,47906363,4675,1,"2306",538,"ENSG00000186564","FOXD2","forkhead box D2"
-"chr16",67515036,67515055,20,"*","Promoter (<=1kb)",16,67471917,67515089,43173,2,"9114",34,"ENSG00000159720","ATP6V0D1","ATPase H+ transporting V0 subunit d1"
-"chr16",15951809,15952274,466,"*","Promoter (<=1kb)",16,15796992,15950887,153896,2,"4629",-922,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
-"chr16",88564747,88564934,188,"*","Intron (uc002fkv.3/161882, intron 3 of 9)",16,88535326,88535439,114,1,"100847057",29421,"ENSG00000263456","MIR5189","microRNA 5189"
-"chr10",13390384,13390394,11,"*","Promoter (<=1kb)",10,13359438,13390298,30861,2,"22929",-86,"ENSG00000086475","SEPHS1","selenophosphate synthetase 1"
-"chr7",150037842,150037940,99,"*","Promoter (<=1kb)",7,150035407,150038763,3357,2,"5919",823,"ENSG00000106538","RARRES2","retinoic acid receptor responder (tazarotene induced) 2"
-"chr1",149224641,149224669,29,"*","Distal Intergenic",1,149279476,149291742,12267,1,"388692",-54807,"ENSG00000272419","LOC388692","uncharacterized LOC388692"
-"chr1",40781708,40781776,69,"*","Promoter (1-2kb)",1,40766163,40783060,16898,2,"1298",1284,"ENSG00000049089","COL9A2","collagen type IX alpha 2"
-"chr13",112187165,112187343,179,"*","Distal Intergenic",13,111973015,111996594,23580,1,"121793",214150,"ENSG00000153495","TEX29","testis expressed 29"
-"chr2",162101262,162101458,197,"*","Exon (uc002ubt.1/uc002ubt.1, exon 1 of 2)",2,162164786,162268228,103443,1,"10213",-63328,"ENSG00000115233","PSMD14","proteasome 26S subunit, non-ATPase 14"
-"chr10",134359311,134359618,308,"*","Intron (uc001llo.1/3632, intron 1 of 12)",10,134351353,134596984,245632,1,"3632",7958,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
-"chr20",60982411,60982474,64,"*","Promoter (<=1kb)",20,60963686,60982339,18654,2,"81928",-72,"ENSG00000149679","CABLES2","Cdk5 and Abl enzyme substrate 2"
-"chr6",167536063,167536069,7,"*","Intron (uc003qvl.3/1235, intron 10 of 12)",6,167570360,167571319,960,2,"2853",35250,"ENSG00000120436","GPR31","G protein-coupled receptor 31"
-"chr15",89089587,89089914,328,"*","Promoter (<=1kb)",15,89054786,89089912,35127,2,"55070",0,"ENSG00000140543","DET1","de-etiolated homolog 1 (Arabidopsis)"
-"chr17",10741562,10741955,394,"*","Promoter (<=1kb)",17,10725792,10741418,15627,2,"644139",-144,"ENSG00000233670","PIRT","phosphoinositide-interacting regulator of transient receptor potential channels"
-"chr22",41185235,41185415,181,"*","Intron (uc003azc.3/10478, intron 5 of 8)",22,41209887,41209962,76,2,"100616283",24547,"ENSG00000266594","MIR4766","microRNA 4766"
-"chr16",718066,718075,10,"*","Promoter (<=1kb)",16,718083,724174,6092,1,"89941",-8,"ENSG00000140983","RHOT2","ras homolog family member T2"
-"chr16",30205998,30206028,31,"*","Promoter (<=1kb)",16,29454226,30205627,751402,2,"552900",-371,"ENSG00000183336","BOLA2","bolA family member 2"
-"chr10",131813078,131813343,266,"*","Distal Intergenic",10,131633496,131762091,128596,2,"253738",-50987,"ENSG00000108001","EBF3","early B-cell factor 3"
-"chr17",1956916,1956925,10,"*","Promoter (<=1kb)",17,1957448,1962981,5534,1,"3090",-523,"ENSG00000177374","HIC1","hypermethylated in cancer 1"
-"chr7",132261328,132261393,66,"*","Intron (uc003vrb.3/91584, intron 3 of 4)",7,131808091,132333447,525357,2,"91584",72054,"ENSG00000221866","PLXNA4","plexin A4"
-"chr2",875461,875946,486,"*","Distal Intergenic",2,779837,864112,84276,2,"339822",-11349,"ENSG00000237667","LINC01115","long intergenic non-protein coding RNA 1115"
-"chr6",33386040,33386042,3,"*","5' UTR",6,33540323,33548070,7748,2,"578",162028,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr10",63213192,63213339,148,"*","Promoter (<=1kb)",10,63166401,63213208,46808,2,"219623",0,"ENSG00000196932","TMEM26","transmembrane protein 26"
-"chr3",238883,239140,258,"*","Promoter (<=1kb)",3,238279,451097,212819,1,"10752",604,"ENSG00000134121","CHL1","cell adhesion molecule L1 like"
-"chr3",49158443,49158462,20,"*","Promoter (<=1kb)",3,49145479,49158371,12893,2,"10869",-72,"ENSG00000172046","USP19","ubiquitin specific peptidase 19"
-"chr5",502523,502872,350,"*","Intron (uc003jbe.2/6550, intron 16 of 16)",5,473334,524549,51216,2,"6550",21677,"ENSG00000066230","SLC9A3","solute carrier family 9 member A3"
-"chrX",47004411,47004528,118,"*","Promoter (<=1kb)",23,47001615,47004609,2995,2,"54539",81,"ENSG00000147123","NDUFB11","NADH:ubiquinone oxidoreductase subunit B11"
-"chr11",118480977,118481302,326,"*","Intron (uc001ptr.2/23187, intron 1 of 23)",11,118477213,118528748,51536,1,"23187",3764,"ENSG00000019144","PHLDB1","pleckstrin homology like domain family B member 1"
-"chr16",18995250,18995484,235,"*","Promoter (<=1kb)",16,18995256,19075262,80007,1,"79905",0,"ENSG00000170537","TMC7","transmembrane channel like 7"
-"chr7",91510150,91510266,117,"*","Promoter (<=1kb)",7,91431460,91510016,78557,2,"7978",-134,"ENSG00000127989","MTERF1","mitochondrial transcription termination factor 1"
-"chr15",26108615,26108642,28,"*","Promoter (1-2kb)",15,25923860,26110317,186458,2,"57194",1675,"ENSG00000206190","ATP10A","ATPase phospholipid transporting 10A (putative)"
-"chr15",28356567,28356800,234,"*","3' UTR",15,28000023,28344458,344436,2,"4948",-12109,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr18",77171824,77172069,246,"*","Intron (uc002lnc.1/4772, intron 2 of 7)",18,77155772,77289323,133552,1,"4772",16052,"ENSG00000131196","NFATC1","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1"
-"chr16",2765572,2765589,18,"*","Intron (uc002crf.3/83886, intron 3 of 5)",16,2762423,2770552,8130,2,"83886",4963,"ENSG00000172382","PRSS27","protease, serine 27"
-"chrX",57161946,57162307,362,"*","Promoter (1-2kb)",23,57162083,57164058,1976,2,"54466",1751,"ENSG00000147059","SPIN2A","spindlin family member 2A"
-"chr5",68788421,68788893,473,"*","Promoter (<=1kb)",5,68788119,68853931,65813,1,"100506658",302,"ENSG00000197822","OCLN","occludin"
-"chr17",80551495,80551747,253,"*","Exon (uc002kfo.3/3607, exon 1 of 4)",17,80572438,80606411,33974,2,"56270",54664,"ENSG00000141580","WDR45B","WD repeat domain 45B"
-"chr17",29876732,29877168,437,"*","Exon (uc021tuo.1/uc021tuo.1, exon 1 of 1)",17,29887015,29887102,88,1,"406968",-9847,"ENSG00000207614","MIR193A","microRNA 193a"
-"chr19",4791363,4791504,142,"*","Promoter (<=1kb)",19,4791728,4795571,3844,1,"55527",-224,"ENSG00000141965","FEM1A","fem-1 homolog a (C. elegans)"
-"chr20",17662968,17663264,297,"*","Promoter (<=1kb)",20,17594323,17662928,68606,2,"6238",-40,"ENSG00000125844","RRBP1","ribosome binding protein 1"
-"chr13",81229310,81229444,135,"*","Distal Intergenic",13,80910112,80915086,4975,2,"10253",-314224,"ENSG00000136158","SPRY2","sprouty RTK signaling antagonist 2"
-"chr16",66914426,66914781,356,"*","Promoter (<=1kb)",16,66914383,66925002,10620,1,"57546",43,"ENSG00000172840","PDP2","pyruvate dehyrogenase phosphatase catalytic subunit 2"
-"chr5",1865501,1865662,162,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",21631,"ENSG00000113430","IRX4","iroquois homeobox 4"
-"chr15",28339873,28340112,240,"*","Intron (uc001zbh.4/4948, intron 23 of 23)",15,28000023,28344458,344436,2,"4948",4346,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr19",49403501,49403890,390,"*","Promoter (<=1kb)",19,49403307,49426540,23234,1,"4924",194,"ENSG00000104805","NUCB1","nucleobindin 1"
-"chr1",91316825,91317001,177,"*","Intron (uc001dnu.2/uc001dnu.2, intron 1 of 1)",1,91177579,91182794,5216,2,"343472",-134031,"ENSG00000143032","BARHL2","BarH like homeobox 2"
-"chr16",55690825,55691054,230,"*","Promoter (1-2kb)",16,55689542,55740104,50563,1,"6530",1283,"ENSG00000103546","SLC6A2","solute carrier family 6 member 2"
-"chr11",115631290,115631341,52,"*","Promoter (<=1kb)",11,115626051,115631345,5295,2,"283143",4,NA,"LINC00900","long intergenic non-protein coding RNA 900"
-"chr22",29999883,29999921,39,"*","Promoter (<=1kb)",22,29999545,30094589,95045,1,"4771",338,"ENSG00000186575","NF2","neurofibromin 2 (merlin)"
-"chr17",8191877,8191958,82,"*","Promoter (<=1kb)",17,8191969,8193409,1441,1,"29098",-11,"ENSG00000108961","RANGRF","RAN guanine nucleotide release factor"
-"chr9",130699885,130700265,381,"*","Promoter (<=1kb)",9,130697374,130700763,3390,2,"8818",498,"ENSG00000136908","DPM2","dolichyl-phosphate mannosyltransferase polypeptide 2, regulatory subunit"
-"chr16",3551169,3551320,152,"*","Promoter (<=1kb)",16,3550945,3589051,38107,1,"23059",224,"ENSG00000103351","CLUAP1","clusterin associated protein 1"
-"chr19",17462407,17462862,456,"*","3' UTR",19,17445791,17453540,7750,1,"84705",16616,"ENSG00000130299","GTPBP3","GTP binding protein 3 (mitochondrial)"
-"chr16",50058890,50059017,128,"*","Promoter (<=1kb)",16,50059189,50070999,11811,1,"255919",-172,"ENSG00000205423","CNEP1R1","CTD nuclear envelope phosphatase 1 regulatory subunit 1"
-"chr16",21566241,21566385,145,"*","Intron (uc021tel.1/uc021tel.1, intron 2 of 3)",16,21415198,21531765,116568,2,"100271836",-34476,"ENSG00000180747","SMG1P3","SMG1 pseudogene 3"
-"chr15",45406534,45406654,121,"*","Promoter (<=1kb)",15,45406523,45410301,3779,1,"405753",11,"ENSG00000140274","DUOXA2","dual oxidase maturation factor 2"
-"chrX",153284911,153285118,208,"*","Promoter (<=1kb)",23,153275957,153285342,9386,2,"3654",224,"ENSG00000184216","IRAK1","interleukin 1 receptor associated kinase 1"
-"chr17",53046073,53046101,29,"*","Promoter (<=1kb)",17,53029259,53046064,16806,2,"1353",-9,"ENSG00000166260","COX11","COX11 cytochrome c oxidase copper chaperone"
-"chr14",105033283,105033467,185,"*","Distal Intergenic",14,105046056,105056183,10128,1,"400258",-12589,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
-"chr1",22190958,22191315,358,"*","Intron (uc001bfj.3/3339, intron 61 of 96)",1,22138758,22151714,12957,1,"401944",52200,"ENSG00000187942","LDLRAD2","low density lipoprotein receptor class A domain containing 2"
-"chr19",18885810,18885947,138,"*","Intron (uc002nkb.4/23373, intron 12 of 13)",19,18893583,18902114,8532,2,"1311",16167,"ENSG00000105664","COMP","cartilage oligomeric matrix protein"
-"chr11",63827647,63827991,345,"*","Intron (uc001nyh.3/28992, intron 8 of 10)",11,63871362,63886645,15284,1,"23769",-43371,"ENSG00000126500","FLRT1","fibronectin leucine rich transmembrane protein 1"
-"chr12",109234911,109235071,161,"*","Intron (uc001tnm.3/54434, intron 13 of 14)",12,109176466,109251359,74894,2,"54434",16288,"ENSG00000084112","SSH1","slingshot protein phosphatase 1"
-"chr7",111846526,111846539,14,"*","Promoter (<=1kb)",7,111366164,111846462,480299,2,"9732",-64,"ENSG00000128512","DOCK4","dedicator of cytokinesis 4"
-"chr19",41782108,41782135,28,"*","Exon (uc002opz.4/11100, exon 5 of 15)",19,41768391,41813811,45421,1,"11100",13717,"ENSG00000105323","HNRNPUL1","heterogeneous nuclear ribonucleoprotein U-like 1"
-"chr8",98636661,98636727,67,"*","Distal Intergenic",8,98656407,98742488,86082,1,"92140",-19680,"ENSG00000147649","MTDH","metadherin"
-"chr4",117220421,117220873,453,"*","Promoter (<=1kb)",4,117220881,117220924,44,1,"100302290",-8,NA,"MIR1973","microRNA 1973"
-"chr19",57989182,57989282,101,"*","Promoter (<=1kb)",19,57980954,57988938,7985,2,"400720",-244,"ENSG00000197128","ZNF772","zinc finger protein 772"
-"chr1",30559051,30559124,74,"*","Distal Intergenic",1,31191619,31199593,7975,1,"100129196",-632495,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
-"chr10",133978304,133978402,99,"*","Intron (uc001lkx.4/282973, intron 20 of 23)",10,134000414,134019280,18867,1,"10570",-22012,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
-"chr11",57424236,57424401,166,"*","Promoter (<=1kb)",11,57425216,57429337,4122,1,"10978",-815,"ENSG00000172409","CLP1","cleavage and polyadenylation factor I subunit 1"
-"chr1",1243621,1244308,688,"*","Promoter (<=1kb)",1,1243994,1247057,3064,1,"126789",0,"ENSG00000169972","PUSL1","pseudouridylate synthase-like 1"
-"chr16",86527875,86528625,751,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",13841,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
-"chr10",133606378,133606444,67,"*","Exon (uc021qba.1/399827, exon 4 of 5)",10,133604734,133622535,17802,2,"399827",16091,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
-"chr13",101109072,101109204,133,"*","Intron (uc001voo.3/5095, intron 21 of 23)",13,101116691,101133269,16579,2,"100885777",24065,NA,"PCCA-AS1","PCCA antisense RNA 1"
-"chr19",5245976,5246000,25,"*","Exon (uc002mbu.1/5802, exon 7 of 31)",19,5158506,5340814,182309,2,"5802",94814,"ENSG00000105426","PTPRS","protein tyrosine phosphatase, receptor type S"
-"chr2",133090203,133090299,97,"*","Distal Intergenic",2,132905164,133015542,110379,2,"554226",-74661,"ENSG00000163046","ANKRD30BL","ankyrin repeat domain 30B-like"
-"chr8",134309039,134309453,415,"*","Promoter (<=1kb)",8,134249414,134309547,60134,2,"10397",94,"ENSG00000104419","NDRG1","N-myc downstream regulated 1"
-"chr16",69344975,69345019,45,"*","Promoter (<=1kb)",16,69345287,69358946,13660,1,"27183",-268,"ENSG00000132612","VPS4A","vacuolar protein sorting 4 homolog A (S. cerevisiae)"
-"chr6",30043858,30043954,97,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1560288,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrX",152161930,152161956,27,"*","Promoter (<=1kb)",23,152157368,152162671,5304,2,"114824",715,"ENSG00000198883","PNMA5","paraneoplastic Ma antigen family member 5"
-"chr10",44071167,44071320,154,"*","Promoter (1-2kb)",10,44051793,44070066,18274,2,"8187",-1101,"ENSG00000196793","ZNF239","zinc finger protein 239"
-"chr9",140725539,140725850,312,"*","Intron (uc011mfc.2/79813, intron 25 of 26)",9,140732871,140732968,98,1,"693187",-7021,"ENSG00000207693","MIR602","microRNA 602"
-"chr19",22018953,22018958,6,"*","5' UTR",19,21987751,22034870,47120,2,"7594",15912,"ENSG00000198521","ZNF43","zinc finger protein 43"
-"chr8",56368042,56368202,161,"*","Promoter (<=1kb)",8,56361757,56367881,6125,2,"100133234",-161,"ENSG00000248522","SBF1P1","SET binding factor 1 pseudogene 1"
-"chrX",99665951,99666116,166,"*","Promoter (<=1kb)",23,99546642,99665271,118630,2,"57526",-680,"ENSG00000165194","PCDH19","protocadherin 19"
-"chr12",54430684,54430991,308,"*","Promoter (2-3kb)",12,54427734,54427829,96,1,"693200",2950,"ENSG00000207571","MIR615","microRNA 615"
-"chr15",93587653,93588137,485,"*","3' UTR",15,93586636,93632443,45808,2,"56963",44306,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
-"chr16",4386844,4386944,101,"*","Exon (uc002cwc.1/84662, exon 6 of 6)",16,4382216,4389598,7383,1,"84662",4628,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
-"chr4",139163487,139163732,246,"*","Promoter (<=1kb)",4,139085248,139163503,78256,2,"23657",0,"ENSG00000151012","SLC7A11","solute carrier family 7 member 11"
-"chr16",88017838,88017985,148,"*","Exon (uc002fko.1/54971, exon 3 of 8)",16,87984238,88110924,126687,1,"54971",33600,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr6",30071412,30071448,37,"*","Exon (uc003npg.1/11074, exon 9 of 9)",6,28471073,28483570,12498,2,"257202",-1587842,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr8",30770174,30770617,444,"*","Distal Intergenic",8,30689060,30706533,17474,2,"56154",-63641,"ENSG00000133863","TEX15","testis expressed 15"
-"chr1",47799633,47799638,6,"*","Promoter (<=1kb)",1,47799469,47844511,45043,1,"51727",164,"ENSG00000162368","CMPK1","cytidine/uridine monophosphate kinase 1"
-"chr8",9760869,9760877,9,"*","Promoter (<=1kb)",8,9757574,9760839,3266,2,"157627",-30,"ENSG00000253230","LINC00599","long intergenic non-protein coding RNA 599"
-"chr3",27762588,27762757,170,"*","Promoter (1-2kb)",3,27757440,27764206,6767,2,"8320",1449,"ENSG00000163508","EOMES","eomesodermin"
-"chr2",86789845,86790039,195,"*","Promoter (<=1kb)",2,86730553,86790620,60068,2,"51652",581,"ENSG00000115561","CHMP3","charged multivesicular body protein 3"
-"chr19",1479299,1479310,12,"*","Promoter (<=1kb)",19,1461762,1479228,17467,2,"148223",-71,"ENSG00000119559","C19orf25","chromosome 19 open reading frame 25"
-"chr19",19322770,19322854,85,"*","Promoter (<=1kb)",19,19322782,19363061,40280,1,"1463",0,"ENSG00000130287","NCAN","neurocan"
-"chr1",155214527,155214731,205,"*","Promoter (<=1kb)",1,155204239,155214653,10415,2,"2629",0,"ENSG00000177628","GBA","glucosidase, beta, acid"
-"chr3",127175002,127175109,108,"*","Distal Intergenic",3,127291907,127309602,17696,2,"131601",134493,"ENSG00000163870","TPRA1","transmembrane protein adipocyte associated 1"
-"chr16",1536078,1536238,161,"*","Promoter (2-3kb)",16,1535940,1538468,2529,2,"390667",2230,"ENSG00000251692","PTX4","pentraxin 4"
-"chr5",121413977,121413981,5,"*","Promoter (<=1kb)",5,121398890,121414055,15166,2,"4015",74,"ENSG00000113083","LOX","lysyl oxidase"
-"chr12",322924,322935,12,"*","Promoter (<=1kb)",12,299243,323371,24129,2,"6539",436,"ENSG00000111181","SLC6A12","solute carrier family 6 member 12"
-"chr15",50474163,50474182,20,"*","Promoter (<=1kb)",15,50474393,50528589,54197,1,"11001",-211,"ENSG00000140284","SLC27A2","solute carrier family 27 member 2"
-"chr19",51142835,51142933,99,"*","Promoter (<=1kb)",19,51125234,51143092,17859,2,"84258",159,"ENSG00000213023","SYT3","synaptotagmin 3"
-"chr1",110881531,110881772,242,"*","Promoter (<=1kb)",1,110828999,110881793,52795,2,"440600",21,"ENSG00000227963","LOC440600","uncharacterized LOC440600"
-"chr19",991113,991311,199,"*","Exon (uc002lqm.1/57418, exon 6 of 10)",19,984328,994569,10242,1,"57418",6785,"ENSG00000065268","WDR18","WD repeat domain 18"
-"chr10",71906516,71906521,6,"*","Promoter (<=1kb)",10,71897737,71906496,8760,2,"219743",-20,"ENSG00000156521","TYSND1","trypsin domain containing 1"
-"chr2",223174977,223175334,358,"*","Distal Intergenic",2,223064606,223163715,99110,2,"5077",-11262,"ENSG00000135903","PAX3","paired box 3"
-"chr6",170557534,170557757,224,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",13900,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr1",3234186,3234198,13,"*","Intron (uc001akc.3/63976, intron 3 of 16)",1,3371147,3397677,26531,1,"27237",-136949,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
-"chr2",135206071,135206289,219,"*","Exon (uc002ttw.4/4249, exon 16 of 16)",2,135011830,135212192,200363,1,"4249",194241,"ENSG00000152127","MGAT5","mannosyl (alpha-1,6-)-glycoprotein beta-1,6-N-acetyl-glucosaminyltransferase"
-"chr3",71113953,71114116,164,"*","5' UTR",3,71591121,71591240,120,2,"100302112",477124,"ENSG00000221264","MIR1284","microRNA 1284"
-"chr6",170606413,170606506,94,"*","Distal Intergenic",6,170591294,170599697,8404,2,"28514",-6716,"ENSG00000198719","DLL1","delta-like 1 (Drosophila)"
-"chr2",58273438,58273504,67,"*","Intron (uc002rzo.2/7444, intron 4 of 15)",2,58134786,58387055,252270,1,"7444",138652,"ENSG00000028116","VRK2","vaccinia related kinase 2"
-"chr16",34741256,34741493,238,"*","Promoter (<=1kb)",16,34739459,34740840,1382,2,"100130700",-416,"ENSG00000260857","TP53TG3HP","TP53 target 3 family member H, pseudogene"
-"chr8",57124299,57124701,403,"*","Promoter (<=1kb)",8,57124315,57131176,6862,1,"79145",0,"ENSG00000170791","CHCHD7","coiled-coil-helix-coiled-coil-helix domain containing 7"
-"chr7",130130240,130130320,81,"*","Promoter (<=1kb)",7,130126898,130131013,4116,2,"317751",693,NA,"MESTIT1","MEST intronic transcript 1, antisense RNA"
-"chr11",65554356,65554398,43,"*","Promoter (<=1kb)",11,65554505,65564690,10186,1,"5017",-107,"ENSG00000172818","OVOL1","ovo like zinc finger 1"
-"chr20",47835736,47835749,14,"*","Promoter (<=1kb)",20,47835832,47860614,24783,1,"55661",-83,"ENSG00000124228","DDX27","DEAD-box helicase 27"
-"chr19",2446487,2446585,99,"*","Intron (uc002lvy.4/84823, intron 11 of 11)",19,2428163,2456966,28804,2,"84823",10381,"ENSG00000176619","LMNB2","lamin B2"
-"chr16",27473344,27473774,431,"*","Exon (uc002dou.3/2975, exon 36 of 37)",16,27458991,27464714,5724,2,"283888",-8630,"ENSG00000259954","IL21R-AS1","IL21R antisense RNA 1"
-"chr12",132951047,132951155,109,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-45142,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr4",11370745,11370824,80,"*","Promoter (<=1kb)",4,11370451,11370545,95,1,"693157",294,"ENSG00000207716","MIR572","microRNA 572"
-"chr19",58962928,58962931,4,"*","Promoter (<=1kb)",19,58962971,58969199,6229,1,"388569",-40,"ENSG00000249471","ZNF324B","zinc finger protein 324B"
-"chr11",8615710,8615871,162,"*","Promoter (<=1kb)",11,8413418,8615775,202358,2,"65975",0,"ENSG00000130413","STK33","serine/threonine kinase 33"
-"chr14",70316590,70316898,309,"*","Distal Intergenic",14,70346114,70499083,152970,1,"64093",-29216,"ENSG00000198732","SMOC1","SPARC related modular calcium binding 1"
-"chr22",29999118,29999205,88,"*","Promoter (<=1kb)",22,29999545,30094589,95045,1,"4771",-340,"ENSG00000186575","NF2","neurofibromin 2 (merlin)"
-"chr19",59067440,59067454,15,"*","Promoter (<=1kb)",19,59062933,59066486,3554,2,"27243",-954,"ENSG00000130724","CHMP2A","charged multivesicular body protein 2A"
-"chr12",4757711,4758153,443,"*","Promoter (<=1kb)",12,4724676,4758213,33538,2,"10566",60,"ENSG00000111254","AKAP3","A-kinase anchoring protein 3"
-"chr12",58176444,58176471,28,"*","Promoter (<=1kb)",12,58176528,58196639,20112,1,"10102",-57,"ENSG00000123297","TSFM","Ts translation elongation factor, mitochondrial"
-"chr12",113416145,113416220,76,"*","Promoter (<=1kb)",12,113416274,113449528,33255,1,"4939",-54,"ENSG00000111335","OAS2","2'-5'-oligoadenylate synthetase 2"
-"chr16",68027027,68027297,271,"*","5' UTR",16,68021293,68034489,13197,2,"64174",7192,"ENSG00000167261","DPEP2","dipeptidase 2"
-"chr16",11350115,11350118,4,"*","Promoter (<=1kb)",16,11348274,11350039,1766,2,"8651",-76,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
-"chrX",48828022,48828349,328,"*","Promoter (<=1kb)",23,48818639,48828251,9613,2,"3750",0,"ENSG00000102057","KCND1","potassium voltage-gated channel subfamily D member 1"
-"chr16",55512774,55512820,47,"*","Promoter (<=1kb)",16,55513081,55540586,27506,1,"4313",-261,"ENSG00000087245","MMP2","matrix metallopeptidase 2"
-"chr20",57225147,57225630,484,"*","Promoter (<=1kb)",20,57226309,57254582,28274,1,"8675",-679,"ENSG00000124222","STX16","syntaxin 16"
-"chr9",131843135,131843585,451,"*","Promoter (<=1kb)",9,131843383,131852717,9335,1,"57171",0,"ENSG00000167130","DOLPP1","dolichyldiphosphatase 1"
-"chr8",66546269,66546482,214,"*","Promoter (<=1kb)",8,66514691,66546452,31762,2,"55156",0,"ENSG00000104442","ARMC1","armadillo repeat containing 1"
-"chr18",32073016,32073112,97,"*","Promoter (<=1kb)",18,32073254,32471808,398555,1,"1837",-142,"ENSG00000134769","DTNA","dystrobrevin alpha"
-"chr1",6188726,6188898,173,"*","Exon (uc001alz.2/26038, exon 3 of 21)",1,6161847,6240194,78348,2,"26038",51296,"ENSG00000116254","CHD5","chromodomain helicase DNA binding protein 5"
-"chr7",155167401,155167654,254,"*","Distal Intergenic",7,155089486,155101945,12460,1,"3638",77915,"ENSG00000186480","INSIG1","insulin induced gene 1"
-"chr12",133351582,133351746,165,"*","3' UTR",12,133302254,133338451,36198,2,"23141",-13131,"ENSG00000176915","ANKLE2","ankyrin repeat and LEM domain containing 2"
-"chr3",107243742,107244105,364,"*","Promoter (1-2kb)",3,107241783,107530176,288394,1,"56987",1959,"ENSG00000114439","BBX","bobby sox homolog (Drosophila)"
-"chr8",2093137,2093172,36,"*","3' UTR",8,1993158,2093380,100223,1,"9172",99979,"ENSG00000036448","MYOM2","myomesin 2"
-"chr17",20339541,20339830,290,"*","Distal Intergenic",17,20353176,20370848,17673,2,"284194",31018,"ENSG00000170298","LGALS9B","lectin, galactoside-binding, soluble, 9B"
-"chr5",14581651,14581771,121,"*","Promoter (<=1kb)",5,14581891,14616287,34397,1,"54491",-120,"ENSG00000145569","FAM105A","family with sequence similarity 105 member A"
-"chr5",140744983,140745340,358,"*","Promoter (1-2kb)",5,140743898,140892548,148651,1,"56110",1085,"ENSG00000253485","PCDHGA5","protocadherin gamma subfamily A, 5"
-"chr6",31591594,31591597,4,"*","Exon (uc011dnv.1/7916, exon 3 of 14)",6,32485154,32557613,72460,2,"3127",966016,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",70092640,70092681,42,"*","Promoter (<=1kb)",10,70042417,70092684,50268,2,"64081",3,"ENSG00000108187","PBLD","phenazine biosynthesis-like protein domain containing"
-"chr14",58064775,58064878,104,"*","Intron (uc021rtp.1/341880, intron 7 of 7)",14,57936595,57960576,23982,2,"55195",-104199,"ENSG00000100557","C14orf105","chromosome 14 open reading frame 105"
-"chr16",8806963,8807018,56,"*","5' UTR",16,8768444,8878432,109989,1,"18",38519,"ENSG00000183044","ABAT","4-aminobutyrate aminotransferase"
-"chr12",44229663,44229665,3,"*","Promoter (<=1kb)",12,44229962,44783541,553580,1,"84216",-297,"ENSG00000139173","TMEM117","transmembrane protein 117"
-"chr17",80621588,80621718,131,"*","Intron (uc002kfs.3/10966, intron 4 of 5)",17,80572438,80606411,33974,2,"56270",-15177,"ENSG00000141580","WDR45B","WD repeat domain 45B"
-"chr2",232573098,232573223,126,"*","Promoter (<=1kb)",2,232573235,232578250,5016,1,"5757",-12,"ENSG00000187514","PTMA","prothymosin, alpha"
-"chr13",79169705,79169775,71,"*","Intron (uc001vku.1/100874222, intron 3 of 5)",13,79173230,79177695,4466,2,"5457",7920,"ENSG00000152192","POU4F1","POU class 4 homeobox 1"
-"chr14",23387995,23388278,284,"*","Promoter (<=1kb)",14,23369854,23388396,18543,2,"55147",118,"ENSG00000100461","RBM23","RNA binding motif protein 23"
-"chr3",195346589,195347035,447,"*","Distal Intergenic",3,195295573,195311076,15504,2,"347",-35513,"ENSG00000189058","APOD","apolipoprotein D"
-"chr14",103366987,103367306,320,"*","Intron (uc001ymc.2/7187, intron 10 of 11)",14,103388993,103397179,8187,1,"81693",-21687,"ENSG00000166126","AMN","amnion associated transmembrane protein"
-"chr3",133293412,133293451,40,"*","Promoter (<=1kb)",3,133292434,133309118,16685,1,"55573",978,"ENSG00000091527","CDV3","CDV3 homolog (mouse)"
-"chr16",50186224,50186318,95,"*","Promoter (<=1kb)",16,50186829,50269219,82391,1,"64282",-511,"ENSG00000121274","PAPD5","PAP associated domain containing 5"
-"chr11",68671428,68671438,11,"*","Promoter (<=1kb)",11,68671319,68708069,36751,1,"3508",109,"ENSG00000132740","IGHMBP2","immunoglobulin mu binding protein 2"
-"chr11",637127,637885,759,"*","Promoter (<=1kb)",11,637305,640705,3401,1,"1815",0,"ENSG00000069696","DRD4","dopamine receptor D4"
-"chr3",74664098,74664120,23,"*","Distal Intergenic",3,74311722,74570343,258622,2,"5067",-93755,"ENSG00000113805","CNTN3","contactin 3"
-"chr15",29862469,29862520,52,"*","Promoter (<=1kb)",15,29412455,29862927,450473,2,"23359",407,"ENSG00000104059","FAM189A1","family with sequence similarity 189 member A1"
-"chr1",182584193,182584520,328,"*","Promoter (<=1kb)",1,182584275,182585764,1490,1,"284648",0,"ENSG00000261504","LOC284648","uncharacterized LOC284648"
-"chr16",1728194,1728214,21,"*","Promoter (<=1kb)",16,1728278,1752073,23796,1,"90861",-64,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
-"chr8",143695328,143695343,16,"*","Promoter (<=1kb)",8,143692405,143695833,3429,2,"23237",490,"ENSG00000198576","ARC","activity-regulated cytoskeleton-associated protein"
-"chr16",2835016,2835331,316,"*","Promoter (1-2kb)",16,2833954,2836708,2755,2,"260429",1377,"ENSG00000103355","PRSS33","protease, serine 33"
-"chrX",110925197,110925317,121,"*","Promoter (<=1kb)",23,110924346,111003875,79530,1,"79868",851,"ENSG00000101901","ALG13","ALG13, UDP-N-acetylglucosaminyltransferase subunit"
-"chr9",35096797,35096932,136,"*","Promoter (<=1kb)",9,35088685,35096598,7914,2,"84720",-199,"ENSG00000165282","PIGO","phosphatidylinositol glycan anchor biosynthesis class O"
-"chrX",51636562,51636581,20,"*","Intron (uc004dpm.3/9500, intron 1 of 12)",23,51546155,51645450,99296,1,"9500",90407,"ENSG00000179222","MAGED1","MAGE family member D1"
-"chr6",100050918,100051291,374,"*","Distal Intergenic",6,100054650,100063454,8805,1,"59336",-3359,"ENSG00000112238","PRDM13","PR domain 13"
-"chr7",158224491,158224769,279,"*","Intron (uc011kwa.2/5799, intron 21 of 22)",7,158325410,158325505,96,2,"693180",100736,"ENSG00000207637","MIR595","microRNA 595"
-"chr14",102605952,102606026,75,"*","Promoter (<=1kb)",14,102547075,102606086,59012,2,"3320",60,"ENSG00000080824","HSP90AA1","heat shock protein 90kDa alpha family class A member 1"
-"chr6",29720460,29720485,26,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1236890,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr17",33775812,33775869,58,"*","Promoter (<=1kb)",17,33762115,33775856,13742,2,"146857",0,"ENSG00000154760","SLFN13","schlafen family member 13"
-"chr6",170411827,170411905,79,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",159752,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr19",4868079,4868448,370,"*","Promoter (<=1kb)",19,4838346,4867780,29435,2,"10226",-299,"ENSG00000105355","PLIN3","perilipin 3"
-"chr2",172945144,172945226,83,"*","3' UTR",2,172950208,172954401,4194,1,"1745",-4982,"ENSG00000144355","DLX1","distal-less homeobox 1"
-"chr13",114800841,114800911,71,"*","Intron (uc010tkk.2/22821, intron 20 of 23)",13,114747194,114898095,150902,2,"22821",97184,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chr16",34777915,34778087,173,"*","Distal Intergenic",16,34739459,34740840,1382,2,"100130700",-37075,"ENSG00000260857","TP53TG3HP","TP53 target 3 family member H, pseudogene"
-"chr12",114917965,114918562,598,"*","Distal Intergenic",12,114791735,114846247,54513,2,"6910",-71718,"ENSG00000089225","TBX5","T-box 5"
-"chr16",70099560,70100145,586,"*","Promoter (<=1kb)",16,70010202,70099851,89650,2,"283970",0,"ENSG00000196696","PDXDC2P","pyridoxal-dependent decarboxylase domain containing 2, pseudogene"
-"chr12",126345852,126345993,142,"*","Distal Intergenic",12,126443234,126467920,24687,2,"400084",121927,"ENSG00000249267","LINC00939","long intergenic non-protein coding RNA 939"
-"chr14",94855088,94855099,12,"*","Promoter (1-2kb)",14,94843084,94857029,13946,2,"5265",1930,"ENSG00000197249","SERPINA1","serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1"
-"chr5",74349644,74349804,161,"*","Distal Intergenic",5,74323289,74326724,3436,2,"51301",-22920,"ENSG00000176928","GCNT4","glucosaminyl (N-acetyl) transferase 4, core 2"
-"chr6",31762305,31762361,57,"*","Intron (uc003nxe.3/7407, intron 28 of 29)",6,32485154,32557613,72460,2,"3127",795252,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr22",31500892,31501334,443,"*","Promoter (2-3kb)",22,31500763,31503551,2789,2,"140606",2217,"ENSG00000198832","SELM","selenoprotein M"
-"chr1",32645060,32645107,48,"*","Promoter (<=1kb)",1,32645345,32663886,18542,1,"200081",-238,"ENSG00000084652","TXLNA","taxilin alpha"
-"chr1",55230057,55230344,288,"*","Promoter (<=1kb)",1,55222571,55230226,7656,2,"25973",0,"ENSG00000162396","PARS2","prolyl-tRNA synthetase 2, mitochondrial (putative)"
-"chr16",1832685,1832704,20,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",-104,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
-"chr20",52687028,52687317,290,"*","Promoter (<=1kb)",20,52560079,52687304,127226,2,"8537",0,"ENSG00000064787","BCAS1","breast carcinoma amplified sequence 1"
-"chr17",45773511,45773522,12,"*","Promoter (<=1kb)",17,45772630,45789429,16800,1,"9755",881,"ENSG00000198933","TBKBP1","TBK1 binding protein 1"
-"chr3",9691079,9691095,17,"*","Promoter (<=1kb)",3,9691117,9744078,52962,1,"64419",-22,"ENSG00000163719","MTMR14","myotubularin related protein 14"
-"chr6",90539506,90539508,3,"*","Promoter (<=1kb)",6,90539619,90584155,44537,1,"9994",-111,"ENSG00000118412","CASP8AP2","caspase 8 associated protein 2"
-"chr7",668292,668612,321,"*","Intron (uc031swi.1/5575, intron 7 of 9)",7,766338,826116,59779,1,"54919",-97726,"ENSG00000164818","DNAAF5","dynein (axonemal) assembly factor 5"
-"chr16",28909725,28909898,174,"*","Exon (uc002drn.1/487, exon 14 of 23)",16,28890278,28891242,965,2,"100289092",-18483,"ENSG00000260442","ATP2A1-AS1","ATP2A1 antisense RNA 1"
-"chr19",920370,920786,417,"*","3' UTR",19,917342,921015,3674,1,"84634",3028,"ENSG00000116014","KISS1R","KISS1 receptor"
-"chr20",20033044,20033136,93,"*","Promoter (<=1kb)",20,20033158,20341346,308189,1,"26074",-22,"ENSG00000089101","CFAP61","cilia and flagella associated protein 61"
-"chr15",98195974,98196077,104,"*","Distal Intergenic",15,98285846,98417659,131814,2,"91948",221582,"ENSG00000251209","LINC00923","long intergenic non-protein coding RNA 923"
-"chr12",89893765,89893799,35,"*","Intron (uc001tba.3/282809, intron 10 of 10)",12,89913190,89918583,5394,2,"8693",24784,"ENSG00000257594","GALNT4","polypeptide N-acetylgalactosaminyltransferase 4"
-"chr15",77197211,77197536,326,"*","Promoter (<=1kb)",15,76640527,77197744,557218,2,"49855",208,"ENSG00000140386","SCAPER","S-phase cyclin A-associated protein in the ER"
-"chr15",78556887,78556892,6,"*","Promoter (<=1kb)",15,78556487,78574538,18052,1,"55466",400,"ENSG00000140403","DNAJA4","DnaJ heat shock protein family (Hsp40) member A4"
-"chr3",43659559,43659749,191,"*","Intron (uc003cmv.3/55129, intron 12 of 12)",3,43407818,43663560,255743,2,"55129",3811,"ENSG00000160746","ANO10","anoctamin 10"
-"chr11",75917724,75917796,73,"*","Intron (uc001oxf.1/7481, intron 4 of 4)",11,75897370,75921803,24434,2,"7481",4007,"ENSG00000085741","WNT11","wingless-type MMTV integration site family member 11"
-"chr10",47083344,47083378,35,"*","Promoter (<=1kb)",10,47083534,47088320,4787,1,"5540",-156,"ENSG00000204174","NPY4R","neuropeptide Y receptor Y4"
-"chr12",133055011,133055075,65,"*","Distal Intergenic",12,133067157,133161773,94617,1,"57666",-12082,"ENSG00000112787","FBRSL1","fibrosin like 1"
-"chr16",1593130,1593367,238,"*","Intron (uc002cmc.3/79652, intron 3 of 3)",16,1578742,1605581,26840,1,"79652",14388,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr2",38742741,38742843,103,"*","Distal Intergenic",2,38790328,38830178,39851,2,"92906",87335,"ENSG00000143889","HNRNPLL","heterogeneous nuclear ribonucleoprotein L like"
-"chr8",25229924,25229958,35,"*","Promoter (<=1kb)",8,25230075,26230195,1000121,1,"5520",-117,"ENSG00000221914","PPP2R2A","protein phosphatase 2 regulatory subunit B, alpha"
-"chr16",1939193,1939295,103,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,1883984,1934232,50249,2,"254528",-4961,"ENSG00000162039","MEIOB","meiosis specific with OB domains"
-"chr10",50507023,50507044,22,"*","Promoter (<=1kb)",10,50507187,50535537,28351,1,"118461",-143,"ENSG00000177354","C10orf71","chromosome 10 open reading frame 71"
-"chr16",3628364,3628368,5,"*","Promoter (<=1kb)",16,3589036,3627392,38357,2,"197358",-972,"ENSG00000167984","NLRC3","NLR family, CARD domain containing 3"
-"chr4",1985273,1985528,256,"*","Promoter (2-3kb)",4,1988111,1988204,94,2,"100126332",2676,"ENSG00000216105","MIR943","microRNA 943"
-"chr18",55862663,55862763,101,"*","5' UTR",18,55711610,56068772,357163,1,"23327",151053,"ENSG00000049759","NEDD4L","neural precursor cell expressed, developmentally down-regulated 4-like, E3 ubiquitin protein ligase"
-"chr19",54134734,54135129,396,"*","Promoter (<=1kb)",19,54135310,54140263,4954,1,"503834",-181,"ENSG00000204595","DPRX","divergent-paired related homeobox"
-"chr1",178511737,178511959,223,"*","Promoter (<=1kb)",1,178511931,178518024,6094,1,"400798",0,"ENSG00000213057","C1orf220","chromosome 1 open reading frame 220"
-"chr16",88815819,88815915,97,"*","Exon (uc010vpb.2/9780, exon 2 of 51)",16,88782686,88782745,60,2,"100616167",-33074,"ENSG00000265672","MIR4722","microRNA 4722"
-"chr16",89357429,89357552,124,"*","Exon (uc002fmx.2/29123, exon 5 of 13)",16,89387541,89391518,3978,1,"100287036",-29989,NA,"LOC100287036","uncharacterized LOC100287036"
-"chr11",64578250,64578263,14,"*","Promoter (<=1kb)",11,64570986,64578766,7781,2,"4221",503,"ENSG00000133895","MEN1","menin 1"
-"chr13",103426862,103426972,111,"*","Promoter (<=1kb)",13,103418463,103426149,7687,2,"93081",-713,"ENSG00000151287","TEX30","testis expressed 30"
-"chr2",176977172,176977237,66,"*","Distal Intergenic",2,176981492,176984670,3179,1,"3236",-4255,"ENSG00000128710","HOXD10","homeobox D10"
-"chr21",45138799,45139181,383,"*","Promoter (<=1kb)",21,45138978,45182188,43211,1,"8566",0,"ENSG00000160209","PDXK","pyridoxal (pyridoxine, vitamin B6) kinase"
-"chr16",5147165,5147203,39,"*","Promoter (<=1kb)",16,5134301,5147789,13489,2,"196483",586,"ENSG00000118894","EEF2KMT","eukaryotic elongation factor 2 lysine methyltransferase"
-"chr10",131768880,131769026,147,"*","Distal Intergenic",10,131633496,131762091,128596,2,"253738",-6789,"ENSG00000108001","EBF3","early B-cell factor 3"
-"chr2",74756422,74756586,165,"*","Promoter (<=1kb)",2,74756532,74760683,4152,1,"27429",0,"ENSG00000115317","HTRA2","HtrA serine peptidase 2"
-"chr10",75757998,75758427,430,"*","5' UTR",10,75754951,75879914,124964,1,"7414",3047,"ENSG00000035403","VCL","vinculin"
-"chr6",30523392,30523449,58,"*","5' UTR",6,32485154,32557613,72460,2,"3127",2034164,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",112679062,112679176,115,"*","Promoter (<=1kb)",10,112658488,112679124,20637,2,"92482",0,"ENSG00000214413","BBIP1","BBSome interacting protein 1"
-"chr1",43147071,43147565,495,"*","Promoter (<=1kb)",1,43148066,43168020,19955,1,"4904",-501,"ENSG00000065978","YBX1","Y-box binding protein 1"
-"chr10",134468830,134468928,99,"*","Intron (uc001llo.1/3632, intron 4 of 12)",10,134351353,134596984,245632,1,"3632",117477,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
-"chr17",43324322,43324368,47,"*","Promoter (<=1kb)",17,43325303,43345997,20695,1,"100133991",-935,"ENSG00000267278","MAP3K14-AS1","MAP3K14 antisense RNA 1"
-"chr2",197036352,197036384,33,"*","Intron (uc010fsh.3/9262, intron 7 of 7)",2,196998307,197041227,42921,2,"9262",4843,"ENSG00000081320","STK17B","serine/threonine kinase 17b"
-"chr12",133758187,133758253,67,"*","5' UTR",12,133707213,133783697,76485,1,"10795",50974,"ENSG00000090612","ZNF268","zinc finger protein 268"
-"chr16",55794408,55794547,140,"*","Promoter (<=1kb)",16,55794511,55808826,14316,1,"51716",0,"ENSG00000228695","CES1P1","carboxylesterase 1 pseudogene 1"
-"chrX",148714521,148714565,45,"*","Promoter (1-2kb)",23,148678216,148713487,35272,2,"84548",-1034,"ENSG00000269556","TMEM185A","transmembrane protein 185A"
-"chr1",91870362,91870382,21,"*","Promoter (<=1kb)",1,91726323,91870426,144104,2,"164045",44,"ENSG00000162669","HFM1","HFM1, ATP-dependent DNA helicase homolog"
-"chr12",89744476,89744609,134,"*","Promoter (1-2kb)",12,89741837,89746296,4460,2,"1848",1687,"ENSG00000139318","DUSP6","dual specificity phosphatase 6"
-"chr2",63285739,63285798,60,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",8547,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr3",16555404,16555412,9,"*","Promoter (<=1kb)",3,16357352,16555222,197871,2,"23180",-182,"ENSG00000131378","RFTN1","raftlin, lipid raft linker 1"
-"chr7",5085252,5085378,127,"*","Promoter (<=1kb)",7,5085452,5109119,23668,1,"57786",-74,"ENSG00000146587","RBAK","RB associated KRAB zinc finger"
-"chr13",37453878,37453975,98,"*","5' UTR",13,37418968,37494409,75442,2,"4093",40434,"ENSG00000120693","SMAD9","SMAD family member 9"
-"chr6",31798069,31798635,567,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",758978,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr12",5998287,5998329,43,"*","Intron (uc001qnm.2/57101, intron 23 of 25)",12,5671817,6055398,383582,2,"57101",57069,"ENSG00000047617","ANO2","anoctamin 2"
-"chr16",3018943,3019106,164,"*","Promoter (<=1kb)",16,3019342,3023485,4144,1,"124222",-236,"ENSG00000162073","PAQR4","progestin and adipoQ receptor family member IV"
-"chr16",4234455,4234458,4,"*","Distal Intergenic",16,4239375,4292081,52707,2,"6345",57623,"ENSG00000185739","SRL","sarcalumenin"
-"chr22",30234222,30234245,24,"*","Promoter (<=1kb)",22,30184597,30234293,49697,2,"84164",48,"ENSG00000100325","ASCC2","activating signal cointegrator 1 complex subunit 2"
-"chr1",228194868,228195329,462,"*","Promoter (<=1kb)",1,228194723,228248972,54250,1,"89780",145,"ENSG00000154342","WNT3A","wingless-type MMTV integration site family member 3A"
-"chr1",47697965,47698081,117,"*","Promoter (<=1kb)",1,47681963,47697892,15930,2,"6886",-73,"ENSG00000162367","TAL1","T-cell acute lymphocytic leukemia 1"
-"chr7",98552716,98552952,237,"*","Exon (uc003upp.3/8295, exon 40 of 72)",7,98479273,98479352,80,1,"100500819",73443,"ENSG00000266019","MIR3609","microRNA 3609"
-"chr3",9943889,9944512,624,"*","Promoter (<=1kb)",3,9944296,9958084,13789,1,"132014",0,"ENSG00000163701","IL17RE","interleukin 17 receptor E"
-"chr1",1268469,1268894,426,"*","Promoter (1-2kb)",1,1266726,1269844,3119,1,"83756",1743,"ENSG00000169962","TAS1R3","taste 1 receptor member 3"
-"chr16",3703273,3703304,32,"*","Promoter (<=1kb)",16,3702940,3708096,5157,1,"1773",333,"ENSG00000213918","DNASE1","deoxyribonuclease I"
-"chr11",18814078,18814370,293,"*","Promoter (<=1kb)",11,18749475,18814268,64794,2,"84867",0,"ENSG00000110786","PTPN5","protein tyrosine phosphatase, non-receptor type 5"
-"chr3",125094274,125094397,124,"*","Promoter (<=1kb)",3,124944513,125094198,149686,2,"7707",-76,"ENSG00000163848","ZNF148","zinc finger protein 148"
-"chr9",130743770,130743895,126,"*","Promoter (<=1kb)",9,130702861,130742812,39952,2,"399665",-958,"ENSG00000167106","FAM102A","family with sequence similarity 102 member A"
-"chr20",18118393,18118658,266,"*","Promoter (<=1kb)",20,18118499,18123812,5314,1,"100303755",0,"ENSG00000232838","PET117","PET117 homolog"
-"chr11",122848983,122848989,7,"*","Intron (uc010rzs.2/390259, intron 1 of 2)",11,122848357,122852379,4023,2,"390259",3390,"ENSG00000188909","BSX","brain specific homeobox"
-"chr16",50186918,50186948,31,"*","Promoter (<=1kb)",16,50186829,50269219,82391,1,"64282",89,"ENSG00000121274","PAPD5","PAP associated domain containing 5"
-"chr1",86861147,86861201,55,"*","Promoter (<=1kb)",1,86812507,86862025,49519,2,"57489",824,"ENSG00000122417","ODF2L","outer dense fiber of sperm tails 2 like"
-"chr16",28332320,28332432,113,"*","3' UTR",16,28303840,28335170,31331,1,"388228",28480,"ENSG00000188322","SBK1","SH3 domain binding kinase 1"
-"chr8",42995516,42995611,96,"*","Promoter (<=1kb)",8,42995592,43057970,62379,1,"138050",0,"ENSG00000165102","HGSNAT","heparan-alpha-glucosaminide N-acetyltransferase"
-"chr6",11094094,11094097,4,"*","Promoter (<=1kb)",6,11094266,11138969,44704,1,"221710",-169,"ENSG00000224531","SMIM13","small integral membrane protein 13"
-"chr8",146024581,146024611,31,"*","Promoter (<=1kb)",8,146024261,146036554,12294,1,"340385",320,"ENSG00000197363","ZNF517","zinc finger protein 517"
-"chr16",4401296,4401425,130,"*","Promoter (<=1kb)",16,4390252,4401373,11122,2,"51025",0,"ENSG00000217930","PAM16","presequence translocase-associated motor 16 homolog (S. cerevisiae)"
-"chr16",18478885,18479356,472,"*","Distal Intergenic",16,18511182,18573434,62253,2,"283820",94078,"ENSG00000185164","NOMO2","NODAL modulator 2"
-"chr16",68362223,68362652,430,"*","Intron (uc002evy.2/54496, intron 5 of 18)",16,68344877,68391169,46293,1,"54496",17346,"ENSG00000132600","PRMT7","protein arginine methyltransferase 7"
-"chr16",1384674,1384860,187,"*","Promoter (1-2kb)",16,1383606,1399442,15837,1,"8938",1068,"ENSG00000007516","BAIAP3","BAI1 associated protein 3"
-"chr2",219536588,219536679,92,"*","Promoter (<=1kb)",2,219536749,219567440,30692,1,"27148",-70,"ENSG00000163482","STK36","serine/threonine kinase 36"
-"chr11",57092548,57092561,14,"*","Promoter (<=1kb)",11,57067103,57092413,25311,2,"85456",-135,"ENSG00000149115","TNKS1BP1","tankyrase 1 binding protein 1"
-"chr16",49316883,49317032,150,"*","Promoter (1-2kb)",16,49311829,49315742,3914,2,"869",-1141,"ENSG00000102924","CBLN1","cerebellin 1 precursor"
-"chr7",43797499,43797791,293,"*","Promoter (<=1kb)",7,43798272,43846941,48670,1,"644",-481,"ENSG00000106605","BLVRA","biliverdin reductase A"
-"chr9",20622309,20622995,687,"*","Promoter (<=1kb)",9,20344968,20622514,277547,2,"4300",0,"ENSG00000171843","MLLT3","myeloid/lymphoid or mixed-lineage leukemia; translocated to, 3"
-"chr2",240046312,240046456,145,"*","Intron (uc010fyy.3/9759, intron 15 of 23)",2,240007523,240007622,100,2,"100616493",-38690,"ENSG00000264810","MIR4441","microRNA 4441"
-"chr3",185541835,185542425,591,"*","Promoter (<=1kb)",3,185361527,185542827,181301,2,"10644",402,"ENSG00000073792","IGF2BP2","insulin like growth factor 2 mRNA binding protein 2"
-"chr12",6492948,6493003,56,"*","Intron (uc010sfc.2/4055, intron 1 of 9)",12,6456009,6486523,30515,2,"6337",-6425,"ENSG00000111319","SCNN1A","sodium channel epithelial 1 alpha subunit"
-"chr12",8234565,8234647,83,"*","Promoter (<=1kb)",12,8234807,8250373,15567,1,"25977",-160,"ENSG00000089818","NECAP1","NECAP endocytosis associated 1"
-"chr3",139108740,139108897,158,"*","Promoter (<=1kb)",3,139076433,139108522,32090,2,"9276",-218,"ENSG00000184432","COPB2","coatomer protein complex subunit beta 2 (beta prime)"
-"chr15",90545586,90545697,112,"*","Promoter (<=1kb)",15,90544752,90625432,80681,1,"374655",834,"ENSG00000140548","ZNF710","zinc finger protein 710"
-"chr1",14149767,14149784,18,"*","3' UTR",1,14026735,14151574,124840,1,"7799",123032,"ENSG00000116731","PRDM2","PR domain 2"
-"chr14",93419496,93419506,11,"*","Intron (uc001ybe.2/3705, intron 3 of 10)",14,93389445,93401638,12194,1,"1113",30051,"ENSG00000100604","CHGA","chromogranin A"
-"chr17",26990202,26990410,209,"*","Promoter (<=1kb)",17,26989302,27029249,39948,1,"6830",900,"ENSG00000109111","SUPT6H","SPT6 homolog, histone chaperone"
-"chr2",172952088,172952367,280,"*","Promoter (1-2kb)",2,172950208,172954401,4194,1,"1745",1880,"ENSG00000144355","DLX1","distal-less homeobox 1"
-"chr17",17067766,17067851,86,"*","Intron (uc002gqu.2/23164, intron 15 of 23)",17,17115527,17140502,24976,2,"201163",72651,"ENSG00000154803","FLCN","folliculin"
-"chr20",33413616,33413629,14,"*","Promoter (<=1kb)",20,33302578,33413433,110856,2,"23054",-183,"ENSG00000198646","NCOA6","nuclear receptor coactivator 6"
-"chr2",240008034,240008185,152,"*","Promoter (<=1kb)",2,240007523,240007622,100,2,"100616493",-412,"ENSG00000264810","MIR4441","microRNA 4441"
-"chr15",44083931,44084097,167,"*","Promoter (<=1kb)",15,44084174,44094769,10596,1,"100529067",-77,NA,"SERF2-C15ORF63","SERF2-C15orf63 readthrough"
-"chr3",47621019,47621127,109,"*","Promoter (<=1kb)",3,47603728,47621730,18003,2,"10675",603,"ENSG00000114646","CSPG5","chondroitin sulfate proteoglycan 5"
-"chr11",68610632,68610658,27,"*","Promoter (1-2kb)",11,68522088,68609399,87312,2,"1374",-1233,"ENSG00000110090","CPT1A","carnitine palmitoyltransferase 1A"
-"chr20",21086103,21086288,186,"*","Distal Intergenic",20,21106624,21227258,120635,1,"55857",-20336,"ENSG00000088970","KIZ","kizuna centrosomal protein"
-"chr6",28175936,28176104,169,"*","Distal Intergenic",6,28183116,28186707,3592,2,"222699",10603,NA,"TOB2P1","transducer of ERBB2, 2 pseudogene 1"
-"chr19",6375770,6375866,97,"*","Promoter (<=1kb)",19,6375305,6375860,556,2,"5623",0,"ENSG00000125650","PSPN","persephin"
-"chr1",204380466,204380496,31,"*","Promoter (<=1kb)",1,204372492,204380944,8453,2,"84919",448,"ENSG00000158615","PPP1R15B","protein phosphatase 1 regulatory subunit 15B"
-"chr1",19615255,19615370,116,"*","Promoter (<=1kb)",1,19609057,19615280,6224,2,"22977",0,"ENSG00000162482","AKR7A3","aldo-keto reductase family 7, member A3 (aflatoxin aldehyde reductase)"
-"chr5",52405301,52405313,13,"*","Promoter (<=1kb)",5,52393895,52405598,11704,2,"4338",285,"ENSG00000164172","MOCS2","molybdenum cofactor synthesis 2"
-"chr15",66678734,66678964,231,"*","Promoter (<=1kb)",15,66679211,66783882,104672,1,"5604",-247,"ENSG00000169032","MAP2K1","mitogen-activated protein kinase kinase 1"
-"chr11",20385124,20385128,5,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",-103,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
-"chr16",81327910,81328041,132,"*","Distal Intergenic",16,81348571,81413803,65233,1,"8139",-20530,"ENSG00000261609","GAN","gigaxonin"
-"chr1",166846026,166846134,109,"*","Promoter (<=1kb)",1,166825749,166845654,19906,2,"117143",-372,"ENSG00000152382","TADA1","transcriptional adaptor 1"
-"chr19",16045740,16046185,446,"*","Promoter (<=1kb)",19,16023180,16045676,22497,2,"57834",-64,"ENSG00000171903","CYP4F11","cytochrome P450 family 4 subfamily F member 11"
-"chr18",7011220,7011388,169,"*","Exon (uc002knm.3/284217, exon 25 of 63)",18,6919495,6929868,10374,2,"400643",-81352,"ENSG00000265933","LINC00668","long intergenic non-protein coding RNA 668"
-"chr6",130686865,130687139,275,"*","Promoter (<=1kb)",6,130687426,130764210,76785,1,"114801",-287,"ENSG00000164484","TMEM200A","transmembrane protein 200A"
-"chr8",23539907,23539939,33,"*","Promoter (<=1kb)",8,23536206,23540450,4245,2,"4824",511,"ENSG00000167034","NKX3-1","NK3 homeobox 1"
-"chr9",88897456,88897508,53,"*","Promoter (<=1kb)",9,88641058,88897490,256433,2,"51280",0,"ENSG00000135052","GOLM1","golgi membrane protein 1"
-"chr12",62629162,62629186,25,"*","Intron (uc001sqx.3/338811, intron 5 of 5)",12,62102029,62653925,551897,2,"338811",24739,"ENSG00000198673","FAM19A2","family with sequence similarity 19 (chemokine (C-C motif)-like), member A2"
-"chr4",619611,619817,207,"*","Promoter (<=1kb)",4,619363,664681,45319,1,"5158",248,"ENSG00000133256","PDE6B","phosphodiesterase 6B"
-"chr13",76055871,76056027,157,"*","Promoter (<=1kb)",13,75858809,76056250,197442,2,"9882",223,"ENSG00000136111","TBC1D4","TBC1 domain family member 4"
-"chr16",50775976,50776054,79,"*","Promoter (<=1kb)",16,50775961,50835846,59886,1,"1540",15,"ENSG00000083799","CYLD","CYLD lysine 63 deubiquitinase"
-"chr16",47072169,47072306,138,"*","Distal Intergenic",16,46989274,47007625,18352,2,"10294",-64544,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
-"chr19",40724361,40724375,15,"*","Promoter (<=1kb)",19,40721965,40724306,2342,2,"148014",-55,"ENSG00000174521","TTC9B","tetratricopeptide repeat domain 9B"
-"chr19",44439563,44439673,111,"*","Promoter (<=1kb)",19,44416776,44439411,22636,2,"7596",-152,"ENSG00000124459","ZNF45","zinc finger protein 45"
-"chr2",219892361,219892516,156,"*","Exon (uc002vjl.2/255101, exon 13 of 35)",2,219867568,219906273,38706,2,"255101",13757,"ENSG00000181378","CFAP65","cilia and flagella associated protein 65"
-"chr3",44379376,44379503,128,"*","Promoter (<=1kb)",3,44379611,44450940,71330,1,"285343",-108,"ENSG00000179152","TCAIM","T-cell activation inhibitor, mitochondrial"
-"chr3",181438122,181438328,207,"*","Intron (uc003fkv.4/347689, intron 7 of 7)",3,181429712,181432223,2512,1,"6657",8410,"ENSG00000181449","SOX2","SRY-box 2"
-"chr16",3702486,3702776,291,"*","Promoter (<=1kb)",16,3702940,3708096,5157,1,"1773",-164,"ENSG00000213918","DNASE1","deoxyribonuclease I"
-"chr10",105127622,105127639,18,"*","Promoter (<=1kb)",10,105127724,105148822,21099,1,"6877",-85,"ENSG00000148835","TAF5","TATA-box binding protein associated factor 5"
-"chr18",29672458,29672468,11,"*","Promoter (<=1kb)",18,29671818,29711524,39707,1,"51444",640,"ENSG00000134758","RNF138","ring finger protein 138, E3 ubiquitin protein ligase"
-"chr2",71127481,71127490,10,"*","Promoter (<=1kb)",2,71127720,71160575,32856,1,"25806",-230,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
-"chr19",35323288,35323673,386,"*","Promoter (<=1kb)",19,35307058,35323773,16716,2,"400685",100,"ENSG00000267767","LOC400685","uncharacterized LOC400685"
-"chr1",39324743,39324870,128,"*","Intron (uc001ccq.3/64121, intron 6 of 6)",1,39328162,39339050,10889,2,"26292",14180,"ENSG00000214114","MYCBP","MYC binding protein"
-"chr6",33422190,33422194,5,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",125876,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr1",153518006,153518384,379,"*","Promoter (<=1kb)",1,153516095,153518282,2188,2,"6275",0,"ENSG00000196154","S100A4","S100 calcium binding protein A4"
-"chr11",124294730,124294967,238,"*","Promoter (<=1kb)",11,124293838,124294767,930,2,"283162",0,"ENSG00000198657","OR8B4","olfactory receptor family 8 subfamily B member 4 (gene/pseudogene)"
-"chr15",28051024,28051214,191,"*","Intron (uc001zbh.4/4948, intron 1 of 23)",15,28000023,28344458,344436,2,"4948",293244,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr6",1594411,1594543,133,"*","Distal Intergenic",6,1610681,1614129,3449,1,"2296",-16138,"ENSG00000054598","FOXC1","forkhead box C1"
-"chr8",141520873,141520896,24,"*","Promoter (<=1kb)",8,141521397,141527252,5856,1,"54108",-501,"ENSG00000104472","CHRAC1","chromatin accessibility complex 1"
-"chr7",154793806,154793970,165,"*","Promoter (<=1kb)",7,154735400,154794682,59283,2,"22976",712,"ENSG00000157212","PAXIP1","PAX interacting (with transcription-activation domain) protein 1"
-"chr16",4322786,4323072,287,"*","Promoter (<=1kb)",16,4307187,4323001,15815,2,"7023",0,"ENSG00000090447","TFAP4","transcription factor AP-4 (activating enhancer binding protein 4)"
-"chr9",137029702,137029881,180,"*","Promoter (<=1kb)",9,137029562,137029686,125,2,"100151684",-16,"ENSG00000221676","RNU6ATAC","RNA, U6atac small nuclear (U12-dependent splicing)"
-"chr5",66299592,66299738,147,"*","Intron (uc021xzk.1/375449, intron 4 of 28)",5,66478104,66492617,14514,2,"4064",192879,"ENSG00000134061","CD180","CD180 molecule"
-"chrX",103294519,103294682,164,"*","Promoter (<=1kb)",23,103294516,103297021,2506,1,"286436",3,"ENSG00000101812","H2BFM","H2B histone family member M"
-"chr15",66796921,66796922,2,"*","Promoter (<=1kb)",15,66797431,66841822,44392,1,"55055",-509,"ENSG00000174442","ZWILCH","zwilch kinetochore protein"
-"chr12",48551546,48551862,317,"*","Promoter (<=1kb)",12,48541572,48551377,9806,2,"140461",-169,"ENSG00000177981","ASB8","ankyrin repeat and SOCS box containing 8"
-"chr11",62446340,62446350,11,"*","Promoter (<=1kb)",11,62443972,62446545,2574,2,"51035",195,"ENSG00000162191","UBXN1","UBX domain protein 1"
-"chr16",2009272,2009297,26,"*","Promoter (<=1kb)",16,2009517,2011976,2460,1,"4716",-220,"ENSG00000140990","NDUFB10","NADH:ubiquinone oxidoreductase subunit B10"
-"chr17",47337641,47337760,120,"*","Distal Intergenic",17,47325605,47336027,10423,1,"124871",12036,"ENSG00000177369","FLJ40194","uncharacterized FLJ40194"
-"chr6",71276807,71276966,160,"*","Promoter (<=1kb)",6,71276625,71298606,21982,1,"135154",182,"ENSG00000154079","SDHAF4","succinate dehydrogenase complex assembly factor 4"
-"chr6",138188577,138188775,199,"*","Promoter (<=1kb)",6,138188325,138204451,16127,1,"7128",252,"ENSG00000118503","TNFAIP3","TNF alpha induced protein 3"
-"chr17",75954416,75954646,231,"*","Distal Intergenic",17,76000318,76104916,104599,1,"57690",-45672,"ENSG00000078687","TNRC6C","trinucleotide repeat containing 6C"
-"chr11",66234232,66234249,18,"*","Promoter (<=1kb)",11,66233798,66244808,11011,1,"246330",434,"ENSG00000174516","PELI3","pellino E3 ubiquitin protein ligase family member 3"
-"chr17",42385898,42386075,178,"*","Promoter (<=1kb)",17,42385927,42396038,10112,1,"10900",0,"ENSG00000108309","RUNDC3A","RUN domain containing 3A"
-"chr20",39318470,39318705,236,"*","Promoter (<=1kb)",20,39314517,39317876,3360,2,"9935",-594,"ENSG00000204103","MAFB","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog B"
-"chr14",96505674,96505821,148,"*","Promoter (<=1kb)",14,96505661,96560226,54566,1,"56967",13,NA,"C14orf132","chromosome 14 open reading frame 132"
-"chr14",76448011,76448143,133,"*","Promoter (<=1kb)",14,76424442,76448092,23651,2,"7043",0,"ENSG00000119699","TGFB3","transforming growth factor beta 3"
-"chr16",2025688,2026277,590,"*","5' UTR",16,2022064,2028751,6688,1,"10607",3624,"ENSG00000183751","TBL3","transducin (beta)-like 3"
-"chr4",54975677,54975894,218,"*","Intron (uc003haa.3/5156, intron 12 of 23)",4,54966248,54968122,1875,1,"170825",9429,"ENSG00000180613","GSX2","GS homeobox 2"
-"chr1",95392678,95392682,5,"*","Promoter (<=1kb)",1,95362507,95392735,30229,2,"1266",53,"ENSG00000117519","CNN3","calponin 3"
-"chr7",117854586,117854765,180,"*","Distal Intergenic",7,117864712,117882784,18073,1,"56311",-9947,"ENSG00000106013","ANKRD7","ankyrin repeat domain 7"
-"chr17",73727831,73727909,79,"*","5' UTR",17,73717516,73753899,36384,1,"3691",10315,"ENSG00000132470","ITGB4","integrin subunit beta 4"
-"chr19",47217900,47217983,84,"*","Promoter (2-3kb)",19,47177573,47220384,42812,2,"25865",2401,"ENSG00000105287","PRKD2","protein kinase D2"
-"chr7",150413564,150413632,69,"*","Promoter (<=1kb)",7,150413645,150440737,27093,1,"100527949",-13,"ENSG00000196329","GIMAP1-GIMAP5","GIMAP1-GIMAP5 readthrough"
-"chr7",35077706,35077725,20,"*","Promoter (<=1kb)",7,34961081,35077653,116573,2,"23333",-53,"ENSG00000173852","DPY19L1","dpy-19 like 1 (C. elegans)"
-"chr7",156754584,156754681,98,"*","Intron (uc003wmy.3/64434, intron 4 of 10)",7,156742417,156765876,23460,1,"64434",12167,"ENSG00000146909","NOM1","nucleolar protein with MIF4G domain 1"
-"chr1",208136904,208137130,227,"*","Distal Intergenic",1,208059883,208084683,24801,2,"947",-52221,"ENSG00000174059","CD34","CD34 molecule"
-"chr7",31409,31441,33,"*","Distal Intergenic",7,192969,300740,107772,1,"56975",-161528,"ENSG00000177706","FAM20C","family with sequence similarity 20 member C"
-"chr6",30037202,30037361,160,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1553632,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr21",43491319,43491362,44,"*","Intron (uc002zad.1/89766, intron 1 of 22)",21,43483068,43563105,80038,1,"89766",8251,"ENSG00000177398","UMODL1","uromodulin like 1"
-"chr5",68389656,68389682,27,"*","Promoter (<=1kb)",5,68389776,68426899,37124,1,"64924",-94,"ENSG00000145740","SLC30A5","solute carrier family 30 member 5"
-"chrX",47420444,47420453,10,"*","Promoter (<=1kb)",23,47420499,47431320,10822,1,"369",-46,"ENSG00000078061","ARAF","A-Raf proto-oncogene, serine/threonine kinase"
-"chr2",171626836,171627232,397,"*","Promoter (<=1kb)",2,171627604,171634757,7154,1,"100505695",-372,NA,NA,NA
-"chr4",40823896,40823935,40,"*","Exon (uc003gvk.3/323, exon 6 of 7)",4,40751914,40812002,60089,1,"79730",71982,"ENSG00000179299","NSUN7","NOP2/Sun RNA methyltransferase family member 7"
-"chr12",123380822,123380830,9,"*","Promoter (<=1kb)",12,123349875,123380712,30838,2,"79720",-110,"ENSG00000139722","VPS37B","VPS37B, ESCRT-I subunit"
-"chr17",9674769,9674987,219,"*","3' UTR",17,9674751,9694614,19864,2,"201140",19627,"ENSG00000184544","DHRS7C","dehydrogenase/reductase (SDR family) member 7C"
-"chr6",49681185,49681299,115,"*","Promoter (<=1kb)",6,49660071,49681303,21233,2,"7180",4,"ENSG00000124490","CRISP2","cysteine rich secretory protein 2"
-"chr6",168983411,168983447,37,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",141580,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr8",126444439,126444693,255,"*","Promoter (1-2kb)",8,126442563,126450644,8082,1,"10221",1876,"ENSG00000173334","TRIB1","tribbles pseudokinase 1"
-"chr17",81021472,81021703,232,"*","Distal Intergenic",17,80900031,81009686,109656,2,"146712",-11786,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
-"chr4",6052479,6052533,55,"*","Intron (uc010idb.1/152789, intron 8 of 20)",4,5925002,5925055,54,2,"100616201",-127424,"ENSG00000263631","MIR378D1","microRNA 378d-1"
-"chr11",62538773,62538951,179,"*","Promoter (<=1kb)",11,62538775,62554813,16039,1,"10629",0,"ENSG00000162227","TAF6L","TATA-box binding protein associated factor 6 like"
-"chr15",48936160,48936287,128,"*","Promoter (1-2kb)",15,48700503,48937985,237483,2,"2200",1698,"ENSG00000166147","FBN1","fibrillin 1"
-"chr7",102988023,102988138,116,"*","Promoter (<=1kb)",7,102987971,103009842,21872,1,"5701",52,"ENSG00000161057","PSMC2","proteasome 26S subunit, ATPase 2"
-"chr9",35757158,35757266,109,"*","Promoter (2-3kb)",9,35752988,35754274,1287,2,"692094",-2884,"ENSG00000215183","MSMP","microseminoprotein, prostate associated"
-"chr1",40421002,40421272,271,"*","Promoter (<=1kb)",1,40420784,40435628,14845,1,"84879",218,"ENSG00000168389","MFSD2A","major facilitator superfamily domain containing 2A"
-"chr1",7710671,7711031,361,"*","Intron (uc001aoi.3/23261, intron 7 of 22)",1,7831329,7841492,10164,1,"9341",-120298,"ENSG00000049245","VAMP3","vesicle associated membrane protein 3"
-"chr16",11349520,11349832,313,"*","Promoter (<=1kb)",16,11348274,11350039,1766,2,"8651",207,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
-"chr14",52118663,52119049,387,"*","Promoter (<=1kb)",14,52116236,52118462,2227,2,"145438",-201,"ENSG00000273888","FRMD6-AS1","FRMD6 antisense RNA 1"
-"chr6",29970394,29970480,87,"*","Exon (uc011dme.2/80862, exon 6 of 6)",6,28471073,28483570,12498,2,"257202",-1486824,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr18",22006398,22006425,28,"*","Promoter (<=1kb)",18,22006609,22033494,26886,1,"55364",-184,"ENSG00000154059","IMPACT","impact RWD domain protein"
-"chr22",50781146,50781482,337,"*","Promoter (<=1kb)",22,50781746,50883518,101773,1,"9701",-264,"ENSG00000100239","PPP6R2","protein phosphatase 6 regulatory subunit 2"
-"chr12",3702404,3702451,48,"*","3' UTR",12,3716318,3862366,146049,2,"84766",159915,"ENSG00000130038","CRACR2A","calcium release activated channel regulator 2A"
-"chr16",2301174,2301739,566,"*","Promoter (<=1kb)",16,2289873,2301602,11730,2,"1632",0,"ENSG00000167969","ECI1","enoyl-CoA delta isomerase 1"
-"chr17",80875788,80876020,233,"*","Intron (uc002kfx.1/6904, intron 22 of 24)",17,80787310,80797931,10622,2,"79755",-77857,"ENSG00000141579","ZNF750","zinc finger protein 750"
-"chr20",3052221,3052224,4,"*","Promoter (<=1kb)",20,3052266,3053162,897,1,"5020",-42,"ENSG00000101405","OXT","oxytocin/neurophysin I prepropeptide"
-"chr14",96845107,96845182,76,"*","Intron (uc001yfj.5/51527, intron 1 of 3)",14,96858448,96955764,97317,1,"122481",-13266,"ENSG00000140057","AK7","adenylate kinase 7"
-"chr2",106509881,106510087,207,"*","3' UTR",2,106361520,106510730,149211,1,"8440",148361,"ENSG00000071051","NCK2","NCK adaptor protein 2"
-"chr19",50193437,50193809,373,"*","Promoter (<=1kb)",19,50194365,50216988,22624,1,"126129",-556,"ENSG00000169169","CPT1C","carnitine palmitoyltransferase 1C"
-"chr16",50321770,50321830,61,"*","5' UTR",16,50300462,50352043,51582,1,"113",21308,"ENSG00000121281","ADCY7","adenylate cyclase 7"
-"chr6",33144795,33144993,199,"*","Exon (uc010jul.1/1302, exon 4 of 9)",6,33540323,33548070,7748,2,"578",403077,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr12",53490304,53490412,109,"*","Promoter (1-2kb)",12,53491436,53496128,4693,1,"3489",-1024,"ENSG00000167779","IGFBP6","insulin like growth factor binding protein 6"
-"chr11",82867985,82868037,53,"*","Promoter (<=1kb)",11,82868137,82896835,28699,1,"51585",-100,"ENSG00000165494","PCF11","PCF11 cleavage and polyadenylation factor subunit"
-"chr11",64511984,64512188,205,"*","Promoter (<=1kb)",11,64494383,64512928,18546,2,"10235",740,"ENSG00000068831","RASGRP2","RAS guanyl releasing protein 2"
-"chr17",4401670,4401863,194,"*","Promoter (<=1kb)",17,4402129,4443228,41100,1,"124976",-266,"ENSG00000183018","SPNS2","spinster homolog 2 (Drosophila)"
-"chr10",28570835,28571322,488,"*","5' UTR",10,28339923,28591995,252073,2,"143098",20673,"ENSG00000150054","MPP7","membrane protein, palmitoylated 7"
-"chr22",30662939,30662946,8,"*","Promoter (<=1kb)",22,30658819,30662829,4011,2,"5008",-110,"ENSG00000099985","OSM","oncostatin M"
-"chr6",29408113,29408118,6,"*","Exon (uc011dlp.2/442194, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-924543,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr19",49540856,49540864,9,"*","Promoter (<=1kb)",19,49540277,49540404,128,1,"100126780",579,NA,"SNAR-G1","small ILF3/NF90-associated RNA G1"
-"chr3",52091651,52091781,131,"*","Promoter (1-2kb)",3,52082937,52090461,7525,2,"1849",-1190,"ENSG00000164086","DUSP7","dual specificity phosphatase 7"
-"chrX",118987251,118987280,30,"*","Promoter (<=1kb)",23,118967989,118986991,19003,2,"65109",-260,"ENSG00000125351","UPF3B","UPF3 regulator of nonsense transcripts homolog B (yeast)"
-"chr1",156823819,156823892,74,"*","Exon (uc010pht.2/3645, exon 2 of 22)",1,156810665,156828712,18048,2,"3645",4820,"ENSG00000027644","INSRR","insulin receptor-related receptor"
-"chrX",67867676,67867718,43,"*","Promoter (<=1kb)",23,67867511,67945684,78174,1,"9754",165,"ENSG00000130052","STARD8","StAR related lipid transfer domain containing 8"
-"chr3",52864611,52864694,84,"*","Promoter (<=1kb)",3,52847006,52864717,17712,2,"3700",23,"ENSG00000055955","ITIH4","inter-alpha-trypsin inhibitor heavy chain family member 4"
-"chr16",889131,889276,146,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",33688,"ENSG00000167945","PRR25","proline rich 25"
-"chr16",979188,979488,301,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",51830,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr5",1645640,1645754,115,"*","Distal Intergenic",5,1597672,1634120,36449,2,"728613",-11520,NA,"LOC728613","programmed cell death 6 pseudogene"
-"chr20",57464925,57465123,199,"*","Intron (uc002xzt.3/2778, intron 1 of 12)",20,57393973,57425958,31986,2,"149775",-38967,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
-"chr5",128430255,128430259,5,"*","Promoter (<=1kb)",5,128430442,128449719,19278,1,"51015",-183,"ENSG00000066583","ISOC1","isochorismatase domain containing 1"
-"chr19",56988813,56988929,117,"*","Promoter (<=1kb)",19,56950693,56988770,38078,2,"63934",-43,"ENSG00000198046","ZNF667","zinc finger protein 667"
-"chr21",27542701,27542795,95,"*","Promoter (<=1kb)",21,27252861,27543446,290586,2,"351",651,"ENSG00000142192","APP","amyloid beta precursor protein"
-"chr1",27692247,27692467,221,"*","Promoter (<=1kb)",1,27681670,27693337,11668,2,"9064",870,"ENSG00000142733","MAP3K6","mitogen-activated protein kinase kinase kinase 6"
-"chr2",201935977,201936101,125,"*","Promoter (<=1kb)",2,201838441,201936392,97952,2,"285172",291,"ENSG00000155744","FAM126B","family with sequence similarity 126 member B"
-"chr16",3130224,3130324,101,"*","Distal Intergenic",16,3115313,3119668,4356,1,"9235",14911,"ENSG00000008517","IL32","interleukin 32"
-"chr8",145728237,145728388,152,"*","Promoter (1-2kb)",8,145729465,145732555,3091,1,"2875",-1077,"ENSG00000167701","GPT","glutamic-pyruvate transaminase (alanine aminotransferase)"
-"chr16",972462,972615,154,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",58703,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr5",76936588,76936745,158,"*","Promoter (2-3kb)",5,76924537,76934522,9986,2,"23440",-2066,"ENSG00000171540","OTP","orthopedia homeobox"
-"chr4",82136823,82136839,17,"*","Promoter (<=1kb)",4,82009837,82136218,126382,2,"5593",-605,"ENSG00000138669","PRKG2","protein kinase, cGMP-dependent, type II"
-"chr2",233498625,233498682,58,"*","Exon (uc002vtc.3/80303, exon 1 of 4)",2,233470767,233547491,76725,1,"80303",27858,"ENSG00000115468","EFHD1","EF-hand domain family member D1"
-"chr4",1803029,1803395,367,"*","5' UTR",4,1795039,1810599,15561,1,"2261",7990,"ENSG00000068078","FGFR3","fibroblast growth factor receptor 3"
-"chrX",92928934,92929038,105,"*","Promoter (<=1kb)",23,92929012,92967273,38262,1,"286499",0,"ENSG00000179083","FAM133A","family with sequence similarity 133 member A"
-"chr1",153606770,153607143,374,"*","Promoter (<=1kb)",1,153591276,153606568,15293,2,"6284",-202,"ENSG00000189171","S100A13","S100 calcium binding protein A13"
-"chr14",104621980,104622080,101,"*","Intron (uc001yos.4/26153, intron 3 of 14)",14,104605060,104647235,42176,1,"26153",16920,"ENSG00000066735","KIF26A","kinesin family member 26A"
-"chr5",140777344,140777501,158,"*","Promoter (<=1kb)",5,140777695,140892548,114854,1,"56101",-194,"ENSG00000276547","PCDHGB5","protocadherin gamma subfamily B, 5"
-"chr13",114103404,114103429,26,"*","5' UTR",13,114076260,114107839,31580,2,"113622",4410,"ENSG00000153531","ADPRHL1","ADP-ribosylhydrolase like 1"
-"chr18",580180,580196,17,"*","Promoter (<=1kb)",18,580369,581524,1156,1,"1068",-173,"ENSG00000177143","CETN1","centrin 1"
-"chr4",72053349,72053711,363,"*","Promoter (<=1kb)",4,72053003,72437804,384802,1,"8671",346,"ENSG00000080493","SLC4A4","solute carrier family 4 member 4"
-"chr17",79197621,79198053,433,"*","Promoter (<=1kb)",17,79163393,79196751,33359,2,"22994",-870,"ENSG00000141577","CEP131","centrosomal protein 131kDa"
-"chr4",80246899,80247123,225,"*","Promoter (<=1kb)",4,80238272,80247171,8900,2,"84779",48,"ENSG00000156269","NAA11","N(alpha)-acetyltransferase 11, NatA catalytic subunit"
-"chr15",100273097,100273505,409,"*","Promoter (<=1kb)",15,100255906,100273626,17721,2,"145748",121,"ENSG00000183060","LYSMD4","LysM domain containing 4"
-"chr16",22336590,22336989,400,"*","Intron (uc002dkj.2/55718, intron 17 of 17)",16,22308696,22346424,37729,1,"55718",27894,"ENSG00000058600","POLR3E","polymerase (RNA) III subunit E"
-"chr15",66416086,66416399,314,"*","5' UTR",15,66332571,66332670,100,1,"100422905",83515,"ENSG00000263512","MIR4311","microRNA 4311"
-"chr6",33160250,33160262,13,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",387808,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr14",93154484,93154758,275,"*","3' UTR",14,93170152,93215047,44896,2,"5641",60289,"ENSG00000100600","LGMN","legumain"
-"chr11",1715569,1715714,146,"*","Promoter (2-3kb)",11,1718425,1718985,561,1,"440023",-2711,"ENSG00000205864","KRTAP5-6","keratin associated protein 5-6"
-"chr1",153234342,153234387,46,"*","Promoter (2-3kb)",1,153232179,153234600,2422,1,"4014",2163,"ENSG00000203782","LOR","loricrin"
-"chr11",118889231,118889578,348,"*","Promoter (<=1kb)",11,118889241,118894385,5145,1,"51399",0,"ENSG00000196655","TRAPPC4","trafficking protein particle complex 4"
-"chr16",3285233,3285403,171,"*","Promoter (<=1kb)",16,3272325,3285457,13133,2,"7752",54,"ENSG00000010539","ZNF200","zinc finger protein 200"
-"chr2",220025744,220026226,483,"*","3' UTR",2,220026181,220034817,8637,2,"151295",8591,"ENSG00000213901","SLC23A3","solute carrier family 23 member 3"
-"chr1",9097193,9097422,230,"*","3' UTR",1,9063359,9086404,23046,2,"155184",-10789,"ENSG00000197241","SLC2A7","solute carrier family 2 member 7"
-"chr1",225997662,225997678,17,"*","Promoter (<=1kb)",1,225997797,226033262,35466,1,"2052",-119,"ENSG00000143819","EPHX1","epoxide hydrolase 1"
-"chr6",43395509,43395769,261,"*","Promoter (<=1kb)",6,43395292,43418163,22872,1,"89845",217,"ENSG00000124574","ABCC10","ATP binding cassette subfamily C member 10"
-"chr16",86538974,86539121,148,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",3345,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
-"chr1",154974950,154975359,410,"*","Promoter (<=1kb)",1,154975106,154991001,15896,1,"51043",0,"ENSG00000160685","ZBTB7B","zinc finger and BTB domain containing 7B"
-"chr2",74667680,74668072,393,"*","Promoter (<=1kb)",2,74652988,74669060,16073,2,"6242",988,"ENSG00000114993","RTKN","rhotekin"
-"chr4",118006619,118006699,81,"*","Promoter (<=1kb)",4,118004710,118006736,2027,2,"133022",37,"ENSG00000174599","TRAM1L1","translocation associated membrane protein 1-like 1"
-"chr13",37006292,37006734,443,"*","Promoter (<=1kb)",13,37005657,37017019,11363,1,"8900",635,"ENSG00000133101","CCNA1","cyclin A1"
-"chr6",32145921,32145923,3,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",411690,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",27188364,27188722,359,"*","Promoter (<=1kb)",7,27185202,27187393,2192,2,"3203",-971,"ENSG00000106006","HOXA6","homeobox A6"
-"chr6",32037865,32037868,4,"*","Intron (uc003nzl.2/7148, intron 30 of 43)",6,32485154,32557613,72460,2,"3127",519745,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr18",43683984,43684006,23,"*","Promoter (<=1kb)",18,43664110,43684199,20090,2,"498",193,"ENSG00000152234","ATP5A1","ATP synthase, H+ transporting, mitochondrial F1 complex, alpha subunit 1, cardiac muscle"
-"chr2",19553546,19553950,405,"*","5' UTR",2,19551246,19558372,7127,2,"130497",4422,"ENSG00000143867","OSR1","odd-skipped related transciption factor 1"
-"chr6",8435968,8435978,11,"*","Promoter (<=1kb)",6,8435856,8785678,349823,1,"100506207",112,NA,"LOC100506207","uncharacterized LOC100506207"
-"chr7",95546491,95546508,18,"*","Intron (uc003uob.3/1780, intron 5 of 15)",7,95401818,95727736,325919,1,"1780",144673,"ENSG00000158560","DYNC1I1","dynein cytoplasmic 1 intermediate chain 1"
-"chr14",21121487,21121516,30,"*","Distal Intergenic",14,21108855,21109850,996,2,"341799",-11637,"ENSG00000181803","OR6S1","olfactory receptor family 6 subfamily S member 1"
-"chr6",24437412,24437422,11,"*","Exon (uc003ned.2/2822, exon 21 of 25)",6,24403153,24425816,22664,1,"57380",34259,"ENSG00000124532","MRS2","MRS2, magnesium transporter"
-"chr16",1217163,1217171,9,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",13922,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr16",2286738,2287113,376,"*","Promoter (<=1kb)",16,2286424,2288712,2289,1,"1775",314,"ENSG00000167968","DNASE1L2","deoxyribonuclease I-like 2"
-"chr4",99182194,99182328,135,"*","Promoter (<=1kb)",4,99182527,99365012,182486,1,"5910",-199,"ENSG00000138698","RAP1GDS1","Rap1 GTPase-GDP dissociation stimulator 1"
-"chr19",12949679,12950103,425,"*","Promoter (<=1kb)",19,12949259,12985766,36508,1,"22983",420,"ENSG00000105613","MAST1","microtubule associated serine/threonine kinase 1"
-"chr1",160040496,160040660,165,"*","Promoter (<=1kb)",1,160007257,160040051,32795,2,"3766",-445,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
-"chr21",15645810,15645988,179,"*","Promoter (<=1kb)",21,15646120,15710337,64218,1,"150000",-132,"ENSG00000243064","ABCC13","ATP binding cassette subfamily C member 13 (pseudogene)"
-"chr1",57888432,57888659,228,"*","Intron (uc001cys.1/1600, intron 14 of 16)",1,57394883,57431688,36806,2,"732",-456744,"ENSG00000021852","C8B","complement component 8, beta polypeptide"
-"chr3",179169523,179169602,80,"*","Promoter (<=1kb)",3,179113876,179169371,55496,2,"59345",-152,"ENSG00000114450","GNB4","G protein subunit beta 4"
-"chr10",134991931,134992030,100,"*","Intron (uc001llz.1/85442, intron 3 of 29)",10,134973971,135039916,65946,1,"85442",17960,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
-"chr7",731389,731549,161,"*","5' UTR",7,766338,826116,59779,1,"54919",-34789,"ENSG00000164818","DNAAF5","dynein (axonemal) assembly factor 5"
-"chr15",65648254,65648264,11,"*","Intron (uc002aos.2/9543, intron 12 of 13)",15,65619465,65670378,50914,2,"9543",22114,"ENSG00000174498","IGDCC3","immunoglobulin superfamily, DCC subclass, member 3"
-"chr10",102290046,102290066,21,"*","Promoter (<=1kb)",10,102246403,102289636,43234,2,"25956",-410,"ENSG00000075826","SEC31B","SEC31 homolog B, COPII coat complex component"
-"chr14",102476955,102476960,6,"*","Intron (uc001yks.2/1778, intron 31 of 77)",14,102430865,102517135,86271,1,"1778",46090,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
-"chr2",223162001,223162080,80,"*","Promoter (<=1kb)",2,223162866,223169936,7071,1,"151278",-786,"ENSG00000163081","CCDC140","coiled-coil domain containing 140"
-"chr15",56757290,56757312,23,"*","Promoter (<=1kb)",15,56720929,56757335,36407,2,"55329",23,"ENSG00000138587","MNS1","meiosis specific nuclear structural 1"
-"chr12",57635431,57635906,476,"*","Promoter (<=1kb)",12,57628686,57634475,5790,2,"56901",-956,"ENSG00000185633","NDUFA4L2","NADH dehydrogenase (ubiquinone) 1 alpha subcomplex, 4-like 2"
-"chr4",720761,720870,110,"*","Intron (uc003gbc.2/10336, intron 1 of 4)",4,699573,764427,64855,1,"10336",21188,"ENSG00000185619","PCGF3","polycomb group ring finger 3"
-"chr7",38344934,38344935,2,"*","Intron (uc003tfv.3/uc003tfv.3, intron 5 of 5)",7,38279181,38357589,78409,2,"445347",12654,"ENSG00000211689","TARP","TCR gamma alternate reading frame protein"
-"chr8",128747706,128747823,118,"*","Promoter (<=1kb)",8,128747765,128753680,5916,1,"4609",0,"ENSG00000136997","MYC","v-myc avian myelocytomatosis viral oncogene homolog"
-"chr3",42700537,42700626,90,"*","Exon (uc003clu.2/92999, exon 2 of 6)",3,42695176,42709072,13897,1,"92999",5361,"ENSG00000114853","ZBTB47","zinc finger and BTB domain containing 47"
-"chr8",1765288,1765339,52,"*","Promoter (<=1kb)",8,1765397,1765473,77,1,"693181",-58,"ENSG00000207826","MIR596","microRNA 596"
-"chr6",170066598,170066898,301,"*","Intron (uc003qwx.3/253769, intron 20 of 25)",6,169857303,170102159,244857,2,"253769",35261,"ENSG00000184465","WDR27","WD repeat domain 27"
-"chr14",93412562,93412618,57,"*","Intron (uc001ybe.2/3705, intron 1 of 10)",14,93389445,93401638,12194,1,"1113",23117,"ENSG00000100604","CHGA","chromogranin A"
-"chr12",130931922,130932128,207,"*","Intron (uc001uil.2/23504, intron 13 of 18)",12,130822433,130856877,34445,1,"9271",109489,"ENSG00000125207","PIWIL1","piwi-like RNA-mediated gene silencing 1"
-"chr20",39316634,39316986,353,"*","Promoter (<=1kb)",20,39314517,39317876,3360,2,"9935",890,"ENSG00000204103","MAFB","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog B"
-"chr1",39325059,39325342,284,"*","5' UTR",1,39328162,39339050,10889,2,"26292",13708,"ENSG00000214114","MYCBP","MYC binding protein"
-"chr16",29816467,29816675,209,"*","Promoter (<=1kb)",16,29817417,29822504,5088,1,"4150",-742,"ENSG00000103495","MAZ","MYC associated zinc finger protein"
-"chr20",17209611,17209797,187,"*","Promoter (2-3kb)",20,17206752,17465222,258471,1,"5126",2859,"ENSG00000125851","PCSK2","proprotein convertase subtilisin/kexin type 2"
-"chr16",54324967,54325081,115,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-4589,"ENSG00000177508","IRX3","iroquois homeobox 3"
-"chr15",40574544,40574697,154,"*","Promoter (<=1kb)",15,40573645,40574787,1143,2,"100131244",90,"ENSG00000230778","ANKRD63","ankyrin repeat domain 63"
-"chr13",113422129,113422497,369,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",77486,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr14",64319495,64319764,270,"*","Promoter (<=1kb)",14,64319683,64693167,373485,1,"23224",0,"ENSG00000054654","SYNE2","spectrin repeat containing, nuclear envelope 2"
-"chr17",79849687,79849740,54,"*","Promoter (<=1kb)",17,79849599,79858363,8765,1,"51529",88,"ENSG00000141552","ANAPC11","anaphase promoting complex subunit 11"
-"chr7",73703480,73703601,122,"*","Promoter (<=1kb)",7,73703805,73820273,116469,1,"7461",-204,"ENSG00000106665","CLIP2","CAP-Gly domain containing linker protein 2"
-"chr2",209225123,209225600,478,"*","Promoter (<=1kb)",2,209224569,209704818,480250,1,"5746",554,"ENSG00000144407","PTH2R","parathyroid hormone 2 receptor"
-"chr6",30707918,30707934,17,"*","Intron (uc003nrm.3/10211, intron 5 of 12)",6,32485154,32557613,72460,2,"3127",1849679,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",73610981,73611008,28,"*","Promoter (<=1kb)",10,73576055,73611082,35028,2,"5660",74,"ENSG00000197746","PSAP","prosaposin"
-"chr1",41978988,41979076,89,"*","Exon (uc001cgy.3/59269, exon 4 of 5)",1,41944446,41950344,5899,2,"1907",-28644,"ENSG00000127129","EDN2","endothelin 2"
-"chr12",116971039,116971046,8,"*","Promoter (<=1kb)",12,116971227,116974318,3092,1,"100287569",-181,"ENSG00000196668","LINC00173","long intergenic non-protein coding RNA 173"
-"chr14",21152735,21152739,5,"*","Promoter (<=1kb)",14,21152336,21162345,10010,1,"283",399,"ENSG00000214274","ANG","angiogenin, ribonuclease, RNase A family, 5"
-"chr10",102987359,102987435,77,"*","Promoter (1-2kb)",10,102986733,102988717,1985,2,"10660",1282,"ENSG00000138136","LBX1","ladybird homeobox 1"
-"chr1",110036849,110036894,46,"*","Promoter (<=1kb)",1,110036658,110043063,6406,1,"284613",191,"ENSG00000174151","CYB561D1","cytochrome b561 family member D1"
-"chr1",32410566,32410630,65,"*","Distal Intergenic",1,32372022,32403988,31967,2,"8073",-6578,"ENSG00000184007","PTP4A2","protein tyrosine phosphatase type IVA, member 2"
-"chr17",21903945,21903947,3,"*","Promoter (<=1kb)",17,21904062,21913070,9009,1,"284124",-115,"ENSG00000276399","FLJ36000","uncharacterized FLJ36000"
-"chr7",20370372,20370851,480,"*","Promoter (<=1kb)",7,20370325,20455382,85058,1,"3696",47,"ENSG00000105855","ITGB8","integrin subunit beta 8"
-"chr5",19988630,19988658,29,"*","Intron (uc003jgc.3/1016, intron 12 of 14)",5,19473155,20575982,1102828,2,"1016",587324,"ENSG00000145526","CDH18","cadherin 18"
-"chr6",33419532,33419633,102,"*","3' UTR",6,33540323,33548070,7748,2,"578",128437,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chrX",82763518,82763706,189,"*","Promoter (<=1kb)",23,82763269,82764775,1507,1,"5456",249,"ENSG00000196767","POU3F4","POU class 3 homeobox 4"
-"chr11",94823267,94823506,240,"*","Promoter (<=1kb)",11,94822974,94865815,42842,1,"23052",293,"ENSG00000149218","ENDOD1","endonuclease domain containing 1"
-"chr18",33877173,33877207,35,"*","Promoter (<=1kb)",18,33877702,34360018,482317,1,"80206",-495,"ENSG00000134775","FHOD3","formin homology 2 domain containing 3"
-"chr5",76011323,76011380,58,"*","Promoter (<=1kb)",5,76011868,76031595,19728,1,"2149",-488,"ENSG00000181104","F2R","coagulation factor II thrombin receptor"
-"chr7",1894252,1894526,275,"*","Intron (uc003sld.1/8379, intron 1 of 3)",7,1883816,1883889,74,2,"100616160",-10363,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr7",112726490,112726493,4,"*","Promoter (1-2kb)",7,112720468,112727833,7366,2,"54329",1340,"ENSG00000164604","GPR85","G protein-coupled receptor 85"
-"chr13",113498402,113499073,672,"*","Intron (uc001vsi.4/23250, intron 17 of 29)",13,113622814,113754053,131240,1,"23263",-123741,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr15",96876319,96876407,89,"*","Promoter (<=1kb)",15,96876490,96876536,47,1,"100302258",-83,"ENSG00000222651","MIR1469","microRNA 1469"
-"chr3",132441075,132441200,126,"*","Promoter (<=1kb)",3,132441186,132593050,151865,1,"348808",0,"ENSG00000248724","NPHP3-AS1","NPHP3 antisense RNA 1"
-"chr12",99038718,99038720,3,"*","Promoter (<=1kb)",12,99007182,99038829,31648,2,"121457",109,"ENSG00000166130","IKBIP","IKBKB interacting protein"
-"chr2",176867139,176867285,147,"*","Promoter (<=1kb)",2,176790410,176867514,77105,2,"80856",229,"ENSG00000144320","KIAA1715","KIAA1715"
-"chr6",125284155,125284241,87,"*","Promoter (<=1kb)",6,125229392,125284173,54782,2,"7955",0,"ENSG00000236548","RNF217-AS1","RNF217 antisense RNA 1 (head to head)"
-"chr11",30605581,30605704,124,"*","Promoter (2-3kb)",11,30406040,30607930,201891,2,"744",2226,"ENSG00000066382","MPPED2","metallophosphoesterase domain containing 2"
-"chr3",193587600,193587780,181,"*","Distal Intergenic",3,193710883,193712027,1145,2,"100128023",124247,NA,"DPPA2P3","developmental pluripotency associated 2 pseudogene 3"
-"chr7",155137827,155137879,53,"*","Distal Intergenic",7,155089486,155101945,12460,1,"3638",48341,"ENSG00000186480","INSIG1","insulin induced gene 1"
-"chr5",72793969,72794050,82,"*","Promoter (<=1kb)",5,72794250,72801448,7199,1,"689",-200,"ENSG00000145741","BTF3","basic transcription factor 3"
-"chr19",54445463,54445888,426,"*","3' UTR",19,54466290,54493469,27180,1,"59283",-20402,"ENSG00000142408","CACNG8","calcium voltage-gated channel auxiliary subunit gamma 8"
-"chr16",664647,664704,58,"*","Intron (uc021szt.1/57799, intron 2 of 6)",16,681012,684116,3105,1,"117166",-16308,"ENSG00000127578","WFIKKN1","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1"
-"chr16",30798661,30798668,8,"*","Promoter (<=1kb)",16,30789770,30798523,8754,2,"23361",-138,"ENSG00000102870","ZNF629","zinc finger protein 629"
-"chr7",130353086,130353088,3,"*","Promoter (<=1kb)",7,130146080,130353598,207519,2,"26958",510,"ENSG00000158623","COPG2","coatomer protein complex subunit gamma 2"
-"chr12",120652556,120652666,111,"*","Exon (uc001txu.3/5829, exon 5 of 8)",12,120639094,120650631,11538,1,"100506649",13462,"ENSG00000255857","PXN-AS1","PXN antisense RNA 1"
-"chr14",75530858,75530888,31,"*","Promoter (<=1kb)",14,75519928,75530736,10809,2,"97",-122,"ENSG00000119640","ACYP1","acylphosphatase 1"
-"chr19",37329318,37329381,64,"*","Intron (uc021utl.1/388536, intron 4 of 4)",19,37341260,37403930,62671,1,"25850",-11879,"ENSG00000251247","ZNF345","zinc finger protein 345"
-"chr2",85765766,85765810,45,"*","Promoter (<=1kb)",2,85764590,85766009,1420,2,"100630918",199,NA,"PARTICL","promoter of MAT2A antisense radiation-induced circulating long non-coding RNA"
-"chr7",102104807,102104916,110,"*","Promoter (<=1kb)",7,102096667,102105321,8655,2,"54784",405,"ENSG00000160993","ALKBH4","alkB homolog 4, lysine demethylase"
-"chrX",138285922,138286247,326,"*","Promoter (<=1kb)",23,137713734,138287185,573452,2,"2258",938,"ENSG00000129682","FGF13","fibroblast growth factor 13"
-"chr1",153581535,153581750,216,"*","Intron (uc001fcd.1/140576, intron 2 of 2)",1,153579367,153585514,6148,2,"140576",3764,"ENSG00000188643","S100A16","S100 calcium binding protein A16"
-"chr16",1204970,1205294,325,"*","Promoter (1-2kb)",16,1203241,1271772,68532,1,"8912",1729,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr7",66205542,66205681,140,"*","5' UTR",7,66274980,66309813,34834,2,"729156",104132,"ENSG00000230583","GTF2IRD1P1","GTF2I repeat domain containing 1 pseudogene 1"
-"chr14",68283476,68283700,225,"*","Promoter (<=1kb)",14,68213237,68283306,70070,2,"23503",-170,"ENSG00000072121","ZFYVE26","zinc finger FYVE-type containing 26"
-"chr4",96761264,96761329,66,"*","Promoter (<=1kb)",4,96761239,96762625,1387,1,"5161",25,"ENSG00000163114","PDHA2","pyruvate dehydrogenase (lipoamide) alpha 2"
-"chr6",75915202,75915296,95,"*","Promoter (<=1kb)",6,75794042,75915623,121582,2,"1303",327,"ENSG00000111799","COL12A1","collagen type XII alpha 1"
-"chr17",16342083,16342085,3,"*","Promoter (<=1kb)",17,16342301,16373962,31662,1,"125144",-216,"ENSG00000175061","LRRC75A-AS1","LRRC75A antisense RNA 1"
-"chr16",25078000,25078095,96,"*","Distal Intergenic",16,25043062,25044098,1037,1,"554206",34938,"ENSG00000262587","LOC554206","leucine carboxyl methyltransferase 1 pseudogene"
-"chr6",117086941,117086948,8,"*","Promoter (<=1kb)",6,117073360,117086886,13527,2,"221303",-55,"ENSG00000183807","FAM162B","family with sequence similarity 162 member B"
-"chr15",67357898,67357927,30,"*","Promoter (<=1kb)",15,67358195,67487533,129339,1,"4088",-268,"ENSG00000166949","SMAD3","SMAD family member 3"
-"chr16",84270672,84270722,51,"*","Promoter (2-3kb)",16,84254741,84273356,18616,2,"93107",2634,"ENSG00000168418","KCNG4","potassium voltage-gated channel modifier subfamily G member 4"
-"chr2",96874487,96874507,21,"*","Promoter (<=1kb)",2,96850603,96874573,23971,2,"56910",66,"ENSG00000084090","STARD7","StAR related lipid transfer domain containing 7"
-"chr1",193074287,193074380,94,"*","Promoter (<=1kb)",1,193065595,193075244,9650,2,"51022",864,"ENSG00000023572","GLRX2","glutaredoxin 2"
-"chr19",47127358,47127365,8,"*","Promoter (<=1kb)",19,47123725,47128354,4630,2,"5739",989,"ENSG00000160013","PTGIR","prostaglandin I2 (prostacyclin) receptor (IP)"
-"chr2",43903478,43903534,57,"*","Promoter (<=1kb)",2,43902292,43903461,1170,2,"728819",-17,"ENSG00000223658","C1GALT1C1L","C1GALT1-specific chaperone 1 like"
-"chr3",44039530,44039609,80,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-116095,"ENSG00000207954","MIR138-1","microRNA 138-1"
-"chr4",109933648,109933823,176,"*","Intron (uc003hzd.4/84570, intron 32 of 35)",4,109663202,109684235,21034,2,"64850",-249413,"ENSG00000164089","ETNPPL","ethanolamine-phosphate phospho-lyase"
-"chr20",36040855,36041285,431,"*","Distal Intergenic",20,35973088,36033821,60734,1,"6714",67767,"ENSG00000197122","SRC","SRC proto-oncogene, non-receptor tyrosine kinase"
-"chr7",1709441,1709532,92,"*","Distal Intergenic",7,1748798,1787590,38793,1,"392617",-39266,"ENSG00000225968","ELFN1","extracellular leucine-rich repeat and fibronectin type III domain containing 1"
-"chr1",15930075,15930204,130,"*","Distal Intergenic",1,15943953,15987552,43600,1,"84301",-13749,"ENSG00000197312","DDI2","DNA damage inducible 1 homolog 2"
-"chr15",99057371,99057549,179,"*","Promoter (<=1kb)",15,98980391,99057611,77221,2,"283777",62,"ENSG00000185087","FAM169B","family with sequence similarity 169 member B"
-"chr16",598674,598833,160,"*","Intron (uc002chi.3/6650, intron 4 of 13)",16,593277,593366,90,1,"100423037",5397,"ENSG00000266235","MIR3176","microRNA 3176"
-"chr1",38156211,38156235,25,"*","Promoter (1-2kb)",1,38147242,38157888,10647,2,"54955",1653,"ENSG00000116922","C1orf109","chromosome 1 open reading frame 109"
-"chr7",42971908,42971967,60,"*","Promoter (<=1kb)",7,42971939,42977453,5515,1,"64983",0,"ENSG00000106591","MRPL32","mitochondrial ribosomal protein L32"
-"chr14",102430389,102430545,157,"*","Promoter (<=1kb)",14,102430865,102517135,86271,1,"1778",-320,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
-"chr19",11456854,11456857,4,"*","Promoter (<=1kb)",19,11453452,11456981,3530,2,"374882",124,"ENSG00000105518","TMEM205","transmembrane protein 205"
-"chr20",23031198,23031515,318,"*","Promoter (<=1kb)",20,23026270,23030301,4032,2,"7056",-897,"ENSG00000178726","THBD","thrombomodulin"
-"chr6",33154938,33155087,150,"*","Intron (uc003ocx.1/1302, intron 62 of 65)",6,33540323,33548070,7748,2,"578",392983,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr6",170467439,170467790,352,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",103867,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr6",30457676,30457697,22,"*","Exon (uc011dmg.2/3133, exon 2 of 7)",6,28471073,28483570,12498,2,"257202",-1974106,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr18",7567669,7568159,491,"*","Promoter (<=1kb)",18,7567314,8406859,839546,1,"5797",355,"ENSG00000173482","PTPRM","protein tyrosine phosphatase, receptor type M"
-"chr3",57994051,57994053,3,"*","Promoter (<=1kb)",3,57994127,58157982,163856,1,"2317",-74,"ENSG00000136068","FLNB","filamin B"
-"chr6",29795501,29795509,9,"*","Intron (uc031snb.1/3135, intron 1 of 5)",6,28471073,28483570,12498,2,"257202",-1311931,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",101754920,101755186,267,"*","Exon (uc003uys.4/1523, exon 7 of 24)",7,101928405,101962178,33774,1,"10603",-173219,"ENSG00000160999","SH2B2","SH2B adaptor protein 2"
-"chr6",10426310,10426339,30,"*","Downstream (1-2kb)",6,10396916,10419797,22882,2,"7020",-6513,"ENSG00000137203","TFAP2A","transcription factor AP-2 alpha (activating enhancer binding protein 2 alpha)"
-"chr7",127231698,127232146,449,"*","Promoter (<=1kb)",7,127231463,127241851,10389,1,"29999",235,"ENSG00000106328","FSCN3","fascin actin-bundling protein 3"
-"chr18",43547252,43547338,87,"*","Promoter (<=1kb)",18,43427574,43547305,119732,2,"57724",0,"ENSG00000152223","EPG5","ectopic P-granules autophagy protein 5 homolog (C. elegans)"
-"chr11",31832883,31832959,77,"*","5' UTR",11,31838114,31908587,70474,1,"440034",-5155,"ENSG00000049449","DKFZp686K1684","uncharacterized LOC440034"
-"chr17",47979069,47979465,397,"*","Distal Intergenic",17,47915671,47925379,9709,2,"255061",-53690,"ENSG00000176358","TAC4","tachykinin 4 (hemokinin)"
-"chr10",46221206,46221225,20,"*","Promoter (1-2kb)",10,46222648,46288412,65765,1,"253725",-1423,"ENSG00000172661","FAM21C","family with sequence similarity 21 member C"
-"chrX",78003205,78003346,142,"*","Promoter (<=1kb)",23,78003206,78012578,9373,1,"2846",0,"ENSG00000147145","LPAR4","lysophosphatidic acid receptor 4"
-"chr11",12620821,12621248,428,"*","Distal Intergenic",11,12695969,12966284,270316,1,"7003",-74721,"ENSG00000187079","TEAD1","TEA domain transcription factor 1"
-"chr4",1569231,1569870,640,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",116118,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr8",144099774,144099943,170,"*","Promoter (<=1kb)",8,144063448,144099807,36360,2,"100133669",0,NA,"LOC100133669","uncharacterized LOC100133669"
-"chr22",42311273,42311326,54,"*","Promoter (<=1kb)",22,42305558,42310671,5114,2,"440829",-602,"ENSG00000234965","SHISA8","shisa family member 8"
-"chr10",2308951,2308972,22,"*","Distal Intergenic",10,2342513,2357268,14756,2,"399708",48296,NA,"LINC00701","long intergenic non-protein coding RNA 701"
-"chr6",30140231,30140257,27,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1656661,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr4",190284930,190284940,11,"*","Distal Intergenic",4,190861974,190884359,22386,1,"2483",-577034,"ENSG00000109536","FRG1","FSHD region gene 1"
-"chr2",45169500,45169681,182,"*","Promoter (<=1kb)",2,45169037,45173216,4180,1,"6496",463,"ENSG00000138083","SIX3","SIX homeobox 3"
-"chr1",52521846,52522216,371,"*","Promoter (<=1kb)",1,52521857,52556388,34532,1,"91408",0,"ENSG00000134717","BTF3L4","basic transcription factor 3-like 4"
-"chr20",49253552,49253600,49,"*","Intron (uc010zyt.2/140876, intron 21 of 21)",20,49202323,49202416,94,1,"693230",51229,"ENSG00000208018","MIR645","microRNA 645"
-"chr11",27015760,27015765,6,"*","Promoter (<=1kb)",11,27015628,27018632,3005,1,"387758",132,"ENSG00000176971","FIBIN","fin bud initiation factor homolog (zebrafish)"
-"chr6",33263112,33263214,103,"*","5' UTR",6,33540323,33548070,7748,2,"578",284856,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr8",1854747,1854947,201,"*","Intron (uc003wpq.1/9639, intron 18 of 22)",8,1922044,1955109,33066,1,"9920",-67097,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
-"chr16",20911085,20911522,438,"*","Promoter (<=1kb)",16,20911557,20936328,24772,1,"57149",-35,"ENSG00000102897","LYRM1","LYR motif containing 1"
-"chr16",89284213,89284335,123,"*","Promoter (<=1kb)",16,89284111,89295965,11855,1,"197320",102,"ENSG00000170100","ZNF778","zinc finger protein 778"
-"chr3",66551530,66551541,12,"*","Promoter (<=1kb)",3,66429221,66550845,121625,2,"26018",-685,"ENSG00000144749","LRIG1","leucine-rich repeats and immunoglobulin-like domains 1"
-"chr4",170679129,170679161,33,"*","Promoter (<=1kb)",4,170650619,170679093,28475,2,"54969",-36,"ENSG00000056050","C4orf27","chromosome 4 open reading frame 27"
-"chr7",36007718,36008153,436,"*","Distal Intergenic",7,35840596,35946715,106120,1,"989",167122,"ENSG00000122545","SEPT7","septin 7"
-"chr12",131199936,131200134,199,"*","Promoter (<=1kb)",12,130880681,131200826,320146,2,"23504",692,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
-"chr6",168226540,168226576,37,"*","Promoter (<=1kb)",6,168224570,168227476,2907,2,"653483",900,"ENSG00000198221","MLLT4-AS1","MLLT4 antisense RNA 1 (head to head)"
-"chr19",1226918,1227093,176,"*","Intron (uc002lrl.1/6794, intron 9 of 9)",19,1229947,1237990,8044,2,"255057",10897,"ENSG00000099625","CBARP","CACN beta subunit associated regulatory protein"
-"chrX",134166205,134166239,35,"*","Promoter (<=1kb)",23,134166333,134167575,1243,1,"8933",-94,"ENSG00000134590","FAM127A","family with sequence similarity 127 member A"
-"chr14",103373074,103373230,157,"*","3' UTR",14,103388993,103397179,8187,1,"81693",-15763,"ENSG00000166126","AMN","amnion associated transmembrane protein"
-"chr14",70826451,70826572,122,"*","Promoter (<=1kb)",14,70791798,70826448,34651,2,"51241",-3,"ENSG00000133983","COX16","COX16 cytochrome c oxidase assembly homolog"
-"chr1",61547497,61547758,262,"*","5' UTR",1,61542946,61928460,385515,1,"4774",4551,"ENSG00000162599","NFIA","nuclear factor I/A"
-"chr1",234634932,234635029,98,"*","Distal Intergenic",1,234527059,234614849,87791,2,"6894",-20083,"ENSG00000059588","TARBP1","TAR (HIV-1) RNA binding protein 1"
-"chr3",133380742,133380807,66,"*","Promoter (<=1kb)",3,133319449,133380737,61289,2,"11073",-5,"ENSG00000163781","TOPBP1","topoisomerase (DNA) II binding protein 1"
-"chr6",31637616,31638016,401,"*","3' UTR",6,32485154,32557613,72460,2,"3127",919597,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",843637,843828,192,"*","Exon (uc010ibj.3/2580, exon 10 of 11)",4,778745,819945,41201,2,"10815",-23692,"ENSG00000168993","CPLX1","complexin 1"
-"chr12",71833022,71833031,10,"*","Promoter (<=1kb)",12,71833550,71980088,146539,1,"8549",-519,"ENSG00000139292","LGR5","leucine-rich repeat containing G protein-coupled receptor 5"
-"chr10",98272504,98272633,130,"*","Promoter (1-2kb)",10,98124363,98273683,149321,2,"7093",1050,"ENSG00000095587","TLL2","tolloid like 2"
-"chr1",228270029,228270142,114,"*","Promoter (<=1kb)",1,228270361,228286913,16553,1,"375",-219,"ENSG00000143761","ARF1","ADP ribosylation factor 1"
-"chr17",109444,109448,5,"*","Intron (uc010vpy.2/9501, intron 3 of 6)",17,180996,183279,2284,1,"100506388",-71548,"ENSG00000262061","LOC100506388","uncharacterized LOC100506388"
-"chr6",30181335,30181425,91,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1697765,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",155537547,155537901,355,"*","Intron (uc003qqb.3/26230, intron 17 of 28)",6,155585147,155597682,12536,1,"49861",-47246,"ENSG00000171217","CLDN20","claudin 20"
-"chr1",35497458,35497607,150,"*","Promoter (<=1kb)",1,35449368,35497569,48202,2,"9204",0,"ENSG00000163867","ZMYM6","zinc finger MYM-type containing 6"
-"chr12",498582,498779,198,"*","Promoter (<=1kb)",12,389223,498620,109398,2,"5927",0,"ENSG00000073614","KDM5A","lysine demethylase 5A"
-"chr7",157654054,157654170,117,"*","Intron (uc003wns.3/100506585, intron 3 of 3)",7,157647277,157658782,11506,1,"100506585",6777,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr2",240153778,240153791,14,"*","Intron (uc002vyk.4/9759, intron 24 of 26)",2,240115027,240117153,2127,2,"85009",-36625,NA,"MGC16025","uncharacterized LOC85009"
-"chr11",66193883,66193993,111,"*","3' UTR",11,66188475,66194177,5703,1,"266743",5408,"ENSG00000174576","NPAS4","neuronal PAS domain protein 4"
-"chr15",90208810,90208867,58,"*","3' UTR",15,90171201,90198682,27482,2,"374654",-10128,"ENSG00000166813","KIF7","kinesin family member 7"
-"chr10",15001839,15001988,150,"*","Promoter (<=1kb)",10,15001438,15014850,13413,1,"644890",401,"ENSG00000197889","MEIG1","meiosis/spermiogenesis associated 1"
-"chr2",219137442,219137776,335,"*","Promoter (2-3kb)",2,219135115,219211516,76402,1,"25953",2327,"ENSG00000127838","PNKD","paroxysmal nonkinesigenic dyskinesia"
-"chr15",101419221,101419227,7,"*","Promoter (<=1kb)",15,101420009,101456830,36822,1,"220",-782,"ENSG00000184254","ALDH1A3","aldehyde dehydrogenase 1 family member A3"
-"chr1",70671212,70671261,50,"*","Promoter (<=1kb)",1,70610485,70671361,60877,2,"55631",100,"ENSG00000066557","LRRC40","leucine rich repeat containing 40"
-"chr12",98987143,98987217,75,"*","Promoter (<=1kb)",12,98987403,98995778,8376,1,"5250",-186,"ENSG00000075415","SLC25A3","solute carrier family 25 member 3"
-"chr8",144649310,144649630,321,"*","3' UTR",8,144648363,144654928,6566,2,"642475",5298,"ENSG00000204839","MROH6","maestro heat like repeat family member 6"
-"chr1",1990732,1990868,137,"*","Intron (uc001aiq.3/5590, intron 3 of 17)",1,1981909,2116834,134926,1,"5590",8823,"ENSG00000067606","PRKCZ","protein kinase C zeta"
-"chr1",44016014,44016023,10,"*","Intron (uc001cjq.4/5792, intron 3 of 7)",1,43996547,44089343,92797,1,"5792",19467,"ENSG00000142949","PTPRF","protein tyrosine phosphatase, receptor type F"
-"chr14",23292092,23292277,186,"*","Distal Intergenic",14,23242432,23289020,46589,2,"9056",-3072,"ENSG00000155465","SLC7A7","solute carrier family 7 member 7"
-"chr1",209405771,209406063,293,"*","Distal Intergenic",1,209602168,209605892,3725,1,"642587",-196105,NA,"MIR205HG","MIR205 host gene"
-"chr16",3063632,3063821,190,"*","Promoter (1-2kb)",16,3062457,3064506,2050,1,"9080",1175,"ENSG00000213937","CLDN9","claudin 9"
-"chr1",167486930,167487247,318,"*","Promoter (<=1kb)",1,167399877,167487847,87971,2,"919",600,"ENSG00000198821","CD247","CD247 molecule"
-"chr21",46340785,46340857,73,"*","Promoter (<=1kb)",21,46340950,46349595,8646,1,"100505746",-93,"ENSG00000227039","ITGB2-AS1","ITGB2 antisense RNA 1"
-"chr1",1190475,1190493,19,"*","3' UTR",1,1177826,1182102,4277,2,"388581",-8373,"ENSG00000184163","FAM132A","family with sequence similarity 132 member A"
-"chr22",36877559,36877627,69,"*","Promoter (<=1kb)",22,36863093,36877687,14595,2,"25828",60,"ENSG00000100348","TXN2","thioredoxin 2"
-"chr7",101882646,101882758,113,"*","Exon (uc003uys.4/1523, exon 23 of 24)",7,101928405,101962178,33774,1,"10603",-45647,"ENSG00000160999","SH2B2","SH2B adaptor protein 2"
-"chr16",79634660,79634675,16,"*","Promoter (<=1kb)",16,79627745,79634622,6878,2,"4094",-38,"ENSG00000178573","MAF","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog"
-"chrX",84258743,84258823,81,"*","Promoter (<=1kb)",23,84258898,84348323,89426,1,"139322",-75,"ENSG00000155008","APOOL","apolipoprotein O like"
-"chr20",60718270,60718314,45,"*","Promoter (<=1kb)",20,60711783,60718514,6732,2,"5688",200,"ENSG00000101182","PSMA7","proteasome subunit alpha 7"
-"chr7",141501451,141501577,127,"*","Distal Intergenic",7,141490017,141491166,1150,1,"54429",11434,"ENSG00000127366","TAS2R5","taste 2 receptor member 5"
-"chr8",146078959,146079365,407,"*","5' UTR",8,146052903,146072894,19992,1,"7553",26056,"ENSG00000147789","ZNF7","zinc finger protein 7"
-"chr14",24020941,24020957,17,"*","Promoter (<=1kb)",14,23990064,24020858,30795,2,"85446",-83,"ENSG00000136367","ZFHX2","zinc finger homeobox 2"
-"chr6",32939477,32939665,189,"*","5' UTR",6,32605183,32614839,9657,1,"3117",334294,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr15",59730607,59730804,198,"*","Promoter (<=1kb)",15,59730372,59815751,85380,1,"145773",235,"ENSG00000157470","FAM81A","family with sequence similarity 81 member A"
-"chr9",117349945,117350186,242,"*","Promoter (<=1kb)",9,117349994,117361152,11159,1,"9550",0,"ENSG00000136888","ATP6V1G1","ATPase H+ transporting V1 subunit G1"
-"chr14",76734368,76734445,78,"*","Distal Intergenic",14,76837690,76968180,130491,1,"2103",-103245,"ENSG00000119715","ESRRB","estrogen related receptor beta"
-"chr2",220377774,220377837,64,"*","Promoter (1-2kb)",2,220378892,220403494,24603,1,"55515",-1055,"ENSG00000072182","ASIC4","acid sensing ion channel subunit family member 4"
-"chr1",161008750,161008824,75,"*","Promoter (<=1kb)",1,161007422,161008774,1353,2,"100131187",0,"ENSG00000215845","TSTD1","thiosulfate sulfurtransferase (rhodanese)-like domain containing 1"
-"chr11",796434,796521,88,"*","Promoter (1-2kb)",11,790475,798269,7795,2,"79751",1748,"ENSG00000177542","SLC25A22","solute carrier family 25 member 22"
-"chr4",8200549,8200804,256,"*","Promoter (<=1kb)",4,8201060,8242830,41771,1,"54436",-256,"ENSG00000125089","SH3TC1","SH3 domain and tetratricopeptide repeats 1"
-"chr2",201936639,201936661,23,"*","Promoter (<=1kb)",2,201936462,201950473,14012,1,"4709",177,"ENSG00000119013","NDUFB3","NADH:ubiquinone oxidoreductase subunit B3"
-"chr3",238496,238611,116,"*","Promoter (<=1kb)",3,238279,451097,212819,1,"10752",217,"ENSG00000134121","CHL1","cell adhesion molecule L1 like"
-"chr15",72523739,72523758,20,"*","Promoter (<=1kb)",15,72491370,72523727,32358,2,"5315",-12,"ENSG00000067225","PKM","pyruvate kinase, muscle"
-"chr4",8073804,8074092,289,"*","Intron (uc003gkj.4/84448, intron 15 of 20)",4,7967037,8160559,193523,2,"84448",86467,"ENSG00000163995","ABLIM2","actin binding LIM protein family member 2"
-"chr16",565445,565575,131,"*","Intron (uc002chf.3/9727, intron 9 of 13)",16,576847,577407,561,2,"64493",11832,NA,"LINC00235","long intergenic non-protein coding RNA 235"
-"chr19",51128528,51128640,113,"*","Exon (uc002pst.3/84258, exon 7 of 9)",19,51125234,51143092,17859,2,"84258",14452,"ENSG00000213023","SYT3","synaptotagmin 3"
-"chr10",133598638,133598669,32,"*","Distal Intergenic",10,133604734,133622535,17802,2,"399827",23866,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
-"chr12",99038497,99038551,55,"*","Promoter (<=1kb)",12,99007182,99038829,31648,2,"121457",278,"ENSG00000166130","IKBIP","IKBKB interacting protein"
-"chr16",32359673,32359756,84,"*","Distal Intergenic",16,32264650,32267243,2594,1,"729264",95023,"ENSG00000205456","TP53TG3D","TP53 target 3D"
-"chr19",51869680,51869756,77,"*","Promoter (<=1kb)",19,51848409,51869672,21264,2,"2109",-8,"ENSG00000105379","ETFB","electron transfer flavoprotein beta subunit"
-"chr11",34937559,34937564,6,"*","Promoter (<=1kb)",11,34937677,35017675,79999,1,"8050",-113,"ENSG00000110435","PDHX","pyruvate dehydrogenase complex component X"
-"chr15",96909848,96909963,116,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",33358,"ENSG00000222651","MIR1469","microRNA 1469"
-"chr2",97563685,97563966,282,"*","5' UTR",2,97525473,97535735,10263,2,"54910",-27950,"ENSG00000168758","SEMA4C","semaphorin 4C"
-"chr5",118965154,118965233,80,"*","Promoter (<=1kb)",5,118965254,118971517,6264,1,"340069",-21,"ENSG00000164334","FAM170A","family with sequence similarity 170 member A"
-"chr14",61201746,61201929,184,"*","Promoter (<=1kb)",14,61201459,61435398,233940,1,"4331",287,"ENSG00000020426","MNAT1","MNAT1, CDK activating kinase assembly factor"
-"chr8",143279443,143279492,50,"*","Promoter (<=1kb)",8,143279717,143290364,10648,1,"619434",-225,"ENSG00000254008","LINC00051","long intergenic non-protein coding RNA 51"
-"chr6",42145851,42146052,202,"*","Exon (uc003orx.3/2978, exon 4 of 6)",6,42151022,42162694,11673,2,"2979",16642,"ENSG00000112599","GUCA1B","guanylate cyclase activator 1B"
-"chr5",68666027,68666458,432,"*","Promoter (<=1kb)",5,68647553,68665840,18288,2,"6880",-187,"ENSG00000085231","TAF9","TATA-box binding protein associated factor 9"
-"chr4",1004506,1004609,104,"*","Promoter (<=1kb)",4,1004940,1020686,15747,1,"53834",-331,"ENSG00000127418","FGFRL1","fibroblast growth factor receptor-like 1"
-"chr1",65774809,65775059,251,"*","Intron (uc001dcc.1/9829, intron 1 of 11)",1,65720148,65881552,161405,1,"9829",54661,"ENSG00000116675","DNAJC6","DnaJ heat shock protein family (Hsp40) member C6"
-"chr1",994450,994534,85,"*","Distal Intergenic",1,1007126,1009687,2562,2,"401934",15153,"ENSG00000237330","RNF223","ring finger protein 223"
-"chr19",1510536,1510692,157,"*","Promoter (2-3kb)",19,1505017,1513188,8172,2,"339366",2496,"ENSG00000185761","ADAMTSL5","ADAMTS like 5"
-"chr16",31711991,31712064,74,"*","Promoter (<=1kb)",16,31711934,31718745,6812,1,"100132341",57,"ENSG00000131797","CLUHP3","clustered mitochondria (cluA/CLU1) homolog pseudogene 3"
-"chr10",2964692,2964745,54,"*","Distal Intergenic",10,3109712,3178997,69286,1,"5214",-144967,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
-"chr8",65492792,65492846,55,"*","Promoter (<=1kb)",8,65492795,65496191,3397,1,"27319",0,"ENSG00000180828","BHLHE22","basic helix-loop-helix family member e22"
-"chr16",50099896,50100179,284,"*","Promoter (<=1kb)",16,50099881,50139375,39495,1,"55027",15,"ENSG00000155393","HEATR3","HEAT repeat containing 3"
-"chr16",3207475,3207919,445,"*","Exon (uc021tbg.1/uc021tbg.1, exon 1 of 1)",16,3185057,3192805,7749,1,"7760",22418,"ENSG00000085644","ZNF213","zinc finger protein 213"
-"chr16",23568823,23568908,86,"*","Promoter (<=1kb)",16,23568862,23585710,16849,1,"56061",0,"ENSG00000103353","UBFD1","ubiquitin family domain containing 1"
-"chr16",30041836,30042330,495,"*","Promoter (<=1kb)",16,30035748,30042186,6439,2,"83723",0,"ENSG00000149926","FAM57B","family with sequence similarity 57 member B"
-"chr20",46414765,46414818,54,"*","Promoter (<=1kb)",20,46286150,46415360,129211,2,"55959",542,"ENSG00000196562","SULF2","sulfatase 2"
-"chr1",20960867,20961181,315,"*","Promoter (<=1kb)",1,20959948,20978004,18057,1,"65018",919,"ENSG00000158828","PINK1","PTEN induced putative kinase 1"
-"chr6",170554222,170554473,252,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",17184,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr13",37004942,37005074,133,"*","Promoter (<=1kb)",13,37005657,37017019,11363,1,"8900",-583,"ENSG00000133101","CCNA1","cyclin A1"
-"chr4",54967375,54967809,435,"*","Promoter (1-2kb)",4,54966248,54968122,1875,1,"170825",1127,"ENSG00000180613","GSX2","GS homeobox 2"
-"chr16",576870,576982,113,"*","Promoter (<=1kb)",16,576847,577407,561,2,"64493",425,NA,"LINC00235","long intergenic non-protein coding RNA 235"
-"chr2",38604394,38604637,244,"*","Promoter (<=1kb)",2,38522029,38604432,82404,2,"64225",0,"ENSG00000119787","ATL2","atlastin GTPase 2"
-"chr16",77468802,77468845,44,"*","Promoter (<=1kb)",16,77316025,77469011,152987,2,"170692",166,"ENSG00000140873","ADAMTS18","ADAM metallopeptidase with thrombospondin type 1 motif 18"
-"chr1",1295029,1295147,119,"*","Promoter (2-3kb)",1,1288071,1297157,9087,2,"54587",2010,"ENSG00000162576","MXRA8","matrix-remodelling associated 8"
-"chr20",58179540,58179799,260,"*","5' UTR",20,58201519,58203344,1826,2,"100506384",23545,"ENSG00000238194","LOC100506384","uncharacterized LOC100506384"
-"chr7",150216824,150216982,159,"*","Intron (uc003whk.3/168537, intron 1 of 1)",7,150211945,150218161,6217,1,"168537",4879,"ENSG00000179144","GIMAP7","GTPase, IMAP family member 7"
-"chr2",8785728,8785969,242,"*","Distal Intergenic",2,8822113,8824583,2471,1,"3398",-36144,"ENSG00000115738","ID2","inhibitor of DNA binding 2, HLH protein"
-"chr11",58980109,58980377,269,"*","Promoter (<=1kb)",11,58975983,58980494,4512,2,"219972",117,"ENSG00000197629","MPEG1","macrophage expressed 1"
-"chr16",6069351,6069731,381,"*","Promoter (<=1kb)",16,6069132,7763340,1694209,1,"54715",219,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
-"chr16",1922155,1922216,62,"*","5' UTR",16,1883984,1934232,50249,2,"254528",12016,"ENSG00000162039","MEIOB","meiosis specific with OB domains"
-"chr13",114927641,114927806,166,"*","Distal Intergenic",13,114747194,114898095,150902,2,"22821",-29546,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chr16",77469490,77469492,3,"*","Promoter (<=1kb)",16,77316025,77469011,152987,2,"170692",-479,"ENSG00000140873","ADAMTS18","ADAM metallopeptidase with thrombospondin type 1 motif 18"
-"chr19",34287170,34287343,174,"*","Promoter (<=1kb)",19,34287751,34306666,18916,1,"79047",-408,"ENSG00000153885","KCTD15","potassium channel tetramerization domain containing 15"
-"chr8",575726,575741,16,"*","Distal Intergenic",8,439790,495781,55992,2,"157695",-79945,"ENSG00000180190","TDRP","testis development related protein"
-"chr10",21786348,21786359,12,"*","Promoter (<=1kb)",10,21783421,21786213,2793,2,"399726",-135,"ENSG00000204682","CASC10","cancer susceptibility candidate 10"
-"chr1",1293970,1294140,171,"*","Intron (uc001afa.3/54587, intron 9 of 9)",1,1288071,1297157,9087,2,"54587",3017,"ENSG00000162576","MXRA8","matrix-remodelling associated 8"
-"chr2",70121081,70121218,138,"*","Promoter (<=1kb)",2,70121075,70132368,11294,1,"11017",6,"ENSG00000124380","SNRNP27","small nuclear ribonucleoprotein U4/U6.U5 subunit 27"
-"chr16",1859215,1859330,116,"*","3' UTR",16,1840414,1844909,4496,2,"3483",-14306,"ENSG00000099769","IGFALS","insulin like growth factor binding protein acid labile subunit"
-"chr7",1882776,1882949,174,"*","Promoter (<=1kb)",7,1883816,1883889,74,2,"100616160",940,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr7",5161117,5161531,415,"*","3' UTR",7,5160941,5184177,23237,2,"645700",22646,"ENSG00000159904","ZNF890P","zinc finger protein 890, pseudogene"
-"chr12",67197888,67197984,97,"*","Promoter (<=1kb)",12,66741211,67197894,456684,2,"23426",0,"ENSG00000155974","GRIP1","glutamate receptor interacting protein 1"
-"chr16",25123200,25123206,7,"*","Promoter (<=1kb)",16,25123047,25189551,66505,1,"51451",153,"ENSG00000205629","LCMT1","leucine carboxyl methyltransferase 1"
-"chr19",50905585,50905903,319,"*","Exon (uc002psb.5/5424, exon 6 of 27)",19,50922195,50934309,12115,1,"6689",-16292,"ENSG00000269404","SPIB","Spi-B transcription factor"
-"chr16",58498588,58498710,123,"*","Promoter (1-2kb)",16,58497549,58547523,49975,1,"65009",1039,"ENSG00000103034","NDRG4","NDRG family member 4"
-"chr2",162931003,162931127,125,"*","Promoter (<=1kb)",2,162848755,162931052,82298,2,"1803",0,"ENSG00000197635","DPP4","dipeptidyl peptidase 4"
-"chr1",116380417,116380575,159,"*","3' UTR",1,116378999,116383747,4749,2,"4808",3172,"ENSG00000177551","NHLH2","nescient helix-loop-helix 2"
-"chr1",159869960,159870026,67,"*","Promoter (<=1kb)",1,159842154,159869906,27753,2,"25790",-54,"ENSG00000213085","CFAP45","cilia and flagella associated protein 45"
-"chr16",3221328,3221355,28,"*","Distal Intergenic",16,3254247,3255185,939,1,"4992",-32892,"ENSG00000168124","OR1F1","olfactory receptor family 1 subfamily F member 1"
-"chr3",56836203,56836209,7,"*","Intron (uc011bew.1/50650, intron 9 of 10)",3,56654160,56717135,62976,2,"23272",-119068,"ENSG00000163946","FAM208A","family with sequence similarity 208 member A"
-"chr2",9563811,9563880,70,"*","Promoter (<=1kb)",2,9563666,9613239,49574,1,"51692",145,"ENSG00000119203","CPSF3","cleavage and polyadenylation specific factor 3"
-"chr7",27185345,27185512,168,"*","Promoter (1-2kb)",7,27185202,27187393,2192,2,"3203",1881,"ENSG00000106006","HOXA6","homeobox A6"
-"chr16",18994622,18995109,488,"*","Promoter (<=1kb)",16,18995256,19075262,80007,1,"79905",-147,"ENSG00000170537","TMC7","transmembrane channel like 7"
-"chr1",50888710,50888826,117,"*","Promoter (<=1kb)",1,50883223,50889119,5897,2,"63950",293,"ENSG00000142700","DMRTA2","DMRT like family A2"
-"chr8",95835303,95835522,220,"*","Promoter (<=1kb)",8,95835518,95892721,57204,1,"55656",0,"ENSG00000164941","INTS8","integrator complex subunit 8"
-"chr7",28319541,28319546,6,"*","Distal Intergenic",7,28338940,28865511,526572,1,"9586",-19394,"ENSG00000146592","CREB5","cAMP responsive element binding protein 5"
-"chr16",89632126,89632296,171,"*","3' UTR",16,89627838,89627909,72,1,"606500",4288,NA,"SNORD68","small nucleolar RNA, C/D box 68"
-"chr1",60391651,60392140,490,"*","Promoter (<=1kb)",1,60358980,60392423,33444,2,"1573",283,"ENSG00000134716","CYP2J2","cytochrome P450 family 2 subfamily J member 2"
-"chr1",24828970,24829151,182,"*","Promoter (<=1kb)",1,24822823,24828850,6028,2,"100750325",-120,NA,"RCAN3AS","RCAN3 antisense"
-"chr13",79234715,79234799,85,"*","Promoter (<=1kb)",13,79188421,79234700,46280,2,"79596",-15,"ENSG00000152193","RNF219","ring finger protein 219"
-"chr1",41889418,41889625,208,"*","Distal Intergenic",1,41944446,41950344,5899,2,"1907",60719,"ENSG00000127129","EDN2","endothelin 2"
-"chr4",37828066,37828336,271,"*","Promoter (<=1kb)",4,37828282,37864559,36278,1,"55276",0,"ENSG00000169299","PGM2","phosphoglucomutase 2"
-"chr22",41593266,41593864,599,"*","Exon (uc003azm.3/uc003azm.3, exon 1 of 3)",22,41601313,41627275,25963,1,"83746",-7449,"ENSG00000100395","L3MBTL2","l(3)mbt-like 2 (Drosophila)"
-"chr6",33215649,33215685,37,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",332385,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr21",40752082,40752339,258,"*","Promoter (<=1kb)",21,40752213,40786214,34002,1,"7485",0,"ENSG00000182093","WRB","tryptophan rich basic protein"
-"chr6",168782602,168782615,14,"*","Distal Intergenic",6,168841831,169068674,226844,1,"64094",-59216,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr17",46653567,46653711,145,"*","Promoter (2-3kb)",17,46652869,46655743,2875,2,"3214",2032,"ENSG00000182742","HOXB4","homeobox B4"
-"chr19",1546272,1546337,66,"*","Distal Intergenic",19,1554668,1568057,13390,2,"399664",21720,"ENSG00000181588","MEX3D","mex-3 RNA binding family member D"
-"chr6",26183572,26183576,5,"*","Promoter (<=1kb)",6,26184024,26184458,435,1,"8344",-448,"ENSG00000274290","HIST1H2BE","histone cluster 1, H2be"
-"chr8",81399237,81399470,234,"*","Promoter (1-2kb)",8,81397854,81438500,40647,1,"65986",1383,"ENSG00000205189","ZBTB10","zinc finger and BTB domain containing 10"
-"chrX",49017493,49017903,411,"*","Promoter (1-2kb)",23,49019181,49023836,4656,1,"79917",-1278,"ENSG00000269313","MAGIX","MAGI family member, X-linked"
-"chr20",47833701,47834007,307,"*","Promoter (1-2kb)",20,47835832,47860614,24783,1,"55661",-1825,"ENSG00000124228","DDX27","DEAD-box helicase 27"
-"chr6",151687457,151687883,427,"*","Exon (uc003qoh.3/57621, exon 3 of 3)",6,151685250,151712677,27428,2,"57621",24794,"ENSG00000181472","ZBTB2","zinc finger and BTB domain containing 2"
-"chrX",55291238,55291317,80,"*","Promoter (<=1kb)",23,55284849,55291165,6317,2,"139793",-73,"ENSG00000204279","PAGE3","PAGE family member 3"
-"chr4",6107272,6107585,314,"*","Exon (uc010idb.1/152789, exon 3 of 21)",4,6027926,6202318,174393,2,"152789",94733,"ENSG00000152969","JAKMIP1","janus kinase and microtubule interacting protein 1"
-"chr12",132956139,132956274,136,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-50234,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chrX",122866442,122866705,264,"*","Promoter (<=1kb)",23,122734412,122866904,132493,2,"57187",199,"ENSG00000125676","THOC2","THO complex 2"
-"chr1",36396366,36396445,80,"*","Promoter (<=1kb)",1,36396319,36522063,125745,1,"192669",47,"ENSG00000126070","AGO3","argonaute 3, RISC catalytic component"
-"chr6",30069271,30069659,389,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1585701,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr3",195897856,195897864,9,"*","Distal Intergenic",3,195869507,195887761,18255,1,"401109",28349,"ENSG00000224652","LINC00885","long intergenic non-protein coding RNA 885"
-"chr9",130967772,130968009,238,"*","Promoter (1-2kb)",9,130928344,130966662,38319,2,"25792",-1110,"ENSG00000148337","CIZ1","CDKN1A interacting zinc finger protein 1"
-"chr2",133402999,133403009,11,"*","3' UTR",2,133402337,133429070,26734,2,"116372",26061,"ENSG00000150551","LYPD1","LY6/PLAUR domain containing 1"
-"chr12",105956441,105956478,38,"*","Distal Intergenic",12,105724414,105765296,40883,1,"387882",232027,"ENSG00000235162","C12orf75","chromosome 12 open reading frame 75"
-"chr18",29304434,29304818,385,"*","Distal Intergenic",18,29339659,29340843,1185,2,"147407",36025,"ENSG00000141437","SLC25A52","solute carrier family 25 member 52"
-"chr1",26372718,26372895,178,"*","Promoter (<=1kb)",1,26364514,26372604,8091,2,"7780",-114,"ENSG00000158014","SLC30A2","solute carrier family 30 member 2"
-"chr11",128807835,128807903,69,"*","Intron (uc021qsc.1/63970, intron 3 of 3)",11,128804627,128813294,8668,2,"63970",5391,"ENSG00000120471","TP53AIP1","tumor protein p53 regulated apoptosis inducing protein 1"
-"chr7",111368319,111368603,285,"*","3' UTR",7,110303106,111202573,899468,2,"83943",-165746,"ENSG00000184903","IMMP2L","inner mitochondrial membrane peptidase subunit 2"
-"chr1",2478041,2478362,322,"*","Downstream (2-3kb)",1,2481359,2484284,2926,2,"115110",5922,NA,"LOC115110","uncharacterized LOC115110"
-"chr2",198669129,198669285,157,"*","Promoter (<=1kb)",2,198669426,199014608,345183,1,"5334",-141,"ENSG00000115896","PLCL1","phospholipase C like 1"
-"chr19",52407582,52407881,300,"*","Promoter (<=1kb)",19,52392488,52408305,15818,2,"65251",424,"ENSG00000198093","ZNF649","zinc finger protein 649"
-"chr6",29717010,29717019,10,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1233440,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr2",1287787,1287808,22,"*","Intron (uc002qwq.3/54221, intron 14 of 16)",2,1377995,1546499,168505,1,"7173",-90187,"ENSG00000115705","TPO","thyroid peroxidase"
-"chr5",75919233,75919433,201,"*","Promoter (<=1kb)",5,75911307,75919259,7953,2,"2151",0,"ENSG00000164220","F2RL2","coagulation factor II thrombin receptor like 2"
-"chrX",92928623,92928663,41,"*","Promoter (<=1kb)",23,92925925,92928682,2758,2,"4675",19,"ENSG00000186310","NAP1L3","nucleosome assembly protein 1 like 3"
-"chr17",414692,415149,458,"*","3' UTR",17,289771,295731,5961,2,"359845",-118961,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
-"chr6",32020377,32020477,101,"*","Exon (uc003nzl.2/7148, exon 26 of 44)",6,32485154,32557613,72460,2,"3127",537136,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",8435835,8435862,28,"*","Promoter (<=1kb)",6,8435856,8785678,349823,1,"100506207",0,NA,"LOC100506207","uncharacterized LOC100506207"
-"chr6",159550208,159550381,174,"*","Distal Intergenic",6,159590429,159693140,102712,1,"84624",-40048,"ENSG00000164694","FNDC1","fibronectin type III domain containing 1"
-"chr12",59313355,59313440,86,"*","Promoter (<=1kb)",12,59265937,59314319,48383,2,"121227",879,"ENSG00000139263","LRIG3","leucine-rich repeats and immunoglobulin like domains 3"
-"chr7",27702618,27702700,83,"*","Promoter (<=1kb)",7,27565059,27702620,137562,2,"11112",0,"ENSG00000106049","HIBADH","3-hydroxyisobutyrate dehydrogenase"
-"chr8",144552725,144552786,62,"*","Intron (uc003yyd.2/23144, intron 7 of 11)",8,144510230,144512602,2373,2,"389692",-40123,"ENSG00000182759","MAFA","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog A"
-"chr22",45899186,45899244,59,"*","Promoter (<=1kb)",22,45898719,45997014,98296,1,"2192",467,"ENSG00000077942","FBLN1","fibulin 1"
-"chr17",74099878,74099891,14,"*","Promoter (<=1kb)",17,74077086,74099868,22783,2,"23265",-10,"ENSG00000182473","EXOC7","exocyst complex component 7"
-"chr17",6557720,6558016,297,"*","Promoter (<=1kb)",17,6558768,6558821,54,1,"100616466",-752,NA,"MIR4520-2","microRNA 4520-2"
-"chrX",69655097,69655110,14,"*","Distal Intergenic",23,69664705,69725339,60635,1,"1741",-9595,"ENSG00000082458","DLG3","discs large homolog 3"
-"chr12",57630059,57630422,364,"*","5' UTR",12,57628686,57634475,5790,2,"56901",4053,"ENSG00000185633","NDUFA4L2","NADH dehydrogenase (ubiquinone) 1 alpha subcomplex, 4-like 2"
-"chr12",4099893,4099985,93,"*","Distal Intergenic",12,3918027,3982608,64582,2,"57097",-117285,"ENSG00000111224","PARP11","poly(ADP-ribose) polymerase family member 11"
-"chr5",3121982,3122162,181,"*","Distal Intergenic",5,2752262,2755511,3250,1,"153571",369720,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
-"chr1",89664340,89664407,68,"*","Promoter (<=1kb)",1,89646831,89664633,17803,2,"115361",226,"ENSG00000162654","GBP4","guanylate binding protein 4"
-"chr12",7793305,7793313,9,"*","Distal Intergenic",12,7801996,7818502,16507,2,"339",25189,"ENSG00000111701","APOBEC1","apolipoprotein B mRNA editing enzyme catalytic subunit 1"
-"chr4",190731410,190731607,198,"*","Distal Intergenic",4,190861974,190884359,22386,1,"2483",-130367,"ENSG00000109536","FRG1","FSHD region gene 1"
-"chr16",2569653,2569911,259,"*","Promoter (<=1kb)",16,2570363,2580955,10593,1,"51005",-452,"ENSG00000162066","AMDHD2","amidohydrolase domain containing 2"
-"chr15",89949617,89949694,78,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",38287,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
-"chr17",56609082,56609262,181,"*","Intron (uc002iwo.2/5414, intron 11 of 11)",17,56597611,56618179,20569,2,"5414",8917,"ENSG00000108387","SEPT4","septin 4"
-"chr11",71498958,71499117,160,"*","Promoter (<=1kb)",11,71498557,71512280,13724,1,"55199",401,"ENSG00000158483","FAM86C1","family with sequence similarity 86 member C1"
-"chr14",94088469,94088604,136,"*","Exon (uc001ybs.1/57578, exon 30 of 50)",14,94184644,94254766,70123,2,"145270",166162,"ENSG00000175785","PRIMA1","proline rich membrane anchor 1"
-"chr6",30522937,30523215,279,"*","5' UTR",6,32485154,32557613,72460,2,"3127",2034398,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",131636799,131637200,402,"*","Intron (uc001lki.2/253738, intron 1 of 15)",10,131641563,131641638,76,2,"100422873",4438,"ENSG00000266676","MIR4297","microRNA 4297"
-"chr3",118753705,118753707,3,"*","Intron (uc003eby.3/152404, intron 6 of 8)",3,118661923,118667088,5166,1,"100506765",91782,"ENSG00000239877","IGSF11-AS1","IGSF11 antisense RNA 1"
-"chr2",175413349,175413592,244,"*","Intron (uc002uiw.3/uc002uiw.3, intron 2 of 3)",2,175296300,175351816,55517,2,"151556",-61533,"ENSG00000163328","GPR155","G protein-coupled receptor 155"
-"chr5",1814728,1814768,41,"*","Intron (uc003jcy.3/4726, intron 3 of 3)",5,1801496,1816167,14672,1,"4726",13232,"ENSG00000145494","NDUFS6","NADH:ubiquinone oxidoreductase subunit S6"
-"chr16",882698,882848,151,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",27255,"ENSG00000167945","PRR25","proline rich 25"
-"chr4",13546210,13546292,83,"*","Promoter (<=1kb)",4,13542454,13546114,3661,2,"579",-96,"ENSG00000109705","NKX3-2","NK3 homeobox 2"
-"chrX",48165587,48165663,77,"*","Promoter (<=1kb)",23,48160985,48165614,4630,2,"280660",0,"ENSG00000204648","SSX9","synovial sarcoma, X breakpoint 9"
-"chr19",50060174,50060306,133,"*","Exon (uc002pok.4/51070, exon 7 of 10)",19,50058725,50083829,25105,2,"51070",23523,"ENSG00000142546","NOSIP","nitric oxide synthase interacting protein"
-"chr8",102504482,102504564,83,"*","Promoter (<=1kb)",8,102504668,102681952,177285,1,"79977",-104,"ENSG00000083307","GRHL2","grainyhead like transcription factor 2"
-"chr11",118868594,118868608,15,"*","Promoter (<=1kb)",11,118868852,118886455,17604,1,"338657",-244,"ENSG00000186166","CCDC84","coiled-coil domain containing 84"
-"chr16",10208417,10208426,10,"*","Intron (uc002czo.4/2903, intron 11 of 12)",16,9847265,10276611,429347,2,"2903",68185,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
-"chr8",114389431,114389438,8,"*","Intron (uc003ynu.3/114788, intron 70 of 70)",8,113235159,114449242,1214084,2,"114788",59804,"ENSG00000164796","CSMD3","CUB and Sushi multiple domains 3"
-"chr1",173887053,173887284,232,"*","Promoter (<=1kb)",1,173872942,173886516,13575,2,"462",-537,"ENSG00000117601","SERPINC1","serpin peptidase inhibitor, clade C (antithrombin), member 1"
-"chr19",1828076,1828271,196,"*","Exon (uc002lua.4/57455, exon 2 of 16)",19,1822088,1824542,2455,1,"100288123",5988,"ENSG00000267244","LOC100288123","uncharacterized LOC100288123"
-"chr1",1356902,1357313,412,"*","Promoter (<=1kb)",1,1353800,1356824,3025,2,"441869",-78,"ENSG00000235098","ANKRD65","ankyrin repeat domain 65"
-"chr4",108746227,108746323,97,"*","Promoter (<=1kb)",4,108745721,108836204,90484,1,"166929",506,"ENSG00000164023","SGMS2","sphingomyelin synthase 2"
-"chr1",1217159,1217511,353,"*","Promoter (1-2kb)",1,1215816,1227409,11594,1,"6339",1343,"ENSG00000162572","SCNN1D","sodium channel epithelial 1 delta subunit"
-"chr1",246728629,246728679,51,"*","Promoter (<=1kb)",1,246703863,246729565,25703,2,"64216",886,"ENSG00000162851","TFB2M","transcription factor B2, mitochondrial"
-"chr19",1275266,1275448,183,"*","Promoter (<=1kb)",19,1275520,1279243,3724,1,"55009",-72,"ENSG00000228300","C19orf24","chromosome 19 open reading frame 24"
-"chr2",167168556,167168804,249,"*","Intron (uc010fpl.3/6335, intron 26 of 26)",2,167051697,167232497,180801,2,"6335",63693,"ENSG00000169432","SCN9A","sodium voltage-gated channel alpha subunit 9"
-"chr8",50824358,50824749,392,"*","Promoter (2-3kb)",8,50822349,51705427,883079,1,"54212",2009,"ENSG00000147481","SNTG1","syntrophin gamma 1"
-"chr1",228327886,228327888,3,"*","Promoter (<=1kb)",1,228327785,228336655,8871,1,"2987",101,"ENSG00000143774","GUK1","guanylate kinase 1"
-"chr16",711015,711033,19,"*","Intron (uc002cii.1/197335, intron 28 of 40)",16,718083,724174,6092,1,"89941",-7050,"ENSG00000140983","RHOT2","ras homolog family member T2"
-"chr19",8201089,8201264,176,"*","Exon (uc002mjf.3/84467, exon 11 of 63)",19,8130287,8212381,82095,2,"84467",11117,"ENSG00000142449","FBN3","fibrillin 3"
-"chr3",63804366,63804635,270,"*","Promoter (<=1kb)",3,63805041,63834312,29272,1,"132200",-406,"ENSG00000163632","C3orf49","chromosome 3 open reading frame 49"
-"chr5",76115926,76116088,163,"*","Promoter (1-2kb)",5,76114833,76131140,16308,1,"2150",1093,"ENSG00000164251","F2RL1","F2R like trypsin receptor 1"
-"chr8",125985846,125985883,38,"*","Promoter (<=1kb)",8,125985539,125991630,6092,1,"137209",307,"ENSG00000180938","ZNF572","zinc finger protein 572"
-"chr13",41345487,41345667,181,"*","Promoter (<=1kb)",13,41303432,41345347,41916,2,"10240",-140,"ENSG00000102738","MRPS31","mitochondrial ribosomal protein S31"
-"chr10",132546420,132546452,33,"*","Distal Intergenic",10,132760851,132760931,81,2,"100422867",214479,"ENSG00000264803","MIR378C","microRNA 378c"
-"chr11",82905187,82905215,29,"*","Promoter (<=1kb)",11,82905291,82967042,61752,1,"338699",-76,"ENSG00000137494","ANKRD42","ankyrin repeat domain 42"
-"chr16",5116237,5116626,390,"*","Promoter (<=1kb)",16,5094123,5116146,22024,2,"146556",-91,"ENSG00000153446","C16orf89","chromosome 16 open reading frame 89"
-"chr3",169386181,169386507,327,"*","Distal Intergenic",3,168801287,169381563,580277,2,"2122",-4618,"ENSG00000085276","MECOM","MDS1 and EVI1 complex locus"
-"chr7",44183432,44183642,211,"*","Promoter (2-3kb)",7,44178463,44180916,2454,2,"58498",-2516,"ENSG00000106631","MYL7","myosin light chain 7"
-"chr1",27339266,27339413,148,"*","Promoter (<=1kb)",1,27331511,27339333,7823,2,"115572",0,"ENSG00000158246","FAM46B","family with sequence similarity 46 member B"
-"chr19",14530314,14530417,104,"*","Promoter (<=1kb)",19,14519610,14530195,10586,2,"10212",-119,"ENSG00000123136","DDX39A","DEAD-box helicase 39A"
-"chr4",120243252,120243263,12,"*","Promoter (<=1kb)",4,120238405,120243316,4912,2,"2169",53,"ENSG00000145384","FABP2","fatty acid binding protein 2"
-"chr4",40632314,40632675,362,"*","Promoter (<=1kb)",4,40425272,40632640,207369,2,"54502",0,"ENSG00000163694","RBM47","RNA binding motif protein 47"
-"chr6",32366299,32366369,71,"*","Intron (uc003obg.1/56244, intron 2 of 5)",6,32485154,32557613,72460,2,"3127",191244,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr14",24837788,24837844,57,"*","Promoter (1-2kb)",14,24836145,24848810,12666,1,"4776",1643,"ENSG00000100968","NFATC4","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 4"
-"chr3",128720290,128720884,595,"*","Promoter (<=1kb)",3,128720472,128759585,39114,1,"79825",0,"ENSG00000114654","EFCC1","EF-hand and coiled-coil domain containing 1"
-"chr2",28113397,28113553,157,"*","Promoter (<=1kb)",2,28113482,28561767,448286,1,"9577",0,"ENSG00000158019","BRE","brain and reproductive organ-expressed (TNFRSF1A modulator)"
-"chr1",220101371,220101650,280,"*","Exon (uc001hlw.3/55532, exon 1 of 4)",1,219858769,220131989,273221,2,"55532",30339,"ENSG00000196660","SLC30A10","solute carrier family 30 member 10"
-"chr16",3767934,3767978,45,"*","Promoter (<=1kb)",16,3708038,3767598,59561,2,"10131",-336,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
-"chr4",3315040,3315059,20,"*","Intron (uc003ggu.2/6002, intron 1 of 6)",4,3294755,3441640,146886,1,"6002",20285,"ENSG00000159788","RGS12","regulator of G-protein signaling 12"
-"chr7",94286267,94286294,28,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",630,"ENSG00000242265","PEG10","paternally expressed 10"
-"chr5",31639946,31640216,271,"*","Promoter (<=1kb)",5,31639517,32111038,471522,1,"23037",429,"ENSG00000133401","PDZD2","PDZ domain containing 2"
-"chr7",39454090,39454109,20,"*","Intron (uc003thb.2/11281, intron 7 of 10)",7,39444198,39445945,1748,2,"100861520",-8145,"ENSG00000224122","POU6F2-AS1","POU6F2 antisense RNA 1"
-"chr6",30031748,30031845,98,"*","Intron (uc003noz.3/30834, intron 4 of 4)",6,28471073,28483570,12498,2,"257202",-1548178,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",139477911,139477971,61,"*","Promoter (<=1kb)",7,139478047,139720125,242079,1,"6916",-76,"ENSG00000059377","TBXAS1","thromboxane A synthase 1"
-"chrX",146993175,146993377,203,"*","Promoter (<=1kb)",23,146993469,147032647,39179,1,"2332",-92,"ENSG00000102081","FMR1","fragile X mental retardation 1"
-"chr11",2423148,2423231,84,"*","Promoter (1-2kb)",11,2421718,2425106,3389,1,"10078",1430,"ENSG00000184281","TSSC4","tumor suppressing subtransferable candidate 4"
-"chr1",206859168,206859650,483,"*","Promoter (<=1kb)",1,206858365,206907630,49266,1,"9261",803,"ENSG00000162889","MAPKAPK2","mitogen-activated protein kinase-activated protein kinase 2"
-"chr10",126198917,126198993,77,"*","Intron (uc001lhs.2/64077, intron 5 of 6)",10,126150341,126302710,152370,1,"64077",48576,"ENSG00000107902","LHPP","phospholysine phosphohistidine inorganic pyrophosphate phosphatase"
-"chr16",4465613,4465731,119,"*","Promoter (1-2kb)",16,4390252,4466962,76711,2,"100529144",1231,"ENSG00000103426","CORO7-PAM16","CORO7-PAM16 readthrough"
-"chr19",46380134,46380346,213,"*","Distal Intergenic",19,46386866,46389376,2511,2,"26145",9030,"ENSG00000170604","IRF2BP1","interferon regulatory factor 2 binding protein 1"
-"chr14",94546958,94547255,298,"*","Promoter (<=1kb)",14,94517268,94547558,30291,2,"57062",303,"ENSG00000089737","DDX24","DEAD-box helicase 24"
-"chr11",95523445,95523458,14,"*","Promoter (<=1kb)",11,95523625,95565857,42233,1,"9702",-167,"ENSG00000166037","CEP57","centrosomal protein 57kDa"
-"chr16",2827372,2827690,319,"*","Promoter (<=1kb)",16,2821415,2827297,5883,2,"6923",-75,"ENSG00000103363","TCEB2","transcription elongation factor B subunit 2"
-"chr6",29695413,29695542,130,"*","Intron (uc011dlx.1/3134, intron 7 of 7)",6,28471073,28483570,12498,2,"257202",-1211843,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr2",236579421,236579732,312,"*","Intron (uc021vyp.1/116987, intron 1 of 9)",2,236402733,237040444,637712,1,"116987",176688,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
-"chr16",2986767,2986885,119,"*","Intron (uc002csb.3/84256, intron 6 of 8)",16,2961980,3001209,39230,1,"84256",24787,"ENSG00000059122","FLYWCH1","FLYWCH-type zinc finger 1"
-"chr7",27169674,27169740,67,"*","Promoter (<=1kb)",7,27168126,27170399,2274,2,"3201",659,"ENSG00000197576","HOXA4","homeobox A4"
-"chr2",169887771,169887884,114,"*","Promoter (<=1kb)",2,169779449,169887833,108385,2,"8647",0,"ENSG00000073734","ABCB11","ATP binding cassette subfamily B member 11"
-"chr11",47575230,47575235,6,"*","Promoter (<=1kb)",11,47487489,47574792,87304,2,"10658",-438,"ENSG00000149187","CELF1","CUGBP, Elav-like family member 1"
-"chr2",63278211,63278550,340,"*","Promoter (1-2kb)",2,63277192,63284966,7775,1,"5013",1019,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr15",76050841,76050852,12,"*","Distal Intergenic",15,76054556,76054656,101,2,"100423035",3804,"ENSG00000274496","MIR4313","microRNA 4313"
-"chr3",48229270,48229618,349,"*","Promoter (<=1kb)",3,48198668,48229801,31134,2,"993",183,"ENSG00000164045","CDC25A","cell division cycle 25A"
-"chr7",157195620,157195815,196,"*","Intron (uc003wnk.3/10049, intron 8 of 9)",7,157129710,157210133,80424,1,"10049",65910,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
-"chr13",112157732,112157871,140,"*","Distal Intergenic",13,111973015,111996594,23580,1,"121793",184717,"ENSG00000153495","TEX29","testis expressed 29"
-"chr20",34241958,34242408,451,"*","Exon (uc002xdq.3/10137, exon 3 of 3)",20,34236847,34252878,16032,2,"10137",10470,"ENSG00000244462","RBM12","RNA binding motif protein 12"
-"chr15",89074269,89074512,244,"*","Exon (uc002bmp.4/55070, exon 3 of 7)",15,89054786,89089912,35127,2,"55070",15400,"ENSG00000140543","DET1","de-etiolated homolog 1 (Arabidopsis)"
-"chr10",131577638,131577741,104,"*","Distal Intergenic",10,131641563,131641638,76,2,"100422873",63897,"ENSG00000266676","MIR4297","microRNA 4297"
-"chr12",125308099,125308217,119,"*","Intron (uc001ugm.4/949, intron 12 of 12)",12,125262174,125365007,102834,2,"949",56790,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
-"chr17",61905183,61905253,71,"*","Promoter (<=1kb)",17,61896793,61905031,8239,2,"117246",-152,"ENSG00000108592","FTSJ3","FtsJ homolog 3 (E. coli)"
-"chr11",70330927,70331378,452,"*","Intron (uc009ysn.1/uc009ysn.1, intron 1 of 1)",11,70244612,70282690,38079,1,"2017",86315,"ENSG00000085733","CTTN","cortactin"
-"chr6",33216201,33216220,20,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",331850,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr4",82965818,82965820,3,"*","Distal Intergenic",4,83274467,83295149,20683,2,"3184",329329,"ENSG00000138668","HNRNPD","heterogeneous nuclear ribonucleoprotein D"
-"chr7",150417587,150417695,109,"*","Exon (uc003whq.3/170575, exon 3 of 3)",7,150413645,150440737,27093,1,"100527949",3942,"ENSG00000196329","GIMAP1-GIMAP5","GIMAP1-GIMAP5 readthrough"
-"chr9",27529907,27530554,648,"*","Promoter (<=1kb)",9,27325207,27529850,204644,2,"79817",-57,"ENSG00000120162","MOB3B","MOB kinase activator 3B"
-"chr5",115297642,115297675,34,"*","Promoter (<=1kb)",5,115298151,115363299,65149,1,"206338",-476,"ENSG00000172901","LVRN","laeverin"
-"chr13",111719172,111719629,458,"*","Distal Intergenic",13,111767624,111958081,190458,1,"8874",-47995,"ENSG00000102606","ARHGEF7","Rho guanine nucleotide exchange factor 7"
-"chr6",30017755,30017771,17,"*","Intron (uc011dme.2/80862, intron 3 of 5)",6,28471073,28483570,12498,2,"257202",-1534185,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrX",55478491,55478562,72,"*","Promoter (<=1kb)",23,55478538,55479999,1462,1,"28986",0,"ENSG00000187601","MAGEH1","MAGE family member H1"
-"chr1",110672864,110673179,316,"*","Distal Intergenic",1,110655062,110656569,1508,1,"164153",17802,"ENSG00000186150","UBL4B","ubiquitin like 4B"
-"chr11",126138802,126138895,94,"*","Promoter (<=1kb)",11,126132814,126138877,6064,2,"6734",0,"ENSG00000182934","SRPRA","SRP receptor alpha subunit"
-"chr9",94712424,94712780,357,"*","Promoter (<=1kb)",9,94325373,94712444,387072,2,"4920",0,"ENSG00000169071","ROR2","receptor tyrosine kinase-like orphan receptor 2"
-"chr6",31367648,31367670,23,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1189943,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",202936725,202936986,262,"*","Promoter (<=1kb)",1,202931001,202936404,5404,2,"51706",-321,"ENSG00000159348","CYB5R1","cytochrome b5 reductase 1"
-"chr17",708009,708362,354,"*","Exon (uc010vqe.2/64359, exon 6 of 8)",17,662549,685571,23023,2,"51031",-22438,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
-"chr15",86685026,86685067,42,"*","Promoter (<=1kb)",15,86685242,87572283,887042,1,"123624",-175,"ENSG00000166748","AGBL1","ATP/GTP binding protein-like 1"
-"chr1",16399867,16400060,194,"*","Promoter (<=1kb)",1,16384264,16400127,15864,2,"348487",67,"ENSG00000185519","FAM131C","family with sequence similarity 131 member C"
-"chr22",17956560,17956641,82,"*","5' UTR",22,18043183,18073647,30465,1,"83733",-86542,"ENSG00000182902","SLC25A18","solute carrier family 25 member 18"
-"chr12",16760954,16761114,161,"*","Promoter (1-2kb)",12,16701306,16762758,61453,2,"55885",1644,"ENSG00000048540","LMO3","LIM domain only 3"
-"chr17",21226888,21227051,164,"*","Distal Intergenic",17,21187968,21218551,30584,1,"5606",38920,"ENSG00000034152","MAP2K3","mitogen-activated protein kinase kinase 3"
-"chr16",50745896,50746015,120,"*","Exon (uc010cbk.1/64127, exon 4 of 4)",16,50727514,50766987,39474,1,"64127",18382,"ENSG00000167207","NOD2","nucleotide binding oligomerization domain containing 2"
-"chr6",166582416,166582585,170,"*","Promoter (<=1kb)",6,166571146,166582157,11012,2,"6862",-259,"ENSG00000164458","T","T brachyury transcription factor"
-"chr1",153508542,153508553,12,"*","Promoter (<=1kb)",1,153507076,153508717,1642,2,"6277",164,"ENSG00000197956","S100A6","S100 calcium binding protein A6"
-"chr19",52227919,52227990,72,"*","Promoter (<=1kb)",19,52216365,52227221,10857,2,"3036",-698,"ENSG00000105509","HAS1","hyaluronan synthase 1"
-"chr19",53869064,53869406,343,"*","Promoter (<=1kb)",19,53868968,53889841,20874,1,"170958",96,"ENSG00000203326","ZNF525","zinc finger protein 525"
-"chr12",54473276,54473448,173,"*","Promoter (2-3kb)",12,54472623,54475607,2985,2,"100240735",2159,"ENSG00000250654","LOC100240735","uncharacterized LOC100240735"
-"chr20",3776212,3776212,1,"*","Intron (uc010zqk.2/994, intron 1 of 15)",20,3767578,3786761,19184,1,"994",8634,"ENSG00000101224","CDC25B","cell division cycle 25B"
-"chr22",32767080,32767114,35,"*","Promoter (<=1kb)",22,32755893,32767063,11171,2,"10737",-17,"ENSG00000205853","RFPL3S","RFPL3 antisense"
-"chr16",85696657,85697118,462,"*","5' UTR",16,85711280,85722588,11309,2,"51659",25470,"ENSG00000131153","GINS2","GINS complex subunit 2 (Psf2 homolog)"
-"chr5",101834627,101834732,106,"*","Promoter (<=1kb)",5,101707649,101834720,127072,2,"133482",0,"ENSG00000205359","SLCO6A1","solute carrier organic anion transporter family member 6A1"
-"chr1",32226684,32226935,252,"*","Promoter (2-3kb)",1,32224261,32224336,76,2,"100423028",-2348,"ENSG00000266580","MIR4254","microRNA 4254"
-"chr3",183851938,183852083,146,"*","Promoter (<=1kb)",3,183852810,183863099,10290,1,"8893",-727,"ENSG00000145191","EIF2B5","eukaryotic translation initiation factor 2B subunit epsilon"
-"chr1",27240514,27240646,133,"*","Promoter (<=1kb)",1,27237975,27240567,2593,2,"8431",0,"ENSG00000131910","NR0B2","nuclear receptor subfamily 0 group B member 2"
-"chr6",133562148,133562246,99,"*","Promoter (<=1kb)",6,133561736,133853258,291523,1,"2070",412,"ENSG00000112319","EYA4","EYA transcriptional coactivator and phosphatase 4"
-"chr12",26986983,26986997,15,"*","Promoter (<=1kb)",12,26488285,26986131,497847,2,"3709",-852,"ENSG00000123104","ITPR2","inositol 1,4,5-trisphosphate receptor type 2"
-"chr6",31504133,31504369,237,"*","Exon (uc003ntt.3/7919, exon 5 of 11)",6,32485154,32557613,72460,2,"3127",1053244,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",41394869,41395046,178,"*","Distal Intergenic",6,41303528,41318625,15098,1,"9436",91341,"ENSG00000096264","NCR2","natural cytotoxicity triggering receptor 2"
-"chr10",6220943,6221273,331,"*","Intron (uc001ijd.3/5209, intron 1 of 14)",10,6194171,6194225,55,2,"100628560",-26718,NA,"MIR3155B","microRNA 3155b"
-"chr19",9420518,9420631,114,"*","Distal Intergenic",19,9405986,9415795,9810,2,"374879",-4723,"ENSG00000196110","ZNF699","zinc finger protein 699"
-"chr11",101001257,101001533,277,"*","Promoter (<=1kb)",11,100900355,101000544,100190,2,"5241",-713,"ENSG00000082175","PGR","progesterone receptor"
-"chr12",28721541,28721907,367,"*","Distal Intergenic",12,28332210,28703099,370890,1,"55297",389331,"ENSG00000123106","CCDC91","coiled-coil domain containing 91"
-"chr11",65381960,65381983,24,"*","Promoter (<=1kb)",11,65365226,65381720,16495,2,"4296",-240,"ENSG00000173327","MAP3K11","mitogen-activated protein kinase kinase kinase 11"
-"chr4",187499376,187499410,35,"*","Distal Intergenic",4,187454809,187476537,21729,2,"4543",-22839,"ENSG00000168412","MTNR1A","melatonin receptor 1A"
-"chr11",1258136,1258165,30,"*","Exon (uc009yct.2/727897, exon 25 of 26)",11,1295598,1330892,35295,2,"54472",72727,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr4",42400837,42401056,220,"*","Promoter (<=1kb)",4,42399856,42404504,4649,1,"152573",981,"ENSG00000178343","SHISA3","shisa family member 3"
-"chr10",94451736,94452236,501,"*","Promoter (2-3kb)",10,94449681,94455408,5728,1,"3087",2055,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
-"chr5",166405437,166405523,87,"*","Distal Intergenic",5,166711843,167691162,979320,1,"57451",-306320,"ENSG00000145934","TENM2","teneurin transmembrane protein 2"
-"chr10",120354844,120355139,296,"*","Promoter (<=1kb)",10,120352916,120355160,2245,2,"2834",21,"ENSG00000119973","PRLHR","prolactin releasing hormone receptor"
-"chr15",32964277,32964500,224,"*","Intron (uc001zgz.2/6447, intron 2 of 5)",15,32933870,32989298,55429,1,"6447",30407,"ENSG00000166922","SCG5","secretogranin V"
-"chr4",6344313,6344449,137,"*","Intron (uc003gja.3/5522, intron 3 of 8)",4,6271577,6304992,33416,1,"7466",72736,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
-"chr17",4167205,4167268,64,"*","Promoter (<=1kb)",17,4066665,4167274,100610,2,"51479",6,"ENSG00000185722","ANKFY1","ankyrin repeat and FYVE domain containing 1"
-"chr1",3037607,3037664,58,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",-6875,NA,"MIR4251","microRNA 4251"
-"chr12",372143,372211,69,"*","Promoter (<=1kb)",12,329787,372039,42253,2,"6540",-104,"ENSG00000010379","SLC6A13","solute carrier family 6 member 13"
-"chr15",55610576,55611038,463,"*","Promoter (<=1kb)",15,55611133,55647846,36714,1,"9488",-95,"ENSG00000069943","PIGB","phosphatidylinositol glycan anchor biosynthesis class B"
-"chr9",126692907,126693384,478,"*","Promoter (<=1kb)",9,126141933,126692417,550485,2,"57706",-490,"ENSG00000119522","DENND1A","DENN domain containing 1A"
-"chr18",44787492,44787585,94,"*","Distal Intergenic",18,44738460,44775554,37095,2,"652991",-11938,"ENSG00000215474","SKOR2","SKI family transcriptional corepressor 2"
-"chr12",125399699,125399725,27,"*","Promoter (<=1kb)",12,125396192,125399587,3396,2,"7316",-112,"ENSG00000150991","UBC","ubiquitin C"
-"chr20",44540533,44540729,197,"*","Promoter (<=1kb)",20,44527259,44541003,13745,2,"5360",274,"ENSG00000100979","PLTP","phospholipid transfer protein"
-"chr7",42951745,42951814,70,"*","5' UTR",7,42956462,42971805,15344,2,"5683",19991,"ENSG00000106588","PSMA2","proteasome subunit alpha 2"
-"chr11",977232,977562,331,"*","Intron (uc009yco.2/161, intron 5 of 15)",11,925809,1012245,86437,1,"161",51423,"ENSG00000183020","AP2A2","adaptor related protein complex 2 alpha 2 subunit"
-"chr2",4050749,4050845,97,"*","Distal Intergenic",2,4005245,4021622,16378,2,"100505964",-29127,"ENSG00000237401","LINC01304","long intergenic non-protein coding RNA 1304"
-"chr7",139024995,139025097,103,"*","Promoter (<=1kb)",7,139025105,139108203,83099,1,"51631",-8,"ENSG00000146963","LUC7L2","LUC7-like 2 pre-mRNA splicing factor"
-"chr8",15096726,15096831,106,"*","Promoter (<=1kb)",8,13947373,15095792,1148420,2,"137868",-934,"ENSG00000185053","SGCZ","sarcoglycan zeta"
-"chr16",84273740,84273949,210,"*","Promoter (<=1kb)",16,84254741,84273356,18616,2,"93107",-384,"ENSG00000168418","KCNG4","potassium voltage-gated channel modifier subfamily G member 4"
-"chr20",48552853,48553039,187,"*","Promoter (<=1kb)",20,48552914,48570422,17509,1,"55905",0,"ENSG00000124226","RNF114","ring finger protein 114"
-"chr14",23388406,23388442,37,"*","Promoter (<=1kb)",14,23369854,23388396,18543,2,"55147",-10,"ENSG00000100461","RBM23","RNA binding motif protein 23"
-"chr6",33157099,33157222,124,"*","Exon (uc003ocx.1/1302, exon 2 of 66)",6,33540323,33548070,7748,2,"578",390848,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chrX",19002006,19002190,185,"*","Promoter (<=1kb)",23,18910416,19002480,92065,2,"5256",290,"ENSG00000044446","PHKA2","phosphorylase kinase, alpha 2 (liver)"
-"chr9",130889610,130889808,199,"*","Promoter (<=1kb)",9,130882972,130890741,7770,2,"80142",933,"ENSG00000148334","PTGES2","prostaglandin E synthase 2"
-"chr7",6145105,6145168,64,"*","Promoter (<=1kb)",7,6144550,6201195,56646,1,"84132",555,"ENSG00000106346","USP42","ubiquitin specific peptidase 42"
-"chr17",80011325,80011568,244,"*","Promoter (1-2kb)",17,80009763,80015346,5584,1,"2873",1562,"ENSG00000169727","GPS1","G protein pathway suppressor 1"
-"chr16",1181198,1181617,420,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-21624,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr2",241815009,241815194,186,"*","Intron (uc002waa.4/189, intron 7 of 10)",2,241808162,241818536,10375,1,"189",6847,"ENSG00000172482","AGXT","alanine-glyoxylate aminotransferase"
-"chr17",72199366,72199373,8,"*","Promoter (<=1kb)",17,72199795,72206019,6225,1,"6169",-422,"ENSG00000172809","RPL38","ribosomal protein L38"
-"chr7",157811864,157811918,55,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",164587,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr1",111218228,111218234,7,"*","Promoter (<=1kb)",1,111214310,111217655,3346,2,"3738",-573,"ENSG00000177272","KCNA3","potassium voltage-gated channel subfamily A member 3"
-"chr4",6202553,6202558,6,"*","Promoter (<=1kb)",4,6202460,6240044,37585,1,"285484",93,NA,"LOC285484","uncharacterized LOC285484"
-"chr9",95432512,95432733,222,"*","Promoter (<=1kb)",9,95375466,95432547,57082,2,"64768",0,"ENSG00000127080","IPPK","inositol-pentakisphosphate 2-kinase"
-"chr19",6459352,6459536,185,"*","Promoter (<=1kb)",19,6436432,6459781,23350,2,"79085",245,"ENSG00000125648","SLC25A23","solute carrier family 25 member 23"
-"chr1",35250360,35250441,82,"*","5' UTR",1,35246790,35251967,5178,1,"2707",3570,"ENSG00000188910","GJB3","gap junction protein beta 3"
-"chr16",20996602,20996671,70,"*","Exon (uc010vbe.2/55567, exon 48 of 62)",16,20791515,20911561,120047,2,"112479",-85041,"ENSG00000196678","ERI2","ERI1 exoribonuclease family member 2"
-"chr16",22824829,22824998,170,"*","Promoter (<=1kb)",16,22825860,22927659,101800,1,"9956",-862,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
-"chr16",87670032,87670386,355,"*","Intron (uc010vou.2/57338, intron 1 of 5)",16,87635441,87731761,96321,1,"57338",34591,"ENSG00000154118","JPH3","junctophilin 3"
-"chr1",24126028,24126146,119,"*","Promoter (1-2kb)",1,24122089,24127294,5206,2,"2582",1148,"ENSG00000117308","GALE","UDP-galactose-4-epimerase"
-"chr1",160085385,160085520,136,"*","Promoter (<=1kb)",1,160085520,160113374,27855,1,"477",0,"ENSG00000018625","ATP1A2","ATPase Na+/K+ transporting subunit alpha 2"
-"chr1",149223316,149223452,137,"*","Distal Intergenic",1,149279476,149291742,12267,1,"388692",-56024,"ENSG00000272419","LOC388692","uncharacterized LOC388692"
-"chr15",79043459,79043531,73,"*","Promoter (<=1kb)",15,79044379,79045734,1356,1,"646938",-848,"ENSG00000238166","LOC646938","TBC1 domain family, member 2B pseudogene"
-"chr16",11891206,11891343,138,"*","Promoter (<=1kb)",16,11844442,11891114,46673,2,"29066",-92,"ENSG00000122299","ZC3H7A","zinc finger CCCH-type containing 7A"
-"chr4",2010714,2010926,213,"*","Promoter (<=1kb)",4,1984441,2010962,26522,2,"7469",36,"ENSG00000185049","NELFA","negative elongation factor complex member A"
-"chr3",50376107,50376216,110,"*","Promoter (2-3kb)",3,50367217,50378367,11151,2,"11186",2151,"ENSG00000068028","RASSF1","Ras association domain family member 1"
-"chr5",96078430,96078678,249,"*","Exon (uc003klt.3/831, exon 15 of 31)",5,96096514,96149848,53335,2,"51752",71170,"ENSG00000164307","ERAP1","endoplasmic reticulum aminopeptidase 1"
-"chr3",169386822,169387091,270,"*","Distal Intergenic",3,168801287,169381563,580277,2,"2122",-5259,"ENSG00000085276","MECOM","MDS1 and EVI1 complex locus"
-"chr21",43441482,43441670,189,"*","Distal Intergenic",21,43406940,43430496,23557,2,"49854",-10986,"ENSG00000173276","ZBTB21","zinc finger and BTB domain containing 21"
-"chr16",699268,699307,40,"*","Promoter (<=1kb)",16,699363,717829,18467,1,"197335",-56,"ENSG00000161996","WDR90","WD repeat domain 90"
-"chr22",35389016,35389453,438,"*","Distal Intergenic",22,35462130,35483380,21251,1,"91464",-72677,"ENSG00000175329","ISX","intestine specific homeobox"
-"chr6",169104440,169104492,53,"*","Distal Intergenic",6,168841831,169068674,226844,1,"64094",262609,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr8",21881998,21882013,16,"*","Promoter (<=1kb)",8,21881645,21894408,12764,1,"10361",353,"ENSG00000158806","NPM2","nucleophosmin/nucleoplasmin 2"
-"chr1",25258679,25259058,380,"*","Intron (uc009vrj.3/864, intron 5 of 6)",1,25226002,25291612,65611,2,"864",32554,"ENSG00000020633","RUNX3","runt related transcription factor 3"
-"chr12",115135282,115135368,87,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-13313,"ENSG00000135111","TBX3","T-box 3"
-"chr2",26864823,26865143,321,"*","Promoter (<=1kb)",2,26804073,26864211,60139,2,"130106",-612,"ENSG00000157884","CIB4","calcium and integrin binding family member 4"
-"chr12",27486027,27486780,754,"*","Promoter (<=1kb)",12,27485787,27578746,92960,1,"56938",240,"ENSG00000029153","ARNTL2","aryl hydrocarbon receptor nuclear translocator like 2"
-"chr2",74685537,74685554,18,"*","Promoter (<=1kb)",2,74685527,74688018,2492,1,"23559",10,"ENSG00000239779","WBP1","WW domain binding protein 1"
-"chr8",1281551,1281696,146,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",-30724,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr1",65885364,65885499,136,"*","Promoter (<=1kb)",1,65886131,66103176,217046,1,"3953",-632,"ENSG00000116678","LEPR","leptin receptor"
-"chr5",125967312,125967357,46,"*","Promoter (<=1kb)",5,125967414,125971974,4561,1,"389320",-57,"ENSG00000196900","TEX43","testis expressed 43"
-"chr11",122752590,122753049,460,"*","Promoter (<=1kb)",11,122753236,122830430,77195,1,"79864",-187,"ENSG00000109944","C11orf63","chromosome 11 open reading frame 63"
-"chr14",23755360,23755370,11,"*","Intron (uc001wjb.2/57594, intron 1 of 2)",14,23742844,23768747,25904,2,"57594",13377,"ENSG00000215271","HOMEZ","homeobox and leucine zipper encoding"
-"chr2",11605539,11605666,128,"*","Promoter (<=1kb)",2,11584501,11606303,21803,2,"1876",637,"ENSG00000169016","E2F6","E2F transcription factor 6"
-"chr21",30374748,30375086,339,"*","Downstream (2-3kb)",21,30300466,30365277,64812,2,"26046",-9471,"ENSG00000198862","LTN1","listerin E3 ubiquitin protein ligase 1"
-"chr1",26605913,26605921,9,"*","Promoter (<=1kb)",1,26606213,26608013,1801,1,"83442",-292,"ENSG00000142669","SH3BGRL3","SH3 domain binding glutamate rich protein like 3"
-"chr12",87232463,87232692,230,"*","Promoter (<=1kb)",12,86373037,87232681,859645,2,"25834",0,"ENSG00000182050","MGAT4C","MGAT4 family member C"
-"chr11",15136328,15136332,5,"*","Promoter (2-3kb)",11,15133970,15268756,134787,1,"387755",2358,"ENSG00000188487","INSC","inscuteable homolog (Drosophila)"
-"chr7",98581010,98581041,32,"*","Exon (uc003upp.3/8295, exon 59 of 72)",7,98479273,98479352,80,1,"100500819",101737,"ENSG00000266019","MIR3609","microRNA 3609"
-"chr1",119535452,119535619,168,"*","Distal Intergenic",1,119425666,119532179,106514,2,"6913",-3273,"ENSG00000092607","TBX15","T-box 15"
-"chr21",43638893,43638901,9,"*","Intron (uc002zam.3/9619, intron 3 of 16)",21,43619799,43717354,97556,1,"9619",19094,"ENSG00000160179","ABCG1","ATP binding cassette subfamily G member 1"
-"chr6",99272939,99273076,138,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",-9504,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
-"chr12",65152724,65153022,299,"*","Promoter (<=1kb)",12,65107222,65153226,46005,2,"2799",204,"ENSG00000135677","GNS","glucosamine (N-acetyl)-6-sulfatase"
-"chr12",116996823,116996931,109,"*","Promoter (<=1kb)",12,116997186,117014425,17240,1,"643246",-255,"ENSG00000258102","MAP1LC3B2","microtubule associated protein 1 light chain 3 beta 2"
-"chr17",8378756,8378795,40,"*","3' UTR",17,8339170,8371495,32326,1,"81565",39586,"ENSG00000166579","NDEL1","nudE neurodevelopment protein 1 like 1"
-"chr11",133777783,133777904,122,"*","Downstream (<1kb)",11,133766330,133771635,5306,2,"283174",-6148,"ENSG00000280237","MIR4697HG","MIR4697 host gene"
-"chr7",151504844,151504864,21,"*","Intron (uc003wkn.3/uc003wkn.3, intron 2 of 2)",7,151574127,151576308,2182,1,"100505483",-69263,NA,"PRKAG2-AS1","PRKAG2 antisense RNA 1"
-"chr1",111149307,111149507,201,"*","Intron (uc009wfv.2/3737, intron 4 of 4)",1,111136202,111174096,37895,2,"3737",24589,"ENSG00000177301","KCNA2","potassium voltage-gated channel subfamily A member 2"
-"chr18",9102531,9102705,175,"*","Promoter (<=1kb)",18,9102628,9134343,31716,1,"4729",0,"ENSG00000178127","NDUFV2","NADH:ubiquinone oxidoreductase core subunit V2"
-"chr11",76744922,76745431,510,"*","Promoter (<=1kb)",11,76745435,76753005,7571,1,"192134",-4,"ENSG00000198488","B3GNT6","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 6"
-"chr10",1231002,1231071,70,"*","Intron (uc001igj.2/105, intron 2 of 3)",10,1205708,1210612,4905,1,"399706",25294,"ENSG00000229205","LINC00200","long intergenic non-protein coding RNA 200"
-"chr15",45694387,45694425,39,"*","Promoter (<=1kb)",15,45694519,45713616,19098,1,"79029",-94,"ENSG00000171763","SPATA5L1","spermatogenesis associated 5 like 1"
-"chr2",108085864,108086048,185,"*","Distal Intergenic",2,108439520,108443285,3766,2,"729121",357237,"ENSG00000230651","RGPD4-AS1","RGPD4 antisense RNA 1 (head to head)"
-"chr14",61201094,61201189,96,"*","Promoter (<=1kb)",14,61201459,61435398,233940,1,"4331",-270,"ENSG00000020426","MNAT1","MNAT1, CDK activating kinase assembly factor"
-"chr4",122871528,122871735,208,"*","Promoter (1-2kb)",4,122800183,122872909,72727,2,"7222",1174,"ENSG00000138741","TRPC3","transient receptor potential cation channel subfamily C member 3"
-"chr11",34535520,34535531,12,"*","Promoter (<=1kb)",11,34500342,34535347,35006,2,"2001",-173,"ENSG00000135374","ELF5","E74 like ETS transcription factor 5"
-"chr3",114867123,114867274,152,"*","Promoter (<=1kb)",3,114056947,114866127,809181,2,"26137",-996,"ENSG00000181722","ZBTB20","zinc finger and BTB domain containing 20"
-"chr16",2579546,2580025,480,"*","Promoter (1-2kb)",16,2580036,2581409,1374,2,"752014",1384,"ENSG00000205923","CEMP1","cementum protein 1"
-"chr22",38598948,38598981,34,"*","Promoter (1-2kb)",22,38597939,38612517,14579,1,"23764",1009,"ENSG00000185022","MAFF","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F"
-"chr1",205898585,205898643,59,"*","Intron (uc001hdp.3/115019, intron 16 of 21)",1,205882177,205912588,30412,2,"115019",13945,"ENSG00000174502","SLC26A9","solute carrier family 26 member 9"
-"chr20",43945206,43945364,159,"*","Exon (uc002xns.3/11317, exon 11 of 12)",20,43922087,43937169,15083,2,"8785",-8037,"ENSG00000124159","MATN4","matrilin 4"
-"chr1",153321198,153321421,224,"*","Promoter (<=1kb)",1,153302597,153321022,18426,2,"57115",-176,"ENSG00000163218","PGLYRP4","peptidoglycan recognition protein 4"
-"chr6",1313495,1313730,236,"*","Promoter (<=1kb)",6,1312675,1314993,2319,1,"94234",820,"ENSG00000164379","FOXQ1","forkhead box Q1"
-"chr16",88132388,88132530,143,"*","Intron (uc002fkt.1/uc002fkt.1, intron 1 of 1)",16,87984238,88110924,126687,1,"54971",148150,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr6",125684580,125684631,52,"*","Distal Intergenic",6,125596496,125623282,26787,2,"51020",-61298,"ENSG00000111906","HDDC2","HD domain containing 2"
-"chr6",114384871,114385144,274,"*","Intron (uc003pwf.3/uc003pwf.3, intron 4 of 9)",6,114257320,114292359,35040,2,"3066",-92512,"ENSG00000196591","HDAC2","histone deacetylase 2"
-"chr16",1435378,1435493,116,"*","Exon (uc031qup.1/64718, exon 10 of 15)",16,1413206,1464705,51500,2,"64718",29212,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr18",59221272,59221410,139,"*","Intron (uc002lif.2/28316, intron 11 of 11)",18,59415409,59421928,6520,1,"100996669",-193999,NA,"LINC01544","long intergenic non-protein coding RNA 1544"
-"chr11",123430724,123430824,101,"*","Intron (uc001pyw.2/57476, intron 1 of 20)",11,123396528,123493518,96991,1,"57476",34196,"ENSG00000023171","GRAMD1B","GRAM domain containing 1B"
-"chr22",38863962,38864073,112,"*","Promoter (<=1kb)",22,38864083,38879445,15363,1,"11015",-10,"ENSG00000100196","KDELR3","KDEL endoplasmic reticulum protein retention receptor 3"
-"chr7",27170819,27170832,14,"*","Promoter (<=1kb)",7,27168126,27170399,2274,2,"3201",-420,"ENSG00000197576","HOXA4","homeobox A4"
-"chr11",101785806,101786117,312,"*","Promoter (<=1kb)",11,101785746,101871793,86048,1,"57562",60,"ENSG00000110318","CEP126","centrosomal protein 126kDa"
-"chr15",90645859,90645967,109,"*","Promoter (<=1kb)",15,90627212,90645708,18497,2,"3418",-151,"ENSG00000182054","IDH2","isocitrate dehydrogenase 2 (NADP+), mitochondrial"
-"chr14",23352295,23352488,194,"*","Promoter (<=1kb)",14,23352432,23356889,4458,1,"161253",0,"ENSG00000139890","REM2","RAS (RAD and GEM)-like GTP binding 2"
-"chr1",145385286,145385524,239,"*","Intron (uc021ott.2/100288142, intron 99 of 131)",1,145413191,145417545,4355,1,"148738",-27667,"ENSG00000168509","HFE2","hemochromatosis type 2 (juvenile)"
-"chr3",137728831,137728909,79,"*","Intron (uc003ero.1/51208, intron 1 of 4)",3,137717658,137752494,34837,1,"51208",11173,"ENSG00000066405","CLDN18","claudin 18"
-"chr1",179050404,179050625,222,"*","Promoter (<=1kb)",1,179051112,179065129,14018,1,"64222",-487,"ENSG00000186283","TOR3A","torsin family 3 member A"
-"chr2",113402954,113403145,192,"*","Promoter (<=1kb)",2,113403434,113421400,17967,1,"6574",-289,"ENSG00000144136","SLC20A1","solute carrier family 20 member 1"
-"chr16",3208748,3208876,129,"*","Distal Intergenic",16,3185057,3192805,7749,1,"7760",23691,"ENSG00000085644","ZNF213","zinc finger protein 213"
-"chr9",114937770,114937992,223,"*","Promoter (<=1kb)",9,114803061,114937556,134496,2,"64420",-214,"ENSG00000106868","SUSD1","sushi domain containing 1"
-"chr12",4967040,4967126,87,"*","Distal Intergenic",12,4918342,4960278,41937,1,"3742",48698,"ENSG00000130035","KCNA6","potassium voltage-gated channel subfamily A member 6"
-"chr12",91349027,91349273,247,"*","Promoter (<=1kb)",12,91345992,91348953,2962,2,"196477",-74,"ENSG00000197651","CCER1","coiled-coil glutamate rich protein 1"
-"chr13",113545521,113545563,43,"*","Distal Intergenic",13,113622814,113754053,131240,1,"23263",-77251,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr1",145474331,145474469,139,"*","Promoter (2-3kb)",1,145477085,145499091,22007,1,"128077",-2616,"ENSG00000271601","LIX1L","limb and CNS expressed 1 like"
-"chr11",57414409,57414578,170,"*","Promoter (2-3kb)",11,57412560,57417417,4858,2,"219539",2839,"ENSG00000166793","YPEL4","yippee like 4"
-"chr2",202121863,202121870,8,"*","Intron (uc010ftc.1/841, intron 2 of 4)",2,202098166,202152434,54269,1,"841",23697,"ENSG00000064012","CASP8","caspase 8"
-"chr6",33170722,33170731,10,"*","Exon (uc003odf.3/7922, exon 7 of 8)",6,33540323,33548070,7748,2,"578",377339,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr6",170337699,170337778,80,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-138778,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
-"chr15",78219273,78219423,151,"*","Promoter (<=1kb)",15,78206559,78219188,12630,2,"645752",-85,NA,"LOC645752","golgin A6 family member A pseudogene"
-"chr1",33613037,33613158,122,"*","Exon (uc001bxb.3/55223, exon 5 of 5)",1,33611003,33647671,36669,2,"55223",34513,"ENSG00000116525","TRIM62","tripartite motif containing 62"
-"chr1",87598021,87598351,331,"*","Exon (uc001dmg.4/339524, exon 2 of 4)",1,87458690,87634886,176197,1,"339524",139331,"ENSG00000267272","LINC01140","long intergenic non-protein coding RNA 1140"
-"chr20",58630906,58630953,48,"*","Promoter (<=1kb)",20,58630980,58648008,17029,1,"284756",-27,NA,"C20orf197","chromosome 20 open reading frame 197"
-"chr2",2402305,2402588,284,"*","Distal Intergenic",2,1792885,2335045,542161,2,"23040",-67260,"ENSG00000186487","MYT1L","myelin transcription factor 1 like"
-"chr11",63971243,63971348,106,"*","Promoter (2-3kb)",11,63974152,63991363,17212,1,"83706",-2804,"ENSG00000149781","FERMT3","fermitin family member 3"
-"chr16",29912460,29912652,193,"*","Promoter (<=1kb)",16,29912147,29930953,18807,1,"253982",313,"ENSG00000174939","ASPHD1","aspartate beta-hydroxylase domain containing 1"
-"chr5",1386502,1386742,241,"*","Distal Intergenic",5,1318000,1345002,27003,2,"81037",-41500,"ENSG00000049656","CLPTM1L","CLPTM1-like"
-"chr5",122372479,122372674,196,"*","Promoter (<=1kb)",5,122359078,122372425,13348,2,"5480",-54,"ENSG00000168938","PPIC","peptidylprolyl isomerase C"
-"chr4",140216950,140217015,66,"*","5' UTR",4,140222676,140311935,89260,1,"80155",-5661,"ENSG00000164134","NAA15","N(alpha)-acetyltransferase 15, NatA auxiliary subunit"
-"chr8",99955941,99956467,527,"*","Promoter (<=1kb)",8,99956631,99964326,7696,1,"116039",-164,"ENSG00000164920","OSR2","odd-skipped related transciption factor 2"
-"chr17",27944537,27944849,313,"*","5' UTR",17,27941774,27948441,6668,2,"84940",3592,"ENSG00000167549","CORO6","coronin 6"
-"chr5",44389282,44389358,77,"*","Promoter (<=1kb)",5,44305097,44388784,83688,2,"2255",-498,"ENSG00000070193","FGF10","fibroblast growth factor 10"
-"chr8",143859709,143859734,26,"*","Promoter (<=1kb)",8,143845756,143859640,13885,2,"66004",-69,"ENSG00000180155","LYNX1","Ly6/neurotoxin 1"
-"chr6",32155034,32155124,91,"*","Exon (uc003oav.1/5089, exon 6 of 9)",6,32485154,32557613,72460,2,"3127",402489,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",31996931,31997026,96,"*","Exon (uc011dpd.2/100293534, exon 28 of 41)",6,32485154,32557613,72460,2,"3127",560587,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",2096711,2096762,52,"*","Promoter (<=1kb)",19,2096868,2099583,2716,1,"113177",-106,"ENSG00000099840","IZUMO4","IZUMO family member 4"
-"chr15",86219783,86220120,338,"*","Intron (uc002blt.2/11214, intron 13 of 14)",15,86313727,86313809,83,2,"100302121",93689,"ENSG00000221634","MIR1276","microRNA 1276"
-"chr2",70329779,70330031,253,"*","Distal Intergenic",2,70314585,70316334,1750,1,"5093",15194,"ENSG00000169564","PCBP1","poly(rC) binding protein 1"
-"chr7",155299576,155299599,24,"*","Intron (uc003wmc.1/285888, intron 1 of 3)",7,155293953,155326539,32587,2,"285888",26940,"ENSG00000146910","CNPY1","canopy FGF signaling regulator 1"
-"chr1",19186757,19187237,481,"*","Promoter (<=1kb)",1,19166093,19186155,20063,2,"80834",-602,"ENSG00000179002","TAS1R2","taste 1 receptor member 2"
-"chr18",4454424,4454500,77,"*","Promoter (<=1kb)",18,3496030,4455266,959237,2,"9229",766,"ENSG00000170579","DLGAP1","discs large homolog associated protein 1"
-"chr12",111664754,111664785,32,"*","Intron (uc001tsa.2/23316, intron 3 of 21)",12,111798455,111806925,8471,2,"144717",142140,"ENSG00000198324","FAM109A","family with sequence similarity 109 member A"
-"chr2",160654451,160654818,368,"*","Promoter (<=1kb)",2,160625139,160654766,29628,2,"9936",0,"ENSG00000241399","CD302","CD302 molecule"
-"chr8",48650745,48650989,245,"*","Promoter (<=1kb)",8,48649476,48650726,1251,2,"1052",-19,"ENSG00000221869","CEBPD","CCAAT/enhancer binding protein delta"
-"chr2",120124447,120124469,23,"*","Promoter (<=1kb)",2,120124504,120130122,5619,1,"1622",-35,"ENSG00000155368","DBI","diazepam binding inhibitor (GABA receptor modulator, acyl-CoA binding protein)"
-"chr19",3275346,3275598,253,"*","Intron (uc002lxl.2/60680, intron 3 of 11)",19,3224701,3297073,72373,1,"60680",50645,"ENSG00000161082","CELF5","CUGBP, Elav-like family member 5"
-"chr14",89290958,89291052,95,"*","Promoter (<=1kb)",14,89290497,89344335,53839,1,"123016",461,"ENSG00000165533","TTC8","tetratricopeptide repeat domain 8"
-"chr17",3867956,3868068,113,"*","Promoter (<=1kb)",17,3827163,3867758,40596,2,"489",-198,"ENSG00000074370","ATP2A3","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 3"
-"chr10",97666894,97666922,29,"*","Promoter (<=1kb)",10,97667722,97698415,30694,1,"100127889",-800,"ENSG00000173088","C10orf131","chromosome 10 open reading frame 131"
-"chr17",78849910,78849916,7,"*","Intron (uc002jyt.1/57521, intron 13 of 33)",17,78965641,78973933,8293,1,"79643",-115725,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr19",12984645,12984996,352,"*","Exon (uc002mvm.3/22983, exon 26 of 26)",19,12986025,12992335,6311,2,"1777",7339,"ENSG00000105612","DNASE2","deoxyribonuclease II, lysosomal"
-"chr2",74692479,74692545,67,"*","Promoter (<=1kb)",2,74688184,74692537,4354,2,"7841",0,"ENSG00000115275","MOGS","mannosyl-oligosaccharide glucosidase"
-"chr6",31833918,31833941,24,"*","Intron (uc011dol.2/80736, intron 8 of 20)",6,32485154,32557613,72460,2,"3127",723672,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr12",120731179,120731287,109,"*","Distal Intergenic",12,120740124,120751045,10922,1,"23409",-8837,"ENSG00000089163","SIRT4","sirtuin 4"
-"chr1",204166746,204166852,107,"*","Promoter (1-2kb)",1,204159469,204165619,6151,2,"3814",-1127,"ENSG00000170498","KISS1","KiSS-1 metastasis-suppressor"
-"chr14",69951733,69951791,59,"*","Promoter (<=1kb)",14,69951471,69995215,43745,1,"400224",262,"ENSG00000175985","PLEKHD1","pleckstrin homology and coiled-coil domain containing D1"
-"chr17",40828172,40828346,175,"*","Promoter (<=1kb)",17,40819932,40829048,9117,2,"79990",702,"ENSG00000068137","PLEKHH3","pleckstrin homology, MyTH4 and FERM domain containing H3"
-"chr7",100609375,100609534,160,"*","Exon (uc003uxn.1/uc003uxn.1, exon 3 of 6)",7,100612904,100662230,49327,1,"10071",-3370,"ENSG00000205277","MUC12","mucin 12, cell surface associated"
-"chr6",112575657,112575881,225,"*","Promoter (<=1kb)",6,112429134,112575917,146784,2,"3910",36,"ENSG00000112769","LAMA4","laminin subunit alpha 4"
-"chr1",37499309,37499428,120,"*","Promoter (<=1kb)",1,37261128,37499844,238717,2,"2899",416,"ENSG00000163873","GRIK3","glutamate ionotropic receptor kainate type subunit 3"
-"chr15",75094734,75094888,155,"*","3' UTR",15,75105153,75119208,14056,1,"79748",-10265,"ENSG00000140506","LMAN1L","lectin, mannose binding 1 like"
-"chr9",120177435,120177471,37,"*","Promoter (<=1kb)",9,119187504,120177317,989814,2,"23245",-118,"ENSG00000148219","ASTN2","astrotactin 2"
-"chr6",31829244,31829511,268,"*","Intron (uc003nxq.4/4758, intron 4 of 5)",6,32485154,32557613,72460,2,"3127",728102,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",116892514,116892579,66,"*","Promoter (<=1kb)",6,116892583,116914436,21854,1,"51389",-4,"ENSG00000111832","RWDD1","RWD domain containing 1"
-"chr14",81879247,81879327,81,"*","Intron (uc010tvu.3/85439, intron 5 of 5)",14,81726994,81893748,166755,2,"85439",14421,"ENSG00000140022","STON2","stonin 2"
-"chr4",187422119,187422293,175,"*","Promoter (<=1kb)",4,187207252,187422212,214961,2,"285441",0,"ENSG00000251165","F11-AS1","F11 antisense RNA 1"
-"chr8",17353932,17354274,343,"*","Promoter (<=1kb)",8,17354597,17428077,73481,1,"6542",-323,"ENSG00000003989","SLC7A2","solute carrier family 7 member 2"
-"chr19",808068,808154,87,"*","Intron (uc002lpp.2/5725, intron 11 of 14)",19,804940,805001,62,1,"100616459",3128,"ENSG00000265767","MIR4745","microRNA 4745"
-"chr12",125258900,125259321,422,"*","Downstream (2-3kb)",12,125262174,125365007,102834,2,"949",105686,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
-"chr1",212965052,212965065,14,"*","Promoter (<=1kb)",1,212899495,212965139,65645,2,"25936",74,"ENSG00000117697","NSL1","NSL1, MIS12 kinetochore complex component"
-"chr2",24162619,24163024,406,"*","Intron (uc002rem.3/165324, intron 1 of 7)",2,24150155,24223693,73539,1,"165324",12464,"ENSG00000173960","UBXN2A","UBX domain protein 2A"
-"chr12",32112331,32112341,11,"*","Promoter (<=1kb)",12,32112353,32146043,33691,1,"55196",-12,"ENSG00000174718","KIAA1551","KIAA1551"
-"chr10",103881068,103881107,40,"*","Promoter (<=1kb)",10,103867325,103880210,12886,2,"8861",-858,"ENSG00000198728","LDB1","LIM domain binding 1"
-"chr2",73114863,73114919,57,"*","Promoter (<=1kb)",2,73114512,73119289,4778,1,"6697",351,"ENSG00000116096","SPR","sepiapterin reductase (7,8-dihydrobiopterin:NADP+ oxidoreductase)"
-"chr19",11639865,11639867,3,"*","Promoter (<=1kb)",19,11616731,11639987,23257,2,"51295",120,"ENSG00000130159","ECSIT","ECSIT signalling integrator"
-"chr4",8375240,8375268,29,"*","Intron (uc010idk.3/8310, intron 2 of 17)",4,8440604,8495258,54655,1,"152992",-65336,"ENSG00000155275","TRMT44","tRNA methyltransferase 44 homolog (S. cerevisiae)"
-"chr7",148922922,148922977,56,"*","3' UTR",7,148936742,148952700,15959,1,"7988",-13765,"ENSG00000170260","ZNF212","zinc finger protein 212"
-"chr1",171640211,171640223,13,"*","Distal Intergenic",1,171604557,171621823,17267,2,"4653",-18388,"ENSG00000034971","MYOC","myocilin"
-"chr10",131650665,131650693,29,"*","Intron (uc001lki.2/253738, intron 6 of 15)",10,131641563,131641638,76,2,"100422873",-9027,"ENSG00000266676","MIR4297","microRNA 4297"
-"chr6",32063553,32063607,55,"*","Exon (uc003nzl.2/7148, exon 3 of 44)",6,32485154,32557613,72460,2,"3127",494006,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr5",1217743,1217797,55,"*","Intron (uc003jbw.4/340024, intron 8 of 11)",5,1225470,1246304,20835,1,"348932",-7673,"ENSG00000164363","SLC6A18","solute carrier family 6 member 18"
-"chr8",140999853,140999965,113,"*","Intron (uc003yvj.2/83696, intron 5 of 22)",8,140613082,140715299,102218,2,"51305",-284554,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
-"chr10",8555797,8556087,291,"*","Distal Intergenic",10,8096667,8117164,20498,1,"2625",459130,"ENSG00000107485","GATA3","GATA binding protein 3"
-"chr1",22174085,22174450,366,"*","Exon (uc001bfj.3/3339, exon 61 of 97)",1,22138758,22151714,12957,1,"401944",35327,"ENSG00000187942","LDLRAD2","low density lipoprotein receptor class A domain containing 2"
-"chr13",41344901,41345029,129,"*","Promoter (<=1kb)",13,41303432,41345347,41916,2,"10240",318,"ENSG00000102738","MRPS31","mitochondrial ribosomal protein S31"
-"chr10",112404926,112404949,24,"*","Promoter (<=1kb)",10,112404155,112599227,195073,1,"282996",771,"ENSG00000203867","RBM20","RNA binding motif protein 20"
-"chr4",8468830,8469051,222,"*","Intron (uc003glf.1/152992, intron 8 of 8)",4,8368009,8442452,74444,2,"8310",-26378,"ENSG00000087008","ACOX3","acyl-CoA oxidase 3, pristanoyl"
-"chr1",156906437,156906957,521,"*","Promoter (<=1kb)",1,156905923,156906036,114,2,"768220",-401,"ENSG00000211581","MIR765","microRNA 765"
-"chr11",2308463,2308487,25,"*","Distal Intergenic",11,2317507,2323143,5637,2,"29125",14656,"ENSG00000110665","C11orf21","chromosome 11 open reading frame 21"
-"chr7",553645,553747,103,"*","Intron (uc003sir.3/5154, intron 5 of 6)",7,536897,559481,22585,2,"5154",5734,"ENSG00000197461","PDGFA","platelet derived growth factor subunit A"
-"chr7",97501682,97501688,7,"*","Promoter (<=1kb)",7,97481429,97501854,20426,2,"440",166,"ENSG00000070669","ASNS","asparagine synthetase (glutamine-hydrolyzing)"
-"chr19",41698548,41698814,267,"*","Promoter (<=1kb)",19,41699115,41713444,14330,1,"29785",-301,"ENSG00000167600","CYP2S1","cytochrome P450 family 2 subfamily S member 1"
-"chr8",101964501,101964527,27,"*","Promoter (1-2kb)",8,101930804,101965623,34820,2,"7534",1096,"ENSG00000164924","YWHAZ","tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein zeta"
-"chr6",28510313,28510339,27,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-26743,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr8",145725509,145725708,200,"*","Exon (uc003zdd.3/84988, exon 5 of 11)",8,145729465,145732555,3091,1,"2875",-3757,"ENSG00000167701","GPT","glutamic-pyruvate transaminase (alanine aminotransferase)"
-"chr19",1241542,1241620,79,"*","Promoter (<=1kb)",19,1241749,1244824,3076,1,"513",-129,"ENSG00000099624","ATP5D","ATP synthase, H+ transporting, mitochondrial F1 complex, delta subunit"
-"chr10",17270250,17270252,3,"*","Promoter (<=1kb)",10,17270258,17279592,9335,1,"7431",-6,"ENSG00000026025","VIM","vimentin"
-"chr4",6539931,6540063,133,"*","Intron (uc011bwd.2/5522, intron 9 of 9)",4,6322305,6565327,243023,2,"5522",25264,"ENSG00000074211","PPP2R2C","protein phosphatase 2 regulatory subunit B, gamma"
-"chr18",44098826,44099028,203,"*","5' UTR",18,44056935,44236996,180062,2,"125336",137968,"ENSG00000167210","LOXHD1","lipoxygenase homology domains 1"
-"chr11",70628890,70628970,81,"*","Intron (uc001oqc.3/22941, intron 11 of 21)",11,70708895,70711220,2326,1,"220070",-79925,"ENSG00000171671","SHANK2-AS3","SHANK2 antisense RNA 3"
-"chr3",50358933,50358957,25,"*","Promoter (1-2kb)",3,50355221,50360281,5061,2,"8692",1324,"ENSG00000068001","HYAL2","hyaluronoglucosaminidase 2"
-"chrX",153068748,153068875,128,"*","3' UTR",23,153051221,153059978,8758,2,"3421",-8770,"ENSG00000067829","IDH3G","isocitrate dehydrogenase 3 (NAD+) gamma"
-"chr10",131355195,131355254,60,"*","Intron (uc001lkh.2/4255, intron 2 of 4)",10,131265454,131565783,300330,1,"4255",89741,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
-"chr7",116593721,116593724,4,"*","Promoter (<=1kb)",7,116593953,116599867,5915,1,"338069",-229,"ENSG00000214188","ST7-OT4","ST7 overlapping transcript 4"
-"chr6",138483452,138483709,258,"*","Promoter (<=1kb)",6,138483053,138665800,182748,1,"57221",399,"ENSG00000112379","ARFGEF3","ARFGEF family member 3"
-"chr16",34256290,34256428,139,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",148334,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr3",187870986,187871024,39,"*","Promoter (<=1kb)",3,187871663,188608460,736798,1,"4026",-639,"ENSG00000145012","LPP","LIM domain containing preferred translocation partner in lipoma"
-"chr6",43738977,43739011,35,"*","Promoter (1-2kb)",6,43737946,43754223,16278,1,"7422",1031,"ENSG00000112715","VEGFA","vascular endothelial growth factor A"
-"chr19",21512191,21512202,12,"*","Promoter (<=1kb)",19,21473963,21512212,38250,2,"7562",10,"ENSG00000182141","ZNF708","zinc finger protein 708"
-"chr2",161128136,161128348,213,"*","Promoter (<=1kb)",2,160958233,161128399,170167,2,"3694",51,"ENSG00000115221","ITGB6","integrin subunit beta 6"
-"chr13",112906616,112906711,96,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",-123940,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
-"chr3",119298147,119298222,76,"*","Promoter (<=1kb)",3,119298523,119308792,10270,1,"141",-301,"ENSG00000144843","ADPRH","ADP-ribosylarginine hydrolase"
-"chr16",577621,577928,308,"*","Promoter (<=1kb)",16,577856,604636,26781,1,"6650",0,"ENSG00000103326","CAPN15","calpain 15"
-"chr16",1401898,1402058,161,"*","Promoter (<=1kb)",16,1401900,1413352,11453,1,"84572",0,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
-"chr17",78079433,78079608,176,"*","Exon (uc002jxo.3/2548, exon 4 of 21)",17,78075355,78093679,18325,1,"2548",4078,"ENSG00000171298","GAA","glucosidase, alpha; acid"
-"chr5",140745892,140746001,110,"*","Promoter (1-2kb)",5,140743898,140892548,148651,1,"56110",1994,"ENSG00000253485","PCDHGA5","protocadherin gamma subfamily A, 5"
-"chr19",30020680,30020886,207,"*","Exon (uc010xrl.1/342865, exon 4 of 5)",19,30017491,30055226,37736,1,"342865",3189,"ENSG00000187135","VSTM2B","V-set and transmembrane domain containing 2B"
-"chr16",2581414,2581522,109,"*","Promoter (<=1kb)",16,2580036,2581409,1374,2,"752014",-5,"ENSG00000205923","CEMP1","cementum protein 1"
-"chr16",89882934,89883137,204,"*","Promoter (<=1kb)",16,89803959,89883065,79107,2,"2175",0,"ENSG00000187741","FANCA","Fanconi anemia complementation group A"
-"chr17",8815828,8816266,439,"*","5' UTR",17,8706055,8770994,64940,2,"146850",-44834,"ENSG00000276231","PIK3R6","phosphoinositide-3-kinase regulatory subunit 6"
-"chr17",64873303,64873391,89,"*","5' UTR",17,64831235,64881395,50161,1,"27091",42068,"ENSG00000075429","CACNG5","calcium voltage-gated channel auxiliary subunit gamma 5"
-"chr16",1483122,1483192,71,"*","Downstream (1-2kb)",16,1469745,1479345,9601,2,"283951",-3777,"ENSG00000174109","C16orf91","chromosome 16 open reading frame 91"
-"chr8",145910685,145911129,445,"*","Promoter (<=1kb)",8,145754563,145911194,156632,2,"80728",65,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
-"chr5",156277406,156277587,182,"*","Promoter (<=1kb)",5,156277549,156279539,1991,1,"153743",0,NA,"PPP1R2P3","protein phosphatase 1 regulatory inhibitor subunit 2 pseudogene 3"
-"chrX",51150443,51151013,571,"*","Distal Intergenic",23,51075083,51080377,5295,1,"170685",75360,"ENSG00000122824","NUDT10","nudix hydrolase 10"
-"chr2",219524230,219524377,148,"*","Promoter (<=1kb)",2,219502640,219524355,21716,2,"7701",0,"ENSG00000115568","ZNF142","zinc finger protein 142"
-"chr19",15089969,15090275,307,"*","Intron (uc010xod.2/6511, intron 8 of 8)",19,15060845,15121455,60611,2,"6511",31180,"ENSG00000105143","SLC1A6","solute carrier family 1 member 6"
-"chr10",17243289,17243390,102,"*","Promoter (<=1kb)",10,17184982,17244070,59089,2,"1787",680,"ENSG00000107614","TRDMT1","tRNA aspartic acid methyltransferase 1"
-"chr16",2587080,2587546,467,"*","Promoter (<=1kb)",16,2587965,2653191,65227,1,"5170",-419,"ENSG00000140992","PDPK1","3-phosphoinositide dependent protein kinase 1"
-"chr9",133541653,133542125,473,"*","Promoter (1-2kb)",9,133539981,133558384,18404,1,"59335",1672,"ENSG00000130711","PRDM12","PR domain 12"
-"chr4",7763570,7763655,86,"*","3' UTR",4,7755817,7780654,24838,1,"84740",7753,"ENSG00000272620","AFAP1-AS1","AFAP1 antisense RNA 1"
-"chr12",67663035,67663044,10,"*","Promoter (<=1kb)",12,67663061,67708388,45328,1,"55832",-17,"ENSG00000111530","CAND1","cullin-associated and neddylation-dissociated 1"
-"chr6",30033850,30034130,281,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1550280,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr14",75894261,75894267,7,"*","Promoter (<=1kb)",14,75894509,75939404,44896,1,"122953",-242,"ENSG00000140044","JDP2","Jun dimerization protein 2"
-"chr10",31608548,31608663,116,"*","Promoter (<=1kb)",10,31605457,31608024,2568,2,"220930",-524,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
-"chr16",24740886,24740891,6,"*","Promoter (<=1kb)",16,24741049,24837547,96499,1,"27327",-158,"ENSG00000090905","TNRC6A","trinucleotide repeat containing 6A"
-"chr10",104178866,104178949,84,"*","Promoter (<=1kb)",10,104178979,104182893,3915,1,"79176",-30,"ENSG00000107872","FBXL15","F-box and leucine-rich repeat protein 15"
-"chr16",930028,930029,2,"*","Intron (uc010bri.2/64788, intron 6 of 7)",16,855443,863861,8419,1,"388199",74585,"ENSG00000167945","PRR25","proline rich 25"
-"chr1",155715104,155715209,106,"*","Promoter (<=1kb)",1,155715559,155720673,5115,1,"100129405",-350,NA,"MSTO2P","misato family member 2, pseudogene"
-"chr17",80970456,80970799,344,"*","Intron (uc002kgf.1/146712, intron 9 of 12)",17,80900031,81009686,109656,2,"146712",38887,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
-"chr19",17908246,17908550,305,"*","Promoter (2-3kb)",19,17905919,17924385,18467,1,"10331",2327,"ENSG00000179913","B3GNT3","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 3"
-"chr2",170591199,170591239,41,"*","Promoter (<=1kb)",2,170590356,170608396,18041,1,"151230",843,"ENSG00000213160","KLHL23","kelch like family member 23"
-"chr6",32942400,32942429,30,"*","5' UTR",6,32605183,32614839,9657,1,"3117",337217,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr6",52929657,52929668,12,"*","Promoter (<=1kb)",6,52929796,52965670,35875,1,"26268",-128,"ENSG00000112146","FBXO9","F-box protein 9"
-"chr16",1260577,1260608,32,"*","Exon (uc002cks.3/8912, exon 20 of 35)",16,1271651,1275254,3604,2,"25823",14646,"ENSG00000116176","TPSG1","tryptase gamma 1"
-"chr10",99161231,99161263,33,"*","Promoter (<=1kb)",10,99116458,99161127,44670,2,"23223",-104,"ENSG00000052749","RRP12","ribosomal RNA processing 12 homolog"
-"chr11",61584442,61584568,127,"*","Promoter (<=1kb)",11,61567097,61584529,17433,2,"3992",0,"ENSG00000149485","FADS1","fatty acid desaturase 1"
-"chr1",151118251,151118416,166,"*","Promoter (<=1kb)",1,151104163,151119140,14978,2,"10500",724,"ENSG00000143434","SEMA6C","semaphorin 6C"
-"chr2",233351105,233351477,373,"*","Promoter (1-2kb)",2,233344537,233352532,7996,2,"9427",1055,"ENSG00000171551","ECEL1","endothelin converting enzyme-like 1"
-"chr17",1532169,1532172,4,"*","Promoter (<=1kb)",17,1477696,1532130,54435,2,"124935",-39,"ENSG00000167703","SLC43A2","solute carrier family 43 member 2"
-"chr14",24701388,24701538,151,"*","Promoter (<=1kb)",14,24682615,24701576,18962,2,"100528064",38,"ENSG00000255526","NEDD8-MDP1","NEDD8-MDP1 readthrough"
-"chr1",28974762,28975001,240,"*","Promoter (<=1kb)",1,28975112,28975246,135,1,"26824",-111,"ENSG00000270103","RNU11","RNA, U11 small nuclear"
-"chr12",111664628,111664675,48,"*","Intron (uc001tsa.2/23316, intron 3 of 21)",12,111798455,111806925,8471,2,"144717",142250,"ENSG00000198324","FAM109A","family with sequence similarity 109 member A"
-"chr10",62149509,62149594,86,"*","5' UTR",10,61786056,62493284,707229,2,"288",343690,"ENSG00000151150","ANK3","ankyrin 3, node of Ranvier (ankyrin G)"
-"chr6",30068667,30068793,127,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1585097,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr19",39303458,39303650,193,"*","Promoter (<=1kb)",19,39292311,39303740,11430,2,"3960",90,"ENSG00000171747","LGALS4","lectin, galactoside-binding, soluble, 4"
-"chr12",6677562,6677577,16,"*","Promoter (<=1kb)",12,6666036,6677498,11463,2,"4839",-64,"ENSG00000111641","NOP2","NOP2 nucleolar protein"
-"chr6",30139855,30139979,125,"*","Exon (uc010jrx.3/89870, exon 7 of 7)",6,28471073,28483570,12498,2,"257202",-1656285,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",11001791,11001871,81,"*","Exon (uc002dag.2/4261, exon 11 of 11)",16,10971055,11018840,47786,1,"4261",30736,"ENSG00000179583","CIITA","class II, major histocompatibility complex, transactivator"
-"chr1",91300183,91300288,106,"*","Intron (uc001dnt.1/uc001dnt.1, intron 1 of 1)",1,91177579,91182794,5216,2,"343472",-117389,"ENSG00000143032","BARHL2","BarH like homeobox 2"
-"chr19",4037881,4038095,215,"*","3' UTR",19,4045216,4066816,21601,2,"51341",28721,"ENSG00000178951","ZBTB7A","zinc finger and BTB domain containing 7A"
-"chr2",161992830,161993315,486,"*","Promoter (<=1kb)",2,161993466,162092683,99218,1,"10010",-151,"ENSG00000136560","TANK","TRAF family member associated NFKB activator"
-"chr7",64541387,64541737,351,"*","Exon (uc003ttv.1/uc003ttv.1, exon 1 of 2)",7,64498732,64535091,36360,1,"643180",42655,"ENSG00000234585","CCT6P3","chaperonin containing TCP1 subunit 6 pseudogene 3"
-"chr5",1003051,1003086,36,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",-5596,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
-"chr9",33167289,33167933,645,"*","Promoter (<=1kb)",9,33110639,33167356,56718,2,"2683",0,"ENSG00000086062","B4GALT1","UDP-Gal:betaGlcNAc beta 1,4- galactosyltransferase, polypeptide 1"
-"chr20",62406831,62406964,134,"*","Intron (uc002ygv.2/140685, intron 2 of 4)",20,62371211,62375403,4193,1,"56731",35620,"ENSG00000125520","SLC2A4RG","SLC2A4 regulator"
-"chr6",52926293,52926593,301,"*","Promoter (<=1kb)",6,52866098,52926600,60503,2,"22858",7,"ENSG00000112144","ICK","intestinal cell (MAK-like) kinase"
-"chr11",35641207,35641457,251,"*","Promoter (1-2kb)",11,35639735,35642421,2687,1,"24147",1472,"ENSG00000179431","FJX1","four jointed box 1"
-"chr4",3726244,3726450,207,"*","Distal Intergenic",4,3768296,3770253,1958,1,"152",-41846,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
-"chr13",114143948,114144001,54,"*","Promoter (1-2kb)",13,114110134,114145023,34890,2,"55208",1022,"ENSG00000150401","DCUN1D2","defective in cullin neddylation 1 domain containing 2"
-"chr19",40791610,40791701,92,"*","Promoter (<=1kb)",19,40736224,40791302,55079,2,"208",-308,"ENSG00000105221","AKT2","v-akt murine thymoma viral oncogene homolog 2"
-"chr19",49250032,49250252,221,"*","Promoter (<=1kb)",19,49244145,49250166,6022,2,"284359",0,"ENSG00000182264","IZUMO1","izumo sperm-egg fusion 1"
-"chr15",31621748,31621795,48,"*","Promoter (2-3kb)",15,31619083,31670102,51020,1,"51621",2665,"ENSG00000169926","KLF13","Kruppel-like factor 13"
-"chr3",39093320,39093392,73,"*","Promoter (<=1kb)",3,39093507,39138155,44649,1,"57599",-115,"ENSG00000114742","WDR48","WD repeat domain 48"
-"chr1",32054412,32054510,99,"*","Distal Intergenic",1,32042086,32053287,11202,1,"64129",12326,"ENSG00000142910","TINAGL1","tubulointerstitial nephritis antigen like 1"
-"chr3",129118619,129118661,43,"*","Promoter (<=1kb)",3,129101677,129118282,16606,2,"132241",-337,"ENSG00000251474","RPL32P3","ribosomal protein L32 pseudogene 3"
-"chr1",119531996,119532056,61,"*","Promoter (<=1kb)",1,119425666,119532179,106514,2,"6913",123,"ENSG00000092607","TBX15","T-box 15"
-"chr11",65746292,65746335,44,"*","Exon (uc001ogl.3/9092, exon 19 of 20)",11,65729160,65747607,18448,1,"9092",17132,"ENSG00000175467","SART1","squamous cell carcinoma antigen recognized by T-cells 1"
-"chr22",26908376,26908464,89,"*","Promoter (<=1kb)",22,26887894,26908437,20544,2,"24144",0,"ENSG00000100109","TFIP11","tuftelin interacting protein 11"
-"chr1",2026193,2026224,32,"*","Intron (uc001aiq.3/5590, intron 4 of 17)",1,1981909,2116834,134926,1,"5590",44284,"ENSG00000067606","PRKCZ","protein kinase C zeta"
-"chr2",6636069,6636097,29,"*","Distal Intergenic",2,6869300,6910442,41143,2,"400941",274345,"ENSG00000205837","LINC00487","long intergenic non-protein coding RNA 487"
-"chr7",56515846,56516028,183,"*","Promoter (<=1kb)",7,56491397,56516068,24672,2,"650226",40,NA,"LOC650226","ankyrin repeat domain 26 pseudogene"
-"chr3",127174433,127174705,273,"*","Distal Intergenic",3,127291907,127309602,17696,2,"131601",134897,"ENSG00000163870","TPRA1","transmembrane protein adipocyte associated 1"
-"chrY",22737848,22737946,99,"*","Promoter (<=1kb)",24,22737611,22755040,17430,1,"9086",237,"ENSG00000198692","EIF1AY","eukaryotic translation initiation factor 1A, Y-linked"
-"chr7",75623810,75623886,77,"*","Promoter (<=1kb)",7,75616155,75623992,7838,2,"83862",106,"ENSG00000189077","TMEM120A","transmembrane protein 120A"
-"chr4",140098334,140098609,276,"*","Distal Intergenic",4,139978871,140060651,81781,2,"1998",-37683,"ENSG00000109381","ELF2","E74 like ETS transcription factor 2"
-"chr7",150783151,150783171,21,"*","Promoter (<=1kb)",7,150782954,150841523,58570,1,"116988",197,"ENSG00000133612","AGAP3","ArfGAP with GTPase domain, ankyrin repeat and PH domain 3"
-"chr19",8385452,8385921,470,"*","Promoter (<=1kb)",19,8376184,8386280,10097,2,"4701",359,"ENSG00000267855","NDUFA7","NADH:ubiquinone oxidoreductase subunit A7"
-"chr5",65891830,65891968,139,"*","Promoter (<=1kb)",5,65892176,66465423,573248,1,"375449",-208,"ENSG00000069020","MAST4","microtubule associated serine/threonine kinase family member 4"
-"chr9",129677834,129678250,417,"*","Promoter (<=1kb)",9,129677053,129985445,308393,1,"9649",781,"ENSG00000136828","RALGPS1","Ral GEF with PH domain and SH3 binding motif 1"
-"chrX",64887317,64887587,271,"*","Promoter (<=1kb)",23,64887511,64961793,74283,1,"4478",0,"ENSG00000147065","MSN","moesin"
-"chr17",4402654,4402773,120,"*","Promoter (<=1kb)",17,4402129,4443228,41100,1,"124976",525,"ENSG00000183018","SPNS2","spinster homolog 2 (Drosophila)"
-"chr2",220142643,220142903,261,"*","Promoter (1-2kb)",2,220144040,220151622,7583,1,"3300",-1137,"ENSG00000135924","DNAJB2","DnaJ heat shock protein family (Hsp40) member B2"
-"chr4",71383999,71384311,313,"*","Promoter (<=1kb)",4,71384298,71398459,14162,1,"401138",0,"ENSG00000187689","AMTN","amelotin"
-"chr10",17686226,17686414,189,"*","Promoter (<=1kb)",10,17686124,17758821,72698,1,"8027",102,"ENSG00000136738","STAM","signal transducing adaptor molecule"
-"chr11",44068661,44068960,300,"*","Promoter (<=1kb)",11,44069531,44081527,11997,1,"390110",-571,"ENSG00000205126","ACCSL","1-aminocyclopropane-1-carboxylate synthase (inactive)-like"
-"chr1",223257541,223257618,78,"*","Distal Intergenic",1,223282748,223316624,33877,2,"7100",59006,"ENSG00000187554","TLR5","toll like receptor 5"
-"chr1",145610747,145610755,9,"*","Promoter (<=1kb)",1,145592605,145610884,18280,2,"10623",129,"ENSG00000186141","POLR3C","polymerase (RNA) III subunit C"
-"chr1",26871244,26871477,234,"*","Intron (uc001bmr.1/6195, intron 2 of 21)",1,26881033,26881084,52,1,"100302190",-9556,"ENSG00000238705","MIR1976","microRNA 1976"
-"chr1",167691662,167691851,190,"*","Promoter (<=1kb)",1,167691187,167761156,69970,1,"9019",475,"ENSG00000197965","MPZL1","myelin protein zero like 1"
-"chr16",3451133,3451154,22,"*","Promoter (<=1kb)",16,3451190,3459364,8175,1,"7727",-36,"ENSG00000103343","ZNF174","zinc finger protein 174"
-"chr13",114238719,114239186,468,"*","Promoter (<=1kb)",13,114239003,114295788,56786,1,"7027",0,"ENSG00000198176","TFDP1","transcription factor Dp-1"
-"chr8",71315609,71315757,149,"*","Promoter (<=1kb)",8,71024267,71316020,291754,2,"10499",263,"ENSG00000140396","NCOA2","nuclear receptor coactivator 2"
-"chr11",5462540,5462868,329,"*","Promoter (<=1kb)",11,5461772,5462783,1012,2,"390063",0,"ENSG00000167359","OR51I1","olfactory receptor family 51 subfamily I member 1"
-"chr19",4446288,4446485,198,"*","Promoter (<=1kb)",19,4445975,4446045,71,1,"100616371",313,"ENSG00000266437","MIR4746","microRNA 4746"
-"chr19",41859111,41859256,146,"*","Promoter (<=1kb)",19,41836812,41859831,23020,2,"7040",575,"ENSG00000105329","TGFB1","transforming growth factor beta 1"
-"chrX",30233581,30233589,9,"*","Promoter (<=1kb)",23,30233675,30238206,4532,1,"4113",-86,"ENSG00000099399","MAGEB2","MAGE family member B2"
-"chr6",169717616,169717713,98,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",-63479,"ENSG00000186340","THBS2","thrombospondin 2"
-"chr11",60101561,60101691,131,"*","Promoter (<=1kb)",11,60102355,60108441,6087,1,"245802",-664,"ENSG00000166926","MS4A6E","membrane spanning 4-domains A6E"
-"chr19",44506816,44506841,26,"*","Promoter (<=1kb)",19,44507077,44518072,10996,1,"7773",-236,"ENSG00000159882","ZNF230","zinc finger protein 230"
-"chr3",19975435,19975466,32,"*","Exon (uc003cbl.4/151651, exon 1 of 13)",3,19920966,19988501,67536,2,"151651",13035,"ENSG00000163576","EFHB","EF-hand domain family member B"
-"chr7",87849886,87850031,146,"*","Intron (uc003ujr.1/6717, intron 7 of 7)",7,87834432,87856308,21877,2,"6717",6277,"ENSG00000075142","SRI","sorcin"
-"chr4",1988280,1988302,23,"*","Promoter (<=1kb)",4,1988111,1988204,94,2,"100126332",-76,"ENSG00000216105","MIR943","microRNA 943"
-"chr4",18023851,18023907,57,"*","Promoter (<=1kb)",4,17844839,18023483,178645,2,"254251",-368,"ENSG00000178177","LCORL","ligand dependent nuclear receptor corepressor like"
-"chr10",128193340,128193400,61,"*","Exon (uc001ljp.3/118611, exon 1 of 6)",10,128102438,128110448,8011,2,"101101772",-82892,"ENSG00000235180","LINC00601","long intergenic non-protein coding RNA 601"
-"chr1",197191318,197191386,69,"*","Intron (uc010poz.2/23418, intron 1 of 14)",1,197170592,197447585,276994,1,"23418",20726,"ENSG00000134376","CRB1","crumbs 1, cell polarity complex component"
-"chr5",171881546,171881549,4,"*","Promoter (<=1kb)",5,171760503,171881527,121025,2,"285590",-19,"ENSG00000174705","SH3PXD2B","SH3 and PX domains 2B"
-"chr8",1327546,1327575,30,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",-76719,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr13",65500076,65500093,18,"*","Distal Intergenic",13,64311568,64316701,5134,1,"283491",1188508,NA,"OR7E156P","olfactory receptor family 7 subfamily E member 156 pseudogene"
-"chr15",81667437,81667725,289,"*","Promoter (1-2kb)",15,81624760,81666418,41659,2,"342125",-1019,"ENSG00000188869","TMC3","transmembrane channel like 3"
-"chr8",143234726,143234741,16,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-22959,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
-"chr4",1388811,1388830,20,"*","Exon (uc003gdf.2/285464, exon 1 of 1)",4,1385340,1389782,4443,1,"285464",3471,"ENSG00000179979","CRIPAK","cysteine rich PAK1 inhibitor"
-"chr16",1832736,1832743,8,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",-155,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
-"chr17",72848149,72848310,162,"*","3' UTR",17,72838168,72856966,18799,2,"2905",8656,"ENSG00000161509","GRIN2C","glutamate ionotropic receptor NMDA type subunit 2C"
-"chr19",15218531,15218566,36,"*","Promoter (<=1kb)",19,15218214,15225789,7576,1,"85360",317,"ENSG00000105137","SYDE1","synapse defective 1, Rho GTPase, homolog 1 (C. elegans)"
-"chr2",209271335,209271505,171,"*","Intron (uc010zjb.2/5746, intron 1 of 12)",2,209224569,209704818,480250,1,"5746",46766,"ENSG00000144407","PTH2R","parathyroid hormone 2 receptor"
-"chr12",76953702,76953736,35,"*","Promoter (<=1kb)",12,76745578,76953589,208012,2,"114882",-113,"ENSG00000091039","OSBPL8","oxysterol binding protein like 8"
-"chr16",87985047,87985059,13,"*","Promoter (<=1kb)",16,87984238,88110924,126687,1,"54971",809,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr6",15663344,15663356,13,"*","Promoter (<=1kb)",6,15523032,15663289,140258,2,"84062",-55,"ENSG00000047579","DTNBP1","dystrobrevin binding protein 1"
-"chr8",28929242,28929641,400,"*","Exon (uc011laz.2/23303, exon 3 of 4)",8,28747911,28910242,162332,1,"79618",181331,"ENSG00000147421","HMBOX1","homeobox containing 1"
-"chr12",132896939,132897323,385,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132680917,132905905,224989,2,"50614",8582,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr10",70587072,70587083,12,"*","Promoter (<=1kb)",10,70587294,70655209,67916,1,"219736",-211,"ENSG00000165730","STOX1","storkhead box 1"
-"chr12",120315168,120315283,116,"*","Promoter (<=1kb)",12,120123595,120315095,191501,2,"11113",-73,"ENSG00000122966","CIT","citron rho-interacting serine/threonine kinase"
-"chr6",89855447,89855455,9,"*","Promoter (<=1kb)",6,89855769,89875288,19520,1,"135293",-314,"ENSG00000146281","PM20D2","peptidase M20 domain containing 2"
-"chr1",45792612,45792640,29,"*","Promoter (<=1kb)",1,45792545,45794346,1802,1,"84842",67,"ENSG00000186603","HPDL","4-hydroxyphenylpyruvate dioxygenase-like"
-"chr10",76869460,76869864,405,"*","Promoter (<=1kb)",10,76854190,76868970,14781,2,"51207",-490,"ENSG00000079393","DUSP13","dual specificity phosphatase 13"
-"chr4",190939452,190939878,427,"*","Distal Intergenic",4,190988993,191013442,24450,1,"26583",-49115,NA,"DUX4L8","double homeobox 4 like 8"
-"chr17",7518355,7518500,146,"*","Promoter (<=1kb)",17,7494548,7518215,23668,2,"9513",-140,"ENSG00000129245","FXR2","FMR1 autosomal homolog 2"
-"chr4",6945654,6945745,92,"*","Exon (uc003gjt.1/uc003gjt.1, exon 1 of 1)",4,6911171,7034845,123675,1,"57533",34483,"ENSG00000132405","TBC1D14","TBC1 domain family member 14"
-"chr8",6481534,6481560,27,"*","Intron (uc003wqi.3/79648, intron 13 of 13)",8,6357175,6420784,63610,2,"285",-60750,"ENSG00000091879","ANGPT2","angiopoietin 2"
-"chr14",90798308,90798336,29,"*","Promoter (<=1kb)",14,90744398,90798481,54084,2,"55051",145,"ENSG00000119720","NRDE2","NRDE-2, necessary for RNA interference, domain containing"
-"chr6",49431069,49431135,67,"*","Promoter (<=1kb)",6,49431096,49460820,29725,1,"55166",0,"ENSG00000031691","CENPQ","centromere protein Q"
-"chr2",241516269,241516333,65,"*","5' UTR",2,241508004,241518149,10146,1,"57140",8265,NA,"RNPEPL1","arginyl aminopeptidase (aminopeptidase B)-like 1"
-"chr6",36561965,36562212,248,"*","Promoter (<=1kb)",6,36562090,36572244,10155,1,"6428",0,"ENSG00000112081","SRSF3","serine/arginine-rich splicing factor 3"
-"chr11",66489543,66489646,104,"*","Promoter (<=1kb)",11,66452720,66488870,36151,2,"6712",-673,"ENSG00000173898","SPTBN2","spectrin beta, non-erythrocytic 2"
-"chr6",29595349,29595491,143,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1111779,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",54404408,54404570,163,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-84030,"ENSG00000177508","IRX3","iroquois homeobox 3"
-"chr2",47168976,47168977,2,"*","Promoter (<=1kb)",2,47129009,47168994,39986,2,"90411",17,"ENSG00000180398","MCFD2","multiple coagulation factor deficiency 2"
-"chr8",117951559,117951987,429,"*","Promoter (1-2kb)",8,117950464,117956239,5776,1,"441376",1095,"ENSG00000205002","AARD","alanine and arginine rich domain containing protein"
-"chr15",80986965,80987197,233,"*","Promoter (<=1kb)",15,80987652,81047962,60311,1,"58489",-455,"ENSG00000136379","ABHD17C","abhydrolase domain containing 17C"
-"chr5",172113798,172113809,12,"*","Exon (uc003mbt.3/54492, exon 5 of 5)",5,172068276,172118533,50258,1,"54492",45522,"ENSG00000214357","NEURL1B","neuralized E3 ubiquitin protein ligase 1B"
-"chr17",75052534,75052555,22,"*","Distal Intergenic",17,75082798,75095278,12481,1,"654434",-30243,"ENSG00000234912","SNHG20","small nucleolar RNA host gene 20"
-"chr7",98579529,98579639,111,"*","Exon (uc003upp.3/8295, exon 58 of 72)",7,98479273,98479352,80,1,"100500819",100256,"ENSG00000266019","MIR3609","microRNA 3609"
-"chr20",11667650,11667807,158,"*","Distal Intergenic",20,11871477,11907243,35767,1,"22903",-203670,"ENSG00000132640","BTBD3","BTB domain containing 3"
-"chr6",31548962,31548990,29,"*","Intron (uc003nuk.3/4050, intron 1 of 3)",6,32485154,32557613,72460,2,"3127",1008623,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",154680167,154680385,219,"*","3' UTR",1,154554534,154600456,45923,2,"103",-79711,"ENSG00000160710","ADAR","adenosine deaminase, RNA-specific"
-"chr16",2127599,2127781,183,"*","Exon (uc002con.3/7249, exon 26 of 42)",16,2140196,2140285,90,2,"100188847",12504,"ENSG00000221656","MIR1225","microRNA 1225"
-"chr2",114259248,114259669,422,"*","Promoter (2-3kb)",2,114256661,114258727,2067,1,"200350",2587,"ENSG00000184492","FOXD4L1","forkhead box D4-like 1"
-"chr1",33283992,33284208,217,"*","Promoter (<=1kb)",1,33240840,33283633,42794,2,"8565",-359,"ENSG00000134684","YARS","tyrosyl-tRNA synthetase"
-"chr15",100882202,100882334,133,"*","Promoter (<=1kb)",15,100511643,100882183,370541,2,"170691",-19,"ENSG00000140470","ADAMTS17","ADAM metallopeptidase with thrombospondin type 1 motif 17"
-"chr10",46090503,46090522,20,"*","Promoter (<=1kb)",10,45952817,46090354,137538,2,"220972",-149,"ENSG00000165406","MARCH8","membrane associated ring-CH-type finger 8"
-"chr16",4466650,4466770,121,"*","Promoter (<=1kb)",16,4390252,4466962,76711,2,"100529144",192,"ENSG00000103426","CORO7-PAM16","CORO7-PAM16 readthrough"
-"chr7",99699637,99699645,9,"*","Promoter (<=1kb)",7,99690404,99699427,9024,2,"4176",-210,"ENSG00000166508","MCM7","minichromosome maintenance complex component 7"
-"chr7",141685595,141685610,16,"*","Distal Intergenic",7,141695679,141806547,110869,1,"8972",-10069,"ENSG00000257335","MGAM","maltase-glucoamylase"
-"chr20",19866746,19866810,65,"*","Promoter (<=1kb)",20,19867165,19983103,115939,1,"54453",-355,"ENSG00000132669","RIN2","Ras and Rab interactor 2"
-"chr16",3193279,3193362,84,"*","Distal Intergenic",16,3185057,3192805,7749,1,"7760",8222,"ENSG00000085644","ZNF213","zinc finger protein 213"
-"chr1",160001673,160001849,177,"*","Promoter (<=1kb)",1,159997462,160001783,4322,2,"93183",0,"ENSG00000143315","PIGM","phosphatidylinositol glycan anchor biosynthesis class M"
-"chr4",38784549,38784890,342,"*","Promoter (<=1kb)",4,38773860,38784611,10752,2,"81793",0,"ENSG00000174123","TLR10","toll like receptor 10"
-"chr17",2699812,2700045,234,"*","Promoter (<=1kb)",17,2699732,2941035,241304,1,"23108",80,"ENSG00000132359","RAP1GAP2","RAP1 GTPase activating protein 2"
-"chr19",57350265,57350455,191,"*","Promoter (1-2kb)",19,57321445,57352094,30650,2,"5178",1639,"ENSG00000198300","PEG3","paternally expressed 3"
-"chr11",118550331,118550413,83,"*","Promoter (<=1kb)",11,118528942,118550381,21440,2,"11181",0,"ENSG00000118094","TREH","trehalase"
-"chr15",96890404,96890550,147,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",13914,"ENSG00000222651","MIR1469","microRNA 1469"
-"chr20",33680704,33680710,7,"*","Promoter (<=1kb)",20,33590207,33680618,90412,2,"26133",-86,"ENSG00000100991","TRPC4AP","transient receptor potential cation channel subfamily C member 4 associated protein"
-"chr10",652402,652485,84,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",35233,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr1",114301873,114301887,15,"*","Promoter (<=1kb)",1,114239824,114302098,62275,2,"10745",211,"ENSG00000116793","PHTF1","putative homeodomain transcription factor 1"
-"chr5",87979594,87979871,278,"*","Promoter (<=1kb)",5,87836597,87980620,144024,2,"645323",749,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
-"chr7",1133882,1133979,98,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1121844,1133451,11608,1,"2852",12038,"ENSG00000164850","GPER1","G protein-coupled estrogen receptor 1"
-"chr11",65626142,65626208,67,"*","Promoter (<=1kb)",11,65622285,65626886,4602,2,"1072",678,"ENSG00000172757","CFL1","cofilin 1"
-"chr16",87584603,87584709,107,"*","Distal Intergenic",16,87635441,87731761,96321,1,"57338",-50732,"ENSG00000154118","JPH3","junctophilin 3"
-"chr1",154492899,154492904,6,"*","Intron (uc001ffd.3/126668, intron 5 of 12)",1,154474695,154520623,45929,1,"126668",18204,"ENSG00000163239","TDRD10","tudor domain containing 10"
-"chr17",58754765,58754932,168,"*","Promoter (<=1kb)",17,58755172,59470199,715028,1,"54828",-240,"ENSG00000141376","BCAS3","breast carcinoma amplified sequence 3"
-"chr7",140179398,140179401,4,"*","Promoter (<=1kb)",7,140152840,140179369,26530,2,"23608",-29,"ENSG00000133606","MKRN1","makorin ring finger protein 1"
-"chr12",58013109,58013126,18,"*","Promoter (<=1kb)",12,58013693,58019934,6242,1,"65012",-567,"ENSG00000135502","SLC26A10","solute carrier family 26 member 10"
-"chr5",153785129,153785214,86,"*","Intron (uc003lvh.3/55568, intron 8 of 11)",5,153769329,153825382,56054,2,"386627",40168,NA,"SAP30L-AS1","SAP30L antisense RNA 1 (head to head)"
-"chr6",33150897,33151008,112,"*","Intron (uc003ocx.1/1302, intron 58 of 65)",6,33540323,33548070,7748,2,"578",397062,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr9",140135729,140136157,429,"*","Promoter (<=1kb)",9,140135711,140138159,2449,1,"10383",18,"ENSG00000188229","TUBB4B","tubulin beta 4B class IVb"
-"chr22",41956939,41957395,457,"*","Promoter (<=1kb)",22,41957014,41972670,15657,1,"27254",0,"ENSG00000172346","CSDC2","cold shock domain containing C2"
-"chr6",9399331,9399598,268,"*","Distal Intergenic",6,8652442,8654080,1639,1,"728655",746889,"ENSG00000251164","HULC","hepatocellular carcinoma up-regulated long non-coding RNA"
-"chr2",235953159,235953304,146,"*","Intron (uc002vvp.3/23677, intron 4 of 5)",2,235860628,235964358,103731,1,"23677",92531,"ENSG00000130147","SH3BP4","SH3-domain binding protein 4"
-"chr6",134215613,134216081,469,"*","3' UTR",6,134210259,134216675,6417,1,"6943",5354,"ENSG00000118526","TCF21","transcription factor 21"
-"chr9",91933147,91933184,38,"*","Promoter (<=1kb)",9,91933412,91974561,41150,1,"79048",-228,"ENSG00000187742","SECISBP2","SECIS binding protein 2"
-"chr12",132520600,132520668,69,"*","Intron (uc001ujn.3/57634, intron 30 of 52)",12,132515769,132515905,137,1,"677829",4831,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
-"chr12",124858727,124858844,118,"*","Intron (uc010tbb.2/9612, intron 28 of 48)",12,124773710,124800570,26861,1,"144347",85017,"ENSG00000178882","FAM101A","family with sequence similarity 101 member A"
-"chr15",37387304,37387438,135,"*","Intron (uc001zjl.3/4212, intron 9 of 11)",15,37183222,37393500,210279,2,"4212",6062,"ENSG00000134138","MEIS2","Meis homeobox 2"
-"chr3",48481510,48481525,16,"*","Promoter (<=1kb)",3,48473580,48481529,7950,2,"79714",4,"ENSG00000164051","CCDC51","coiled-coil domain containing 51"
-"chr12",12764714,12764792,79,"*","Promoter (<=1kb)",12,12764831,12798041,33211,1,"1389",-39,"ENSG00000111269","CREBL2","cAMP responsive element binding protein like 2"
-"chr11",14994333,14994397,65,"*","Promoter (<=1kb)",11,14988215,14993832,5618,2,"796",-501,"ENSG00000110680","CALCA","calcitonin related polypeptide alpha"
-"chr7",6075288,6075438,151,"*","Exon (uc031swn.1/100310846, exon 3 of 3)",7,6071007,6076183,5177,1,"100310846",4281,"ENSG00000157999","ANKRD61","ankyrin repeat domain 61"
-"chr2",1745828,1746159,332,"*","Promoter (2-3kb)",2,1635659,1748291,112633,2,"7837",2132,"ENSG00000130508","PXDN","peroxidasin"
-"chr21",45246012,45246116,105,"*","Distal Intergenic",21,45225639,45232448,6810,2,"284837",-13564,"ENSG00000215458","AATBC","apoptosis associated transcript in bladder cancer"
-"chr9",139760589,139760593,5,"*","Promoter (<=1kb)",9,139756571,139760738,4168,2,"8721",145,"ENSG00000107223","EDF1","endothelial differentiation-related factor 1"
-"chr17",80319923,80320037,115,"*","Promoter (2-3kb)",17,80317123,80321652,4530,1,"400629",2800,"ENSG00000182459","TEX19","testis expressed 19"
-"chr7",77428194,77428286,93,"*","Promoter (<=1kb)",7,77428109,77586821,158713,1,"57157",85,"ENSG00000006576","PHTF2","putative homeodomain transcription factor 2"
-"chr17",899782,900031,250,"*","Promoter (<=1kb)",17,900357,905390,5034,1,"29928",-326,"ENSG00000278501","TIMM22","translocase of inner mitochondrial membrane 22 homolog (yeast)"
-"chr19",50380825,50381231,407,"*","Promoter (<=1kb)",19,50380682,50392007,11326,1,"79735",143,"ENSG00000104946","TBC1D17","TBC1 domain family member 17"
-"chr3",47844321,47844363,43,"*","Promoter (<=1kb)",3,47844399,47891686,47288,1,"22907",-36,"ENSG00000132153","DHX30","DEAH-box helicase 30"
-"chr20",62369557,62369956,400,"*","Promoter (1-2kb)",20,62371211,62375403,4193,1,"56731",-1255,"ENSG00000125520","SLC2A4RG","SLC2A4 regulator"
-"chr22",38577965,38578070,106,"*","Promoter (<=1kb)",22,38507502,38577836,70335,2,"8398",-129,"ENSG00000184381","PLA2G6","phospholipase A2 group VI"
-"chr5",66459388,66459594,207,"*","Exon (uc021xzk.1/375449, exon 29 of 29)",5,66478104,66492617,14514,2,"4064",33023,"ENSG00000134061","CD180","CD180 molecule"
-"chr5",175792430,175792445,16,"*","Promoter (<=1kb)",5,175792502,175800503,8002,1,"285598",-57,"ENSG00000175414","ARL10","ADP ribosylation factor like GTPase 10"
-"chr1",42921687,42921899,213,"*","Promoter (<=1kb)",1,42896001,42921938,25938,2,"84217",39,"ENSG00000066185","ZMYND12","zinc finger MYND-type containing 12"
-"chr1",201915446,201915661,216,"*","Promoter (<=1kb)",1,201865584,201915716,50133,2,"25802",55,"ENSG00000163431","LMOD1","leiomodin 1"
-"chr5",37834958,37835109,152,"*","5' UTR",5,37812779,37839782,27004,2,"2668",4673,"ENSG00000168621","GDNF","glial cell derived neurotrophic factor"
-"chr12",5539688,5539784,97,"*","Promoter (1-2kb)",12,5541280,5604465,63186,1,"4908",-1496,"ENSG00000185652","NTF3","neurotrophin 3"
-"chr3",49894152,49894234,83,"*","Promoter (<=1kb)",3,49866028,49893992,27965,2,"10293",-160,"ENSG00000183763","TRAIP","TRAF interacting protein"
-"chr5",150227524,150227654,131,"*","Promoter (1-2kb)",5,150226085,150228231,2147,1,"345611",1439,"ENSG00000237693","IRGM","immunity-related GTPase family, M"
-"chr10",5734716,5734985,270,"*","Exon (uc021pmm.1/uc021pmm.1, exon 1 of 3)",10,5726801,5805703,78903,1,"54906",7915,"ENSG00000108021","FAM208B","family with sequence similarity 208 member B"
-"chr19",38876250,38876618,369,"*","Promoter (2-3kb)",19,38874992,38878668,3677,2,"199720",2050,"ENSG00000179168","GGN","gametogenetin"
-"chr22",46326991,46327243,253,"*","Exon (uc010haa.2/7477, exon 3 of 4)",22,46316248,46373008,56761,2,"7477",45765,"ENSG00000188064","WNT7B","wingless-type MMTV integration site family member 7B"
-"chr22",33197590,33198055,466,"*","Promoter (<=1kb)",22,33196802,33259028,62227,1,"7078",788,"ENSG00000100234","TIMP3","TIMP metallopeptidase inhibitor 3"
-"chr16",3450780,3450923,144,"*","Promoter (<=1kb)",16,3432085,3451025,18941,2,"54925",102,"ENSG00000140987","ZSCAN32","zinc finger and SCAN domain containing 32"
-"chr8",142180061,142180327,267,"*","Intron (uc003yvy.3/22898, intron 13 of 22)",8,142138720,142205906,67187,1,"22898",41341,"ENSG00000105339","DENND3","DENN domain containing 3"
-"chr4",7033674,7033761,88,"*","3' UTR",4,7042576,7044728,2153,2,"257236",10967,"ENSG00000173013","CCDC96","coiled-coil domain containing 96"
-"chr16",900745,900975,231,"*","Downstream (2-3kb)",16,855443,863861,8419,1,"388199",45302,"ENSG00000167945","PRR25","proline rich 25"
-"chr16",4675387,4675603,217,"*","Promoter (<=1kb)",16,4674825,4740975,66151,1,"23295",562,"ENSG00000102858","MGRN1","mahogunin ring finger 1, E3 ubiquitin protein ligase"
-"chr16",31228263,31228299,37,"*","Promoter (<=1kb)",16,31227283,31228395,1113,2,"260434",96,"ENSG00000169900","PYDC1","PYD (pyrin domain) containing 1"
-"chr2",169920014,169920498,485,"*","Promoter (<=1kb)",2,169921299,169952677,31379,1,"10170",-801,"ENSG00000073737","DHRS9","dehydrogenase/reductase (SDR family) member 9"
-"chr13",113773011,113773110,100,"*","Exon (uc001vsv.4/2155, exon 9 of 9)",13,113777113,113803843,26731,1,"2159",-4003,"ENSG00000126218","F10","coagulation factor X"
-"chr14",102829177,102829219,43,"*","Promoter (<=1kb)",14,102808956,102829253,20298,2,"51550",34,"ENSG00000100865","CINP","cyclin-dependent kinase 2 interacting protein"
-"chr16",1664408,1664414,7,"*","Promoter (<=1kb)",16,1664641,1736695,72055,1,"57585",-227,"ENSG00000007545","CRAMP1","cramped chromatin regulator homolog 1"
-"chr4",128554125,128554147,23,"*","Promoter (<=1kb)",4,128554087,128637934,83848,1,"27152",38,"ENSG00000164066","INTU","inturned planar cell polarity protein"
-"chr5",15500201,15500222,22,"*","Promoter (<=1kb)",5,15500305,15939900,439596,1,"23194",-83,"ENSG00000183580","FBXL7","F-box and leucine-rich repeat protein 7"
-"chr20",55966403,55966551,149,"*","Promoter (<=1kb)",20,55966454,55984386,17933,1,"55544",0,"ENSG00000132819","RBM38","RNA binding motif protein 38"
-"chr17",7155848,7156125,278,"*","Promoter (<=1kb)",17,7155372,7163259,7888,1,"23587",476,"ENSG00000170291","ELP5","elongator acetyltransferase complex subunit 5"
-"chr19",55494437,55494710,274,"*","Exon (uc021vbq.1/55655, exon 6 of 13)",19,55434877,55477611,42735,2,"199713",-16826,"ENSG00000167634","NLRP7","NLR family, pyrin domain containing 7"
-"chr5",155107613,155108037,425,"*","Distal Intergenic",5,155135063,156194798,1059736,1,"6444",-27026,"ENSG00000170624","SGCD","sarcoglycan delta"
-"chr9",34590742,34591041,300,"*","Promoter (<=1kb)",9,34551430,34590138,38709,2,"1271",-604,"ENSG00000122756","CNTFR","ciliary neurotrophic factor receptor"
-"chr10",1142046,1142096,51,"*","Intron (uc031ptc.1/22884, intron 8 of 13)",10,1085964,1102644,16681,2,"3422",-39402,"ENSG00000067064","IDI1","isopentenyl-diphosphate delta isomerase 1"
-"chr3",197477049,197477190,142,"*","Promoter (<=1kb)",3,197398259,197476568,78310,2,"9711",-481,"ENSG00000145016","RUBCN","RUN and cysteine rich domain containing beclin 1 interacting protein"
-"chr17",80250875,80250887,13,"*","Distal Intergenic",17,80200537,80231594,31058,2,"1453",-19281,"ENSG00000141551","CSNK1D","casein kinase 1 delta"
-"chr1",61519842,61520399,558,"*","Distal Intergenic",1,61542946,61928460,385515,1,"4774",-22547,"ENSG00000162599","NFIA","nuclear factor I/A"
-"chr11",76903086,76903183,98,"*","Exon (uc010rsm.1/4647, exon 32 of 39)",11,76839310,76926286,86977,1,"4647",63776,"ENSG00000137474","MYO7A","myosin VIIA"
-"chr12",121416566,121416796,231,"*","Promoter (<=1kb)",12,121416454,121440314,23861,1,"6927",112,"ENSG00000135100","HNF1A","HNF1 homeobox A"
-"chr16",2827999,2828056,58,"*","Promoter (<=1kb)",16,2821415,2827297,5883,2,"6923",-702,"ENSG00000103363","TCEB2","transcription elongation factor B subunit 2"
-"chr1",205425148,205425241,94,"*","5' UTR",1,205417430,205417526,97,2,"442891",-7622,"ENSG00000199059","MIR135B","microRNA 135b"
-"chr2",75426789,75426800,12,"*","Promoter (<=1kb)",2,75273590,75426645,153056,2,"6869",-144,"ENSG00000115353","TACR1","tachykinin receptor 1"
-"chr7",27225772,27225811,40,"*","Promoter (<=1kb)",7,27225027,27228912,3886,1,"221883",745,"ENSG00000240990","HOXA11-AS","HOXA11 antisense RNA"
-"chr15",93595502,93595513,12,"*","Exon (uc002bsq.2/56963, exon 2 of 3)",15,93586636,93632443,45808,2,"56963",36930,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
-"chr1",145437802,145438031,230,"*","Promoter (<=1kb)",1,145438462,145442628,4167,1,"10628",-431,"ENSG00000265972","TXNIP","thioredoxin interacting protein"
-"chr1",214454282,214454661,380,"*","Promoter (<=1kb)",1,214454565,214510477,55913,1,"56950",0,"ENSG00000143499","SMYD2","SET and MYND domain containing 2"
-"chr14",20929872,20929902,31,"*","Promoter (<=1kb)",14,20926012,20929637,3626,2,"90809",-235,"ENSG00000165782","TMEM55B","transmembrane protein 55B"
-"chr1",180600998,180601032,35,"*","Promoter (<=1kb)",1,180601146,180859415,258270,1,"9213",-114,"ENSG00000143324","XPR1","xenotropic and polytropic retrovirus receptor 1"
-"chr2",128617328,128617744,417,"*","Promoter (1-2kb)",2,128603840,128615729,11890,2,"5433",-1599,"ENSG00000144231","POLR2D","polymerase (RNA) II subunit D"
-"chr7",50861995,50862035,41,"*","Promoter (<=1kb)",7,50657760,50861159,203400,2,"2887",-836,"ENSG00000106070","GRB10","growth factor receptor bound protein 10"
-"chr1",54304210,54304213,4,"*","Promoter (<=1kb)",1,54231134,54304225,73092,2,"55706",12,"ENSG00000058804","NDC1","NDC1 transmembrane nucleoporin"
-"chr17",38295894,38296011,118,"*","Promoter (<=1kb)",17,38296507,38328431,31925,1,"22794",-496,"ENSG00000108349","CASC3","cancer susceptibility candidate 3"
-"chr6",10723098,10723258,161,"*","Promoter (<=1kb)",6,10723148,10731362,8215,1,"51522",0,"ENSG00000111843","TMEM14C","transmembrane protein 14C"
-"chr7",44645808,44645893,86,"*","Promoter (<=1kb)",7,44646121,44748669,102549,1,"4967",-228,"ENSG00000105953","OGDH","oxoglutarate (alpha-ketoglutarate) dehydrogenase (lipoamide)"
-"chr12",104323957,104324016,60,"*","Promoter (<=1kb)",12,104237527,104323989,86463,2,"253724",0,"ENSG00000214198","TTC41P","tetratricopeptide repeat domain 41, pseudogene"
-"chr16",27413904,27414224,321,"*","Promoter (<=1kb)",16,27413483,27463363,49881,1,"50615",421,"ENSG00000103522","IL21R","interleukin 21 receptor"
-"chr3",52723544,52723741,198,"*","Promoter (<=1kb)",3,52723256,52723331,76,1,"692089",288,"ENSG00000212493","SNORD19","small nucleolar RNA, C/D box 19"
-"chrX",71792943,71792999,57,"*","Promoter (<=1kb)",23,71549366,71792953,243588,2,"55869",0,"ENSG00000147099","HDAC8","histone deacetylase 8"
-"chr13",53226775,53226935,161,"*","Promoter (<=1kb)",13,53226831,53262433,35603,1,"10910",0,"ENSG00000165416","SUGT1","SGT1 homolog, MIS12 kinetochore complex assembly cochaperone"
-"chr16",2239275,2239313,39,"*","Exon (uc010bsg.1/57524, exon 5 of 20)",16,2227184,2246465,19282,2,"57524",7152,"ENSG00000167971","CASKIN1","CASK interacting protein 1"
-"chr3",119216680,119217133,454,"*","Promoter (<=1kb)",3,119217368,119243125,25758,1,"51300",-235,"ENSG00000113845","TIMMDC1","translocase of inner mitochondrial membrane domain containing 1"
-"chr1",2517342,2517425,84,"*","Promoter (<=1kb)",1,2517899,2522908,5010,1,"127281",-474,"ENSG00000157870","FAM213B","family with sequence similarity 213 member B"
-"chr14",105045972,105045992,21,"*","Promoter (<=1kb)",14,105046056,105056183,10128,1,"400258",-64,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
-"chr2",37374960,37375071,112,"*","5' UTR",2,37332284,37384190,51907,2,"5610",9119,"ENSG00000055332","EIF2AK2","eukaryotic translation initiation factor 2 alpha kinase 2"
-"chr1",66797433,66797599,167,"*","Intron (uc001dcn.3/5142, intron 7 of 16)",1,66999825,67210768,210944,1,"84251",-202226,"ENSG00000118473","SGIP1","SH3-domain GRB2-like (endophilin) interacting protein 1"
-"chr6",44230977,44231305,329,"*","Promoter (2-3kb)",6,44225903,44233525,7623,2,"4794",2220,"ENSG00000146232","NFKBIE","NFKB inhibitor epsilon"
-"chr16",30885969,30886082,114,"*","Promoter (<=1kb)",16,30886587,30886644,58,2,"100616231",562,"ENSG00000265991","MIR4519","microRNA 4519"
-"chr1",225965463,225965676,214,"*","Promoter (<=1kb)",1,225965515,225978168,12654,1,"6726",0,"ENSG00000143742","SRP9","signal recognition particle 9kDa"
-"chr15",95400028,95400067,40,"*","Promoter (1-2kb)",15,95398592,95400293,1702,1,"440311",1436,"ENSG00000260521","LOC440311","glioma tumor suppressor candidate region gene 2 pseudogene"
-"chr10",103880300,103880303,4,"*","Promoter (<=1kb)",10,103867325,103880210,12886,2,"8861",-90,"ENSG00000198728","LDB1","LIM domain binding 1"
-"chr17",80050880,80051063,184,"*","Exon (uc002kdu.3/2194, exon 6 of 43)",17,80036214,80056106,19893,2,"2194",5043,"ENSG00000169710","FASN","fatty acid synthase"
-"chr19",12175268,12175413,146,"*","Promoter (<=1kb)",19,12175546,12188626,13081,1,"284391",-133,"ENSG00000223547","ZNF844","zinc finger protein 844"
-"chr1",53068539,53068834,296,"*","Promoter (<=1kb)",1,53068043,53074723,6681,1,"2882",496,"ENSG00000116157","GPX7","glutathione peroxidase 7"
-"chr15",41099716,41099719,4,"*","Promoter (<=1kb)",15,41060067,41099676,39610,2,"55192",-40,"ENSG00000104129","DNAJC17","DnaJ heat shock protein family (Hsp40) member C17"
-"chr16",33963168,33963473,306,"*","Promoter (<=1kb)",16,33961052,33962503,1452,2,"649159",-665,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
-"chr17",33814548,33814769,222,"*","Exon (uc021tuy.1/100506736, exon 1 of 4)",17,33762115,33775856,13742,2,"146857",-38692,"ENSG00000154760","SLFN13","schlafen family member 13"
-"chr14",91224644,91224978,335,"*","Intron (uc001xyp.3/145567, intron 17 of 19)",14,91006932,91282761,275830,2,"145567",57783,"ENSG00000165914","TTC7B","tetratricopeptide repeat domain 7B"
-"chr2",73460428,73460607,180,"*","Promoter (<=1kb)",2,73455134,73460356,5223,2,"84279",-72,"ENSG00000135617","PRADC1","protease-associated domain containing 1"
-"chr4",183710344,183710347,4,"*","Exon (uc003ivd.1/55714, exon 24 of 27)",4,183811244,183838630,27387,2,"1635",128283,"ENSG00000129187","DCTD","dCMP deaminase"
-"chr1",17287157,17287243,87,"*","Intron (uc001azt.2/9696, intron 26 of 36)",1,17300999,17308081,7083,2,"4237",20838,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
-"chr20",22795685,22795726,42,"*","Distal Intergenic",20,23016057,23017314,1258,1,"6754",-220331,"ENSG00000132671","SSTR4","somatostatin receptor 4"
-"chr3",185827002,185827035,34,"*","Promoter (<=1kb)",3,185764106,185826901,62796,2,"2119",-101,"ENSG00000244405","ETV5","ETS variant 5"
-"chr7",157179782,157179957,176,"*","Intron (uc003wnk.3/10049, intron 8 of 9)",7,157129710,157210133,80424,1,"10049",50072,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
-"chr2",69871051,69871056,6,"*","Promoter (<=1kb)",2,69685127,69870977,185851,2,"22848",-74,"ENSG00000115977","AAK1","AP2 associated kinase 1"
-"chr11",47207778,47207998,221,"*","Promoter (<=1kb)",11,47199073,47208010,8938,2,"29763",12,"ENSG00000165912","PACSIN3","protein kinase C and casein kinase substrate in neurons 3"
-"chr6",86352588,86352627,40,"*","Promoter (<=1kb)",6,86317502,86353043,35542,2,"10492",416,"ENSG00000135316","SYNCRIP","synaptotagmin binding, cytoplasmic RNA interacting protein"
-"chr3",40566302,40566349,48,"*","Promoter (<=1kb)",3,40566376,40581043,14668,1,"285268",-27,"ENSG00000172888","ZNF621","zinc finger protein 621"
-"chr6",43603549,43603665,117,"*","5' UTR",6,43597279,43608688,11410,1,"9587",6270,"ENSG00000124688","MAD2L1BP","MAD2L1 binding protein"
-"chr15",40423445,40423556,112,"*","Distal Intergenic",15,40380091,40401085,20995,2,"90427",-22360,"ENSG00000104081","BMF","Bcl2 modifying factor"
-"chr12",108955255,108955272,18,"*","Promoter (<=1kb)",12,108915991,108955165,39175,2,"9733",-90,"ENSG00000075856","SART3","squamous cell carcinoma antigen recognized by T-cells 3"
-"chrX",110187507,110187600,94,"*","Promoter (<=1kb)",23,110187513,110464173,276661,1,"5063",0,"ENSG00000077264","PAK3","p21 protein (Cdc42/Rac)-activated kinase 3"
-"chr8",22224520,22224925,406,"*","Promoter (<=1kb)",8,22224762,22291640,66879,1,"23516",0,"ENSG00000104635","SLC39A14","solute carrier family 39 member 14"
-"chr2",60983774,60984161,388,"*","Promoter (<=1kb)",2,60983365,61029221,45857,1,"64895",409,"ENSG00000115421","PAPOLG","poly(A) polymerase gamma"
-"chr5",140079898,140079941,44,"*","Promoter (<=1kb)",5,140080032,140086239,6208,1,"153527",-91,"ENSG00000146007","ZMAT2","zinc finger matrin-type 2"
-"chr6",88879398,88879765,368,"*","Distal Intergenic",6,88849585,88875767,26183,2,"1268",-3631,"ENSG00000118432","CNR1","cannabinoid receptor 1 (brain)"
-"chr5",72112331,72112333,3,"*","Promoter (<=1kb)",5,72112418,72210215,97798,1,"3842",-85,"ENSG00000083312","TNPO1","transportin 1"
-"chr20",61472071,61472099,29,"*","3' UTR",20,61476476,61477543,1068,1,"100132911",-4377,NA,"DPH3P1","diphthamide biosynthesis 3 pseudogene 1"
-"chr19",39054989,39055452,464,"*","Intron (uc002oit.3/6261, intron 90 of 105)",19,39078281,39108643,30363,2,"11184",53191,"ENSG00000104814","MAP4K1","mitogen-activated protein kinase kinase kinase kinase 1"
-"chr2",100937584,100937748,165,"*","Promoter (1-2kb)",2,100889753,100939195,49443,2,"164832",1447,"ENSG00000170500","LONRF2","LON peptidase N-terminal domain and ring finger 2"
-"chr16",23607767,23607770,4,"*","Promoter (<=1kb)",16,23592335,23607639,15305,2,"4706",-128,"ENSG00000004779","NDUFAB1","NADH:ubiquinone oxidoreductase subunit AB1"
-"chr12",123756739,123756755,17,"*","Promoter (<=1kb)",12,123745517,123756863,11347,2,"8099",108,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
-"chr3",101280602,101280610,9,"*","Promoter (<=1kb)",3,101280680,101285290,4611,1,"54931",-70,"ENSG00000174173","TRMT10C","tRNA methyltransferase 10C, mitochondrial RNase P subunit"
-"chr4",39480514,39480517,4,"*","Promoter (1-2kb)",4,39481875,39483523,1649,1,"401127",-1358,"ENSG00000224097","LOC401127","WD repeat domain 5 pseudogene"
-"chr4",2043303,2043414,112,"*","Promoter (<=1kb)",4,2043720,2045697,1978,1,"401115",-306,"ENSG00000243449","C4orf48","chromosome 4 open reading frame 48"
-"chr22",41682215,41682219,5,"*","Promoter (<=1kb)",22,41641615,41682216,40602,2,"5905",0,"ENSG00000100401","RANGAP1","Ran GTPase activating protein 1"
-"chr1",52456480,52456551,72,"*","Promoter (<=1kb)",1,52373628,52456436,82809,2,"5865",-44,"ENSG00000169213","RAB3B","RAB3B, member RAS oncogene family"
-"chr16",1543151,1543286,136,"*","Promoter (<=1kb)",16,1543352,1560460,17109,1,"9894",-66,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr1",1102417,1102446,30,"*","Promoter (<=1kb)",1,1102484,1102578,95,1,"406984",-38,"ENSG00000207730","MIR200B","microRNA 200b"
-"chr10",128077032,128077307,276,"*","Promoter (<=1kb)",10,127702902,128077127,374226,2,"8038",0,"ENSG00000148848","ADAM12","ADAM metallopeptidase domain 12"
-"chr2",21022829,21022933,105,"*","Promoter (<=1kb)",2,20884818,21022827,138010,2,"60526",-2,"ENSG00000118961","LDAH","lipid droplet associated hydrolase"
-"chr20",60905874,60906057,184,"*","Promoter (1-2kb)",20,60907543,60907613,71,2,"100616340",1556,"ENSG00000265329","MIR4758","microRNA 4758"
-"chr1",181382847,181382934,88,"*","Distal Intergenic",1,181452686,181775921,323236,1,"777",-69752,"ENSG00000198216","CACNA1E","calcium voltage-gated channel subunit alpha1 E"
-"chr6",168476576,168476648,73,"*","Intron (uc003qwo.4/79981, intron 10 of 10)",6,168456464,168479857,23394,2,"79981",3209,"ENSG00000153303","FRMD1","FERM domain containing 1"
-"chr1",32687775,32687897,123,"*","Promoter (<=1kb)",1,32680078,32687926,7849,2,"56063",29,"ENSG00000160055","TMEM234","transmembrane protein 234"
-"chr1",26233490,26233565,76,"*","Promoter (<=1kb)",1,26210677,26233368,22692,2,"3925",-122,"ENSG00000117632","STMN1","stathmin 1"
-"chr15",89953247,89953370,124,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",41917,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
-"chr16",56485072,56485177,106,"*","Promoter (<=1kb)",16,56463048,56485261,22214,2,"11051",84,"ENSG00000167005","NUDT21","nudix hydrolase 21"
-"chr18",55106237,55106337,101,"*","Intron (uc002lgo.3/9480, intron 1 of 1)",18,55102917,55158530,55614,1,"9480",3320,"ENSG00000119547","ONECUT2","one cut homeobox 2"
-"chr1",63249213,63249693,481,"*","Promoter (<=1kb)",1,63249777,63330941,81165,1,"84938",-84,"ENSG00000125703","ATG4C","autophagy related 4C cysteine peptidase"
-"chr13",113348391,113348674,284,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",3748,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr1",212738256,212738603,348,"*","Promoter (<=1kb)",1,212738676,212794119,55444,1,"467",-73,"ENSG00000162772","ATF3","activating transcription factor 3"
-"chr16",12192215,12192277,63,"*","Intron (uc002dby.5/92017, intron 11 of 20)",16,12070602,12668146,597545,1,"92017",121613,"ENSG00000048471","SNX29","sorting nexin 29"
-"chr12",100594746,100594767,22,"*","Promoter (<=1kb)",12,100593865,100635629,41765,1,"64431",881,"ENSG00000075089","ACTR6","ARP6 actin-related protein 6 homolog (yeast)"
-"chr6",31374049,31374206,158,"*","Intron (uc003rxz.1/100507436, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",1183407,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",158107236,158107382,147,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",218123,"ENSG00000207637","MIR595","microRNA 595"
-"chr13",24153954,24154260,307,"*","Intron (uc001uot.3/55504, intron 1 of 9)",13,24144509,24250244,105736,1,"55504",9445,"ENSG00000127863","TNFRSF19","tumor necrosis factor receptor superfamily member 19"
-"chr17",17184103,17184321,219,"*","Promoter (<=1kb)",17,17149938,17184617,34680,2,"8533",296,"ENSG00000141030","COPS3","COP9 signalosome subunit 3"
-"chr7",44229844,44229866,23,"*","Promoter (<=1kb)",7,44183870,44229022,45153,2,"2645",-822,"ENSG00000106633","GCK","glucokinase"
-"chr22",39101383,39101473,91,"*","Promoter (<=1kb)",22,39101807,39129592,27786,1,"9567",-334,"ENSG00000100226","GTPBP1","GTP binding protein 1"
-"chr10",125034591,125034770,180,"*","Distal Intergenic",10,124913760,124924886,11127,1,"9184",120831,"ENSG00000154473","BUB3","BUB3 mitotic checkpoint protein"
-"chr16",1660065,1660153,89,"*","Promoter (1-2kb)",16,1560428,1662109,101682,2,"9742",1956,"ENSG00000187535","IFT140","intraflagellar transport 140"
-"chr2",42588340,42588392,53,"*","5' UTR",2,42577645,42596150,18506,2,"9167",7758,"ENSG00000115944","COX7A2L","cytochrome c oxidase subunit 7A2 like"
-"chr3",158362295,158362297,3,"*","Promoter (<=1kb)",3,158362317,158410360,48044,1,"85476",-20,"ENSG00000168827","GFM1","G elongation factor, mitochondrial 1"
-"chr5",55147197,55147403,207,"*","Promoter (<=1kb)",5,55147207,55218682,71476,1,"133396",0,"ENSG00000164509","IL31RA","interleukin 31 receptor A"
-"chr17",74884487,74884513,27,"*","Intron (uc002jth.3/146664, intron 3 of 16)",17,74864798,74946471,81674,1,"146664",19689,"ENSG00000167889","MGAT5B","mannosyl (alpha-1,6-)-glycoprotein beta-1,6-N-acetyl-glucosaminyltransferase, isozyme B"
-"chr17",73761474,73761514,41,"*","Promoter (<=1kb)",17,73754018,73761280,7263,2,"2584",-194,"ENSG00000108479","GALK1","galactokinase 1"
-"chr16",1484406,1484695,290,"*","3' UTR",16,1469745,1479345,9601,2,"283951",-5061,"ENSG00000174109","C16orf91","chromosome 16 open reading frame 91"
-"chr11",76493497,76493828,332,"*","Promoter (<=1kb)",11,76493357,76509198,15842,1,"25987",140,"ENSG00000182704","TSKU","tsukushi, small leucine rich proteoglycan"
-"chr6",80816274,80816386,113,"*","Promoter (<=1kb)",6,80816344,81055987,239644,1,"594",0,"ENSG00000083123","BCKDHB","branched chain keto acid dehydrogenase E1, beta polypeptide"
-"chr2",241035207,241035593,387,"*","Distal Intergenic",2,241065980,241075764,9785,2,"150678",40171,"ENSG00000172428","MYEOV2","myeloma overexpressed 2"
-"chr22",46374788,46375212,425,"*","Promoter (1-2kb)",22,46316248,46373008,56761,2,"7477",-1780,"ENSG00000188064","WNT7B","wingless-type MMTV integration site family member 7B"
-"chr2",128331430,128331470,41,"*","Intron (uc002top.3/4648, intron 6 of 46)",2,128293378,128395303,101926,1,"4648",38052,"ENSG00000169994","MYO7B","myosin VIIB"
-"chr4",122853963,122853965,3,"*","5' UTR",4,122800183,122872909,72727,2,"7222",18944,"ENSG00000138741","TRPC3","transient receptor potential cation channel subfamily C member 3"
-"chr6",119400380,119400462,83,"*","Intron (uc003pyk.4/79632, intron 16 of 16)",6,119390212,119390308,97,2,"693128",-10072,"ENSG00000207982","MIR548B","microRNA 548b"
-"chrX",7810205,7810230,26,"*","Promoter (<=1kb)",23,7810303,7812184,1882,1,"26609",-73,"ENSG00000182583","VCX","variable charge, X-linked"
-"chr3",113160490,113160506,17,"*","Promoter (<=1kb)",3,113005777,113160361,154585,2,"55779",-129,"ENSG00000206530","CFAP44","cilia and flagella associated protein 44"
-"chr5",167688102,167688569,468,"*","Intron (uc010jjd.3/57451, intron 28 of 28)",5,167719065,167899308,180244,1,"23286",-30496,"ENSG00000113645","WWC1","WW and C2 domain containing 1"
-"chr7",56131471,56131707,237,"*","Promoter (<=1kb)",7,56131917,56148365,16449,1,"25870",-210,"ENSG00000129103","SUMF2","sulfatase modifying factor 2"
-"chr16",1518609,1518703,95,"*","Intron (uc002clv.3/1186, intron 24 of 24)",16,1494934,1525085,30152,2,"1186",6382,"ENSG00000103249","CLCN7","chloride voltage-gated channel 7"
-"chr16",1587562,1587636,75,"*","Intron (uc002cmc.3/79652, intron 2 of 3)",16,1578742,1605581,26840,1,"79652",8820,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr12",6125746,6125828,83,"*","Exon (uc001qnn.1/7450, exon 30 of 52)",12,5671817,6055398,383582,2,"57101",-70348,"ENSG00000047617","ANO2","anoctamin 2"
-"chr10",121296010,121296042,33,"*","5' UTR",10,121259339,121302222,42884,2,"6001",6180,"ENSG00000148908","RGS10","regulator of G-protein signaling 10"
-"chr17",76220929,76220955,27,"*","3' UTR",17,76227391,76237068,9678,1,"283999",-6436,"ENSG00000204278","TMEM235","transmembrane protein 235"
-"chr18",72200578,72201018,441,"*","Promoter (<=1kb)",18,72201692,72252261,50570,1,"84735",-674,"ENSG00000150656","CNDP1","carnosine dipeptidase 1 (metallopeptidase M20 family)"
-"chr20",3725813,3726142,330,"*","5' UTR",20,3713317,3733758,20442,1,"116835",12496,"ENSG00000132622","HSPA12B","heat shock protein family A (Hsp70) member 12B"
-"chr3",15643063,15643079,17,"*","Promoter (<=1kb)",3,15529713,15643130,113418,2,"26061",51,"ENSG00000131373","HACL1","2-hydroxyacyl-CoA lyase 1"
-"chr4",115519567,115519574,8,"*","Promoter (<=1kb)",4,115519611,115598202,78592,1,"7368",-37,"ENSG00000174607","UGT8","UDP glycosyltransferase 8"
-"chr6",10398650,10398706,57,"*","3' UTR",6,10412551,10416402,3852,1,"100130275",-13845,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
-"chr10",28287707,28287879,173,"*","Promoter (<=1kb)",10,28101097,28287977,186881,2,"55130",98,"ENSG00000169126","ARMC4","armadillo repeat containing 4"
-"chr12",3186858,3186967,110,"*","Promoter (<=1kb)",12,3186521,3395730,209210,1,"10867",337,"ENSG00000011105","TSPAN9","tetraspanin 9"
-"chr6",38671296,38671316,21,"*","Promoter (<=1kb)",6,38643702,38670952,27251,2,"2739",-344,"ENSG00000124767","GLO1","glyoxalase I"
-"chr1",93811314,93811463,150,"*","Promoter (<=1kb)",1,93775666,93811368,35703,2,"100131564",0,NA,"CCDC18-AS1","CCDC18 antisense RNA 1"
-"chr20",45279985,45280237,253,"*","5' UTR",20,45186462,45313124,126663,2,"64849",32887,"ENSG00000158296","SLC13A3","solute carrier family 13 member 3"
-"chr12",58120189,58120635,447,"*","Promoter (<=1kb)",12,58120023,58122139,2117,1,"100130776",166,"ENSG00000255737","AGAP2-AS1","AGAP2 antisense RNA 1"
-"chr1",150229823,150230129,307,"*","Promoter (<=1kb)",1,150230218,150237480,7263,1,"23632",-89,"ENSG00000118298","CA14","carbonic anhydrase XIV"
-"chr14",71199514,71199600,87,"*","Exon (uc001xmk.3/4293, exon 10 of 11)",14,71194854,71275888,81035,2,"4293",76288,"ENSG00000006432","MAP3K9","mitogen-activated protein kinase kinase kinase 9"
-"chr2",145274826,145274975,150,"*","Promoter (2-3kb)",2,145277181,145278465,1285,1,"100303491",-2206,"ENSG00000238057","ZEB2-AS1","ZEB2 antisense RNA 1"
-"chr16",67194139,67194232,94,"*","Promoter (<=1kb)",16,67193891,67198077,4187,1,"55336",248,"ENSG00000135722","FBXL8","F-box and leucine-rich repeat protein 8"
-"chr3",181420020,181420086,67,"*","Intron (uc003fkv.4/347689, intron 6 of 7)",3,181429712,181432223,2512,1,"6657",-9626,"ENSG00000181449","SOX2","SRY-box 2"
-"chr1",24017943,24018063,121,"*","Promoter (<=1kb)",1,24018269,24022915,4647,1,"6135",-206,"ENSG00000142676","RPL11","ribosomal protein L11"
-"chr16",2086187,2086373,187,"*","Exon (uc002coi.3/9351, exon 3 of 7)",16,2076869,2089027,12159,1,"9351",9318,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
-"chr16",49313990,49314209,220,"*","Promoter (1-2kb)",16,49311829,49315742,3914,2,"869",1533,"ENSG00000102924","CBLN1","cerebellin 1 precursor"
-"chr6",31240045,31240047,3,"*","Intron (uc031snl.1/3106, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",1317566,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",139259418,139259433,16,"*","Promoter (<=1kb)",2,139259350,139330805,71456,1,"339745",68,"ENSG00000144228","SPOPL","speckle type BTB/POZ protein like"
-"chr16",33965274,33965387,114,"*","Promoter (2-3kb)",16,33961052,33962503,1452,2,"649159",-2771,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
-"chr16",20084803,20084999,197,"*","Promoter (<=1kb)",16,20043043,20085100,42058,2,"124274",101,"ENSG00000180269","GPR139","G protein-coupled receptor 139"
-"chr10",44880511,44880514,4,"*","Promoter (<=1kb)",10,44865601,44880545,14945,2,"6387",31,"ENSG00000107562","CXCL12","C-X-C motif chemokine ligand 12"
-"chr6",152958576,152958601,26,"*","Promoter (<=1kb)",6,152442819,152958534,515716,2,"23345",-42,"ENSG00000131018","SYNE1","spectrin repeat containing, nuclear envelope 1"
-"chr10",133929381,133929413,33,"*","Intron (uc001lkx.4/282973, intron 1 of 23)",10,133918313,133998313,80001,1,"282973",11068,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
-"chr2",238874860,238875195,336,"*","Promoter (<=1kb)",2,238875587,239008054,132468,1,"100533179",-392,"ENSG00000258984","UBE2F-SCLY","UBE2F-SCLY readthrough (NMD candidate)"
-"chr7",1570162,1570321,160,"*","Promoter (<=1kb)",7,1570368,1582679,12312,1,"7975",-47,"ENSG00000198517","MAFK","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K"
-"chr12",102133040,102133291,252,"*","Promoter (<=1kb)",12,102122426,102133250,10825,2,"50511",0,"ENSG00000139351","SYCP3","synaptonemal complex protein 3"
-"chr1",72749015,72749016,2,"*","Promoter (<=1kb)",1,71868625,72748405,879781,2,"257194",-610,"ENSG00000172260","NEGR1","neuronal growth regulator 1"
-"chr17",38804237,38804263,27,"*","Promoter (<=1kb)",17,38783976,38804103,20128,2,"6605",-134,"ENSG00000073584","SMARCE1","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily e, member 1"
-"chr11",73588382,73588484,103,"*","Promoter (<=1kb)",11,73583713,73587890,4178,2,"51287",-492,"ENSG00000181924","COA4","cytochrome c oxidase assembly factor 4 homolog"
-"chr9",115653222,115653802,581,"*","Promoter (<=1kb)",9,115641200,115653193,11994,2,"57864",-29,"ENSG00000119457","SLC46A2","solute carrier family 46 member 2"
-"chr16",46724037,46724048,12,"*","Promoter (<=1kb)",16,46723558,46732306,8749,1,"23594",479,"ENSG00000091651","ORC6","origin recognition complex subunit 6"
-"chr4",81111177,81111393,217,"*","Intron (uc010ijo.3/56978, intron 1 of 7)",4,81105439,81125482,20044,1,"56978",5738,"ENSG00000152784","PRDM8","PR domain 8"
-"chr3",128144253,128144356,104,"*","Distal Intergenic",3,128182437,128191160,8724,1,"285224",-38081,"ENSG00000242049","DNAJB8-AS1","DNAJB8 antisense RNA 1"
-"chr10",122553454,122553652,199,"*","Intron (uc001lfb.1/283089, intron 2 of 2)",10,122610687,122669038,58352,1,"55717",-57035,"ENSG00000120008","WDR11","WD repeat domain 11"
-"chr20",18485123,18485394,272,"*","Promoter (2-3kb)",20,18488188,18542059,53872,1,"10483",-2794,"ENSG00000101310","SEC23B","Sec23 homolog B, COPII coat complex component"
-"chr16",2077399,2077599,201,"*","Promoter (<=1kb)",16,2076869,2089027,12159,1,"9351",530,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
-"chr8",24814137,24814393,257,"*","Promoter (<=1kb)",8,24808469,24814383,5915,2,"4747",0,"ENSG00000277586","NEFL","neurofilament, light polypeptide"
-"chr3",147136415,147136538,124,"*","Distal Intergenic",3,147127181,147134506,7326,1,"7545",9234,"ENSG00000152977","ZIC1","Zic family member 1"
-"chr7",155921322,155921524,203,"*","Distal Intergenic",7,155592736,155604967,12232,2,"6469",-316355,"ENSG00000164690","SHH","sonic hedgehog"
-"chr14",101291885,101291949,65,"*","Promoter (<=1kb)",14,101292445,101327360,34916,1,"55384",-496,"ENSG00000214548","MEG3","maternally expressed 3 (non-protein coding)"
-"chr16",67694967,67694969,3,"*","Promoter (<=1kb)",16,67694851,67696681,1831,1,"50855",116,"ENSG00000102981","PARD6A","par-6 family cell polarity regulator alpha"
-"chr19",10226339,10226446,108,"*","Exon (uc002mnd.3/8666, exon 9 of 11)",19,10222197,10226064,3868,1,"5032",4142,"ENSG00000244165","P2RY11","purinergic receptor P2Y11"
-"chr9",110044872,110044887,16,"*","Promoter (<=1kb)",9,110045517,110094475,48959,1,"5887",-630,"ENSG00000119318","RAD23B","RAD23 homolog B, nucleotide excision repair protein"
-"chr1",43281678,43281746,69,"*","Promoter (1-2kb)",1,43282776,43310660,27885,1,"114625",-1030,"ENSG00000164010","ERMAP","erythroblast membrane associated protein (Scianna blood group)"
-"chr10",134684054,134684065,12,"*","Intron (uc021qbc.1/54777, intron 26 of 57)",10,134621896,134756089,134194,2,"54777",72024,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
-"chr8",1387493,1387753,261,"*","Distal Intergenic",8,1449532,1656642,207111,1,"9228",-61779,"ENSG00000198010","DLGAP2","discs large homolog associated protein 2"
-"chr1",78354053,78354382,330,"*","Promoter (<=1kb)",1,78354200,78409578,55379,1,"91624",0,"ENSG00000162614","NEXN","nexilin (F actin binding protein)"
-"chr2",3633471,3633827,357,"*","Distal Intergenic",2,3642422,3692234,49813,1,"78989",-8595,"ENSG00000118004","COLEC11","collectin subfamily member 11"
-"chr16",4783992,4784033,42,"*","Promoter (<=1kb)",16,4784289,4799397,15109,1,"146562",-256,"ENSG00000166246","C16orf71","chromosome 16 open reading frame 71"
-"chr5",78985436,78985441,6,"*","Promoter (<=1kb)",5,78985659,79096049,110391,1,"202333",-218,"ENSG00000164309","CMYA5","cardiomyopathy associated 5"
-"chr4",3443608,3443635,28,"*","Promoter (<=1kb)",4,3443726,3451213,7488,1,"3083",-91,"ENSG00000109758","HGFAC","HGF activator"
-"chr10",81964782,81965123,342,"*","Promoter (<=1kb)",10,81914880,81965433,50554,2,"311",310,"ENSG00000122359","ANXA11","annexin A11"
-"chr16",3087863,3087875,13,"*","Promoter (2-3kb)",16,3077868,3085542,7675,2,"146439",-2321,"ENSG00000162069","CCDC64B","coiled-coil domain containing 64B"
-"chr7",101006915,101007024,110,"*","Promoter (<=1kb)",7,101006122,101202304,196183,1,"136227",793,"ENSG00000160963","COL26A1","collagen type XXVI alpha 1"
-"chr11",94822550,94822733,184,"*","Promoter (<=1kb)",11,94822974,94865815,42842,1,"23052",-241,"ENSG00000149218","ENDOD1","endonuclease domain containing 1"
-"chr8",86089798,86090186,389,"*","Promoter (<=1kb)",8,86089619,86126753,37135,1,"1875",179,"ENSG00000133740","E2F5","E2F transcription factor 5"
-"chr21",47808830,47808905,76,"*","Intron (uc002zji.4/5116, intron 18 of 46)",21,47744036,47865682,121647,1,"5116",64794,"ENSG00000160299","PCNT","pericentrin"
-"chr2",61372069,61372165,97,"*","Promoter (<=1kb)",2,61368727,61372110,3384,2,"339803",0,"ENSG00000212978","LOC339803","uncharacterized LOC339803"
-"chr9",38487816,38488283,468,"*","Distal Intergenic",9,38406525,38424444,17920,2,"347252",-63372,"ENSG00000137142","IGFBPL1","insulin like growth factor binding protein-like 1"
-"chr10",91597442,91597593,152,"*","Exon (uc001kgv.2/643529, exon 4 of 4)",10,91589250,91600618,11369,1,"643529",8192,"ENSG00000232229","LINC00865","long intergenic non-protein coding RNA 865"
-"chr14",29236850,29237480,631,"*","Promoter (<=1kb)",14,29236278,29239483,3206,1,"2290",572,"ENSG00000176165","FOXG1","forkhead box G1"
-"chr6",28104585,28104690,106,"*","Promoter (<=1kb)",6,28058454,28105094,46641,2,"100129195",404,"ENSG00000269293","ZSCAN16-AS1","ZSCAN16 antisense RNA 1"
-"chr6",170575614,170575847,234,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",-3957,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr7",157414294,157414339,46,"*","Intron (uc011kwa.2/5799, intron 9 of 22)",7,157367028,157367114,87,2,"406945",-47180,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr10",70748860,70749155,296,"*","Promoter (<=1kb)",10,70748477,70776739,28263,1,"26128",383,"ENSG00000198954","KIF1BP","KIF1 binding protein"
-"chr16",68554689,68554741,53,"*","Distal Intergenic",16,68564048,68609945,45898,1,"146198",-9307,"ENSG00000184939","ZFP90","ZFP90 zinc finger protein"
-"chr11",64646436,64646449,14,"*","Promoter (<=1kb)",11,64620208,64647149,26942,2,"10938",700,"ENSG00000110047","EHD1","EH domain containing 1"
-"chr20",44538288,44538557,270,"*","Promoter (2-3kb)",20,44527259,44541003,13745,2,"5360",2446,"ENSG00000100979","PLTP","phospholipid transfer protein"
-"chr5",92603121,92603424,304,"*","Distal Intergenic",5,92745065,92917003,171939,2,"441094",313579,"ENSG00000237187","NR2F1-AS1","NR2F1 antisense RNA 1"
-"chr4",25090250,25090491,242,"*","Distal Intergenic",4,25000471,25032414,31944,2,"55203",-57836,"ENSG00000153012","LGI2","leucine-rich repeat LGI family member 2"
-"chr14",65381381,65381416,36,"*","Promoter (<=1kb)",14,65381079,65529373,148295,1,"100529261",302,"ENSG00000125954","CHURC1-FNTB","CHURC1-FNTB readthrough"
-"chr16",33935507,33935608,102,"*","Distal Intergenic",16,33961052,33962503,1452,2,"649159",26895,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
-"chr16",85206107,85206442,336,"*","Distal Intergenic",16,85170756,85183049,12294,1,"400548",35351,"ENSG00000278214","LOC400548","uncharacterized LOC400548"
-"chr6",27179037,27179068,32,"*","Distal Intergenic",6,27215502,27224399,8898,1,"10279",-36434,"ENSG00000112812","PRSS16","protease, serine 16"
-"chr9",104160596,104160900,305,"*","Promoter (<=1kb)",9,104151122,104160919,9798,2,"54534",19,"ENSG00000136897","MRPL50","mitochondrial ribosomal protein L50"
-"chr5",143191771,143192067,297,"*","Promoter (<=1kb)",5,143191726,143200284,8559,1,"57824",45,"ENSG00000158497","HMHB1","histocompatibility (minor) HB-1"
-"chr4",8455971,8456156,186,"*","5' UTR",4,8368009,8442452,74444,2,"8310",-13519,"ENSG00000087008","ACOX3","acyl-CoA oxidase 3, pristanoyl"
-"chr2",175193470,175193478,9,"*","Promoter (2-3kb)",2,175190755,175195370,4616,1,"285084",2715,"ENSG00000231453","LINC01305","long intergenic non-protein coding RNA 1305"
-"chr8",41167875,41168001,127,"*","Promoter (<=1kb)",8,41119476,41166990,47515,2,"6422",-885,"ENSG00000104332","SFRP1","secreted frizzled-related protein 1"
-"chr9",140173501,140173908,408,"*","Promoter (1-2kb)",9,140172280,140177093,4814,1,"54863",1221,"ENSG00000198113","TOR4A","torsin family 4 member A"
-"chr3",54155578,54155663,86,"*","Promoter (1-2kb)",3,54156693,55108584,951892,1,"55799",-1030,"ENSG00000157445","CACNA2D3","calcium voltage-gated channel auxiliary subunit alpha2delta 3"
-"chr14",104206654,104206836,183,"*","Exon (uc010awv.1/23368, exon 4 of 8)",14,104182081,104200005,17925,1,"79038",24573,"ENSG00000100711","ZFYVE21","zinc finger FYVE-type containing 21"
-"chr16",30681996,30682455,460,"*","3' UTR",16,30671243,30682131,10889,1,"64319",10753,"ENSG00000156860","FBRS","fibrosin"
-"chr2",234590542,234590817,276,"*","Promoter (<=1kb)",2,234590584,234681951,91368,1,"54577",0,"ENSG00000244122","UGT1A7","UDP glucuronosyltransferase family 1 member A7"
-"chr5",53813346,53813483,138,"*","Promoter (<=1kb)",5,53813589,53842416,28828,1,"112574",-106,"ENSG00000178996","SNX18","sorting nexin 18"
-"chr9",131939552,131939961,410,"*","Promoter (<=1kb)",9,131937831,131940540,2710,2,"389792",579,"ENSG00000188483","IER5L","immediate early response 5-like"
-"chr15",70371944,70372057,114,"*","Promoter (<=1kb)",15,70371711,70371807,97,2,"693214",-137,"ENSG00000207965","MIR629","microRNA 629"
-"chr15",74218921,74219259,339,"*","Promoter (<=1kb)",15,74218789,74244478,25690,1,"4016",132,"ENSG00000129038","LOXL1","lysyl oxidase like 1"
-"chr6",79942971,79943342,372,"*","Promoter (<=1kb)",6,79943391,79946517,3127,1,"100288198",-49,"ENSG00000270362","HMGN3-AS1","HMGN3 antisense RNA 1"
-"chr8",38832267,38832728,462,"*","Promoter (<=1kb)",8,38831668,38846181,14514,1,"203100",599,"ENSG00000169495","HTRA4","HtrA serine peptidase 4"
-"chr1",161015882,161015883,2,"*","Promoter (<=1kb)",1,161009041,161015769,6729,2,"7391",-113,"ENSG00000158773","USF1","upstream transcription factor 1"
-"chr12",21590198,21590257,60,"*","Promoter (<=1kb)",12,21590538,21624182,33645,1,"79912",-281,"ENSG00000121350","PYROXD1","pyridine nucleotide-disulphide oxidoreductase domain 1"
-"chr16",1193803,1193884,82,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-9357,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr1",35220224,35220251,28,"*","Promoter (<=1kb)",1,35220648,35224113,3466,1,"2709",-397,"ENSG00000189280","GJB5","gap junction protein beta 5"
-"chr1",236559257,236559390,134,"*","Promoter (1-2kb)",1,236557680,236648008,90329,1,"128178",1577,"ENSG00000186197","EDARADD","EDAR-associated death domain"
-"chr10",133892358,133892567,210,"*","Distal Intergenic",10,133918313,133998313,80001,1,"282973",-25746,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
-"chr16",89826282,89826417,136,"*","Intron (uc002fou.1/2175, intron 14 of 42)",16,89773541,89787394,13854,2,"9605",-38888,"ENSG00000075399","VPS9D1","VPS9 domain containing 1"
-"chr6",29972884,29973221,338,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1489314,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr9",133589493,133589654,162,"*","Promoter (<=1kb)",9,133589268,133763062,173795,1,"25",225,"ENSG00000097007","ABL1","ABL proto-oncogene 1, non-receptor tyrosine kinase"
-"chr17",63053306,63053384,79,"*","Promoter (<=1kb)",17,63005407,63052920,47514,2,"10672",-386,"ENSG00000120063","GNA13","G protein subunit alpha 13"
-"chr11",74459777,74459811,35,"*","Promoter (<=1kb)",11,74459913,74553458,93546,1,"254225",-102,"ENSG00000166439","RNF169","ring finger protein 169"
-"chr16",3740662,3740774,113,"*","Intron (uc002cvt.4/10131, intron 16 of 17)",16,3708038,3767598,59561,2,"10131",26824,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
-"chr16",10274847,10274915,69,"*","Promoter (1-2kb)",16,9847265,10276611,429347,2,"2903",1696,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
-"chr3",15469033,15469042,10,"*","Promoter (<=1kb)",3,15451377,15469042,17666,2,"131965",0,"ENSG00000206562","METTL6","methyltransferase like 6"
-"chr20",44936040,44936080,41,"*","Promoter (1-2kb)",20,44802372,44937137,134766,2,"64405",1057,"ENSG00000149654","CDH22","cadherin 22"
-"chr8",11421886,11422119,234,"*","3' UTR",8,11434044,11438850,4807,1,"83655",-11925,"ENSG00000170983","LINC00208","long intergenic non-protein coding RNA 208"
-"chr16",1499092,1499445,354,"*","5' UTR",16,1484389,1494490,10102,2,"645811",-4602,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
-"chr9",95480921,95481073,153,"*","Exon (uc004aso.1/23299, exon 5 of 8)",9,95473645,95527083,53439,2,"23299",46010,"ENSG00000185963","BICD2","bicaudal D homolog 2 (Drosophila)"
-"chr12",58025596,58026010,415,"*","Promoter (1-2kb)",12,58019678,58027022,7345,2,"2583",1012,"ENSG00000135454","B4GALNT1","beta-1,4-N-acetyl-galactosaminyltransferase 1"
-"chr18",74202887,74203084,198,"*","Intron (uc021ulp.1/9658, intron 7 of 7)",18,74069637,74207146,137510,2,"9658",4062,"ENSG00000101493","ZNF516","zinc finger protein 516"
-"chr4",103266373,103266375,3,"*","Promoter (<=1kb)",4,103172198,103266655,94458,2,"64116",280,"ENSG00000138821","SLC39A8","solute carrier family 39 member 8"
-"chr6",35656758,35656848,91,"*","Intron (uc003oky.2/2289, intron 10 of 11)",6,35632494,35632566,73,2,"100847048",-24192,"ENSG00000265527","MIR5690","microRNA 5690"
-"chr8",124054855,124054861,7,"*","Promoter (<=1kb)",8,124025404,124054663,29260,2,"79139",-192,"ENSG00000136986","DERL1","derlin 1"
-"chr17",56741,57072,332,"*","Distal Intergenic",17,6011,31420,25410,2,"8447",-25321,"ENSG00000272636","DOC2B","double C2-like domains, beta"
-"chr2",141441360,141441479,120,"*","Intron (uc002tvj.1/53353, intron 50 of 90)",2,140988996,142889270,1900275,2,"53353",1447791,"ENSG00000168702","LRP1B","LDL receptor related protein 1B"
-"chr1",229762093,229762120,28,"*","Promoter (<=1kb)",1,229761981,229795946,33966,1,"9816",112,"ENSG00000135763","URB2","URB2 ribosome biogenesis 2 homolog (S. cerevisiae)"
-"chr5",137592917,137593370,454,"*","Exon (uc003lcn.3/2676, exon 4 of 8)",5,137588069,137610253,22185,2,"2676",16883,"ENSG00000146013","GFRA3","GDNF family receptor alpha 3"
-"chr6",32142122,32142147,26,"*","Intron (uc003oae.3/10554, intron 6 of 6)",6,32485154,32557613,72460,2,"3127",415466,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",37922150,37922249,100,"*","Exon (uc010wel.3/22806, exon 3 of 3)",17,37894162,37903538,9377,1,"2886",27988,"ENSG00000141738","GRB7","growth factor receptor bound protein 7"
-"chr2",85839459,85839602,144,"*","Promoter (<=1kb)",2,85832376,85839179,6804,2,"388969",-280,"ENSG00000168887","C2orf68","chromosome 2 open reading frame 68"
-"chr7",1863652,1863962,311,"*","Intron (uc003sld.1/8379, intron 1 of 3)",7,1883816,1883889,74,2,"100616160",19927,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr1",247267708,247267873,166,"*","Promoter (<=1kb)",1,247263264,247267674,4411,2,"79862",-34,"ENSG00000188295","ZNF669","zinc finger protein 669"
-"chr15",67835137,67835140,4,"*","Promoter (<=1kb)",15,67835021,68099455,264435,1,"5607",116,"ENSG00000137764","MAP2K5","mitogen-activated protein kinase kinase 5"
-"chr8",1970994,1971172,179,"*","Distal Intergenic",8,1993158,2093380,100223,1,"9172",-21986,"ENSG00000036448","MYOM2","myomesin 2"
-"chr2",183732559,183733057,499,"*","Promoter (1-2kb)",2,183698005,183731498,33494,2,"2487",-1061,"ENSG00000162998","FRZB","frizzled-related protein"
-"chr4",5928072,5928079,8,"*","Intron (uc003git.2/uc003git.2, intron 1 of 7)",4,5925002,5925055,54,2,"100616201",-3017,"ENSG00000263631","MIR378D1","microRNA 378d-1"
-"chr3",50297410,50297632,223,"*","Distal Intergenic",3,50305040,50314572,9533,1,"7869",-7408,"ENSG00000012171","SEMA3B","semaphorin 3B"
-"chr3",52719983,52720008,26,"*","Promoter (<=1kb)",3,52719936,52728510,8575,1,"26354",47,"ENSG00000163938","GNL3","G protein nucleolar 3"
-"chr16",88698563,88698776,214,"*","Distal Intergenic",16,88705001,88706882,1882,1,"27189",-6225,"ENSG00000124391","IL17C","interleukin 17C"
-"chr4",57371320,57371467,148,"*","Promoter (<=1kb)",4,57371375,57390058,18684,1,"132946",0,"ENSG00000196503","ARL9","ADP ribosylation factor like GTPase 9"
-"chr16",49308435,49308886,452,"*","Downstream (2-3kb)",16,49311829,49315742,3914,2,"869",6856,"ENSG00000102924","CBLN1","cerebellin 1 precursor"
-"chr2",30143585,30144152,568,"*","Promoter (<=1kb)",2,29415640,30144477,728838,2,"238",325,"ENSG00000171094","ALK","anaplastic lymphoma receptor tyrosine kinase"
-"chr16",67979081,67979437,357,"*","Promoter (1-2kb)",16,67973787,67978015,4229,2,"3931",-1066,"ENSG00000213398","LCAT","lecithin-cholesterol acyltransferase"
-"chr6",33167798,33167969,172,"*","Intron (uc003odb.4/6257, intron 9 of 9)",6,33540323,33548070,7748,2,"578",380101,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr12",57584720,57584754,35,"*","Exon (uc001snd.3/4035, exon 43 of 89)",12,57588287,57588359,73,1,"100302201",-3533,"ENSG00000221365","MIR1228","microRNA 1228"
-"chr14",66975324,66975551,228,"*","Promoter (1-2kb)",14,66974125,67648525,674401,1,"10243",1199,"ENSG00000171723","GPHN","gephyrin"
-"chr1",113162570,113162598,29,"*","Promoter (<=1kb)",1,113066141,113162405,96265,2,"54879",-165,"ENSG00000007341","ST7L","suppression of tumorigenicity 7 like"
-"chr17",77925890,77926388,499,"*","Intron (uc002jxj.4/125058, intron 8 of 11)",17,77906142,78009657,103516,2,"125058",83269,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
-"chr11",64794707,64794785,79,"*","Intron (uc001oci.4/100528018, intron 3 of 10)",11,64781585,64808044,26460,1,"100528018",13122,"ENSG00000273003","ARL2-SNX15","ARL2-SNX15 readthrough (NMD candidate)"
-"chr12",12938034,12938113,80,"*","Intron (uc001rau.4/81575, intron 1 of 1)",12,12917583,12917677,95,1,"693198",20451,"ENSG00000207983","MIR613","microRNA 613"
-"chr16",28962473,28962477,5,"*","Promoter (<=1kb)",16,28962128,28977767,15640,1,"84901",345,"ENSG00000176953","NFATC2IP","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 2 interacting protein"
-"chr13",49550510,49550815,306,"*","Promoter (<=1kb)",13,49550048,49783915,233868,1,"22862",462,"ENSG00000102531","FNDC3A","fibronectin type III domain containing 3A"
-"chr14",106003300,106003359,60,"*","Intron (uc031qqx.1/uc031qqx.1, intron 1 of 4910)",14,105992953,105996539,3587,1,"80757",10347,"ENSG00000184986","TMEM121","transmembrane protein 121"
-"chr5",864249,864337,89,"*","3' UTR",5,795720,851101,55382,2,"79844",-13148,"ENSG00000188818","ZDHHC11","zinc finger DHHC-type containing 11"
-"chr20",42194533,42194559,27,"*","Intron (uc002xkq.1/10110, intron 2 of 6)",20,42219579,42275862,56284,1,"51098",-25020,"ENSG00000101052","IFT52","intraflagellar transport 52"
-"chrX",38420326,38420370,45,"*","Promoter (<=1kb)",23,38420731,38548172,127442,1,"7102",-361,"ENSG00000156298","TSPAN7","tetraspanin 7"
-"chr16",730927,731172,246,"*","Promoter (<=1kb)",16,730115,732768,2654,1,"10273",812,"ENSG00000103266","STUB1","STIP1 homology and U-box containing protein 1, E3 ubiquitin protein ligase"
-"chr19",1248507,1248689,183,"*","Promoter (<=1kb)",19,1248552,1259142,10591,1,"90007",0,"ENSG00000167470","MIDN","midnolin"
-"chr11",1262175,1262189,15,"*","Exon (uc001lta.3/727897, exon 31 of 49)",11,1295598,1330892,35295,2,"54472",68703,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr16",1222471,1222626,156,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",19230,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr17",19411026,19411426,401,"*","Distal Intergenic",17,19437167,19482346,45180,1,"55244",-25741,"ENSG00000142494","SLC47A1","solute carrier family 47 member 1"
-"chr19",18303576,18303578,3,"*","Promoter (<=1kb)",19,18304040,18307550,3511,1,"84769",-462,"ENSG00000254858","MPV17L2","MPV17 mitochondrial membrane protein-like 2"
-"chr15",31775406,31775847,442,"*","3' UTR",15,31619083,31670102,51020,1,"51621",156323,"ENSG00000169926","KLF13","Kruppel-like factor 13"
-"chr17",29233478,29233515,38,"*","Promoter (<=1kb)",17,29226001,29233286,7286,2,"79736",-192,"ENSG00000172171","TEFM","transcription elongation factor, mitochondrial"
-"chr16",11837499,11837671,173,"*","Promoter (<=1kb)",16,11772943,11836648,63706,2,"51061",-851,"ENSG00000153066","TXNDC11","thioredoxin domain containing 11"
-"chr10",120101750,120101821,72,"*","Promoter (<=1kb)",10,120068572,120101839,33268,2,"63877",18,"ENSG00000165669","FAM204A","family with sequence similarity 204 member A"
-"chr11",303989,304080,92,"*","Distal Intergenic",11,308107,309410,1304,1,"10581",-4027,"ENSG00000185201","IFITM2","interferon induced transmembrane protein 2"
-"chr16",767093,767277,185,"*","Promoter (1-2kb)",16,765173,767480,2308,1,"79006",1920,"ENSG00000103260","METRN","meteorin, glial cell differentiation regulator"
-"chr10",133730070,133730182,113,"*","Distal Intergenic",10,133747960,133770053,22094,1,"55844",-17778,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
-"chr3",192126536,192126694,159,"*","5' UTR",3,191857182,192445388,588207,2,"2257",318694,"ENSG00000114279","FGF12","fibroblast growth factor 12"
-"chr17",79658424,79658458,35,"*","Intron (uc010wus.2/9146, intron 7 of 7)",17,79650962,79669151,18190,1,"9146",7462,"ENSG00000185359","HGS","hepatocyte growth factor-regulated tyrosine kinase substrate"
-"chr6",167047829,167047842,14,"*","Intron (uc003qvc.1/6196, intron 20 of 21)",6,166922842,166922921,80,2,"100302141",-124908,"ENSG00000222958","MIR1913","microRNA 1913"
-"chr11",47470887,47470900,14,"*","Promoter (<=1kb)",11,47459308,47470730,11423,2,"5913",-157,"ENSG00000165917","RAPSN","receptor associated protein of the synapse"
-"chr12",2788782,2788847,66,"*","Exon (uc001qjz.2/775, exon 42 of 47)",12,2785167,2800323,15157,2,"100652846",11476,"ENSG00000246627","CACNA1C-AS1","CACNA1C antisense RNA 1"
-"chr1",153631285,153631633,349,"*","Promoter (<=1kb)",1,153631130,153634328,3199,1,"23557",155,"ENSG00000143553","SNAPIN","SNAP associated protein"
-"chr12",102874566,102874832,267,"*","Promoter (<=1kb)",12,102789645,102874378,84734,2,"3479",-188,"ENSG00000017427","IGF1","insulin like growth factor 1"
-"chr2",107084802,107084839,38,"*","Promoter (<=1kb)",2,107021136,107084801,63666,2,"653489",-1,"ENSG00000153165","RGPD3","RANBP2-like and GRIP domain containing 3"
-"chr17",78323643,78323799,157,"*","Exon (uc021uen.2/57674, exon 30 of 68)",17,78388967,78411884,22918,1,"284131",-65168,"ENSG00000173818","ENDOV","endonuclease V"
-"chr4",2264032,2264149,118,"*","Promoter (<=1kb)",4,2249160,2263739,14580,2,"10608",-293,"ENSG00000123933","MXD4","MAX dimerization protein 4"
-"chr6",31648700,31648719,20,"*","Intron (uc003nvw.1/80741, intron 2 of 3)",6,32485154,32557613,72460,2,"3127",908894,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",154406664,154406841,178,"*","Intron (uc011efb.2/4988, intron 2 of 2)",6,154331631,154568001,236371,1,"4988",75033,"ENSG00000112038","OPRM1","opioid receptor, mu 1"
-"chr1",84464326,84464645,320,"*","Promoter (<=1kb)",1,84335057,84464833,129777,2,"79739",188,"ENSG00000137941","TTLL7","tubulin tyrosine ligase like 7"
-"chr19",41129588,41129881,294,"*","Exon (uc002oog.1/8425, exon 29 of 34)",19,41099072,41135725,36654,1,"8425",30516,"ENSG00000090006","LTBP4","latent transforming growth factor beta binding protein 4"
-"chr19",49077997,49078071,75,"*","Intron (uc002pjl.3/6820, intron 1 of 6)",19,49055429,49102684,47256,1,"6820",22568,"ENSG00000088002","SULT2B1","sulfotransferase family 2B member 1"
-"chr2",3704745,3705130,386,"*","Promoter (<=1kb)",2,3705786,3750260,44475,1,"55821",-656,"ENSG00000151360","ALLC","allantoicase"
-"chr5",168728222,168728447,226,"*","Promoter (<=1kb)",5,168088738,168728133,639396,2,"6586",-89,"ENSG00000184347","SLIT3","slit guidance ligand 3"
-"chr2",68694517,68694606,90,"*","Promoter (<=1kb)",2,68694691,68857856,163166,1,"200558",-85,"ENSG00000169621","APLF","aprataxin and PNKP like factor"
-"chr12",125262045,125262460,416,"*","3' UTR",12,125262174,125365007,102834,2,"949",102547,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
-"chr4",15781047,15781154,108,"*","Promoter (1-2kb)",4,15779931,15850706,70776,1,"952",1116,"ENSG00000004468","CD38","CD38 molecule"
-"chr1",10856202,10856418,217,"*","Promoter (<=1kb)",1,10696666,10856733,160068,2,"54897",315,"ENSG00000130940","CASZ1","castor zinc finger 1"
-"chr16",1430087,1430103,17,"*","Intron (uc031qup.1/64718, intron 5 of 14)",16,1401900,1413352,11453,1,"84572",28187,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
-"chr1",31191128,31191544,417,"*","Promoter (<=1kb)",1,31191619,31199593,7975,1,"100129196",-75,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
-"chr2",233749394,233749736,343,"*","Intron (uc010zmm.1/25791, intron 5 of 10)",2,233734994,233741107,6114,1,"389084",14400,"ENSG00000182600","C2orf82","chromosome 2 open reading frame 82"
-"chr12",96643106,96643517,412,"*","Intron (uc001teo.1/2004, intron 3 of 4)",12,96588207,96661606,73400,1,"2004",54899,"ENSG00000111145","ELK3","ELK3, ETS transcription factor"
-"chr12",6797909,6797953,45,"*","Promoter (<=1kb)",12,6775643,6798738,23096,2,"171017",785,"ENSG00000126746","ZNF384","zinc finger protein 384"
-"chr10",65390215,65390526,312,"*","Distal Intergenic",10,65281123,65384883,103761,1,"221035",109092,"ENSG00000165476","REEP3","receptor accessory protein 3"
-"chr7",29874285,29874306,22,"*","5' UTR",7,29846170,29956682,110513,1,"644150",28115,"ENSG00000122574","WIPF3","WAS/WASL interacting protein family member 3"
-"chr22",39627543,39627641,99,"*","Exon (uc003axe.3/5155, exon 4 of 7)",22,39619685,39640957,21273,2,"5155",13316,"ENSG00000100311","PDGFB","platelet derived growth factor subunit B"
-"chr7",25991107,25991606,500,"*","Promoter (1-2kb)",7,25989539,25989606,68,2,"406940",-1501,NA,"MIR148A","microRNA 148a"
-"chr11",16628010,16628233,224,"*","5' UTR",11,16760148,16779901,19754,1,"10944",-131915,"ENSG00000110696","C11orf58","chromosome 11 open reading frame 58"
-"chr15",29392916,29393319,404,"*","Intron (uc010azj.2/321, intron 8 of 11)",15,29560353,29562020,1668,2,"56160",168701,"ENSG00000185115","NSMCE3","NSE3 homolog, SMC5-SMC6 complex component"
-"chr4",25378438,25378485,48,"*","Promoter (<=1kb)",4,25378848,25420120,41273,1,"29945",-363,"ENSG00000053900","ANAPC4","anaphase promoting complex subunit 4"
-"chr1",40723146,40723339,194,"*","Promoter (<=1kb)",1,40723722,40759856,36135,1,"10269",-383,"ENSG00000084073","ZMPSTE24","zinc metallopeptidase STE24"
-"chr1",53308606,53308720,115,"*","Promoter (<=1kb)",1,53308183,53360247,52065,1,"440590",423,"ENSG00000203995","ZYG11A","zyg-11 family member A, cell cycle regulator"
-"chr4",115519593,115519920,328,"*","Promoter (<=1kb)",4,115519611,115598202,78592,1,"7368",0,"ENSG00000174607","UGT8","UDP glycosyltransferase 8"
-"chr17",36904034,36904425,392,"*","Promoter (<=1kb)",17,36890150,36904561,14412,2,"7703",136,"ENSG00000277258","PCGF2","polycomb group ring finger 2"
-"chr16",29985301,29985458,158,"*","Promoter (<=1kb)",16,29985188,30003582,18395,1,"9344",113,"ENSG00000149930","TAOK2","TAO kinase 2"
-"chr5",559009,559155,147,"*","Distal Intergenic",5,535955,535997,43,2,"100616381",-23012,"ENSG00000264233","MIR4456","microRNA 4456"
-"chr7",44349341,44349656,316,"*","Intron (uc003tkp.2/816, intron 20 of 20)",7,44256749,44365230,108482,2,"816",15574,"ENSG00000058404","CAMK2B","calcium/calmodulin-dependent protein kinase II beta"
-"chr8",59058225,59058537,313,"*","5' UTR",8,58907113,59062277,155165,1,"90362",151112,"ENSG00000169122","FAM110B","family with sequence similarity 110 member B"
-"chr8",22409083,22409254,172,"*","Promoter (<=1kb)",8,22409251,22433008,23758,1,"10174",0,"ENSG00000120896","SORBS3","sorbin and SH3 domain containing 3"
-"chr16",1088520,1088686,167,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-34070,"ENSG00000162009","SSTR5","somatostatin receptor 5"
-"chr19",3942223,3942330,108,"*","3' UTR",19,3933101,3942414,9314,1,"27231",9122,"ENSG00000077009","NMRK2","nicotinamide riboside kinase 2"
-"chr5",59784203,59784544,342,"*","Promoter (<=1kb)",5,58264866,59783925,1519060,2,"5144",-278,"ENSG00000113448","PDE4D","phosphodiesterase 4D"
-"chr16",90037558,90037668,111,"*","Promoter (1-2kb)",16,90038988,90067195,28208,1,"172",-1320,"ENSG00000223959","AFG3L1P","AFG3 like matrix AAA peptidase subunit 1, pseudogene"
-"chr16",47071547,47071638,92,"*","Distal Intergenic",16,46989274,47007625,18352,2,"10294",-63922,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
-"chr1",116311644,116311749,106,"*","Promoter (<=1kb)",1,116242626,116311426,68801,2,"845",-218,"ENSG00000118729","CASQ2","calsequestrin 2"
-"chr10",3277089,3277144,56,"*","Distal Intergenic",10,3179116,3215033,35918,2,"10531",-62056,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
-"chr1",155278430,155278455,26,"*","Promoter (<=1kb)",1,155278539,155290457,11919,1,"2224",-84,"ENSG00000160752","FDPS","farnesyl diphosphate synthase"
-"chr7",51384931,51384937,7,"*","Promoter (<=1kb)",7,51083909,51384515,300607,2,"23242",-416,"ENSG00000106078","COBL","cordon-bleu WH2 repeat protein"
-"chr16",85542701,85542843,143,"*","Distal Intergenic",16,85645029,85709812,64784,1,"23199",-102186,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
-"chr22",32146002,32146186,185,"*","Promoter (<=1kb)",22,32072733,32146120,73388,2,"253143",0,"ENSG00000183530","PRR14L","proline rich 14 like"
-"chr16",2186853,2186875,23,"*","Promoter (<=1kb)",16,2185978,2186130,153,2,"100500916",-723,"ENSG00000264397","MIR3180-5","microRNA 3180-5"
-"chr19",3825282,3825342,61,"*","Exon (uc002lyw.2/23217, exon 7 of 19)",19,3777967,3801810,23844,2,"4145",-23472,"ENSG00000007264","MATK","megakaryocyte-associated tyrosine kinase"
-"chr16",11350337,11350371,35,"*","Promoter (<=1kb)",16,11348274,11350039,1766,2,"8651",-298,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
-"chr12",116922217,116922244,28,"*","Distal Intergenic",12,116971227,116974318,3092,1,"100287569",-48983,"ENSG00000196668","LINC00173","long intergenic non-protein coding RNA 173"
-"chr10",85899044,85899104,61,"*","Promoter (<=1kb)",10,85899185,85913311,14127,1,"27069",-81,"ENSG00000165678","GHITM","growth hormone inducible transmembrane protein"
-"chr6",31164899,31164952,54,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1392661,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",30022229,30022548,320,"*","Promoter (2-3kb)",16,30016835,30024843,8009,2,"8448",2295,"ENSG00000149927","DOC2A","double C2-like domains, alpha"
-"chr20",57599136,57599210,75,"*","Exon (uc002yak.3/81027, exon 4 of 4)",20,57594309,57601709,7401,1,"81027",4827,"ENSG00000101162","TUBB1","tubulin beta 1 class VI"
-"chr5",159200676,159201045,370,"*","Distal Intergenic",5,159343740,159400017,56278,1,"147",-142695,"ENSG00000170214","ADRA1B","adrenoceptor alpha 1B"
-"chr16",30582539,30582820,282,"*","Promoter (<=1kb)",16,30581019,30583728,2710,2,"146542",908,"ENSG00000229809","ZNF688","zinc finger protein 688"
-"chr6",31497366,31497557,192,"*","Exon (uc003ntp.1/401250, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",1060056,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",174451455,174451460,6,"*","Promoter (<=1kb)",4,174447652,174451378,3727,2,"9464",-77,"ENSG00000164107","HAND2","heart and neural crest derivatives expressed 2"
-"chr16",29757296,29757375,80,"*","Promoter (<=1kb)",16,29753786,29757340,3555,2,"283897",0,"ENSG00000185905","C16orf54","chromosome 16 open reading frame 54"
-"chr7",64734178,64734330,153,"*","Distal Intergenic",7,64838768,64865998,27231,1,"168374",-104438,"ENSG00000146757","ZNF92","zinc finger protein 92"
-"chr1",16971480,16971537,58,"*","Promoter (<=1kb)",1,16944751,16971178,26428,2,"84809",-302,NA,"CROCCP2","ciliary rootlet coiled-coil, rootletin pseudogene 2"
-"chr10",105881692,105881694,3,"*","Promoter (<=1kb)",10,105881816,105886143,4328,1,"119392",-122,"ENSG00000156384","SFR1","SWI5 dependent homologous recombination repair protein 1"
-"chr2",136875216,136875267,52,"*","Promoter (<=1kb)",2,136871919,136875725,3807,2,"7852",458,"ENSG00000121966","CXCR4","chemokine (C-X-C motif) receptor 4"
-"chr3",48701666,48701722,57,"*","Intron (uc003cuf.1/1951, intron 55 of 55)",3,48662831,48709981,47151,2,"1951",8259,"ENSG00000008300","CELSR3","cadherin EGF LAG seven-pass G-type receptor 3"
-"chr5",50685716,50686147,432,"*","Exon (uc003jor.3/3670, exon 4 of 6)",5,50668571,50679166,10596,2,"642366",-6550,"ENSG00000259663","LOC642366","uncharacterized LOC642366"
-"chr1",56184693,56185048,356,"*","Intron (uc001cyi.1/uc001cyi.1, intron 2 of 2)",1,55691314,55691396,83,1,"100616272",493379,"ENSG00000265822","MIR4422","microRNA 4422"
-"chr19",22605103,22605186,84,"*","Promoter (<=1kb)",19,22573899,22605148,31250,2,"148198",0,"ENSG00000197360","ZNF98","zinc finger protein 98"
-"chr13",36919857,36919960,104,"*","Promoter (<=1kb)",13,36920568,36943872,23305,1,"100507135",-608,"ENSG00000120664","SPG20-AS1","SPG20 antisense RNA 1"
-"chr12",131159447,131159610,164,"*","Intron (uc001uim.3/23504, intron 15 of 15)",12,130880681,131200826,320146,2,"23504",41216,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
-"chr17",52977445,52977460,16,"*","Promoter (<=1kb)",17,52978052,53039328,61277,1,"10040",-592,"ENSG00000141198","TOM1L1","target of myb1 like 1 membrane trafficking protein"
-"chr6",40722468,40722990,523,"*","Distal Intergenic",6,40359373,40555126,195754,2,"57497",-167342,"ENSG00000156564","LRFN2","leucine rich repeat and fibronectin type III domain containing 2"
-"chr17",612398,612420,23,"*","Intron (uc010cjo.2/55275, intron 20 of 21)",17,411908,618096,206189,2,"55275",5676,"ENSG00000141252","VPS53","VPS53, GARP complex subunit"
-"chr20",6750989,6751435,447,"*","Promoter (2-3kb)",20,6748745,6760910,12166,1,"650",2244,"ENSG00000125845","BMP2","bone morphogenetic protein 2"
-"chr11",119205373,119205542,170,"*","Promoter (<=1kb)",11,119205210,119208024,2815,1,"79102",163,"ENSG00000173456","RNF26","ring finger protein 26"
-"chr18",14450199,14450415,217,"*","Distal Intergenic",18,14477954,14498705,20752,2,"440224",48290,"ENSG00000265766","CXADRP3","coxsackie virus and adenovirus receptor pseudogene 3"
-"chr10",102414862,102415086,225,"*","Distal Intergenic",10,102505468,102589698,84231,1,"5076",-90382,"ENSG00000075891","PAX2","paired box 2"
-"chr16",571953,572062,110,"*","3' UTR",16,576847,577407,561,2,"64493",5345,NA,"LINC00235","long intergenic non-protein coding RNA 235"
-"chr16",31147585,31147789,205,"*","Promoter (<=1kb)",16,31142754,31147151,4398,2,"5652",-434,"ENSG00000052344","PRSS8","protease, serine 8"
-"chr18",29769532,29769853,322,"*","Promoter (<=1kb)",18,29769987,29800366,30380,1,"4225",-134,"ENSG00000141434","MEP1B","meprin A subunit beta"
-"chr5",137072456,137072746,291,"*","Promoter (<=1kb)",5,136953189,137071779,118591,2,"26249",-677,"ENSG00000146021","KLHL3","kelch like family member 3"
-"chr10",27541865,27541877,13,"*","Promoter (<=1kb)",10,27534782,27541235,6454,2,"387646",-630,"ENSG00000230445","LRRC37A6P","leucine-rich repeat containing 37 member A6, pseudogene"
-"chr1",27560845,27561008,164,"*","Promoter (<=1kb)",1,27561007,27635124,74118,1,"23038",0,"ENSG00000142784","WDTC1","WD and tetratricopeptide repeats 1"
-"chr9",138554593,138555026,434,"*","Promoter (<=1kb)",9,138555168,138557949,2782,1,"392399",-142,"ENSG00000148386","LCN9","lipocalin 9"
-"chr16",24856104,24856114,11,"*","Promoter (1-2kb)",16,24857184,24922949,65766,1,"115584",-1070,"ENSG00000158865","SLC5A11","solute carrier family 5 member 11"
-"chr16",27214702,27214781,80,"*","Promoter (<=1kb)",16,27214807,27233089,18283,1,"79831",-26,"ENSG00000155666","KDM8","lysine demethylase 8"
-"chr11",20385206,20385280,75,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",0,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
-"chr2",242757606,242757618,13,"*","Exon (uc002wcm.3/129807, exon 4 of 4)",2,242750160,242758739,8580,1,"129807",7446,"ENSG00000204099","NEU4","neuraminidase 4 (sialidase)"
-"chr7",128172288,128172399,112,"*","Distal Intergenic",7,128116783,128142978,26196,1,"55798",55505,"ENSG00000165055","METTL2B","methyltransferase like 2B"
-"chr2",136499364,136499469,106,"*","Promoter (<=1kb)",2,136499189,136542633,43445,1,"23190",175,"ENSG00000144224","UBXN4","UBX domain protein 4"
-"chr12",50444522,50444723,202,"*","Distal Intergenic",12,50451420,50477405,25986,1,"41",-6697,"ENSG00000110881","ASIC1","acid sensing ion channel subunit 1"
-"chr19",8550710,8550992,283,"*","Exon (uc010xke.1/4670, exon 14 of 14)",19,8554940,8567538,12599,2,"84106",16546,"ENSG00000133246","PRAM1","PML-RARA regulated adaptor molecule 1"
-"chr17",57249903,57249935,33,"*","Intron (uc021uar.1/55771, intron 2 of 10)",17,57232860,57284070,51211,1,"55771",17043,"ENSG00000068489","PRR11","proline rich 11"
-"chr19",59092564,59093025,462,"*","5' UTR",19,59086766,59110852,24087,1,"65996",5798,"ENSG00000213753","CENPBD1P1","CENPB DNA-binding domains containing 1 pseudogene 1"
-"chr10",28034808,28035109,302,"*","Promoter (<=1kb)",10,27961803,28034778,72976,2,"283078",-30,"ENSG00000150051","MKX","mohawk homeobox"
-"chr7",16844852,16845283,432,"*","Promoter (<=1kb)",7,16832264,16844738,12475,2,"10551",-114,"ENSG00000106541","AGR2","anterior gradient 2, protein disulphide isomerase family member"
-"chr21",31588123,31588354,232,"*","Promoter (<=1kb)",21,31586324,31588469,2146,2,"9073",115,"ENSG00000156284","CLDN8","claudin 8"
-"chr7",1025825,1026168,344,"*","Promoter (2-3kb)",7,1022835,1029276,6442,1,"54905",2990,"ENSG00000073067","CYP2W1","cytochrome P450 family 2 subfamily W member 1"
-"chr1",3400697,3400732,36,"*","Distal Intergenic",1,3371147,3397677,26531,1,"27237",29550,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
-"chr16",3723376,3723496,121,"*","Intron (uc002cvs.3/10131, intron 9 of 12)",16,3702940,3708096,5157,1,"1773",20436,"ENSG00000213918","DNASE1","deoxyribonuclease I"
-"chr6",30139641,30139686,46,"*","Exon (uc010jrx.3/89870, exon 7 of 7)",6,28471073,28483570,12498,2,"257202",-1656071,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr10",43903424,43903540,117,"*","Promoter (1-2kb)",10,43881065,43904696,23632,2,"3185",1156,"ENSG00000169813","HNRNPF","heterogeneous nuclear ribonucleoprotein F"
-"chr8",47119035,47119271,237,"*","Distal Intergenic",8,47752508,47767407,14900,1,"497634",-633237,"ENSG00000253314","LINC00293","long intergenic non-protein coding RNA 293"
-"chr19",55987515,55987524,10,"*","Promoter (<=1kb)",19,55987699,55995854,8156,1,"89887",-175,"ENSG00000197483","ZNF628","zinc finger protein 628"
-"chr16",29874755,29874869,115,"*","Promoter (<=1kb)",16,29875004,29879374,4371,1,"440356",-135,"ENSG00000214725","CDIPT-AS1","CDIPT antisense RNA 1 (head to head)"
-"chr12",14996743,14996776,34,"*","Promoter (<=1kb)",12,14982245,14996413,14169,2,"420",-330,"ENSG00000111339","ART4","ADP-ribosyltransferase 4 (Dombrock blood group)"
-"chr2",46612916,46613024,109,"*","3' UTR",2,46524541,46613842,89302,1,"2034",88375,"ENSG00000116016","EPAS1","endothelial PAS domain protein 1"
-"chr3",10370264,10370507,244,"*","3' UTR",3,10342615,10362858,20244,2,"6396",-7406,"ENSG00000157020","SEC13","SEC13 homolog, nuclear pore and COPII coat complex component"
-"chr5",178053183,178053244,62,"*","Intron (uc003mjf.1/57396, intron 12 of 12)",5,178029665,178057616,27952,2,"57396",4372,"ENSG00000113240","CLK4","CDC like kinase 4"
-"chr12",53342890,53343057,168,"*","Promoter (<=1kb)",12,53342655,53346685,4031,1,"3875",235,"ENSG00000111057","KRT18","keratin 18"
-"chr1",116961135,116961185,51,"*","Promoter (<=1kb)",1,116935487,116961244,25758,2,"84852",59,"ENSG00000203865","ATP1A1-AS1","ATP1A1 antisense RNA 1"
-"chr12",55028708,55028956,249,"*","Promoter (<=1kb)",12,55024623,55028663,4041,2,"90070",-45,"ENSG00000135413","LACRT","lacritin"
-"chr10",48413710,48413802,93,"*","Exon (uc001jfa.1/2658, exon 2 of 2)",10,48413092,48416853,3762,2,"2658",3051,"ENSG00000263761","GDF2","growth differentiation factor 2"
-"chr16",1362243,1362578,336,"*","5' UTR",16,1359154,1377019,17866,1,"7329",3089,"ENSG00000103275","UBE2I","ubiquitin conjugating enzyme E2I"
-"chr9",91193127,91193195,69,"*","Distal Intergenic",9,91150016,91190704,40689,1,"158046",43111,"ENSG00000130045","NXNL2","nucleoredoxin-like 2"
-"chr16",10674409,10674414,6,"*","Promoter (<=1kb)",16,10622279,10674539,52261,2,"2013",125,"ENSG00000213853","EMP2","epithelial membrane protein 2"
-"chr9",37591734,37592420,687,"*","Promoter (<=1kb)",9,37582643,37592636,9994,2,"401505",216,"ENSG00000175768","TOMM5","translocase of outer mitochondrial membrane 5"
-"chr12",132638993,132639139,147,"*","Distal Intergenic",12,132628993,132636986,7994,1,"79050",10000,"ENSG00000184967","NOC4L","nucleolar complex associated 4 homolog"
-"chr2",175595352,175595510,159,"*","Intron (uc002uiw.3/uc002uiw.3, intron 3 of 3)",2,175612323,175629200,16878,2,"1134",33690,"ENSG00000138435","CHRNA1","cholinergic receptor nicotinic alpha 1 subunit"
-"chr10",125651526,125651549,24,"*","Intron (uc001lhj.3/119587, intron 18 of 19)",10,125465726,125699779,234054,2,"119587",48230,"ENSG00000121898","CPXM2","carboxypeptidase X (M14 family), member 2"
-"chr17",27276799,27277048,250,"*","Promoter (1-2kb)",17,27232271,27278508,46238,2,"57649",1460,"ENSG00000109118","PHF12","PHD finger protein 12"
-"chr2",3337680,3337709,30,"*","Intron (uc002qxj.2/7260, intron 6 of 8)",2,3192741,3381653,188913,2,"7260",43944,"ENSG00000032389","TSSC1","tumor suppressing subtransferable candidate 1"
-"chr14",104184503,104184527,25,"*","Promoter (2-3kb)",14,104182081,104200005,17925,1,"79038",2422,"ENSG00000100711","ZFYVE21","zinc finger FYVE-type containing 21"
-"chr1",55353279,55353706,428,"*","Promoter (<=1kb)",1,55315300,55352921,37622,2,"1718",-358,"ENSG00000116133","DHCR24","24-dehydrocholesterol reductase"
-"chr4",24474668,24474861,194,"*","Promoter (<=1kb)",4,23793644,24474394,680751,2,"10891",-274,"ENSG00000109819","PPARGC1A","PPARG coactivator 1 alpha"
-"chr7",6388738,6388742,5,"*","Promoter (<=1kb)",7,6369040,6388590,19551,2,"84792",-148,"ENSG00000178397","FAM220A","family with sequence similarity 220 member A"
-"chr1",57286265,57286512,248,"*","Promoter (<=1kb)",1,57184477,57285369,100893,2,"199920",-896,"ENSG00000187889","C1orf168","chromosome 1 open reading frame 168"
-"chr1",165567492,165567529,38,"*","Distal Intergenic",1,165446079,165551341,105263,2,"400794",-16151,"ENSG00000237463","LOC400794","uncharacterized LOC400794"
-"chr11",57981219,57981245,27,"*","Promoter (<=1kb)",11,57982217,57983194,978,1,"219959",-972,"ENSG00000172774","OR1S1","olfactory receptor family 1 subfamily S member 1 (gene/pseudogene)"
-"chr14",51298737,51298954,218,"*","Promoter (<=1kb)",14,51186481,51297839,111359,2,"51199",-898,"ENSG00000100503","NIN","ninein"
-"chr7",151000789,151001017,229,"*","Distal Intergenic",7,150936059,150974231,38173,2,"6604",-26558,"ENSG00000082014","SMARCD3","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily d, member 3"
-"chr1",40506070,40506077,8,"*","Promoter (<=1kb)",1,40506255,40538321,32067,1,"10487",-178,"ENSG00000131236","CAP1","CAP, adenylate cyclase-associated protein 1 (yeast)"
-"chr10",121250007,121250035,29,"*","Distal Intergenic",10,121259339,121302222,42884,2,"6001",52187,"ENSG00000148908","RGS10","regulator of G-protein signaling 10"
-"chr6",26223965,26224070,106,"*","Promoter (1-2kb)",6,26225383,26225844,462,1,"8353",-1313,"ENSG00000274750","HIST1H3E","histone cluster 1, H3e"
-"chr6",29720427,29720443,17,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1236857,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr2",47143082,47143106,25,"*","Promoter (<=1kb)",2,47143296,47303275,159980,1,"57217",-190,"ENSG00000068724","TTC7A","tetratricopeptide repeat domain 7A"
-"chr10",111216962,111217173,212,"*","Distal Intergenic",10,111624524,111683311,58788,2,"7511",466138,"ENSG00000108039","XPNPEP1","X-prolyl aminopeptidase (aminopeptidase P) 1, soluble"
-"chr12",6184307,6184468,162,"*","Intron (uc001qnn.1/7450, intron 45 of 51)",12,6058040,6233836,175797,2,"7450",49368,"ENSG00000110799","VWF","von Willebrand factor"
-"chr1",150208884,150208936,53,"*","Promoter (<=1kb)",1,150190717,150208504,17788,2,"81611",-380,"ENSG00000143401","ANP32E","acidic nuclear phosphoprotein 32 family member E"
-"chr10",133058169,133058553,385,"*","Exon (uc001lkp.3/256536, exon 4 of 12)",10,132890655,133109984,219330,2,"256536",51431,"ENSG00000176769","TCERG1L","transcription elongation regulator 1 like"
-"chr2",205410517,205410738,222,"*","Promoter (<=1kb)",2,205410516,206484886,1074371,1,"117583",1,"ENSG00000116117","PARD3B","par-3 family cell polarity regulator beta"
-"chr6",31763126,31763229,104,"*","Intron (uc003nxe.3/7407, intron 29 of 29)",6,32485154,32557613,72460,2,"3127",794384,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr9",37800606,37800774,169,"*","Promoter (<=1kb)",9,37800551,37867665,67115,1,"79269",55,"ENSG00000122741","DCAF10","DDB1 and CUL4 associated factor 10"
-"chrX",49686184,49686383,200,"*","Promoter (<=1kb)",23,49687225,49863892,176668,1,"1184",-842,"ENSG00000171365","CLCN5","chloride voltage-gated channel 5"
-"chr21",40178383,40178652,270,"*","Promoter (1-2kb)",21,40177231,40196878,19648,1,"2114",1152,"ENSG00000157557","ETS2","ETS proto-oncogene 2, transcription factor"
-"chr2",132202537,132202958,422,"*","Promoter (<=1kb)",2,132199734,132202467,2734,2,"401010",-70,NA,"NOC2LP2","NOC2 like nucleolar associated transcriptional repressor pseudogene 2"
-"chr3",49056140,49056168,29,"*","Promoter (1-2kb)",3,49057581,49057667,87,2,"494337",1499,"ENSG00000199032","MIR425","microRNA 425"
-"chr3",150481300,150481361,62,"*","Promoter (<=1kb)",3,150458910,150481263,22354,2,"6478",-37,"ENSG00000181788","SIAH2","siah E3 ubiquitin protein ligase 2"
-"chr11",369119,369133,15,"*","Promoter (<=1kb)",11,369795,382117,12323,1,"338707",-662,"ENSG00000182272","B4GALNT4","beta-1,4-N-acetyl-galactosaminyltransferase 4"
-"chr16",58548995,58549086,92,"*","Promoter (<=1kb)",16,58549383,58554431,5049,1,"79918",-297,"ENSG00000103037","SETD6","SET domain containing 6"
-"chr20",20350367,20350481,115,"*","Promoter (1-2kb)",20,20348765,20351592,2828,1,"3642",1602,"ENSG00000173404","INSM1","insulinoma associated 1"
-"chr16",34430789,34430857,69,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",-26027,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr17",259426,259707,282,"*","Promoter (<=1kb)",17,260118,264457,4340,1,"400566",-411,"ENSG00000187624","C17orf97","chromosome 17 open reading frame 97"
-"chrX",43515457,43515544,88,"*","Promoter (1-2kb)",23,43514155,43606071,91917,1,"4128",1302,"ENSG00000189221","MAOA","monoamine oxidase A"
-"chr17",80373285,80373348,64,"*","Promoter (2-3kb)",17,80376252,80400516,24265,1,"284004",-2904,"ENSG00000169660","HEXDC","hexosaminidase (glycosyl hydrolase family 20, catalytic domain) containing"
-"chr19",1011028,1011102,75,"*","Exon (uc021ume.2/91304, exon 1 of 2)",19,1009650,1021141,11492,2,"91304",10039,"ENSG00000182087","TMEM259","transmembrane protein 259"
-"chr2",86946868,86947341,474,"*","Promoter (<=1kb)",2,86947414,88038768,1091355,1,"64795",-73,"ENSG00000153561","RMND5A","required for meiotic nuclear division 5 homolog A"
-"chr16",10479875,10480205,331,"*","Promoter (<=1kb)",16,10479912,10577495,97584,1,"80063",0,"ENSG00000166669","ATF7IP2","activating transcription factor 7 interacting protein 2"
-"chr2",74730630,74730755,126,"*","Promoter (<=1kb)",2,74724644,74730443,5800,2,"85474",-187,"ENSG00000179528","LBX2","ladybird homeobox 2"
-"chr11",5829982,5830119,138,"*","Intron (uc001mbq.1/85363, intron 3 of 4)",11,5841566,5842531,966,1,"390077",-11447,"ENSG00000180988","OR52N2","olfactory receptor family 52 subfamily N member 2"
-"chr17",1028673,1028676,4,"*","5' UTR",17,906758,1090616,183859,2,"29",61940,"ENSG00000159842","ABR","active BCR-related"
-"chr3",195310839,195310888,50,"*","Promoter (<=1kb)",3,195295573,195311076,15504,2,"347",188,"ENSG00000189058","APOD","apolipoprotein D"
-"chr8",122651438,122651520,83,"*","Promoter (<=1kb)",8,122651586,122657564,5979,1,"594842",-66,NA,"HAS2-AS1","HAS2 antisense RNA 1"
-"chr10",15017063,15017145,83,"*","Intron (uc021pni.1/64421, intron 9 of 9)",10,15001438,15014850,13413,1,"644890",15625,"ENSG00000197889","MEIG1","meiosis/spermiogenesis associated 1"
-"chr10",121171811,121172035,225,"*","Intron (uc001led.3/2869, intron 4 of 15)",10,121137484,121137555,72,1,"100616398",34327,"ENSG00000265719","MIR4681","microRNA 4681"
-"chr3",141495352,141495473,122,"*","Promoter (1-2kb)",3,141497043,141535892,38850,1,"131890",-1570,"ENSG00000114124","GRK7","G protein-coupled receptor kinase 7"
-"chr1",89458521,89458547,27,"*","Promoter (<=1kb)",1,89445139,89458643,13505,2,"494115",96,"ENSG00000213516","RBMXL1","RNA binding motif protein, X-linked-like 1"
-"chr5",5494990,5495167,178,"*","Distal Intergenic",5,5422786,5490347,67562,1,"23379",72204,"ENSG00000164151","ICE1","interactor of little elongation complex ELL subunit 1"
-"chr19",53445988,53446005,18,"*","Promoter (<=1kb)",19,53430388,53445847,15460,2,"399669",-141,"ENSG00000213801","ZNF321P","zinc finger protein 321, pseudogene"
-"chr1",6191822,6191831,10,"*","Intron (uc001ama.2/26038, intron 22 of 30)",1,6161847,6240194,78348,2,"26038",48363,"ENSG00000116254","CHD5","chromodomain helicase DNA binding protein 5"
-"chr11",64570331,64570509,179,"*","Promoter (<=1kb)",11,64556609,64570713,14105,2,"5871",204,"ENSG00000168067","MAP4K2","mitogen-activated protein kinase kinase kinase kinase 2"
-"chr22",18780198,18780224,27,"*","Intron (uc002zob.1/2679, intron 13 of 14)",22,18761202,18792992,31791,2,"2679",12768,"ENSG00000197421","GGT3P","gamma-glutamyltransferase 3 pseudogene"
-"chr16",621723,621793,71,"*","Intron (uc010bqw.3/9091, intron 2 of 11)",16,617032,619495,2464,1,"283948",4691,"ENSG00000257108","NHLRC4","NHL repeat containing 4"
-"chr6",43138853,43138877,25,"*","Promoter (<=1kb)",6,43138920,43149244,10325,1,"6722",-43,"ENSG00000112658","SRF","serum response factor"
-"chr1",3689201,3689519,319,"*","Promoter (<=1kb)",1,3689334,3692546,3213,1,"388588",0,"ENSG00000235169","SMIM1","small integral membrane protein 1 (Vel blood group)"
-"chr10",53459199,53459337,139,"*","Promoter (<=1kb)",10,53455246,53459355,4110,2,"23283",18,"ENSG00000177613","CSTF2T","cleavage stimulation factor, 3' pre-RNA, subunit 2, tau variant"
-"chr11",22850840,22850970,131,"*","Promoter (<=1kb)",11,22843598,22851382,7785,2,"258010",412,"ENSG00000198168","SVIP","small VCP/p97-interacting protein"
-"chr6",163147974,163148242,269,"*","Promoter (<=1kb)",6,163148164,163736524,588361,1,"135138",0,"ENSG00000112530","PACRG","PARK2 co-regulated"
-"chr16",5122037,5122237,201,"*","5' UTR",16,5094123,5116146,22024,2,"146556",-5891,"ENSG00000153446","C16orf89","chromosome 16 open reading frame 89"
-"chr16",21964237,21964364,128,"*","Promoter (<=1kb)",16,21964609,21994668,30060,1,"7385",-245,"ENSG00000140740","UQCRC2","ubiquinol-cytochrome c reductase core protein II"
-"chr3",88030644,88031000,357,"*","Promoter (<=1kb)",3,88031726,88042919,11194,1,"3355",-726,"ENSG00000179097","HTR1F","5-hydroxytryptamine receptor 1F"
-"chr1",218458543,218458566,24,"*","Promoter (<=1kb)",1,218458629,218511325,52697,1,"51018",-63,"ENSG00000067533","RRP15","ribosomal RNA processing 15 homolog"
-"chr6",56818361,56818431,71,"*","Promoter (<=1kb)",6,56322785,56819426,496642,2,"667",995,"ENSG00000151914","DST","dystonin"
-"chrX",99662602,99662884,283,"*","Promoter (2-3kb)",23,99546642,99665271,118630,2,"57526",2387,"ENSG00000165194","PCDH19","protocadherin 19"
-"chr16",30394484,30394664,181,"*","Promoter (<=1kb)",16,30389454,30394171,4718,2,"1731",-313,"ENSG00000180096","SEPT1","septin 1"
-"chr6",82462394,82462400,7,"*","Promoter (<=1kb)",6,82455447,82462428,6982,2,"55603",28,"ENSG00000112773","FAM46A","family with sequence similarity 46 member A"
-"chr2",71268532,71268832,301,"*","Distal Intergenic",2,71251205,71257060,5856,1,"79315",17327,"ENSG00000205847","OR7E91P","olfactory receptor family 7 subfamily E member 91 pseudogene"
-"chr2",176961907,176962172,266,"*","Promoter (2-3kb)",2,176964530,176965488,959,1,"3238",-2358,"ENSG00000170178","HOXD12","homeobox D12"
-"chr15",68851337,68851418,82,"*","Distal Intergenic",15,68871308,69020144,148837,1,"10391",-19890,"ENSG00000103647","CORO2B","coronin 2B"
-"chr6",170238466,170238587,122,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-39545,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
-"chr4",58029717,58029914,198,"*","Intron (uc003hco.3/255130, intron 1 of 4)",4,57897237,57976551,79315,2,"3490",-53166,"ENSG00000163453","IGFBP7","insulin like growth factor binding protein 7"
-"chr16",1374937,1375145,209,"*","3' UTR",16,1383606,1399442,15837,1,"8938",-8461,"ENSG00000007516","BAIAP3","BAI1 associated protein 3"
-"chr16",2502146,2502163,18,"*","Intron (uc002cqd.1/899, intron 13 of 16)",16,2510115,2514964,4850,1,"80178",-7952,"ENSG00000162062","C16orf59","chromosome 16 open reading frame 59"
-"chr16",4902850,4903006,157,"*","5' UTR",16,4853204,4897303,44100,2,"84656",-5547,"ENSG00000140632","GLYR1","glyoxylate reductase 1 homolog (Arabidopsis)"
-"chr3",147129136,147129213,78,"*","Promoter (1-2kb)",3,147127181,147134506,7326,1,"7545",1955,"ENSG00000152977","ZIC1","Zic family member 1"
-"chrX",77914067,77914149,83,"*","Promoter (<=1kb)",23,77911566,77914825,3260,2,"203430",676,"ENSG00000179300","ZCCHC5","zinc finger CCHC-type containing 5"
-"chr19",1494978,1495162,185,"*","Intron (uc010xgp.2/92840, intron 1 of 2)",19,1491165,1497924,6760,1,"92840",3813,"ENSG00000115255","REEP6","receptor accessory protein 6"
-"chr7",2105870,2106029,160,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1855428,2272583,417156,2,"8379",166554,"ENSG00000002822","MAD1L1","MAD1 mitotic arrest deficient-like 1 (yeast)"
-"chr16",2083080,2083120,41,"*","Intron (uc002coi.3/9351, intron 2 of 6)",16,2076869,2089027,12159,1,"9351",6211,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
-"chr15",40331323,40331369,47,"*","Promoter (<=1kb)",15,40327891,40331389,3499,2,"6727",20,"ENSG00000140319","SRP14","signal recognition particle 14kDa"
-"chr1",182808943,182809277,335,"*","Promoter (<=1kb)",1,182808439,182857117,48679,1,"1660",504,"ENSG00000135829","DHX9","DEAH-box helicase 9"
-"chr16",685737,686222,486,"*","Promoter (<=1kb)",16,684429,686347,1919,2,"84326",125,"ENSG00000130731","C16orf13","chromosome 16 open reading frame 13"
-"chr6",32827202,32827216,15,"*","Exon (uc003sga.3/5698, exon 6 of 6)",6,32605183,32614839,9657,1,"3117",222019,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr17",78898214,78898369,156,"*","Intron (uc002jyt.1/57521, intron 23 of 33)",17,78965641,78973933,8293,1,"79643",-67272,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr5",177740069,177740106,38,"*","Intron (uc021yiy.1/91522, intron 27 of 28)",5,177635540,177659803,24264,2,"85007",-80266,"ENSG00000175309","PHYKPL","5-phosphohydroxy-L-lysine phospho-lyase"
-"chr18",77512339,77512404,66,"*","Intron (uc002lnh.2/9150, intron 12 of 12)",18,77439801,77514510,74710,1,"9150",72538,"ENSG00000060069","CTDP1","CTD phosphatase subunit 1"
-"chr1",21995880,21995967,88,"*","Promoter (<=1kb)",1,21922708,21995856,73149,2,"5909",-24,"ENSG00000076864","RAP1GAP","RAP1 GTPase activating protein"
-"chr17",48070843,48071254,412,"*","Promoter (1-2kb)",17,48067369,48072588,5220,2,"1747",1334,"ENSG00000064195","DLX3","distal-less homeobox 3"
-"chr4",2944178,2944550,373,"*","Intron (uc003gge.1/317648, intron 4 of 4)",4,2936626,2963465,26840,1,"317648",7552,"ENSG00000249673","NOP14-AS1","NOP14 antisense RNA 1"
-"chr10",45675585,45675680,96,"*","Intron (uc001jcb.1/338579, intron 8 of 8)",10,45659462,45659536,75,1,"100422988",16123,"ENSG00000263476","MIR3156-1","microRNA 3156-1"
-"chr12",115135090,115135121,32,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-13121,"ENSG00000135111","TBX3","T-box 3"
-"chr2",173330294,173330347,54,"*","5' UTR",2,173292082,173371181,79100,1,"3655",38212,"ENSG00000091409","ITGA6","integrin subunit alpha 6"
-"chr22",25960664,25961141,478,"*","Promoter (<=1kb)",22,25960861,26125258,164398,1,"157",0,"ENSG00000100077","ADRBK2","adrenergic, beta, receptor kinase 2"
-"chr6",38092182,38092392,211,"*","Intron (uc003onx.3/60685, intron 5 of 5)",6,37787307,38122399,335093,1,"60685",304875,"ENSG00000156639","ZFAND3","zinc finger AN1-type containing 3"
-"chr11",20618964,20619158,195,"*","Promoter (1-2kb)",11,20620946,20676610,55665,1,"9152",-1788,"ENSG00000165970","SLC6A5","solute carrier family 6 member 5"
-"chr17",74467780,74467924,145,"*","3' UTR",17,74449433,74466199,16767,1,"15",18347,"ENSG00000129673","AANAT","aralkylamine N-acetyltransferase"
-"chr2",176981064,176981280,217,"*","Promoter (<=1kb)",2,176981492,176984670,3179,1,"3236",-212,"ENSG00000128710","HOXD10","homeobox D10"
-"chr7",129250939,129251173,235,"*","Promoter (<=1kb)",7,129251555,129396922,145368,1,"4899",-382,"ENSG00000106459","NRF1","nuclear respiratory factor 1"
-"chr1",63792815,63793270,456,"*","Distal Intergenic",1,63788730,63790797,2068,1,"27022",4085,"ENSG00000187140","FOXD3","forkhead box D3"
-"chr20",4128750,4129073,324,"*","Promoter (<=1kb)",20,4129426,4168394,38969,1,"54498",-353,"ENSG00000088826","SMOX","spermine oxidase"
-"chr4",2814016,2814074,59,"*","5' UTR",4,2794750,2842823,48074,1,"6452",19266,"ENSG00000087266","SH3BP2","SH3-domain binding protein 2"
-"chr6",168549794,168549880,87,"*","Distal Intergenic",6,168456464,168479857,23394,2,"79981",-69937,"ENSG00000153303","FRMD1","FERM domain containing 1"
-"chr1",207226369,207226419,51,"*","Promoter (<=1kb)",1,207217194,207226325,9132,2,"55432",-44,"ENSG00000180667","YOD1","YOD1 deubiquitinase"
-"chr11",89391431,89391841,411,"*","Promoter (<=1kb)",11,89392465,89431886,39422,1,"219595",-624,"ENSG00000086205","FOLH1B","folate hydrolase 1B"
-"chr16",8891458,8891554,97,"*","Promoter (<=1kb)",16,8889037,8891505,2469,2,"25880",0,"ENSG00000184857","TMEM186","transmembrane protein 186"
-"chr22",38203629,38203669,41,"*","Promoter (<=1kb)",22,38203912,38213183,9272,1,"23464",-243,"ENSG00000100116","GCAT","glycine C-acetyltransferase"
-"chr16",67696047,67696090,44,"*","Promoter (1-2kb)",16,67694851,67696681,1831,1,"50855",1196,"ENSG00000102981","PARD6A","par-6 family cell polarity regulator alpha"
-"chr17",73717164,73717552,389,"*","Promoter (<=1kb)",17,73717516,73753899,36384,1,"3691",0,"ENSG00000132470","ITGB4","integrin subunit beta 4"
-"chr6",31510407,31510491,85,"*","Intron (uc003ntv.3/100532737, intron 11 of 12)",6,32485154,32557613,72460,2,"3127",1047122,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr13",28491492,28491590,99,"*","Promoter (2-3kb)",13,28494168,28500451,6284,1,"3651",-2578,"ENSG00000139515","PDX1","pancreatic and duodenal homeobox 1"
-"chr19",3381432,3381478,47,"*","Intron (uc002lxo.3/4782, intron 1 of 10)",19,3359561,3469215,109655,1,"4782",21871,"ENSG00000141905","NFIC","nuclear factor I/C (CCAAT-binding transcription factor)"
-"chr10",14995957,14996031,75,"*","5' UTR",10,15001438,15014850,13413,1,"644890",-5407,"ENSG00000197889","MEIG1","meiosis/spermiogenesis associated 1"
-"chr12",130908965,130909093,129,"*","Intron (uc001uil.2/23504, intron 7 of 18)",12,130822433,130856877,34445,1,"9271",86532,"ENSG00000125207","PIWIL1","piwi-like RNA-mediated gene silencing 1"
-"chr2",30669597,30669711,115,"*","Promoter (<=1kb)",2,30670123,30867091,196969,1,"253558",-412,"ENSG00000172954","LCLAT1","lysocardiolipin acyltransferase 1"
-"chr19",40696565,40697059,495,"*","Promoter (<=1kb)",19,40697651,40721482,23832,1,"4294",-592,"ENSG00000130758","MAP3K10","mitogen-activated protein kinase kinase kinase 10"
-"chr20",60795362,60795457,96,"*","Promoter (<=1kb)",20,60790017,60795323,5307,2,"11255",-39,"ENSG00000101180","HRH3","histamine receptor H3"
-"chr6",22644034,22644085,52,"*","Distal Intergenic",6,22569678,22570750,1073,1,"154150",74356,"ENSG00000112273","HDGFL1","hepatoma derived growth factor-like 1"
-"chrX",146993722,146993730,9,"*","Promoter (<=1kb)",23,146993469,147032647,39179,1,"2332",253,"ENSG00000102081","FMR1","fragile X mental retardation 1"
-"chr2",219841134,219841474,341,"*","Promoter (<=1kb)",2,219841006,219842644,1639,1,"151300",128,NA,"LINC00608","long intergenic non-protein coding RNA 608"
-"chr19",39694783,39694993,211,"*","Promoter (<=1kb)",19,39693562,39694906,1345,2,"342898",0,"ENSG00000179751","SYCN","syncollin"
-"chr5",146889265,146889275,11,"*","Promoter (<=1kb)",5,146770371,146889619,119249,2,"1809",344,"ENSG00000113657","DPYSL3","dihydropyrimidinase like 3"
-"chr3",66022776,66023109,334,"*","Promoter (1-2kb)",3,65339906,66024509,684604,2,"9223",1400,"ENSG00000151276","MAGI1","membrane associated guanylate kinase, WW and PDZ domain containing 1"
-"chr8",144965764,144965788,25,"*","Distal Intergenic",8,144939912,144947434,7523,2,"83481",-18330,"ENSG00000261150","EPPK1","epiplakin 1"
-"chr2",210867635,210867743,109,"*","Promoter (<=1kb)",2,210867289,210886984,19696,1,"6120",346,"ENSG00000197713","RPE","ribulose-5-phosphate-3-epimerase"
-"chr9",135333030,135333467,438,"*","Intron (uc004cbn.3/389799, intron 1 of 6)",9,135285611,135448675,163065,1,"389799",47419,"ENSG00000188523","CFAP77","cilia and flagella associated protein 77"
-"chr12",113515332,113515391,60,"*","Exon (uc001tuk.1/1840, exon 2 of 9)",12,113495662,113535833,40172,1,"1840",19670,"ENSG00000135144","DTX1","deltex 1"
-"chr6",163148762,163148777,16,"*","Promoter (<=1kb)",6,161768590,163148834,1380245,2,"5071",57,"ENSG00000185345","PARK2","parkin RBR E3 ubiquitin protein ligase"
-"chrX",100673192,100673417,226,"*","Distal Intergenic",23,100663121,100669128,6008,1,"3188",10071,"ENSG00000126945","HNRNPH2","heterogeneous nuclear ribonucleoprotein H2 (H')"
-"chr1",167488800,167489111,312,"*","Promoter (<=1kb)",1,167399877,167487847,87971,2,"919",-953,"ENSG00000198821","CD247","CD247 molecule"
-"chr6",32818150,32818212,63,"*","Exon (uc011dqi.2/6890, exon 5 of 11)",6,32605183,32614839,9657,1,"3117",212967,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr8",75262557,75262575,19,"*","Promoter (<=1kb)",8,75262618,75279335,16718,1,"54332",-43,"ENSG00000104381","GDAP1","ganglioside induced differentiation associated protein 1"
-"chr20",24784136,24784168,33,"*","Distal Intergenic",20,24929866,24940564,10699,1,"8530",-145698,"ENSG00000077984","CST7","cystatin F"
-"chr15",53075877,53076140,264,"*","Intron (uc002aci.2/3175, intron 1 of 1)",15,53049160,53082209,33050,2,"3175",6069,"ENSG00000169856","ONECUT1","one cut homeobox 1"
-"chr1",36549671,36549678,8,"*","Promoter (<=1kb)",1,36549676,36553876,4201,1,"27285",0,"ENSG00000092850","TEKT2","tektin 2"
-"chr16",11327093,11327322,230,"*","Distal Intergenic",16,11343506,11445617,102112,1,"116028",-16184,"ENSG00000175643","RMI2","RecQ mediated genome instability 2"
-"chr3",191048411,191048753,343,"*","Promoter (<=1kb)",3,190984944,191048325,63382,2,"257313",-86,"ENSG00000188958","UTS2B","urotensin 2B"
-"chr1",32253858,32254033,176,"*","Downstream (1-2kb)",1,32192718,32229648,36931,2,"576",-24210,"ENSG00000121753","ADGRB2","adhesion G protein-coupled receptor B2"
-"chr10",28288192,28288669,478,"*","Promoter (<=1kb)",10,28101097,28287977,186881,2,"55130",-215,"ENSG00000169126","ARMC4","armadillo repeat containing 4"
-"chr15",43622840,43622898,59,"*","Promoter (<=1kb)",15,43622872,43646096,23225,1,"161823",0,"ENSG00000168803","ADAL","adenosine deaminase-like"
-"chr21",45937201,45937358,158,"*","Promoter (<=1kb)",21,45937098,45938860,1763,1,"114043",103,NA,"TSPEAR-AS2","TSPEAR antisense RNA 2"
-"chr15",68155825,68155977,153,"*","Distal Intergenic",15,68112042,68126174,14133,1,"390598",43783,"ENSG00000188779","SKOR1","SKI family transcriptional corepressor 1"
-"chr6",30521111,30521181,71,"*","Exon (uc011dmi.2/2794, exon 5 of 10)",6,32485154,32557613,72460,2,"3127",2036432,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",27164237,27164661,425,"*","Promoter (1-2kb)",7,27145809,27166639,20831,2,"3200",1978,"ENSG00000105997","HOXA3","homeobox A3"
-"chr5",314505,314510,6,"*","Intron (uc003jat.1/10016, intron 5 of 5)",5,304292,438405,134114,1,"57491",10213,"ENSG00000063438","AHRR","aryl-hydrocarbon receptor repressor"
-"chr16",29756951,29757270,320,"*","Promoter (<=1kb)",16,29753786,29757340,3555,2,"283897",70,"ENSG00000185905","C16orf54","chromosome 16 open reading frame 54"
-"chr3",111450718,111451090,373,"*","Promoter (<=1kb)",3,111451327,111695364,244038,1,"90102",-237,"ENSG00000144824","PHLDB2","pleckstrin homology like domain family B member 2"
-"chr7",16922326,16922421,96,"*","Promoter (<=1kb)",7,16899030,16921613,22584,2,"155465",-713,"ENSG00000173467","AGR3","anterior gradient 3, protein disulphide isomerase family member"
-"chr16",28074388,28074414,27,"*","Promoter (<=1kb)",16,27798850,28074830,275981,2,"146395",416,"ENSG00000169181","GSG1L","GSG1-like"
-"chr19",40368363,40368782,420,"*","Exon (uc002omp.4/8857, exon 28 of 36)",19,40325093,40337054,11962,2,"2091",-31309,"ENSG00000105202","FBL","fibrillarin"
-"chr1",156391125,156391310,186,"*","Promoter (<=1kb)",1,156390133,156390221,89,2,"407046",-904,NA,"MIR9-1","microRNA 9-1"
-"chr16",49525091,49525225,135,"*","3' UTR",16,49407808,49433319,25512,1,"123970",117283,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
-"chr10",75541506,75541558,53,"*","Promoter (<=1kb)",10,75541808,75543406,1599,1,"118487",-250,"ENSG00000172586","CHCHD1","coiled-coil-helix-coiled-coil-helix domain containing 1"
-"chr1",117491857,117491918,62,"*","Exon (uc001egv.1/5738, exon 4 of 9)",1,117452689,117532972,80284,1,"5738",39168,"ENSG00000134247","PTGFRN","prostaglandin F2 receptor inhibitor"
-"chr5",55291124,55291388,265,"*","Promoter (<=1kb)",5,55290995,55299475,8481,1,"441072",129,"ENSG00000227908","FLJ31104","uncharacterized LOC441072"
-"chr10",65930548,65930570,23,"*","Distal Intergenic",10,65281123,65384883,103761,1,"221035",649425,"ENSG00000165476","REEP3","receptor accessory protein 3"
-"chr9",93404929,93405086,158,"*","Promoter (<=1kb)",9,93372114,93405108,32995,2,"54769",22,"ENSG00000165023","DIRAS2","DIRAS family GTP binding RAS like 2"
-"chr1",17766186,17766190,5,"*","Promoter (<=1kb)",1,17733251,17766250,33000,2,"55920",60,"ENSG00000179051","RCC2","regulator of chromosome condensation 2"
-"chr11",1775039,1775244,206,"*","Exon (uc001luc.2/1509, exon 7 of 9)",11,1753640,1771824,18185,2,"402778",-3215,"ENSG00000244242","IFITM10","interferon induced transmembrane protein 10"
-"chr3",155838351,155838625,275,"*","Promoter (<=1kb)",3,155838337,156256927,418591,1,"7881",14,"ENSG00000169282","KCNAB1","potassium voltage-gated channel subfamily A member regulatory beta subunit 1"
-"chr15",100516532,100516563,32,"*","Intron (uc002bvv.1/170691, intron 2 of 21)",15,100330361,100347132,16772,2,"196968",-169400,"ENSG00000182397","DNM1P46","dynamin 1 pseudogene 46"
-"chr17",998432,998504,73,"*","Intron (uc002fsg.4/29, intron 20 of 21)",17,925716,925799,84,2,"100422835",-72633,"ENSG00000264429","MIR3183","microRNA 3183"
-"chr6",25732105,25732239,135,"*","Promoter (<=1kb)",6,25732661,25733089,429,1,"387319",-422,NA,"HIST1H2APS1","histone cluster 1, H2a, pseudogene 1"
-"chr16",51168485,51168503,19,"*","Downstream (1-2kb)",16,51169886,51185183,15298,2,"6299",16680,"ENSG00000103449","SALL1","spalt-like transcription factor 1"
-"chr5",36151277,36151301,25,"*","Promoter (<=1kb)",5,36103414,36152015,48602,2,"92255",714,"ENSG00000164187","LMBRD2","LMBR1 domain containing 2"
-"chr3",170075398,170075404,7,"*","Promoter (<=1kb)",3,170075473,170114637,39165,1,"6498",-69,"ENSG00000136603","SKIL","SKI-like proto-oncogene"
-"chr5",133861746,133861746,1,"*","Promoter (1-2kb)",5,133860066,133918918,58853,1,"23338",1680,"ENSG00000043143","JADE2","jade family PHD finger 2"
-"chr2",242089897,242090216,320,"*","Promoter (<=1kb)",2,242045514,242089394,43881,2,"23178",-503,"ENSG00000115687","PASK","PAS domain containing serine/threonine kinase"
-"chr16",18573498,18573511,14,"*","Promoter (<=1kb)",16,18511182,18573434,62253,2,"283820",-64,"ENSG00000185164","NOMO2","NODAL modulator 2"
-"chr16",84065247,84065271,25,"*","Intron (uc002fhg.1/146167, intron 6 of 9)",16,84043389,84075762,32374,2,"146167",10491,"ENSG00000166558","SLC38A8","solute carrier family 38 member 8"
-"chr7",2559425,2559692,268,"*","5' UTR",7,2566708,2566786,79,1,"100616116",-7016,"ENSG00000264357","MIR4648","microRNA 4648"
-"chr12",54943009,54943102,94,"*","Promoter (<=1kb)",12,54943177,54973023,29847,1,"5153",-75,"ENSG00000123360","PDE1B","phosphodiesterase 1B"
-"chr19",58193221,58193275,55,"*","Promoter (<=1kb)",19,58193337,58269527,76191,1,"284309",-62,"ENSG00000152443","ZNF776","zinc finger protein 776"
-"chr20",3801033,3801058,26,"*","Promoter (<=1kb)",20,3801171,3805954,4784,1,"55317",-113,"ENSG00000125843","AP5S1","adaptor related protein complex 5 sigma 1 subunit"
-"chr4",6380703,6380812,110,"*","Intron (uc003gja.3/5522, intron 7 of 8)",4,6271577,6304992,33416,1,"7466",109126,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
-"chr8",90996956,90997008,53,"*","Promoter (<=1kb)",8,90945564,90996899,51336,2,"4683",-57,"ENSG00000104320","NBN","nibrin"
-"chr1",30179817,30179877,61,"*","Distal Intergenic",1,29563028,29653325,90298,1,"10076",616789,"ENSG00000060656","PTPRU","protein tyrosine phosphatase, receptor type U"
-"chr22",31742478,31742480,3,"*","Promoter (<=1kb)",22,31721790,31742249,20460,2,"23598",-229,"ENSG00000100105","PATZ1","POZ/BTB and AT hook containing zinc finger 1"
-"chr2",72079498,72079609,112,"*","Distal Intergenic",2,72356367,72374991,18625,2,"56603",295382,"ENSG00000003137","CYP26B1","cytochrome P450 family 26 subfamily B member 1"
-"chr1",154474480,154474482,3,"*","Promoter (<=1kb)",1,154451954,154474526,22573,2,"126669",44,"ENSG00000169291","SHE","Src homology 2 domain containing E"
-"chr3",98243099,98243118,20,"*","Promoter (1-2kb)",3,98225321,98241910,16590,2,"56650",-1189,"ENSG00000080822","CLDND1","claudin domain containing 1"
-"chr7",157259973,157260141,169,"*","Distal Intergenic",7,157367028,157367114,87,2,"406945",106973,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr9",6413804,6414096,293,"*","Promoter (<=1kb)",9,6413151,6507051,93901,1,"115426",653,"ENSG00000147854","UHRF2","ubiquitin like with PHD and ring finger domains 2"
-"chr6",25930846,25930895,50,"*","Promoter (<=1kb)",6,25912984,25930946,17963,2,"10246",51,"ENSG00000112337","SLC17A2","solute carrier family 17 member 2"
-"chr1",247587330,247587794,465,"*","Exon (uc001icr.3/114548, exon 5 of 11)",1,247579458,247612406,32949,1,"114548",7872,"ENSG00000162711","NLRP3","NLR family, pyrin domain containing 3"
-"chr19",11266458,11266493,36,"*","Promoter (<=1kb)",19,11257831,11266484,8654,2,"147841",0,"ENSG00000161888","SPC24","SPC24, NDC80 kinetochore complex component"
-"chr2",3680247,3680421,175,"*","Intron (uc002qxz.4/78989, intron 4 of 7)",2,3705786,3750260,44475,1,"55821",-25365,"ENSG00000151360","ALLC","allantoicase"
-"chr2",220300061,220300242,182,"*","Promoter (<=1kb)",2,220299700,220358354,58655,1,"10290",361,"ENSG00000072195","SPEG","SPEG complex locus"
-"chr3",11314115,11314335,221,"*","Promoter (<=1kb)",3,11314010,11599139,285130,1,"10533",105,"ENSG00000197548","ATG7","autophagy related 7"
-"chr17",46894246,46894463,218,"*","Promoter (<=1kb)",17,46839593,46894469,54877,2,"284076",6,"ENSG00000170703","TTLL6","tubulin tyrosine ligase like 6"
-"chr12",49504643,49504719,77,"*","Promoter (<=1kb)",12,49490923,49504680,13758,2,"55716",0,"ENSG00000139636","LMBR1L","limb development membrane protein 1 like"
-"chr12",110011396,110011404,9,"*","Promoter (<=1kb)",12,109991521,110011358,19838,2,"326625",-38,"ENSG00000139428","MMAB","methylmalonic aciduria (cobalamin deficiency) cblB type"
-"chr14",105287379,105287408,30,"*","Promoter (<=1kb)",14,105287538,105290055,2518,1,"196872",-130,"ENSG00000258701","LINC00638","long intergenic non-protein coding RNA 638"
-"chr15",48413054,48413218,165,"*","Promoter (<=1kb)",15,48413169,48434589,21421,1,"283652",0,"ENSG00000188467","SLC24A5","solute carrier family 24 member 5"
-"chr1",1677539,1677541,3,"*","Promoter (<=1kb)",1,1590988,1677438,86451,2,"728661",-101,"ENSG00000189339","SLC35E2B","solute carrier family 35 member E2B"
-"chr4",71587640,71587674,35,"*","Intron (uc003hfp.4/22902, intron 1 of 11)",4,71570654,71674336,103683,1,"22902",16986,"ENSG00000018189","RUFY3","RUN and FYVE domain containing 3"
-"chr11",130078188,130078492,305,"*","Exon (uc001qfw.3/6768, exon 17 of 19)",11,130029682,130080257,50576,1,"6768",48506,"ENSG00000149418","ST14","suppression of tumorigenicity 14"
-"chr12",2762684,2762689,6,"*","Intron (uc001qjz.2/775, intron 32 of 46)",12,2785167,2800323,15157,2,"100652846",37634,"ENSG00000246627","CACNA1C-AS1","CACNA1C antisense RNA 1"
-"chr2",219263965,219264229,265,"*","Promoter (<=1kb)",2,219263061,219270664,7604,1,"58190",904,"ENSG00000144579","CTDSP1","CTD small phosphatase 1"
-"chr4",6675628,6675632,5,"*","Promoter (<=1kb)",4,6675821,6677774,1954,1,"93622",-189,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
-"chr19",56879207,56879214,8,"*","Promoter (<=1kb)",19,56879468,56891196,11729,1,"147947",-254,"ENSG00000240225","ZNF542P","zinc finger protein 542, pseudogene"
-"chr20",62165721,62166207,487,"*","Promoter (2-3kb)",20,62159776,62168723,8948,2,"5753",2516,"ENSG00000101213","PTK6","protein tyrosine kinase 6"
-"chr8",8085844,8085946,103,"*","Promoter (<=1kb)",8,8086092,8102387,16296,1,"286042",-146,"ENSG00000173295","FAM86B3P","family with sequence similarity 86, member A pseudogene"
-"chr19",53445297,53445693,397,"*","Promoter (<=1kb)",19,53430388,53445847,15460,2,"399669",154,"ENSG00000213801","ZNF321P","zinc finger protein 321, pseudogene"
-"chr7",100845599,100845801,203,"*","Promoter (1-2kb)",7,100839013,100844302,5290,2,"346606",-1297,"ENSG00000106384","MOGAT3","monoacylglycerol O-acyltransferase 3"
-"chr4",57774358,57774669,312,"*","Promoter (<=1kb)",4,57774042,57832976,58935,1,"5978",316,"ENSG00000084093","REST","RE1 silencing transcription factor"
-"chr11",33182739,33182751,13,"*","Promoter (<=1kb)",11,33106130,33183037,76908,2,"1479",286,"ENSG00000176102","CSTF3","cleavage stimulation factor, 3' pre-RNA, subunit 3"
-"chr16",1265148,1265487,340,"*","Exon (uc002cks.3/8912, exon 29 of 35)",16,1271651,1275254,3604,2,"25823",9767,"ENSG00000116176","TPSG1","tryptase gamma 1"
-"chr11",69931461,69931467,7,"*","Intron (uc001opj.3/55107, intron 1 of 25)",11,69924408,70035652,111245,1,"55107",7053,"ENSG00000131620","ANO1","anoctamin 1"
-"chr20",34287034,34287185,152,"*","Promoter (<=1kb)",20,34287232,34288902,1671,1,"140823",-47,"ENSG00000125995","ROMO1","reactive oxygen species modulator 1"
-"chr16",4731718,4731773,56,"*","Exon (uc002cwz.3/23295, exon 13 of 17)",16,4743694,4745860,2167,1,"84309",-11921,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
-"chr10",81652773,81652948,176,"*","Distal Intergenic",10,81664654,81691574,26921,1,"100288974",-11706,"ENSG00000242600","BMS1P21","BMS1, ribosome biogenesis factor pseudogene 21"
-"chr4",190567275,190567721,447,"*","Distal Intergenic",4,190861974,190884359,22386,1,"2483",-294253,"ENSG00000109536","FRG1","FSHD region gene 1"
-"chr3",173116094,173116113,20,"*","Promoter (<=1kb)",3,173116244,174001116,884873,1,"22871",-131,"ENSG00000169760","NLGN1","neuroligin 1"
-"chr4",147443742,147443996,255,"*","Promoter (<=1kb)",4,147175137,147443123,267987,2,"84068",-619,"ENSG00000120519","SLC10A7","solute carrier family 10 member 7"
-"chr1",153332924,153333350,427,"*","Promoter (2-3kb)",1,153330330,153333503,3174,1,"6280",2594,"ENSG00000163220","S100A9","S100 calcium binding protein A9"
-"chr12",53901357,53901441,85,"*","Promoter (<=1kb)",12,53900474,53901422,949,2,"8620",0,"ENSG00000139574","NPFF","neuropeptide FF-amide peptide precursor"
-"chr15",79357037,79357112,76,"*","Intron (uc002bep.3/5923, intron 26 of 26)",15,79252289,79383215,130927,2,"5923",26103,"ENSG00000058335","RASGRF1","Ras protein specific guanine nucleotide releasing factor 1"
-"chr20",48807332,48807386,55,"*","Promoter (<=1kb)",20,48807120,48809227,2108,1,"1051",212,"ENSG00000172216","CEBPB","CCAAT/enhancer binding protein beta"
-"chr8",25906106,25906243,138,"*","Intron (uc003xek.3/5520, intron 7 of 10)",8,25699246,25902640,203395,2,"64641",-3466,"ENSG00000221818","EBF2","early B-cell factor 2"
-"chr12",14412687,14413090,404,"*","Distal Intergenic",12,14518611,14651697,133087,1,"55729",-105521,"ENSG00000171681","ATF7IP","activating transcription factor 7 interacting protein"
-"chr16",20975864,20976025,162,"*","Exon (uc010vbd.2/55567, exon 6 of 15)",16,20791515,20911561,120047,2,"112479",-64303,"ENSG00000196678","ERI2","ERI1 exoribonuclease family member 2"
-"chr6",32023409,32023527,119,"*","Intron (uc003nzl.2/7148, intron 20 of 43)",6,32485154,32557613,72460,2,"3127",534086,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr3",62305285,62305438,154,"*","Promoter (<=1kb)",3,62304711,62319320,14610,1,"57415",574,"ENSG00000114405","C3orf14","chromosome 3 open reading frame 14"
-"chrX",102884585,102884995,411,"*","Promoter (<=1kb)",23,102883648,102885876,2229,1,"9338",937,"ENSG00000172465","TCEAL1","transcription elongation factor A like 1"
-"chr17",7461508,7461590,83,"*","Promoter (<=1kb)",17,7461609,7464925,3317,1,"8741",-19,"ENSG00000161955","TNFSF13","tumor necrosis factor superfamily member 13"
-"chr5",140855421,140855456,36,"*","Promoter (<=1kb)",5,140855569,140892548,36980,1,"5098",-113,"ENSG00000240184","PCDHGC3","protocadherin gamma subfamily C, 3"
-"chr1",39956204,39956370,167,"*","Promoter (<=1kb)",1,39957318,39995541,38224,1,"353500",-948,"ENSG00000183682","BMP8A","bone morphogenetic protein 8a"
-"chr8",145180699,145180933,235,"*","Distal Intergenic",8,145192672,145440828,248157,1,"51236",-11739,"ENSG00000235173","HGH1","HGH1 homolog"
-"chr1",27287034,27287133,100,"*","Promoter (<=1kb)",1,27276047,27286901,10855,2,"126695",-133,"ENSG00000175707","KDF1","keratinocyte differentiation factor 1"
-"chr4",1582133,1582248,116,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",103740,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr8",38008543,38008582,40,"*","Promoter (<=1kb)",8,38000218,38008600,8383,2,"6770",18,"ENSG00000147465","STAR","steroidogenic acute regulatory protein"
-"chr10",30025734,30026015,282,"*","Promoter (<=1kb)",10,29746277,30025864,279588,2,"6840",0,"ENSG00000197321","SVIL","supervillin"
-"chr14",96505569,96505636,68,"*","Promoter (<=1kb)",14,96505661,96560226,54566,1,"56967",-25,NA,"C14orf132","chromosome 14 open reading frame 132"
-"chr15",96904128,96904404,277,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",27638,"ENSG00000222651","MIR1469","microRNA 1469"
-"chr20",45439721,45439757,37,"*","Distal Intergenic",20,45523263,45817492,294230,1,"2139",-83506,"ENSG00000064655","EYA2","EYA transcriptional coactivator and phosphatase 2"
-"chr6",29984107,29984241,135,"*","Intron (uc011dme.2/80862, intron 1 of 5)",6,28471073,28483570,12498,2,"257202",-1500537,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",56696919,56697040,122,"*","Distal Intergenic",16,56700653,56701977,1325,2,"4495",4937,"ENSG00000125144","MT1G","metallothionein 1G"
-"chr4",2794616,2794637,22,"*","Promoter (<=1kb)",4,2794750,2842823,48074,1,"6452",-113,"ENSG00000087266","SH3BP2","SH3-domain binding protein 2"
-"chr6",33181517,33181816,300,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",366254,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr6",31126775,31126784,10,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1430829,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr11",46867110,46867314,205,"*","Promoter (<=1kb)",11,46765084,46867859,102776,2,"9793",545,"ENSG00000175216","CKAP5","cytoskeleton associated protein 5"
-"chr10",52833444,52833562,119,"*","Intron (uc010qhp.2/5592, intron 1 of 2)",10,52750911,54058110,1307200,1,"5592",82533,"ENSG00000185532","PRKG1","protein kinase, cGMP-dependent, type I"
-"chr16",25026713,25026718,6,"*","Promoter (<=1kb)",16,24930712,25026675,95964,2,"55114",-38,"ENSG00000140750","ARHGAP17","Rho GTPase activating protein 17"
-"chr6",105628027,105628044,18,"*","Promoter (<=1kb)",6,105605775,105627858,22084,2,"64208",-169,"ENSG00000132429","POPDC3","popeye domain containing 3"
-"chr11",115860906,115860938,33,"*","Distal Intergenic",11,115626051,115631345,5295,2,"283143",-229561,NA,"LINC00900","long intergenic non-protein coding RNA 900"
-"chr16",66959235,66959402,168,"*","Promoter (<=1kb)",16,66955582,66959439,3858,2,"6236",37,"ENSG00000166592","RRAD","Ras-related associated with diabetes"
-"chr9",124991408,124991432,25,"*","Promoter (<=1kb)",9,124964856,124991091,26236,2,"26468",-317,"ENSG00000106852","LHX6","LIM homeobox 6"
-"chr2",236917961,236918346,386,"*","Exon (uc002vvv.3/uc002vvv.3, exon 1 of 1)",2,237074307,237076652,2346,2,"2637",158306,"ENSG00000168505","GBX2","gastrulation brain homeobox 2"
-"chr11",118781150,118781360,211,"*","Promoter (<=1kb)",11,118781417,118781496,80,1,"100616376",-57,"ENSG00000264211","MIR4492","microRNA 4492"
-"chr1",8877622,8877662,41,"*","Promoter (<=1kb)",1,8412464,8877699,465236,2,"473",37,"ENSG00000142599","RERE","arginine-glutamic acid dipeptide (RE) repeats"
-"chr1",10534809,10534838,30,"*","Promoter (<=1kb)",1,10535003,10690815,155813,1,"5195",-165,"ENSG00000142655","PEX14","peroxisomal biogenesis factor 14"
-"chr12",49731189,49731393,205,"*","Promoter (<=1kb)",12,49726200,49730971,4772,2,"338761",-218,"ENSG00000186897","C1QL4","complement component 1, q subcomponent-like 4"
-"chr17",46089788,46089993,206,"*","Distal Intergenic",17,46114527,46114613,87,2,"406943",24620,NA,"MIR152","microRNA 152"
-"chr3",113822406,113822413,8,"*","Distal Intergenic",3,113775582,113807268,31687,1,"79691",46824,"ENSG00000151576","QTRT2","queuine tRNA-ribosyltransferase accessory subunit 2"
-"chr11",133804743,133804886,144,"*","Intron (uc031qfh.1/22997, intron 13 of 19)",11,133778520,133826649,48130,2,"22997",21763,"ENSG00000080854","IGSF9B","immunoglobulin superfamily member 9B"
-"chr11",69199398,69199466,69,"*","Distal Intergenic",11,69061622,69156450,94829,1,"26579",137776,"ENSG00000172927","MYEOV","myeloma overexpressed"
-"chr6",41168924,41169001,78,"*","Promoter (<=1kb)",6,41157552,41168925,11374,2,"79865",0,"ENSG00000112195","TREML2","triggering receptor expressed on myeloid cells like 2"
-"chr4",188916678,188916814,137,"*","Promoter (<=1kb)",4,188916925,188926199,9275,1,"132625",-111,"ENSG00000179059","ZFP42","ZFP42 zinc finger protein"
-"chr15",83951865,83951971,107,"*","Promoter (1-2kb)",15,83924655,83953468,28814,2,"646",1497,"ENSG00000169594","BNC1","basonuclin 1"
-"chr16",88907136,88907370,235,"*","Intron (uc002fly.4/2588, intron 10 of 13)",16,88922628,88927591,4964,1,"51693",-15258,"ENSG00000167515","TRAPPC2L","trafficking protein particle complex 2-like"
-"chr18",77642911,77643212,302,"*","Intron (uc010xfl.2/26251, intron 1 of 1)",18,77623668,77659816,36149,1,"26251",19243,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
-"chrX",101771986,101772051,66,"*","Promoter (<=1kb)",23,101768610,101771699,3090,2,"11013",-287,"ENSG00000158164","TMSB15A","thymosin beta 15a"
-"chr7",130080798,130080915,118,"*","Promoter (<=1kb)",7,130033612,130081051,47440,2,"95681",136,"ENSG00000106477","CEP41","centrosomal protein 41kDa"
-"chr1",59369108,59369261,154,"*","Distal Intergenic",1,59250823,59365384,114562,1,"100131060",118285,"ENSG00000234807","LINC01135","long intergenic non-protein coding RNA 1135"
-"chr12",54359712,54359713,2,"*","Intron (uc009zne.4/100124700, intron 2 of 5)",12,54366910,54370203,3294,1,"3227",-7197,"ENSG00000123388","HOXC11","homeobox C11"
-"chr16",71323367,71323380,14,"*","Promoter (<=1kb)",16,71316203,71323513,7311,2,"55783",133,"ENSG00000180917","CMTR2","cap methyltransferase 2"
-"chr4",2263638,2263672,35,"*","Promoter (<=1kb)",4,2249160,2263739,14580,2,"10608",67,"ENSG00000123933","MXD4","MAX dimerization protein 4"
-"chr5",1222799,1223119,321,"*","Promoter (2-3kb)",5,1225470,1246304,20835,1,"348932",-2351,"ENSG00000164363","SLC6A18","solute carrier family 6 member 18"
-"chr8",145560507,145560718,212,"*","Promoter (<=1kb)",8,145554454,145559943,5490,2,"83482",-564,"ENSG00000261678","SCRT1","scratch family zinc finger 1"
-"chr16",12071382,12071766,385,"*","Promoter (<=1kb)",16,12070602,12668146,597545,1,"92017",780,"ENSG00000048471","SNX29","sorting nexin 29"
-"chr16",30381109,30381255,147,"*","Promoter (<=1kb)",16,30368422,30381522,13101,2,"26000",267,"ENSG00000169221","TBC1D10B","TBC1 domain family member 10B"
-"chr1",203156577,203156716,140,"*","Promoter (<=1kb)",1,203148059,203155922,7864,2,"1116",-655,"ENSG00000133048","CHI3L1","chitinase 3 like 1"
-"chr16",1869043,1869158,116,"*","3' UTR",16,1859104,1877195,18092,2,"3029",8037,"ENSG00000063854","HAGH","hydroxyacylglutathione hydrolase"
-"chr19",6424783,6424942,160,"*","Promoter (<=1kb)",19,6413119,6424822,11704,2,"8570",0,"ENSG00000088247","KHSRP","KH-type splicing regulatory protein"
-"chr16",89674804,89674844,41,"*","Distal Intergenic",16,89679716,89704839,25124,1,"1800",-4872,"ENSG00000015413","DPEP1","dipeptidase 1 (renal)"
-"chr19",43979566,43979739,174,"*","Exon (uc010eit.3/653583, exon 10 of 10)",19,43964946,43969831,4886,2,"27076",-9735,"ENSG00000124466","LYPD3","LY6/PLAUR domain containing 3"
-"chr10",118031654,118031864,211,"*","Promoter (1-2kb)",10,117816442,118033126,216685,2,"2674",1262,"ENSG00000151892","GFRA1","GDNF family receptor alpha 1"
-"chr12",133215533,133215947,415,"*","Exon (uc001ukq.1/5426, exon 2 of 11)",12,133195403,133198972,3570,1,"22953",20130,"ENSG00000187848","P2RX2","purinergic receptor P2X 2"
-"chr20",29551422,29551622,201,"*","Distal Intergenic",20,29611879,29653908,42030,1,"284802",-60257,NA,"FRG1BP","FSHD region gene 1 family member B, pseudogene"
-"chr19",4066963,4066983,21,"*","Promoter (<=1kb)",19,4045216,4066816,21601,2,"51341",-147,"ENSG00000178951","ZBTB7A","zinc finger and BTB domain containing 7A"
-"chr16",29857049,29857167,119,"*","Intron (uc002dui.3/9961, intron 11 of 14)",16,29869678,29874578,4901,2,"10423",17411,"ENSG00000103502","CDIPT","CDP-diacylglycerol--inositol 3-phosphatidyltransferase"
-"chr1",156616506,156616512,7,"*","Intron (uc001fpo.3/63827, intron 2 of 7)",1,156611740,156629324,17585,1,"63827",4766,"ENSG00000132692","BCAN","brevican"
-"chr21",46045994,46046183,190,"*","Promoter (<=1kb)",21,46047040,46048295,1256,1,"386676",-857,"ENSG00000221837","KRTAP10-9","keratin associated protein 10-9"
-"chr16",17107562,17107720,159,"*","Distal Intergenic",16,17196181,17564738,368558,2,"64131",457018,"ENSG00000103489","XYLT1","xylosyltransferase I"
-"chr12",34319740,34319822,83,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",144524,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
-"chr13",49001192,49001303,112,"*","Intron (uc001vcb.3/5925, intron 17 of 26)",13,48963707,49018840,55134,2,"10161",17537,"ENSG00000139679","LPAR6","lysophosphatidic acid receptor 6"
-"chr7",156409738,156409788,51,"*","Distal Intergenic",7,156431060,156433348,2289,2,"129790",23560,"ENSG00000182648","C7orf13","chromosome 7 open reading frame 13"
-"chr18",77552354,77552568,215,"*","Distal Intergenic",18,77623668,77659816,36149,1,"26251",-71100,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
-"chr12",4647880,4647961,82,"*","Promoter (<=1kb)",12,4647950,4669213,21264,1,"10635",0,"ENSG00000111247","RAD51AP1","RAD51 associated protein 1"
-"chr12",13044353,13044489,137,"*","Promoter (<=1kb)",12,13043956,13066600,22645,1,"9052",397,"ENSG00000013588","GPRC5A","G protein-coupled receptor class C group 5 member A"
-"chr4",13486251,13486450,200,"*","Promoter (<=1kb)",4,13369347,13485989,116643,2,"9364",-262,"ENSG00000157869","RAB28","RAB28, member RAS oncogene family"
-"chr5",177026869,177026906,38,"*","Promoter (<=1kb)",5,177027119,177037346,10228,1,"11285",-213,"ENSG00000027847","B4GALT7","xylosylprotein beta 1,4-galactosyltransferase, polypeptide 7"
-"chr4",17516445,17516502,58,"*","Promoter (<=1kb)",4,17516788,17528727,11940,1,"645104",-286,"ENSG00000249581","CLRN2","clarin 2"
-"chr6",30434525,30434552,28,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1950955,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr5",131310413,131310623,211,"*","Exon (uc003kvv.2/23305, exon 10 of 31)",5,131142684,131281391,138708,2,"728637",-29022,"ENSG00000164398","MEIKIN","meiotic kinetochore factor"
-"chr16",31044087,31044493,407,"*","Promoter (<=1kb)",16,31044416,31051488,7073,1,"6810",0,"ENSG00000103496","STX4","syntaxin 4"
-"chr5",1777602,1777671,70,"*","Distal Intergenic",5,1798499,1799956,1458,2,"64979",22285,"ENSG00000171421","MRPL36","mitochondrial ribosomal protein L36"
-"chr6",170497869,170497892,24,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",73765,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr15",53097792,53098209,418,"*","Distal Intergenic",15,53049160,53082209,33050,2,"3175",-15583,"ENSG00000169856","ONECUT1","one cut homeobox 1"
-"chr2",172967732,172967747,16,"*","Promoter (<=1kb)",2,172964166,172967478,3313,2,"1746",-254,"ENSG00000115844","DLX2","distal-less homeobox 2"
-"chr12",124810860,124810874,15,"*","Exon (uc010tax.2/9612, exon 9 of 10)",12,124773710,124800570,26861,1,"144347",37150,"ENSG00000178882","FAM101A","family with sequence similarity 101 member A"
-"chr19",21540898,21540987,90,"*","Promoter (<=1kb)",19,21541735,21571384,29650,1,"148203",-748,NA,"ZNF738","zinc finger protein 738"
-"chr6",30124769,30124792,24,"*","Exon (uc003npn.2/10107, exon 5 of 8)",6,28471073,28483570,12498,2,"257202",-1641199,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",27242005,27242044,40,"*","Promoter (1-2kb)",7,27240040,27246130,6091,1,"100316868",1965,NA,"HOTTIP","HOXA distal transcript antisense RNA"
-"chr21",31310872,31311339,468,"*","Promoter (<=1kb)",21,30909254,31312282,403029,2,"2897",943,"ENSG00000171189","GRIK1","glutamate ionotropic receptor kainate type subunit 1"
-"chr3",38496048,38496051,4,"*","Promoter (<=1kb)",3,38495790,38534633,38844,1,"93",258,"ENSG00000114739","ACVR2B","activin A receptor type 2B"
-"chr7",12728890,12729367,478,"*","Promoter (2-3kb)",7,12726452,12730558,4107,1,"10124",2438,"ENSG00000122644","ARL4A","ADP ribosylation factor like GTPase 4A"
-"chr14",101592328,101592480,153,"*","Distal Intergenic",14,101536248,101539273,3026,1,"100507257",56080,"ENSG00000223403","MEG9","maternally expressed 9 (non-protein coding)"
-"chr11",74039060,74039460,401,"*","Downstream (1-2kb)",11,73958546,74022699,64154,2,"283208",-16361,"ENSG00000149380","P4HA3","prolyl 4-hydroxylase subunit alpha 3"
-"chr12",49717017,49717037,21,"*","Promoter (<=1kb)",12,49716971,49725514,8544,1,"10024",46,"ENSG00000135451","TROAP","trophinin associated protein"
-"chr16",22385607,22385614,8,"*","Promoter (<=1kb)",16,22357257,22385938,28682,2,"1039",324,"ENSG00000140743","CDR2","cerebellar degeneration related protein 2"
-"chr2",37458832,37458838,7,"*","Promoter (<=1kb)",2,37458774,37476303,17530,1,"55471",58,"ENSG00000003509","NDUFAF7","NADH:ubiquinone oxidoreductase complex assembly factor 7"
-"chr8",10592118,10592179,62,"*","Intron (uc003wtg.1/uc003wtg.1, intron 1 of 2)",8,10530147,10558103,27957,1,"203076",61971,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
-"chr1",156358066,156358068,3,"*","Distal Intergenic",1,156338980,156355013,16034,1,"57127",19086,"ENSG00000132677","RHBG","Rh family B glycoprotein (gene/pseudogene)"
-"chr16",1224849,1225126,278,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",21608,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr20",32891252,32891265,14,"*","Intron (uc002xaj.3/191, intron 9 of 9)",20,32868071,32899608,31538,2,"191",8343,"ENSG00000101444","AHCY","adenosylhomocysteinase"
-"chr6",52535880,52535895,16,"*","Promoter (<=1kb)",6,52535884,52551385,15502,1,"28978",0,"ENSG00000096092","TMEM14A","transmembrane protein 14A"
-"chr16",75600564,75600717,154,"*","Promoter (<=1kb)",16,75600249,75611779,11531,1,"11345",315,"ENSG00000034713","GABARAPL2","GABA(A) receptor-associated protein like 2"
-"chr2",62423052,62423088,37,"*","Promoter (<=1kb)",2,62423262,62451866,28605,1,"10678",-174,"ENSG00000170340","B3GNT2","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 2"
-"chr1",53990151,53990507,357,"*","Exon (uc001cvr.1/148979, exon 5 of 10)",1,53925072,53933158,8087,1,"63948",65079,"ENSG00000143006","DMRTB1","DMRT like family B with proline rich C-terminal 1"
-"chr18",6920686,6920873,188,"*","Exon (uc002kng.1/400643, exon 6 of 6)",18,6919495,6929868,10374,2,"400643",8995,"ENSG00000265933","LINC00668","long intergenic non-protein coding RNA 668"
-"chr8",67341108,67341294,187,"*","Promoter (<=1kb)",8,67331822,67341212,9391,2,"100505676",0,"ENSG00000246145","RRS1-AS1","RRS1 antisense RNA 1 (head to head)"
-"chr10",640013,640037,25,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",47681,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr13",26796584,26796634,51,"*","Promoter (<=1kb)",13,26706253,26796508,90256,2,"6049",-76,"ENSG00000127870","RNF6","ring finger protein (C3H2C3 type) 6"
-"chr19",18682793,18682889,97,"*","Promoter (<=1kb)",19,18682614,18688270,5657,1,"7311",179,"ENSG00000221983","UBA52","ubiquitin A-52 residue ribosomal protein fusion product 1"
-"chr1",160039921,160039942,22,"*","Promoter (<=1kb)",1,160007257,160040051,32795,2,"3766",109,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
-"chr10",69644351,69644357,7,"*","Promoter (<=1kb)",10,69644427,69678147,33721,1,"23411",-70,"ENSG00000096717","SIRT1","sirtuin 1"
-"chr17",81039699,81039772,74,"*","Promoter (2-3kb)",17,81037567,81052591,15025,1,"284207",2132,"ENSG00000176845","METRNL","meteorin, glial cell differentiation regulator-like"
-"chr20",39657087,39657260,174,"*","Promoter (<=1kb)",20,39657462,39753126,95665,1,"7150",-202,"ENSG00000198900","TOP1","topoisomerase (DNA) I"
-"chr6",33239976,33240018,43,"*","Intron (uc003odp.1/6222, intron 1 of 5)",6,33540323,33548070,7748,2,"578",308052,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr10",127591208,127591222,15,"*","Intron (uc010quk.1/92565, intron 1 of 3)",10,127585108,127698161,113054,1,"92565",6100,"ENSG00000203780","FANK1","fibronectin type III and ankyrin repeat domains 1"
-"chr11",108338114,108338238,125,"*","Promoter (<=1kb)",11,108179246,108338258,159013,2,"160140",20,"ENSG00000166323","C11orf65","chromosome 11 open reading frame 65"
-"chr16",1464612,1464758,147,"*","Promoter (<=1kb)",16,1413206,1464705,51500,2,"64718",0,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr10",26222248,26222250,3,"*","Promoter (<=1kb)",10,26223002,26501465,278464,1,"53904",-752,"ENSG00000095777","MYO3A","myosin IIIA"
-"chr5",43007632,43007799,168,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",11114,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
-"chr6",106553289,106553538,250,"*","Exon (uc003prd.2/639, exon 5 of 7)",6,106534195,106557814,23620,1,"639",19094,"ENSG00000057657","PRDM1","PR domain 1"
-"chr3",122604779,122604848,70,"*","Promoter (<=1kb)",3,122605360,122611263,5904,1,"100129550",-512,"ENSG00000273033","LOC100129550","uncharacterized LOC100129550"
-"chr11",65292939,65293094,156,"*","Promoter (<=1kb)",11,65292548,65306182,13635,1,"57410",391,"ENSG00000142186","SCYL1","SCY1 like pseudokinase 1"
-"chr12",100661520,100661645,126,"*","Promoter (<=1kb)",12,100660955,100733914,72960,1,"55681",565,"ENSG00000136021","SCYL2","SCY1 like pseudokinase 2"
-"chr6",87646876,87646922,47,"*","Promoter (<=1kb)",6,87647024,87726397,79374,1,"3354",-102,"ENSG00000168830","HTR1E","5-hydroxytryptamine receptor 1E"
-"chr9",134731583,134731611,29,"*","Distal Intergenic",9,134452157,134615217,163061,2,"2889",-116366,"ENSG00000107263","RAPGEF1","Rap guanine nucleotide exchange factor 1"
-"chr1",231471030,231471456,427,"*","Promoter (2-3kb)",1,231468482,231473578,5097,2,"149371",2122,"ENSG00000116903","EXOC8","exocyst complex component 8"
-"chr11",59436238,59436644,407,"*","Promoter (<=1kb)",11,59404192,59436511,32320,2,"219988",0,"ENSG00000166889","PATL1","protein associated with topoisomerase II homolog 1 (yeast)"
-"chr19",36001509,36001570,62,"*","Promoter (2-3kb)",19,35988119,36004560,16442,2,"93099",2990,"ENSG00000161249","DMKN","dermokine"
-"chr10",131642886,131642913,28,"*","Promoter (1-2kb)",10,131641563,131641638,76,2,"100422873",-1248,"ENSG00000266676","MIR4297","microRNA 4297"
-"chr11",1260151,1260163,13,"*","Exon (uc009yct.2/727897, exon 26 of 26)",11,1295598,1330892,35295,2,"54472",70729,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr5",112041847,112041869,23,"*","Promoter (1-2kb)",5,112043202,112181936,138735,1,"324",-1333,"ENSG00000134982","APC","adenomatous polyposis coli"
-"chr8",87354766,87354771,6,"*","Promoter (<=1kb)",8,87354994,87480178,125185,1,"11059",-223,"ENSG00000123124","WWP1","WW domain containing E3 ubiquitin protein ligase 1"
-"chrX",109561524,109561549,26,"*","Intron (uc004eoq.3/9949, intron 6 of 7)",23,109602044,109699562,97519,1,"57529",-40495,"ENSG00000243978","RGAG1","retrotransposon gag domain containing 1"
-"chrX",118107997,118108458,462,"*","Promoter (<=1kb)",23,118108713,118151949,43237,1,"79836",-255,"ENSG00000175556","LONRF3","LON peptidase N-terminal domain and ring finger 3"
-"chr1",205313385,205313575,191,"*","5' UTR",1,205305193,205326218,21026,2,"55220",12643,"ENSG00000162873","KLHDC8A","kelch domain containing 8A"
-"chr16",19896346,19896461,116,"*","Promoter (<=1kb)",16,19869820,19896832,27013,2,"51704",371,"ENSG00000167191","GPRC5B","G protein-coupled receptor class C group 5 member B"
-"chr19",13227176,13227180,5,"*","Promoter (<=1kb)",19,13215714,13227563,11850,2,"55621",383,"ENSG00000104907","TRMT1","tRNA methyltransferase 1"
-"chr14",23451676,23451694,19,"*","Promoter (<=1kb)",14,23440410,23451848,11439,2,"84962",154,"ENSG00000129474","AJUBA","ajuba LIM protein"
-"chr16",31072166,31073034,869,"*","3' UTR",16,31072164,31085641,13478,2,"79759",12607,"ENSG00000167394","ZNF668","zinc finger protein 668"
-"chr2",223164587,223164747,161,"*","Promoter (<=1kb)",2,223064606,223163715,99110,2,"5077",-872,"ENSG00000135903","PAX3","paired box 3"
-"chr22",18958135,18958268,134,"*","Promoter (<=1kb)",22,18958011,19018742,60732,1,"26220",124,"ENSG00000237517","DGCR5","DiGeorge syndrome critical region gene 5 (non-protein coding)"
-"chr3",49466537,49466612,76,"*","Promoter (<=1kb)",3,49459766,49466757,6992,2,"84276",145,"ENSG00000145029","NICN1","nicolin 1"
-"chr8",145004144,145004388,245,"*","Exon (uc003zab.1/5339, exon 21 of 32)",8,145019359,145019447,89,2,"724031",15059,"ENSG00000207574","MIR661","microRNA 661"
-"chr1",155145515,155145555,41,"*","Promoter (<=1kb)",1,155145421,155157447,12027,1,"80128",94,"ENSG00000163462","TRIM46","tripartite motif containing 46"
-"chr1",202182417,202182603,187,"*","Intron (uc001gxu.3/59352, intron 1 of 17)",1,202163118,202288889,125772,1,"59352",19299,"ENSG00000133067","LGR6","leucine-rich repeat containing G protein-coupled receptor 6"
-"chr16",6696174,6696189,16,"*","Intron (uc002cyr.1/54715, intron 2 of 11)",16,6069132,7763340,1694209,1,"54715",627042,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
-"chr19",31841113,31841271,159,"*","Promoter (<=1kb)",19,31765851,31840190,74340,2,"57616",-923,"ENSG00000121297","TSHZ3","teashirt zinc finger homeobox 3"
-"chr2",23608927,23609183,257,"*","Promoter (<=1kb)",2,23608298,23931483,323186,1,"114818",629,"ENSG00000119771","KLHL29","kelch like family member 29"
-"chrX",70752888,70752964,77,"*","Promoter (<=1kb)",23,70752912,70795747,42836,1,"8473",0,"ENSG00000147162","OGT","O-linked N-acetylglucosamine (GlcNAc) transferase"
-"chr1",26560484,26560494,11,"*","Promoter (<=1kb)",1,26560693,26605299,44607,1,"64793",-199,"ENSG00000130695","CEP85","centrosomal protein 85kDa"
-"chr20",39319278,39319540,263,"*","Promoter (1-2kb)",20,39314517,39317876,3360,2,"9935",-1402,"ENSG00000204103","MAFB","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog B"
-"chr16",86555102,86555195,94,"*","Distal Intergenic",16,86544133,86548070,3938,1,"2294",10969,"ENSG00000103241","FOXF1","forkhead box F1"
-"chr6",24358633,24358683,51,"*","Promoter (1-2kb)",6,24357131,24358512,1382,1,"353219",1502,"ENSG00000146049","KAAG1","kidney associated antigen 1"
-"chr7",1272207,1272325,119,"*","Promoter (<=1kb)",7,1272654,1276613,3960,1,"340260",-329,"ENSG00000164853","UNCX","UNC homeobox"
-"chr3",50378529,50378616,88,"*","Promoter (<=1kb)",3,50367217,50378367,11151,2,"11186",-162,"ENSG00000068028","RASSF1","Ras association domain family member 1"
-"chr6",25882280,25882354,75,"*","Distal Intergenic",6,25845328,25874471,29144,2,"10786",-7809,"ENSG00000124564","SLC17A3","solute carrier family 17 member 3"
-"chr8",142200044,142200140,97,"*","Intron (uc003yvy.3/22898, intron 19 of 22)",8,142138720,142205906,67187,1,"22898",61324,"ENSG00000105339","DENND3","DENN domain containing 3"
-"chr2",122288134,122288280,147,"*","Promoter (<=1kb)",2,122288456,122288585,130,1,"100151683",-176,"ENSG00000264229","RNU4ATAC","RNA, U4atac small nuclear (U12-dependent splicing)"
-"chr10",71389876,71389896,21,"*","Promoter (<=1kb)",10,71390003,71393355,3353,1,"219738",-107,"ENSG00000171224","C10orf35","chromosome 10 open reading frame 35"
-"chr11",118901768,118901842,75,"*","Promoter (<=1kb)",11,118895061,118901616,6556,2,"2542",-152,"ENSG00000137700","SLC37A4","solute carrier family 37 member 4"
-"chr17",65713541,65713858,318,"*","Promoter (<=1kb)",17,65714061,65740266,26206,1,"25926",-203,"ENSG00000130935","NOL11","nucleolar protein 11"
-"chr22",21997043,21997331,289,"*","Promoter (<=1kb)",22,21996542,21998588,2047,1,"23753",501,"ENSG00000128228","SDF2L1","stromal cell derived factor 2 like 1"
-"chr19",50836561,50836862,302,"*","Intron (uc002prv.5/7376, intron 1 of 13)",19,50832949,50886285,53337,1,"7376",3612,"ENSG00000131408","NR1H2","nuclear receptor subfamily 1 group H member 2"
-"chr2",60781129,60781169,41,"*","Promoter (<=1kb)",2,60678302,60780633,102332,2,"53335",-496,"ENSG00000119866","BCL11A","B-cell CLL/lymphoma 11A"
-"chr6",34216880,34216901,22,"*","Promoter (<=1kb)",6,34214157,34216904,2748,2,"221491",3,"ENSG00000186577","C6orf1","chromosome 6 open reading frame 1"
-"chr6",80713632,80714000,369,"*","Promoter (<=1kb)",6,80714322,80752244,37923,1,"7272",-322,"ENSG00000112742","TTK","TTK protein kinase"
-"chr6",139564109,139564167,59,"*","Exon (uc021zfy.1/167838, exon 10 of 10)",6,139561199,139613208,52010,2,"167838",49041,"ENSG00000164440","TXLNB","taxilin beta"
-"chr20",44441064,44441076,13,"*","Promoter (<=1kb)",20,44441255,44445596,4342,1,"11065",-179,"ENSG00000175063","UBE2C","ubiquitin conjugating enzyme E2C"
-"chr16",29188606,29188796,191,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29086163,29128038,41876,1,"653390",102443,"ENSG00000103472","RRN3P2","RRN3 homolog, RNA polymerase I transcription factor pseudogene 2"
-"chr1",155225337,155225354,18,"*","Promoter (<=1kb)",1,155216996,155225274,8279,2,"10712",-63,"ENSG00000160767","FAM189B","family with sequence similarity 189 member B"
-"chr8",145180355,145180496,142,"*","Distal Intergenic",8,145192672,145440828,248157,1,"51236",-12176,"ENSG00000235173","HGH1","HGH1 homolog"
-"chr11",2156561,2156694,134,"*","Promoter (1-2kb)",11,2155364,2155439,76,2,"619552",-1122,NA,"MIR483","microRNA 483"
-"chr10",87403681,87403707,27,"*","Intron (uc010qmf.1/2894, intron 3 of 8)",10,87337488,87366972,29485,1,"100507470",66193,"ENSG00000234942","GRID1-AS1","GRID1 antisense RNA 1"
-"chr16",3265180,3265396,217,"*","Promoter (<=1kb)",16,3265562,3266546,985,1,"26184",-166,"ENSG00000203581","OR1F2P","olfactory receptor family 1 subfamily F member 2 pseudogene"
-"chr10",530666,530805,140,"*","Exon (uc009xhk.1/22982, exon 1 of 4)",10,687629,687718,90,2,"100847086",156913,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr6",32374184,32374706,523,"*","Intron (uc003obg.1/56244, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",182907,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",39823312,39823448,137,"*","Intron (uc010wfs.2/3728, intron 5 of 8)",17,39845127,39847898,2772,1,"10209",-21679,"ENSG00000173812","EIF1","eukaryotic translation initiation factor 1"
-"chr4",1305113,1305282,170,"*","Intron (uc010ibs.1/10296, intron 1 of 4)",4,1283672,1333925,50254,1,"10296",21441,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
-"chr4",1165219,1165511,293,"*","5' UTR",4,1189571,1202750,13180,2,"100130872",37239,NA,"LOC100130872","uncharacterized LOC100130872"
-"chr6",106958340,106958474,135,"*","Promoter (<=1kb)",6,106959305,107018334,59030,1,"202",-831,"ENSG00000112297","AIM1","absent in melanoma 1"
-"chr7",96632729,96632841,113,"*","Promoter (2-3kb)",7,96635290,96640352,5063,1,"1750",-2449,"ENSG00000006377","DLX6","distal-less homeobox 6"
-"chrX",107179273,107179367,95,"*","Distal Intergenic",23,107224094,107225600,1507,2,"56156",46233,"ENSG00000170925","TEX13B","testis expressed 13B"
-"chr1",91172770,91172882,113,"*","Distal Intergenic",1,91177579,91182794,5216,2,"343472",9912,"ENSG00000143032","BARHL2","BarH like homeobox 2"
-"chr12",112857226,112857578,353,"*","Promoter (<=1kb)",12,112856536,112947717,91182,1,"5781",690,"ENSG00000179295","PTPN11","protein tyrosine phosphatase, non-receptor type 11"
-"chr17",43393844,43394337,494,"*","Promoter (<=1kb)",17,43340488,43394414,53927,2,"9020",77,"ENSG00000006062","MAP3K14","mitogen-activated protein kinase kinase kinase 14"
-"chr19",5048645,5048814,170,"*","Intron (uc010xil.1/23030, intron 6 of 11)",19,4969124,5153608,184485,1,"23030",79521,"ENSG00000127663","KDM4B","lysine demethylase 4B"
-"chr16",3333424,3333438,15,"*","Intron (uc010uww.2/10127, intron 1 of 1)",16,3313800,3341459,27660,1,"10127",19624,"ENSG00000006194","ZNF263","zinc finger protein 263"
-"chr16",28996314,28996449,136,"*","Promoter (<=1kb)",16,28995526,29002104,6579,1,"27040",788,"ENSG00000213658","LAT","linker for activation of T-cells"
-"chr6",159639282,159639549,268,"*","Intron (uc010kjv.3/84624, intron 5 of 22)",6,159590429,159693140,102712,1,"84624",48853,"ENSG00000164694","FNDC1","fibronectin type III domain containing 1"
-"chr5",74061951,74062005,55,"*","Promoter (<=1kb)",5,74062816,74072737,9922,1,"10412",-811,"ENSG00000164346","NSA2","NSA2, ribosome biogenesis homolog"
-"chr6",28891292,28891298,7,"*","Exon (uc003nlr.3/5987, exon 1 of 8)",6,28471073,28483570,12498,2,"257202",-407722,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr12",13153416,13153589,174,"*","Promoter (<=1kb)",12,13153376,13157764,4389,1,"93164",40,"ENSG00000183935","HTR7P1","5-hydroxytryptamine receptor 7 pseudogene 1"
-"chr12",54674884,54674987,104,"*","Promoter (<=1kb)",12,54674488,54680872,6385,1,"3178",396,"ENSG00000135486","HNRNPA1","heterogeneous nuclear ribonucleoprotein A1"
-"chr10",114591659,114591685,27,"*","Distal Intergenic",10,114710009,114927436,217428,1,"6934",-118324,"ENSG00000148737","TCF7L2","transcription factor 7 like 2"
-"chr7",76026560,76026648,89,"*","Promoter (<=1kb)",7,76026841,76071388,44548,1,"7784",-193,"ENSG00000188372","ZP3","zona pellucida glycoprotein 3 (sperm receptor)"
-"chr1",156675831,156675902,72,"*","Promoter (<=1kb)",1,156669400,156675608,6209,2,"1382",-223,"ENSG00000143320","CRABP2","cellular retinoic acid binding protein 2"
-"chr4",153857909,153858075,167,"*","Exon (uc003ine.3/uc003ine.3, exon 1 of 2)",4,153864135,153900848,36714,1,"85462",-6060,"ENSG00000137460","FHDC1","FH2 domain containing 1"
-"chr14",106857188,106857312,125,"*","Exon (uc031qqx.1/uc031qqx.1, exon 510 of 5065)",14,106938455,106951529,13075,1,"338005",-81143,"ENSG00000270816","LINC00221","long intergenic non-protein coding RNA 221"
-"chr16",57416121,57416332,212,"*","Exon (uc002eli.3/6376, exon 3 of 3)",16,57406414,57418956,12543,1,"6376",9707,"ENSG00000006210","CX3CL1","C-X3-C motif chemokine ligand 1"
-"chr2",8822690,8823042,353,"*","Promoter (<=1kb)",2,8822113,8824583,2471,1,"3398",577,"ENSG00000115738","ID2","inhibitor of DNA binding 2, HLH protein"
-"chr10",3158662,3158946,285,"*","Intron (uc001igp.3/5214, intron 13 of 21)",10,3183793,3190821,7029,1,"100507034",-24847,"ENSG00000237399","PITRM1-AS1","PITRM1 antisense RNA 1"
-"chr8",145063167,145063169,3,"*","Promoter (1-2kb)",8,145064226,145067583,3358,1,"2907",-1057,"ENSG00000178719","GRINA","glutamate ionotropic receptor NMDA type subunit associated protein 1"
-"chr2",36582883,36583117,235,"*","Promoter (<=1kb)",2,36581892,36582713,822,2,"100288911",-170,NA,"LOC100288911","uncharacterized LOC100288911"
-"chr1",173794059,173794162,104,"*","Promoter (<=1kb)",1,173793797,173827682,33886,1,"55157",262,"ENSG00000117593","DARS2","aspartyl-tRNA synthetase 2, mitochondrial"
-"chr12",57869421,57869490,70,"*","Intron (uc001snz.3/64333, intron 8 of 15)",12,57881077,57911334,30258,1,"4141",-11587,"ENSG00000166986","MARS","methionyl-tRNA synthetase"
-"chr2",98852910,98852938,29,"*","Exon (uc002syk.1/200403, exon 18 of 19)",2,98962618,99015064,52447,1,"1261",-109680,"ENSG00000144191","CNGA3","cyclic nucleotide gated channel alpha 3"
-"chr2",2581305,2581475,171,"*","Distal Intergenic",2,1792885,2335045,542161,2,"23040",-246260,"ENSG00000186487","MYT1L","myelin transcription factor 1 like"
-"chr2",191207242,191207561,320,"*","Promoter (<=1kb)",2,191208196,191236391,28196,1,"3628",-635,"ENSG00000151689","INPP1","inositol polyphosphate-1-phosphatase"
-"chr16",89614873,89615069,197,"*","Intron (uc002fnj.3/6687, intron 12 of 16)",16,89627065,89633237,6173,1,"6137",-11996,"ENSG00000167526","RPL13","ribosomal protein L13"
-"chr16",12354966,12355292,327,"*","Intron (uc002dby.5/92017, intron 14 of 20)",16,12070602,12668146,597545,1,"92017",284364,"ENSG00000048471","SNX29","sorting nexin 29"
-"chr16",89066669,89066778,110,"*","Distal Intergenic",16,88941263,89043504,102242,2,"863",-23165,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
-"chr1",68298432,68298565,134,"*","Promoter (<=1kb)",1,68297971,68668670,370700,1,"100289178",461,"ENSG00000232284","GNG12-AS1","GNG12 antisense RNA 1"
-"chr11",74457145,74457172,28,"*","Promoter (2-3kb)",11,74459913,74553458,93546,1,"254225",-2741,"ENSG00000166439","RNF169","ring finger protein 169"
-"chr2",119602645,119602857,213,"*","Promoter (2-3kb)",2,119599747,119605759,6013,2,"2019",2902,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr20",62575758,62575851,94,"*","Promoter (1-2kb)",20,62573984,62574079,96,2,"693232",-1679,"ENSG00000207554","MIR647","microRNA 647"
-"chr15",53097060,53097247,188,"*","Distal Intergenic",15,53049160,53082209,33050,2,"3175",-14851,"ENSG00000169856","ONECUT1","one cut homeobox 1"
-"chr1",28845165,28845292,128,"*","Intron (uc001bqa.2/1104, intron 4 of 12)",1,28832455,28865708,33254,1,"1104",12710,"ENSG00000180198","RCC1","regulator of chromosome condensation 1"
-"chr4",144435593,144435690,98,"*","Promoter (<=1kb)",4,144434616,144478642,44027,1,"8467",977,"ENSG00000153147","SMARCA5","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 5"
-"chr19",37569302,37569342,41,"*","Promoter (<=1kb)",19,37569382,37620651,51270,1,"147923",-40,"ENSG00000197050","ZNF420","zinc finger protein 420"
-"chr9",77501487,77501645,159,"*","Promoter (1-2kb)",9,77337411,77503010,165600,2,"140803",1365,"ENSG00000119121","TRPM6","transient receptor potential cation channel subfamily M member 6"
-"chr11",8053198,8053358,161,"*","Intron (uc010rbk.2/7275, intron 1 of 11)",11,8040791,8127654,86864,1,"7275",12407,"ENSG00000166402","TUB","tubby bipartite transcription factor"
-"chr16",28877611,28877881,271,"*","Exon (uc002dri.3/25970, exon 4 of 11)",16,28889809,28915830,26022,1,"487",-11928,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
-"chr2",145273249,145273728,480,"*","Intron (uc002tvu.3/9839, intron 8 of 9)",2,145277181,145278465,1285,1,"100303491",-3453,"ENSG00000238057","ZEB2-AS1","ZEB2 antisense RNA 1"
-"chrX",124336888,124336990,103,"*","Distal Intergenic",23,124453969,124456950,2982,1,"100129520",-116979,"ENSG00000282815","TEX13C","TEX13 family member C"
-"chr14",23236577,23236725,149,"*","Promoter (<=1kb)",14,23235731,23240998,5268,1,"5018",846,"ENSG00000155463","OXA1L","oxidase (cytochrome c) assembly 1-like"
-"chr1",3315145,3315281,137,"*","Intron (uc001akc.3/63976, intron 5 of 16)",1,3371147,3397677,26531,1,"27237",-55866,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
-"chr3",101568192,101568198,7,"*","Intron (uc003dvo.3/64332, intron 2 of 12)",3,101546834,101579869,33036,1,"64332",21358,"ENSG00000144802","NFKBIZ","NFKB inhibitor zeta"
-"chr12",58236300,58236712,413,"*","Exon (uc031qib.1/uc031qib.1, exon 2 of 2)",12,58213710,58240747,27038,2,"10106",4035,"ENSG00000175215","CTDSP2","CTD small phosphatase 2"
-"chr5",2743553,2743655,103,"*","Downstream (2-3kb)",5,2746279,2751769,5491,2,"153572",8114,"ENSG00000170561","IRX2","iroquois homeobox 2"
-"chr16",30007184,30007336,153,"*","Promoter (<=1kb)",16,30003642,30007417,3776,2,"8479",81,"ENSG00000149929","HIRIP3","HIRA interacting protein 3"
-"chr16",46461709,46461904,196,"*","Distal Intergenic",16,46503249,46603009,99761,2,"124149",141105,NA,"ANKRD26P1","ankyrin repeat domain 26 pseudogene 1"
-"chr8",10987869,10988069,201,"*","Intron (uc003wtk.1/286046, intron 2 of 2)",8,10753657,11058875,305219,2,"286046",70806,"ENSG00000171044","XKR6","XK related 6"
-"chr1",145610965,145611027,63,"*","Promoter (<=1kb)",1,145611036,145688776,77741,1,"27246",-9,"ENSG00000265491","RNF115","ring finger protein 115"
-"chr16",75018230,75018413,184,"*","Promoter (<=1kb)",16,74907471,75019017,111547,2,"79726",604,"ENSG00000103091","WDR59","WD repeat domain 59"
-"chr4",10147038,10147052,15,"*","Distal Intergenic",4,10075963,10118573,42611,2,"9948",-28465,"ENSG00000071127","WDR1","WD repeat domain 1"
-"chr11",111250304,111250307,4,"*","Promoter (<=1kb)",11,111222981,111250157,27177,2,"5450",-147,"ENSG00000110777","POU2AF1","POU class 2 associating factor 1"
-"chr18",30091235,30091401,167,"*","Promoter (<=1kb)",18,30091626,30094597,2972,1,"441818",-225,"ENSG00000260389","WBP11P1","WW domain binding protein 11 pseudogene 1"
-"chr14",105603389,105603412,24,"*","Distal Intergenic",14,105607318,105635161,27844,2,"3714",31749,"ENSG00000184916","JAG2","jagged 2"
-"chr6",144330162,144330233,72,"*","Promoter (<=1kb)",6,144324034,144329867,5834,2,"57061",-295,NA,"HYMAI","hydatidiform mole associated and imprinted (non-protein coding)"
-"chr3",137480702,137480853,152,"*","Promoter (2-3kb)",3,137483134,137485172,2039,1,"8403",-2281,"ENSG00000168875","SOX14","SRY-box 14"
-"chr5",87971446,87971746,301,"*","Exon (uc003kjg.3/645323, exon 1 of 4)",5,87962671,87962757,87,2,"407047",-8689,"ENSG00000273878","MIR9-2","microRNA 9-2"
-"chr10",75007030,75007105,76,"*","Promoter (<=1kb)",10,75007125,75036742,29618,1,"414245",-20,"ENSG00000227540","DNAJC9-AS1","DNAJC9 antisense RNA 1"
-"chr8",1112707,1112755,49,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",138072,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr10",29698412,29698414,3,"*","Promoter (<=1kb)",10,29698483,29776785,78303,1,"387647",-69,"ENSG00000224597","PTCHD3P1","patched domain containing 3 pseudogene 1"
-"chr1",201438397,201438462,66,"*","Promoter (<=1kb)",1,201434607,201438299,3693,2,"23612",-98,"ENSG00000174307","PHLDA3","pleckstrin homology like domain family A member 3"
-"chr5",83678957,83679123,167,"*","Promoter (1-2kb)",5,83238126,83680611,442486,2,"10085",1488,"ENSG00000164176","EDIL3","EGF like repeats and discoidin domains 3"
-"chr10",46222224,46222474,251,"*","Promoter (<=1kb)",10,46222648,46288412,65765,1,"253725",-174,"ENSG00000172661","FAM21C","family with sequence similarity 21 member C"
-"chr20",61151419,61151424,6,"*","Promoter (<=1kb)",20,61151513,61151583,71,1,"406904",-89,"ENSG00000199017","MIR1-1","microRNA 1-1"
-"chr11",113143664,113143682,19,"*","Promoter (<=1kb)",11,113140254,113144623,4370,2,"100288346",941,"ENSG00000227487","NCAM1-AS1","NCAM1 antisense RNA1"
-"chr4",113430381,113430608,228,"*","Distal Intergenic",4,113434672,113437328,2657,2,"63973",6720,"ENSG00000178403","NEUROG2","neurogenin 2"
-"chr11",3186146,3186501,356,"*","Promoter (1-2kb)",11,3108346,3187969,79624,2,"114879",1468,"ENSG00000021762","OSBPL5","oxysterol binding protein like 5"
-"chr1",47999516,47999856,341,"*","Distal Intergenic",1,47901689,47906363,4675,1,"2306",97827,"ENSG00000186564","FOXD2","forkhead box D2"
-"chr18",11908755,11908763,9,"*","Promoter (<=1kb)",18,11883472,11908796,25325,2,"65258",33,"ENSG00000154889","MPPE1","metallophosphoesterase 1"
-"chr19",56444163,56444551,389,"*","Promoter (<=1kb)",19,56407311,56443702,36392,2,"126204",-461,"ENSG00000173572","NLRP13","NLR family, pyrin domain containing 13"
-"chr17",76497386,76497868,483,"*","Exon (uc031reo.1/100996295, exon 6 of 6)",17,76480992,76499138,18147,1,"100996295",16394,NA,"DNAH17-AS1","DNAH17 antisense RNA 1"
-"chr1",119683198,119683285,88,"*","Promoter (<=1kb)",1,119573839,119683295,109457,2,"10352",10,"ENSG00000116874","WARS2","tryptophanyl tRNA synthetase 2, mitochondrial"
-"chr2",84686387,84686570,184,"*","Promoter (<=1kb)",2,84650647,84686586,35940,2,"8802",16,"ENSG00000163541","SUCLG1","succinate-CoA ligase, alpha subunit"
-"chr15",66795547,66795689,143,"*","Promoter (<=1kb)",15,66795583,66795652,70,2,"595098",0,"ENSG00000200623","SNORD18A","small nucleolar RNA, C/D box 18A"
-"chr16",4034250,4034263,14,"*","Intron (uc002cvx.3/115, intron 5 of 10)",16,3775056,3930121,155066,2,"1387",-104129,"ENSG00000005339","CREBBP","CREB binding protein"
-"chr6",166720092,166720114,23,"*","Promoter (1-2kb)",6,166719168,166721871,2704,2,"285800",1757,"ENSG00000176381","PRR18","proline rich 18"
-"chr8",141110699,141110852,154,"*","Intron (uc003yvj.2/83696, intron 6 of 22)",8,140742586,141468678,726093,2,"83696",357826,"ENSG00000167632","TRAPPC9","trafficking protein particle complex 9"
-"chr1",32827968,32828057,90,"*","Promoter (<=1kb)",1,32827862,32829924,2063,1,"81629",106,"ENSG00000162526","TSSK3","testis specific serine kinase 3"
-"chr14",101520121,101520412,292,"*","Promoter (<=1kb)",14,101520643,101520718,76,1,"494331",-231,NA,"MIR382","microRNA 382"
-"chr3",53926053,53926108,56,"*","Promoter (<=1kb)",3,53919226,53925989,6764,2,"58515",-64,"ENSG00000113811","SELK","selenoprotein K"
-"chr4",1736197,1736385,189,"*","Intron (uc010ibz.3/10460, intron 6 of 9)",4,1723217,1746905,23689,1,"10460",12980,"ENSG00000013810","TACC3","transforming acidic coiled-coil containing protein 3"
-"chr11",110582910,110582946,37,"*","Promoter (<=1kb)",11,110447759,110583912,136154,2,"57569",966,"ENSG00000137727","ARHGAP20","Rho GTPase activating protein 20"
-"chr12",117407922,117408122,201,"*","Intron (uc001twf.1/26259, intron 5 of 10)",12,117348761,117468953,120193,1,"26259",59161,"ENSG00000174989","FBXW8","F-box and WD repeat domain containing 8"
-"chr6",28744038,28744196,159,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-260468,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr13",46287862,46288117,256,"*","Exon (uc001van.1/220082, exon 3 of 3)",13,46276446,46288693,12248,1,"220082",11416,"ENSG00000174015","SPERT","spermatid associated"
-"chr2",136577255,136577274,20,"*","Promoter (<=1kb)",2,136577761,136580657,2897,1,"100507600",-487,"ENSG00000226806","LOC100507600","uncharacterized LOC100507600"
-"chr6",156718240,156718398,159,"*","Distal Intergenic",6,157099064,157531913,432850,1,"57492",-380666,"ENSG00000049618","ARID1B","AT-rich interaction domain 1B"
-"chr2",219262192,219262261,70,"*","Promoter (<=1kb)",2,219263061,219270664,7604,1,"58190",-800,"ENSG00000144579","CTDSP1","CTD small phosphatase 1"
-"chr10",118563127,118563228,102,"*","Intron (uc001lcu.3/259217, intron 12 of 13)",10,118609023,118642112,33090,1,"387712",-45795,"ENSG00000188316","ENO4","enolase family member 4"
-"chr1",38471572,38471629,58,"*","Promoter (<=1kb)",1,38462442,38471187,8746,2,"2275",-385,"ENSG00000183386","FHL3","four and a half LIM domains 3"
-"chrX",133680446,133680463,18,"*","Promoter (<=1kb)",23,133680358,133680428,71,2,"574506",-18,"ENSG00000208005","MIR503","microRNA 503"
-"chr14",55033982,55034288,307,"*","Promoter (<=1kb)",14,55034330,55260033,225704,1,"23034",-42,"ENSG00000020577","SAMD4A","sterile alpha motif domain containing 4A"
-"chr5",75013442,75013544,103,"*","Promoter (<=1kb)",5,74970024,75013313,43290,2,"134359",-129,"ENSG00000152359","POC5","POC5 centriolar protein"
-"chr12",74565068,74565515,448,"*","Intron (uc009zrx.3/100507377, intron 3 of 6)",12,74526956,74686411,159456,2,"100507377",120896,"ENSG00000251138","LOC100507377","uncharacterized LOC100507377"
-"chr20",44993182,44993218,37,"*","Promoter (<=1kb)",20,44978177,44993064,14888,2,"51006",-118,"ENSG00000080189","SLC35C2","solute carrier family 35 member C2"
-"chr7",936408,936591,184,"*","Downstream (<1kb)",7,891587,936071,44485,1,"51608",44821,"ENSG00000239857","GET4","golgi to ER traffic protein 4"
-"chr1",211307178,211307217,40,"*","Promoter (<=1kb)",1,210851657,211307457,455801,2,"3756",240,"ENSG00000143473","KCNH1","potassium voltage-gated channel subfamily H member 1"
-"chr11",64146776,64146822,47,"*","Distal Intergenic",11,64136074,64136175,102,1,"100302280",10702,"ENSG00000221273","MIR1237","microRNA 1237"
-"chr13",112761533,112761740,208,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",39620,"ENSG00000182968","SOX1","SRY-box 1"
-"chr10",15077470,15077929,460,"*","Intron (uc010qby.1/414149, intron 5 of 7)",10,15085895,15115851,29957,1,"55301",-7966,"ENSG00000152463","OLAH","oleoyl-ACP hydrolase"
-"chr10",102996523,102996750,228,"*","Intron (uc010qpy.2/399806, intron 2 of 2)",10,102989351,102998616,9266,1,"399806",7172,NA,"LBX1-AS1","LBX1 antisense RNA 1 (head to head)"
-"chr1",102700608,102700639,32,"*","Distal Intergenic",1,102268127,102462790,194664,2,"118427",-237818,"ENSG00000118733","OLFM3","olfactomedin 3"
-"chr14",68086459,68086501,43,"*","Promoter (<=1kb)",14,68086579,68118436,31858,1,"384",-78,"ENSG00000081181","ARG2","arginase 2"
-"chr7",158179265,158179627,363,"*","Intron (uc011kwa.2/5799, intron 21 of 22)",7,158325410,158325505,96,2,"693180",145878,"ENSG00000207637","MIR595","microRNA 595"
-"chr7",22539693,22539820,128,"*","Promoter (<=1kb)",7,22459063,22539901,80839,2,"256227",81,"ENSG00000105889","STEAP1B","STEAP family member 1B"
-"chr9",129375847,129375945,99,"*","Promoter (<=1kb)",9,129376722,129463311,86590,1,"4010",-777,"ENSG00000136944","LMX1B","LIM homeobox transcription factor 1 beta"
-"chr19",13262683,13262847,165,"*","Promoter (1-2kb)",19,13261282,13265718,4437,1,"9592",1401,"ENSG00000160888","IER2","immediate early response 2"
-"chr1",33429733,33429891,159,"*","Promoter (<=1kb)",1,33402050,33430286,28237,2,"127544",395,"ENSG00000116514","RNF19B","ring finger protein 19B"
-"chr2",183580475,183580526,52,"*","Promoter (<=1kb)",2,183580768,183644750,63983,1,"54431",-242,"ENSG00000077232","DNAJC10","DnaJ heat shock protein family (Hsp40) member C10"
-"chr6",33996522,33996580,59,"*","Intron (uc003oio.4/2914, intron 2 of 7)",6,33967749,33967828,80,2,"100302123",-28694,"ENSG00000221697","MIR1275","microRNA 1275"
-"chr20",524243,524296,54,"*","Promoter (<=1kb)",20,463338,524482,61145,2,"1457",186,"ENSG00000101266","CSNK2A1","casein kinase 2 alpha 1"
-"chrX",48937649,48937814,166,"*","Promoter (<=1kb)",23,48928818,48937564,8747,2,"11230",-85,"ENSG00000243279","PRAF2","PRA1 domain family member 2"
-"chr19",48018582,48018583,2,"*","Promoter (<=1kb)",19,47990891,48018515,27625,2,"8775",-67,"ENSG00000105402","NAPA","NSF attachment protein alpha"
-"chr11",44927766,44927784,19,"*","Intron (uc001mye.4/90139, intron 2 of 8)",11,44953899,44972857,18959,2,"9537",45073,"ENSG00000175274","TP53I11","tumor protein p53 inducible protein 11"
-"chr1",14075958,14076243,286,"*","5' UTR",1,14026735,14151574,124840,1,"7799",49223,"ENSG00000116731","PRDM2","PR domain 2"
-"chr6",30710447,30710455,9,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1847158,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr3",128211638,128212269,632,"*","Promoter (<=1kb)",3,128198265,128212030,13766,2,"2624",0,"ENSG00000179348","GATA2","GATA binding protein 2"
-"chr14",103969354,103969487,134,"*","Exon (uc001ymw.4/4140, exon 16 of 16)",14,103985995,103989196,3202,2,"1152",19709,"ENSG00000166165","CKB","creatine kinase, brain"
-"chr1",27874382,27874478,97,"*","Exon (uc009vsy.3/27245, exon 6 of 7)",1,27860756,27930361,69606,2,"27245",55883,"ENSG00000126705","AHDC1","AT-hook DNA binding motif containing 1"
-"chr7",150554626,150554867,242,"*","Exon (uc003why.1/26, exon 3 of 6)",7,150526069,150558379,32311,1,"26",28557,"ENSG00000002726","AOC1","amine oxidase, copper containing 1"
-"chr22",26895403,26895530,128,"*","Exon (uc003acr.2/24144, exon 8 of 14)",22,26887894,26908437,20544,2,"24144",12907,"ENSG00000100109","TFIP11","tuftelin interacting protein 11"
-"chr1",26856574,26856648,75,"*","Promoter (<=1kb)",1,26856249,26901520,45272,1,"6195",325,"ENSG00000117676","RPS6KA1","ribosomal protein S6 kinase A1"
-"chr13",53774169,53774311,143,"*","Distal Intergenic",13,53602876,53626196,23321,1,"10562",171293,"ENSG00000102837","OLFM4","olfactomedin 4"
-"chr14",62584278,62584465,188,"*","Promoter (<=1kb)",14,62584075,62600903,16829,1,"646113",203,NA,"LINC00643","long intergenic non-protein coding RNA 643"
-"chr2",196521508,196521673,166,"*","Promoter (<=1kb)",2,196521532,196602426,80895,1,"57181",0,"ENSG00000196950","SLC39A10","solute carrier family 39 member 10"
-"chr8",116679763,116679830,68,"*","Promoter (1-2kb)",8,116420724,116681228,260505,2,"7227",1398,"ENSG00000104447","TRPS1","transcriptional repressor GATA binding 1"
-"chr10",131989607,131989736,130,"*","Distal Intergenic",10,131934639,131982785,48147,1,"10539",54968,"ENSG00000108010","GLRX3","glutaredoxin 3"
-"chr12",28128551,28128567,17,"*","Distal Intergenic",12,28111017,28124916,13900,2,"5744",-3635,"ENSG00000087494","PTHLH","parathyroid hormone-like hormone"
-"chr2",170440771,170440905,135,"*","Promoter (<=1kb)",2,170440850,170494254,53405,1,"9360",0,"ENSG00000138398","PPIG","peptidylprolyl isomerase G"
-"chr1",205473356,205473547,192,"*","Promoter (<=1kb)",1,205473684,205501921,28238,1,"5129",-137,"ENSG00000117266","CDK18","cyclin-dependent kinase 18"
-"chr15",94346800,94346887,88,"*","Intron (uc002bte.1/uc002bte.1, intron 1 of 4)",15,94774801,95027181,252381,1,"55784",-427914,"ENSG00000140563","MCTP2","multiple C2 domains, transmembrane 2"
-"chr3",32726557,32726591,35,"*","Promoter (<=1kb)",3,32726637,32815367,88731,1,"25904",-46,"ENSG00000182973","CNOT10","CCR4-NOT transcription complex subunit 10"
-"chr3",75410699,75410741,43,"*","Distal Intergenic",3,75470703,75484266,13564,2,"692099",73525,"ENSG00000244026","FAM86DP","family with sequence similarity 86, member D, pseudogene"
-"chr1",29508578,29508594,17,"*","Promoter (<=1kb)",1,29474250,29508637,34388,2,"6429",43,"ENSG00000116350","SRSF4","serine/arginine-rich splicing factor 4"
-"chr1",43832916,43832951,36,"*","Promoter (<=1kb)",1,43829068,43833745,4678,2,"64834",794,"ENSG00000066322","ELOVL1","ELOVL fatty acid elongase 1"
-"chr3",9811407,9811419,13,"*","Promoter (<=1kb)",3,9799029,9811668,12640,2,"8536",249,"ENSG00000134072","CAMK1","calcium/calmodulin-dependent protein kinase I"
-"chr3",50304186,50304202,17,"*","Promoter (<=1kb)",3,50305040,50314572,9533,1,"7869",-838,"ENSG00000012171","SEMA3B","semaphorin 3B"
-"chr6",33232644,33232750,107,"*","Exon (uc003odm.1/6293, exon 13 of 20)",6,33540323,33548070,7748,2,"578",315320,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",31091608,31091654,47,"*","Exon (uc002eap.3/9726, exon 2 of 3)",16,31085743,31094833,9091,1,"9726",5865,"ENSG00000167395","ZNF646","zinc finger protein 646"
-"chr1",22264166,22264515,350,"*","Promoter (<=1kb)",1,22148737,22263750,115014,2,"3339",-416,"ENSG00000142798","HSPG2","heparan sulfate proteoglycan 2"
-"chr11",64009651,64009745,95,"*","Promoter (1-2kb)",11,64008413,64011607,3195,1,"2286",1238,"ENSG00000173486","FKBP2","FK506 binding protein 2"
-"chr12",103359273,103359368,96,"*","Distal Intergenic",12,103351452,103354294,2843,1,"429",7821,"ENSG00000139352","ASCL1","achaete-scute family bHLH transcription factor 1"
-"chr10",133930730,133930978,249,"*","Exon (uc001lkx.4/282973, exon 2 of 24)",10,133918313,133998313,80001,1,"282973",12417,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
-"chr10",126688639,126688744,106,"*","Intron (uc001lid.4/1488, intron 6 of 8)",10,126721352,126721439,88,2,"100423041",32695,"ENSG00000264572","MIR4296","microRNA 4296"
-"chr17",33787354,33787451,98,"*","Distal Intergenic",17,33762115,33775856,13742,2,"146857",-11498,"ENSG00000154760","SLFN13","schlafen family member 13"
-"chr10",97802997,97803000,4,"*","Promoter (<=1kb)",10,97803159,97820625,17467,1,"54619",-159,"ENSG00000107443","CCNJ","cyclin J"
-"chr19",38794587,38794664,78,"*","Promoter (<=1kb)",19,38794804,38795646,843,1,"64073",-140,"ENSG00000167644","C19orf33","chromosome 19 open reading frame 33"
-"chr11",82996473,82996731,259,"*","Promoter (<=1kb)",11,82972502,82997414,24913,2,"60492",683,"ENSG00000137500","CCDC90B","coiled-coil domain containing 90B"
-"chr11",6191393,6191635,243,"*","Promoter (<=1kb)",11,6190585,6191556,972,2,"255725",0,"ENSG00000255307","OR52B2","olfactory receptor family 52 subfamily B member 2"
-"chr1",36553529,36553731,203,"*","Promoter (<=1kb)",1,36554453,36559533,5081,1,"54936",-722,"ENSG00000116863","ADPRHL2","ADP-ribosylhydrolase like 2"
-"chr14",103569292,103569349,58,"*","Promoter (2-3kb)",14,103566481,103576894,10414,1,"91828",2811,"ENSG00000205436","EXOC3L4","exocyst complex component 3 like 4"
-"chr11",415430,415457,28,"*","Promoter (1-2kb)",11,405716,417397,11682,2,"59307",1940,"ENSG00000185187","SIGIRR","single immunoglobulin and toll-interleukin 1 receptor (TIR) domain"
-"chr15",50647570,50647576,7,"*","Promoter (<=1kb)",15,50569389,50647605,78217,2,"2553",29,"ENSG00000104064","GABPB1","GA binding protein transcription factor beta subunit 1"
-"chr3",50492698,50492818,121,"*","Intron (uc003dap.3/9254, intron 36 of 37)",3,50400231,50540892,140662,2,"9254",48074,"ENSG00000007402","CACNA2D2","calcium voltage-gated channel auxiliary subunit alpha2delta 2"
-"chr5",219137,219334,198,"*","Promoter (<=1kb)",5,218356,256814,38459,1,"6389",781,"ENSG00000073578","SDHA","succinate dehydrogenase complex flavoprotein subunit A"
-"chr5",112073686,112073769,84,"*","Intron (uc011cvt.2/324, intron 1 of 13)",5,112043202,112181936,138735,1,"324",30484,"ENSG00000134982","APC","adenomatous polyposis coli"
-"chr22",46263415,46263430,16,"*","Distal Intergenic",22,46156404,46156478,75,1,"100616253",107011,"ENSG00000264160","MIR4762","microRNA 4762"
-"chr3",52487733,52488037,305,"*","Promoter (<=1kb)",3,52485107,52488057,2951,2,"7134",20,"ENSG00000114854","TNNC1","troponin C1, slow skeletal and cardiac type"
-"chr2",152685118,152685130,13,"*","Promoter (<=1kb)",2,152645592,152685009,39418,2,"26225",-109,"ENSG00000162980","ARL5A","ADP ribosylation factor like GTPase 5A"
-"chr7",156782563,156782588,26,"*","Distal Intergenic",7,156786745,156803347,16603,2,"3110",20759,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
-"chr15",85202042,85202358,317,"*","Promoter (<=1kb)",15,85198360,85201802,3443,2,"4828",-240,"ENSG00000197696","NMB","neuromedin B"
-"chr17",38083788,38083955,168,"*","Promoter (<=1kb)",17,38077296,38083884,6589,2,"94103",0,"ENSG00000172057","ORMDL3","ORMDL sphingolipid biosynthesis regulator 3"
-"chr6",30038754,30038791,38,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1555184,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr1",168698301,168698415,115,"*","Promoter (<=1kb)",1,168664695,168698442,33748,2,"1805",27,"ENSG00000143196","DPT","dermatopontin"
-"chr11",132948129,132948196,68,"*","Intron (uc001qgu.3/4978, intron 7 of 7)",11,132284875,133402403,1117529,2,"4978",454207,"ENSG00000183715","OPCML","opioid binding protein/cell adhesion molecule-like"
-"chr5",137801054,137801117,64,"*","Promoter (<=1kb)",5,137801181,137805004,3824,1,"1958",-64,"ENSG00000120738","EGR1","early growth response 1"
-"chr6",167275733,167275761,29,"*","Promoter (<=1kb)",6,166822854,167275771,452918,2,"6196",10,"ENSG00000071242","RPS6KA2","ribosomal protein S6 kinase A2"
-"chr22",45596980,45597019,40,"*","Promoter (<=1kb)",22,45596835,45596900,66,2,"100302149",-80,NA,"MIR1249","microRNA 1249"
-"chr2",228190367,228190660,294,"*","Promoter (<=1kb)",2,228085768,228189902,104135,2,"654841",-465,"ENSG00000236432","LOC654841","uncharacterized LOC654841"
-"chr3",127266751,127266990,240,"*","Distal Intergenic",3,127291907,127309602,17696,2,"131601",42612,"ENSG00000163870","TPRA1","transmembrane protein adipocyte associated 1"
-"chr7",22705331,22705333,3,"*","Distal Intergenic",7,22766766,22771621,4856,1,"3569",-61433,"ENSG00000136244","IL6","interleukin 6"
-"chr19",58715984,58716135,152,"*","Intron (uc010yhu.1/10782, intron 4 of 5)",19,58694396,58724927,30532,1,"10782",21588,"ENSG00000171606","ZNF274","zinc finger protein 274"
-"chr7",150721518,150721602,85,"*","Promoter (<=1kb)",7,150709297,150721586,12290,2,"285973",0,"ENSG00000181652","ATG9B","autophagy related 9B"
-"chr16",928778,928894,117,"*","Intron (uc010bri.2/64788, intron 5 of 7)",16,855443,863861,8419,1,"388199",73335,"ENSG00000167945","PRR25","proline rich 25"
-"chr19",42221191,42221417,227,"*","Exon (uc002orj.1/1048, exon 5 of 9)",19,42212530,42234437,21908,1,"1048",8661,"ENSG00000105388","CEACAM5","carcinoembryonic antigen related cell adhesion molecule 5"
-"chr10",134004931,134005278,348,"*","Intron (uc009ybb.3/10570, intron 2 of 13)",10,134000414,134019280,18867,1,"10570",4517,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
-"chr12",48167491,48167505,15,"*","Promoter (2-3kb)",12,48165370,48176536,11167,1,"55652",2121,"ENSG00000211584","SLC48A1","solute carrier family 48 member 1"
-"chr16",4526820,4526878,59,"*","Promoter (1-2kb)",16,4511695,4524896,13202,2,"57407",-1924,"ENSG00000153406","NMRAL1","NmrA-like family domain containing 1"
-"chr7",33169273,33169422,150,"*","Promoter (<=1kb)",7,33169152,33645680,476529,1,"27241",121,"ENSG00000122507","BBS9","Bardet-Biedl syndrome 9"
-"chr9",129375151,129375311,161,"*","Promoter (1-2kb)",9,129376722,129463311,86590,1,"4010",-1411,"ENSG00000136944","LMX1B","LIM homeobox transcription factor 1 beta"
-"chr5",127420075,127420219,145,"*","Promoter (<=1kb)",5,127419483,127525380,105898,1,"6558",592,"ENSG00000064651","SLC12A2","solute carrier family 12 member 2"
-"chr1",85040110,85040206,97,"*","Promoter (<=1kb)",1,85018804,85040163,21360,2,"1486",0,"ENSG00000117151","CTBS","chitobiase"
-"chr12",99289247,99289451,205,"*","Intron (uc001tgd.2/56899, intron 8 of 10)",12,99039078,99129211,90134,1,"317",250169,"ENSG00000120868","APAF1","apoptotic peptidase activating factor 1"
-"chr10",134065956,134066014,59,"*","Intron (uc001lld.1/282974, intron 11 of 11)",10,134000414,134019280,18867,1,"10570",65542,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
-"chr12",2760899,2760969,71,"*","Exon (uc001qjz.2/775, exon 32 of 47)",12,2785167,2800323,15157,2,"100652846",39354,"ENSG00000246627","CACNA1C-AS1","CACNA1C antisense RNA 1"
-"chr1",220101965,220102043,79,"*","5' UTR",1,219858769,220131989,273221,2,"55532",29946,"ENSG00000196660","SLC30A10","solute carrier family 30 member 10"
-"chr16",1024278,1024642,365,"*","Intron (uc002ckk.2/64788, intron 11 of 11)",16,903635,1031318,127684,2,"64788",6676,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr17",4926898,4926958,61,"*","Exon (uc002gan.2/10749, exon 23 of 23)",17,4901243,4931694,30452,1,"10749",25655,"ENSG00000129250","KIF1C","kinesin family member 1C"
-"chr10",83634926,83635300,375,"*","Promoter (<=1kb)",10,83635070,84746935,1111866,1,"10718",0,"ENSG00000185737","NRG3","neuregulin 3"
-"chr16",29242185,29242315,131,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-60513,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
-"chr2",97174815,97174912,98,"*","Promoter (<=1kb)",2,97163383,97173846,10464,2,"93082",-969,"ENSG00000163121","NEURL3","neuralized E3 ubiquitin protein ligase 3"
-"chr19",51165393,51165404,12,"*","Exon (uc002psw.1/50944, exon 9 of 9)",19,51152702,51162567,9866,1,"342918",12691,"ENSG00000235034","C19orf81","chromosome 19 open reading frame 81"
-"chr2",187454299,187454551,253,"*","Promoter (<=1kb)",2,187454790,187545629,90840,1,"3685",-239,"ENSG00000138448","ITGAV","integrin subunit alpha V"
-"chr18",11149020,11149435,416,"*","Promoter (<=1kb)",18,10670244,11148761,478518,2,"63895",-259,"ENSG00000154864","PIEZO2","piezo type mechanosensitive ion channel component 2"
-"chr2",200136966,200137062,97,"*","Exon (uc010fsq.2/23314, exon 7 of 7)",2,200332821,200337481,4661,1,"150538",-195759,"ENSG00000225953","SATB2-AS1","SATB2 antisense RNA 1"
-"chr3",71804139,71804142,4,"*","Promoter (<=1kb)",3,71728440,71803924,75485,2,"317649",-215,"ENSG00000163412","EIF4E3","eukaryotic translation initiation factor 4E family member 3"
-"chr1",55107291,55107373,83,"*","Promoter (<=1kb)",1,55107427,55208328,100902,1,"100527960",-54,"ENSG00000271723","MROH7-TTC4","MROH7-TTC4 readthrough (NMD candidate)"
-"chr1",184006765,184006768,4,"*","Promoter (<=1kb)",1,183898796,184006878,108083,2,"23127",110,"ENSG00000198756","COLGALT2","collagen beta(1-O)galactosyltransferase 2"
-"chr9",976645,976947,303,"*","Promoter (<=1kb)",9,976968,991732,14765,1,"58524",-21,"ENSG00000064218","DMRT3","doublesex and mab-3 related transcription factor 3"
-"chr19",54040726,54040765,40,"*","Intron (uc002qbx.1/55422, intron 2 of 6)",19,54024177,54083523,59347,1,"55422",16549,"ENSG00000130844","ZNF331","zinc finger protein 331"
-"chr6",29576422,29576770,349,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1092852,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",23521756,23521898,143,"*","Promoter (<=1kb)",16,23474863,23521815,46953,2,"23062",0,"ENSG00000103365","GGA2","golgi-associated, gamma adaptin ear containing, ARF binding protein 2"
-"chr10",3679014,3679037,24,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3818188,3827473,9286,2,"1316",148436,"ENSG00000067082","KLF6","Kruppel-like factor 6"
-"chr16",672991,673067,77,"*","Intron (uc021szt.1/57799, intron 4 of 6)",16,681012,684116,3105,1,"117166",-7945,"ENSG00000127578","WFIKKN1","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1"
-"chr16",30786672,30786923,252,"*","3' UTR",16,30789770,30798523,8754,2,"23361",11600,"ENSG00000102870","ZNF629","zinc finger protein 629"
-"chr6",6320710,6320889,180,"*","Promoter (<=1kb)",6,6144311,6320924,176614,2,"2162",35,"ENSG00000124491","F13A1","coagulation factor XIII A chain"
-"chr6",43423089,43423424,336,"*","Promoter (<=1kb)",6,43418090,43423786,5697,2,"65989",362,"ENSG00000171462","DLK2","delta-like 2 homolog (Drosophila)"
-"chr16",31154357,31154636,280,"*","Intron (uc010vff.3/146547, intron 7 of 12)",16,31150247,31161415,11169,2,"146547",6779,"ENSG00000178226","PRSS36","protease, serine 36"
-"chr7",120590496,120590537,42,"*","Promoter (<=1kb)",7,120590817,120615711,24895,1,"54556",-280,"ENSG00000071243","ING3","inhibitor of growth family member 3"
-"chr20",43936805,43936933,129,"*","Promoter (<=1kb)",20,43922087,43937169,15083,2,"8785",236,"ENSG00000124159","MATN4","matrilin 4"
-"chr16",67204681,67204807,127,"*","Promoter (<=1kb)",16,67204400,67209640,5241,1,"8996",281,"ENSG00000140939","NOL3","nucleolar protein 3"
-"chr4",123747447,123747485,39,"*","Promoter (<=1kb)",4,123747863,123819390,71528,1,"2247",-378,"ENSG00000138685","FGF2","fibroblast growth factor 2"
-"chr2",232062797,232063174,378,"*","Promoter (<=1kb)",2,232063294,232238606,175313,1,"80210",-120,"ENSG00000135931","ARMC9","armadillo repeat containing 9"
-"chr16",3074442,3074502,61,"*","Promoter (<=1kb)",16,3072626,3074287,1662,2,"54985",-155,"ENSG00000103145","HCFC1R1","host cell factor C1 regulator 1 (XPO1 dependent)"
-"chr16",19127160,19127172,13,"*","Promoter (1-2kb)",16,19125254,19132952,7699,1,"162073",1906,"ENSG00000205730","ITPRIPL2","inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
-"chr2",232646331,232646383,53,"*","Promoter (<=1kb)",2,232646445,232673434,26990,1,"64708",-62,"ENSG00000144524","COPS7B","COP9 signalosome subunit 7B"
-"chr12",69080845,69080850,6,"*","Promoter (<=1kb)",12,69080731,69136473,55743,1,"57122",114,"ENSG00000111581","NUP107","nucleoporin 107kDa"
-"chr13",48878688,48878700,13,"*","Promoter (<=1kb)",13,48877883,49056026,178144,1,"5925",805,"ENSG00000139687","RB1","retinoblastoma 1"
-"chr2",39102989,39103068,80,"*","Promoter (<=1kb)",2,39024876,39103021,78146,2,"90957",0,"ENSG00000163214","DHX57","DEAH-box helicase 57"
-"chr7",129691449,129691953,505,"*","Promoter (<=1kb)",7,129658126,129691233,33108,2,"51530",-216,"ENSG00000091732","ZC3HC1","zinc finger C3HC-type containing 1"
-"chr1",161193933,161193965,33,"*","Promoter (<=1kb)",1,161192083,161193418,1336,2,"336",-515,"ENSG00000158874","APOA2","apolipoprotein A-II"
-"chr11",71814456,71814458,3,"*","Promoter (<=1kb)",11,71808338,71814433,6096,2,"55004",-23,"ENSG00000149357","LAMTOR1","late endosomal/lysosomal adaptor, MAPK and MTOR activator 1"
-"chr15",80216111,80216228,118,"*","Promoter (<=1kb)",15,80191182,80216096,24915,2,"400410",-15,"ENSG00000180953","ST20","suppressor of tumorigenicity 20"
-"chr16",30832385,30832529,145,"*","Distal Intergenic",16,30789770,30798523,8754,2,"23361",-33862,"ENSG00000102870","ZNF629","zinc finger protein 629"
-"chr3",55508379,55508460,82,"*","Exon (uc003dhm.3/7474, exon 3 of 4)",3,55499743,55521670,21928,2,"7474",13210,"ENSG00000114251","WNT5A","wingless-type MMTV integration site family member 5A"
-"chr6",30180737,30180789,53,"*","Intron (uc003nps.3/7726, intron 9 of 9)",6,28471073,28483570,12498,2,"257202",-1697167,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr14",81422050,81422111,62,"*","Promoter (<=1kb)",14,81421869,81612646,190778,1,"7253",181,"ENSG00000165409","TSHR","thyroid stimulating hormone receptor"
-"chr16",2816368,2816725,358,"*","Exon (uc002crj.1/23524, exon 10 of 10)",16,2821415,2827297,5883,2,"6923",10572,"ENSG00000103363","TCEB2","transcription elongation factor B subunit 2"
-"chr17",76834730,76834941,212,"*","Promoter (2-3kb)",17,76791735,76836969,45235,2,"57602",2028,"ENSG00000055483","USP36","ubiquitin specific peptidase 36"
-"chr5",139927110,139927116,7,"*","Promoter (<=1kb)",5,139927251,139929163,1913,1,"8637",-135,"ENSG00000243056","EIF4EBP3","eukaryotic translation initiation factor 4E binding protein 3"
-"chr2",177022914,177023062,149,"*","Distal Intergenic",2,177028805,177037826,9022,1,"3232",-5743,"ENSG00000128652","HOXD3","homeobox D3"
-"chr5",137609787,137610079,293,"*","Promoter (<=1kb)",5,137588069,137610253,22185,2,"2676",174,"ENSG00000146013","GFRA3","GDNF family receptor alpha 3"
-"chr5",157099032,157099149,118,"*","Promoter (<=1kb)",5,157098561,157107162,8602,1,"100190949",471,"ENSG00000187658","C5orf52","chromosome 5 open reading frame 52"
-"chr7",111202457,111202666,210,"*","Promoter (<=1kb)",7,110303106,111202573,899468,2,"83943",0,"ENSG00000184903","IMMP2L","inner mitochondrial membrane peptidase subunit 2"
-"chr4",46996057,46996216,160,"*","Promoter (<=1kb)",4,46920917,46996424,75508,2,"2557",208,"ENSG00000109158","GABRA4","gamma-aminobutyric acid type A receptor alpha4 subunit"
-"chr6",160147864,160148002,139,"*","Promoter (<=1kb)",6,160148030,160177352,29323,1,"9589",-28,"ENSG00000146457","WTAP","Wilms tumor 1 associated protein"
-"chr14",38064112,38064456,345,"*","Promoter (<=1kb)",14,38058757,38064325,5569,2,"3169",0,"ENSG00000129514","FOXA1","forkhead box A1"
-"chr15",25304474,25304609,136,"*","Promoter (<=1kb)",15,25304604,25420017,115414,1,"3653",0,NA,"IPW","imprinted in Prader-Willi syndrome (non-protein coding)"
-"chr6",29521488,29521499,12,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1037918,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr18",77608948,77609087,140,"*","Distal Intergenic",18,77623668,77659816,36149,1,"26251",-14581,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
-"chr16",3174662,3174915,254,"*","Distal Intergenic",16,3160461,3165599,5139,2,"81854",-9063,NA,"ZNF205-AS1","ZNF205 antisense RNA 1"
-"chr3",138553122,138553528,407,"*","Distal Intergenic",3,138371540,138478201,106662,2,"5291",-74921,"ENSG00000051382","PIK3CB","phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit beta"
-"chr19",21265216,21265364,149,"*","Promoter (<=1kb)",19,21264953,21307883,42931,1,"148206",263,"ENSG00000160352","ZNF714","zinc finger protein 714"
-"chr13",22185547,22185632,86,"*","Distal Intergenic",13,22066828,22178355,111528,2,"221154",-7192,"ENSG00000165487","MICU2","mitochondrial calcium uptake 2"
-"chrX",79591006,79591032,27,"*","Promoter (<=1kb)",23,79591003,79700810,109808,1,"169966",3,"ENSG00000174016","FAM46D","family with sequence similarity 46 member D"
-"chr20",10153013,10153192,180,"*","Intron (uc002wnn.2/100131208, intron 3 of 4)",20,10199477,10288066,88590,1,"6616",-46285,"ENSG00000132639","SNAP25","synaptosome associated protein 25kDa"
-"chr20",47895410,47895481,72,"*","Promoter (<=1kb)",20,47895482,47895560,79,1,"26765",-1,"ENSG00000209042","SNORD12C","small nucleolar RNA, C/D box 12C"
-"chr14",61201365,61201370,6,"*","Promoter (<=1kb)",14,61201459,61435398,233940,1,"4331",-89,"ENSG00000020426","MNAT1","MNAT1, CDK activating kinase assembly factor"
-"chr15",42066774,42067042,269,"*","Promoter (<=1kb)",15,42066632,42120053,53422,1,"23005",142,"ENSG00000137802","MAPKBP1","mitogen-activated protein kinase binding protein 1"
-"chr11",61160099,61160442,344,"*","Promoter (<=1kb)",11,61159832,61166335,6504,1,"51259",267,"ENSG00000187049","TMEM216","transmembrane protein 216"
-"chr16",29801729,29801792,64,"*","Promoter (<=1kb)",16,29802034,29816706,14673,1,"3835",-242,"ENSG00000079616","KIF22","kinesin family member 22"
-"chr3",194991637,194992047,411,"*","Promoter (<=1kb)",3,194789013,194991895,202883,2,"152002",0,"ENSG00000173950","XXYLT1","xyloside xylosyltransferase 1"
-"chr15",81292878,81293049,172,"*","Promoter (<=1kb)",15,81293295,81296345,3051,1,"59274",-246,"ENSG00000140406","MESDC1","mesoderm development candidate 1"
-"chr12",77459480,77459485,6,"*","Promoter (<=1kb)",12,77415026,77459360,44335,2,"144455",-120,"ENSG00000165891","E2F7","E2F transcription factor 7"
-"chr17",27046520,27046591,72,"*","Promoter (<=1kb)",17,27047000,27051374,4375,1,"6147",-409,"ENSG00000198242","RPL23A","ribosomal protein L23a"
-"chr4",54457746,54457842,97,"*","Promoter (1-2kb)",4,54459123,54471548,12426,1,"100873955",-1281,NA,"LNX1-AS2","LNX1 antisense RNA 2"
-"chr10",77035945,77036584,640,"*","Distal Intergenic",10,77056141,77121436,65296,1,"253264",-19557,"ENSG00000226051","ZNF503-AS1","ZNF503 antisense RNA 1"
-"chr16",56623063,56623167,105,"*","Promoter (<=1kb)",16,56623267,56625000,1734,1,"4504",-100,"ENSG00000087250","MT3","metallothionein 3"
-"chr22",43583690,43583797,108,"*","Promoter (<=1kb)",22,43562628,43583137,20510,2,"23170",-553,"ENSG00000100304","TTLL12","tubulin tyrosine ligase like 12"
-"chr17",40706061,40706337,277,"*","Promoter (2-3kb)",17,40703984,40707232,3249,1,"3292",2077,"ENSG00000108786","HSD17B1","hydroxysteroid (17-beta) dehydrogenase 1"
-"chr1",39283522,39283780,259,"*","Distal Intergenic",1,39328162,39339050,10889,2,"26292",55270,"ENSG00000214114","MYCBP","MYC binding protein"
-"chr12",53299097,53299310,214,"*","Intron (uc009zmk.1/3856, intron 8 of 8)",12,53342655,53346685,4031,1,"3875",-43345,"ENSG00000111057","KRT18","keratin 18"
-"chr16",31044668,31044683,16,"*","Promoter (<=1kb)",16,31044416,31051488,7073,1,"6810",252,"ENSG00000103496","STX4","syntaxin 4"
-"chr16",56702096,56702110,15,"*","Promoter (<=1kb)",16,56700653,56701977,1325,2,"4495",-119,"ENSG00000125144","MT1G","metallothionein 1G"
-"chr14",105209604,105209780,177,"*","Intron (uc001ypd.3/122622, intron 10 of 12)",14,105219470,105225996,6527,1,"10572",-9690,"ENSG00000184990","SIVA1","SIVA1 apoptosis inducing factor"
-"chr6",30157039,30157133,95,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1673469,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr2",5584457,5584614,158,"*","Distal Intergenic",2,5832799,5841517,8719,1,"6664",-248185,"ENSG00000176887","SOX11","SRY-box 11"
-"chr8",38964978,38965122,145,"*","Promoter (<=1kb)",8,38965050,39142436,177387,1,"203102",0,"ENSG00000197140","ADAM32","ADAM metallopeptidase domain 32"
-"chr20",61371610,61371760,151,"*","Intron (uc002ydf.3/4923, intron 1 of 3)",20,61340189,61394123,53935,1,"4923",31421,"ENSG00000101188","NTSR1","neurotensin receptor 1 (high affinity)"
-"chr10",118369843,118369890,48,"*","Distal Intergenic",10,118380465,118404654,24190,1,"5408",-10575,"ENSG00000266200","PNLIPRP2","pancreatic lipase related protein 2 (gene/pseudogene)"
-"chr11",2162462,2162488,27,"*","Promoter (<=1kb)",11,2161758,2169896,8139,1,"51214",704,"ENSG00000099869","IGF2-AS","IGF2 antisense RNA"
-"chr3",188665930,188665974,45,"*","Promoter (<=1kb)",3,188665003,189041271,376269,1,"285386",927,"ENSG00000188001","TPRG1","tumor protein p63 regulated 1"
-"chr1",234614967,234614993,27,"*","Promoter (<=1kb)",1,234527059,234614849,87791,2,"6894",-118,"ENSG00000059588","TARBP1","TAR (HIV-1) RNA binding protein 1"
-"chr8",145838926,145839411,486,"*","Intron (uc011llk.1/80728, intron 10 of 10)",8,145754563,145911194,156632,2,"80728",71783,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
-"chr16",2867051,2867386,336,"*","Promoter (<=1kb)",16,2867164,2871723,4560,1,"10942",0,"ENSG00000007038","PRSS21","protease, serine 21"
-"chr1",87617763,87617916,154,"*","Intron (uc001dme.2/339524, intron 7 of 7)",1,87458690,87634886,176197,1,"339524",159073,"ENSG00000267272","LINC01140","long intergenic non-protein coding RNA 1140"
-"chr2",70056612,70056642,31,"*","Promoter (<=1kb)",2,70056818,70106727,49910,1,"64395",-176,"ENSG00000087338","GMCL1","germ cell-less, spermatogenesis associated 1"
-"chr7",64345219,64345417,199,"*","Promoter (2-3kb)",7,64342871,64391955,49085,1,"10793",2348,"ENSG00000198039","ZNF273","zinc finger protein 273"
-"chr7",4828451,4828519,69,"*","Promoter (<=1kb)",7,4828196,4828270,75,2,"100616465",-181,"ENSG00000264474","MIR4656","microRNA 4656"
-"chr9",140119520,140119882,363,"*","Promoter (<=1kb)",9,140119644,140120763,1120,1,"375791",0,"ENSG00000197191","CYSRT1","cysteine rich tail 1"
-"chr6",169568488,169568564,77,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",85573,"ENSG00000186340","THBS2","thrombospondin 2"
-"chr16",968265,968595,331,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",62723,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr16",3550908,3550924,17,"*","Promoter (<=1kb)",16,3550945,3589051,38107,1,"23059",-21,"ENSG00000103351","CLUAP1","clusterin associated protein 1"
-"chr2",217559369,217559688,320,"*","Promoter (<=1kb)",2,217536828,217560272,23445,2,"3488",584,"ENSG00000115461","IGFBP5","insulin like growth factor binding protein 5"
-"chr4",40859280,40859293,14,"*","Intron (uc010ifu.3/323, intron 6 of 10)",4,40751914,40812002,60089,1,"79730",107366,"ENSG00000179299","NSUN7","NOP2/Sun RNA methyltransferase family member 7"
-"chr6",33156236,33156293,58,"*","Exon (uc003ocx.1/1302, exon 4 of 66)",6,33540323,33548070,7748,2,"578",391777,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr2",69968554,69968558,5,"*","Promoter (<=1kb)",2,69969127,70053596,84470,1,"307",-569,"ENSG00000196975","ANXA4","annexin A4"
-"chr11",76777774,76777863,90,"*","Promoter (<=1kb)",11,76777992,76837198,59207,1,"726",-129,"ENSG00000149260","CAPN5","calpain 5"
-"chr6",166901788,166901831,44,"*","Intron (uc011ego.1/6196, intron 11 of 20)",6,166922842,166922921,80,2,"100302141",21090,"ENSG00000222958","MIR1913","microRNA 1913"
-"chr19",53561393,53561811,419,"*","Distal Intergenic",19,53547991,53554380,6390,1,"100271846",13402,"ENSG00000268964","ERVV-2","endogenous retrovirus group V member 2"
-"chr21",47648645,47648860,216,"*","Promoter (<=1kb)",21,47608360,47648738,40379,2,"4047",0,"ENSG00000160285","LSS","lanosterol synthase (2,3-oxidosqualene-lanosterol cyclase)"
-"chr12",6691698,6691805,108,"*","Promoter (<=1kb)",12,6690639,6690775,137,2,"677780",-923,"ENSG00000251898","SCARNA11","small Cajal body-specific RNA 11"
-"chr12",110151630,110151938,309,"*","Promoter (<=1kb)",12,110152187,110208312,56126,1,"84915",-249,"ENSG00000139438","FAM222A","family with sequence similarity 222 member A"
-"chr6",31370989,31371023,35,"*","Intron (uc003rxz.1/100507436, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",1186590,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr15",89879049,89879190,142,"*","Promoter (1-2kb)",15,89859536,89878026,18491,2,"5428",-1023,"ENSG00000140521","POLG","polymerase (DNA) gamma, catalytic subunit"
-"chr21",34144316,34144322,7,"*","Promoter (<=1kb)",21,34144411,34170016,25606,1,"54067",-89,NA,"C21orf62-AS1","C21orf62 antisense RNA 1"
-"chr5",68665436,68665540,105,"*","Promoter (<=1kb)",5,68647553,68665840,18288,2,"6880",300,"ENSG00000085231","TAF9","TATA-box binding protein associated factor 9"
-"chr4",81119299,81119473,175,"*","Intron (uc010ijo.3/56978, intron 5 of 7)",4,81105439,81125482,20044,1,"56978",13860,"ENSG00000152784","PRDM8","PR domain 8"
-"chr1",151584695,151584854,160,"*","Promoter (<=1kb)",1,151584541,151671559,87019,1,"81609",154,"ENSG00000143376","SNX27","sorting nexin family member 27"
-"chr16",1133172,1133199,28,"*","Distal Intergenic",16,1114082,1128731,14650,2,"146336",-4441,"ENSG00000261713","SSTR5-AS1","SSTR5 antisense RNA 1"
-"chr3",69985375,69985594,220,"*","Intron (uc003dnz.3/4286, intron 2 of 9)",3,69788586,70017488,228903,1,"4286",196789,"ENSG00000187098","MITF","microphthalmia-associated transcription factor"
-"chr6",3118159,3118525,367,"*","Promoter (<=1kb)",6,3118926,3153432,34507,1,"670",-401,"ENSG00000137274","BPHL","biphenyl hydrolase-like (serine hydrolase)"
-"chr6",3749854,3749968,115,"*","Promoter (2-3kb)",6,3722836,3752246,29411,2,"221749",2278,"ENSG00000168994","PXDC1","PX domain containing 1"
-"chr6",144385917,144386093,177,"*","Promoter (<=1kb)",6,144261437,144385735,124299,2,"5325",-182,"ENSG00000118495","PLAGL1","PLAG1 like zinc finger 1"
-"chrX",19140490,19140658,169,"*","Promoter (<=1kb)",23,19007425,19140755,133331,2,"10149",97,"ENSG00000173698","ADGRG2","adhesion G protein-coupled receptor G2"
-"chr2",179184816,179184818,3,"*","Intron (uc002ulw.3/114880, intron 3 of 13)",2,179246805,179541009,294205,1,"100302152",-61987,"ENSG00000221669","MIR548N","microRNA 548n"
-"chr14",77647935,77647959,25,"*","Promoter (<=1kb)",14,77648102,77725838,77737,1,"57156",-143,"ENSG00000165548","TMEM63C","transmembrane protein 63C"
-"chr6",151152826,151152916,91,"*","Exon (uc011eel.1/57480, exon 15 of 15)",6,151186815,151423023,236209,1,"25902",-33899,"ENSG00000120254","MTHFD1L","methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 1-like"
-"chr7",54827016,54827052,37,"*","Promoter (<=1kb)",7,54819940,54826939,7000,2,"23480",-77,"ENSG00000132432","SEC61G","Sec61 translocon gamma subunit"
-"chr2",173293328,173293344,17,"*","Promoter (1-2kb)",2,173292082,173371181,79100,1,"3655",1246,"ENSG00000091409","ITGA6","integrin subunit alpha 6"
-"chr2",232393016,232393196,181,"*","Promoter (1-2kb)",2,232387871,232395182,7312,2,"10316",1986,"ENSG00000171596","NMUR1","neuromedin U receptor 1"
-"chr5",140567533,140568027,495,"*","Exon (uc003liw.1/uc003liw.1, exon 1 of 2)",5,140571952,140575213,3262,1,"56126",-3925,"ENSG00000120324","PCDHB10","protocadherin beta 10"
-"chr15",55700853,55701181,329,"*","Promoter (<=1kb)",15,55700723,55710910,10188,1,"145788",130,"ENSG00000261652","C15orf65","chromosome 15 open reading frame 65"
-"chr17",46641863,46641963,101,"*","Intron (uc002ino.3/3213, intron 3 of 3)",17,46652869,46655743,2875,2,"3214",13780,"ENSG00000182742","HOXB4","homeobox B4"
-"chr7",42533282,42533414,133,"*","Distal Intergenic",7,42000548,42276618,276071,2,"2737",-256664,"ENSG00000106571","GLI3","GLI family zinc finger 3"
-"chr5",149900914,149901187,274,"*","Exon (uc011dcj.2/3340, exon 2 of 14)",5,149877340,149937773,60434,1,"3340",23574,"ENSG00000070614","NDST1","N-deacetylase/N-sulfotransferase 1"
-"chr5",145758881,145759373,493,"*","Distal Intergenic",5,145718587,145720083,1497,1,"5459",40294,"ENSG00000091010","POU4F3","POU class 4 homeobox 3"
-"chr16",2273898,2274162,265,"*","Promoter (<=1kb)",16,2273567,2285743,12177,1,"1877",331,"ENSG00000167967","E4F1","E4F transcription factor 1"
-"chr19",18709429,18709437,9,"*","Intron (uc010ebt.2/9244, intron 6 of 8)",19,18704035,18717660,13626,2,"9244",8223,"ENSG00000006016","CRLF1","cytokine receptor-like factor 1"
-"chr16",22012560,22012565,6,"*","Promoter (<=1kb)",16,21995186,22012431,17246,2,"255762",-129,"ENSG00000155714","PDZD9","PDZ domain containing 9"
-"chr10",105452291,105452352,62,"*","Intron (uc010qqr.2/9644, intron 7 of 7)",10,105506537,105515167,8631,1,"100505839",-54185,"ENSG00000280693","SH3PXD2A-AS1","SH3PXD2A antisense RNA 1"
-"chr2",98261992,98262021,30,"*","Promoter (<=1kb)",2,98262521,98264657,2137,1,"1329",-500,"ENSG00000135940","COX5B","cytochrome c oxidase subunit 5B"
-"chr6",28602578,28602639,62,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119008,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr3",45348202,45348484,283,"*","Distal Intergenic",3,45265956,45267814,1859,2,"25907",-80388,"ENSG00000249992","TMEM158","transmembrane protein 158 (gene/pseudogene)"
-"chr4",151000084,151000187,104,"*","Promoter (<=1kb)",4,150999426,151178608,179183,1,"166614",658,"ENSG00000170390","DCLK2","doublecortin like kinase 2"
-"chr20",2276615,2276992,378,"*","Promoter (<=1kb)",20,2276613,2321725,45113,1,"7053",2,"ENSG00000125780","TGM3","transglutaminase 3"
-"chr1",92945668,92946132,465,"*","Exon (uc001dou.4/2672, exon 5 of 7)",1,92940318,92952433,12116,2,"2672",6301,"ENSG00000162676","GFI1","growth factor independent 1 transcription repressor"
-"chr11",66206505,66206894,390,"*","Promoter (<=1kb)",11,66202550,66206310,3761,2,"65003",-195,"ENSG00000174547","MRPL11","mitochondrial ribosomal protein L11"
-"chr11",1771907,1771930,24,"*","Promoter (<=1kb)",11,1753640,1771824,18185,2,"402778",-83,"ENSG00000244242","IFITM10","interferon induced transmembrane protein 10"
-"chr6",17281015,17281327,313,"*","Promoter (<=1kb)",6,17281809,17294099,12291,1,"221662",-482,"ENSG00000112183","RBM24","RNA binding motif protein 24"
-"chr16",46963261,46963716,456,"*","3' UTR",16,46989274,47007625,18352,2,"10294",43909,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
-"chr15",40226588,40226905,318,"*","Promoter (<=1kb)",15,40226347,40327797,101451,1,"440275",241,"ENSG00000128829","EIF2AK4","eukaryotic translation initiation factor 2 alpha kinase 4"
-"chr6",33163689,33163745,57,"*","3' UTR",6,33540323,33548070,7748,2,"578",384325,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr19",12251131,12251201,71,"*","Promoter (<=1kb)",19,12242168,12251222,9055,2,"7568",21,"ENSG00000132010","ZNF20","zinc finger protein 20"
-"chr2",25473481,25473733,253,"*","Intron (uc002rgb.4/1788, intron 18 of 18)",2,25551509,25551590,82,2,"100302246",77857,NA,"MIR1301","microRNA 1301"
-"chr6",30294854,30294860,7,"*","Exon (uc003npx.3/414777, exon 1 of 5)",6,28471073,28483570,12498,2,"257202",-1811284,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr12",115134918,115134950,33,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-12949,"ENSG00000135111","TBX3","T-box 3"
-"chr7",1819219,1819246,28,"*","Distal Intergenic",7,1883816,1883889,74,2,"100616160",64643,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr17",40428711,40428746,36,"*","Promoter (<=1kb)",17,40351195,40428424,77230,2,"6777",-287,"ENSG00000173757","STAT5B","signal transducer and activator of transcription 5B"
-"chr2",1544072,1544076,5,"*","Intron (uc010ewj.3/7173, intron 5 of 5)",2,1377995,1546499,168505,1,"7173",166077,"ENSG00000115705","TPO","thyroid peroxidase"
-"chr6",33255190,33255193,4,"*","Exon (uc003ods.3/9277, exon 8 of 15)",6,33540323,33548070,7748,2,"578",292877,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr7",96747045,96747063,19,"*","Promoter (1-2kb)",7,96745905,96811075,65171,1,"57001",1140,"ENSG00000196636","SDHAF3","succinate dehydrogenase complex assembly factor 3"
-"chr3",183165546,183165756,211,"*","Promoter (<=1kb)",3,183165396,183173800,8405,1,"100505687",150,"ENSG00000240024","LINC00888","long intergenic non-protein coding RNA 888"
-"chr14",100531543,100531752,210,"*","5' UTR",14,100438151,100610573,172423,1,"51466",93392,"ENSG00000196405","EVL","Enah/Vasp-like"
-"chr16",71559397,71559531,135,"*","Promoter (<=1kb)",16,71560023,71572493,12471,1,"10164",-492,"ENSG00000140835","CHST4","carbohydrate (N-acetylglucosamine 6-O) sulfotransferase 4"
-"chr6",27860679,27860893,215,"*","Promoter (<=1kb)",6,27860477,27860963,487,2,"8336",70,"ENSG00000278677","HIST1H2AM","histone cluster 1, H2am"
-"chr16",1275402,1275475,74,"*","Promoter (<=1kb)",16,1271651,1275254,3604,2,"25823",-148,"ENSG00000116176","TPSG1","tryptase gamma 1"
-"chr7",121940581,121940647,67,"*","Downstream (<1kb)",7,121943712,121950131,6420,1,"154860",-3065,"ENSG00000230316","FEZF1-AS1","FEZF1 antisense RNA 1"
-"chr10",64028702,64028956,255,"*","Promoter (<=1kb)",10,63942794,64028466,85673,2,"219790",-236,"ENSG00000182010","RTKN2","rhotekin 2"
-"chr11",112034877,112034949,73,"*","Promoter (<=1kb)",11,112013974,112034840,20867,2,"3606",-37,"ENSG00000150782","IL18","interleukin 18"
-"chr3",184529821,184529823,3,"*","Promoter (<=1kb)",3,184529931,184770402,240472,1,"23355",-108,"ENSG00000156931","VPS8","VPS8, CORVET complex subunit"
-"chr6",94129243,94129364,122,"*","Promoter (<=1kb)",6,93949740,94129300,179561,2,"2045",0,"ENSG00000135333","EPHA7","EPH receptor A7"
-"chr2",54952298,54952487,190,"*","Promoter (<=1kb)",2,54952149,55199156,247008,1,"400954",149,"ENSG00000214595","EML6","echinoderm microtubule associated protein like 6"
-"chr10",30248831,30248839,9,"*","Distal Intergenic",10,30301729,30404420,102692,2,"57608",155581,"ENSG00000165757","KIAA1462","KIAA1462"
-"chr1",63154320,63154417,98,"*","Promoter (<=1kb)",1,62920397,63154039,233643,2,"85440",-281,"ENSG00000116641","DOCK7","dedicator of cytokinesis 7"
-"chr2",174267224,174267362,139,"*","Distal Intergenic",2,174219561,174233718,14158,1,"83879",47663,"ENSG00000144354","CDCA7","cell division cycle associated 7"
-"chr11",64085635,64085670,36,"*","Promoter (<=1kb)",11,64085560,64089295,3736,1,"25824",75,"ENSG00000126432","PRDX5","peroxiredoxin 5"
-"chr6",28249428,28249497,70,"*","Promoter (<=1kb)",6,28249314,28270326,21013,1,"84547",114,"ENSG00000137338","PGBD1","piggyBac transposable element derived 1"
-"chr20",4990973,4990980,8,"*","Promoter (<=1kb)",20,4833002,4990939,157938,2,"9962",-34,"ENSG00000089057","SLC23A2","solute carrier family 23 member 2"
-"chr4",75023719,75023801,83,"*","Exon (uc003hhq.1/uc003hhq.1, exon 1 of 1)",4,74979896,75168814,188919,1,"441024",43823,"ENSG00000163738","MTHFD2L","methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2-like"
-"chr1",896257,896262,6,"*","Promoter (<=1kb)",1,895967,901099,5133,1,"339451",290,"ENSG00000187961","KLHL17","kelch like family member 17"
-"chr16",15787892,15787920,29,"*","Intron (uc010uzy.2/54820, intron 7 of 9)",16,15737151,15737229,79,1,"619553",50741,NA,"MIR484","microRNA 484"
-"chr7",75157394,75157408,15,"*","Promoter (<=1kb)",7,75137069,75157453,20385,2,"5387",45,"ENSG00000127957","PMS2P3","PMS1 homolog 2, mismatch repair system component pseudogene 3"
-"chr11",10715140,10715165,26,"*","Promoter (<=1kb)",11,10594638,10715535,120898,2,"10335",370,"ENSG00000072952","MRVI1","murine retrovirus integration site 1 homolog"
-"chr6",28550343,28550368,26,"*","Intron (uc003nlo.3/114821, intron 3 of 3)",6,28471073,28483570,12498,2,"257202",-66773,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",30010155,30010457,303,"*","Intron (uc011dme.2/80862, intron 3 of 5)",6,28471073,28483570,12498,2,"257202",-1526585,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr15",90118933,90119137,205,"*","Promoter (<=1kb)",15,90118818,90171253,52436,1,"90381",115,"ENSG00000140534","TICRR","TOPBP1 interacting checkpoint and replication regulator"
-"chr10",130124602,130124853,252,"*","Distal Intergenic",10,129894925,129924468,29544,2,"4288",-200134,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
-"chr6",167616968,167617071,104,"*","Distal Intergenic",6,167584081,167596396,12316,1,"401285",32887,"ENSG00000166984","TCP10L2","t-complex 10-like 2"
-"chr1",208042632,208042910,279,"*","Distal Intergenic",1,208059883,208084683,24801,2,"947",41773,"ENSG00000174059","CD34","CD34 molecule"
-"chr11",67176986,67176994,9,"*","Exon (uc001okz.4/374403, exon 9 of 9)",11,67171384,67177561,6178,1,"374403",5602,"ENSG00000175463","TBC1D10C","TBC1 domain family member 10C"
-"chr16",10837635,10837642,8,"*","Promoter (<=1kb)",16,10837698,10863208,25511,1,"4682",-56,"ENSG00000103274","NUBP1","nucleotide binding protein 1"
-"chr3",138327322,138327339,18,"*","Promoter (<=1kb)",3,138327542,138352213,24672,1,"55179",-203,"ENSG00000158234","FAIM","Fas apoptotic inhibitory molecule"
-"chr10",99332073,99332241,169,"*","Promoter (<=1kb)",10,99332256,99343641,11386,1,"26287",-15,"ENSG00000165887","ANKRD2","ankyrin repeat domain 2"
-"chr7",121950924,121950926,3,"*","Distal Intergenic",7,121941448,121944565,3118,2,"389549",-6359,"ENSG00000128610","FEZF1","FEZ family zinc finger 1"
-"chr1",40839702,40839764,63,"*","Promoter (<=1kb)",1,40839378,40888998,49621,1,"64744",324,"ENSG00000084070","SMAP2","small ArfGAP2"
-"chr18",24445214,24445270,57,"*","Promoter (<=1kb)",18,24445272,24770658,325387,1,"147429",-2,NA,"AQP4-AS1","AQP4 antisense RNA 1"
-"chr12",91539868,91539892,25,"*","3' UTR",12,91497232,91505542,8311,2,"4060",-34326,"ENSG00000139329","LUM","lumican"
-"chr16",4702786,4703003,218,"*","Exon (uc002cwz.3/23295, exon 4 of 17)",16,4674825,4740975,66151,1,"23295",27961,"ENSG00000102858","MGRN1","mahogunin ring finger 1, E3 ubiquitin protein ligase"
-"chr16",22926538,22926553,16,"*","Exon (uc002dli.3/9956, exon 2 of 2)",16,22825860,22927659,101800,1,"9956",100678,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
-"chr9",139780848,139781161,314,"*","Promoter (<=1kb)",9,139781185,139781255,71,1,"100616480",-24,"ENSG00000266507","MIR4479","microRNA 4479"
-"chr1",40204431,40204614,184,"*","Promoter (<=1kb)",1,40204517,40229586,25070,1,"10450",0,"ENSG00000084072","PPIE","peptidylprolyl isomerase E"
-"chr12",122019028,122019032,5,"*","Promoter (<=1kb)",12,121866900,122018920,152021,2,"84678",-108,"ENSG00000089094","KDM2B","lysine demethylase 2B"
-"chr19",618059,618324,266,"*","Intron (uc002lpf.1/5442, intron 4 of 20)",19,617223,633568,16346,2,"5442",15244,"ENSG00000099821","POLRMT","polymerase (RNA) mitochondrial"
-"chr17",73500739,73501021,283,"*","Exon (uc010wsc.3/57513, exon 10 of 19)",17,73496341,73511664,15324,2,"57513",10643,"ENSG00000177303","CASKIN2","CASK interacting protein 2"
-"chr11",117187223,117187236,14,"*","Promoter (<=1kb)",11,117156402,117186972,30571,2,"23621",-251,"ENSG00000186318","BACE1","beta-site APP-cleaving enzyme 1"
-"chr13",97600124,97600168,45,"*","Intron (uc031qmy.1/100887754, intron 1 of 2)",13,97593535,97636426,42892,2,"100887754",36258,NA,"LINC00359","long intergenic non-protein coding RNA 359"
-"chr15",44069470,44069569,100,"*","Promoter (<=1kb)",15,44069294,44088287,18994,1,"10169",176,"ENSG00000140264","SERF2","small EDRK-rich factor 2"
-"chrX",118109413,118109796,384,"*","Promoter (<=1kb)",23,118108713,118151949,43237,1,"79836",700,"ENSG00000175556","LONRF3","LON peptidase N-terminal domain and ring finger 3"
-"chr17",3627010,3627045,36,"*","Promoter (<=1kb)",17,3627197,3629992,2796,1,"83903",-152,"ENSG00000177602","GSG2","germ cell associated 2 (haspin)"
-"chr4",83719847,83719860,14,"*","Promoter (<=1kb)",4,83550690,83720010,169321,2,"79966",150,"ENSG00000145284","SCD5","stearoyl-CoA desaturase 5"
-"chr6",6623195,6623530,336,"*","Promoter (<=1kb)",6,6346698,6623059,276362,2,"285780",-136,"ENSG00000216863","LY86-AS1","LY86 antisense RNA 1"
-"chr14",105944607,105944942,336,"*","Exon (uc010tyr.2/1397, exon 3 of 9)",14,105939275,105946507,7233,1,"1397",5332,"ENSG00000182809","CRIP2","cysteine rich protein 2"
-"chr11",6439806,6439816,11,"*","Promoter (<=1kb)",11,6416355,6440644,24290,2,"322",828,"ENSG00000166313","APBB1","amyloid beta precursor protein binding family B member 1"
-"chr6",32133963,32134176,214,"*","3' UTR",6,32485154,32557613,72460,2,"3127",423437,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",15478934,15478992,59,"*","Promoter (<=1kb)",1,15438311,15478960,40650,2,"200197",0,"ENSG00000175147","TMEM51-AS1","TMEM51 antisense RNA 1"
-"chr1",116518930,116518937,8,"*","Promoter (<=1kb)",1,116519119,116612675,93557,1,"55356",-182,"ENSG00000163393","SLC22A15","solute carrier family 22 member 15"
-"chr16",19533571,19533767,197,"*","Promoter (<=1kb)",16,19513015,19533450,20436,2,"51573",-121,"ENSG00000006007","GDE1","glycerophosphodiester phosphodiesterase 1"
-"chr5",92932120,92932433,314,"*","Distal Intergenic",5,92919043,92929786,10744,1,"7025",13077,"ENSG00000175745","NR2F1","nuclear receptor subfamily 2 group F member 1"
-"chr13",112726070,112726124,55,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",4157,"ENSG00000182968","SOX1","SRY-box 1"
-"chr1",1590669,1590941,273,"*","Intron (uc001ags.1/984, intron 14 of 15)",1,1567560,1570030,2471,1,"8510",23109,"ENSG00000189409","MMP23B","matrix metallopeptidase 23B"
-"chr1",59012469,59012484,16,"*","Promoter (<=1kb)",1,58939504,59012446,72943,2,"115209",-23,"ENSG00000162600","OMA1","OMA1 zinc metallopeptidase"
-"chr1",228494821,228494830,10,"*","Exon (uc001hsn.4/84033, exon 45 of 81)",1,228391207,228401365,10159,2,"574407",-93456,"ENSG00000162913","C1orf145","chromosome 1 open reading frame 145"
-"chr5",139090055,139090266,212,"*","Distal Intergenic",5,139028301,139062680,34380,1,"51523",61754,"ENSG00000171604","CXXC5","CXXC finger protein 5"
-"chr16",30645626,30645706,81,"*","Distal Intergenic",16,30662241,30667734,5494,1,"78994",-16535,"ENSG00000156858","PRR14","proline rich 14"
-"chr12",121790271,121790273,3,"*","Promoter (1-2kb)",12,121746048,121792012,45965,2,"51433",1739,"ENSG00000089053","ANAPC5","anaphase promoting complex subunit 5"
-"chr4",105416420,105416432,13,"*","Promoter (<=1kb)",4,105389463,105416058,26596,2,"80319",-362,"ENSG00000168772","CXXC4","CXXC finger protein 4"
-"chr10",2006842,2006902,61,"*","Distal Intergenic",10,2047667,2056542,8876,2,"282980",49640,"ENSG00000234962","LINC00700","long intergenic non-protein coding RNA 700"
-"chr1",92683406,92683514,109,"*","Promoter (<=1kb)",1,92683573,92711367,27795,1,"388649",-59,"ENSG00000203910","C1orf146","chromosome 1 open reading frame 146"
-"chr15",44487308,44487497,190,"*","Promoter (<=1kb)",15,44165474,44487429,321956,2,"84978",0,"ENSG00000171877","FRMD5","FERM domain containing 5"
-"chr16",734532,734619,88,"*","Promoter (<=1kb)",16,731667,734439,2773,2,"339123",-93,"ENSG00000161999","JMJD8","jumonji domain containing 8"
-"chr2",29033248,29033304,57,"*","Intron (uc002rmi.3/245711, intron 5 of 10)",2,29005383,29073475,68093,1,"245711",27865,"ENSG00000163806","SPDYA","speedy/RINGO cell cycle regulator family member A"
-"chr16",84085964,84086080,117,"*","Downstream (1-2kb)",16,84043389,84075762,32374,2,"146167",-10202,"ENSG00000166558","SLC38A8","solute carrier family 38 member 8"
-"chr2",163008774,163009075,302,"*","Promoter (<=1kb)",2,162999379,163008914,9536,2,"2641",0,"ENSG00000115263","GCG","glucagon"
-"chr3",147112438,147112493,56,"*","Intron (uc003ewc.2/84107, intron 2 of 2)",3,147103835,147124596,20762,2,"84107",12103,"ENSG00000174963","ZIC4","Zic family member 4"
-"chr8",55294562,55294721,160,"*","Distal Intergenic",8,55370495,55373456,2962,1,"64321",-75774,"ENSG00000164736","SOX17","SRY-box 17"
-"chr1",15850369,15850408,40,"*","Promoter (<=1kb)",1,15817324,15851285,33962,2,"842",877,"ENSG00000132906","CASP9","caspase 9"
-"chr7",23287420,23287560,141,"*","Promoter (1-2kb)",7,23286316,23314729,28414,1,"10457",1104,"ENSG00000136235","GPNMB","glycoprotein nmb"
-"chr1",9243600,9243631,32,"*","Distal Intergenic",1,9211727,9211836,110,2,"407040",-31764,"ENSG00000207865","MIR34A","microRNA 34a"
-"chr16",73101021,73101216,196,"*","Distal Intergenic",16,72816786,73092534,275749,2,"463",-8487,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
-"chr5",172640567,172640858,292,"*","Distal Intergenic",5,172659107,172662315,3209,2,"1482",21457,"ENSG00000183072","NKX2-5","NK2 homeobox 5"
-"chr13",100153613,100153622,10,"*","Promoter (<=1kb)",13,100153628,100216302,62675,1,"9375",-6,"ENSG00000125304","TM9SF2","transmembrane 9 superfamily member 2"
-"chr1",77748432,77748680,249,"*","Promoter (<=1kb)",1,77747662,78025654,277993,1,"26289",770,"ENSG00000154027","AK5","adenylate kinase 5"
-"chr7",139320346,139320459,114,"*","Intron (uc003vvd.4/28996, intron 13 of 14)",7,139208674,139229731,21058,1,"154790",111672,"ENSG00000236279","CLEC2L","C-type lectin domain family 2 member L"
-"chr11",109963885,109963985,101,"*","Promoter (<=1kb)",11,109963926,110042566,78641,1,"85463",0,"ENSG00000149289","ZC3H12C","zinc finger CCCH-type containing 12C"
-"chr7",157208882,157208920,39,"*","3' UTR",7,157129710,157210133,80424,1,"10049",79172,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
-"chr10",423529,423559,31,"*","Intron (uc001ifp.3/22982, intron 20 of 36)",10,180405,300577,120173,1,"10771",243124,"ENSG00000015171","ZMYND11","zinc finger MYND-type containing 11"
-"chr1",75198551,75198582,32,"*","Promoter (<=1kb)",1,75198836,75232360,33525,1,"127253",-254,"ENSG00000162623","TYW3","tRNA-yW synthesizing protein 3 homolog"
-"chr14",91751725,91752093,369,"*","5' UTR",14,91698876,91720224,21349,2,"8111",-31501,"ENSG00000119714","GPR68","G protein-coupled receptor 68"
-"chr1",223566713,223566746,34,"*","Promoter (<=1kb)",1,223566715,223568812,2098,1,"164127",0,"ENSG00000178395","CCDC185","coiled-coil domain containing 185"
-"chr11",133446185,133446262,78,"*","Distal Intergenic",11,132284875,133402403,1117529,2,"4978",-43782,"ENSG00000183715","OPCML","opioid binding protein/cell adhesion molecule-like"
-"chr17",70339099,70339101,3,"*","Distal Intergenic",17,70117161,70122560,5400,1,"6662",221938,"ENSG00000125398","SOX9","SRY-box 9"
-"chr4",1305377,1305780,404,"*","5' UTR",4,1283672,1333925,50254,1,"10296",21705,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
-"chr6",28829931,28829946,16,"*","Intron (uc003nlq.2/401242, intron 1 of 1)",6,28471073,28483570,12498,2,"257202",-346361,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",588434,588514,81,"*","Exon (uc002chg.3/6650, exon 4 of 4)",16,585316,585368,53,1,"100847028",3118,"ENSG00000266124","MIR5587","microRNA 5587"
-"chr20",2781214,2781316,103,"*","Promoter (<=1kb)",20,2774715,2781292,6578,2,"56265",0,"ENSG00000088882","CPXM1","carboxypeptidase X (M14 family), member 1"
-"chrX",23925698,23925777,80,"*","Promoter (<=1kb)",23,23851465,23926057,74593,2,"79135",280,"ENSG00000184831","APOO","apolipoprotein O"
-"chr19",17392414,17392429,16,"*","Promoter (<=1kb)",19,17392454,17398454,6001,1,"126549",-25,"ENSG00000160117","ANKLE1","ankyrin repeat and LEM domain containing 1"
-"chr19",57922462,57922542,81,"*","5' UTR",19,57901218,57913919,12702,1,"147694",21244,"ENSG00000188785","ZNF548","zinc finger protein 548"
-"chr1",38511455,38511629,175,"*","Promoter (<=1kb)",1,38509523,38512450,2928,2,"5453",821,"ENSG00000185668","POU3F1","POU class 3 homeobox 1"
-"chr19",7680057,7680231,175,"*","Exon (uc002mgu.4/57662, exon 14 of 19)",19,7684411,7694439,10029,2,"56949",14208,"ENSG00000076924","XAB2","XPA binding protein 2"
-"chr4",106629846,106629914,69,"*","Promoter (<=1kb)",4,106603785,106629881,26097,2,"57117",0,"ENSG00000138785","INTS12","integrator complex subunit 12"
-"chr19",8555649,8555685,37,"*","Intron (uc002mkd.3/84106, intron 4 of 9)",19,8554940,8567538,12599,2,"84106",11853,"ENSG00000133246","PRAM1","PML-RARA regulated adaptor molecule 1"
-"chr1",35450601,35450602,2,"*","Promoter (<=1kb)",1,35447127,35450948,3822,2,"100506144",346,"ENSG00000243749","ZMYM6NB","ZMYM6 neighbor"
-"chr1",36948522,36948733,212,"*","Promoter (<=1kb)",1,36931644,36948915,17272,2,"1441",182,"ENSG00000119535","CSF3R","colony stimulating factor 3 receptor"
-"chr4",187621972,187622033,62,"*","Intron (uc003izf.3/2195, intron 25 of 26)",4,187508937,187647850,138914,2,"2195",25817,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
-"chr1",87596886,87597321,436,"*","Intron (uc001dme.2/339524, intron 6 of 7)",1,87458690,87634886,176197,1,"339524",138196,"ENSG00000267272","LINC01140","long intergenic non-protein coding RNA 1140"
-"chr11",120434931,120435008,78,"*","Intron (uc001pxn.2/2900, intron 1 of 20)",11,120382468,120856969,474502,1,"2900",52463,"ENSG00000149403","GRIK4","glutamate ionotropic receptor kainate type subunit 4"
-"chr6",31709765,31709844,80,"*","Intron (uc003nwu.2/100532732, intron 3 of 24)",6,32485154,32557613,72460,2,"3127",847769,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",30158652,30158801,150,"*","Intron (uc003npr.3/7726, intron 4 of 8)",6,28471073,28483570,12498,2,"257202",-1675082,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr9",139565151,139565154,4,"*","Promoter (<=1kb)",9,139565054,139565138,85,1,"406913",97,"ENSG00000199161","MIR126","microRNA 126"
-"chr11",69500748,69500925,178,"*","Distal Intergenic",11,69471368,69490165,18798,2,"220064",-10583,"ENSG00000149716","ORAOV1","oral cancer overexpressed 1"
-"chr1",38599578,38600001,424,"*","Distal Intergenic",1,38554903,38555001,99,1,"100500801",44675,"ENSG00000265596","MIR3659","microRNA 3659"
-"chr11",46164604,46164726,123,"*","Distal Intergenic",11,45950870,46142985,192116,2,"51317",-21619,"ENSG00000135365","PHF21A","PHD finger protein 21A"
-"chr14",102770909,102771005,97,"*","Promoter (<=1kb)",14,102690834,102771537,80704,2,"5891",532,"ENSG00000080823","MOK","MOK protein kinase"
-"chr20",2733136,2733318,183,"*","Exon (uc002wgs.4/57593, exon 15 of 18)",20,2774715,2781292,6578,2,"56265",47974,"ENSG00000088882","CPXM1","carboxypeptidase X (M14 family), member 1"
-"chr7",1986533,1986592,60,"*","Intron (uc003sle.1/8379, intron 3 of 10)",7,1883816,1883889,74,2,"100616160",-102644,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr16",22326155,22326332,178,"*","Intron (uc002dkj.2/55718, intron 8 of 17)",16,22308696,22346424,37729,1,"55718",17459,"ENSG00000058600","POLR3E","polymerase (RNA) III subunit E"
-"chr1",3562445,3562606,162,"*","Intron (uc001ako.3/49856, intron 9 of 11)",1,3547331,3566671,19341,2,"49856",4065,"ENSG00000116213","WRAP73","WD repeat containing, antisense to TP73"
-"chr15",67228757,67228949,193,"*","Distal Intergenic",15,67358195,67487533,129339,1,"4088",-129246,"ENSG00000166949","SMAD3","SMAD family member 3"
-"chr16",8738256,8738393,138,"*","Intron (uc002cyz.3/79091, intron 9 of 10)",16,8715527,8740079,24553,1,"79091",22729,"ENSG00000067365","METTL22","methyltransferase like 22"
-"chr16",30758831,30759130,300,"*","Promoter (<=1kb)",16,30759620,30772497,12878,1,"5261",-490,"ENSG00000156873","PHKG2","phosphorylase kinase, gamma 2 (testis)"
-"chr2",85581711,85581729,19,"*","Promoter (<=1kb)",2,85569078,85581821,12744,2,"54884",92,"ENSG00000042445","RETSAT","retinol saturase (all-trans-retinol 13,14-reductase)"
-"chr6",97730957,97731008,52,"*","Promoter (<=1kb)",6,97590037,97731061,141025,2,"253714",53,"ENSG00000146263","MMS22L","MMS22 like, DNA repair protein"
-"chr8",102804654,102804678,25,"*","Intron (uc003ykf.3/83988, intron 4 of 7)",8,102504668,102681952,177285,1,"79977",299986,"ENSG00000083307","GRHL2","grainyhead like transcription factor 2"
-"chr3",178969654,178969685,32,"*","Intron (uc003fjl.3/27094, intron 4 of 4)",3,178957537,178984838,27302,2,"27094",15153,"ENSG00000171121","KCNMB3","potassium calcium-activated channel subfamily M regulatory beta subunit 3"
-"chr1",247094338,247094438,101,"*","Promoter (<=1kb)",1,247002402,247094726,92325,2,"25909",288,"ENSG00000153207","AHCTF1","AT-hook containing transcription factor 1"
-"chr20",56293638,56294175,538,"*","Distal Intergenic",20,56223448,56286592,63145,2,"56937",-7046,"ENSG00000124225","PMEPA1","prostate transmembrane protein, androgen induced 1"
-"chr19",54926734,54926805,72,"*","Promoter (<=1kb)",19,54926605,54947899,21295,1,"57348",129,"ENSG00000167614","TTYH1","tweety family member 1"
-"chr2",56420072,56420171,100,"*","Exon (uc002rzn.3/114800, exon 2 of 6)",2,56227849,56227930,82,2,"100126319",-192142,"ENSG00000211520","MIR216B","microRNA 216b"
-"chr3",132003583,132004064,482,"*","Promoter (<=1kb)",3,131253577,132004254,750678,2,"131034",190,"ENSG00000196353","CPNE4","copine 4"
-"chr6",7910793,7911245,453,"*","Promoter (<=1kb)",6,7881483,7911047,29565,2,"81567",0,"ENSG00000239264","TXNDC5","thioredoxin domain containing 5 (endoplasmic reticulum)"
-"chr12",88974473,88974484,12,"*","Promoter (<=1kb)",12,88886570,88974250,87681,2,"4254",-223,"ENSG00000049130","KITLG","KIT ligand"
-"chr2",241326904,241326932,29,"*","Distal Intergenic",2,241375115,241407495,32381,1,"2817",-48183,"ENSG00000063660","GPC1","glypican 1"
-"chr16",2004686,2004729,44,"*","Promoter (<=1kb)",16,1994580,2004679,10100,2,"6123",-7,"ENSG00000140986","RPL3L","ribosomal protein L3 like"
-"chr6",43858537,43858735,199,"*","Promoter (<=1kb)",6,43858765,43905944,47180,1,"100132354",-30,NA,"LINC01512","long intergenic non-protein coding RNA 1512"
-"chr19",24269842,24269920,79,"*","Intron (uc010xrk.2/9534, intron 2 of 2)",19,24216247,24312654,96408,1,"9534",53595,"ENSG00000213096","ZNF254","zinc finger protein 254"
-"chr4",6596296,6596373,78,"*","Exon (uc003gje.1/23324, exon 7 of 17)",4,6576902,6624188,47287,1,"23324",19394,"ENSG00000013288","MAN2B2","mannosidase alpha class 2B member 2"
-"chr17",54230730,54230739,10,"*","Promoter (<=1kb)",17,54230836,54560007,329172,1,"162282",-97,"ENSG00000153930","ANKFN1","ankyrin repeat and fibronectin type III domain containing 1"
-"chr15",99602406,99602498,93,"*","Distal Intergenic",15,99645286,99675800,30515,1,"23336",-42788,"ENSG00000182253","SYNM","synemin"
-"chr16",620304,620748,445,"*","Intron (uc010bqw.3/9091, intron 2 of 11)",16,617032,619495,2464,1,"283948",3272,"ENSG00000257108","NHLRC4","NHL repeat containing 4"
-"chr5",142092787,142092803,17,"*","Distal Intergenic",5,141971743,142077635,105893,2,"2246",-15152,"ENSG00000113578","FGF1","fibroblast growth factor 1"
-"chr3",156273085,156273098,14,"*","Promoter (<=1kb)",3,156257929,156272973,15045,2,"6747",-112,"ENSG00000114850","SSR3","signal sequence receptor, gamma (translocon-associated protein gamma)"
-"chrX",49126150,49126157,8,"*","Promoter (<=1kb)",23,49126306,49144555,18250,1,"89801",-149,"ENSG00000049769","PPP1R3F","protein phosphatase 1 regulatory subunit 3F"
-"chr2",232396125,232396241,117,"*","Promoter (<=1kb)",2,232387871,232395182,7312,2,"10316",-943,"ENSG00000171596","NMUR1","neuromedin U receptor 1"
-"chr20",40627929,40628022,94,"*","Distal Intergenic",20,40031170,40247133,215964,2,"84181",-380796,"ENSG00000124177","CHD6","chromodomain helicase DNA binding protein 6"
-"chr1",7913019,7913033,15,"*","Exon (uc001aoq.3/10911, exon 3 of 8)",1,7903143,7973294,70152,2,"10911",60261,"ENSG00000049247","UTS2","urotensin 2"
-"chr12",111358422,111358545,124,"*","Promoter (<=1kb)",12,111348624,111358404,9781,2,"4633",-18,"ENSG00000111245","MYL2","myosin light chain 2"
-"chr3",39850364,39850621,258,"*","Promoter (<=1kb)",3,39851303,40301811,450509,1,"25924",-682,"ENSG00000170011","MYRIP","myosin VIIA and Rab interacting protein"
-"chr10",134222170,134222445,276,"*","Intron (uc001lll.4/170394, intron 2 of 2)",10,134210702,134231358,20657,1,"170394",11468,"ENSG00000171813","PWWP2B","PWWP domain containing 2B"
-"chr14",76870538,76870544,7,"*","Intron (uc001xso.3/2103, intron 1 of 11)",14,76837690,76968180,130491,1,"2103",32848,"ENSG00000119715","ESRRB","estrogen related receptor beta"
-"chr16",30581180,30581384,205,"*","Promoter (2-3kb)",16,30581019,30583728,2710,2,"146542",2344,"ENSG00000229809","ZNF688","zinc finger protein 688"
-"chr16",86767251,86767518,268,"*","Distal Intergenic",16,86612115,86615304,3190,1,"2300",155136,"ENSG00000176678","FOXL1","forkhead box L1"
-"chr4",41881933,41882163,231,"*","Exon (uc003gwh.3/uc003gwh.3, exon 2 of 2)",4,41937137,41962824,25688,1,"55161",-54974,"ENSG00000109133","TMEM33","transmembrane protein 33"
-"chr6",31685392,31685430,39,"*","Exon (uc003nwb.1/259215, exon 6 of 6)",6,32485154,32557613,72460,2,"3127",872183,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",63392039,63392278,240,"*","Distal Intergenic",7,63484796,63490480,5685,2,"100506050",98202,NA,"LINC01005","long intergenic non-protein coding RNA 1005"
-"chr5",1084523,1084622,100,"*","Intron (uc003jbu.3/10723, intron 17 of 23)",5,1063011,1063089,79,2,"100616479",-21434,"ENSG00000263834","MIR4635","microRNA 4635"
-"chr1",154192157,154192304,148,"*","Promoter (<=1kb)",1,154192655,154243986,51332,1,"9898",-351,"ENSG00000143569","UBAP2L","ubiquitin associated protein 2 like"
-"chr20",30073546,30073576,31,"*","Promoter (<=1kb)",20,30073581,30075377,1797,1,"140875",-5,"ENSG00000233354","LINC00028","long intergenic non-protein coding RNA 28"
-"chr15",40544174,40544305,132,"*","Promoter (<=1kb)",15,40542866,40545110,2245,2,"644809",805,NA,"C15orf56","chromosome 15 open reading frame 56"
-"chr14",101349584,101349688,105,"*","Promoter (<=1kb)",14,101349316,101349412,97,1,"406914",268,"ENSG00000207608","MIR127","microRNA 127"
-"chr15",41877394,41877806,413,"*","Distal Intergenic",15,41851220,41871536,20317,1,"7301",26174,"ENSG00000092445","TYRO3","TYRO3 protein tyrosine kinase"
-"chr7",151722938,151723229,292,"*","Promoter (<=1kb)",7,151722778,151819427,96650,1,"63917",160,"ENSG00000178234","GALNT11","polypeptide N-acetylgalactosaminyltransferase 11"
-"chr17",36103905,36103978,74,"*","Promoter (1-2kb)",17,36046434,36105096,58663,2,"6928",1118,"ENSG00000275410","HNF1B","HNF1 homeobox B"
-"chr8",10587604,10587769,166,"*","Exon (uc003wtf.3/83595, exon 1 of 2)",8,10530147,10558103,27957,1,"203076",57457,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
-"chr8",141521211,141521442,232,"*","Promoter (<=1kb)",8,141521397,141527252,5856,1,"54108",0,"ENSG00000104472","CHRAC1","chromatin accessibility complex 1"
-"chr11",10879813,10879980,168,"*","Promoter (<=1kb)",11,10879764,10900823,21060,1,"729013",49,"ENSG00000247271","ZBED5-AS1","ZBED5 antisense RNA 1"
-"chr8",27132258,27132319,62,"*","Distal Intergenic",8,27093814,27115903,22090,2,"81551",-16355,"ENSG00000015592","STMN4","stathmin 4"
-"chr1",3680297,3680420,124,"*","Exon (uc001akv.2/148870, exon 8 of 12)",1,3689334,3692546,3213,1,"388588",-8914,"ENSG00000235169","SMIM1","small integral membrane protein 1 (Vel blood group)"
-"chr3",35681147,35681627,481,"*","Promoter (<=1kb)",3,35680666,35835988,155323,1,"10777",481,"ENSG00000172995","ARPP21","cAMP regulated phosphoprotein 21kDa"
-"chr1",31538636,31538649,14,"*","Promoter (<=1kb)",1,31404353,31538763,134411,2,"9698",114,"ENSG00000134644","PUM1","pumilio RNA binding family member 1"
-"chr1",108023249,108023318,70,"*","Exon (uc001dvc.4/22854, exon 6 of 6)",1,107682629,108024475,341847,1,"22854",340620,"ENSG00000162631","NTNG1","netrin G1"
-"chr3",184319417,184319566,150,"*","Distal Intergenic",3,184279587,184300196,20610,1,"2049",39830,"ENSG00000182580","EPHB3","EPH receptor B3"
-"chr13",114321698,114321701,4,"*","Promoter (<=1kb)",13,114321597,114438637,117041,1,"6011",101,NA,"GRK1","G protein-coupled receptor kinase 1"
-"chr19",2650727,2650755,29,"*","Intron (uc002lwd.2/2788, intron 4 of 4)",19,2511218,2702746,191529,2,"2788",51991,"ENSG00000176533","GNG7","G protein subunit gamma 7"
-"chr6",99790912,99791015,104,"*","Intron (uc003ppj.4/84553, intron 5 of 5)",6,99720793,99797531,76739,2,"84553",6516,"ENSG00000146267","FAXC","failed axon connections homolog"
-"chr10",75490132,75490152,21,"*","Promoter (<=1kb)",10,75434033,75490272,56240,2,"729092",120,"ENSG00000172650","AGAP5","ArfGAP with GTPase domain, ankyrin repeat and PH domain 5"
-"chr12",91572191,91572199,9,"*","Exon (uc001tbo.3/1634, exon 1 of 5)",12,91539035,91576806,37772,2,"1634",4607,"ENSG00000011465","DCN","decorin"
-"chr15",93977844,93978198,355,"*","Intron (uc002bsu.1/uc002bsu.1, intron 2 of 3)",15,93586636,93632443,45808,2,"56963",-345401,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
-"chr11",791906,791965,60,"*","Promoter (1-2kb)",11,787110,790126,3017,2,"51286",-1780,"ENSG00000184524","CEND1","cell cycle exit and neuronal differentiation 1"
-"chr11",27015592,27015656,65,"*","Promoter (<=1kb)",11,27015628,27018632,3005,1,"387758",0,"ENSG00000176971","FIBIN","fin bud initiation factor homolog (zebrafish)"
-"chr17",56084812,56084814,3,"*","Promoter (<=1kb)",17,56078280,56084707,6428,2,"6426",-105,"ENSG00000136450","SRSF1","serine/arginine-rich splicing factor 1"
-"chr2",166813578,166813756,179,"*","Distal Intergenic",2,166713986,166810348,96363,2,"79809",-3230,"ENSG00000123607","TTC21B","tetratricopeptide repeat domain 21B"
-"chr1",160061098,160061365,268,"*","3' UTR",1,160061129,160068618,7490,2,"93185",7253,"ENSG00000162729","IGSF8","immunoglobulin superfamily member 8"
-"chr19",58627859,58627987,129,"*","Promoter (1-2kb)",19,58595209,58629793,34585,2,"65982",1806,"ENSG00000121413","ZSCAN18","zinc finger and SCAN domain containing 18"
-"chr2",45159504,45159663,160,"*","Distal Intergenic",2,45169037,45173216,4180,1,"6496",-9374,"ENSG00000138083","SIX3","SIX homeobox 3"
-"chr11",18725481,18725854,374,"*","3' UTR",11,18720351,18726332,5982,1,"144110",5130,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
-"chr12",108908742,108908745,4,"*","Promoter (<=1kb)",12,108909051,108913380,4330,1,"11153",-306,"ENSG00000198855","FICD","FIC domain containing"
-"chr15",31515804,31515984,181,"*","Exon (uc021sib.1/283710, exon 3 of 4)",15,31514971,31523050,8080,2,"283710",7066,NA,"LOC283710","uncharacterized LOC283710"
-"chr20",34253034,34253154,121,"*","Promoter (<=1kb)",20,34236847,34252878,16032,2,"10137",-156,"ENSG00000244462","RBM12","RNA binding motif protein 12"
-"chr12",54446019,54446033,15,"*","Intron (uc001seu.3/3221, intron 1 of 3)",12,54452038,54516018,63981,1,"440101",-6005,"ENSG00000248265","FLJ12825","uncharacterized LOC440101"
-"chr15",81134431,81134449,19,"*","Promoter (<=1kb)",15,81134319,81134414,96,2,"693132",-17,"ENSG00000208003","MIR549A","microRNA 549a"
-"chr4",184908746,184908884,139,"*","Intron (uc003ivz.1/56977, intron 1 of 3)",4,184826509,184938875,112367,1,"56977",82237,"ENSG00000173320","STOX2","storkhead box 2"
-"chr19",51221603,51221605,3,"*","Promoter (1-2kb)",19,51165084,51220195,55112,2,"50944",-1408,"ENSG00000161681","SHANK1","SH3 and multiple ankyrin repeat domains 1"
-"chr5",81147781,81147843,63,"*","Distal Intergenic",5,80713179,81047072,333894,2,"23635",-100709,"ENSG00000145687","SSBP2","single-stranded DNA binding protein 2"
-"chr7",64035369,64035529,161,"*","Promoter (<=1kb)",7,64035073,64078967,43895,1,"100128885",296,NA,"LOC100128885","uncharacterized LOC100128885"
-"chr1",155035700,155035931,232,"*","Promoter (<=1kb)",1,155036213,155060014,23802,1,"1944",-282,"ENSG00000143590","EFNA3","ephrin-A3"
-"chr16",2944345,2944395,51,"*","Intron (uc002csa.3/114984, intron 1 of 3)",16,2933196,2949383,16188,1,"114984",11149,"ENSG00000162076","FLYWCH2","FLYWCH family member 2"
-"chr16",8736279,8736433,155,"*","Exon (uc002cyz.3/79091, exon 9 of 11)",16,8715527,8740079,24553,1,"79091",20752,"ENSG00000067365","METTL22","methyltransferase like 22"
-"chr13",76211003,76211251,249,"*","Intron (uc010thv.2/4008, intron 2 of 29)",13,76194570,76434006,239437,1,"4008",16433,"ENSG00000136153","LMO7","LIM domain 7"
-"chr11",3078832,3078854,23,"*","Promoter (<=1kb)",11,3022152,3078681,56530,2,"833",-151,"ENSG00000110619","CARS","cysteinyl-tRNA synthetase"
-"chr1",3158842,3159083,242,"*","Intron (uc001akc.3/63976, intron 2 of 16)",1,3044539,3044599,61,1,"100422968",114303,NA,"MIR4251","microRNA 4251"
-"chr20",60981861,60981990,130,"*","Promoter (<=1kb)",20,60963686,60982339,18654,2,"81928",349,"ENSG00000149679","CABLES2","Cdk5 and Abl enzyme substrate 2"
-"chr16",88492707,88492868,162,"*","Promoter (1-2kb)",16,88493879,88507165,13287,1,"84627",-1011,"ENSG00000225614","ZNF469","zinc finger protein 469"
-"chr12",131617481,131617937,457,"*","Intron (uc001uit.4/283383, intron 21 of 24)",12,131649556,131697476,47921,1,"116437",-31619,"ENSG00000204603","LINC01257","long intergenic non-protein coding RNA 1257"
-"chr1",206808250,206808481,232,"*","Promoter (<=1kb)",1,206808881,206857760,48880,1,"8444",-400,"ENSG00000143479","DYRK3","dual specificity tyrosine phosphorylation regulated kinase 3"
-"chr16",2795390,2795664,275,"*","Intron (uc002cri.1/100128788, intron 3 of 3)",16,2802330,2821413,19084,1,"23524",-6666,"ENSG00000167978","SRRM2","serine/arginine repetitive matrix 2"
-"chr19",36049448,36049672,225,"*","Exon (uc002oal.1/495, exon 9 of 22)",19,36041095,36054560,13466,2,"495",4888,"ENSG00000105675","ATP4A","ATPase H+/K+ transporting alpha subunit"
-"chr16",1500430,1500567,138,"*","Exon (uc002clv.3/1186, exon 17 of 25)",16,1484389,1494490,10102,2,"645811",-5940,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
-"chr8",29172512,29172906,395,"*","Distal Intergenic",8,29190579,29208267,17689,2,"1846",35361,"ENSG00000120875","DUSP4","dual specificity phosphatase 4"
-"chr22",20072653,20072661,9,"*","Promoter (<=1kb)",22,20073269,20073356,88,1,"100500860",-608,"ENSG00000266567","MIR3618","microRNA 3618"
-"chr2",213696794,213696983,190,"*","Distal Intergenic",2,213790981,213791060,80,1,"100616267",-93998,"ENSG00000266354","MIR4776-1","microRNA 4776-1"
-"chr3",63849527,63849739,213,"*","Promoter (<=1kb)",3,63819546,63849597,30052,2,"80145",0,"ENSG00000163634","THOC7","THO complex 7"
-"chr4",151177089,151177422,334,"*","3' UTR",4,150999426,151178608,179183,1,"166614",177663,"ENSG00000170390","DCLK2","doublecortin like kinase 2"
-"chr8",3974097,3974177,81,"*","Intron (uc022aqr.1/64478, intron 67 of 69)",8,2792875,4852328,2059454,2,"64478",878151,"ENSG00000183117","CSMD1","CUB and Sushi multiple domains 1"
-"chr5",68710859,68710912,54,"*","Promoter (<=1kb)",5,68710939,68738984,28046,1,"153562",-27,"ENSG00000152939","MARVELD2","MARVEL domain containing 2"
-"chr7",100425517,100425567,51,"*","Promoter (<=1kb)",7,100400187,100425143,24957,2,"2050",-374,"ENSG00000196411","EPHB4","EPH receptor B4"
-"chr5",71475111,71475255,145,"*","Intron (uc010iyw.1/4131, intron 2 of 5)",5,71465294,71465367,74,1,"100616377",9817,"ENSG00000264099","MIR4803","microRNA 4803"
-"chr1",241694605,241694886,282,"*","Promoter (<=1kb)",1,241695434,241758949,63516,1,"8564",-548,"ENSG00000117009","KMO","kynurenine 3-monooxygenase (kynurenine 3-hydroxylase)"
-"chr15",75614905,75614917,13,"*","Distal Intergenic",15,75628374,75632614,4241,1,"54939",-13457,"ENSG00000140365","COMMD4","COMM domain containing 4"
-"chr16",81812565,81812606,42,"*","Promoter (<=1kb)",16,81812899,81991899,179001,1,"5336",-293,"ENSG00000197943","PLCG2","phospholipase C gamma 2"
-"chr19",51567924,51568260,337,"*","Promoter (<=1kb)",19,51559463,51568367,8905,2,"26085",107,"ENSG00000167759","KLK13","kallikrein related peptidase 13"
-"chr6",28984586,28984594,9,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-501016,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr15",23049135,23049515,381,"*","5' UTR",15,23004684,23034427,29744,2,"81614",-14708,"ENSG00000140157","NIPA2","non imprinted in Prader-Willi/Angelman syndrome 2"
-"chr1",110753895,110753956,62,"*","Promoter (<=1kb)",1,110753336,110776674,23339,1,"3749",559,"ENSG00000116396","KCNC4","potassium voltage-gated channel subfamily C member 4"
-"chr1",11724009,11724092,84,"*","Promoter (<=1kb)",1,11724150,11734409,10260,1,"26270",-58,"ENSG00000116663","FBXO6","F-box protein 6"
-"chr15",89914913,89915003,91,"*","Intron (uc002bnv.2/254559, intron 1 of 6)",15,89911330,89941718,30389,1,"254559",3583,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
-"chr16",31343056,31343380,325,"*","3' UTR",16,31366509,31394318,27810,1,"3687",-23129,"ENSG00000140678","ITGAX","integrin subunit alpha X"
-"chr16",49623715,49623820,106,"*","Intron (uc010vgn.3/23090, intron 3 of 5)",16,49407808,49433319,25512,1,"123970",215907,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
-"chr14",53419080,53419111,32,"*","Promoter (1-2kb)",14,53323989,53417815,93827,2,"10979",-1265,"ENSG00000073712","FERMT2","fermitin family member 2"
-"chr1",153514376,153514442,67,"*","Promoter (<=1kb)",1,153509623,153514241,4619,2,"6276",-135,"ENSG00000196420","S100A5","S100 calcium binding protein A5"
-"chr1",77684965,77684967,3,"*","Promoter (<=1kb)",1,77554667,77685132,130466,2,"10026",165,"ENSG00000142892","PIGK","phosphatidylinositol glycan anchor biosynthesis class K"
-"chr11",121526216,121526609,394,"*","Distal Intergenic",11,121322912,121504471,181560,1,"6653",203304,"ENSG00000137642","SORL1","sortilin-related receptor, L(DLR class) A repeats containing"
-"chr18",11148510,11148634,125,"*","Promoter (<=1kb)",18,10670244,11148761,478518,2,"63895",127,"ENSG00000154864","PIEZO2","piezo type mechanosensitive ion channel component 2"
-"chr22",21212864,21213087,224,"*","Promoter (<=1kb)",22,21061979,21213100,151122,2,"5297",13,"ENSG00000241973","PI4KA","phosphatidylinositol 4-kinase alpha"
-"chr10",23216969,23217125,157,"*","Promoter (<=1kb)",10,23216954,23326514,109561,1,"219681",15,"ENSG00000165309","ARMC3","armadillo repeat containing 3"
-"chr10",43572359,43572413,55,"*","Promoter (<=1kb)",10,43572517,43625797,53281,1,"5979",-104,"ENSG00000165731","RET","ret proto-oncogene"
-"chr17",57785039,57785475,437,"*","Promoter (<=1kb)",17,57784863,57917952,133090,1,"81671",176,"ENSG00000062716","VMP1","vacuole membrane protein 1"
-"chr14",106090676,106090702,27,"*","Intron (uc031qqx.1/uc031qqx.1, intron 4 of 4910)",14,106134458,106139163,4706,2,"2003",48461,NA,"ELK2AP","ELK2A, member of ETS oncogene family, pseudogene"
-"chr11",132935072,132935463,392,"*","Intron (uc001qgu.3/4978, intron 7 of 7)",11,132284875,133402403,1117529,2,"4978",466940,"ENSG00000183715","OPCML","opioid binding protein/cell adhesion molecule-like"
-"chr20",43104309,43104402,94,"*","Promoter (<=1kb)",20,43104526,43123244,18719,1,"79183",-124,"ENSG00000124120","TTPAL","tocopherol (alpha) transfer protein-like"
-"chr3",146213648,146213718,71,"*","Promoter (<=1kb)",3,146151075,146213778,62704,2,"57047",60,"ENSG00000163746","PLSCR2","phospholipid scramblase 2"
-"chr6",146285339,146285414,76,"*","Promoter (<=1kb)",6,146205945,146285559,79615,2,"257218",145,"ENSG00000146414","SHPRH","SNF2 histone linker PHD RING helicase"
-"chr14",24658731,24658841,111,"*","Promoter (1-2kb)",14,24649425,24659859,10435,2,"79711",1018,"ENSG00000196497","IPO4","importin 4"
-"chr17",72322460,72322612,153,"*","Promoter (<=1kb)",17,72322351,72351959,29609,1,"124602",109,"ENSG00000196169","KIF19","kinesin family member 19"
-"chr19",45943615,45943817,203,"*","Intron (uc002pbu.2/2067, intron 8 of 8)",19,45971253,45978437,7185,1,"2354",-27436,"ENSG00000125740","FOSB","FBJ murine osteosarcoma viral oncogene homolog B"
-"chr8",11225875,11226291,417,"*","Promoter (<=1kb)",8,11225911,11296166,70256,1,"83656",0,"ENSG00000184608","FAM167A-AS1","FAM167A antisense RNA 1"
-"chr11",32458769,32459057,289,"*","Promoter (1-2kb)",11,32457285,32461620,4336,1,"51352",1484,"ENSG00000183242","WT1-AS","WT1 antisense RNA"
-"chr12",9885516,9885950,435,"*","Promoter (<=1kb)",12,9868456,9885895,17440,2,"160365",0,"ENSG00000184293","CLECL1","C-type lectin like 1"
-"chr16",2012715,2013058,344,"*","Promoter (<=1kb)",16,2012974,2013107,134,2,"26784",49,"ENSG00000207405","SNORA64","small nucleolar RNA, H/ACA box 64"
-"chr6",32943791,32944019,229,"*","Exon (uc003ocn.4/6046, exon 5 of 13)",6,32605183,32614839,9657,1,"3117",338608,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr7",752624,752632,9,"*","Intron (uc003siv.3/5575, intron 10 of 10)",7,766338,826116,59779,1,"54919",-13706,"ENSG00000164818","DNAAF5","dynein (axonemal) assembly factor 5"
-"chr14",24740889,24740893,5,"*","Promoter (<=1kb)",14,24734744,24740833,6090,2,"5875",-56,"ENSG00000100949","RABGGTA","Rab geranylgeranyltransferase alpha subunit"
-"chr14",31495892,31495899,8,"*","Promoter (<=1kb)",14,31363005,31495607,132603,2,"29966",-285,"ENSG00000196792","STRN3","striatin 3"
-"chr11",15095022,15095178,157,"*","Promoter (<=1kb)",11,15095146,15103888,8743,1,"797",0,"ENSG00000175868","CALCB","calcitonin related polypeptide beta"
-"chr16",72132666,72132684,19,"*","Exon (uc002fcb.3/9785, exon 5 of 27)",16,72072001,72128215,56215,2,"54957",-4451,"ENSG00000140830","TXNL4B","thioredoxin like 4B"
-"chr15",34516440,34516592,153,"*","Promoter (<=1kb)",15,34517245,34522352,5108,1,"51234",-653,"ENSG00000128463","EMC4","ER membrane protein complex subunit 4"
-"chr20",32262772,32263104,333,"*","Promoter (<=1kb)",20,32244893,32262264,17372,2,"63941",-508,"ENSG00000125967","NECAB3","N-terminal EF-hand calcium binding protein 3"
-"chr10",697901,698162,262,"*","Promoter (2-3kb)",10,695888,711109,15222,1,"414235",2013,"ENSG00000180525","PRR26","proline rich 26"
-"chr10",8089653,8089685,33,"*","Downstream (2-3kb)",10,8092413,8095447,3035,2,"399717",5762,"ENSG00000197308","GATA3-AS1","GATA3 antisense RNA 1"
-"chr5",1931376,1931496,121,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",-44083,"ENSG00000113430","IRX4","iroquois homeobox 4"
-"chr2",242754285,242754316,32,"*","Intron (uc002wcm.3/129807, intron 1 of 3)",2,242750160,242758739,8580,1,"129807",4125,"ENSG00000204099","NEU4","neuraminidase 4 (sialidase)"
-"chr2",114325959,114326024,66,"*","Distal Intergenic",2,114334959,114336429,1471,1,"654412",-8935,"ENSG00000226516","FAM138B","family with sequence similarity 138 member B"
-"chr13",100622582,100622742,161,"*","Promoter (1-2kb)",13,100615275,100624178,8904,2,"85416",1436,"ENSG00000139800","ZIC5","Zic family member 5"
-"chr6",167560299,167560504,206,"*","Distal Intergenic",6,167570360,167571319,960,2,"2853",10815,"ENSG00000120436","GPR31","G protein-coupled receptor 31"
-"chr20",35467535,35467726,192,"*","Exon (uc002xgd.1/140710, exon 2 of 15)",20,35405845,35492087,86243,2,"140710",24361,"ENSG00000149639","SOGA1","suppressor of glucose, autophagy associated 1"
-"chrX",106449823,106449854,32,"*","Promoter (<=1kb)",23,106449862,106487473,37612,1,"139212",-8,"ENSG00000080572","PIH1D3","PIH1 domain containing 3"
-"chrX",152676991,152676995,5,"*","Distal Intergenic",23,152683781,152687086,3306,1,"139735",-6786,"ENSG00000189420","ZFP92","ZFP92 zinc finger protein"
-"chr17",14608488,14608636,149,"*","Distal Intergenic",17,14934292,14935274,983,1,"94150",-325656,"ENSG00000259944","CDRT7","CMT1A duplicated region transcript 7 (non-protein coding)"
-"chr17",56564807,56565392,586,"*","Promoter (<=1kb)",17,56497529,56565759,68231,2,"124535",367,"ENSG00000176160","HSF5","heat shock transcription factor family member 5"
-"chr8",117886554,117886570,17,"*","Promoter (<=1kb)",8,117886663,117889107,2445,1,"644660",-93,"ENSG00000253327","RAD21-AS1","RAD21 antisense RNA 1"
-"chr22",43505985,43506194,210,"*","Promoter (<=1kb)",22,43506754,43525718,18965,1,"638",-560,"ENSG00000100290","BIK","BCL2-interacting killer"
-"chr19",30018436,30018733,298,"*","Promoter (<=1kb)",19,30017491,30055226,37736,1,"342865",945,"ENSG00000187135","VSTM2B","V-set and transmembrane domain containing 2B"
-"chr3",50314291,50314296,6,"*","Promoter (2-3kb)",3,50316518,50325545,9028,1,"132228",-2222,"ENSG00000179564","LSMEM2","leucine-rich single-pass membrane protein 2"
-"chr19",6495904,6495909,6,"*","Exon (uc002mfg.1/10382, exon 4 of 4)",19,6494330,6502330,8001,2,"10382",6421,"ENSG00000104833","TUBB4A","tubulin beta 4A class IVa"
-"chr4",3768081,3768097,17,"*","Promoter (<=1kb)",4,3768296,3770253,1958,1,"152",-199,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
-"chr15",93617030,93617065,36,"*","5' UTR",15,93586636,93632443,45808,2,"56963",15378,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
-"chr22",43485480,43485488,9,"*","Promoter (<=1kb)",22,43435523,43485434,49912,2,"25809",-46,"ENSG00000100271","TTLL1","tubulin tyrosine ligase like 1"
-"chr6",21593907,21593963,57,"*","Promoter (<=1kb)",6,21593972,21598849,4878,1,"6659",-9,"ENSG00000124766","SOX4","SRY-box 4"
-"chr10",94820844,94820875,32,"*","Promoter (<=1kb)",10,94821021,94828454,7434,1,"340665",-146,"ENSG00000187553","CYP26C1","cytochrome P450 family 26 subfamily C member 1"
-"chr14",100613058,100613178,121,"*","3' UTR",14,100612753,100626012,13260,2,"123099",12834,"ENSG00000168350","DEGS2","delta(4)-desaturase, sphingolipid 2"
-"chr14",102227895,102228210,316,"*","Promoter (<=1kb)",14,102228135,102394328,166194,1,"5527",0,"ENSG00000078304","PPP2R5C","protein phosphatase 2 regulatory subunit B', gamma"
-"chr14",104851832,104851903,72,"*","Distal Intergenic",14,105046056,105056183,10128,1,"400258",-194153,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
-"chr1",59234863,59234881,19,"*","Distal Intergenic",1,59246463,59249785,3323,2,"3725",14904,"ENSG00000177606","JUN","jun proto-oncogene"
-"chr7",48074723,48075128,406,"*","Promoter (<=1kb)",7,48075108,48100894,25787,1,"136288",0,"ENSG00000164746","C7orf57","chromosome 7 open reading frame 57"
-"chr17",46692008,46692021,14,"*","Promoter (<=1kb)",17,46689708,46692301,2594,2,"3218",280,"ENSG00000120068","HOXB8","homeobox B8"
-"chr17",79650824,79650865,42,"*","Promoter (<=1kb)",17,79648224,79650954,2731,2,"339231",89,"ENSG00000214087","ARL16","ADP ribosylation factor like GTPase 16"
-"chr7",1956978,1957317,340,"*","Intron (uc003sld.1/8379, intron 2 of 3)",7,1883816,1883889,74,2,"100616160",-73089,"ENSG00000265089","MIR4655","microRNA 4655"
-"chrX",128788929,128788936,8,"*","Promoter (<=1kb)",23,128779236,128788933,9698,2,"8862",0,"ENSG00000171388","APLN","apelin"
-"chr1",162039948,162039957,10,"*","Promoter (<=1kb)",1,162039581,162339813,300233,1,"9722",367,"ENSG00000198929","NOS1AP","nitric oxide synthase 1 adaptor protein"
-"chr11",62496282,62496393,112,"*","Promoter (<=1kb)",11,62495584,62506108,10525,1,"283237",698,"ENSG00000162222","TTC9C","tetratricopeptide repeat domain 9C"
-"chr10",74034596,74034615,20,"*","Promoter (<=1kb)",10,74033677,74035797,2121,1,"54541",919,"ENSG00000168209","DDIT4","DNA damage inducible transcript 4"
-"chr4",3475262,3475280,19,"*","Exon (uc003ghd.3/285489, exon 3 of 7)",4,3465033,3496209,31177,1,"285489",10229,"ENSG00000175920","DOK7","docking protein 7"
-"chr16",2288665,2288760,96,"*","Promoter (2-3kb)",16,2286424,2288712,2289,1,"1775",2241,"ENSG00000167968","DNASE1L2","deoxyribonuclease I-like 2"
-"chr19",6393724,6393920,197,"*","Promoter (<=1kb)",19,6379580,6393291,13712,2,"2962",-433,"ENSG00000125651","GTF2F1","general transcription factor IIF subunit 1"
-"chr6",33289630,33289660,31,"*","5' UTR",6,33540323,33548070,7748,2,"578",258410,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",1832661,1832675,15,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",-80,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
-"chr8",141545576,141545641,66,"*","Exon (uc003yvn.3/27161, exon 17 of 19)",8,141521397,141527252,5856,1,"54108",24179,"ENSG00000104472","CHRAC1","chromatin accessibility complex 1"
-"chr12",76414486,76414681,196,"*","Distal Intergenic",12,76419227,76425556,6330,2,"22822",10875,"ENSG00000139289","PHLDA1","pleckstrin homology like domain family A member 1"
-"chr15",76135111,76135236,126,"*","Promoter (<=1kb)",15,76135622,76193388,57767,1,"92912",-386,"ENSG00000140367","UBE2Q2","ubiquitin conjugating enzyme E2Q family member 2"
-"chr5",1752864,1753253,390,"*","Distal Intergenic",5,1708900,1708983,84,2,"100422966",-43881,"ENSG00000263746","MIR4277","microRNA 4277"
-"chr5",1037853,1037979,127,"*","3' UTR",5,1063011,1063089,79,2,"100616479",25110,"ENSG00000263834","MIR4635","microRNA 4635"
-"chr6",79788502,79788573,72,"*","Promoter (<=1kb)",6,79644136,79788011,143876,2,"55023",-491,"ENSG00000146247","PHIP","pleckstrin homology domain interacting protein"
-"chr16",12662474,12662581,108,"*","3' UTR",16,12814178,12814228,51,1,"100616195",-151597,"ENSG00000264733","MIR4718","microRNA 4718"
-"chr20",2795593,2795601,9,"*","Promoter (<=1kb)",20,2795633,2797804,2172,1,"100288797",-32,"ENSG00000198326","TMEM239","transmembrane protein 239"
-"chr16",1128673,1128698,26,"*","Promoter (<=1kb)",16,1114082,1128731,14650,2,"146336",33,"ENSG00000261713","SSTR5-AS1","SSTR5 antisense RNA 1"
-"chr17",78801921,78802104,184,"*","Intron (uc010wuf.1/57521, intron 8 of 11)",17,78965641,78973933,8293,1,"79643",-163537,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr19",58095547,58095611,65,"*","Promoter (<=1kb)",19,58095628,58103758,8131,1,"284307",-17,"ENSG00000171649","ZIK1","zinc finger protein interacting with K protein 1"
-"chr6",30310112,30310118,7,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1826542,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",2053563,2053579,17,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,2047653,2059822,12170,2,"90850",6243,"ENSG00000167962","ZNF598","zinc finger protein 598"
-"chr21",36260985,36261009,25,"*","5' UTR",21,36118122,36157168,39047,1,"100506385",142863,"ENSG00000234380","LINC01426","long intergenic non-protein coding RNA 1426"
-"chr1",210501573,210501586,14,"*","Promoter (<=1kb)",1,210501596,210849638,348043,1,"55733",-10,"ENSG00000054392","HHAT","hedgehog acyltransferase"
-"chr16",86565671,86565932,262,"*","Exon (uc002fjm.3/64779, exon 8 of 8)",16,86544133,86548070,3938,1,"2294",21538,"ENSG00000103241","FOXF1","forkhead box F1"
-"chr14",74111027,74111210,184,"*","Promoter (<=1kb)",14,74111578,74170431,58854,1,"83544",-368,"ENSG00000119661","DNAL1","dynein axonemal light chain 1"
-"chr5",17275894,17275997,104,"*","Exon (uc031siz.1/10409, exon 2 of 2)",5,17130137,17217531,87395,2,"285696",-58363,"ENSG00000215196","LOC285696","uncharacterized LOC285696"
-"chr12",93861162,93861276,115,"*","Promoter (<=1kb)",12,93861266,93897548,36283,1,"28977",0,"ENSG00000198015","MRPL42","mitochondrial ribosomal protein L42"
-"chr16",46603191,46603259,69,"*","Promoter (<=1kb)",16,46503249,46603009,99761,2,"124149",-182,NA,"ANKRD26P1","ankyrin repeat domain 26 pseudogene 1"
-"chr5",139284250,139284498,249,"*","Intron (uc003lev.2/9542, intron 10 of 10)",5,139175406,139224048,48643,1,"84249",108844,"ENSG00000146005","PSD2","pleckstrin and Sec7 domain containing 2"
-"chr3",119187638,119187843,206,"*","Promoter (<=1kb)",3,119187785,119213554,25770,1,"56983",0,"ENSG00000163389","POGLUT1","protein O-glucosyltransferase 1"
-"chr12",40019768,40019835,68,"*","Promoter (<=1kb)",12,40019972,40302102,282131,1,"283461",-137,"ENSG00000180116","C12orf40","chromosome 12 open reading frame 40"
-"chr15",67135348,67135374,27,"*","Distal Intergenic",15,66994674,67074337,79664,1,"4091",140674,"ENSG00000137834","SMAD6","SMAD family member 6"
-"chr11",1706846,1706854,9,"*","Promoter (<=1kb)",11,1704500,1706859,2360,2,"100132464",5,"ENSG00000205865","FAM99B","family with sequence similarity 99 member B (non-protein coding)"
-"chr11",8305171,8305302,132,"*","Distal Intergenic",11,8245851,8290182,44332,2,"4004",-14989,"ENSG00000166407","LMO1","LIM domain only 1"
-"chr1",36273452,36273677,226,"*","Promoter (<=1kb)",1,36273828,36323490,49663,1,"192670",-151,"ENSG00000134698","AGO4","argonaute 4, RISC catalytic component"
-"chr10",3146741,3147008,268,"*","5' UTR",10,3183793,3190821,7029,1,"100507034",-36785,"ENSG00000237399","PITRM1-AS1","PITRM1 antisense RNA 1"
-"chr17",17682593,17682984,392,"*","Promoter (<=1kb)",17,17680000,17682843,2844,2,"140771",0,"ENSG00000226746","SMCR5","Smith-Magenis syndrome chromosome region, candidate 5 (non-protein coding)"
-"chr9",139741803,139741866,64,"*","Promoter (1-2kb)",9,139743256,139745490,2235,1,"29085",-1390,"ENSG00000054148","PHPT1","phosphohistidine phosphatase 1"
-"chr11",14665287,14665307,21,"*","Promoter (<=1kb)",11,14665269,14893604,228336,1,"5140",18,"ENSG00000152270","PDE3B","phosphodiesterase 3B"
-"chr19",51457432,51457787,356,"*","Promoter (1-2kb)",19,51446559,51456344,9786,2,"25818",-1088,"ENSG00000167754","KLK5","kallikrein related peptidase 5"
-"chr6",33272430,33272516,87,"*","3' UTR",6,33540323,33548070,7748,2,"578",275554,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr19",55660572,55660577,6,"*","Promoter (<=1kb)",19,55644161,55660606,16446,2,"7138",29,"ENSG00000105048","TNNT1","troponin T1, slow skeletal type"
-"chr8",99917203,99917303,101,"*","Intron (uc003yio.4/6788, intron 12 of 12)",8,99466859,99954799,487941,2,"6788",37496,"ENSG00000104375","STK3","serine/threonine kinase 3"
-"chr6",33245995,33246008,14,"*","Exon (uc003odr.3/8705, exon 1 of 1)",6,33540323,33548070,7748,2,"578",302062,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",86528753,86529003,251,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",13463,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
-"chr18",60382495,60382585,91,"*","Promoter (<=1kb)",18,60382672,60647676,265005,1,"23239",-87,"ENSG00000081913","PHLPP1","PH domain and leucine rich repeat protein phosphatase 1"
-"chr20",60758035,60758377,343,"*","Promoter (<=1kb)",20,60758081,60777810,19730,1,"26164",0,"ENSG00000101181","MTG2","mitochondrial ribosome-associated GTPase 2"
-"chr3",99536150,99536261,112,"*","Promoter (<=1kb)",3,99536678,99897476,360799,1,"84319",-417,"ENSG00000184220","CMSS1","cms1 ribosomal small subunit homolog (yeast)"
-"chr19",3094186,3094637,452,"*","Promoter (<=1kb)",19,3094408,3121454,27047,1,"2767",0,"ENSG00000088256","GNA11","G protein subunit alpha 11"
-"chr13",113382154,113382215,62,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",37511,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr22",48027716,48027921,206,"*","Promoter (<=1kb)",22,48016792,48027318,10527,2,"400932",-398,"ENSG00000205634","LINC00898","long intergenic non-protein coding RNA 898"
-"chr8",42911648,42911960,313,"*","Promoter (<=1kb)",8,42911442,42940932,29491,1,"2339",206,"ENSG00000168522","FNTA","farnesyltransferase, CAAX box, alpha"
-"chr11",1248911,1248923,13,"*","Exon (uc009yct.2/727897, exon 7 of 26)",11,1295598,1330892,35295,2,"54472",81969,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr12",131780841,131781223,383,"*","3' UTR",12,131649556,131697476,47921,1,"116437",131285,"ENSG00000204603","LINC01257","long intergenic non-protein coding RNA 1257"
-"chr14",20811315,20811419,105,"*","Promoter (<=1kb)",14,20811230,20811570,341,2,"85495",151,"ENSG00000277209","RPPH1","ribonuclease P RNA component H1"
-"chr6",29548535,29548643,109,"*","Intron (uc003nmp.4/2550, intron 1 of 18)",6,28471073,28483570,12498,2,"257202",-1064965,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrX",103813150,103813550,401,"*","Promoter (2-3kb)",23,103810996,105011822,1200827,1,"26280",2154,"ENSG00000189108","IL1RAPL2","interleukin 1 receptor accessory protein like 2"
-"chr6",33405448,33405517,70,"*","5' UTR",6,33540323,33548070,7748,2,"578",142553,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr6",99872792,99872838,47,"*","Promoter (<=1kb)",6,99847841,99873207,25367,2,"25957",369,"ENSG00000132424","PNISR","PNN-interacting serine/arginine-rich protein"
-"chr11",69455664,69455667,4,"*","Promoter (<=1kb)",11,69455873,69469242,13370,1,"595",-206,"ENSG00000110092","CCND1","cyclin D1"
-"chr2",207024188,207024197,10,"*","Promoter (<=1kb)",2,206987803,207024243,36441,2,"4719",46,"ENSG00000023228","NDUFS1","NADH:ubiquinone oxidoreductase core subunit S1"
-"chr12",132326213,132326359,147,"*","Exon (uc001ujc.1/4326, exon 5 of 10)",12,132312941,132336316,23376,1,"4326",13272,"ENSG00000198598","MMP17","matrix metallopeptidase 17"
-"chr14",52240877,52241003,127,"*","Distal Intergenic",14,52313952,52436518,122567,1,"54331",-72949,"ENSG00000186469","GNG2","G protein subunit gamma 2"
-"chr17",8230235,8230350,116,"*","Distal Intergenic",17,8243188,8249363,6176,1,"146852",-12838,"ENSG00000184650","ODF4","outer dense fiber of sperm tails 4"
-"chr7",73389575,73389632,58,"*","Distal Intergenic",7,73442427,73484236,41810,1,"2006",-52795,"ENSG00000049540","ELN","elastin"
-"chr1",100435336,100435382,47,"*","Promoter (<=1kb)",1,100435345,100492534,57190,1,"23443",0,"ENSG00000117620","SLC35A3","solute carrier family 35 member A3"
-"chr17",40119847,40119957,111,"*","Promoter (1-2kb)",17,40118759,40129754,10996,1,"1267",1088,"ENSG00000173786","CNP","2',3'-cyclic nucleotide 3' phosphodiesterase"
-"chr19",43918417,43918868,452,"*","Intron (uc002owk.3/83639, intron 4 of 8)",19,43892763,43922767,30005,1,"83639",25654,"ENSG00000131126","TEX101","testis expressed 101"
-"chr6",168709944,168710203,260,"*","Intron (uc003qwq.3/168002, intron 1 of 3)",6,168707584,168720402,12819,2,"168002",10199,"ENSG00000164488","DACT2","dishevelled-binding antagonist of beta-catenin 2"
-"chr4",123843025,123843227,203,"*","Promoter (<=1kb)",4,123813799,123844159,30361,2,"11162",932,"ENSG00000170917","NUDT6","nudix hydrolase 6"
-"chr15",101567846,101568393,548,"*","Exon (uc002bwr.3/79705, exon 19 of 34)",15,101459460,101610317,150858,1,"79705",108386,"ENSG00000154237","LRRK1","leucine-rich repeat kinase 1"
-"chr8",37621167,37621231,65,"*","Promoter (1-2kb)",8,37620101,37637286,17186,1,"11212",1066,"ENSG00000147471","PROSC","proline synthetase co-transcribed homolog (bacterial)"
-"chr17",5323715,5323805,91,"*","Promoter (<=1kb)",17,5289346,5323059,33714,2,"4927",-656,"ENSG00000108559","NUP88","nucleoporin 88kDa"
-"chr2",113299015,113299370,356,"*","Promoter (<=1kb)",2,113299492,113334727,35236,1,"84172",-122,"ENSG00000125630","POLR1B","polymerase (RNA) I subunit B"
-"chr19",8934532,8934731,200,"*","Intron (uc010dwg.1/148156, intron 6 of 9)",19,8920382,8942975,22594,2,"148156",8244,"ENSG00000167785","ZNF558","zinc finger protein 558"
-"chr22",36557301,36557559,259,"*","5' UTR",22,36536371,36562225,25855,2,"80833",4666,"ENSG00000128284","APOL3","apolipoprotein L3"
-"chr16",3067578,3067711,134,"*","Promoter (<=1kb)",16,3064713,3068188,3476,2,"9074",477,"ENSG00000184697","CLDN6","claudin 6"
-"chr1",2984227,2984255,29,"*","Promoter (<=1kb)",1,2976181,2984289,8109,2,"440556",34,"ENSG00000177133","LINC00982","long intergenic non-protein coding RNA 982"
-"chr6",29975080,29975093,14,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1491510,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr19",34012887,34012909,23,"*","Promoter (<=1kb)",19,33877855,34012799,134945,2,"5184",-88,"ENSG00000124299","PEPD","peptidase D"
-"chr5",92906630,92906851,222,"*","Intron (uc011cue.1/441094, intron 2 of 2)",5,92745065,92917003,171939,2,"441094",10152,"ENSG00000237187","NR2F1-AS1","NR2F1 antisense RNA 1"
-"chr1",159916034,159916077,44,"*","Promoter (<=1kb)",1,159896829,159915386,18558,2,"57549",-648,"ENSG00000085552","IGSF9","immunoglobulin superfamily member 9"
-"chr4",46995743,46995821,79,"*","Promoter (<=1kb)",4,46920917,46996424,75508,2,"2557",603,"ENSG00000109158","GABRA4","gamma-aminobutyric acid type A receptor alpha4 subunit"
-"chr16",744861,744891,31,"*","Intron (uc002cja.3/146330, intron 2 of 2)",16,734702,740400,5699,2,"84219",-4461,"ENSG00000127580","WDR24","WD repeat domain 24"
-"chr5",154393281,154393446,166,"*","Promoter (<=1kb)",5,154393260,154397685,4426,1,"285643",21,"ENSG00000226650","KIF4B","kinesin family member 4B"
-"chr8",143210597,143210937,341,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-46763,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
-"chr2",171571049,171571151,103,"*","Promoter (<=1kb)",2,171568949,171571077,2129,2,"440925",0,"ENSG00000222033","LINC01124","long intergenic non-protein coding RNA 1124"
-"chr10",3373627,3373722,96,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3179116,3215033,35918,2,"10531",-158594,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
-"chr2",175198768,175198904,137,"*","Promoter (<=1kb)",2,175199821,175202268,2448,1,"100131390",-917,"ENSG00000217236","SP9","Sp9 transcription factor"
-"chr17",11461572,11461617,46,"*","Exon (uc002gna.4/388336, exon 4 of 4)",17,11501748,11873065,371318,1,"1770",-40131,"ENSG00000007174","DNAH9","dynein axonemal heavy chain 9"
-"chr4",107958104,107958443,340,"*","Intron (uc010ilw.1/27123, intron 2 of 3)",4,107842959,108204846,361888,2,"27123",246403,"ENSG00000155011","DKK2","dickkopf WNT signaling pathway inhibitor 2"
-"chr19",10213417,10213674,258,"*","Promoter (<=1kb)",19,10203013,10213425,10413,2,"83854",0,"ENSG00000130812","ANGPTL6","angiopoietin like 6"
-"chr6",100676841,100677068,228,"*","Distal Intergenic",6,100367786,100442114,74329,2,"84539",-234727,"ENSG00000152034","MCHR2","melanin concentrating hormone receptor 2"
-"chr1",111022652,111022774,123,"*","Intron (uc009wft.1/643160, intron 2 of 7)",1,111016378,111033891,17514,1,"643160",6274,"ENSG00000240194","CYMP","chymosin pseudogene"
-"chr10",6162106,6162140,35,"*","Distal Intergenic",10,6186843,6277507,90665,1,"5209",-24703,"ENSG00000170525","PFKFB3","6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3"
-"chr6",31854281,31854303,23,"*","Intron (uc003nxy.1/10919, intron 10 of 26)",6,32485154,32557613,72460,2,"3127",703310,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr9",84303915,84304366,452,"*","Promoter (<=1kb)",9,84198598,84303596,104999,2,"7088",-319,"ENSG00000196781","TLE1","transducin like enhancer of split 1"
-"chr11",2890622,2890657,36,"*","Promoter (<=1kb)",11,2891263,2893336,2074,1,"55539",-606,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
-"chr11",7272828,7273049,222,"*","Intron (uc001mfd.3/143425, intron 1 of 8)",11,7260009,7490276,230268,1,"143425",12819,"ENSG00000170743","SYT9","synaptotagmin 9"
-"chr11",69683043,69683413,371,"*","Distal Intergenic",11,69624736,69634192,9457,2,"2248",-48851,"ENSG00000186895","FGF3","fibroblast growth factor 3"
-"chr16",30389462,30389503,42,"*","Promoter (<=1kb)",16,30389633,30411429,21797,1,"197407",-130,"ENSG00000180035","ZNF48","zinc finger protein 48"
-"chr15",65593640,65593933,294,"*","Distal Intergenic",15,65550437,65579018,28582,2,"54956",-14622,"ENSG00000138617","PARP16","poly(ADP-ribose) polymerase family member 16"
-"chr16",48644198,48644211,14,"*","Promoter (<=1kb)",16,48572637,48644120,71484,2,"9683",-78,"ENSG00000102921","N4BP1","NEDD4 binding protein 1"
-"chr16",89972022,89972291,270,"*","Intron (uc002fpb.2/22980, intron 14 of 17)",16,89984287,89987385,3099,1,"4157",-11996,"ENSG00000258839","MC1R","melanocortin 1 receptor"
-"chr3",197391793,197391942,150,"*","Distal Intergenic",3,197401367,197401447,81,2,"100126321",9505,"ENSG00000216042","MIR922","microRNA 922"
-"chr7",152618877,152619168,292,"*","Distal Intergenic",7,152456834,152552464,95631,1,"57180",162043,"ENSG00000133627","ACTR3B","ARP3 actin-related protein 3 homolog B (yeast)"
-"chr1",36915964,36915991,28,"*","Promoter (<=1kb)",1,36883507,36916086,32580,2,"127700",95,"ENSG00000116885","OSCP1","organic solute carrier partner 1"
-"chr10",133796348,133796446,99,"*","Promoter (<=1kb)",10,133781204,133795435,14232,2,"664",-913,"ENSG00000176171","BNIP3","BCL2/adenovirus E1B 19kDa interacting protein 3"
-"chr16",10276081,10276119,39,"*","Promoter (<=1kb)",16,9847265,10276611,429347,2,"2903",492,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
-"chr2",152146702,152146944,243,"*","Promoter (<=1kb)",2,152126982,152146430,19449,2,"9111",-272,"ENSG00000123609","NMI","N-myc and STAT interactor"
-"chr6",30684883,30684905,23,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872708,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",27729801,27729992,192,"*","Downstream (<1kb)",1,27719148,27722317,3170,1,"2827",10653,"ENSG00000181773","GPR3","G protein-coupled receptor 3"
-"chr14",103541561,103541909,349,"*","Distal Intergenic",14,103398716,103523742,125027,2,"9578",-17819,"ENSG00000198752","CDC42BPB","CDC42 binding protein kinase beta"
-"chr16",30103511,30103528,18,"*","Promoter (<=1kb)",16,30097115,30103208,6094,2,"6911",-303,"ENSG00000149922","TBX6","T-box 6"
-"chr2",198570720,198570726,7,"*","Promoter (<=1kb)",2,198570028,198573114,3087,1,"92935",692,"ENSG00000247626","MARS2","methionyl-tRNA synthetase 2, mitochondrial"
-"chr4",163085228,163085235,8,"*","Promoter (<=1kb)",4,162305044,163085186,780143,2,"56884",-42,"ENSG00000168843","FSTL5","follistatin like 5"
-"chr1",40974605,40974785,181,"*","Promoter (<=1kb)",1,40974433,40982214,7782,1,"64789",172,"ENSG00000164002","EXO5","exonuclease 5"
-"chr17",8908079,8908225,147,"*","Distal Intergenic",17,8924859,9147317,222459,1,"9423",-16634,"ENSG00000065320","NTN1","netrin 1"
-"chr7",2086492,2086509,18,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1855428,2272583,417156,2,"8379",186074,"ENSG00000002822","MAD1L1","MAD1 mitotic arrest deficient-like 1 (yeast)"
-"chr7",48031420,48031559,140,"*","Intron (uc010kyq.3/256979, intron 3 of 7)",7,48002885,48019222,16338,2,"3364",-12198,"ENSG00000136273","HUS1","HUS1 checkpoint clamp component"
-"chr5",175816246,175816296,51,"*","Promoter (<=1kb)",5,175815784,175816751,968,1,"192286",462,"ENSG00000146066","HIGD2A","HIG1 hypoxia inducible domain family member 2A"
-"chr6",32367750,32367922,173,"*","Intron (uc003obg.1/56244, intron 2 of 5)",6,32485154,32557613,72460,2,"3127",189691,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr12",72233372,72233493,122,"*","Promoter (<=1kb)",12,72233487,72320629,87143,1,"64786",0,"ENSG00000121749","TBC1D15","TBC1 domain family member 15"
-"chr16",72981551,72981948,398,"*","Intron (uc002fck.3/463, intron 7 of 9)",16,72816786,73092534,275749,2,"463",110586,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
-"chr4",129208894,129209001,108,"*","Promoter (<=1kb)",4,129190392,129209984,19593,2,"10424",983,"ENSG00000164040","PGRMC2","progesterone receptor membrane component 2"
-"chr1",76262663,76262857,195,"*","Promoter (<=1kb)",1,76262556,76378923,116368,1,"4438",107,"ENSG00000057468","MSH4","mutS homolog 4"
-"chr1",6514605,6514615,11,"*","Intron (uc001amy.3/83715, intron 10 of 12)",1,6521214,6526255,5042,2,"8718",11640,"ENSG00000215788","TNFRSF25","tumor necrosis factor receptor superfamily member 25"
-"chrX",132547094,132547235,142,"*","Promoter (1-2kb)",23,132435064,132549205,114142,2,"2239",1970,"ENSG00000076716","GPC4","glypican 4"
-"chr1",172628065,172628215,151,"*","Promoter (<=1kb)",1,172628185,172636012,7828,1,"356",0,"ENSG00000117560","FASLG","Fas ligand"
-"chr1",182573107,182573405,299,"*","Promoter (<=1kb)",1,182567758,182573548,5791,2,"6004",143,"ENSG00000143333","RGS16","regulator of G-protein signaling 16"
-"chr3",45636177,45636338,162,"*","Promoter (<=1kb)",3,45636323,45722755,86433,1,"8994",0,"ENSG00000144791","LIMD1","LIM domains containing 1"
-"chr8",687970,688084,115,"*","Promoter (<=1kb)",8,687587,1087777,400191,1,"619343",383,"ENSG00000237647","ERICH1-AS1","ERICH1 antisense RNA 1"
-"chrX",153200444,153200851,408,"*","Promoter (<=1kb)",23,153195280,153200607,5328,2,"8260",0,"ENSG00000102030","NAA10","N(alpha)-acetyltransferase 10, NatA catalytic subunit"
-"chr1",54868559,54868959,401,"*","Intron (uc001cxe.4/23648, intron 15 of 17)",1,54691104,54872068,180965,2,"23648",3109,"ENSG00000157216","SSBP3","single stranded DNA binding protein 3"
-"chr19",52206176,52206258,83,"*","Exon (uc002pxm.1/147650, exon 1 of 3)",19,52196593,52208443,11851,1,"147650",9583,"ENSG00000182310","SPACA6","sperm acrosome associated 6"
-"chr5",74632964,74632966,3,"*","Promoter (<=1kb)",5,74632154,74657926,25773,1,"3156",810,"ENSG00000113161","HMGCR","3-hydroxy-3-methylglutaryl-CoA reductase"
-"chr8",77586347,77586439,93,"*","Intron (uc003yas.4/100192378, intron 3 of 3)",8,77593515,77779521,186007,1,"79776",-7076,"ENSG00000091656","ZFHX4","zinc finger homeobox 4"
-"chr12",52300911,52300922,12,"*","Promoter (<=1kb)",12,52300692,52317145,16454,1,"94",219,"ENSG00000139567","ACVRL1","activin A receptor like type 1"
-"chr4",111559018,111559105,88,"*","5' UTR",4,111538580,111563279,24700,2,"5308",4174,"ENSG00000164093","PITX2","paired like homeodomain 2"
-"chr11",84635788,84635858,71,"*","Intron (uc001pak.2/1740, intron 22 of 27)",11,83166056,85338314,2172259,2,"1740",702456,"ENSG00000150672","DLG2","discs large homolog 2"
-"chr6",31832445,31832486,42,"*","Exon (uc011dol.2/80736, exon 20 of 21)",6,32485154,32557613,72460,2,"3127",725127,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",7438565,7438609,45,"*","Promoter (1-2kb)",4,7432021,7436700,4680,2,"768239",-1865,"ENSG00000178597","PSAPL1","prosaposin-like 1 (gene/pseudogene)"
-"chr1",27278114,27278244,131,"*","Exon (uc001bni.2/126695, exon 2 of 4)",1,27276047,27286901,10855,2,"126695",8657,"ENSG00000175707","KDF1","keratinocyte differentiation factor 1"
-"chr2",242212374,242212470,97,"*","5' UTR",2,242254723,242293441,38719,1,"4735",-42253,"ENSG00000168385","SEPT2","septin 2"
-"chr11",114271280,114271288,9,"*","Promoter (<=1kb)",11,114262170,114271272,9103,2,"54494",-8,"ENSG00000180425","C11orf71","chromosome 11 open reading frame 71"
-"chr13",107354612,107354631,20,"*","Distal Intergenic",13,107306228,107324528,18301,1,"100874173",48384,"ENSG00000230156","LINC00443","long intergenic non-protein coding RNA 443"
-"chr15",52405416,52405647,232,"*","Promoter (<=1kb)",15,52401822,52404972,3151,2,"10017",-444,"ENSG00000137875","BCL2L10","BCL2 like 10"
-"chr2",201450695,201450962,268,"*","Promoter (<=1kb)",2,201450731,201536217,85487,1,"316",0,"ENSG00000138356","AOX1","aldehyde oxidase 1"
-"chr1",22108716,22108717,2,"*","Promoter (<=1kb)",1,22004792,22109688,104897,2,"84196",971,"ENSG00000090686","USP48","ubiquitin specific peptidase 48"
-"chr4",157997832,157998201,370,"*","Promoter (<=1kb)",4,157997277,158093242,95966,1,"2743",555,"ENSG00000109738","GLRB","glycine receptor beta"
-"chr12",52257845,52258029,185,"*","Distal Intergenic",12,52281793,52285505,3713,1,"341405",-23764,"ENSG00000167612","ANKRD33","ankyrin repeat domain 33"
-"chr17",21792970,21793388,419,"*","Distal Intergenic",17,21825370,21826499,1130,1,"284123",-31982,"ENSG00000178130","FAM27E5","family with sequence similarity E5"
-"chr19",14273713,14274172,460,"*","Exon (uc010xnn.2/22859, exon 6 of 24)",19,14247964,14282075,34112,1,"100507373",25749,"ENSG00000267169","LOC100507373","uncharacterized LOC100507373"
-"chr19",49302808,49302909,102,"*","3' UTR",19,49298319,49314320,16002,2,"587",11411,"ENSG00000105552","BCAT2","branched chain amino acid transaminase 2"
-"chr4",46995426,46995461,36,"*","Promoter (<=1kb)",4,46920917,46996424,75508,2,"2557",963,"ENSG00000109158","GABRA4","gamma-aminobutyric acid type A receptor alpha4 subunit"
-"chr13",113689091,113689236,146,"*","Intron (uc031qnk.1/23263, intron 3 of 27)",13,113621798,113622952,1155,2,"100289410",-66139,NA,"MCF2L-AS1","MCF2L antisense RNA 1"
-"chr11",118662118,118662120,3,"*","Promoter (<=1kb)",11,118618473,118661972,43500,2,"1656",-146,"ENSG00000110367","DDX6","DEAD-box helicase 6"
-"chr2",27545703,27545861,159,"*","Promoter (2-3kb)",2,27532360,27548547,16188,2,"4358",2686,"ENSG00000115204","MPV17","MpV17 mitochondrial inner membrane protein"
-"chr1",98515177,98515272,96,"*","Promoter (<=1kb)",1,98453556,98515249,61694,2,"400765",0,"ENSG00000225206","MIR137HG","MIR137 host gene"
-"chr6",85474209,85474265,57,"*","Promoter (<=1kb)",6,85397079,85473954,76876,2,"9096",-255,"ENSG00000112837","TBX18","T-box 18"
-"chr11",64023038,64023126,89,"*","Exon (uc009ypi.3/5331, exon 7 of 32)",11,64018995,64036924,17930,1,"5331",4043,"ENSG00000149782","PLCB3","phospholipase C beta 3"
-"chr17",77766373,77766769,397,"*","Downstream (1-2kb)",17,77768176,77770915,2740,2,"57332",4146,"ENSG00000141570","CBX8","chromobox 8"
-"chr7",63667446,63667452,7,"*","Promoter (<=1kb)",7,63667581,63680668,13088,1,"730291",-129,"ENSG00000223614","ZNF735","zinc finger protein 735"
-"chr14",57735852,57735919,68,"*","Promoter (<=1kb)",14,57669194,57735617,66424,2,"10640",-235,"ENSG00000070367","EXOC5","exocyst complex component 5"
-"chr10",23003984,23004020,37,"*","Promoter (<=1kb)",10,22823766,23003503,179738,2,"5305",-481,"ENSG00000150867","PIP4K2A","phosphatidylinositol-5-phosphate 4-kinase, type II, alpha"
-"chr10",119306193,119306198,6,"*","Promoter (1-2kb)",10,119243804,119304579,60776,2,"196047",-1614,"ENSG00000229847","EMX2OS","EMX2 opposite strand/antisense RNA"
-"chr17",46620299,46620365,67,"*","Promoter (1-2kb)",17,46621713,46628603,6891,1,"100874362",-1348,"ENSG00000230148","HOXB-AS1","HOXB cluster antisense RNA 1"
-"chr2",71680559,71680637,79,"*","Promoter (<=1kb)",2,71680753,71913893,233141,1,"8291",-116,"ENSG00000135636","DYSF","dysferlin"
-"chr6",24491098,24491120,23,"*","Promoter (1-2kb)",6,24426062,24489850,63789,2,"2822",-1248,"ENSG00000112293","GPLD1","glycosylphosphatidylinositol specific phospholipase D1"
-"chr6",31803246,31803263,18,"*","Intron (uc003rjx.2/50854, intron 2 of 4)",6,32485154,32557613,72460,2,"3127",754350,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr13",28369466,28369574,109,"*","Promoter (2-3kb)",13,28366780,28368089,1310,1,"219409",2686,"ENSG00000169840","GSX1","GS homeobox 1"
-"chr20",21000321,21000761,441,"*","Distal Intergenic",20,21106624,21227258,120635,1,"55857",-105863,"ENSG00000088970","KIZ","kizuna centrosomal protein"
-"chr16",81039847,81039865,19,"*","Promoter (<=1kb)",16,81040103,81066709,26607,1,"55839",-238,"ENSG00000166451","CENPN","centromere protein N"
-"chr22",43342890,43343036,147,"*","5' UTR",22,43265772,43411184,145413,2,"11252",68148,"ENSG00000100266","PACSIN2","protein kinase C and casein kinase substrate in neurons 2"
-"chr9",138370655,138370691,37,"*","Promoter (<=1kb)",9,138371648,138380739,9092,1,"9858",-957,"ENSG00000196422","PPP1R26","protein phosphatase 1 regulatory subunit 26"
-"chr17",80621794,80621810,17,"*","Intron (uc002kfs.3/10966, intron 4 of 5)",17,80572438,80606411,33974,2,"56270",-15383,"ENSG00000141580","WDR45B","WD repeat domain 45B"
-"chr18",22006089,22006268,180,"*","Promoter (<=1kb)",18,22006609,22033494,26886,1,"55364",-341,"ENSG00000154059","IMPACT","impact RWD domain protein"
-"chr4",57976573,57976756,184,"*","Promoter (<=1kb)",4,57897237,57976551,79315,2,"3490",-22,"ENSG00000163453","IGFBP7","insulin like growth factor binding protein 7"
-"chr15",78441410,78441512,103,"*","Promoter (<=1kb)",15,78441719,78462884,21166,1,"3419",-207,"ENSG00000166411","IDH3A","isocitrate dehydrogenase 3 (NAD+) alpha"
-"chr17",78915881,78916330,450,"*","Intron (uc002jyt.1/57521, intron 25 of 33)",17,78965641,78973933,8293,1,"79643",-49311,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr3",187463569,187463583,15,"*","Promoter (<=1kb)",3,187439165,187463513,24349,2,"604",-56,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
-"chr9",127623377,127623523,147,"*","Promoter (<=1kb)",9,127620158,127624240,4083,2,"11224",717,"ENSG00000136942","RPL35","ribosomal protein L35"
-"chr10",728953,729204,252,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,320130,735608,415479,2,"22982",6404,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr14",21457454,21457823,370,"*","Promoter (<=1kb)",14,21457965,21465194,7230,1,"64745",-142,"ENSG00000165792","METTL17","methyltransferase like 17"
-"chr19",1315962,1316043,82,"*","Distal Intergenic",19,1286153,1301429,15277,1,"1943",29809,"ENSG00000099617","EFNA2","ephrin-A2"
-"chr12",69005242,69005390,149,"*","Promoter (<=1kb)",12,69004619,69054385,49767,1,"5908",623,"ENSG00000127314","RAP1B","RAP1B, member of RAS oncogene family"
-"chr6",110797497,110797506,10,"*","Promoter (<=1kb)",6,110745892,110797844,51953,2,"85413",338,"ENSG00000004809","SLC22A16","solute carrier family 22 member 16"
-"chr1",26737422,26737663,242,"*","Promoter (<=1kb)",1,26737269,26756219,18951,1,"79727",153,"ENSG00000131914","LIN28A","lin-28 homolog A"
-"chr2",220436873,220436894,22,"*","Promoter (<=1kb)",2,220436954,220440435,3482,1,"3623",-60,"ENSG00000123999","INHA","inhibin alpha"
-"chr16",12009330,12009357,28,"*","Promoter (1-2kb)",16,11961985,12010519,48535,2,"2935",1162,"ENSG00000103342","GSPT1","G1 to S phase transition 1"
-"chr16",733794,733857,64,"*","Promoter (<=1kb)",16,731667,734439,2773,2,"339123",582,"ENSG00000161999","JMJD8","jumonji domain containing 8"
-"chr17",27918338,27918532,195,"*","Promoter (1-2kb)",17,27916801,27941779,24979,1,"124930",1537,"ENSG00000198720","ANKRD13B","ankyrin repeat domain 13B"
-"chr7",50861544,50861549,6,"*","Promoter (<=1kb)",7,50657760,50861159,203400,2,"2887",-385,"ENSG00000106070","GRB10","growth factor receptor bound protein 10"
-"chr14",51955524,51955537,14,"*","Promoter (<=1kb)",14,51955839,52197444,241606,1,"122786",-302,"ENSG00000139926","FRMD6","FERM domain containing 6"
-"chr16",29263033,29263077,45,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-39751,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
-"chr19",55740682,55740727,46,"*","Promoter (<=1kb)",19,55738002,55740632,2631,2,"255043",-50,"ENSG00000180089","TMEM86B","transmembrane protein 86B"
-"chr2",27712693,27712704,12,"*","Promoter (<=1kb)",2,27667240,27712571,45332,2,"26160",-122,"ENSG00000138002","IFT172","intraflagellar transport 172"
-"chr11",279902,280397,496,"*","Promoter (1-2kb)",11,278570,285388,6819,1,"171389",1332,"ENSG00000174885","NLRP6","NLR family, pyrin domain containing 6"
-"chr6",32072119,32072474,356,"*","Intron (uc003nzl.2/7148, intron 43 of 43)",6,32485154,32557613,72460,2,"3127",485139,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",100183862,100183965,104,"*","Promoter (<=1kb)",7,100183956,100198740,14785,1,"26261",0,"ENSG00000106336","FBXO24","F-box protein 24"
-"chr8",61591156,61591398,243,"*","Promoter (<=1kb)",8,61591324,61780586,189263,1,"55636",0,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
-"chr10",135270877,135270899,23,"*","5' UTR",10,135267432,135337062,69631,1,"619207",3445,"ENSG00000214279","SCART1","scavenger receptor protein family member"
-"chr12",1943758,1943841,84,"*","Exon (uc001qjt.2/654429, exon 5 of 5)",12,1929433,1945918,16486,1,"654429",14325,"ENSG00000166159","LRTM2","leucine-rich repeats and transmembrane domains 2"
-"chr7",98568332,98568525,194,"*","Intron (uc003upp.3/8295, intron 51 of 71)",7,98479273,98479352,80,1,"100500819",89059,"ENSG00000266019","MIR3609","microRNA 3609"
-"chrX",30671338,30671362,25,"*","Promoter (<=1kb)",23,30671476,30749577,78102,1,"2710",-114,"ENSG00000198814","GK","glycerol kinase"
-"chr5",41071405,41071831,427,"*","Promoter (<=1kb)",5,40998122,41071444,73323,2,"133558",0,"ENSG00000171495","MROH2B","maestro heat like repeat family member 2B"
-"chr5",2751502,2751504,3,"*","Promoter (<=1kb)",5,2746279,2751769,5491,2,"153572",265,"ENSG00000170561","IRX2","iroquois homeobox 2"
-"chr8",80679978,80679988,11,"*","Promoter (<=1kb)",8,80676245,80680098,3854,2,"23462",110,"ENSG00000164683","HEY1","hes related family bHLH transcription factor with YRPW motif 1"
-"chr20",36148457,36148556,100,"*","Promoter (1-2kb)",20,36149607,36152090,2484,1,"4826",-1051,"ENSG00000053438","NNAT","neuronatin"
-"chr5",71852711,71853215,505,"*","Distal Intergenic",5,71739234,71803249,64016,2,"167465",-49462,"ENSG00000178175","ZNF366","zinc finger protein 366"
-"chr12",9600884,9600886,3,"*","Promoter (<=1kb)",12,9570287,9600768,30482,2,"440081",-116,NA,"DDX12P","DEAD/H-box helicase 12, pseudogene"
-"chr6",41194812,41195044,233,"*","Promoter (1-2kb)",6,41196062,41206120,10059,1,"285852",-1018,"ENSG00000188056","TREML4","triggering receptor expressed on myeloid cells like 4"
-"chr19",50321369,50321447,79,"*","Promoter (<=1kb)",19,50321536,50342036,20501,1,"81857",-89,"ENSG00000104973","MED25","mediator complex subunit 25"
-"chr10",135113336,135113403,68,"*","Intron (uc001lmg.2/10844, intron 15 of 17)",10,135122423,135126666,4244,1,"118472",-9020,"ENSG00000198546","ZNF511","zinc finger protein 511"
-"chr16",2880101,2880278,178,"*","Promoter (<=1kb)",16,2880173,2882285,2113,1,"124220",0,"ENSG00000162078","ZG16B","zymogen granule protein 16B"
-"chr2",467891,468131,241,"*","Distal Intergenic",2,279561,288308,8748,2,"285016",-179583,"ENSG00000189292","FAM150B","family with sequence similarity 150 member B"
-"chr3",41240939,41240962,24,"*","5' UTR",3,41236401,41281939,45539,1,"1499",4538,"ENSG00000168036","CTNNB1","catenin beta 1"
-"chr3",148804381,148804429,49,"*","Promoter (<=1kb)",3,148747904,148804341,56438,2,"6596",-40,"ENSG00000071794","HLTF","helicase-like transcription factor"
-"chr3",194118430,194118565,136,"*","Promoter (1-2kb)",3,194115550,194119995,4446,2,"2814",1430,"ENSG00000178732","GP5","glycoprotein V platelet"
-"chr11",75141627,75141674,48,"*","Promoter (<=1kb)",11,75133438,75141674,8237,2,"283212",0,"ENSG00000149243","KLHL35","kelch like family member 35"
-"chr12",752290,752381,92,"*","Intron (uc001qim.1/uc001qim.1, intron 4 of 4)",12,673462,772755,99294,2,"4815",20374,"ENSG00000171840","NINJ2","ninjurin 2"
-"chr9",115650839,115650856,18,"*","Promoter (2-3kb)",9,115641200,115653193,11994,2,"57864",2337,"ENSG00000119457","SLC46A2","solute carrier family 46 member 2"
-"chr10",96305340,96305431,92,"*","Promoter (<=1kb)",10,96305543,96361856,56314,1,"3070",-112,"ENSG00000119969","HELLS","helicase, lymphoid-specific"
-"chr8",144680362,144680385,24,"*","Promoter (<=1kb)",8,144680074,144682485,2412,1,"84948",288,"ENSG00000179886","TIGD5","tigger transposable element derived 5"
-"chr1",33938162,33938224,63,"*","Promoter (<=1kb)",1,33938232,33961995,23764,1,"7579",-8,"ENSG00000121903","ZSCAN20","zinc finger and SCAN domain containing 20"
-"chr19",44576247,44576465,219,"*","5' UTR",19,44556164,44572142,15979,1,"7766",20083,"ENSG00000178386","ZNF223","zinc finger protein 223"
-"chr7",156786185,156786278,94,"*","Downstream (<1kb)",7,156786745,156803347,16603,2,"3110",17069,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
-"chr1",1990986,1991003,18,"*","Exon (uc001aiq.3/5590, exon 4 of 18)",1,1981909,2116834,134926,1,"5590",9077,"ENSG00000067606","PRKCZ","protein kinase C zeta"
-"chr12",106979014,106979030,17,"*","Promoter (2-3kb)",12,106976685,107156582,179898,1,"5992",2329,"ENSG00000111783","RFX4","regulatory factor X4"
-"chr16",31548908,31549141,234,"*","Distal Intergenic",16,31539203,31540124,922,1,"51327",9705,"ENSG00000169877","AHSP","alpha hemoglobin stabilizing protein"
-"chr6",13574573,13574794,222,"*","Promoter (<=1kb)",6,13574761,13615390,40630,1,"23408",0,"ENSG00000124523","SIRT5","sirtuin 5"
-"chr7",100964950,100965198,249,"*","Promoter (<=1kb)",7,100956648,100965093,8446,2,"64792",0,"ENSG00000128581","IFT22","intraflagellar transport 22"
-"chr8",144680893,144681049,157,"*","Promoter (<=1kb)",8,144680074,144682485,2412,1,"84948",819,"ENSG00000179886","TIGD5","tigger transposable element derived 5"
-"chr12",52800261,52800423,163,"*","Promoter (<=1kb)",12,52787735,52800176,12442,2,"3888",-85,"ENSG00000161850","KRT82","keratin 82"
-"chr21",28338788,28339262,475,"*","Promoter (<=1kb)",21,28290231,28339439,49209,2,"11096",177,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
-"chr2",231085677,231085687,11,"*","Intron (uc021vxx.1/3431, intron 14 of 15)",2,231033645,231090444,56800,2,"3431",4757,"ENSG00000135899","SP110","SP110 nuclear body protein"
-"chr6",157505920,157505996,77,"*","Intron (uc003qqn.3/57492, intron 13 of 19)",6,157710054,157745253,35200,2,"729515",239257,"ENSG00000215712","TMEM242","transmembrane protein 242"
-"chr8",22419442,22419519,78,"*","Exon (uc011kzk.1/10174, exon 7 of 13)",8,22409251,22433008,23758,1,"10174",10191,"ENSG00000120896","SORBS3","sorbin and SH3 domain containing 3"
-"chr7",598411,598729,319,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",38383,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr4",23892492,23892573,82,"*","Intron (uc031sdx.1/10891, intron 13 of 14)",4,23793644,24474394,680751,2,"10891",581821,"ENSG00000109819","PPARGC1A","PPARG coactivator 1 alpha"
-"chr14",73706479,73706676,198,"*","Promoter (2-3kb)",14,73704205,73741347,37143,1,"89932",2274,"ENSG00000100767","PAPLN","papilin, proteoglycan-like sulfated glycoprotein"
-"chr19",42724332,42724346,15,"*","Promoter (<=1kb)",19,42702745,42724304,21560,2,"162989",-28,"ENSG00000160570","DEDD2","death effector domain containing 2"
-"chr5",178368075,178368112,38,"*","Promoter (<=1kb)",5,178368194,178393218,25025,1,"285676",-82,"ENSG00000178187","ZNF454","zinc finger protein 454"
-"chr6",160389711,160389717,7,"*","Promoter (<=1kb)",6,160390131,160527583,137453,1,"3482",-414,"ENSG00000197081","IGF2R","insulin like growth factor 2 receptor"
-"chr7",157849639,157849649,11,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",202362,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr7",77427825,77427853,29,"*","Promoter (<=1kb)",7,77423045,77427747,4703,2,"85025",-78,"ENSG00000135211","TMEM60","transmembrane protein 60"
-"chr11",71709751,71709762,12,"*","Promoter (<=1kb)",11,71709958,71713965,4008,1,"10068",-196,"ENSG00000137496","IL18BP","interleukin 18 binding protein"
-"chr5",38258670,38258853,184,"*","Promoter (<=1kb)",5,38258511,38465582,207072,1,"133584",159,"ENSG00000164318","EGFLAM","EGF like, fibronectin type III and laminin G domains"
-"chr14",104152319,104152337,19,"*","3' UTR",14,104163954,104181823,17870,2,"7517",29486,"ENSG00000126215","XRCC3","X-ray repair complementing defective repair in Chinese hamster cells 3"
-"chr4",53522773,53522876,104,"*","Promoter (2-3kb)",4,53457127,53525502,68376,2,"64854",2626,"ENSG00000109189","USP46","ubiquitin specific peptidase 46"
-"chr14",24658184,24658201,18,"*","Promoter (1-2kb)",14,24649425,24659859,10435,2,"79711",1658,"ENSG00000196497","IPO4","importin 4"
-"chr12",132897458,132897840,383,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132680917,132905905,224989,2,"50614",8065,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr19",1568032,1568034,3,"*","Promoter (<=1kb)",19,1554668,1568057,13390,2,"399664",23,"ENSG00000181588","MEX3D","mex-3 RNA binding family member D"
-"chr1",120838397,120838644,248,"*","Promoter (<=1kb)",1,120839005,120855681,16677,1,"653820",-361,"ENSG00000188610","FAM72B","family with sequence similarity 72 member B"
-"chr2",16081776,16081974,199,"*","Promoter (<=1kb)",2,16080020,16081845,1826,2,"10408",0,"ENSG00000233718","MYCNOS","MYCN opposite strand"
-"chr9",102585273,102585669,397,"*","Promoter (1-2kb)",9,102584137,102629173,45037,1,"8013",1136,"ENSG00000119508","NR4A3","nuclear receptor subfamily 4 group A member 3"
-"chr1",2847778,2848062,285,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-89984,"ENSG00000169717","ACTRT2","actin related protein T2"
-"chr1",57285160,57285278,119,"*","Promoter (<=1kb)",1,57184477,57285369,100893,2,"199920",91,"ENSG00000187889","C1orf168","chromosome 1 open reading frame 168"
-"chr17",14738117,14738223,107,"*","Distal Intergenic",17,14934292,14935274,983,1,"94150",-196069,"ENSG00000259944","CDRT7","CMT1A duplicated region transcript 7 (non-protein coding)"
-"chr16",29802448,29802874,427,"*","Promoter (<=1kb)",16,29802034,29816706,14673,1,"3835",414,"ENSG00000079616","KIF22","kinesin family member 22"
-"chr19",44123438,44123912,475,"*","Promoter (<=1kb)",19,44111376,44124014,12639,2,"126299",102,"ENSG00000131116","ZNF428","zinc finger protein 428"
-"chr5",107718043,107718300,258,"*","Promoter (<=1kb)",5,107194734,107717799,523066,2,"64839",-244,"ENSG00000145743","FBXL17","F-box and leucine-rich repeat protein 17"
-"chr6",32049781,32049797,17,"*","Intron (uc003nzl.2/7148, intron 35 of 43)",6,32485154,32557613,72460,2,"3127",507816,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr21",38935943,38936111,169,"*","Distal Intergenic",21,38739859,38887679,147821,1,"1859",196084,"ENSG00000157540","DYRK1A","dual specificity tyrosine phosphorylation regulated kinase 1A"
-"chr16",54404305,54404333,29,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-83927,"ENSG00000177508","IRX3","iroquois homeobox 3"
-"chr14",93799041,93799109,69,"*","Promoter (<=1kb)",14,93703896,93799385,95490,2,"55727",276,"ENSG00000011114","BTBD7","BTB domain containing 7"
-"chr7",27142437,27142527,91,"*","Promoter (<=1kb)",7,27139973,27142394,2422,2,"3199",-43,"ENSG00000105996","HOXA2","homeobox A2"
-"chr11",45827260,45827271,12,"*","Promoter (1-2kb)",11,45825623,45834567,8945,1,"55343",1637,"ENSG00000181830","SLC35C1","solute carrier family 35 member C1"
-"chr17",37760604,37760830,227,"*","3' UTR",17,37760021,37764175,4155,2,"4761",3345,"ENSG00000171532","NEUROD2","neuronal differentiation 2"
-"chr5",3768096,3768133,38,"*","Distal Intergenic",5,3596168,3601517,5350,1,"79192",171928,"ENSG00000170549","IRX1","iroquois homeobox 1"
-"chr19",58011257,58011261,5,"*","Promoter (<=1kb)",19,58011309,58029772,18464,1,"374928",-48,"ENSG00000152439","ZNF773","zinc finger protein 773"
-"chr20",42136670,42136729,60,"*","Promoter (<=1kb)",20,42136320,42179593,43274,1,"26013",350,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
-"chr9",140056179,140056489,311,"*","Exon (uc004cli.1/2902, exon 12 of 19)",9,140063638,140063722,85,2,"100500811",7233,"ENSG00000263697","MIR3621","microRNA 3621"
-"chr16",75247229,75247317,89,"*","Distal Intergenic",16,75252884,75258822,5939,1,"1504",-5567,"ENSG00000168925","CTRB1","chymotrypsinogen B1"
-"chr16",34404054,34404476,423,"*","Promoter (<=1kb)",16,34403802,34404762,961,2,"606551",286,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr8",41166738,41166942,205,"*","Promoter (<=1kb)",8,41119476,41166990,47515,2,"6422",48,"ENSG00000104332","SFRP1","secreted frizzled-related protein 1"
-"chr6",32120847,32120851,5,"*","5' UTR",6,32485154,32557613,72460,2,"3127",436762,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",66672640,66672793,154,"*","Intron (uc002sdt.3/4211, intron 6 of 10)",2,66662532,66799891,137360,1,"4211",10108,"ENSG00000143995","MEIS1","Meis homeobox 1"
-"chr1",33722087,33722575,489,"*","Promoter (<=1kb)",1,33722174,33766320,44147,1,"149076",0,"ENSG00000160094","ZNF362","zinc finger protein 362"
-"chr10",130123624,130123952,329,"*","Distal Intergenic",10,129894925,129924468,29544,2,"4288",-199156,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
-"chr12",133225562,133225569,8,"*","Exon (uc001ukr.1/5426, exon 6 of 23)",12,133195403,133198972,3570,1,"22953",30159,"ENSG00000187848","P2RX2","purinergic receptor P2X 2"
-"chr14",101506379,101506484,106,"*","Promoter (<=1kb)",14,101506406,101506485,80,1,"664615",0,NA,"MIR376A2","microRNA 376a-2"
-"chr2",218808604,218808697,94,"*","5' UTR",2,218664512,218867718,203207,2,"7145",59021,"ENSG00000079308","TNS1","tensin 1"
-"chr1",10490895,10490937,43,"*","Promoter (<=1kb)",1,10490159,10512060,21902,1,"100526739",736,"ENSG00000175279","APITD1-CORT","APITD1-CORT readthrough"
-"chr19",54465535,54465548,14,"*","Promoter (<=1kb)",19,54466290,54493469,27180,1,"59283",-742,"ENSG00000142408","CACNG8","calcium voltage-gated channel auxiliary subunit gamma 8"
-"chr22",38214979,38215016,38,"*","Distal Intergenic",22,38219389,38221502,2114,1,"8484",-4373,"ENSG00000128310","GALR3","galanin receptor 3"
-"chr3",98620581,98620635,55,"*","Promoter (<=1kb)",3,98514814,98620533,105720,2,"131566",-48,"ENSG00000057019","DCBLD2","discoidin, CUB and LCCL domain containing 2"
-"chr7",2353402,2353634,233,"*","Promoter (<=1kb)",7,2291405,2354099,62695,2,"29886",465,"ENSG00000106266","SNX8","sorting nexin 8"
-"chr11",58869979,58870075,97,"*","Distal Intergenic",11,58874658,58894888,20231,1,"374393",-4583,"ENSG00000189057","FAM111B","family with sequence similarity 111 member B"
-"chr7",44122171,44122176,6,"*","Promoter (<=1kb)",7,44111847,44122129,10283,2,"27434",-42,"ENSG00000122678","POLM","polymerase (DNA) mu"
-"chr7",157818716,157818833,118,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",171439,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chrX",41135378,41135632,255,"*","Distal Intergenic",23,41192651,41223725,31075,1,"1654",-57019,"ENSG00000215301","DDX3X","DEAD-box helicase 3, X-linked"
-"chr7",150100737,150100820,84,"*","Promoter (2-3kb)",7,150097790,150109558,11769,1,"728743",2947,NA,"LOC728743","zinc finger protein pseudogene"
-"chr1",206857669,206857947,279,"*","Promoter (<=1kb)",1,206858365,206907630,49266,1,"9261",-418,"ENSG00000162889","MAPKAPK2","mitogen-activated protein kinase-activated protein kinase 2"
-"chr14",90422776,90422783,8,"*","Promoter (1-2kb)",14,90421283,90511108,89826,1,"55775",1493,"ENSG00000042088","TDP1","tyrosyl-DNA phosphodiesterase 1"
-"chr19",35597062,35597226,165,"*","Promoter (<=1kb)",19,35549963,35597208,47246,2,"100128675",0,"ENSG00000227392","HPN-AS1","HPN antisense RNA 1"
-"chr3",50341026,50341135,110,"*","5' UTR",3,50333833,50336899,3067,2,"24142",-4127,"ENSG00000243477","NAT6","N-acetyltransferase 6"
-"chr5",17491421,17491538,118,"*","Distal Intergenic",5,17379015,17387419,8405,2,"401177",-104002,"ENSG00000250822","LOC401177","uncharacterized LOC401177"
-"chr10",133872448,133872484,37,"*","Distal Intergenic",10,133918313,133998313,80001,1,"282973",-45829,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
-"chr14",101514594,101515040,447,"*","Promoter (<=1kb)",14,101514238,101514316,79,1,"100126345",356,NA,"MIR889","microRNA 889"
-"chr12",125423682,125423743,62,"*","Distal Intergenic",12,125400093,125400205,113,1,"100847004",23589,"ENSG00000265345","MIR5188","microRNA 5188"
-"chr14",105748320,105748448,129,"*","Intron (uc001yqp.2/2972, intron 16 of 17)",14,105767170,105864484,97315,1,"23241",-18722,"ENSG00000179364","PACS2","phosphofurin acidic cluster sorting protein 2"
-"chr16",1295261,1295560,300,"*","Distal Intergenic",16,1290678,1292555,1878,1,"7177",4583,"ENSG00000172236","TPSAB1","tryptase alpha/beta 1"
-"chr22",45608428,45608440,13,"*","Intron (uc010gzx.2/23313, intron 9 of 9)",22,45596835,45596900,66,2,"100302149",-11528,NA,"MIR1249","microRNA 1249"
-"chr6",131949485,131949551,67,"*","Promoter (<=1kb)",6,131949582,132068550,118969,1,"5169",-31,"ENSG00000154269","ENPP3","ectonucleotide pyrophosphatase/phosphodiesterase 3"
-"chr13",25497052,25497207,156,"*","Promoter (<=1kb)",13,25456412,25497027,40616,2,"55835",-25,"ENSG00000151849","CENPJ","centromere protein J"
-"chr15",42750414,42750750,337,"*","Intron (uc001zpx.3/64397, intron 17 of 18)",15,42705021,42764516,59496,2,"64397",13766,"ENSG00000103994","ZNF106","zinc finger protein 106"
-"chr18",8367425,8367520,96,"*","Promoter (<=1kb)",18,8360818,8367032,6215,2,"100192426",-393,"ENSG00000266149","LOC100192426","uncharacterized LOC100192426"
-"chr19",1112279,1112316,38,"*","Exon (uc002lrj.4/22904, exon 19 of 29)",19,1103936,1106787,2852,1,"2879",8343,"ENSG00000167468","GPX4","glutathione peroxidase 4"
-"chr5",111495926,111495933,8,"*","Promoter (<=1kb)",5,111496223,111498198,1976,1,"114915",-290,NA,"EPB41L4A-AS1","EPB41L4A antisense RNA 1"
-"chr20",60961944,60961997,54,"*","Promoter (<=1kb)",20,60962121,60963576,1456,1,"6227",-124,"ENSG00000171858","RPS21","ribosomal protein S21"
-"chr19",5789472,5789699,228,"*","Promoter (1-2kb)",19,5785153,5791249,6097,2,"56931",1550,"ENSG00000141994","DUS3L","dihydrouridine synthase 3 like"
-"chr2",55199795,55200153,359,"*","3' UTR",2,55199327,55277734,78408,2,"57142",77581,"ENSG00000115310","RTN4","reticulon 4"
-"chr5",68787696,68787699,4,"*","Promoter (<=1kb)",5,68788119,68853931,65813,1,"100506658",-420,"ENSG00000197822","OCLN","occludin"
-"chr19",2732959,2733368,410,"*","Exon (uc010xgy.1/29985, exon 3 of 4)",19,2732202,2740074,7873,2,"29985",6706,"ENSG00000141873","SLC39A3","solute carrier family 39 member 3"
-"chr6",31601411,31601481,71,"*","Exon (uc003nvb.4/7916, exon 17 of 31)",6,32485154,32557613,72460,2,"3127",956132,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",30013831,30013939,109,"*","Promoter (<=1kb)",8,30013813,30041155,27343,1,"10671",18,"ENSG00000104671","DCTN6","dynactin subunit 6"
-"chr11",61322059,61322255,197,"*","Intron (uc001nrv.3/9066, intron 7 of 8)",11,61281188,61348344,67157,2,"9066",26089,"ENSG00000011347","SYT7","synaptotagmin 7"
-"chr1",229283352,229283626,275,"*","Distal Intergenic",1,229406809,229441640,34832,1,"5867",-123183,"ENSG00000168118","RAB4A","RAB4A, member RAS oncogene family"
-"chr12",133532453,133532874,422,"*","Promoter (<=1kb)",12,133498019,133532892,34874,2,"100289635",18,"ENSG00000196458","ZNF605","zinc finger protein 605"
-"chr4",1994233,1994462,230,"*","Intron (uc003gem.3/7469, intron 10 of 10)",4,1988111,1988204,94,2,"100126332",-6029,"ENSG00000216105","MIR943","microRNA 943"
-"chr6",50680997,50681066,70,"*","Promoter (<=1kb)",6,50681257,50740746,59490,1,"83741",-191,"ENSG00000008197","TFAP2D","transcription factor AP-2 delta (activating enhancer binding protein 2 delta)"
-"chr1",93544522,93544665,144,"*","Promoter (<=1kb)",1,93544792,93604638,59847,1,"22823",-127,"ENSG00000143033","MTF2","metal response element binding transcription factor 2"
-"chr6",10398446,10398553,108,"*","3' UTR",6,10412551,10416402,3852,1,"100130275",-13998,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
-"chr9",20621460,20621538,79,"*","Promoter (<=1kb)",9,20344968,20622514,277547,2,"4300",976,"ENSG00000171843","MLLT3","myeloid/lymphoid or mixed-lineage leukemia; translocated to, 3"
-"chr1",197888075,197888257,183,"*","Intron (uc001gui.1/56956, intron 2 of 5)",1,197881635,197901715,20081,1,"56956",6440,"ENSG00000143355","LHX9","LIM homeobox 9"
-"chr6",31409527,31409673,147,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1147940,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",105331423,105331465,43,"*","Exon (uc001kxh.3/9148, exon 3 of 6)",10,105253735,105352309,98575,1,"9148",77688,"ENSG00000107954","NEURL1","neuralized E3 ubiquitin protein ligase 1"
-"chr5",100238935,100238969,35,"*","Promoter (<=1kb)",5,100142639,100238987,96349,2,"7903",18,"ENSG00000113532","ST8SIA4","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 4"
-"chr14",61119577,61119707,131,"*","Distal Intergenic",14,61111417,61116155,4739,2,"6495",-3422,"ENSG00000126778","SIX1","SIX homeobox 1"
-"chr22",41215559,41215569,11,"*","Promoter (<=1kb)",22,41165639,41215392,49754,2,"10478",-167,"ENSG00000100372","SLC25A17","solute carrier family 25 member 17"
-"chr4",160024626,160024851,226,"*","Promoter (<=1kb)",4,159814684,160024105,209422,2,"152940",-521,"ENSG00000164123","C4orf45","chromosome 4 open reading frame 45"
-"chr7",155249398,155249480,83,"*","Promoter (1-2kb)",7,155250824,155257526,6703,1,"2020",-1344,"ENSG00000164778","EN2","engrailed homeobox 2"
-"chr7",2048497,2048663,167,"*","Intron (uc003sle.1/8379, intron 6 of 10)",7,1883816,1883889,74,2,"100616160",-164608,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr3",10157252,10157272,21,"*","Promoter (<=1kb)",3,10157333,10168874,11542,1,"55845",-61,"ENSG00000254999","BRK1","BRICK1, SCAR/WAVE actin-nucleating complex subunit"
-"chr21",46715096,46715205,110,"*","Exon (uc002zhf.3/642852, exon 3 of 3)",21,46707967,46717269,9303,1,"642852",7129,NA,"LOC642852","uncharacterized LOC642852"
-"chr4",3250226,3250247,22,"*","Promoter (<=1kb)",4,3250767,3258342,7576,1,"345222",-520,"ENSG00000188981","MSANTD1","Myb/SANT DNA binding domain containing 1"
-"chr7",156315450,156315663,214,"*","Distal Intergenic",7,156333185,156333795,611,1,"64433",-17522,"ENSG00000279418","LINC00244","long intergenic non-protein coding RNA 244"
-"chr16",4743655,4743684,30,"*","Promoter (<=1kb)",16,4743694,4745860,2167,1,"84309",-10,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
-"chr7",2967925,2968268,344,"*","Exon (uc003smv.3/84433, exon 13 of 25)",7,2767741,2883959,116219,2,"2768",-83966,"ENSG00000146535","GNA12","G protein subunit alpha 12"
-"chr19",2761618,2761892,275,"*","Intron (uc002lwi.1/6449, intron 5 of 11)",19,2754712,2783354,28643,2,"6449",21462,"ENSG00000104969","SGTA","small glutamine rich tetratricopeptide repeat containing alpha"
-"chr7",7034770,7034864,95,"*","Distal Intergenic",7,7115401,7136417,21017,2,"100131257",101553,NA,"LOC100131257","zinc finger protein 655 pseudogene"
-"chr7",97821037,97821169,133,"*","Exon (uc003upd.2/22853, exon 11 of 14)",7,97841568,97842271,704,1,"168620",-20399,"ENSG00000180535","BHLHA15","basic helix-loop-helix family member a15"
-"chr16",69760516,69760710,195,"*","Promoter (<=1kb)",16,69743304,69760533,17230,2,"1728",0,"ENSG00000181019","NQO1","NAD(P)H dehydrogenase, quinone 1"
-"chr18",76308275,76308387,113,"*","Distal Intergenic",18,76740275,76758969,18695,1,"27164",-431888,"ENSG00000256463","SALL3","spalt-like transcription factor 3"
-"chr2",202047198,202047459,262,"*","Promoter (<=1kb)",2,202047621,202094129,46509,1,"843",-162,"ENSG00000003400","CASP10","caspase 10"
-"chr7",144533234,144533283,50,"*","Promoter (<=1kb)",7,144149034,144533146,384113,2,"27010",-88,"ENSG00000196511","TPK1","thiamin pyrophosphokinase 1"
-"chr17",7530871,7530998,128,"*","Promoter (<=1kb)",17,7529556,7531194,1639,2,"112483",196,"ENSG00000141504","SAT2","spermidine/spermine N1-acetyltransferase family member 2"
-"chr3",37218150,37218164,15,"*","Promoter (<=1kb)",3,37094117,37217851,123735,2,"9209",-299,"ENSG00000093167","LRRFIP2","leucine rich repeat (in FLII) interacting protein 2"
-"chr5",170736776,170737255,480,"*","Promoter (<=1kb)",5,170736288,170739138,2851,1,"30012",488,"ENSG00000164438","TLX3","T-cell leukemia homeobox 3"
-"chr1",38231768,38231880,113,"*","Promoter (<=1kb)",1,38179553,38230824,51272,2,"284656",-944,"ENSG00000183317","EPHA10","EPH receptor A10"
-"chr1",244013679,244013908,230,"*","Distal Intergenic",1,243651535,244006886,355352,2,"10000",-6793,"ENSG00000117020","AKT3","v-akt murine thymoma viral oncogene homolog 3"
-"chr12",39836148,39836285,138,"*","Promoter (<=1kb)",12,39687030,39837192,150163,2,"55605",907,"ENSG00000139116","KIF21A","kinesin family member 21A"
-"chr14",37130714,37131008,295,"*","5' UTR",14,37126773,37147011,20239,1,"5083",3941,"ENSG00000198807","PAX9","paired box 9"
-"chr19",4323200,4323637,438,"*","Exon (uc002lzy.2/79187, exon 11 of 13)",19,4304591,4323843,19253,1,"79187",18609,"ENSG00000105255","FSD1","fibronectin type III and SPRY domain containing 1"
-"chr13",20762934,20763245,312,"*","3' UTR",13,20761604,20767114,5511,2,"2706",3869,"ENSG00000165474","GJB2","gap junction protein beta 2"
-"chr7",77166654,77166857,204,"*","Promoter (<=1kb)",7,77166773,77269388,102616,1,"5782",0,"ENSG00000127947","PTPN12","protein tyrosine phosphatase, non-receptor type 12"
-"chr3",146490136,146490370,235,"*","Distal Intergenic",3,146294395,146324003,29609,2,"389158",-166133,"ENSG00000231213","PLSCR5","phospholipid scramblase family member 5"
-"chr1",11752162,11752294,133,"*","Promoter (<=1kb)",1,11751781,11780336,28556,1,"374946",381,"ENSG00000162490","DRAXIN","dorsal inhibitory axon guidance protein"
-"chrX",79830295,79830506,212,"*","Distal Intergenic",23,79924987,80065233,140247,2,"254065",234727,"ENSG00000165288","BRWD3","bromodomain and WD repeat domain containing 3"
-"chr12",56391069,56391451,383,"*","Promoter (<=1kb)",12,56391043,56399309,8267,1,"6821",26,"ENSG00000139531","SUOX","sulfite oxidase"
-"chr1",70876575,70876598,24,"*","Promoter (<=1kb)",1,70876901,70905534,28634,1,"1491",-303,"ENSG00000116761","CTH","cystathionine gamma-lyase"
-"chr2",236716004,236716171,168,"*","Intron (uc021vyp.1/116987, intron 9 of 9)",2,236402733,237040444,637712,1,"116987",313271,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
-"chr4",4868393,4868675,283,"*","Distal Intergenic",4,4861392,4865660,4269,1,"4487",7001,"ENSG00000163132","MSX1","msh homeobox 1"
-"chr19",4402962,4402971,10,"*","Promoter (<=1kb)",19,4402660,4443394,40735,1,"10036",302,"ENSG00000167670","CHAF1A","chromatin assembly factor 1 subunit A"
-"chr3",183948058,183948196,139,"*","Promoter (<=1kb)",3,183948317,183960117,11801,1,"90113",-121,"ENSG00000145198","VWA5B2","von Willebrand factor A domain containing 5B2"
-"chr6",391141,391160,20,"*","Promoter (<=1kb)",6,391739,411443,19705,1,"3662",-579,"ENSG00000137265","IRF4","interferon regulatory factor 4"
-"chr22",39713014,39713022,9,"*","Promoter (2-3kb)",22,39715057,39715118,62,2,"26807",2096,"ENSG00000263764","SNORD43","small nucleolar RNA, C/D box 43"
-"chr7",100770366,100770386,21,"*","Promoter (<=1kb)",7,100770370,100782547,12178,1,"5054",0,"ENSG00000106366","SERPINE1","serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 1"
-"chr12",95942761,95942847,87,"*","Promoter (2-3kb)",12,95910888,95945263,34376,2,"84101",2416,"ENSG00000136014","USP44","ubiquitin specific peptidase 44"
-"chr16",11681434,11681487,54,"*","Promoter (<=1kb)",16,11641578,11681322,39745,2,"9516",-112,"ENSG00000189067","LITAF","lipopolysaccharide-induced TNF factor"
-"chr2",51253973,51254054,82,"*","Intron (uc021vhg.1/9378, intron 22 of 22)",2,50145643,51259674,1114032,2,"9378",5620,"ENSG00000179915","NRXN1","neurexin 1"
-"chr12",48357275,48357279,5,"*","Promoter (<=1kb)",12,48357330,48362661,5332,1,"79022",-51,"ENSG00000134291","TMEM106C","transmembrane protein 106C"
-"chr16",10934325,10934560,236,"*","Distal Intergenic",16,10855083,10912621,57539,2,"780776",-21704,"ENSG00000166676","TVP23A","trans-golgi network vesicle protein 23 homolog A (S. cerevisiae)"
-"chr17",62066773,62067215,443,"*","Distal Intergenic",17,62075711,62081644,5934,1,"92340",-8496,"ENSG00000224383","PRR29","proline rich 29"
-"chr10",135340802,135340823,22,"*","Promoter (<=1kb)",10,135340867,135374724,33858,1,"1571",-44,"ENSG00000130649","CYP2E1","cytochrome P450 family 2 subfamily E member 1"
-"chr3",13919362,13919811,450,"*","Promoter (1-2kb)",3,13860082,13921618,61537,2,"7476",1807,"ENSG00000154764","WNT7A","wingless-type MMTV integration site family member 7A"
-"chr17",77960371,77960689,319,"*","Intron (uc002jxj.4/125058, intron 9 of 11)",17,77906142,78009657,103516,2,"125058",48968,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
-"chr7",128431230,128431582,353,"*","Promoter (<=1kb)",7,128431464,128462187,30724,1,"64753",0,"ENSG00000128596","CCDC136","coiled-coil domain containing 136"
-"chr12",123011709,123011713,5,"*","Promoter (<=1kb)",12,123011809,123110947,99139,1,"9735",-96,"ENSG00000184445","KNTC1","kinetochore associated 1"
-"chr17",79682691,79683028,338,"*","Exon (uc010wut.3/1468, exon 8 of 15)",17,79670400,79688046,17647,1,"1468",12291,"ENSG00000183048","SLC25A10","solute carrier family 25 member 10"
-"chr19",15375304,15375319,16,"*","Exon (uc002nar.3/23476, exon 6 of 20)",19,15337730,15343858,6129,2,"79852",-31446,"ENSG00000105131","EPHX3","epoxide hydrolase 3"
-"chr5",111496322,111496509,188,"*","Promoter (<=1kb)",5,111496223,111498198,1976,1,"114915",99,NA,"EPB41L4A-AS1","EPB41L4A antisense RNA 1"
-"chr5",131132829,131132943,115,"*","Promoter (<=1kb)",5,130759614,131132756,373143,2,"51735",-73,"ENSG00000158987","RAPGEF6","Rap guanine nucleotide exchange factor 6"
-"chr9",15553238,15553451,214,"*","Promoter (<=1kb)",9,15552872,15971897,419026,1,"203238",366,"ENSG00000164989","CCDC171","coiled-coil domain containing 171"
-"chr10",70321620,70321770,151,"*","Promoter (1-2kb)",10,70320117,70454239,134123,1,"80312",1503,"ENSG00000138336","TET1","tet methylcytosine dioxygenase 1"
-"chr16",56994770,56995201,432,"*","Promoter (<=1kb)",16,56995835,57017756,21922,1,"1071",-634,"ENSG00000087237","CETP","cholesteryl ester transfer protein, plasma"
-"chr19",35800743,35800877,135,"*","Exon (uc002nyx.2/4099, exon 8 of 12)",19,35782989,35820133,37145,1,"4099",17754,"ENSG00000105695","MAG","myelin associated glycoprotein"
-"chr10",115860606,115860751,146,"*","Distal Intergenic",10,115803806,115806667,2862,1,"153",56800,"ENSG00000043591","ADRB1","adrenoceptor beta 1"
-"chr11",33279084,33279087,4,"*","Promoter (<=1kb)",11,33278218,33378568,100351,1,"10114",866,"ENSG00000110422","HIPK3","homeodomain interacting protein kinase 3"
-"chr19",22800645,22801034,390,"*","Intron (uc002nqv.3/uc002nqv.3, intron 1 of 1)",19,22817126,22850472,33347,1,"57615",-16092,"ENSG00000229676","ZNF492","zinc finger protein 492"
-"chr7",27199704,27199767,64,"*","Downstream (2-3kb)",7,27193338,27196296,2959,2,"3204",-3408,"ENSG00000122592","HOXA7","homeobox A7"
-"chr1",117077068,117077088,21,"*","Intron (uc001egm.3/965, intron 3 of 5)",1,117057156,117113715,56560,2,"965",36627,"ENSG00000116815","CD58","CD58 molecule"
-"chr14",103989208,103989315,108,"*","Promoter (<=1kb)",14,103985995,103989196,3202,2,"1152",-12,"ENSG00000166165","CKB","creatine kinase, brain"
-"chr12",45459037,45459163,127,"*","Promoter (<=1kb)",12,45456401,45459194,2794,2,"83956",31,NA,"RACGAP1P","Rac GTPase activating protein 1 pseudogene"
-"chr3",3151851,3152038,188,"*","Promoter (<=1kb)",3,3108008,3152058,44051,2,"3568",20,"ENSG00000091181","IL5RA","interleukin 5 receptor subunit alpha"
-"chr15",101587458,101587610,153,"*","Intron (uc002bwr.3/79705, intron 21 of 33)",15,101459460,101610317,150858,1,"79705",127998,"ENSG00000154237","LRRK1","leucine-rich repeat kinase 1"
-"chr3",48229821,48230119,299,"*","Promoter (<=1kb)",3,48198668,48229801,31134,2,"993",-20,"ENSG00000164045","CDC25A","cell division cycle 25A"
-"chr19",40324898,40324966,69,"*","Promoter (<=1kb)",19,40315990,40324841,8852,2,"9149",-57,"ENSG00000105204","DYRK1B","dual specificity tyrosine phosphorylation regulated kinase 1B"
-"chr20",61427636,61427638,3,"*","Promoter (<=1kb)",20,61427805,61431945,4141,1,"55257",-167,"ENSG00000101189","MRGBP","MRG/MORF4L binding protein"
-"chr21",45936145,45936466,322,"*","Promoter (<=1kb)",21,45937098,45938860,1763,1,"114043",-632,NA,"TSPEAR-AS2","TSPEAR antisense RNA 2"
-"chr1",2106400,2106620,221,"*","Intron (uc001aiq.3/5590, intron 15 of 17)",1,2115899,2139172,23274,2,"199990",32552,"ENSG00000162585","FAAP20","Fanconi anemia core complex associated protein 20"
-"chr11",134232265,134232289,25,"*","Intron (uc001qhp.3/89944, intron 7 of 18)",11,134201768,134248235,46468,1,"89944",30497,"ENSG00000149328","GLB1L2","galactosidase beta 1 like 2"
-"chr9",94124655,94124746,92,"*","Promoter (<=1kb)",9,93976097,94124206,148110,2,"549",-449,"ENSG00000148090","AUH","AU RNA binding protein/enoyl-CoA hydratase"
-"chr10",50818659,50818911,253,"*","Promoter (<=1kb)",10,50818347,50820766,2420,1,"6572",312,"ENSG00000187714","SLC18A3","solute carrier family 18 member A3"
-"chr16",1078641,1078674,34,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-44082,"ENSG00000162009","SSTR5","somatostatin receptor 5"
-"chr22",29601571,29601715,145,"*","Promoter (<=1kb)",22,29601901,29655586,53686,1,"129080",-186,"ENSG00000186998","EMID1","EMI domain containing 1"
-"chr6",31465817,31465828,12,"*","Intron (uc011dnm.2/4277, intron 1 of 5)",6,32485154,32557613,72460,2,"3127",1091785,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",50583441,50583729,289,"*","Promoter (1-2kb)",16,50582241,50674771,92531,1,"85407",1200,"ENSG00000140807","NKD1","naked cuticle homolog 1 (Drosophila)"
-"chr6",100903839,100903861,23,"*","Intron (uc003pqj.4/6492, intron 10 of 10)",6,100836750,100912805,76056,2,"6492",8944,"ENSG00000112246","SIM1","single-minded family bHLH transcription factor 1"
-"chr3",12917836,12918015,180,"*","Distal Intergenic",3,12876444,12883081,6638,2,"6161",-34755,"ENSG00000144713","RPL32","ribosomal protein L32"
-"chr13",114814353,114814680,328,"*","Intron (uc010tkk.2/22821, intron 21 of 23)",13,114747194,114898095,150902,2,"22821",83415,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chrX",102862956,102862965,10,"*","Promoter (<=1kb)",23,102862834,102864855,2022,1,"85012",122,"ENSG00000196507","TCEAL3","transcription elongation factor A like 3"
-"chr17",79316238,79316639,402,"*","Distal Intergenic",17,79285072,79304474,19403,2,"284186",-11764,"ENSG00000185332","TMEM105","transmembrane protein 105"
-"chrX",106515895,106516174,280,"*","Distal Intergenic",23,106449862,106487473,37612,1,"139212",66033,"ENSG00000080572","PIH1D3","PIH1 domain containing 3"
-"chr16",33483244,33483249,6,"*","Distal Intergenic",16,32300868,33298702,997835,2,"390705",-184542,NA,"LOC390705","protein phosphatase 2 regulatory subunit B'', beta pseudogene"
-"chr12",51591677,51591918,242,"*","5' UTR",12,51580719,51611477,30759,2,"5463",19559,"ENSG00000184271","POU6F1","POU class 6 homeobox 1"
-"chr12",122261097,122261162,66,"*","Exon (uc021rfg.1/23067, exon 11 of 11)",12,122242638,122270562,27925,1,"23067",18459,"ENSG00000139718","SETD1B","SET domain containing 1B"
-"chr16",2903198,2903344,147,"*","Exon (uc002cry.1/64063, exon 6 of 6)",16,2902728,2908171,5444,2,"64063",4827,"ENSG00000005001","PRSS22","protease, serine 22"
-"chr12",21680508,21680669,162,"*","Promoter (1-2kb)",12,21679256,21684210,4955,1,"80763",1252,"ENSG00000134548","SPX","spexin hormone"
-"chr11",31835486,31835529,44,"*","Promoter (2-3kb)",11,31838114,31908587,70474,1,"440034",-2585,"ENSG00000049449","DKFZp686K1684","uncharacterized LOC440034"
-"chr11",70563677,70563792,116,"*","Intron (uc001oqc.3/22941, intron 11 of 21)",11,70477199,70481595,4397,1,"100874198",86478,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
-"chr20",30060954,30060996,43,"*","Promoter (<=1kb)",20,30053309,30060816,7508,2,"245937",-138,"ENSG00000180383","DEFB124","defensin beta 124"
-"chr16",89202817,89202896,80,"*","Intron (uc002fmp.3/197322, intron 8 of 10)",16,89225628,89230083,4456,1,"283860",-22732,"ENSG00000180422","LINC00304","long intergenic non-protein coding RNA 304"
-"chr2",105478885,105479006,122,"*","Distal Intergenic",2,105471969,105473471,1503,1,"5455",6916,"ENSG00000198914","POU3F3","POU class 3 homeobox 3"
-"chr1",234746449,234746546,98,"*","Promoter (1-2kb)",1,234740015,234745271,5257,2,"359948",-1178,"ENSG00000168264","IRF2BP2","interferon regulatory factor 2 binding protein 2"
-"chr11",131506338,131506389,52,"*","Intron (uc001qgm.3/50863, intron 1 of 7)",11,131240371,132206716,966346,1,"50863",265967,"ENSG00000182667","NTM","neurotrimin"
-"chr14",94759743,94759767,25,"*","Promoter (<=1kb)",14,94749650,94759608,9959,2,"51156",-135,"ENSG00000140093","SERPINA10","serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 10"
-"chr6",30859929,30859936,8,"*","Exon (uc010jse.3/780, exon 7 of 17)",6,32485154,32557613,72460,2,"3127",1697677,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",105235943,105235978,36,"*","Intron (uc003ylp.3/9699, intron 19 of 23)",8,105352024,105368917,16894,1,"81501",-116046,"ENSG00000164935","DCSTAMP","dendrocyte expressed seven transmembrane protein"
-"chr7",57878845,57878945,101,"*","Distal Intergenic",7,57509883,57533265,23383,1,"441234",368962,"ENSG00000182111","ZNF716","zinc finger protein 716"
-"chr11",36398393,36398394,2,"*","Intron (uc001mwo.4/79899, intron 1 of 8)",11,36317725,36486754,169030,1,"79899",80668,"ENSG00000135362","PRR5L","proline rich 5 like"
-"chr13",105791842,105792236,395,"*","Distal Intergenic",13,106118216,106143383,25168,1,"267012",-325980,"ENSG00000182346","DAOA","D-amino acid oxidase activator"
-"chr11",64110609,64110683,75,"*","Promoter (2-3kb)",11,64107690,64125006,17317,1,"283234",2919,"ENSG00000168071","CCDC88B","coiled-coil domain containing 88B"
-"chr11",66405818,66405911,94,"*","Promoter (<=1kb)",11,66406088,66435858,29771,1,"5936",-177,"ENSG00000173933","RBM4","RNA binding motif protein 4"
-"chr20",55098811,55098927,117,"*","Promoter (<=1kb)",20,55099785,55101208,1424,1,"200232",-858,"ENSG00000124103","FAM209A","family with sequence similarity 209 member A"
-"chr12",52301634,52301922,289,"*","Promoter (<=1kb)",12,52300692,52317145,16454,1,"94",942,"ENSG00000139567","ACVRL1","activin A receptor like type 1"
-"chrX",68114393,68114404,12,"*","Distal Intergenic",23,68048840,68066029,17190,1,"1947",65553,"ENSG00000090776","EFNB1","ephrin-B1"
-"chr3",33760183,33760425,243,"*","Promoter (<=1kb)",3,33537739,33759705,221967,2,"23122",-478,"ENSG00000163539","CLASP2","cytoplasmic linker associated protein 2"
-"chr16",83960264,83960383,120,"*","Distal Intergenic",16,83982672,83999937,17266,1,"29948",-22289,"ENSG00000140961","OSGIN1","oxidative stress induced growth inhibitor 1"
-"chr5",153853009,153853106,98,"*","Downstream (1-2kb)",5,153854532,153857824,3293,2,"9421",4718,"ENSG00000113196","HAND1","heart and neural crest derivatives expressed 1"
-"chr12",12938397,12938425,29,"*","Intron (uc001rau.4/81575, intron 1 of 1)",12,12917583,12917677,95,1,"693198",20814,"ENSG00000207983","MIR613","microRNA 613"
-"chr21",43187035,43187227,193,"*","Promoter (<=1kb)",21,43159529,43187249,27721,2,"54101",22,"ENSG00000183421","RIPK4","receptor interacting serine/threonine kinase 4"
-"chr11",236651,236695,45,"*","Promoter (<=1kb)",11,236808,252984,16177,1,"5719",-113,"ENSG00000185627","PSMD13","proteasome 26S subunit, non-ATPase 13"
-"chr14",105683361,105683798,438,"*","Intron (uc001yqk.2/2972, intron 3 of 7)",14,105714879,105717430,2552,1,"90135",-31081,"ENSG00000184887","BTBD6","BTB domain containing 6"
-"chr12",105501478,105501481,4,"*","Promoter (<=1kb)",12,105501492,105562906,61415,1,"23325",-11,"ENSG00000136051","KIAA1033","KIAA1033"
-"chr13",69558880,69559039,160,"*","Distal Intergenic",13,69435417,69459457,24041,2,"338862",-99423,"ENSG00000281778","LINC00550","long intergenic non-protein coding RNA 550"
-"chr19",10589961,10590114,154,"*","Distal Intergenic",19,10596796,10614054,17259,2,"9817",23940,"ENSG00000079999","KEAP1","kelch like ECH associated protein 1"
-"chr10",58121007,58121012,6,"*","Promoter (<=1kb)",10,58117199,58121034,3836,2,"11130",22,"ENSG00000122952","ZWINT","ZW10 interacting kinetochore protein"
-"chr11",18747871,18748134,264,"*","Promoter (<=1kb)",11,18725852,18747777,21926,2,"283284",-94,"ENSG00000179057","IGSF22","immunoglobulin superfamily member 22"
-"chr5",1092066,1092343,278,"*","Intron (uc003jbu.3/10723, intron 21 of 23)",5,1050489,1112172,61684,2,"10723",19829,"ENSG00000113504","SLC12A7","solute carrier family 12 member 7"
-"chr8",65488119,65488308,190,"*","Exon (uc003xvg.3/401463, exon 2 of 2)",8,65492795,65496191,3397,1,"27319",-4487,"ENSG00000180828","BHLHE22","basic helix-loop-helix family member e22"
-"chr1",243637790,243637966,177,"*","Intron (uc001hzw.3/10806, intron 16 of 17)",1,243509478,243509557,80,1,"100616343",128312,"ENSG00000265201","MIR4677","microRNA 4677"
-"chr2",155556016,155556273,258,"*","Promoter (<=1kb)",2,155555093,155714864,159772,1,"3760",923,"ENSG00000162989","KCNJ3","potassium voltage-gated channel subfamily J member 3"
-"chr1",15911041,15911134,94,"*","Promoter (<=1kb)",1,15898194,15911605,13412,2,"79814",471,"ENSG00000116771","AGMAT","agmatinase"
-"chr16",1556238,1556735,498,"*","Exon (uc002cly.3/9894, exon 17 of 21)",16,1543352,1560460,17109,1,"9894",12886,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr16",4381979,4382072,94,"*","Promoter (<=1kb)",16,4382216,4389598,7383,1,"84662",-144,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
-"chr19",10399757,10399845,89,"*","Promoter (<=1kb)",19,10400655,10407454,6800,1,"7087",-810,"ENSG00000105376","ICAM5","intercellular adhesion molecule 5"
-"chr3",47051533,47051546,14,"*","Promoter (1-2kb)",3,47053032,47054957,1926,1,"100129354",-1486,NA,"NRADDP","neurotrophin receptor associated death domain, pseudogene"
-"chr10",116634793,116634829,37,"*","Intron (uc001lcc.3/57700, intron 16 of 16)",10,116581503,116659586,78084,1,"57700",53290,"ENSG00000151553","FAM160B1","family with sequence similarity 160 member B1"
-"chr1",211779590,211779890,301,"*","Distal Intergenic",1,211748381,211752099,3719,2,"7779",-27491,"ENSG00000170385","SLC30A1","solute carrier family 30 member 1"
-"chr11",77850393,77850528,136,"*","Promoter (<=1kb)",11,77811988,77850699,38712,2,"79053",171,"ENSG00000159063","ALG8","ALG8, alpha-1,3-glucosyltransferase"
-"chr6",28832274,28832310,37,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-348704,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrX",134478016,134478119,104,"*","Promoter (<=1kb)",23,134477628,134497338,19711,1,"203523",388,"ENSG00000173275","ZNF449","zinc finger protein 449"
-"chr15",40674878,40674883,6,"*","Promoter (<=1kb)",15,40674922,40686489,11568,1,"90417",-39,"ENSG00000128944","KNSTRN","kinetochore-localized astrin/SPAG5 binding protein"
-"chr11",64509592,64510418,827,"*","Promoter (2-3kb)",11,64494383,64512928,18546,2,"10235",2510,"ENSG00000068831","RASGRP2","RAS guanyl releasing protein 2"
-"chr19",3224848,3224954,107,"*","Promoter (<=1kb)",19,3224701,3297073,72373,1,"60680",147,"ENSG00000161082","CELF5","CUGBP, Elav-like family member 5"
-"chr19",38893468,38893547,80,"*","Promoter (<=1kb)",19,38893775,38899728,5954,1,"147965",-228,"ENSG00000130244","FAM98C","family with sequence similarity 98 member C"
-"chr12",118541247,118541250,4,"*","Promoter (<=1kb)",12,118501398,118541810,40413,2,"54621",560,"ENSG00000176834","VSIG10","V-set and immunoglobulin domain containing 10"
-"chr4",7940327,7940341,15,"*","Promoter (1-2kb)",4,7760440,7941653,181214,2,"60312",1312,"ENSG00000196526","AFAP1","actin filament associated protein 1"
-"chr22",42896798,42896937,140,"*","Promoter (<=1kb)",22,42896585,42908566,11982,1,"94009",213,"ENSG00000172250","SERHL","serine hydrolase-like (pseudogene)"
-"chr2",223289512,223289683,172,"*","Promoter (<=1kb)",2,223289322,223423617,134296,1,"130367",190,"ENSG00000163082","SGPP2","sphingosine-1-phosphate phosphatase 2"
-"chr17",29421718,29421804,87,"*","Promoter (<=1kb)",17,29421945,29708905,286961,1,"4763",-141,"ENSG00000196712","NF1","neurofibromin 1"
-"chr6",105628000,105628013,14,"*","Promoter (<=1kb)",6,105605775,105627858,22084,2,"64208",-142,"ENSG00000132429","POPDC3","popeye domain containing 3"
-"chr6",130031536,130031539,4,"*","Intron (uc021zfe.1/93663, intron 8 of 10)",6,130152389,130182416,30028,2,"253582",150877,"ENSG00000203756","TMEM244","transmembrane protein 244"
-"chr6",138893687,138893712,26,"*","Promoter (<=1kb)",6,138743181,138893668,150488,2,"57224",-19,"ENSG00000135540","NHSL1","NHS like 1"
-"chr16",2089803,2089849,47,"*","3' UTR",16,2089816,2097867,8052,2,"4913",8018,"ENSG00000065057","NTHL1","nth-like DNA glycosylase 1"
-"chr9",17134569,17134794,226,"*","Promoter (<=1kb)",9,17135038,17503917,368880,1,"54875",-244,"ENSG00000044459","CNTLN","centlein"
-"chr6",30164267,30164282,16,"*","Intron (uc003npr.3/7726, intron 4 of 8)",6,28471073,28483570,12498,2,"257202",-1680697,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr13",112895383,112895473,91,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",-135178,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
-"chr6",26233994,26234013,20,"*","Promoter (1-2kb)",6,26234440,26235216,777,2,"3007",1203,"ENSG00000124575","HIST1H1D","histone cluster 1, H1d"
-"chr5",32313017,32313149,133,"*","Promoter (<=1kb)",5,32227111,32313114,86004,2,"54545",0,"ENSG00000150712","MTMR12","myotubularin related protein 12"
-"chr19",46145142,46145630,489,"*","Promoter (<=1kb)",19,46144905,46146092,1188,1,"100287177",237,"ENSG00000267757","EML2-AS1","EML2 antisense RNA 1"
-"chr2",545551,545645,95,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",131794,"ENSG00000151353","TMEM18","transmembrane protein 18"
-"chr5",113391280,113391294,15,"*","Distal Intergenic",5,113698016,113832197,134182,1,"3781",-306722,"ENSG00000080709","KCNN2","potassium calcium-activated channel subfamily N member 2"
-"chr1",155292726,155293070,345,"*","Promoter (<=1kb)",1,155290251,155293938,3688,2,"284618",868,NA,"RUSC1-AS1","RUSC1 antisense RNA 1"
-"chr10",86088207,86088214,8,"*","Promoter (<=1kb)",10,86088410,86278276,189867,1,"54462",-196,"ENSG00000107771","CCSER2","coiled-coil serine rich protein 2"
-"chr16",1212761,1212879,119,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",9520,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr16",4313628,4313709,82,"*","Intron (uc010uxg.2/7023, intron 6 of 6)",16,4307187,4323001,15815,2,"7023",9292,"ENSG00000090447","TFAP4","transcription factor AP-4 (activating enhancer binding protein 4)"
-"chr3",156394350,156394724,375,"*","Promoter (<=1kb)",3,156390960,156393502,2543,2,"100287227",-848,NA,"TIPARP-AS1","TIPARP antisense RNA 1"
-"chr3",138153784,138154278,495,"*","Promoter (<=1kb)",3,138153415,138197256,43842,1,"83850",369,"ENSG00000158220","ESYT3","extended synaptotagmin protein 3"
-"chr5",95769005,95769008,4,"*","Promoter (<=1kb)",5,95726040,95768985,42946,2,"5122",-20,"ENSG00000175426","PCSK1","proprotein convertase subtilisin/kexin type 1"
-"chr7",95064926,95065091,166,"*","Promoter (<=1kb)",7,95034174,95064384,30211,2,"5445",-542,"ENSG00000105854","PON2","paraoxonase 2"
-"chr11",7272605,7272804,200,"*","Intron (uc001mfd.3/143425, intron 1 of 8)",11,7260009,7490276,230268,1,"143425",12596,"ENSG00000170743","SYT9","synaptotagmin 9"
-"chrX",64626534,64626828,295,"*","Distal Intergenic",23,64708615,64727767,19153,1,"340554",-81787,"ENSG00000102053","ZC3H12B","zinc finger CCCH-type containing 12B"
-"chr22",50944355,50944457,103,"*","Promoter (1-2kb)",22,50941376,50946135,4760,2,"91289",1678,"ENSG00000100258","LMF2","lipase maturation factor 2"
-"chr6",31697232,31697530,299,"*","5' UTR",6,32485154,32557613,72460,2,"3127",860083,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",80737495,80737654,160,"*","Intron (uc002kfx.1/6904, intron 5 of 24)",17,80709940,80901062,191123,1,"6904",27555,"ENSG00000141556","TBCD","tubulin folding cofactor D"
-"chr19",49055390,49055432,43,"*","Promoter (<=1kb)",19,49055429,49102684,47256,1,"6820",0,"ENSG00000088002","SULT2B1","sulfotransferase family 2B member 1"
-"chr14",24600500,24600569,70,"*","Promoter (<=1kb)",14,24600675,24602058,1384,1,"161247",-106,"ENSG00000139914","FITM1","fat storage-inducing transmembrane protein 1"
-"chr15",62524183,62524275,93,"*","Distal Intergenic",15,62455737,62457482,1746,2,"388125",-66701,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
-"chr2",113884686,113885116,431,"*","Intron (uc002tix.1/3557, intron 5 of 9)",2,113856937,113891593,34657,1,"3557",27749,"ENSG00000136689","IL1RN","interleukin 1 receptor antagonist"
-"chr16",1993082,1993179,98,"*","Promoter (<=1kb)",16,1988234,1993294,5061,2,"51734",115,"ENSG00000198736","MSRB1","methionine sulfoxide reductase B1"
-"chr8",42128950,42129305,356,"*","Promoter (<=1kb)",8,42128820,42190171,61352,1,"3551",130,"ENSG00000104365","IKBKB","inhibitor of kappa light polypeptide gene enhancer in B-cells, kinase beta"
-"chr6",139094390,139094402,13,"*","Promoter (<=1kb)",6,139094657,139114456,19800,1,"25901",-255,"ENSG00000024862","CCDC28A","coiled-coil domain containing 28A"
-"chr16",1832765,1832865,101,"*","Promoter (<=1kb)",16,1832933,1839192,6260,1,"10101",-68,"ENSG00000095906","NUBP2","nucleotide binding protein 2"
-"chr10",6186589,6186599,11,"*","Promoter (<=1kb)",10,6186843,6277507,90665,1,"5209",-244,"ENSG00000170525","PFKFB3","6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3"
-"chr1",17746390,17746443,54,"*","Intron (uc001bal.3/55920, intron 6 of 11)",1,17733251,17766250,33000,2,"55920",19807,"ENSG00000179051","RCC2","regulator of chromosome condensation 2"
-"chr16",2069444,2069785,342,"*","Promoter (<=1kb)",16,2069521,2070756,1236,1,"283869",0,"ENSG00000183971","NPW","neuropeptide W"
-"chr1",19687940,19688056,117,"*","Intron (uc010ocz.2/832, intron 5 of 8)",1,19638740,19658922,20183,1,"54896",49200,"ENSG00000040487","PQLC2","PQ loop repeat containing 2"
-"chr6",143833011,143833173,163,"*","Promoter (<=1kb)",6,143815949,143833020,17072,2,"2519",0,"ENSG00000001036","FUCA2","fucosidase, alpha-L- 2, plasma"
-"chr2",113522364,113522465,102,"*","Promoter (<=1kb)",2,113495444,113522254,26811,2,"150468",-110,"ENSG00000169607","CKAP2L","cytoskeleton associated protein 2 like"
-"chr6",28864130,28864138,9,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-380560,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr15",89154010,89154044,35,"*","Promoter (1-2kb)",15,89155056,89155165,110,1,"407044",-1012,"ENSG00000207703","MIR7-2","microRNA 7-2"
-"chr16",1376523,1376555,33,"*","3' UTR",16,1383606,1399442,15837,1,"8938",-7051,"ENSG00000007516","BAIAP3","BAI1 associated protein 3"
-"chr16",1727894,1728139,246,"*","Promoter (<=1kb)",16,1728278,1752073,23796,1,"90861",-139,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
-"chr12",88429195,88429378,184,"*","Promoter (<=1kb)",12,88429268,88443937,14670,1,"91298",0,"ENSG00000133641","C12orf29","chromosome 12 open reading frame 29"
-"chr15",72565016,72565024,9,"*","Promoter (1-2kb)",15,72533522,72563628,30107,2,"56965",-1388,"ENSG00000137817","PARP6","poly(ADP-ribose) polymerase family member 6"
-"chr4",189203762,189203914,153,"*","Distal Intergenic",4,189321890,189523062,201173,1,"401164",-117976,"ENSG00000249378","LINC01060","long intergenic non-protein coding RNA 1060"
-"chr1",180198261,180198277,17,"*","Promoter (1-2kb)",1,180199433,180244188,44756,1,"89884",-1156,"ENSG00000121454","LHX4","LIM homeobox 4"
-"chr10",104261862,104262085,224,"*","Promoter (<=1kb)",10,104238986,104262512,23527,2,"10121",427,"ENSG00000138107","ACTR1A","ARP1 actin-related protein 1 homolog A, centractin alpha (yeast)"
-"chr7",94538117,94538134,18,"*","Promoter (1-2kb)",7,94536949,94925727,388779,1,"55607",1168,"ENSG00000158528","PPP1R9A","protein phosphatase 1 regulatory subunit 9A"
-"chr2",26568896,26568901,6,"*","Promoter (<=1kb)",2,26568954,26618759,49806,1,"85465",-53,"ENSG00000138018","EPT1","ethanolaminephosphotransferase 1"
-"chr1",209406581,209406589,9,"*","Distal Intergenic",1,209602168,209605892,3725,1,"642587",-195579,NA,"MIR205HG","MIR205 host gene"
-"chr16",2318766,2318940,175,"*","Promoter (<=1kb)",16,2303100,2318413,15314,2,"10921",-353,"ENSG00000205937","RNPS1","RNA binding protein S1, serine-rich domain"
-"chr16",838206,838229,24,"*","Promoter (<=1kb)",16,834974,838383,3410,2,"113000",154,"ENSG00000007376","RPUSD1","RNA pseudouridylate synthase domain containing 1"
-"chr11",6624594,6624617,24,"*","Promoter (<=1kb)",11,6621144,6624880,3737,2,"23378",263,"ENSG00000132275","RRP8","ribosomal RNA processing 8, methyltransferase, homolog (yeast)"
-"chr6",105725999,105726132,134,"*","3' UTR",6,105605775,105627858,22084,2,"64208",-98141,"ENSG00000132429","POPDC3","popeye domain containing 3"
-"chr2",131518152,131518648,497,"*","Intron (uc002trw.2/205147, intron 1 of 1)",2,131513077,131525707,12631,1,"205147",5075,"ENSG00000178171","AMER3","APC membrane recruitment protein 3"
-"chr15",62456016,62456058,43,"*","Promoter (1-2kb)",15,62455737,62457482,1746,2,"388125",1424,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
-"chr13",33590425,33590447,23,"*","Promoter (<=1kb)",13,33590201,33640282,50082,1,"9365",224,"ENSG00000133116","KL","klotho"
-"chr18",30051516,30051524,9,"*","Promoter (1-2kb)",18,29843484,30050447,206964,2,"64762",-1069,"ENSG00000141441","GAREM1","GRB2 associated regulator of MAPK1 subtype 1"
-"chr19",6712309,6712321,13,"*","Exon (uc002mfm.3/718, exon 11 of 41)",19,6677846,6720662,42817,2,"718",8341,"ENSG00000125730","C3","complement component 3"
-"chr4",156588326,156588339,14,"*","Promoter (<=1kb)",4,156587862,156658214,70353,1,"2982",464,"ENSG00000164116","GUCY1A3","guanylate cyclase 1, soluble, alpha 3"
-"chr16",57219756,57219801,46,"*","Promoter (<=1kb)",16,57186378,57219976,33599,2,"80011",175,"ENSG00000172775","FAM192A","family with sequence similarity 192 member A"
-"chr7",27160674,27160960,287,"*","Exon (uc010kux.1/uc010kux.1, exon 1 of 2)",7,27145809,27166639,20831,2,"3200",5679,"ENSG00000105997","HOXA3","homeobox A3"
-"chr10",133769902,133769916,15,"*","3' UTR",10,133747960,133770053,22094,1,"55844",21942,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
-"chr16",28985880,28985933,54,"*","Promoter (<=1kb)",16,28986096,28996838,10743,1,"83985",-163,"ENSG00000169682","SPNS1","spinster homolog 1 (Drosophila)"
-"chr16",30941217,30941527,311,"*","5' UTR",16,30930640,30934590,3951,2,"283932",-6627,"ENSG00000260852","FBXL19-AS1","FBXL19 antisense RNA 1 (head to head)"
-"chr16",30968679,30969112,434,"*","Promoter (<=1kb)",16,30968615,30995981,27367,1,"9739",64,"ENSG00000099381","SETD1A","SET domain containing 1A"
-"chr1",204010639,204010929,291,"*","Promoter (<=1kb)",1,204001575,204010392,8818,2,"284573",-247,"ENSG00000176754","LINC00303","long intergenic non-protein coding RNA 303"
-"chr19",5142198,5142260,63,"*","Intron (uc002mbq.4/23030, intron 18 of 22)",19,4969124,5153608,184485,1,"23030",173074,"ENSG00000127663","KDM4B","lysine demethylase 4B"
-"chr19",41860571,41860824,254,"*","Promoter (<=1kb)",19,41836812,41859831,23020,2,"7040",-740,"ENSG00000105329","TGFB1","transforming growth factor beta 1"
-"chr22",26881026,26881183,158,"*","Promoter (1-2kb)",22,26879846,26887904,8059,1,"402055",1180,"ENSG00000100104","SRRD","SRR1 domain containing"
-"chr12",6898737,6898975,239,"*","Promoter (<=1kb)",12,6898638,6929976,31339,1,"920",99,"ENSG00000010610","CD4","CD4 molecule"
-"chr4",41361628,41361695,68,"*","Promoter (1-2kb)",4,41362804,41702061,339258,1,"22998",-1109,"ENSG00000064042","LIMCH1","LIM and calponin homology domains 1"
-"chr1",48450143,48450218,76,"*","Intron (uc021ong.1/388630, intron 5 of 6)",1,48226200,48462562,236363,2,"388630",12344,"ENSG00000269113","TRABD2B","TraB domain containing 2B"
-"chr2",85822359,85822375,17,"*","Promoter (<=1kb)",2,85822837,85824831,1995,1,"51255",-462,"ENSG00000168894","RNF181","ring finger protein 181"
-"chr1",101702744,101702782,39,"*","Promoter (<=1kb)",1,101702305,101707076,4772,1,"1901",439,"ENSG00000170989","S1PR1","sphingosine-1-phosphate receptor 1"
-"chr10",31422942,31423315,374,"*","Distal Intergenic",10,31133565,31320866,187302,2,"220929",-102076,"ENSG00000183621","ZNF438","zinc finger protein 438"
-"chr12",53845606,53845683,78,"*","Intron (uc010soh.1/5094, intron 3 of 12)",12,53835433,53874946,39514,1,"5094",10173,"ENSG00000197111","PCBP2","poly(rC) binding protein 2"
-"chr16",88962986,88963198,213,"*","Intron (uc002fml.2/863, intron 9 of 10)",16,88928036,88933068,5033,2,"390748",-29918,"ENSG00000205022","PABPN1L","poly(A) binding protein, nuclear 1-like (cytoplasmic)"
-"chr20",44992537,44992754,218,"*","Promoter (<=1kb)",20,44978177,44993064,14888,2,"51006",310,"ENSG00000080189","SLC35C2","solute carrier family 35 member C2"
-"chr16",23569023,23569051,29,"*","Promoter (<=1kb)",16,23568862,23585710,16849,1,"56061",161,"ENSG00000103353","UBFD1","ubiquitin family domain containing 1"
-"chr22",46860228,46860524,297,"*","Exon (uc003bhw.1/9620, exon 2 of 35)",22,46756731,46933067,176337,2,"9620",72543,"ENSG00000075275","CELSR1","cadherin EGF LAG seven-pass G-type receptor 1"
-"chr14",100204210,100204480,271,"*","Promoter (<=1kb)",14,100204069,100408395,204327,1,"2009",141,"ENSG00000066629","EML1","echinoderm microtubule associated protein like 1"
-"chr1",9131662,9131735,74,"*","Intron (uc021ofv.1/6518, intron 3 of 4)",1,9097005,9148510,51506,2,"6518",16775,"ENSG00000142583","SLC2A5","solute carrier family 2 member 5"
-"chr1",171105733,171105877,145,"*","Promoter (1-2kb)",1,171106879,171130702,23824,1,"388714",-1002,"ENSG00000117507","FMO6P","flavin containing monooxygenase 6 pseudogene"
-"chr12",34361865,34362315,451,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",186649,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
-"chr16",15951176,15951182,7,"*","Promoter (<=1kb)",16,15796992,15950887,153896,2,"4629",-289,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
-"chr6",89855703,89855705,3,"*","Promoter (<=1kb)",6,89855769,89875288,19520,1,"135293",-64,"ENSG00000146281","PM20D2","peptidase M20 domain containing 2"
-"chr16",89346436,89346443,8,"*","Exon (uc002fmx.2/29123, exon 9 of 13)",16,89387541,89391518,3978,1,"100287036",-41098,NA,"LOC100287036","uncharacterized LOC100287036"
-"chr10",1531034,1531243,210,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1568825,1599179,30355,1,"642394",-37582,"ENSG00000205696","ADARB2-AS1","ADARB2 antisense RNA 1"
-"chr20",30640041,30640121,81,"*","Promoter (<=1kb)",20,30639991,30689657,49667,1,"3055",50,"ENSG00000101336","HCK","HCK proto-oncogene, Src family tyrosine kinase"
-"chr1",6566090,6566289,200,"*","Intron (uc001anp.2/57449, intron 21 of 21)",1,6526152,6580121,53970,2,"57449",13832,"ENSG00000171680","PLEKHG5","pleckstrin homology and RhoGEF domain containing G5"
-"chr19",46002528,46002793,266,"*","Promoter (<=1kb)",19,46001731,46005764,4034,1,"147699",797,"ENSG00000213889","PPM1N","protein phosphatase, Mg2+/Mn2+ dependent 1N (putative)"
-"chr3",111697844,111697926,83,"*","Promoter (<=1kb)",3,111697723,111712215,14493,1,"55347",121,"ENSG00000144827","ABHD10","abhydrolase domain containing 10"
-"chr14",99880345,99880406,62,"*","Intron (uc031qqj.1/84193, intron 7 of 12)",14,99864083,99947226,83144,2,"84193",66820,"ENSG00000183576","SETD3","SET domain containing 3"
-"chr14",105779826,105779862,37,"*","Promoter (2-3kb)",14,105675623,105781914,106292,2,"2972",2052,"ENSG00000185024","BRF1","BRF1, RNA polymerase III transcription initiation factor 90 kDa subunit"
-"chr1",247494210,247494428,219,"*","Promoter (<=1kb)",1,247463622,247495045,31424,2,"84838",617,"ENSG00000162714","ZNF496","zinc finger protein 496"
-"chr6",31634821,31634824,4,"*","Exon (uc010jsz.1/1460, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",922789,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",94284630,94284634,5,"*","Promoter (<=1kb)",7,94214536,94285521,70986,2,"8910",887,"ENSG00000127990","SGCE","sarcoglycan epsilon"
-"chr19",51330251,51330405,155,"*","Exon (uc002ptl.3/55554, exon 3 of 5)",19,51322404,51327043,4640,2,"3816",-3208,"ENSG00000167748","KLK1","kallikrein 1"
-"chr1",159825504,159825547,44,"*","Promoter (<=1kb)",1,159804264,159825137,20874,2,"284677",-367,"ENSG00000188004","C1orf204","chromosome 1 open reading frame 204"
-"chr1",146544044,146544097,54,"*","Distal Intergenic",1,146490895,146514599,23705,2,"728989",-29445,NA,"LOC728989","phosphodiesterase 4D interacting protein pseudogene"
-"chr7",45151369,45151440,72,"*","Promoter (<=1kb)",7,45139699,45151346,11648,2,"9238",-23,"ENSG00000136270","TBRG4","transforming growth factor beta regulator 4"
-"chr16",989969,990057,89,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",41261,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr16",2041512,2041778,267,"*","Promoter (1-2kb)",16,2039946,2044276,4331,1,"9143",1566,"ENSG00000127561","SYNGR3","synaptogyrin 3"
-"chrX",136511365,136511500,136,"*","Distal Intergenic",23,136648346,136654259,5914,1,"7547",-136846,"ENSG00000156925","ZIC3","Zic family member 3"
-"chr19",4101514,4101811,298,"*","Intron (uc002lzj.3/5605, intron 7 of 7)",19,4090320,4124126,33807,2,"5605",22315,"ENSG00000126934","MAP2K2","mitogen-activated protein kinase kinase 2"
-"chr2",51255306,51255324,19,"*","Exon (uc021vhg.1/9378, exon 1 of 23)",2,50145643,51259674,1114032,2,"9378",4350,"ENSG00000179915","NRXN1","neurexin 1"
-"chr6",29127931,29127934,4,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-644361,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr12",50898411,50898483,73,"*","Promoter (<=1kb)",12,50898768,51142450,243683,1,"57609",-285,"ENSG00000066084","DIP2B","disco interacting protein 2 homolog B"
-"chr12",103351206,103351388,183,"*","Promoter (<=1kb)",12,103351452,103354294,2843,1,"429",-64,"ENSG00000139352","ASCL1","achaete-scute family bHLH transcription factor 1"
-"chr5",122430821,122431371,551,"*","Intron (uc003kti.3/93166, intron 2 of 7)",5,122424841,122523745,98905,1,"93166",5980,"ENSG00000061455","PRDM6","PR domain 6"
-"chr14",21270527,21270802,276,"*","Promoter (<=1kb)",14,21269515,21271036,1522,2,"6035",234,"ENSG00000129538","RNASE1","ribonuclease A family member 1, pancreatic"
-"chr4",99580073,99580095,23,"*","Promoter (<=1kb)",4,99391518,99579812,188295,2,"10098",-261,"ENSG00000168785","TSPAN5","tetraspanin 5"
-"chr19",41220945,41221028,84,"*","Promoter (1-2kb)",19,41197434,41222790,25357,2,"79934",1762,"ENSG00000123815","ADCK4","aarF domain containing kinase 4"
-"chr2",24270357,24270364,8,"*","Promoter (<=1kb)",2,24252206,24270296,18091,2,"80304",-61,"ENSG00000163026","C2orf44","chromosome 2 open reading frame 44"
-"chr13",28562838,28562852,15,"*","Promoter (<=1kb)",13,28552243,28562774,10532,2,"646625",-64,"ENSG00000183463","URAD","ureidoimidazoline (2-oxo-4-hydroxy-4-carboxy-5-) decarboxylase"
-"chr9",130639783,130640212,430,"*","Promoter (<=1kb)",9,130628759,130640022,11264,2,"203",0,"ENSG00000106992","AK1","adenylate kinase 1"
-"chr20",17512294,17512604,311,"*","Intron (uc002wpp.3/631, intron 7 of 7)",20,17474550,17549865,75316,2,"631",37261,"ENSG00000125864","BFSP1","beaded filament structural protein 1"
-"chr1",174969442,174969573,132,"*","Promoter (<=1kb)",1,174968571,174981163,12593,1,"27101",871,"ENSG00000116161","CACYBP","calcyclin binding protein"
-"chr16",2113804,2113978,175,"*","Intron (uc002con.3/7249, intron 14 of 41)",16,2097990,2138713,40724,1,"7249",15814,"ENSG00000103197","TSC2","tuberous sclerosis 2"
-"chr14",94546674,94546944,271,"*","Promoter (<=1kb)",14,94517268,94547558,30291,2,"57062",614,"ENSG00000089737","DDX24","DEAD-box helicase 24"
-"chr6",168971135,168971450,316,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",129304,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr17",78157897,78157950,54,"*","Exon (uc002jxt.2/79092, exon 5 of 22)",17,78143791,78183130,39340,1,"79092",14106,"ENSG00000141527","CARD14","caspase recruitment domain family member 14"
-"chr3",197382686,197383122,437,"*","Distal Intergenic",3,197401367,197401447,81,2,"100126321",18325,"ENSG00000216042","MIR922","microRNA 922"
-"chr6",32042148,32042152,5,"*","Intron (uc003nzl.2/7148, intron 33 of 43)",6,32485154,32557613,72460,2,"3127",515461,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",30675233,30675634,402,"*","Intron (uc002dzc.4/64319, intron 4 of 9)",16,30671243,30682131,10889,1,"64319",3990,"ENSG00000156860","FBRS","fibrosin"
-"chr1",3600804,3600831,28,"*","Intron (uc001akp.3/7161, intron 3 of 13)",1,3569129,3652765,83637,1,"7161",31675,"ENSG00000078900","TP73","tumor protein p73"
-"chr10",104535473,104535744,272,"*","Intron (uc001kwf.4/54838, intron 1 of 3)",10,104503727,104591851,88125,1,"54838",31746,"ENSG00000166272","WBP1L","WW domain binding protein 1-like"
-"chr12",123450766,123450821,56,"*","Intron (uc021rfo.1/23457, intron 11 of 11)",12,123459354,123464588,5235,1,"79676",-8533,"ENSG00000111325","OGFOD2","2-oxoglutarate and iron dependent oxygenase domain containing 2"
-"chr16",1723718,1724063,346,"*","3' UTR",16,1728278,1752073,23796,1,"90861",-4215,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
-"chr21",38078719,38078971,253,"*","Intron (uc002yvp.3/6493, intron 1 of 1)",21,38071991,38122510,50520,1,"6493",6728,"ENSG00000159263","SIM2","single-minded family bHLH transcription factor 2"
-"chr2",176994317,176994448,132,"*","Promoter (<=1kb)",2,176994422,176997423,3002,1,"3234",0,"ENSG00000175879","HOXD8","homeobox D8"
-"chr10",134837664,134837723,60,"*","Distal Intergenic",10,134884433,134945179,60747,1,"84435",-46710,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
-"chr17",72744083,72744524,442,"*","Promoter (<=1kb)",17,72744751,72765499,20749,1,"9368",-227,"ENSG00000109062","SLC9A3R1","SLC9A3 regulator 1"
-"chr6",32947198,32947695,498,"*","Exon (uc003ocn.4/6046, exon 11 of 13)",6,32605183,32614839,9657,1,"3117",342015,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr9",36166258,36166456,199,"*","Promoter (2-3kb)",9,36169389,36171331,1943,1,"881",-2933,"ENSG00000185972","CCIN","calicin"
-"chr6",5995085,5995102,18,"*","Distal Intergenic",6,5998233,6007633,9401,2,"51299",12531,"ENSG00000124785","NRN1","neuritin 1"
-"chr17",685665,685670,6,"*","Promoter (<=1kb)",17,662549,685571,23023,2,"51031",-94,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
-"chr15",43560128,43560165,38,"*","Promoter (1-2kb)",15,43524793,43559055,34263,2,"9333",-1073,"ENSG00000104055","TGM5","transglutaminase 5"
-"chr17",80763758,80763811,54,"*","Exon (uc002kfx.1/6904, exon 9 of 25)",17,80787310,80797931,10622,2,"79755",34120,"ENSG00000141579","ZNF750","zinc finger protein 750"
-"chr8",144945014,144945387,374,"*","Promoter (2-3kb)",8,144939912,144947434,7523,2,"83481",2047,"ENSG00000261150","EPPK1","epiplakin 1"
-"chr19",524336,524608,273,"*","Distal Intergenic",19,531733,542087,10355,1,"997",-7125,"ENSG00000099804","CDC34","cell division cycle 34"
-"chr6",41606770,41606869,100,"*","Promoter (<=1kb)",6,41606195,41621982,15788,1,"4188",575,"ENSG00000112559","MDFI","MyoD family inhibitor"
-"chr11",72929505,72929935,431,"*","Promoter (<=1kb)",11,72929343,72953472,24130,1,"5029",162,"ENSG00000175591","P2RY2","purinergic receptor P2Y2"
-"chr19",9271917,9271995,79,"*","Exon (uc002mku.3/57693, exon 7 of 7)",19,9251056,9274091,23036,1,"57693",20861,"ENSG00000130803","ZNF317","zinc finger protein 317"
-"chr3",142683128,142683281,154,"*","Promoter (<=1kb)",3,142680074,142682178,2105,2,"344838",-950,"ENSG00000188582","PAQR9","progestin and adipoQ receptor family member IX"
-"chr17",17942355,17942551,197,"*","Promoter (<=1kb)",17,17918373,17942480,24108,2,"91647",0,"ENSG00000171953","ATPAF2","ATP synthase mitochondrial F1 complex assembly factor 2"
-"chr2",85999628,85999825,198,"*","Exon (uc002sqm.4/84913, exon 3 of 3)",2,85980909,86018506,37598,1,"84913",18719,"ENSG00000168874","ATOH8","atonal bHLH transcription factor 8"
-"chr2",238383617,238384023,407,"*","Distal Intergenic",2,238395053,238463961,68909,1,"79083",-11030,"ENSG00000115648","MLPH","melanophilin"
-"chr8",17942993,17943293,301,"*","Promoter (<=1kb)",8,17913925,17942507,28583,2,"427",-486,"ENSG00000104763","ASAH1","N-acylsphingosine amidohydrolase (acid ceramidase) 1"
-"chr1",165086977,165087474,498,"*","Distal Intergenic",1,165171104,165325952,154849,2,"4009",238478,"ENSG00000162761","LMX1A","LIM homeobox transcription factor 1 alpha"
-"chr10",77158025,77158502,478,"*","Promoter (2-3kb)",10,77161286,77168740,7455,1,"100131213",-2784,"ENSG00000237149","ZNF503-AS2","ZNF503 antisense RNA 2"
-"chr16",34726686,34726856,171,"*","Distal Intergenic",16,34711785,34714967,3183,2,"146481",-11719,NA,"FRG2DP","FSHD region gene 2 family member D, pseudogene"
-"chr11",390989,391408,420,"*","Promoter (1-2kb)",11,392599,404908,12310,1,"11187",-1191,"ENSG00000184363","PKP3","plakophilin 3"
-"chr19",17797485,17797656,172,"*","Promoter (1-2kb)",19,17712137,17799050,86914,2,"23025",1394,"ENSG00000130477","UNC13A","unc-13 homolog A (C. elegans)"
-"chr17",46608511,46608522,12,"*","Promoter (<=1kb)",17,46606807,46608272,1466,2,"3211",-239,"ENSG00000120094","HOXB1","homeobox B1"
-"chr10",1406218,1406508,291,"*","Intron (uc009xhq.3/105, intron 8 of 9)",10,1568825,1599179,30355,1,"642394",-162317,"ENSG00000205696","ADARB2-AS1","ADARB2 antisense RNA 1"
-"chr4",56660143,56660280,138,"*","Distal Intergenic",4,56686237,56703430,17194,1,"644145",-25957,NA,"LOC644145","exocyst complex component 1 pseudogene"
-"chr10",89577971,89578072,102,"*","Promoter (<=1kb)",10,89578070,89605369,27300,1,"142913",0,"ENSG00000223820","CFL1P1","cofilin 1 pseudogene 1"
-"chr7",100807120,100807362,243,"*","Promoter (1-2kb)",7,100805790,100808852,3063,2,"7425",1490,"ENSG00000128564","VGF","VGF nerve growth factor inducible"
-"chr8",144803258,144803553,296,"*","Exon (uc003yzj.3/225689, exon 10 of 14)",8,144798507,144804633,6127,1,"225689",4751,"ENSG00000181085","MAPK15","mitogen-activated protein kinase 15"
-"chr12",54409657,54409770,114,"*","Promoter (<=1kb)",12,54410642,54449814,39173,1,"3221",-872,"ENSG00000198353","HOXC4","homeobox C4"
-"chr16",20086392,20086891,500,"*","Promoter (1-2kb)",16,20043043,20085100,42058,2,"124274",-1292,"ENSG00000180269","GPR139","G protein-coupled receptor 139"
-"chr16",30999339,30999390,52,"*","Promoter (2-3kb)",16,30996519,31000473,3955,1,"80270",2820,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
-"chr17",61514705,61514920,216,"*","5' UTR",17,61509665,61523722,14058,2,"1534",8802,"ENSG00000008283","CYB561","cytochrome b561"
-"chr11",44586996,44587009,14,"*","Promoter (<=1kb)",11,44587141,44641315,54175,1,"3732",-132,"ENSG00000085117","CD82","CD82 molecule"
-"chr16",57917995,57918095,101,"*","3' UTR",16,57792129,57896733,104605,2,"3801",-21262,"ENSG00000140859","KIFC3","kinesin family member C3"
-"chr11",2397607,2397614,8,"*","Promoter (<=1kb)",11,2398547,2418649,20103,1,"975",-933,"ENSG00000110651","CD81","CD81 molecule"
-"chr8",121136140,121136486,347,"*","Promoter (<=1kb)",8,121137347,121384273,246927,1,"7373",-861,"ENSG00000187955","COL14A1","collagen type XIV alpha 1"
-"chr1",2564456,2564584,129,"*","Promoter (<=1kb)",1,2522081,2564481,42401,2,"79258",0,"ENSG00000142606","MMEL1","membrane metallo-endopeptidase-like 1"
-"chr16",12656958,12657103,146,"*","Intron (uc002dby.5/92017, intron 20 of 20)",16,12814178,12814228,51,1,"100616195",-157075,"ENSG00000264733","MIR4718","microRNA 4718"
-"chr1",32665536,32665987,452,"*","Promoter (<=1kb)",1,32666202,32670991,4790,1,"79140",-215,"ENSG00000160050","CCDC28B","coiled-coil domain containing 28B"
-"chr15",101419470,101419606,137,"*","Promoter (<=1kb)",15,101420009,101456830,36822,1,"220",-403,"ENSG00000184254","ALDH1A3","aldehyde dehydrogenase 1 family member A3"
-"chr2",240168283,240168365,83,"*","Intron (uc002vyk.4/9759, intron 25 of 26)",2,240115027,240117153,2127,2,"85009",-51130,NA,"MGC16025","uncharacterized LOC85009"
-"chr1",30161532,30161665,134,"*","Distal Intergenic",1,29563028,29653325,90298,1,"10076",598504,"ENSG00000060656","PTPRU","protein tyrosine phosphatase, receptor type U"
-"chr16",1187722,1187841,120,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-15400,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr7",26437192,26437633,442,"*","Promoter (<=1kb)",7,26438339,26538594,100256,1,"441204",-706,NA,"LOC441204","uncharacterized LOC441204"
-"chr1",5936617,5937110,494,"*","Intron (uc001alq.2/261734, intron 10 of 29)",1,5922732,5922801,70,2,"100616421",-13816,"ENSG00000264101","MIR4689","microRNA 4689"
-"chr10",48438452,48438614,163,"*","Promoter (<=1kb)",10,48425788,48439138,13351,2,"2662",524,"ENSG00000266524","GDF10","growth differentiation factor 10"
-"chr19",39896665,39897131,467,"*","Promoter (<=1kb)",19,39897487,39900052,2566,1,"7538",-356,"ENSG00000128016","ZFP36","ZFP36 ring finger protein"
-"chr5",54455653,54455907,255,"*","Promoter (<=1kb)",5,54455984,54463129,7146,1,"493869",-77,"ENSG00000164294","GPX8","glutathione peroxidase 8 (putative)"
-"chr16",745615,745639,25,"*","Exon (uc002cjb.3/146330, exon 1 of 4)",16,734702,740400,5699,2,"84219",-5215,"ENSG00000127580","WDR24","WD repeat domain 24"
-"chr17",74524998,74525066,69,"*","Promoter (1-2kb)",17,74523668,74541458,17791,1,"768206",1330,"ENSG00000214140","PRCD","progressive rod-cone degeneration"
-"chr3",46735152,46735154,3,"*","Promoter (<=1kb)",3,46710485,46735194,24710,2,"259173",40,"ENSG00000178038","ALS2CL","ALS2 C-terminal like"
-"chr18",25757555,25757662,108,"*","Promoter (<=1kb)",18,25530930,25757445,226516,2,"1000",-110,"ENSG00000170558","CDH2","cadherin 2"
-"chr1",159140445,159140702,258,"*","Promoter (<=1kb)",1,159141377,159172932,31556,1,"57863",-675,"ENSG00000162706","CADM3","cell adhesion molecule 3"
-"chr17",80986570,80986746,177,"*","Intron (uc002kgf.1/146712, intron 10 of 12)",17,80900031,81009686,109656,2,"146712",22940,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
-"chr5",134735496,134735549,54,"*","Promoter (<=1kb)",5,134670071,134735577,65507,2,"9555",28,"ENSG00000113648","H2AFY","H2A histone family member Y"
-"chr4",154682576,154682645,70,"*","Promoter (1-2kb)",4,154631312,154681387,50076,2,"285533",-1189,"ENSG00000145428","RNF175","ring finger protein 175"
-"chr16",1652434,1652552,119,"*","Exon (uc002cmb.3/9742, exon 4 of 31)",16,1560428,1662109,101682,2,"9742",9557,"ENSG00000187535","IFT140","intraflagellar transport 140"
-"chr19",35085624,35085629,6,"*","Promoter (<=1kb)",19,35084346,35085490,1145,2,"284402",-134,"ENSG00000205209","SCGB2B2","secretoglobin family 2B member 2"
-"chr20",13976058,13976069,12,"*","Promoter (<=1kb)",20,13976146,16033841,2057696,1,"140733",-77,"ENSG00000172264","MACROD2","MACRO domain containing 2"
-"chr20",37590555,37590570,16,"*","Promoter (<=1kb)",20,37590981,37668366,77386,1,"60625",-411,"ENSG00000101452","DHX35","DEAH-box helicase 35"
-"chr6",3227741,3227751,11,"*","Promoter (<=1kb)",6,3224495,3227968,3474,2,"347733",217,"ENSG00000137285","TUBB2B","tubulin beta 2B class IIb"
-"chr10",126157900,126157962,63,"*","Intron (uc001lhs.2/64077, intron 1 of 6)",10,126150341,126302710,152370,1,"64077",7559,"ENSG00000107902","LHPP","phospholysine phosphohistidine inorganic pyrophosphate phosphatase"
-"chr12",133072958,133073172,215,"*","Intron (uc001ukf.3/57666, intron 1 of 16)",12,133067157,133161773,94617,1,"57666",5801,"ENSG00000112787","FBRSL1","fibrosin like 1"
-"chr16",89702762,89703023,262,"*","Exon (uc010cin.3/1800, exon 4 of 11)",16,89724152,89736866,12715,1,"124045",-21129,"ENSG00000167523","SPATA33","spermatogenesis associated 33"
-"chr1",240286433,240286626,194,"*","Exon (uc010pyd.2/56776, exon 2 of 18)",1,240255185,240638489,383305,1,"56776",31248,"ENSG00000155816","FMN2","formin 2"
-"chr6",32119874,32119875,2,"*","5' UTR",6,32485154,32557613,72460,2,"3127",437738,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",82203988,82203996,9,"*","Promoter (<=1kb)",16,82181767,82203829,22063,2,"10200",-159,"ENSG00000135698","MPHOSPH6","M-phase phosphoprotein 6"
-"chr10",70980067,70980112,46,"*","Promoter (<=1kb)",10,70980059,71027315,47257,1,"80201",8,"ENSG00000156510","HKDC1","hexokinase domain containing 1"
-"chr13",114325202,114325446,245,"*","Intron (uc010tkf.2/6011, intron 2 of 6)",13,114321597,114438637,117041,1,"6011",3605,NA,"GRK1","G protein-coupled receptor kinase 1"
-"chr5",5423294,5423457,164,"*","Promoter (<=1kb)",5,5422786,5490347,67562,1,"23379",508,"ENSG00000164151","ICE1","interactor of little elongation complex ELL subunit 1"
-"chr21",48081018,48081194,177,"*","3' UTR",21,48055507,48085155,29649,1,"3275",25511,"ENSG00000160310","PRMT2","protein arginine methyltransferase 2"
-"chr17",78489250,78489359,110,"*","Distal Intergenic",17,78518625,78940173,421549,1,"57521",-29266,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
-"chr10",77191098,77191570,473,"*","Distal Intergenic",10,77157603,77161513,3911,2,"84858",-29585,"ENSG00000165655","ZNF503","zinc finger protein 503"
-"chr10",134361910,134361949,40,"*","Intron (uc001llo.1/3632, intron 1 of 12)",10,134351353,134596984,245632,1,"3632",10557,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
-"chr14",105940762,105940772,11,"*","Promoter (1-2kb)",14,105939275,105946507,7233,1,"1397",1487,"ENSG00000182809","CRIP2","cysteine rich protein 2"
-"chr17",4510627,4510743,117,"*","Exon (uc002fye.2/342527, exon 8 of 8)",17,4487276,4511614,24339,1,"342527",23351,"ENSG00000188176","SMTNL2","smoothelin-like 2"
-"chr8",141646407,141646421,15,"*","Promoter (<=1kb)",8,141541264,141645646,104383,2,"27161",-761,"ENSG00000123908","AGO2","argonaute 2, RISC catalytic component"
-"chr11",85430586,85430609,24,"*","Intron (uc001pbb.3/54843, intron 11 of 12)",11,85394893,85397320,2428,2,"220388",-33266,"ENSG00000179071","CCDC89","coiled-coil domain containing 89"
-"chr7",120627791,120628002,212,"*","Promoter (<=1kb)",7,120628751,120937498,308748,1,"79974",-749,"ENSG00000106034","CPED1","cadherin like and PC-esterase domain containing 1"
-"chr6",30736959,30737068,110,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1820545,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",292927,293023,97,"*","Promoter (2-3kb)",17,289771,295731,5961,2,"359845",2708,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
-"chr1",179851535,179851575,41,"*","Promoter (<=1kb)",1,179851177,179889212,38036,1,"26092",358,"ENSG00000143337","TOR1AIP1","torsin 1A interacting protein 1"
-"chr19",19639533,19639548,16,"*","Intron (uc021uqv.1/51079, intron 5 of 7)",19,19649074,19657468,8395,1,"148113",-9526,"ENSG00000160161","CILP2","cartilage intermediate layer protein 2"
-"chr1",65775570,65775734,165,"*","Exon (uc001dce.2/9829, exon 1 of 19)",1,65720148,65881552,161405,1,"9829",55422,"ENSG00000116675","DNAJC6","DnaJ heat shock protein family (Hsp40) member C6"
-"chr16",30418326,30418672,347,"*","Promoter (<=1kb)",16,30418735,30440920,22186,1,"51333",-63,"ENSG00000179965","ZNF771","zinc finger protein 771"
-"chr13",114812136,114812254,119,"*","Intron (uc010tkk.2/22821, intron 21 of 23)",13,114747194,114898095,150902,2,"22821",85841,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chr12",104234963,104234975,13,"*","Promoter (<=1kb)",12,104166081,104234975,68895,2,"51559",0,"ENSG00000111696","NT5DC3","5'-nucleotidase domain containing 3"
-"chr6",29691851,29691936,86,"*","Intron (uc031sna.1/3134, intron 2 of 4)",6,28471073,28483570,12498,2,"257202",-1208281,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",22570704,22571177,474,"*","Promoter (1-2kb)",6,22569678,22570750,1073,1,"154150",1026,"ENSG00000112273","HDGFL1","hepatoma derived growth factor-like 1"
-"chr9",35789052,35789350,299,"*","Distal Intergenic",9,35792406,35809728,17323,1,"4882",-3056,"ENSG00000159899","NPR2","natriuretic peptide receptor 2"
-"chr6",31324500,31324512,13,"*","Exon (uc031snl.1/3106, exon 2 of 5)",6,32485154,32557613,72460,2,"3127",1233101,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",170220015,170220129,115,"*","Promoter (<=1kb)",2,169983619,170219122,235504,2,"4036",-893,"ENSG00000081479","LRP2","LDL receptor related protein 2"
-"chr8",22735285,22735388,104,"*","Intron (uc003xcn.1/157310, intron 4 of 6)",8,22570765,22785421,214657,2,"157310",50033,"ENSG00000134020","PEBP4","phosphatidylethanolamine binding protein 4"
-"chr5",77140195,77140381,187,"*","Distal Intergenic",5,76986995,77072185,85191,2,"6902",-68010,"ENSG00000171530","TBCA","tubulin folding cofactor A"
-"chr8",101661740,101661918,179,"*","Promoter (<=1kb)",8,101585112,101661893,76782,2,"169166",0,"ENSG00000174226","SNX31","sorting nexin 31"
-"chr10",100994381,100994441,61,"*","Promoter (1-2kb)",10,100216834,100995632,778799,2,"60495",1191,"ENSG00000172987","HPSE2","heparanase 2 (inactive)"
-"chr15",57598755,57598924,170,"*","Exon (uc010ugt.1/283663, exon 2 of 3)",15,57592563,57599967,7405,1,"283663",6192,"ENSG00000247982","LINC00926","long intergenic non-protein coding RNA 926"
-"chr2",10517275,10517304,30,"*","Intron (uc002raj.4/3241, intron 1 of 4)",2,10586840,10586975,136,2,"100302743",69671,"ENSG00000206633","SNORA80B","small nucleolar RNA, H/ACA box 80B"
-"chr1",39920621,39920707,87,"*","Exon (uc021olt.1/23499, exon 84 of 93)",1,39957318,39995541,38224,1,"353500",-36611,"ENSG00000183682","BMP8A","bone morphogenetic protein 8a"
-"chr12",115106884,115107167,284,"*","Downstream (<1kb)",12,115108059,115121969,13911,2,"6926",14802,"ENSG00000135111","TBX3","T-box 3"
-"chr19",57791598,57791606,9,"*","Promoter (<=1kb)",19,57791419,57805436,14018,1,"10794",179,"ENSG00000197714","ZNF460","zinc finger protein 460"
-"chr6",36314439,36314558,120,"*","Distal Intergenic",6,36283535,36304662,21128,2,"389384",-9777,"ENSG00000189325","C6orf222","chromosome 6 open reading frame 222"
-"chr22",37215656,37215948,293,"*","Promoter (<=1kb)",22,37196745,37215517,18773,2,"5816",-139,"ENSG00000100362","PVALB","parvalbumin"
-"chr6",7261271,7261517,247,"*","Distal Intergenic",6,7281288,7313541,32254,2,"6745",52024,"ENSG00000124783","SSR1","signal sequence receptor, alpha"
-"chr16",77270108,77270312,205,"*","Distal Intergenic",16,77233349,77246976,13628,1,"100130958",36759,"ENSG00000205078","SYCE1L","synaptonemal complex central element protein 1-like"
-"chr2",130956071,130956098,28,"*","Promoter (<=1kb)",2,130949318,130956034,6717,2,"112714",-37,"ENSG00000152086","TUBA3E","tubulin alpha 3e"
-"chr16",87091301,87091652,352,"*","Distal Intergenic",16,87336404,87351026,14623,2,"100506581",259374,"ENSG00000260456","C16orf95","chromosome 16 open reading frame 95"
-"chr7",94285736,94285814,79,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",99,"ENSG00000242265","PEG10","paternally expressed 10"
-"chr5",131133021,131133214,194,"*","Promoter (<=1kb)",5,130759614,131132756,373143,2,"51735",-265,"ENSG00000158987","RAPGEF6","Rap guanine nucleotide exchange factor 6"
-"chr6",28501768,28501867,100,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-18198,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrY",21906868,21906893,26,"*","Promoter (<=1kb)",24,21867301,21906825,39525,2,"8284",-43,"ENSG00000012817","KDM5D","lysine demethylase 5D"
-"chr16",1012601,1012735,135,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",18583,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr19",10958920,10958922,3,"*","Promoter (<=1kb)",19,10959106,10980360,21255,1,"255809",-184,"ENSG00000214212","C19orf38","chromosome 19 open reading frame 38"
-"chr13",114881500,114881556,57,"*","Intron (uc001vui.3/22821, intron 23 of 23)",13,114747194,114898095,150902,2,"22821",16539,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chr2",27435514,27435638,125,"*","Promoter (<=1kb)",2,27422455,27435175,12721,2,"8884",-339,"ENSG00000138074","SLC5A6","solute carrier family 5 member 6"
-"chr3",181421500,181421703,204,"*","Intron (uc003fkv.4/347689, intron 6 of 7)",3,181429712,181432223,2512,1,"6657",-8009,"ENSG00000181449","SOX2","SRY-box 2"
-"chr20",62680517,62680922,406,"*","Promoter (<=1kb)",20,62679079,62680979,1901,2,"54345",57,"ENSG00000203883","SOX18","SRY-box 18"
-"chr4",4543764,4543907,144,"*","Promoter (<=1kb)",4,4543858,4712664,168807,1,"100507266",0,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
-"chr5",57786356,57786401,46,"*","Promoter (<=1kb)",5,57787330,57792185,4856,1,"202309",-929,"ENSG00000175857","GAPT","GRB2-binding adaptor protein, transmembrane"
-"chr7",121512827,121513010,184,"*","Promoter (<=1kb)",7,121513159,121702090,188932,1,"5803",-149,"ENSG00000106278","PTPRZ1","protein tyrosine phosphatase, receptor type Z1"
-"chr12",54611066,54611548,483,"*","Distal Intergenic",12,54625181,54625260,80,2,"100616400",13712,"ENSG00000265371","MIR3198-2","microRNA 3198-2"
-"chr16",85181102,85181163,62,"*","Intron (uc021tmb.1/400548, intron 2 of 2)",16,85170756,85183049,12294,1,"400548",10346,"ENSG00000278214","LOC400548","uncharacterized LOC400548"
-"chr9",990692,991047,356,"*","3' UTR",9,976968,991732,14765,1,"58524",13724,"ENSG00000064218","DMRT3","doublesex and mab-3 related transcription factor 3"
-"chr16",22236981,22237027,47,"*","5' UTR",16,22217592,22300066,82475,1,"29904",19389,"ENSG00000103319","EEF2K","eukaryotic elongation factor 2 kinase"
-"chr15",38987310,38987640,331,"*","Promoter (1-2kb)",15,38988799,38992239,3441,1,"400359",-1159,"ENSG00000175779","C15orf53","chromosome 15 open reading frame 53"
-"chr6",170764630,170764764,135,"*","Distal Intergenic",6,170780107,170862417,82311,2,"5689",97653,"ENSG00000008018","PSMB1","proteasome subunit beta 1"
-"chr1",193075583,193075590,8,"*","Promoter (<=1kb)",1,193065595,193075244,9650,2,"51022",-339,"ENSG00000023572","GLRX2","glutaredoxin 2"
-"chr12",6442954,6442966,13,"*","5' UTR",12,6437923,6451283,13361,2,"7132",8317,"ENSG00000067182","TNFRSF1A","tumor necrosis factor receptor superfamily member 1A"
-"chr15",53095775,53095984,210,"*","Distal Intergenic",15,53049160,53082209,33050,2,"3175",-13566,"ENSG00000169856","ONECUT1","one cut homeobox 1"
-"chr6",32097726,32097786,61,"*","Intron (uc003nzr.3/63943, intron 1 of 1)",6,32485154,32557613,72460,2,"3127",459827,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",3111349,3111484,136,"*","Intron (uc002qxh.1/uc002qxh.1, intron 4 of 6)",2,3192741,3381653,188913,2,"7260",270169,"ENSG00000032389","TSSC1","tumor suppressing subtransferable candidate 1"
-"chr19",6459912,6459963,52,"*","Promoter (<=1kb)",19,6436432,6459781,23350,2,"79085",-131,"ENSG00000125648","SLC25A23","solute carrier family 25 member 23"
-"chr12",57915565,57915570,6,"*","Promoter (1-2kb)",12,57916659,57923931,7273,1,"114785",-1089,"ENSG00000166987","MBD6","methyl-CpG binding domain protein 6"
-"chr16",56388945,56388981,37,"*","3' UTR",16,56395364,56459450,64087,2,"267",70469,"ENSG00000159461","AMFR","autocrine motility factor receptor, E3 ubiquitin protein ligase"
-"chr17",75315060,75315244,185,"*","Intron (uc002jts.4/10801, intron 2 of 11)",17,75277492,75496678,219187,1,"10801",37568,"ENSG00000184640","SEPT9","septin 9"
-"chr15",35837830,35837992,163,"*","Promoter (<=1kb)",15,35838396,36151202,312807,1,"100507466",-404,"ENSG00000248079","DPH6-AS1","DPH6 antisense RNA 1 (head to head)"
-"chr16",29852910,29853214,305,"*","5' UTR",16,29831715,29859360,27646,1,"9961",21195,"ENSG00000013364","MVP","major vault protein"
-"chr2",105953705,105953709,5,"*","Promoter (<=1kb)",2,105954013,105961984,7972,1,"79074",-304,"ENSG00000135974","C2orf49","chromosome 2 open reading frame 49"
-"chr12",95466977,95467123,147,"*","Promoter (<=1kb)",12,95414005,95467404,53400,2,"7181",281,"ENSG00000120798","NR2C1","nuclear receptor subfamily 2 group C member 1"
-"chr21",37757192,37757477,286,"*","Promoter (<=1kb)",21,37757689,37789125,31437,1,"8208",-212,"ENSG00000159259","CHAF1B","chromatin assembly factor 1 subunit B"
-"chr5",956343,956473,131,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",40982,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
-"chr9",123475367,123475627,261,"*","Promoter (1-2kb)",9,123363196,123476765,113570,2,"1955",1138,"ENSG00000106780","MEGF9","multiple EGF like domains 9"
-"chr16",86371248,86371315,68,"*","Exon (uc002fjj.2/732275, exon 3 of 7)",16,86365456,86379285,13830,2,"732275",7970,"ENSG00000168367","LINC00917","long intergenic non-protein coding RNA 917"
-"chr1",3028862,3028987,126,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",-15552,NA,"MIR4251","microRNA 4251"
-"chr12",7167964,7168008,45,"*","5' UTR",12,7085347,7125842,40496,2,"10162",-42122,"ENSG00000111684","LPCAT3","lysophosphatidylcholine acyltransferase 3"
-"chrX",48397929,48397938,10,"*","Promoter (<=1kb)",23,48398075,48420997,22923,1,"4943",-137,"ENSG00000068354","TBC1D25","TBC1 domain family member 25"
-"chr11",85645962,85646077,116,"*","Distal Intergenic",11,85566144,85631051,64908,1,"220047",79818,"ENSG00000150676","CCDC83","coiled-coil domain containing 83"
-"chr15",90455680,90455744,65,"*","Promoter (<=1kb)",15,90373831,90456222,82392,2,"100526783",478,"ENSG00000250021","C15orf38-AP3S2","C15orf38-AP3S2 readthrough"
-"chr19",1446280,1446301,22,"*","Distal Intergenic",19,1450148,1473243,23096,1,"10297",-3847,"ENSG00000115266","APC2","adenomatosis polyposis coli 2"
-"chr20",57416221,57416506,286,"*","Promoter (1-2kb)",20,57414795,57486250,71456,1,"2778",1426,"ENSG00000087460","GNAS","GNAS complex locus"
-"chr1",53163908,53163955,48,"*","Promoter (<=1kb)",1,53152014,53164038,12025,2,"65260",83,"ENSG00000162377","COA7","cytochrome c oxidase assembly factor 7 (putative)"
-"chr1",155904156,155904158,3,"*","Promoter (<=1kb)",1,155882836,155904188,21353,2,"22889",30,"ENSG00000132680","KIAA0907","KIAA0907"
-"chr15",28342183,28342208,26,"*","Promoter (2-3kb)",15,28000023,28344458,344436,2,"4948",2250,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr16",983954,984175,222,"*","5' UTR",16,903635,1031318,127684,2,"64788",47143,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr3",169529653,169529716,64,"*","Promoter (<=1kb)",3,169511216,169530574,19359,2,"151827",858,"ENSG00000171757","LRRC34","leucine rich repeat containing 34"
-"chr10",13391488,13391535,48,"*","Promoter (1-2kb)",10,13359438,13390298,30861,2,"22929",-1190,"ENSG00000086475","SEPHS1","selenophosphate synthetase 1"
-"chr1",167523064,167523069,6,"*","Promoter (<=1kb)",1,167510251,167523056,12806,2,"8804",-8,"ENSG00000143162","CREG1","cellular repressor of E1A stimulated genes 1"
-"chr15",68125197,68125518,322,"*","Intron (uc031qsn.1/390598, intron 13 of 14)",15,68112042,68126174,14133,1,"390598",13155,"ENSG00000188779","SKOR1","SKI family transcriptional corepressor 1"
-"chr6",32041285,32041430,146,"*","Exon (uc003nzl.2/7148, exon 12 of 44)",6,32485154,32557613,72460,2,"3127",516183,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",3306989,3307326,338,"*","Promoter (<=1kb)",16,3292028,3306627,14600,2,"4210",-362,"ENSG00000103313","MEFV","Mediterranean fever"
-"chr1",48936968,48937250,283,"*","Promoter (<=1kb)",1,48761044,48937876,176833,2,"54558",626,"ENSG00000132122","SPATA6","spermatogenesis associated 6"
-"chr10",64576070,64576130,61,"*","Promoter (2-3kb)",10,64571756,64578927,7172,2,"1959",2797,"ENSG00000122877","EGR2","early growth response 2"
-"chr11",44325029,44325210,182,"*","Intron (uc001myb.3/60529, intron 3 of 3)",11,44282278,44331716,49439,2,"60529",6506,"ENSG00000052850","ALX4","ALX homeobox 4"
-"chr14",73146313,73146448,136,"*","Intron (uc001xnc.2/8110, intron 4 of 10)",14,73086004,73360809,274806,2,"8110",214361,"ENSG00000205683","DPF3","double PHD fingers 3"
-"chr7",64043071,64043193,123,"*","Promoter (<=1kb)",7,64042988,64044129,1142,1,"641746",83,NA,"LOC641746","glycine cleavage system protein H (aminomethyl carrier) pseudogene"
-"chr22",41347219,41347240,22,"*","Promoter (<=1kb)",22,41347351,41369019,21669,1,"9978",-111,"ENSG00000100387","RBX1","ring-box 1, E3 ubiquitin protein ligase"
-"chr8",70602451,70602467,17,"*","Intron (uc010lzb.3/81796, intron 4 of 7)",8,70584568,70747299,162732,2,"81796",144832,"ENSG00000137571","SLCO5A1","solute carrier organic anion transporter family member 5A1"
-"chr6",100055614,100055785,172,"*","Promoter (<=1kb)",6,100054650,100063454,8805,1,"59336",964,"ENSG00000112238","PRDM13","PR domain 13"
-"chr1",155023387,155023602,216,"*","Promoter (<=1kb)",1,155023422,155035252,11831,1,"8751",0,"ENSG00000143537","ADAM15","ADAM metallopeptidase domain 15"
-"chr10",128994605,128994608,4,"*","Promoter (<=1kb)",10,128933690,128994422,60733,2,"642938",-183,"ENSG00000188916","FAM196A","family with sequence similarity 196 member A"
-"chr1",91359382,91359533,152,"*","Distal Intergenic",1,91380857,91487812,106956,2,"84146",128279,"ENSG00000122482","ZNF644","zinc finger protein 644"
-"chr4",83483375,83483435,61,"*","Promoter (<=1kb)",4,83405604,83483510,77907,2,"441027",75,"ENSG00000249242","TMEM150C","transmembrane protein 150C"
-"chr7",97923799,97923834,36,"*","Intron (uc003upj.3/55971, intron 2 of 13)",7,97910979,97922275,11297,1,"25798",12820,"ENSG00000164713","BRI3","brain protein I3"
-"chr1",16346120,16346299,180,"*","Promoter (<=1kb)",1,16340523,16346089,5567,2,"27129",-31,"ENSG00000173641","HSPB7","heat shock protein family B (small) member 7"
-"chr18",32557882,32558052,171,"*","Promoter (<=1kb)",18,32556892,32723432,166541,1,"10982",990,"ENSG00000166974","MAPRE2","microtubule associated protein RP/EB family member 2"
-"chr18",28682181,28682345,165,"*","Promoter (<=1kb)",18,28645942,28682388,36447,2,"1824",43,"ENSG00000134755","DSC2","desmocollin 2"
-"chr10",88982648,88982653,6,"*","Promoter (2-3kb)",10,88985205,88994733,9529,1,"728118",-2552,"ENSG00000184923","NUTM2A","NUT family member 2A"
-"chr11",16627584,16627602,19,"*","Intron (uc001mmh.1/55553, intron 6 of 9)",11,16760148,16779901,19754,1,"10944",-132546,"ENSG00000110696","C11orf58","chromosome 11 open reading frame 58"
-"chr11",75110446,75110460,15,"*","Promoter (<=1kb)",11,75110535,75133345,22811,1,"6188",-75,"ENSG00000149273","RPS3","ribosomal protein S3"
-"chr1",39491411,39491882,472,"*","Promoter (<=1kb)",1,39491967,39500308,8342,1,"4725",-85,"ENSG00000168653","NDUFS5","NADH:ubiquinone oxidoreductase subunit S5"
-"chr6",151646492,151646504,13,"*","Intron (uc011eep.2/9590, intron 3 of 4)",6,151685250,151712677,27428,2,"57621",66173,"ENSG00000181472","ZBTB2","zinc finger and BTB domain containing 2"
-"chr8",30585433,30585443,11,"*","Promoter (<=1kb)",8,30535580,30585486,49907,2,"2936",43,"ENSG00000104687","GSR","glutathione reductase"
-"chr1",6673301,6673306,6,"*","Promoter (<=1kb)",1,6673756,6684093,10338,1,"148479",-450,"ENSG00000116273","PHF13","PHD finger protein 13"
-"chr6",129204125,129204158,34,"*","Promoter (<=1kb)",6,129204286,129837710,633425,1,"3908",-128,"ENSG00000196569","LAMA2","laminin subunit alpha 2"
-"chr8",24772513,24772830,318,"*","Promoter (1-2kb)",8,24771274,24776606,5333,1,"4741",1239,"ENSG00000104722","NEFM","neurofilament, medium polypeptide"
-"chr3",43732990,43732993,4,"*","Promoter (<=1kb)",3,43732375,43764217,31843,1,"51099",615,"ENSG00000011198","ABHD5","abhydrolase domain containing 5"
-"chr16",1074111,1074308,198,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",42303,"ENSG00000005513","SOX8","SRY-box 8"
-"chr17",40021685,40021788,104,"*","Promoter (<=1kb)",17,40009799,40021629,11831,2,"55175",-56,"ENSG00000178502","KLHL11","kelch like family member 11"
-"chr1",169863446,169863468,23,"*","Promoter (<=1kb)",1,169822215,169863100,40886,2,"57147",-346,"ENSG00000000457","SCYL3","SCY1 like pseudokinase 3"
-"chr2",42396665,42396882,218,"*","Promoter (<=1kb)",2,42396490,42559688,163199,1,"27436",175,"ENSG00000143924","EML4","echinoderm microtubule associated protein like 4"
-"chr7",101386903,101387080,178,"*","Distal Intergenic",7,101459184,101927250,468067,1,"1523",-72104,"ENSG00000257923","CUX1","cut like homeobox 1"
-"chr1",6259905,6260133,229,"*","Promoter (<=1kb)",1,6245080,6259679,14600,2,"6146",-226,"ENSG00000116251","RPL22","ribosomal protein L22"
-"chr2",234372844,234372982,139,"*","Exon (uc002vui.1/8527, exon 27 of 30)",2,234384165,234475428,91264,2,"55230",102446,"ENSG00000085982","USP40","ubiquitin specific peptidase 40"
-"chr1",50892299,50892463,165,"*","Distal Intergenic",1,50883223,50889119,5897,2,"63950",-3180,"ENSG00000142700","DMRTA2","DMRT like family A2"
-"chr3",142315278,142315566,289,"*","Promoter (<=1kb)",3,142315229,142432505,117277,1,"5357",49,"ENSG00000120756","PLS1","plastin 1"
-"chr7",596154,596538,385,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",36126,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr6",33094306,33094339,34,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",453731,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr19",51685227,51685247,21,"*","Distal Intergenic",19,51670585,51676780,6196,1,"284367",14642,"ENSG00000171101","SIGLEC17P","sialic acid binding Ig like lectin 17, pseudogene"
-"chr10",1120491,1120601,111,"*","Exon (uc001igg.1/22884, exon 1 of 13)",10,1085964,1102644,16681,2,"3422",-17847,"ENSG00000067064","IDI1","isopentenyl-diphosphate delta isomerase 1"
-"chr14",95047543,95047607,65,"*","Promoter (<=1kb)",14,95047706,95059457,11752,1,"5104",-99,"ENSG00000188488","SERPINA5","serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 5"
-"chr2",167232696,167232981,286,"*","Promoter (<=1kb)",2,167051697,167232497,180801,2,"6335",-199,"ENSG00000169432","SCN9A","sodium voltage-gated channel alpha subunit 9"
-"chr6",161351831,161352065,235,"*","Distal Intergenic",6,161412822,161538417,125596,1,"4216",-60757,"ENSG00000085511","MAP3K4","mitogen-activated protein kinase kinase kinase 4"
-"chr6",170176415,170176447,33,"*","Exon (uc010kky.1/55780, exon 15 of 17)",6,170190169,170202969,12801,1,"80069",-13722,"ENSG00000231690","LINC00574","long intergenic non-protein coding RNA 574"
-"chr10",102989263,102989315,53,"*","Promoter (<=1kb)",10,102989351,102998616,9266,1,"399806",-36,NA,"LBX1-AS1","LBX1 antisense RNA 1 (head to head)"
-"chr16",4162203,4162493,291,"*","Intron (uc002cvx.3/115, intron 9 of 10)",16,4012650,4166186,153537,2,"115",3693,"ENSG00000162104","ADCY9","adenylate cyclase 9"
-"chr4",1198430,1198476,47,"*","Intron (uc021xkj.1/10417, intron 7 of 7)",4,1189571,1202750,13180,2,"100130872",4274,NA,"LOC100130872","uncharacterized LOC100130872"
-"chr18",77499721,77499754,34,"*","Intron (uc002lnh.2/9150, intron 12 of 12)",18,77439801,77514510,74710,1,"9150",59920,"ENSG00000060069","CTDP1","CTD phosphatase subunit 1"
-"chr9",124980041,124980074,34,"*","Intron (uc022bmw.1/26468, intron 6 of 6)",9,124964856,124991091,26236,2,"26468",11017,"ENSG00000106852","LHX6","LIM homeobox 6"
-"chr3",42307799,42307866,68,"*","Promoter (<=1kb)",3,42299318,42307662,8345,2,"885",-137,"ENSG00000187094","CCK","cholecystokinin"
-"chr19",49141115,49141130,16,"*","Promoter (<=1kb)",19,49141296,49185502,44207,1,"653677",-166,"ENSG00000232871","SEC1P","secretory blood group 1, pseudogene"
-"chr1",53067589,53067717,129,"*","Promoter (<=1kb)",1,53068043,53074723,6681,1,"2882",-326,"ENSG00000116157","GPX7","glutathione peroxidase 7"
-"chr19",1009901,1010236,336,"*","3' UTR",19,1000437,1009723,9287,1,"116444",9464,"ENSG00000116032","GRIN3B","glutamate ionotropic receptor NMDA type subunit 3B"
-"chrX",39864984,39865331,348,"*","Distal Intergenic",23,39910499,40036582,126084,2,"54880",171251,"ENSG00000183337","BCOR","BCL6 corepressor"
-"chr4",164264964,164265394,431,"*","Promoter (<=1kb)",4,164265091,164273086,7996,1,"4889",0,"ENSG00000164129","NPY5R","neuropeptide Y receptor Y5"
-"chr16",27899404,27899630,227,"*","5' UTR",16,27798850,28074830,275981,2,"146395",175200,"ENSG00000169181","GSG1L","GSG1-like"
-"chr1",16175902,16176059,158,"*","Promoter (1-2kb)",1,16160710,16174642,13933,2,"729614",-1260,"ENSG00000179743","FLJ37453","uncharacterized LOC729614"
-"chr6",164393351,164393434,84,"*","Distal Intergenic",6,163835675,163999628,163954,1,"9444",557676,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
-"chr16",2564791,2565290,500,"*","Promoter (1-2kb)",16,2563727,2570224,6498,1,"527",1064,"ENSG00000185883","ATP6V0C","ATPase H+ transporting V0 subunit c"
-"chrX",21858131,21858304,174,"*","Promoter (<=1kb)",23,21857656,21903541,45886,1,"51360",475,"ENSG00000012174","MBTPS2","membrane bound transcription factor peptidase, site 2"
-"chr2",137748460,137748833,374,"*","Exon (uc002tva.1/80731, exon 1 of 27)",2,137523115,138435287,912173,1,"80731",225345,"ENSG00000144229","THSD7B","thrombospondin type 1 domain containing 7B"
-"chr3",137717550,137717580,31,"*","Promoter (<=1kb)",3,137717658,137752494,34837,1,"51208",-78,"ENSG00000066405","CLDN18","claudin 18"
-"chr3",99904510,99904527,18,"*","Promoter (<=1kb)",3,99904668,99913030,8363,1,"644444",-141,"ENSG00000235156","TMEM30C","transmembrane protein 30C"
-"chr14",60558473,60558485,13,"*","Promoter (<=1kb)",14,60558629,60635851,77223,1,"64430",-144,"ENSG00000126773","PCNX4","pecanex homolog 4 (Drosophila)"
-"chr10",123688108,123688359,252,"*","Promoter (<=1kb)",10,123502625,123688217,185593,2,"11101",0,"ENSG00000107669","ATE1","arginyltransferase 1"
-"chr13",31736638,31736679,42,"*","Promoter (<=1kb)",13,31710763,31736502,25740,2,"10808",-136,"ENSG00000120694","HSPH1","heat shock protein family H (Hsp110) member 1"
-"chrX",47489615,47489671,57,"*","Promoter (<=1kb)",23,47483612,47489704,6093,2,"5199",33,"ENSG00000126759","CFP","complement factor properdin"
-"chr19",8028470,8028594,125,"*","Exon (uc002mjb.3/1994, exon 6 of 6)",19,7991603,8008708,17106,2,"10469",-19762,"ENSG00000104980","TIMM44","translocase of inner mitochondrial membrane 44"
-"chr6",44090700,44090983,284,"*","Intron (uc003owp.3/64928, intron 2 of 2)",6,44081373,44095191,13819,2,"64928",4208,"ENSG00000180992","MRPL14","mitochondrial ribosomal protein L14"
-"chr6",14282429,14282523,95,"*","Distal Intergenic",6,14117487,14137148,19662,1,"9308",164942,"ENSG00000112149","CD83","CD83 molecule"
-"chr6",33254879,33254892,14,"*","Exon (uc003ods.3/9277, exon 9 of 15)",6,33540323,33548070,7748,2,"578",293178,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr14",101359994,101360040,47,"*","Promoter (1-2kb)",14,101361107,101373305,12199,1,"79104",-1067,"ENSG00000258399","MEG8","maternally expressed 8 (non-protein coding)"
-"chr13",36788795,36788811,17,"*","Promoter (<=1kb)",13,36742345,36788752,46408,2,"54937",-43,"ENSG00000120669","SOHLH2","spermatogenesis and oogenesis specific basic helix-loop-helix 2"
-"chr4",103997839,103997969,131,"*","Promoter (<=1kb)",4,103941387,103998439,57053,2,"133308",470,"ENSG00000164038","SLC9B2","solute carrier family 9 member B2"
-"chr11",3254240,3254296,57,"*","Promoter (<=1kb)",11,3249041,3253616,4576,2,"116534",-624,"ENSG00000184350","MRGPRE","MAS related GPR family member E"
-"chr11",108093287,108093290,4,"*","Promoter (<=1kb)",11,108028119,108093365,65247,2,"4863",75,"ENSG00000149308","NPAT","nuclear protein, co-activator of histone transcription"
-"chr6",24583566,24583675,110,"*","Intron (uc011djo.2/9856, intron 16 of 20)",6,24544332,24646383,102052,2,"9856",62708,"ENSG00000137261","KIAA0319","KIAA0319"
-"chrX",22049984,22050115,132,"*","Promoter (<=1kb)",23,22050921,22266478,215558,1,"5251",-806,"ENSG00000102174","PHEX","phosphate regulating endopeptidase homolog, X-linked"
-"chr15",45406314,45406327,14,"*","Promoter (<=1kb)",15,45384852,45406359,21508,2,"50506",32,"ENSG00000140279","DUOX2","dual oxidase 2"
-"chr18",12991014,12991151,138,"*","Promoter (<=1kb)",18,12991361,13125051,133691,1,"55125",-210,"ENSG00000101639","CEP192","centrosomal protein 192kDa"
-"chr6",84233962,84233970,9,"*","Exon (uc003pjz.3/167681, exon 2 of 2)",6,84222194,84235421,13228,1,"167681",11768,"ENSG00000146250","PRSS35","protease, serine 35"
-"chr14",88789655,88790044,390,"*","Intron (uc001xwo.3/54207, intron 6 of 6)",14,88646452,88793256,146805,2,"54207",3212,"ENSG00000100433","KCNK10","potassium two pore domain channel subfamily K member 10"
-"chr8",121138184,121138269,86,"*","Promoter (<=1kb)",8,121137347,121384273,246927,1,"7373",837,"ENSG00000187955","COL14A1","collagen type XIV alpha 1"
-"chr16",3284378,3284592,215,"*","Promoter (<=1kb)",16,3272325,3285457,13133,2,"7752",865,"ENSG00000010539","ZNF200","zinc finger protein 200"
-"chr4",7069494,7069785,292,"*","Promoter (<=1kb)",4,7061780,7069800,8021,2,"80273",15,"ENSG00000109519","GRPEL1","GrpE like 1, mitochondrial"
-"chr1",98511210,98511226,17,"*","Promoter (<=1kb)",1,98510799,98510907,109,2,"100616452",-303,"ENSG00000276280","MIR2682","microRNA 2682"
-"chr8",38034642,38034966,325,"*","Promoter (<=1kb)",8,38020839,38034248,13410,2,"27257",-394,"ENSG00000175324","LSM1","LSM1 homolog, mRNA degradation associated"
-"chr22",42666616,42666626,11,"*","Promoter (<=1kb)",22,42665759,42670868,5110,1,"388906",857,"ENSG00000182057","OGFRP1","opioid growth factor receptor pseudogene 1"
-"chr1",42618891,42618970,80,"*","Promoter (<=1kb)",1,42619092,42621495,2404,1,"2981",-122,"ENSG00000044012","GUCA2B","guanylate cyclase activator 2B"
-"chr8",6479707,6479728,22,"*","Intron (uc003wqi.3/79648, intron 13 of 13)",8,6357175,6420784,63610,2,"285",-58923,"ENSG00000091879","ANGPT2","angiopoietin 2"
-"chr7",42277071,42277347,277,"*","Promoter (<=1kb)",7,42000548,42276618,276071,2,"2737",-453,"ENSG00000106571","GLI3","GLI family zinc finger 3"
-"chr8",126442440,126442446,7,"*","Promoter (<=1kb)",8,126442563,126450644,8082,1,"10221",-117,"ENSG00000173334","TRIB1","tribbles pseudokinase 1"
-"chr12",122985628,122985643,16,"*","Promoter (<=1kb)",12,122956146,122985543,29398,2,"55596",-85,"ENSG00000033030","ZCCHC8","zinc finger CCHC-type containing 8"
-"chr17",6912669,6912673,5,"*","Promoter (2-3kb)",17,6888442,6915653,27212,2,"100506713",2980,"ENSG00000215067","ALOX12-AS1","ALOX12 antisense RNA 1"
-"chr6",26033427,26033506,80,"*","Promoter (<=1kb)",6,26033320,26033796,477,2,"8335",290,"ENSG00000278463","HIST1H2AB","histone cluster 1, H2ab"
-"chr8",1105283,1105374,92,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",145453,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr16",90088849,90088868,20,"*","Promoter (2-3kb)",16,90071279,90086328,15050,2,"79007",-2521,"ENSG00000003249","DBNDD1","dysbindin (dystrobrevin binding protein 1) domain containing 1"
-"chr4",3675072,3675363,292,"*","Exon (uc003ghl.3/100133461, exon 3 of 3)",4,3675320,3679582,4263,2,"100133461",4219,"ENSG00000250632","LOC100133461","uncharacterized LOC100133461"
-"chr7",1460832,1460944,113,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",38165,"ENSG00000164877","MICALL2","MICAL like 2"
-"chr15",50557917,50558051,135,"*","Promoter (<=1kb)",15,50534146,50558162,24017,2,"3067",111,"ENSG00000140287","HDC","histidine decarboxylase"
-"chr17",18129026,18129039,14,"*","Promoter (<=1kb)",17,18128936,18148188,19253,1,"3996",90,"ENSG00000131899","LLGL1","lethal giant larvae homolog 1, scribble cell polarity complex component"
-"chr4",176986739,176986845,107,"*","Promoter (<=1kb)",4,176986985,177103985,117001,1,"116966",-140,"ENSG00000150627","WDR17","WD repeat domain 17"
-"chr17",41277364,41277381,18,"*","Promoter (<=1kb)",17,41277600,41305688,28089,1,"10230",-219,"ENSG00000198496","NBR2","neighbor of BRCA1 gene 2 (non-protein coding)"
-"chr19",12817378,12817392,15,"*","Promoter (<=1kb)",19,12817263,12817332,70,2,"26810",-46,"ENSG00000209702","SNORD41","small nucleolar RNA, C/D box 41"
-"chr5",71403990,71404193,204,"*","Promoter (<=1kb)",5,71403118,71505397,102280,1,"4131",872,"ENSG00000131711","MAP1B","microtubule associated protein 1B"
-"chr6",91320082,91320142,61,"*","Distal Intergenic",6,91223292,91297020,73729,2,"6885",-23062,"ENSG00000135341","MAP3K7","mitogen-activated protein kinase kinase kinase 7"
-"chr12",127207919,127208176,258,"*","Distal Intergenic",12,127221553,127230800,9248,1,"100507206",-13377,NA,"LINC00943","long intergenic non-protein coding RNA 943"
-"chr13",112054448,112054742,295,"*","Distal Intergenic",13,111973015,111996594,23580,1,"121793",81433,"ENSG00000153495","TEX29","testis expressed 29"
-"chr4",94753355,94753431,77,"*","Distal Intergenic",4,94750078,94751142,1065,1,"474",3277,"ENSG00000172238","ATOH1","atonal bHLH transcription factor 1"
-"chr13",29158289,29158364,76,"*","Distal Intergenic",13,29233141,29253093,19953,1,"51371",-74777,"ENSG00000132963","POMP","proteasome maturation protein"
-"chr1",1476661,1476845,185,"*","Promoter (<=1kb)",1,1470158,1475740,5583,2,"339453",-921,"ENSG00000205090","TMEM240","transmembrane protein 240"
-"chr11",27679421,27679584,164,"*","Exon (uc010rdu.2/627, exon 2 of 2)",11,27639173,27656174,17002,2,"101410541",-23247,"ENSG00000254934","LINC00678","long intergenic non-protein coding RNA 678"
-"chr2",102758898,102758923,26,"*","Intron (uc010fix.3/3554, intron 1 of 11)",2,102803433,102855811,52379,1,"8808",-44510,"ENSG00000115598","IL1RL2","interleukin 1 receptor like 2"
-"chr4",46126253,46126261,9,"*","Promoter (<=1kb)",4,46037787,46126082,88296,2,"2565",-171,"ENSG00000163285","GABRG1","gamma-aminobutyric acid type A receptor gamma1 subunit"
-"chr6",169274032,169274118,87,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",380019,"ENSG00000186340","THBS2","thrombospondin 2"
-"chr15",75748094,75748354,261,"*","Promoter (<=1kb)",15,75661720,75748124,86405,2,"25942",0,"ENSG00000169375","SIN3A","SIN3 transcription regulator family member A"
-"chr19",460135,460569,435,"*","Promoter (<=1kb)",19,416583,460996,44414,2,"25759",427,"ENSG00000129946","SHC2","SHC (Src homology 2 domain containing) transforming protein 2"
-"chr1",91300342,91300446,105,"*","Intron (uc001dnt.1/uc001dnt.1, intron 1 of 1)",1,91177579,91182794,5216,2,"343472",-117548,"ENSG00000143032","BARHL2","BarH like homeobox 2"
-"chr1",67600124,67600181,58,"*","Promoter (<=1kb)",1,67557859,67600654,42796,2,"400757",473,"ENSG00000203963","C1orf141","chromosome 1 open reading frame 141"
-"chr17",42734455,42734611,157,"*","Promoter (<=1kb)",17,42733762,42755658,21897,1,"284071",693,"ENSG00000180336","MEIOC","meiosis specific with coiled-coil domain"
-"chr22",38598529,38598733,205,"*","Promoter (<=1kb)",22,38597939,38612517,14579,1,"23764",590,"ENSG00000185022","MAFF","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F"
-"chr7",151511901,151512049,149,"*","5' UTR",7,151574127,151576308,2182,1,"100505483",-62078,NA,"PRKAG2-AS1","PRKAG2 antisense RNA 1"
-"chr15",81616677,81616686,10,"*","Promoter (<=1kb)",15,81605007,81616524,11518,2,"80765",-153,"ENSG00000172345","STARD5","StAR related lipid transfer domain containing 5"
-"chr7",157387108,157387229,122,"*","Intron (uc011kwa.2/5799, intron 6 of 22)",7,157367028,157367114,87,2,"406945",-19994,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr11",10715667,10715767,101,"*","Promoter (<=1kb)",11,10594638,10715535,120898,2,"10335",-132,"ENSG00000072952","MRVI1","murine retrovirus integration site 1 homolog"
-"chr16",85931946,85932166,221,"*","Promoter (<=1kb)",16,85932774,85956211,23438,1,"3394",-608,"ENSG00000140968","IRF8","interferon regulatory factor 8"
-"chr5",172711054,172711061,8,"*","Distal Intergenic",5,172741726,172756506,14781,2,"8614",45445,"ENSG00000113739","STC2","stanniocalcin 2"
-"chr6",31474506,31474803,298,"*","Exon (uc011dnm.2/4277, exon 4 of 6)",6,32485154,32557613,72460,2,"3127",1082810,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",108211071,108211104,34,"*","Promoter (<=1kb)",7,108210189,108215294,5106,1,"4189",882,"ENSG00000128590","DNAJB9","DnaJ heat shock protein family (Hsp40) member B9"
-"chr19",33716210,33716273,64,"*","Promoter (<=1kb)",19,33699570,33716756,17187,2,"56301",483,"ENSG00000130876","SLC7A10","solute carrier family 7 member 10"
-"chr1",17292860,17293094,235,"*","Exon (uc001azt.2/9696, exon 30 of 37)",1,17300999,17308081,7083,2,"4237",14987,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
-"chr17",19770448,19770860,413,"*","Promoter (<=1kb)",17,19674143,19771239,97097,2,"9706",379,"ENSG00000083290","ULK2","unc-51 like autophagy activating kinase 2"
-"chr19",58868858,58869004,147,"*","5' UTR",19,58858172,58874214,16043,2,"1",5210,"ENSG00000121410","A1BG","alpha-1-B glycoprotein"
-"chr10",133766634,133767125,492,"*","Intron (uc001lkr.3/55844, intron 7 of 7)",10,133747960,133770053,22094,1,"55844",18674,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
-"chr1",27884131,27884297,167,"*","Intron (uc009vsy.3/27245, intron 4 of 6)",1,27860756,27930361,69606,2,"27245",46064,"ENSG00000126705","AHDC1","AT-hook DNA binding motif containing 1"
-"chr17",3769680,3769847,168,"*","Intron (uc002fwt.3/84254, intron 2 of 15)",17,3710045,3749545,39501,2,"55421",-20135,"ENSG00000074356","NCBP3","nuclear cap binding subunit 3"
-"chr19",51321395,51321569,175,"*","Promoter (<=1kb)",19,51320937,51322134,1198,1,"284365",458,"ENSG00000180279","MGC45922","uncharacterized LOC284365"
-"chr6",32016247,32016257,11,"*","Exon (uc003nzl.2/7148, exon 29 of 44)",6,32485154,32557613,72460,2,"3127",541356,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",28099366,28099570,205,"*","Promoter (<=1kb)",1,28099694,28150963,51270,1,"23673",-124,"ENSG00000117758","STX12","syntaxin 12"
-"chr20",48732573,48732607,35,"*","Promoter (<=1kb)",20,48697661,48732496,34836,2,"7335",-77,"ENSG00000244687","UBE2V1","ubiquitin conjugating enzyme E2 variant 1"
-"chr8",11843768,11843971,204,"*","Distal Intergenic",8,11839830,11842099,2270,1,"613209",3938,"ENSG00000205883","DEFB135","defensin beta 135"
-"chr6",30582368,30582738,371,"*","Intron (uc003nqn.2/5514, intron 18 of 19)",6,32485154,32557613,72460,2,"3127",1974875,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",125462959,125462982,24,"*","Promoter (<=1kb)",8,125463048,125465266,2219,1,"55039",-66,"ENSG00000183665","TRMT12","tRNA methyltransferase 12 homolog (S. cerevisiae)"
-"chr1",221061058,221061070,13,"*","Distal Intergenic",1,221052743,221058400,5658,1,"3142",8315,"ENSG00000136630","HLX","H2.0-like homeobox"
-"chr11",47736305,47736377,73,"*","Promoter (<=1kb)",11,47681143,47736928,55786,2,"79841",551,"ENSG00000165923","AGBL2","ATP/GTP binding protein-like 2"
-"chr16",3096634,3096662,29,"*","Promoter (<=1kb)",16,3096682,3110724,14043,1,"64386",-20,"ENSG00000008516","MMP25","matrix metallopeptidase 25"
-"chr19",17858053,17858207,155,"*","Promoter (<=1kb)",19,17858527,17899377,40851,1,"23149",-320,"ENSG00000130475","FCHO1","FCH domain only 1"
-"chr5",4866009,4866270,262,"*","Distal Intergenic",5,5034472,5070115,35644,1,"340094",-168202,"ENSG00000215231","LINC01020","long intergenic non-protein coding RNA 1020"
-"chr4",94749894,94750047,154,"*","Promoter (<=1kb)",4,94750078,94751142,1065,1,"474",-31,"ENSG00000172238","ATOH1","atonal bHLH transcription factor 1"
-"chr17",13972099,13972162,64,"*","Promoter (<=1kb)",17,13972719,14111996,139278,1,"1352",-557,"ENSG00000006695","COX10","COX10 heme A:farnesyltransferase cytochrome c oxidase assembly factor"
-"chr17",26851054,26851153,100,"*","Exon (uc010crm.3/8456, exon 2 of 9)",17,26833278,26865175,31898,1,"8456",17776,"ENSG00000109101","FOXN1","forkhead box N1"
-"chrX",55650979,55651284,306,"*","Promoter (1-2kb)",23,55649833,55652621,2789,1,"139628",1146,"ENSG00000189299","FOXR2","forkhead box R2"
-"chr16",592317,592317,1,"*","Promoter (<=1kb)",16,593277,593366,90,1,"100423037",-960,"ENSG00000266235","MIR3176","microRNA 3176"
-"chr6",107349390,107349535,146,"*","Promoter (<=1kb)",6,107349407,107372547,23141,1,"51250",0,"ENSG00000130349","C6orf203","chromosome 6 open reading frame 203"
-"chr4",87515480,87515626,147,"*","Promoter (<=1kb)",4,87515468,87736328,220861,1,"5783",12,"ENSG00000163629","PTPN13","protein tyrosine phosphatase, non-receptor type 13"
-"chr5",42813794,42813896,103,"*","Intron (uc003jna.3/6414, intron 4 of 4)",5,42799982,42825998,26017,2,"6414",12102,"ENSG00000250722","SEPP1","selenoprotein P, plasma, 1"
-"chr17",78237341,78237397,57,"*","Promoter (2-3kb)",17,78234660,78372581,137922,1,"57674",2681,"ENSG00000173821","RNF213","ring finger protein 213"
-"chr9",135753121,135753193,73,"*","Promoter (<=1kb)",9,135753750,135765421,11672,1,"11092",-557,"ENSG00000165698","C9orf9","chromosome 9 open reading frame 9"
-"chr2",170221055,170221298,244,"*","Promoter (1-2kb)",2,169983619,170219122,235504,2,"4036",-1933,"ENSG00000081479","LRP2","LDL receptor related protein 2"
-"chr16",68117460,68117943,484,"*","Promoter (<=1kb)",16,68118654,68263162,144509,1,"4775",-711,"ENSG00000072736","NFATC3","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 3"
-"chr16",29823637,29823868,232,"*","Promoter (<=1kb)",16,29823409,29827202,3794,1,"112476",228,"ENSG00000167371","PRRT2","proline rich transmembrane protein 2"
-"chr5",67483875,67484008,134,"*","Distal Intergenic",5,67511584,67597649,86066,1,"5295",-27576,"ENSG00000145675","PIK3R1","phosphoinositide-3-kinase regulatory subunit 1"
-"chr18",47088325,47088373,49,"*","Promoter (<=1kb)",18,47088427,47119278,30852,1,"9388",-54,"ENSG00000101670","LIPG","lipase G, endothelial type"
-"chr11",67166104,67166216,113,"*","Exon (uc001oku.1/5499, exon 6 of 7)",11,67171384,67177561,6178,1,"374403",-5168,"ENSG00000175463","TBC1D10C","TBC1 domain family member 10C"
-"chr1",228337626,228337728,103,"*","Promoter (<=1kb)",1,228337415,228347527,10113,1,"57165",211,"ENSG00000198835","GJC2","gap junction protein gamma 2"
-"chr10",1692862,1692977,116,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1223253,1779670,556418,2,"105",86693,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
-"chr10",134980671,134980876,206,"*","5' UTR",10,134973971,135039916,65946,1,"85442",6700,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
-"chr20",61314143,61314594,452,"*","Distal Intergenic",20,61294379,61297973,3595,2,"100127888",-16170,"ENSG00000232803","SLCO4A1-AS1","SLCO4A1 antisense RNA 1"
-"chr6",30455759,30455798,40,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1972189,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr8",101735189,101735200,12,"*","Promoter (<=1kb)",8,101715144,101734315,19172,2,"26986",-874,"ENSG00000070756","PABPC1","poly(A) binding protein, cytoplasmic 1"
-"chr12",72665328,72665462,135,"*","Promoter (1-2kb)",12,72666529,73059422,392894,1,"29953",-1067,"ENSG00000072657","TRHDE","thyrotropin releasing hormone degrading enzyme"
-"chr5",128796120,128796266,147,"*","Promoter (<=1kb)",5,128796103,129074376,278274,1,"171019",17,"ENSG00000145808","ADAMTS19","ADAM metallopeptidase with thrombospondin type 1 motif 19"
-"chr11",70917283,70917458,176,"*","Intron (uc001oqc.3/22941, intron 21 of 21)",11,70313961,70935842,621882,2,"22941",18384,"ENSG00000162105","SHANK2","SH3 and multiple ankyrin repeat domains 2"
-"chr10",94051190,94051242,53,"*","Promoter (<=1kb)",10,94050920,94113721,62802,1,"54708",270,"ENSG00000198060","MARCH5","membrane associated ring-CH-type finger 5"
-"chr2",86850987,86851015,29,"*","Promoter (<=1kb)",2,86830516,86851000,20485,2,"7844",0,"ENSG00000239305","RNF103","ring finger protein 103"
-"chr5",138775137,138775200,64,"*","Promoter (<=1kb)",5,138745892,138775214,29323,2,"202052",14,"ENSG00000170464","DNAJC18","DnaJ heat shock protein family (Hsp40) member C18"
-"chr3",125567196,125567258,63,"*","Distal Intergenic",3,125509247,125509395,149,2,"100302204",-57801,"ENSG00000221737","MIR548I1","microRNA 548i-1"
-"chr1",46049741,46050004,264,"*","Promoter (<=1kb)",1,46049660,46084578,34919,1,"4678",81,"ENSG00000132780","NASP","nuclear autoantigenic sperm protein"
-"chr16",88575301,88575460,160,"*","Intron (uc002fkv.3/161882, intron 3 of 9)",16,88535326,88535439,114,1,"100847057",39975,"ENSG00000263456","MIR5189","microRNA 5189"
-"chr19",52074470,52074483,14,"*","Promoter (<=1kb)",19,52074531,52092991,18461,1,"7728",-48,"ENSG00000105497","ZNF175","zinc finger protein 175"
-"chr1",15931007,15931098,92,"*","Distal Intergenic",1,15943953,15987552,43600,1,"84301",-12855,"ENSG00000197312","DDI2","DNA damage inducible 1 homolog 2"
-"chr19",37407326,37407414,89,"*","Promoter (<=1kb)",19,37407231,37488834,81604,1,"374900",95,"ENSG00000198453","ZNF568","zinc finger protein 568"
-"chr12",56322619,56322959,341,"*","Promoter (<=1kb)",12,56295197,56321697,26501,2,"84305",-922,"ENSG00000170473","PYM1","PYM homolog 1, exon junction complex associated factor"
-"chr20",35580391,35580555,165,"*","Promoter (<=1kb)",20,35520227,35580246,60020,2,"25939",-145,"ENSG00000101347","SAMHD1","SAM domain and HD domain 1"
-"chr19",39971182,39971299,118,"*","Promoter (<=1kb)",19,39971052,39981528,10477,1,"92609",130,"ENSG00000105197","TIMM50","translocase of inner mitochondrial membrane 50"
-"chr2",180725597,180725643,47,"*","Promoter (<=1kb)",2,180725563,180725635,73,2,"100302172",0,"ENSG00000221240","MIR1258","microRNA 1258"
-"chr14",92994057,92994110,54,"*","Intron (uc001yap.3/79890, intron 1 of 9)",14,92980125,93155334,175210,1,"79890",13932,"ENSG00000100599","RIN3","Ras and Rab interactor 3"
-"chr10",1778529,1778546,18,"*","Promoter (1-2kb)",10,1223253,1779670,556418,2,"105",1124,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
-"chr4",8007014,8007090,77,"*","Intron (uc003gkk.3/84448, intron 3 of 6)",4,7760440,7941653,181214,2,"60312",-65361,"ENSG00000196526","AFAP1","actin filament associated protein 1"
-"chr11",61485853,61486220,368,"*","Intron (uc001nsa.3/747, intron 1 of 19)",11,61520121,61555989,35869,1,"745",-33901,"ENSG00000124920","MYRF","myelin regulatory factor"
-"chr1",237206434,237206514,81,"*","Promoter (<=1kb)",1,237205702,237997288,791587,1,"6262",732,"ENSG00000198626","RYR2","ryanodine receptor 2"
-"chr17",39781055,39781060,6,"*","Promoter (<=1kb)",17,39775692,39780882,5191,2,"3872",-173,"ENSG00000128422","KRT17","keratin 17"
-"chr4",3827882,3828046,165,"*","Distal Intergenic",4,3768296,3770253,1958,1,"152",59586,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
-"chr18",48723744,48723763,20,"*","Promoter (<=1kb)",18,48700920,48724051,23132,2,"51320",288,"ENSG00000176624","MEX3C","mex-3 RNA binding family member C"
-"chr19",49655176,49655218,43,"*","Intron (uc002pmv.3/3270, intron 2 of 5)",19,49654456,49658681,4226,2,"3270",3463,"ENSG00000130528","HRC","histidine rich calcium binding protein"
-"chr5",65439898,65439923,26,"*","Promoter (<=1kb)",5,65440046,65479444,39399,1,"140890",-123,"ENSG00000153914","SREK1","splicing regulatory glutamic acid/lysine-rich protein 1"
-"chr11",133800726,133800800,75,"*","Intron (uc031qfh.1/22997, intron 9 of 19)",11,133778520,133826649,48130,2,"22997",25849,"ENSG00000080854","IGSF9B","immunoglobulin superfamily member 9B"
-"chr1",210001323,210001351,29,"*","Promoter (<=1kb)",1,210001312,210030910,29599,1,"27042",11,"ENSG00000117597","DIEXF","digestive organ expansion factor homolog (zebrafish)"
-"chr19",54024758,54024786,29,"*","Promoter (<=1kb)",19,54024177,54083523,59347,1,"55422",581,"ENSG00000130844","ZNF331","zinc finger protein 331"
-"chr1",161171163,161171335,173,"*","Promoter (2-3kb)",1,161169105,161184184,15080,1,"4720",2058,"ENSG00000158864","NDUFS2","NADH:ubiquinone oxidoreductase core subunit S2"
-"chr16",27279448,27279610,163,"*","Promoter (<=1kb)",16,27279526,27301789,22264,1,"400512",0,"ENSG00000245888","FLJ21408","uncharacterized LOC400512"
-"chr19",2614104,2614177,74,"*","Intron (uc002lwd.2/2788, intron 3 of 4)",19,2511218,2702746,191529,2,"2788",88569,"ENSG00000176533","GNG7","G protein subunit gamma 7"
-"chr3",42976884,42976956,73,"*","Promoter (<=1kb)",3,42977834,42984283,6450,1,"100506243",-878,"ENSG00000240747","KRBOX1","KRAB box domain containing 1"
-"chr16",2164640,2164776,137,"*","Exon (uc002cos.1/5310, exon 11 of 46)",16,2183120,2183205,86,1,"100616258",-18344,"ENSG00000265867","MIR4516","microRNA 4516"
-"chr5",3311265,3311319,55,"*","Distal Intergenic",5,3417266,3536208,118943,2,"285577",224889,"ENSG00000248118","LINC01019","long intergenic non-protein coding RNA 1019"
-"chr16",30597257,30597449,193,"*","Promoter (<=1kb)",16,30590294,30597092,6799,2,"146540",-165,"ENSG00000197162","ZNF785","zinc finger protein 785"
-"chr19",50887482,50887715,234,"*","Promoter (<=1kb)",19,50887580,50921275,33696,1,"5424",0,"ENSG00000062822","POLD1","polymerase (DNA) delta 1, catalytic subunit"
-"chr10",73156790,73156810,21,"*","Promoter (<=1kb)",10,73156691,73575704,419014,1,"64072",99,"ENSG00000107736","CDH23","cadherin-related 23"
-"chr13",113489992,113490012,21,"*","Intron (uc001vsi.4/23250, intron 15 of 29)",13,113622814,113754053,131240,1,"23263",-132802,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr15",100273684,100273790,107,"*","Promoter (<=1kb)",15,100255906,100273626,17721,2,"145748",-58,"ENSG00000183060","LYSMD4","LysM domain containing 4"
-"chr18",47018779,47018869,91,"*","Promoter (<=1kb)",18,47007548,47018935,11388,2,"100526842",66,"ENSG00000215472","RPL17-C18orf32","RPL17-C18orf32 readthrough"
-"chr6",37400392,37400616,225,"*","Promoter (<=1kb)",6,37400907,37449284,48378,1,"23070",-291,"ENSG00000137200","CMTR1","cap methyltransferase 1"
-"chr7",98249051,98249055,5,"*","Promoter (2-3kb)",7,98246597,98259181,12585,1,"4885",2454,"ENSG00000106236","NPTX2","neuronal pentraxin II"
-"chr12",53719569,53719777,209,"*","Downstream (<1kb)",12,53701240,53715412,14173,2,"8086",-4157,"ENSG00000094914","AAAS","aladin WD repeat nucleoporin"
-"chr19",8601138,8601288,151,"*","Exon (uc002mkg.3/4542, exon 19 of 28)",19,8575462,8579048,3587,2,"84330",-22090,"ENSG00000133250","ZNF414","zinc finger protein 414"
-"chr16",54324298,54324310,13,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-3920,"ENSG00000177508","IRX3","iroquois homeobox 3"
-"chr19",41903151,41903186,36,"*","Promoter (<=1kb)",19,41892276,41903256,10981,2,"56915",70,"ENSG00000077348","EXOSC5","exosome component 5"
-"chr2",242823227,242823437,211,"*","Distal Intergenic",2,242811886,242815482,3597,1,"285093",11341,"ENSG00000277949","RTP5","receptor (chemosensory) transporter protein 5 (putative)"
-"chr8",94712319,94712325,7,"*","Promoter (<=1kb)",8,94358695,94712661,353967,2,"642924",336,"ENSG00000246662","LINC00535","long intergenic non-protein coding RNA 535"
-"chr11",107436281,107436424,144,"*","Promoter (<=1kb)",11,107373453,107436461,63009,2,"91801",37,"ENSG00000137760","ALKBH8","alkB homolog 8, tRNA methyltransferase"
-"chr16",2801866,2801904,39,"*","Promoter (<=1kb)",16,2802330,2821413,19084,1,"23524",-426,"ENSG00000167978","SRRM2","serine/arginine repetitive matrix 2"
-"chr3",179280008,179280332,325,"*","Promoter (<=1kb)",3,179280708,179306193,25486,1,"86",-376,"ENSG00000136518","ACTL6A","actin like 6A"
-"chr11",1947601,1947695,95,"*","Intron (uc001lun.2/7140, intron 6 of 9)",11,1940799,1959936,19138,1,"7140",6802,"ENSG00000130595","TNNT3","troponin T3, fast skeletal type"
-"chr16",88459468,88459479,12,"*","Distal Intergenic",16,88493879,88507165,13287,1,"84627",-34400,"ENSG00000225614","ZNF469","zinc finger protein 469"
-"chr16",57662347,57662541,195,"*","5' UTR",16,57653650,57698944,45295,1,"9289",8697,"ENSG00000205336","ADGRG1","adhesion G protein-coupled receptor G1"
-"chr10",26223206,26223262,57,"*","Promoter (<=1kb)",10,26223002,26501465,278464,1,"53904",204,"ENSG00000095777","MYO3A","myosin IIIA"
-"chr8",21966443,21966736,294,"*","Promoter (<=1kb)",8,21964383,21967456,3074,2,"79873",720,"ENSG00000275074","NUDT18","nudix hydrolase 18"
-"chr20",591151,591173,23,"*","Promoter (<=1kb)",20,584637,590910,6274,2,"6939",-241,"ENSG00000125878","TCF15","transcription factor 15 (basic helix-loop-helix)"
-"chr12",57039124,57039556,433,"*","Promoter (<=1kb)",12,57038811,57038885,75,2,"26789",-239,"ENSG00000207031","SNORD59A","small nucleolar RNA, C/D box 59A"
-"chr4",26862189,26862197,9,"*","Promoter (<=1kb)",4,26862313,27027003,164691,1,"57620",-116,"ENSG00000109689","STIM2","stromal interaction molecule 2"
-"chr16",73099517,73099869,353,"*","Distal Intergenic",16,72816786,73092534,275749,2,"463",-6983,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
-"chr11",10531448,10531548,101,"*","Promoter (<=1kb)",11,10529434,10530723,1290,2,"100463486",-725,"ENSG00000255823","MTRNR2L8","MT-RNR2-like 8"
-"chr13",113400343,113400630,288,"*","Exon (uc001vsk.3/uc001vsk.3, exon 2 of 2)",13,113344643,113541482,196840,1,"23250",55700,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr4",1803959,1804058,100,"*","Intron (uc003gdq.3/2261, intron 7 of 16)",4,1795039,1810599,15561,1,"2261",8920,"ENSG00000068078","FGFR3","fibroblast growth factor receptor 3"
-"chr11",1785723,1785804,82,"*","Promoter (<=1kb)",11,1490685,1785501,294817,2,"81532",-222,"ENSG00000182208","MOB2","MOB kinase activator 2"
-"chr5",43121527,43121531,5,"*","Promoter (<=1kb)",5,43120985,43192123,71139,1,"7690",542,"ENSG00000172262","ZNF131","zinc finger protein 131"
-"chr16",2479271,2479333,63,"*","Promoter (<=1kb)",16,2479395,2508859,29465,1,"899",-62,"ENSG00000162063","CCNF","cyclin F"
-"chr17",72857005,72857028,24,"*","Promoter (<=1kb)",17,72838168,72856966,18799,2,"2905",-39,"ENSG00000161509","GRIN2C","glutamate ionotropic receptor NMDA type subunit 2C"
-"chr5",34929912,34929971,60,"*","Promoter (<=1kb)",5,34929698,34959069,29372,1,"134218",214,"ENSG00000168724","DNAJC21","DnaJ heat shock protein family (Hsp40) member C21"
-"chr19",7098587,7098992,406,"*","Distal Intergenic",19,7069471,7087978,18508,1,"79230",29116,"ENSG00000130544","ZNF557","zinc finger protein 557"
-"chr14",103593457,103593472,16,"*","Promoter (<=1kb)",14,103592664,103603776,11113,1,"7127",793,"ENSG00000185215","TNFAIP2","TNF alpha induced protein 2"
-"chr2",101435427,101435503,77,"*","Promoter (1-2kb)",2,101436613,101613287,176675,1,"4862",-1110,"ENSG00000170485","NPAS2","neuronal PAS domain protein 2"
-"chr5",148808340,148808456,117,"*","Promoter (<=1kb)",5,148808481,148810296,1816,1,"406935",-25,"ENSG00000208035","MIR143","microRNA 143"
-"chr16",898419,898755,337,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",42976,"ENSG00000167945","PRR25","proline rich 25"
-"chr19",10628135,10628487,353,"*","Promoter (<=1kb)",19,10623418,10628668,5251,2,"53637",181,"ENSG00000180739","S1PR5","sphingosine-1-phosphate receptor 5"
-"chr7",856247,856659,413,"*","Promoter (1-2kb)",7,855194,914557,59364,1,"23353",1053,"ENSG00000164828","SUN1","Sad1 and UNC84 domain containing 1"
-"chr20",36322214,36322369,156,"*","Promoter (<=1kb)",20,36322434,36500520,178087,1,"56259",-65,"ENSG00000132792","CTNNBL1","catenin beta like 1"
-"chr8",142913256,142913302,47,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-344398,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
-"chr17",46697366,46697495,130,"*","Downstream (1-2kb)",17,46689708,46692301,2594,2,"3218",-5065,"ENSG00000120068","HOXB8","homeobox B8"
-"chr3",195354369,195354549,181,"*","Distal Intergenic",3,195384910,195415735,30826,1,"727956",-30361,"ENSG00000242086","SDHAP2","succinate dehydrogenase complex flavoprotein subunit A pseudogene 2"
-"chr1",149859469,149859591,123,"*","Promoter (<=1kb)",1,149859019,149859466,448,2,"317772",-3,"ENSG00000184270","HIST2H2AB","histone cluster 2, H2ab"
-"chr6",32301230,32301389,160,"*","Intron (uc011dpx.2/10665, intron 12 of 25)",6,32485154,32557613,72460,2,"3127",256224,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",10679720,10679729,10,"*","Promoter (<=1kb)",19,10677138,10679655,2518,2,"1032",-65,"ENSG00000129355","CDKN2D","cyclin-dependent kinase inhibitor 2D"
-"chr11",1275384,1275504,121,"*","Exon (uc001lta.3/727897, exon 34 of 49)",11,1295598,1330892,35295,2,"54472",55388,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr17",78851149,78851165,17,"*","Intron (uc002jyt.1/57521, intron 13 of 33)",17,78965641,78973933,8293,1,"79643",-114476,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr3",48453514,48453941,428,"*","Exon (uc003cst.2/5364, exon 4 of 16)",3,48445261,48471460,26200,2,"5364",17519,"ENSG00000164050","PLXNB1","plexin B1"
-"chr16",15820745,15820855,111,"*","Exon (uc002ddv.3/4629, exon 29 of 43)",16,15737151,15737229,79,1,"619553",83594,NA,"MIR484","microRNA 484"
-"chr10",28287340,28287495,156,"*","Promoter (<=1kb)",10,28101097,28287977,186881,2,"55130",482,"ENSG00000169126","ARMC4","armadillo repeat containing 4"
-"chr10",96443147,96443165,19,"*","Promoter (<=1kb)",10,96443251,96495947,52697,1,"1562",-86,"ENSG00000108242","CYP2C18","cytochrome P450 family 2 subfamily C member 18"
-"chr19",45927211,45927218,8,"*","Intron (uc002pbu.2/2067, intron 8 of 8)",19,45882892,45909607,26716,2,"10848",-17604,"ENSG00000104881","PPP1R13L","protein phosphatase 1 regulatory subunit 13 like"
-"chr1",2406236,2406721,486,"*","Promoter (1-2kb)",1,2407754,2436969,29216,1,"9651",-1033,"ENSG00000149527","PLCH2","phospholipase C eta 2"
-"chr13",50702671,50702747,77,"*","Promoter (2-3kb)",13,50556688,50699677,142990,2,"8847",-2994,"ENSG00000231607","DLEU2","deleted in lymphocytic leukemia 2 (non-protein coding)"
-"chr15",80696397,80696529,133,"*","Promoter (<=1kb)",15,80696692,80890277,193586,1,"9915",-163,"ENSG00000172379","ARNT2","aryl hydrocarbon receptor nuclear translocator 2"
-"chr7",128294405,128294794,390,"*","3' UTR",7,128281295,128301052,19758,1,"402483",13110,NA,"LINC01000","long intergenic non-protein coding RNA 1000"
-"chr11",2367313,2367739,427,"*","Intron (uc001lwe.3/uc001lwe.3, intron 2 of 2)",11,2398547,2418649,20103,1,"975",-30808,"ENSG00000110651","CD81","CD81 molecule"
-"chr3",32508982,32509039,58,"*","Distal Intergenic",3,32522804,32544403,21600,2,"54918",35364,"ENSG00000091317","CMTM6","CKLF like MARVEL transmembrane domain containing 6"
-"chr8",1899420,1899490,71,"*","Intron (uc003wpr.3/9639, intron 27 of 28)",8,1922044,1955109,33066,1,"9920",-22554,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
-"chr1",16164109,16164122,14,"*","Intron (uc001axj.2/729614, intron 1 of 1)",1,16174359,16266950,92592,1,"23013",-10237,"ENSG00000065526","SPEN","spen family transcriptional repressor"
-"chr15",40857029,40857259,231,"*","Promoter (<=1kb)",15,40823538,40857252,33715,2,"90416",0,"ENSG00000128891","C15orf57","chromosome 15 open reading frame 57"
-"chr17",20947103,20947263,161,"*","Promoter (<=1kb)",17,20902906,20947073,44168,2,"23326",-30,"ENSG00000124422","USP22","ubiquitin specific peptidase 22"
-"chr2",232063339,232063351,13,"*","Promoter (<=1kb)",2,232063294,232238606,175313,1,"80210",45,"ENSG00000135931","ARMC9","armadillo repeat containing 9"
-"chr3",118753871,118754049,179,"*","Intron (uc003eby.3/152404, intron 6 of 8)",3,118661923,118667088,5166,1,"100506765",91948,"ENSG00000239877","IGSF11-AS1","IGSF11 antisense RNA 1"
-"chrX",139589163,139589424,262,"*","Promoter (1-2kb)",23,139585152,139587225,2074,2,"6658",-1938,"ENSG00000134595","SOX3","SRY-box 3"
-"chr11",58347088,58347178,91,"*","Promoter (<=1kb)",11,58346587,58393205,46619,1,"386607",501,"ENSG00000255073","ZFP91-CNTF","ZFP91-CNTF readthrough (NMD candidate)"
-"chr3",12045401,12045411,11,"*","Promoter (<=1kb)",3,12045862,12233532,187671,1,"6854",-451,"ENSG00000157152","SYN2","synapsin II"
-"chr19",5785204,5785818,615,"*","Promoter (<=1kb)",19,5782971,5784776,1806,2,"163154",-428,"ENSG00000212123","PRR22","proline rich 22"
-"chr6",30449254,30449466,213,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1965684,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",127911987,127912372,386,"*","Distal Intergenic",7,127881331,127897682,16352,1,"3952",30656,"ENSG00000174697","LEP","leptin"
-"chr21",38574620,38574643,24,"*","3' UTR",21,38580804,38594037,13234,1,"257203",-6161,"ENSG00000230366","DSCR9","Down syndrome critical region 9 (non-protein coding)"
-"chr1",41962019,41962146,128,"*","Distal Intergenic",1,41944446,41950344,5899,2,"1907",-11675,"ENSG00000127129","EDN2","endothelin 2"
-"chr10",133507991,133508246,256,"*","Distal Intergenic",10,133604734,133622535,17802,2,"399827",114289,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
-"chr2",39893032,39893185,154,"*","Promoter (<=1kb)",2,39892638,39945104,52467,1,"130733",394,"ENSG00000152154","TMEM178A","transmembrane protein 178A"
-"chr1",156711145,156711303,159,"*","Promoter (<=1kb)",1,156707094,156710923,3830,2,"79590",-222,"ENSG00000143314","MRPL24","mitochondrial ribosomal protein L24"
-"chr11",2584446,2584581,136,"*","Intron (uc001lwn.3/3784, intron 2 of 15)",11,2466221,2870340,404120,1,"3784",118225,"ENSG00000053918","KCNQ1","potassium voltage-gated channel subfamily Q member 1"
-"chr2",219921571,219921728,158,"*","Promoter (1-2kb)",2,219923410,219923472,63,2,"100422957",1744,"ENSG00000264755","MIR3131","microRNA 3131"
-"chr4",120988018,120988083,66,"*","Promoter (<=1kb)",4,120980579,120988013,7435,2,"4085",-5,"ENSG00000164109","MAD2L1","MAD2 mitotic arrest deficient-like 1 (yeast)"
-"chr1",10698719,10698746,28,"*","3' UTR",1,10696666,10856733,160068,2,"54897",157987,"ENSG00000130940","CASZ1","castor zinc finger 1"
-"chr7",51384531,51384609,79,"*","Promoter (<=1kb)",7,51083909,51384515,300607,2,"23242",-16,"ENSG00000106078","COBL","cordon-bleu WH2 repeat protein"
-"chr4",25989868,25989982,115,"*","Distal Intergenic",4,25915814,25931501,15688,1,"389203",74054,"ENSG00000250317","SMIM20","small integral membrane protein 20"
-"chr22",48955968,48956105,138,"*","Intron (uc003bim.4/25817, intron 1 of 3)",22,48934712,48943199,8488,2,"284933",-12769,"ENSG00000281732","LOC284933","uncharacterized LOC284933"
-"chr10",123779162,123779362,201,"*","Intron (uc001lfv.3/10579, intron 1 of 22)",10,123748689,124014057,265369,1,"10579",30473,"ENSG00000138162","TACC2","transforming acidic coiled-coil containing protein 2"
-"chr19",11353913,11353948,36,"*","Exon (uc002mqs.5/57572, exon 12 of 48)",19,11348126,11352619,4494,1,"55908",5787,"ENSG00000130173","ANGPTL8","angiopoietin like 8"
-"chr5",1363899,1364053,155,"*","Exon (uc003jcj.1/uc003jcj.1, exon 2 of 2)",5,1318000,1345002,27003,2,"81037",-18897,"ENSG00000049656","CLPTM1L","CLPTM1-like"
-"chr6",31926242,31926342,101,"*","Intron (uc003nyk.3/7936, intron 10 of 10)",6,32485154,32557613,72460,2,"3127",631271,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr11",64009035,64009352,318,"*","Promoter (<=1kb)",11,64008413,64011607,3195,1,"2286",622,"ENSG00000173486","FKBP2","FK506 binding protein 2"
-"chr12",71003576,71003577,2,"*","Exon (uc001swb.4/5787, exon 1 of 32)",12,70910632,71031220,120589,2,"5787",27643,"ENSG00000127329","PTPRB","protein tyrosine phosphatase, receptor type B"
-"chr2",242970490,242970589,100,"*","Distal Intergenic",2,243030844,243102469,71626,1,"728323",-60255,NA,"LOC728323","uncharacterized LOC728323"
-"chr6",169012205,169012404,200,"*","Intron (uc003qwr.2/64094, intron 9 of 12)",6,168841831,169068674,226844,1,"64094",170374,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr9",131798771,131799144,374,"*","Promoter (<=1kb)",9,131798923,131834351,35429,1,"84895",0,"ENSG00000148343","FAM73B","family with sequence similarity 73 member B"
-"chr16",89786885,89786921,37,"*","Promoter (<=1kb)",16,89786808,89807332,20525,1,"92822",77,"ENSG00000158805","ZNF276","zinc finger protein 276"
-"chr4",83955958,83956057,100,"*","Promoter (<=1kb)",4,83956239,83996971,40733,1,"51138",-182,"ENSG00000138663","COPS4","COP9 signalosome subunit 4"
-"chr6",29455331,29455365,35,"*","Exon (uc011dlq.2/116511, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-971761,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",3405792,3405902,111,"*","Promoter (<=1kb)",16,3405889,3406924,1036,1,"4993",0,"ENSG00000168158","OR2C1","olfactory receptor family 2 subfamily C member 1"
-"chr6",83777291,83777297,7,"*","Promoter (<=1kb)",6,83777385,83881065,103681,1,"23033",-88,"ENSG00000083097","DOPEY1","dopey family member 1"
-"chr16",85730584,85730606,23,"*","Distal Intergenic",16,85711280,85722588,11309,2,"51659",-7996,"ENSG00000131153","GINS2","GINS complex subunit 2 (Psf2 homolog)"
-"chr20",50416789,50416976,188,"*","Promoter (2-3kb)",20,50400583,50419048,18466,2,"57167",2072,"ENSG00000101115","SALL4","spalt-like transcription factor 4"
-"chr6",170560006,170560097,92,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",11560,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr13",32885906,32886034,129,"*","Promoter (<=1kb)",13,32877908,32886091,8184,2,"646799",57,"ENSG00000189167","ZAR1L","zygote arrest 1-like"
-"chr6",166667323,166667504,182,"*","Distal Intergenic",6,166719168,166721871,2704,2,"285800",54367,"ENSG00000176381","PRR18","proline rich 18"
-"chr17",78513167,78513611,445,"*","Distal Intergenic",17,78518625,78940173,421549,1,"57521",-5014,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
-"chr2",200422978,200423078,101,"*","Distal Intergenic",2,200134223,200335989,201767,2,"23314",-86989,"ENSG00000119042","SATB2","SATB homeobox 2"
-"chr16",75182191,75182320,130,"*","Promoter (<=1kb)",16,75182421,75206132,23712,1,"162239",-101,"ENSG00000184517","ZFP1","ZFP1 zinc finger protein"
-"chr19",12992070,12992181,112,"*","Promoter (<=1kb)",19,12986025,12992335,6311,2,"1777",154,"ENSG00000105612","DNASE2","deoxyribonuclease II, lysosomal"
-"chr17",76490379,76490717,339,"*","Exon (uc010dhp.2/8632, exon 40 of 81)",17,76480992,76499138,18147,1,"100996295",9387,NA,"DNAH17-AS1","DNAH17 antisense RNA 1"
-"chr10",101492579,101492601,23,"*","Promoter (<=1kb)",10,101468505,101492423,23919,2,"1355",-156,"ENSG00000014919","COX15","COX15 cytochrome c oxidase assembly homolog"
-"chr12",95867190,95867231,42,"*","Promoter (<=1kb)",12,95867822,95909613,41792,1,"10988",-591,"ENSG00000111142","METAP2","methionyl aminopeptidase 2"
-"chr7",97857923,97857941,19,"*","Intron (uc003upg.4/25851, intron 10 of 25)",7,97841568,97842271,704,1,"168620",16355,"ENSG00000180535","BHLHA15","basic helix-loop-helix family member a15"
-"chr17",4079293,4079306,14,"*","Intron (uc002fxn.3/51479, intron 6 of 24)",17,4046462,4060995,14534,1,"124936",32831,"ENSG00000167740","CYB5D2","cytochrome b5 domain containing 2"
-"chr12",122750597,122750916,320,"*","Promoter (<=1kb)",12,122692209,122751068,58860,2,"65082",152,"ENSG00000139719","VPS33A","VPS33A, CORVET/HOPS core subunit"
-"chr12",54354114,54354414,301,"*","Downstream (1-2kb)",12,54348714,54350350,1637,1,"3228",5400,"ENSG00000123407","HOXC12","homeobox C12"
-"chr16",1608794,1608810,17,"*","Intron (uc002clz.3/9742, intron 13 of 21)",16,1578742,1605581,26840,1,"79652",30052,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr20",57465132,57465139,8,"*","Intron (uc002xzt.3/2778, intron 1 of 12)",20,57393973,57425958,31986,2,"149775",-39174,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
-"chr21",45336673,45336855,183,"*","Intron (uc002zdv.3/56894, intron 2 of 9)",21,45285116,45407475,122360,1,"56894",51557,"ENSG00000160216","AGPAT3","1-acylglycerol-3-phosphate O-acyltransferase 3"
-"chr16",810292,810643,352,"*","Promoter (<=1kb)",16,810765,818865,8101,1,"10232",-122,"ENSG00000102854","MSLN","mesothelin"
-"chr10",23983990,23984486,497,"*","Promoter (<=1kb)",10,23983675,24836772,853098,1,"56243",315,"ENSG00000120549","KIAA1217","KIAA1217"
-"chr17",80179931,80180068,138,"*","Distal Intergenic",17,80186282,80197375,11094,1,"9123",-6214,"ENSG00000141526","SLC16A3","solute carrier family 16 member 3"
-"chr2",242128753,242128843,91,"*","Promoter (<=1kb)",2,242127924,242164791,36868,1,"50636",829,"ENSG00000146205","ANO7","anoctamin 7"
-"chr3",42056663,42056814,152,"*","Distal Intergenic",3,41288090,42003660,715571,2,"54986",-53003,"ENSG00000168038","ULK4","unc-51 like kinase 4"
-"chr11",6790768,6790774,7,"*","Promoter (<=1kb)",11,6789238,6790188,951,2,"338755",-580,"ENSG00000188124","OR2AG2","olfactory receptor family 2 subfamily AG member 2"
-"chr2",237018157,237018215,59,"*","Intron (uc002vvs.3/116987, intron 16 of 17)",2,237074307,237076652,2346,2,"2637",58437,"ENSG00000168505","GBX2","gastrulation brain homeobox 2"
-"chr4",123653523,123653540,18,"*","Promoter (<=1kb)",4,123651344,123653613,2270,2,"729338",73,NA,"CETN4P","centrin 4, pseudogene"
-"chr11",74394708,74395011,304,"*","Distal Intergenic",11,74431313,74431382,70,2,"100616402",36371,"ENSG00000265902","MIR4696","microRNA 4696"
-"chr14",68086342,68086375,34,"*","Promoter (<=1kb)",14,68086579,68118436,31858,1,"384",-204,"ENSG00000081181","ARG2","arginase 2"
-"chr3",39851009,39851075,67,"*","Promoter (<=1kb)",3,39851303,40301811,450509,1,"25924",-228,"ENSG00000170011","MYRIP","myosin VIIA and Rab interacting protein"
-"chr1",209957965,209957974,10,"*","Promoter (<=1kb)",1,209955662,209957890,2229,2,"148304",-75,"ENSG00000162757","C1orf74","chromosome 1 open reading frame 74"
-"chr19",17346041,17346367,327,"*","Exon (uc002nfq.3/2063, exon 3 of 4)",19,17337055,17340028,2974,1,"79629",8986,"ENSG00000099330","OCEL1","occludin/ELL domain containing 1"
-"chr1",247242130,247242157,28,"*","Promoter (<=1kb)",1,247108849,247242115,133267,2,"100533111",-15,"ENSG00000135747","ZNF670-ZNF695","ZNF670-ZNF695 readthrough (NMD candidate)"
-"chr9",35162048,35162103,56,"*","Promoter (<=1kb)",9,35161989,35405332,243344,1,"10497",59,"ENSG00000198722","UNC13B","unc-13 homolog B (C. elegans)"
-"chr20",36888742,36889109,368,"*","Promoter (<=1kb)",20,36838907,36889174,50268,2,"85449",65,"ENSG00000149633","KIAA1755","KIAA1755"
-"chr6",169632675,169632740,66,"*","Intron (uc003qwt.3/7058, intron 10 of 22)",6,169615875,169654137,38263,2,"7058",21397,"ENSG00000186340","THBS2","thrombospondin 2"
-"chr2",27309063,27309153,91,"*","Promoter (<=1kb)",2,27309611,27323619,14009,1,"3795",-458,"ENSG00000138030","KHK","ketohexokinase"
-"chr1",236029703,236029828,126,"*","Intron (uc001hxj.3/1130, intron 52 of 52)",1,236016300,236016360,61,2,"100302139",-13343,"ENSG00000222831","MIR1537","microRNA 1537"
-"chr6",15520972,15521099,128,"*","3' UTR",6,15523032,15663289,140258,2,"84062",142190,"ENSG00000047579","DTNBP1","dystrobrevin binding protein 1"
-"chr1",242690593,242690733,141,"*","Promoter (2-3kb)",1,242251689,242687998,436310,2,"200150",-2595,"ENSG00000180287","PLD5","phospholipase D family member 5"
-"chr6",99290284,99290349,66,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",7704,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
-"chr1",207991729,207991732,4,"*","Promoter (<=1kb)",1,207991724,207995941,4218,1,"148696",5,NA,"LOC148696","uncharacterized LOC148696"
-"chr11",116658840,116658853,14,"*","Promoter (<=1kb)",11,116649276,116658739,9464,2,"8882",-101,"ENSG00000109917","ZPR1","ZPR1 zinc finger"
-"chr1",16010553,16010598,46,"*","Promoter (<=1kb)",1,16010827,16061264,50438,1,"23207",-229,"ENSG00000116786","PLEKHM2","pleckstrin homology and RUN domain containing M2"
-"chr19",55248535,55248971,437,"*","Promoter (1-2kb)",19,55249974,55295778,45805,1,"3804",-1003,"ENSG00000243772","KIR2DL3","killer cell immunoglobulin like receptor, two Ig domains and long cytoplasmic tail 3"
-"chr3",39373356,39373683,328,"*","Promoter (2-3kb)",3,39371197,39375171,3975,1,"1237",2159,"ENSG00000179934","CCR8","chemokine (C-C motif) receptor 8"
-"chr11",125133072,125133391,320,"*","Intron (uc001qbu.3/63876, intron 2 of 12)",11,125034559,125303285,268727,1,"63876",98513,"ENSG00000165495","PKNOX2","PBX/knotted 1 homeobox 2"
-"chr19",709761,709841,81,"*","Promoter (<=1kb)",19,708953,748330,39378,1,"5064",808,"ENSG00000099864","PALM","paralemmin"
-"chr2",740418,740483,66,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",-62979,"ENSG00000151353","TMEM18","transmembrane protein 18"
-"chr1",153919230,153919326,97,"*","Promoter (<=1kb)",1,153901977,153919154,17178,2,"9909",-76,"ENSG00000198837","DENND4B","DENN domain containing 4B"
-"chr1",183774526,183774742,217,"*","Intron (uc010pof.1/23179, intron 2 of 11)",1,183615411,183622448,7038,2,"403314",-152078,"ENSG00000173627","APOBEC4","apolipoprotein B mRNA editing enzyme catalytic polypeptide like 4"
-"chr3",39222518,39222754,237,"*","Downstream (1-2kb)",3,39224706,39234085,9380,2,"165904",11331,"ENSG00000168334","XIRP1","xin actin binding repeat containing 1"
-"chr7",1528967,1529203,237,"*","Exon (uc003skn.2/26173, exon 18 of 48)",7,1509913,1544018,34106,2,"26173",14815,"ENSG00000164880","INTS1","integrator complex subunit 1"
-"chr17",46534400,46534708,309,"*","Distal Intergenic",17,46210802,46507594,296793,2,"8631",-26806,"ENSG00000141293","SKAP1","src kinase associated phosphoprotein 1"
-"chr2",65454481,65454506,26,"*","Promoter (<=1kb)",2,65454829,65498390,43562,1,"10097",-323,"ENSG00000138071","ACTR2","ARP2 actin-related protein 2 homolog (yeast)"
-"chr6",29796303,29796315,13,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1312733,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",2758014,2758068,55,"*","Distal Intergenic",7,2719163,2755069,35907,1,"155185",38851,"ENSG00000174945","AMZ1","archaelysin family metallopeptidase 1"
-"chr1",154155363,154155675,313,"*","5' UTR",1,154127780,154164611,36832,2,"7170",8936,"ENSG00000143549","TPM3","tropomyosin 3"
-"chr11",113258750,113258908,159,"*","Promoter (<=1kb)",11,113258513,113271140,12628,1,"255239",237,"ENSG00000170209","ANKK1","ankyrin repeat and kinase domain containing 1"
-"chr1",119532688,119532773,86,"*","Promoter (<=1kb)",1,119425666,119532179,106514,2,"6913",-509,"ENSG00000092607","TBX15","T-box 15"
-"chr18",11183,11676,494,"*","Distal Intergenic",18,109065,122222,13158,1,"727758",-97389,"ENSG00000263006","ROCK1P1","Rho associated coiled-coil containing protein kinase 1 pseudogene 1"
-"chr1",203096899,203097186,288,"*","Promoter (<=1kb)",1,203096836,203136533,39698,1,"134",63,"ENSG00000163485","ADORA1","adenosine A1 receptor"
-"chr3",101418125,101418132,8,"*","Distal Intergenic",3,101399934,101405563,5630,2,"6152",-12562,"ENSG00000114391","RPL24","ribosomal protein L24"
-"chr4",5053585,5053596,12,"*","Promoter (<=1kb)",4,5053527,5502725,449199,1,"55351",58,"ENSG00000152953","STK32B","serine/threonine kinase 32B"
-"chr2",37035809,37035817,9,"*","Exon (uc002rpl.3/5212, exon 15 of 16)",2,36923833,37041937,118105,1,"5212",111976,"ENSG00000205221","VIT","vitrin"
-"chr4",84376950,84376986,37,"*","Promoter (<=1kb)",4,84328499,84377025,48527,2,"113510",39,"ENSG00000163312","HELQ","helicase, POLQ-like"
-"chr14",24476430,24476559,130,"*","5' UTR",14,24439083,24520586,81504,1,"728635",37347,"ENSG00000157326","DHRS4L1","dehydrogenase/reductase (SDR family) member 4 like 1"
-"chr12",25541364,25541565,202,"*","Distal Intergenic",12,25358180,25403863,45684,2,"3845",-137501,"ENSG00000133703","KRAS","Kirsten rat sarcoma viral oncogene homolog"
-"chr17",40439628,40439974,347,"*","Promoter (<=1kb)",17,40439565,40463960,24396,1,"6776",63,"ENSG00000126561","STAT5A","signal transducer and activator of transcription 5A"
-"chr12",122396677,122396687,11,"*","Intron (uc021rfh.1/144406, intron 12 of 17)",12,122356463,122441832,85370,1,"144406",40214,"ENSG00000158023","WDR66","WD repeat domain 66"
-"chr2",88316373,88316472,100,"*","Distal Intergenic",2,88326724,88355248,28525,2,"51315",38776,"ENSG00000172086","KRCC1","lysine-rich coiled-coil 1"
-"chr7",130021544,130021651,108,"*","Promoter (1-2kb)",7,130020290,130027949,7660,1,"1357",1254,"ENSG00000091704","CPA1","carboxypeptidase A1"
-"chr2",1821733,1822072,340,"*","Intron (uc010ewk.3/23040, intron 4 of 6)",2,1635659,1748291,112633,2,"7837",-73442,"ENSG00000130508","PXDN","peroxidasin"
-"chr8",105340821,105341290,470,"*","Distal Intergenic",8,105352024,105368917,16894,1,"81501",-10734,"ENSG00000164935","DCSTAMP","dendrocyte expressed seven transmembrane protein"
-"chr12",123750827,123750864,38,"*","Intron (uc031qjy.1/8099, intron 2 of 3)",12,123745517,123756863,11347,2,"8099",5999,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
-"chr6",32921521,32921791,271,"*","Distal Intergenic",6,32605183,32614839,9657,1,"3117",316338,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr11",2423455,2423511,57,"*","Promoter (1-2kb)",11,2421718,2425106,3389,1,"10078",1737,"ENSG00000184281","TSSC4","tumor suppressing subtransferable candidate 4"
-"chr7",149411450,149411604,155,"*","Promoter (<=1kb)",7,149412102,149431664,19563,1,"84626",-498,"ENSG00000133619","KRBA1","KRAB-A domain containing 1"
-"chr16",58163201,58163203,3,"*","Promoter (<=1kb)",16,58147497,58163296,15800,2,"29105",93,"ENSG00000070761","CFAP20","cilia and flagella associated protein 20"
-"chr5",54848311,54848427,117,"*","Distal Intergenic",5,54720670,54830906,110237,2,"8611",-17405,"ENSG00000067113","PLPP1","phospholipid phosphatase 1"
-"chr6",27860959,27860961,3,"*","Promoter (<=1kb)",6,27860477,27860963,487,2,"8336",2,"ENSG00000278677","HIST1H2AM","histone cluster 1, H2am"
-"chr10",8096600,8096602,3,"*","Promoter (<=1kb)",10,8096667,8117164,20498,1,"2625",-65,"ENSG00000107485","GATA3","GATA binding protein 3"
-"chr10",135075124,135075390,267,"*","Downstream (<1kb)",10,135061015,135061124,110,2,"574448",-14000,"ENSG00000278352","MIR202","microRNA 202"
-"chr10",32218391,32218853,463,"*","Promoter (<=1kb)",10,32094326,32217804,123479,2,"94134",-587,"ENSG00000165322","ARHGAP12","Rho GTPase activating protein 12"
-"chr17",39623265,39623639,375,"*","Promoter (<=1kb)",17,39615765,39623638,7874,2,"3882",0,"ENSG00000108759","KRT32","keratin 32"
-"chr22",38714287,38714347,61,"*","Intron (uc003avm.2/1454, intron 10 of 14)",22,38615298,38669040,53743,2,"25829",-45247,"ENSG00000198792","TMEM184B","transmembrane protein 184B"
-"chr3",124732769,124732807,39,"*","Exon (uc003ehs.4/57493, exon 6 of 17)",3,124684554,124774802,90249,2,"57493",41995,"ENSG00000173706","HEG1","heart development protein with EGF like domains 1"
-"chr17",3337136,3337286,151,"*","Promoter (<=1kb)",17,3336164,3337135,972,2,"8388",-1,"ENSG00000127780","OR1E2","olfactory receptor family 1 subfamily E member 2"
-"chr4",53098,53115,18,"*","Promoter (<=1kb)",4,53227,196092,142866,1,"152687",-112,"ENSG00000272602","ZNF595","zinc finger protein 595"
-"chr6",170456901,170457048,148,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",114609,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr4",15939862,15939889,28,"*","Promoter (<=1kb)",4,15937193,15940363,3171,2,"9982",474,"ENSG00000137440","FGFBP1","fibroblast growth factor binding protein 1"
-"chr6",33240042,33240072,31,"*","Intron (uc003odp.1/6222, intron 1 of 5)",6,33540323,33548070,7748,2,"578",307998,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr5",36152378,36152436,59,"*","Promoter (<=1kb)",5,36152145,36184142,31998,1,"6502",233,"ENSG00000145604","SKP2","S-phase kinase-associated protein 2, E3 ubiquitin protein ligase"
-"chr7",66459912,66460335,424,"*","Promoter (<=1kb)",7,66452690,66460588,7899,2,"51119",253,"ENSG00000126524","SBDS","SBDS ribosome assembly guanine nucleotide exchange factor"
-"chr11",63439109,63439207,99,"*","Promoter (<=1kb)",11,63396437,63439444,43008,2,"25923",237,"ENSG00000184743","ATL3","atlastin GTPase 3"
-"chr14",74100086,74100307,222,"*","Distal Intergenic",14,74111578,74170431,58854,1,"83544",-11271,"ENSG00000119661","DNAL1","dynein axonemal light chain 1"
-"chr15",23810652,23810843,192,"*","Promoter (<=1kb)",15,23810454,23813166,2713,1,"7681",198,"ENSG00000179455","MKRN3","makorin ring finger protein 3"
-"chr6",158402864,158402868,5,"*","Promoter (<=1kb)",6,158402888,158520207,117320,1,"8871",-20,"ENSG00000078269","SYNJ2","synaptojanin 2"
-"chr15",95870409,95870440,32,"*","Promoter (<=1kb)",15,95822519,95870329,47811,2,"400456",-80,"ENSG00000248441","LINC01197","long intergenic non-protein coding RNA 1197"
-"chr17",79935824,79936040,217,"*","Promoter (<=1kb)",17,79935426,79975282,39857,1,"79058",398,"ENSG00000169696","ASPSCR1","alveolar soft part sarcoma chromosome region, candidate 1"
-"chr11",66359430,66359489,60,"*","Promoter (1-2kb)",11,66357640,66360554,2915,2,"55231",1065,"ENSG00000182791","CCDC87","coiled-coil domain containing 87"
-"chr3",49460177,49460521,345,"*","Promoter (<=1kb)",3,49454211,49460111,5901,2,"275",-66,"ENSG00000145020","AMT","aminomethyltransferase"
-"chr1",19283713,19284039,327,"*","Promoter (<=1kb)",1,19230774,19282826,52053,2,"126917",-887,"ENSG00000169991","IFFO2","intermediate filament family orphan 2"
-"chr16",28505320,28505439,120,"*","Promoter (<=1kb)",16,28505970,28510291,4322,1,"55911",-531,"ENSG00000184730","APOBR","apolipoprotein B receptor"
-"chr6",169613162,169613281,120,"*","Downstream (2-3kb)",6,169615875,169654137,38263,2,"7058",40856,"ENSG00000186340","THBS2","thrombospondin 2"
-"chr5",63801845,63802106,262,"*","Promoter (<=1kb)",5,63801774,63908121,106348,1,"401190",71,"ENSG00000186479","RGS7BP","regulator of G-protein signaling 7 binding protein"
-"chr6",31706971,31707103,133,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",850510,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",38136779,38136817,39,"*","Promoter (<=1kb)",17,38137021,38154213,17193,1,"5709",-204,"ENSG00000108344","PSMD3","proteasome 26S subunit, non-ATPase 3"
-"chr6",10415605,10415667,63,"*","Exon (uc003myw.3/100130275, exon 3 of 3)",6,10412551,10416402,3852,1,"100130275",3054,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
-"chr10",7517765,7517807,43,"*","Distal Intergenic",10,7200586,7453448,252863,2,"57713",-64317,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
-"chr6",49917175,49917254,80,"*","Distal Intergenic",6,49928005,49931818,3814,2,"245928",14564,"ENSG00000177684","DEFB114","defensin beta 114"
-"chr6",31707502,31707511,10,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",850102,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",42893702,42894099,398,"*","Promoter (2-3kb)",6,42896860,42907008,10149,1,"10695",-2761,"ENSG00000137161","CNPY3","canopy FGF signaling regulator 3"
-"chr8",11302983,11303039,57,"*","Intron (uc003wtw.2/83648, intron 2 of 2)",8,11278973,11324276,45304,2,"83648",21237,"ENSG00000154319","FAM167A","family with sequence similarity 167 member A"
-"chr16",4164843,4165257,415,"*","Promoter (<=1kb)",16,4012650,4166186,153537,2,"115",929,"ENSG00000162104","ADCY9","adenylate cyclase 9"
-"chr14",65007389,65007464,76,"*","Promoter (<=1kb)",14,65007186,65009954,2769,1,"3306",203,"ENSG00000126803","HSPA2","heat shock protein family A (Hsp70) member 2"
-"chr10",135171337,135171455,119,"*","Promoter (<=1kb)",10,135168658,135171529,2872,2,"282969",74,"ENSG00000148803","FUOM","fucose mutarotase"
-"chr2",232321341,232321601,261,"*","Promoter (<=1kb)",2,232321155,232321234,80,2,"6082",-107,"ENSG00000207280","SNORD20","small nucleolar RNA, C/D box 20"
-"chr22",43253521,43253547,27,"*","Promoter (<=1kb)",22,43192532,43253408,60877,2,"26286",-113,"ENSG00000242247","ARFGAP3","ADP ribosylation factor GTPase activating protein 3"
-"chr1",51567771,51567810,40,"*","Promoter (<=1kb)",1,51567906,51613754,45849,1,"284546",-96,"ENSG00000204006","C1orf185","chromosome 1 open reading frame 185"
-"chr2",191045563,191045632,70,"*","5' UTR",2,191002486,191068210,65725,1,"84281",43077,"ENSG00000187699","C2orf88","chromosome 2 open reading frame 88"
-"chr4",882591,882597,7,"*","Intron (uc003gbl.4/2580, intron 17 of 24)",4,843065,926174,83110,2,"2580",43577,"ENSG00000178950","GAK","cyclin G associated kinase"
-"chr17",10560813,10560880,68,"*","Promoter (<=1kb)",17,10531843,10560626,28784,2,"4621",-187,"ENSG00000109063","MYH3","myosin, heavy chain 3, skeletal muscle, embryonic"
-"chr3",57541894,57541901,8,"*","Promoter (<=1kb)",3,57541981,57547768,5788,1,"201626",-80,"ENSG00000174840","PDE12","phosphodiesterase 12"
-"chr11",71791545,71791555,11,"*","Promoter (<=1kb)",11,71713911,71791573,77663,2,"4926",18,"ENSG00000137497","NUMA1","nuclear mitotic apparatus protein 1"
-"chr19",2785164,2785208,45,"*","Promoter (<=1kb)",19,2785506,2813599,28094,1,"7064",-298,"ENSG00000172009","THOP1","thimet oligopeptidase 1"
-"chr17",29624179,29624348,170,"*","Promoter (<=1kb)",17,29621668,29624380,2713,2,"4974",32,"ENSG00000126861","OMG","oligodendrocyte myelin glycoprotein"
-"chr2",160919234,160919336,103,"*","Promoter (<=1kb)",2,160797260,160919126,121867,2,"22925",-108,"ENSG00000153246","PLA2R1","phospholipase A2 receptor 1"
-"chr1",145548806,145548867,62,"*","Promoter (<=1kb)",1,145549209,145568526,19318,1,"148741",-342,"ENSG00000198483","ANKRD35","ankyrin repeat domain 35"
-"chr12",56660871,56660873,3,"*","Promoter (<=1kb)",12,56660642,56664750,4109,1,"93058",229,"ENSG00000135469","COQ10A","coenzyme Q10A"
-"chr2",97192958,97193032,75,"*","Distal Intergenic",2,97202464,97218371,15908,1,"10865",-9432,"ENSG00000196843","ARID5A","AT-rich interaction domain 5A"
-"chr3",134635213,134635534,322,"*","Intron (uc010htz.2/2047, intron 1 of 5)",3,134514099,134979307,465209,1,"2047",121114,"ENSG00000154928","EPHB1","EPH receptor B1"
-"chr13",30727927,30728099,173,"*","Distal Intergenic",13,30776767,30881624,104858,2,"84056",153525,"ENSG00000102781","KATNAL1","katanin p60 subunit A like 1"
-"chr14",42076757,42076759,3,"*","Promoter (<=1kb)",14,42076764,42373752,296989,1,"145581",-5,"ENSG00000165379","LRFN5","leucine rich repeat and fibronectin type III domain containing 5"
-"chr16",4987271,4987610,340,"*","Promoter (<=1kb)",16,4932508,4987136,54629,2,"5493",-135,"ENSG00000118898","PPL","periplakin"
-"chr16",89234442,89234766,325,"*","Promoter (1-2kb)",16,89232791,89235555,2765,1,"400558",1651,"ENSG00000205015","LOC400558","uncharacterized LOC400558"
-"chr19",11289301,11289308,8,"*","Exon (uc002mqm.3/25959, exon 3 of 11)",19,11274943,11308467,33525,2,"25959",19159,"ENSG00000197256","KANK2","KN motif and ankyrin repeat domains 2"
-"chr10",102986525,102986601,77,"*","Promoter (2-3kb)",10,102986733,102988717,1985,2,"10660",2116,"ENSG00000138136","LBX1","ladybird homeobox 1"
-"chr3",25469392,25469402,11,"*","Exon (uc003cdg.1/uc003cdg.1, exon 1 of 1)",3,25706367,25706430,64,2,"100616477",237028,"ENSG00000264219","MIR4442","microRNA 4442"
-"chr7",38331705,38331871,167,"*","Intron (uc003tfv.3/uc003tfv.3, intron 5 of 5)",7,38279181,38357589,78409,2,"445347",25718,"ENSG00000211689","TARP","TCR gamma alternate reading frame protein"
-"chrX",106044796,106045287,492,"*","Promoter (<=1kb)",23,106045919,106119377,73459,1,"54885",-632,"ENSG00000133138","TBC1D8B","TBC1 domain family member 8B"
-"chr12",130624293,130624596,304,"*","Distal Intergenic",12,130636138,130646768,10631,2,"440119",22172,"ENSG00000250208","FZD10-AS1","FZD10 antisense RNA 1 (head to head)"
-"chr2",96873066,96873264,199,"*","Promoter (<=1kb)",2,96874154,96908362,34209,1,"285033",-890,NA,"STARD7-AS1","STARD7 antisense RNA 1"
-"chr5",132072092,132072371,280,"*","Promoter (<=1kb)",5,132028323,132073265,44943,2,"11127",894,"ENSG00000131437","KIF3A","kinesin family member 3A"
-"chr6",34031060,34031094,35,"*","Intron (uc003oip.4/2914, intron 9 of 9)",6,33967749,33967828,80,2,"100302123",-63232,"ENSG00000221697","MIR1275","microRNA 1275"
-"chr1",11865304,11865594,291,"*","Promoter (<=1kb)",1,11866153,11903201,37049,1,"1185",-559,"ENSG00000011021","CLCN6","chloride voltage-gated channel 6"
-"chr6",144416942,144417437,496,"*","Promoter (<=1kb)",6,144416018,144416754,737,2,"83443",-188,"ENSG00000169976","SF3B5","splicing factor 3b subunit 5"
-"chr6",167041601,167041892,292,"*","Intron (uc003qvc.1/6196, intron 20 of 21)",6,166922842,166922921,80,2,"100302141",-118680,"ENSG00000222958","MIR1913","microRNA 1913"
-"chr2",154333650,154333653,4,"*","Promoter (1-2kb)",2,154333852,154335322,1471,2,"56475",1669,"ENSG00000177519","RPRM","reprimo, TP53 dependent G2 arrest mediator candidate"
-"chr2",119597367,119597586,220,"*","Downstream (2-3kb)",2,119599747,119605759,6013,2,"2019",8173,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr6",100016683,100016685,3,"*","Promoter (<=1kb)",6,99990263,100016690,26428,2,"892",5,"ENSG00000112237","CCNC","cyclin C"
-"chr15",74284753,74284772,20,"*","Promoter (2-3kb)",15,74275559,74286963,11405,2,"9399",2191,"ENSG00000067221","STOML1","stomatin like 1"
-"chr20",57427665,57427730,66,"*","Promoter (1-2kb)",20,57393973,57425958,31986,2,"149775",-1707,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
-"chr10",820835,821124,290,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-85227,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr2",177003948,177003967,20,"*","Promoter (2-3kb)",2,176999569,177001826,2258,2,"100506783",-2122,NA,"HOXD-AS2","HOXD cluster antisense RNA 2"
-"chr17",79045615,79045695,81,"*","Intron (uc002jyz.4/10458, intron 3 of 12)",17,79008947,79091232,82286,1,"10458",36668,"ENSG00000175866","BAIAP2","BAI1 associated protein 2"
-"chr10",134540198,134540335,138,"*","Exon (uc001llo.1/3632, exon 9 of 13)",10,134598320,134599537,1218,2,"84504",59202,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
-"chr10",72027078,72027309,232,"*","Intron (uc021psj.1/64106, intron 3 of 3)",10,72014713,72043450,28738,2,"64106",16141,"ENSG00000148734","NPFFR1","neuropeptide FF receptor 1"
-"chr12",122242538,122242541,4,"*","Promoter (<=1kb)",12,122242638,122270562,27925,1,"23067",-97,"ENSG00000139718","SETD1B","SET domain containing 1B"
-"chr12",122250380,122250470,91,"*","Intron (uc021rfg.1/23067, intron 5 of 10)",12,122242638,122270562,27925,1,"23067",7742,"ENSG00000139718","SETD1B","SET domain containing 1B"
-"chr11",118230374,118230601,228,"*","Promoter (<=1kb)",11,118230296,118269926,39631,1,"9354",78,"ENSG00000110344","UBE4A","ubiquitination factor E4A"
-"chr5",307132,307543,412,"*","Promoter (2-3kb)",5,304292,438405,134114,1,"57491",2840,"ENSG00000063438","AHRR","aryl-hydrocarbon receptor repressor"
-"chr2",233497957,233497961,5,"*","Intron (uc010fyf.3/80303, intron 1 of 3)",2,233470767,233547491,76725,1,"80303",27190,"ENSG00000115468","EFHD1","EF-hand domain family member D1"
-"chr14",29244137,29244230,94,"*","Promoter (2-3kb)",14,29241910,29264000,22091,1,"387978",2227,"ENSG00000186960","LINC01551","long intergenic non-protein coding RNA 1551"
-"chr1",152538426,152538809,384,"*","Promoter (<=1kb)",1,152538175,152539229,1055,2,"353145",420,"ENSG00000185966","LCE3E","late cornified envelope 3E"
-"chr7",150674375,150674548,174,"*","Promoter (<=1kb)",7,150642044,150675402,33359,2,"3757",854,"ENSG00000055118","KCNH2","potassium voltage-gated channel subfamily H member 2"
-"chr1",876249,876551,303,"*","5' UTR",1,860530,879961,19432,1,"148398",15719,"ENSG00000187634","SAMD11","sterile alpha motif domain containing 11"
-"chr22",50892903,50893041,139,"*","Exon (uc003ble.3/6305, exon 4 of 9)",22,50883431,50913464,30034,2,"6305",20423,"ENSG00000100241","SBF1","SET binding factor 1"
-"chr16",31538508,31538718,211,"*","Promoter (<=1kb)",16,31539203,31540124,922,1,"51327",-485,"ENSG00000169877","AHSP","alpha hemoglobin stabilizing protein"
-"chr14",91866373,91866685,313,"*","Intron (uc010aty.3/440193, intron 27 of 29)",14,91737667,91884188,146522,2,"440193",17503,"ENSG00000015133","CCDC88C","coiled-coil domain containing 88C"
-"chr1",236445178,236445184,7,"*","Promoter (<=1kb)",1,236378422,236445339,66918,2,"56605",155,"ENSG00000086619","ERO1B","endoplasmic reticulum oxidoreductase beta"
-"chr3",107601965,107601974,10,"*","Promoter (<=1kb)",3,107602052,107647753,45702,1,"285205",-78,"ENSG00000240423","LINC00636","long intergenic non-protein coding RNA 636"
-"chrX",134478413,134478512,100,"*","Promoter (<=1kb)",23,134477628,134497338,19711,1,"203523",785,"ENSG00000173275","ZNF449","zinc finger protein 449"
-"chr8",30769864,30769870,7,"*","Distal Intergenic",8,30689060,30706533,17474,2,"56154",-63331,"ENSG00000133863","TEX15","testis expressed 15"
-"chr7",75624460,75624699,240,"*","Promoter (<=1kb)",7,75616155,75623992,7838,2,"83862",-468,"ENSG00000189077","TMEM120A","transmembrane protein 120A"
-"chr17",73285533,73285568,36,"*","Promoter (<=1kb)",17,73269061,73285530,16470,2,"60386",-3,"ENSG00000125454","SLC25A19","solute carrier family 25 member 19"
-"chr22",43343608,43343959,352,"*","Intron (uc003bdf.4/11252, intron 9 of 9)",22,43265772,43411184,145413,2,"11252",67225,"ENSG00000100266","PACSIN2","protein kinase C and casein kinase substrate in neurons 2"
-"chr7",139184863,139184937,75,"*","Distal Intergenic",7,139138088,139168457,30370,2,"346689",-16406,"ENSG00000188883","KLRG2","killer cell lectin like receptor G2"
-"chr5",159827116,159827216,101,"*","Promoter (<=1kb)",5,159820155,159827060,6906,2,"63920",-56,"ENSG00000221886","ZBED8","zinc finger BED-type containing 8"
-"chr8",54789600,54789978,379,"*","Intron (uc003xrp.3/8601, intron 1 of 5)",8,54764368,54871863,107496,1,"8601",25232,"ENSG00000147509","RGS20","regulator of G-protein signaling 20"
-"chr19",45567390,45567856,467,"*","Exon (uc002pak.3/11129, exon 12 of 21)",19,45574758,45579688,4931,2,"162979",11832,"ENSG00000170684","ZNF296","zinc finger protein 296"
-"chr12",6862784,6862849,66,"*","Intron (uc009zey.1/8079, intron 7 of 7)",12,6875541,6880118,4578,1,"5763",-12692,"ENSG00000159335","PTMS","parathymosin"
-"chr19",52848616,52848664,49,"*","Intron (uc002pyx.4/162963, intron 1 of 5)",19,52839498,52870376,30879,1,"162963",9118,"ENSG00000167554","ZNF610","zinc finger protein 610"
-"chr8",145688206,145688521,316,"*","Promoter (2-3kb)",8,145675315,145691031,15717,2,"50626",2510,"ENSG00000187954","CYHR1","cysteine/histidine-rich 1"
-"chr11",68866697,68866713,17,"*","Distal Intergenic",11,68816350,68858072,41723,1,"219931",50347,"ENSG00000162341","TPCN2","two pore segment channel 2"
-"chr6",30227246,30227273,28,"*","Intron (uc031snc.1/414778, intron 4 of 4)",6,28471073,28483570,12498,2,"257202",-1743676,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",31475183,31475203,21,"*","Exon (uc011dnm.2/4277, exon 5 of 6)",6,32485154,32557613,72460,2,"3127",1082410,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",1027309,1027335,27,"*","Intron (uc002ckk.2/64788, intron 11 of 11)",16,903635,1031318,127684,2,"64788",3983,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr19",11070867,11071224,358,"*","Promoter (<=1kb)",19,11071598,11172958,101361,1,"6597",-374,"ENSG00000127616","SMARCA4","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4"
-"chr12",122064206,122064328,123,"*","Promoter (<=1kb)",12,122064455,122079946,15492,1,"84876",-127,"ENSG00000276045","ORAI1","ORAI calcium release-activated calcium modulator 1"
-"chr11",68550320,68550342,23,"*","Intron (uc001oof.4/1374, intron 9 of 18)",11,68474908,68518988,44081,2,"9633",-31332,"ENSG00000132749","MTL5","metallothionein-like 5, testis-specific (tesmin)"
-"chr11",63827313,63827384,72,"*","Intron (uc001nyh.3/28992, intron 8 of 10)",11,63871362,63886645,15284,1,"23769",-43978,"ENSG00000126500","FLRT1","fibronectin leucine rich transmembrane protein 1"
-"chr19",36207534,36207871,338,"*","Promoter (1-2kb)",19,36208921,36229779,20859,1,"9757",-1050,"ENSG00000272333","KMT2B","lysine methyltransferase 2B"
-"chr4",996964,997351,388,"*","Exon (uc003gby.3/3425, exon 11 of 14)",4,1004940,1020686,15747,1,"53834",-7589,"ENSG00000127418","FGFRL1","fibroblast growth factor receptor-like 1"
-"chr17",79269488,79269836,349,"*","Promoter (<=1kb)",17,79218799,79269096,50298,2,"124565",-392,"ENSG00000157637","SLC38A10","solute carrier family 38 member 10"
-"chr19",1816250,1816307,58,"*","Promoter (<=1kb)",19,1816158,1816237,80,2,"100302210",-13,"ENSG00000223244","MIR1909","microRNA 1909"
-"chr5",2643129,2643299,171,"*","Distal Intergenic",5,2746279,2751769,5491,2,"153572",108470,"ENSG00000170561","IRX2","iroquois homeobox 2"
-"chr6",33588884,33588896,13,"*","Promoter (<=1kb)",6,33589156,33664348,75193,1,"3710",-260,"ENSG00000096433","ITPR3","inositol 1,4,5-trisphosphate receptor type 3"
-"chr19",35068662,35068740,79,"*","Promoter (<=1kb)",19,35067638,35068596,959,2,"643719",-66,"ENSG00000268751","SCGB1B2P","secretoglobin family 1B member 2, pseudogene"
-"chr15",97322456,97322551,96,"*","Intron (uc031qug.1/100652749, intron 2 of 2)",15,97315235,97326567,11333,2,"100652749",4016,"ENSG00000259282","SPATA8-AS1","SPATA8 antisense RNA 1 (head to head)"
-"chr16",22308418,22308438,21,"*","Promoter (<=1kb)",16,22308696,22346424,37729,1,"55718",-258,"ENSG00000058600","POLR3E","polymerase (RNA) III subunit E"
-"chr16",30669615,30669819,205,"*","Promoter (1-2kb)",16,30671243,30682131,10889,1,"64319",-1424,"ENSG00000156860","FBRS","fibrosin"
-"chr17",63119453,63119851,399,"*","Distal Intergenic",17,63133456,63223821,90366,1,"8787",-13605,"ENSG00000108370","RGS9","regulator of G-protein signaling 9"
-"chr17",38347555,38347611,57,"*","Exon (uc010cwu.1/51195, exon 9 of 15)",17,38334242,38351906,17665,1,"51195",13313,"ENSG00000108352","RAPGEFL1","Rap guanine nucleotide exchange factor like 1"
-"chr12",48395442,48395820,379,"*","Promoter (2-3kb)",12,48366748,48398285,31538,2,"1280",2465,"ENSG00000139219","COL2A1","collagen type II alpha 1"
-"chr19",2546890,2547019,130,"*","Intron (uc002lwd.2/2788, intron 2 of 4)",19,2476123,2478257,2135,1,"4616",70767,"ENSG00000099860","GADD45B","growth arrest and DNA damage inducible beta"
-"chr10",118033312,118033322,11,"*","Promoter (<=1kb)",10,117816442,118033126,216685,2,"2674",-186,"ENSG00000151892","GFRA1","GDNF family receptor alpha 1"
-"chr11",110583543,110583549,7,"*","Promoter (<=1kb)",11,110447759,110583912,136154,2,"57569",363,"ENSG00000137727","ARHGAP20","Rho GTPase activating protein 20"
-"chr2",10589006,10589194,189,"*","Promoter (<=1kb)",2,10580508,10588453,7946,2,"4953",-553,"ENSG00000115758","ODC1","ornithine decarboxylase 1"
-"chr3",64211107,64211156,50,"*","Promoter (<=1kb)",3,64079526,64211131,131606,2,"166336",0,"ENSG00000163637","PRICKLE2","prickle planar cell polarity protein 2"
-"chr11",60619624,60619907,284,"*","3' UTR",11,60618398,60623444,5047,2,"11251",3537,"ENSG00000183134","PTGDR2","prostaglandin D2 receptor 2"
-"chr12",131488414,131488426,13,"*","Intron (uc001uit.4/283383, intron 10 of 24)",12,131438452,131626008,187557,1,"283383",49962,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
-"chr16",33956555,33956717,163,"*","Distal Intergenic",16,33961052,33962503,1452,2,"649159",5786,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
-"chr5",137224236,137224723,488,"*","Promoter (<=1kb)",5,137225125,137278434,53310,1,"27039",-402,"ENSG00000078795","PKD2L2","polycystin 2 like 2, transient receptor potential cation channel"
-"chr8",91658185,91658296,112,"*","Intron (uc003yeo.2/169200, intron 2 of 5)",8,91634223,91803859,169637,2,"169200",145563,"ENSG00000180694","TMEM64","transmembrane protein 64"
-"chr13",21714410,21714429,20,"*","Promoter (<=1kb)",13,21714653,21723224,8572,1,"10284",-224,"ENSG00000150459","SAP18","Sin3A associated protein 18kDa"
-"chr4",2758288,2758333,46,"*","Promoter (<=1kb)",4,2743387,2758103,14717,2,"79155",-185,"ENSG00000168884","TNIP2","TNFAIP3 interacting protein 2"
-"chr5",167696398,167696420,23,"*","Distal Intergenic",5,167719065,167899308,180244,1,"23286",-22645,"ENSG00000113645","WWC1","WW and C2 domain containing 1"
-"chr16",82660280,82660376,97,"*","Promoter (<=1kb)",16,82660399,83830215,1169817,1,"1012",-23,"ENSG00000140945","CDH13","cadherin 13"
-"chr6",31631801,31632123,323,"*","Exon (uc003nvn.3/7918, exon 2 of 3)",6,32485154,32557613,72460,2,"3127",925490,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr18",51796331,51796453,123,"*","Promoter (<=1kb)",18,51795849,51824604,28756,1,"11201",482,"ENSG00000101751","POLI","polymerase (DNA) iota"
-"chr20",20349241,20349568,328,"*","Promoter (<=1kb)",20,20348765,20351592,2828,1,"3642",476,"ENSG00000173404","INSM1","insulinoma associated 1"
-"chr11",98891708,98891733,26,"*","Promoter (<=1kb)",11,98891706,100229616,1337911,1,"53942",2,"ENSG00000149972","CNTN5","contactin 5"
-"chr19",50713660,50713914,255,"*","Exon (uc002prq.1/79784, exon 2 of 42)",19,50706885,50813801,106917,1,"79784",6775,"ENSG00000105357","MYH14","myosin, heavy chain 14, non-muscle"
-"chr4",100815572,100815812,241,"*","Promoter (<=1kb)",4,100799495,100815703,16209,2,"8649",0,"ENSG00000109270","LAMTOR3","late endosomal/lysosomal adaptor, MAPK and MTOR activator 3"
-"chr2",38302626,38302844,219,"*","Promoter (<=1kb)",2,38294746,38303323,8578,2,"1545",479,"ENSG00000138061","CYP1B1","cytochrome P450 family 1 subfamily B member 1"
-"chr12",58021981,58022362,382,"*","Exon (uc010sru.3/2583, exon 8 of 10)",12,58019678,58027022,7345,2,"2583",4660,"ENSG00000135454","B4GALNT1","beta-1,4-N-acetyl-galactosaminyltransferase 1"
-"chr20",3801318,3801574,257,"*","Promoter (<=1kb)",20,3801171,3805954,4784,1,"55317",147,"ENSG00000125843","AP5S1","adaptor related protein complex 5 sigma 1 subunit"
-"chr22",42548783,42548792,10,"*","Distal Intergenic",22,42536214,42540575,4362,2,"1564",-8208,"ENSG00000205702","CYP2D7","cytochrome P450 family 2 subfamily D member 7 (gene/pseudogene)"
-"chr11",76494119,76494176,58,"*","Promoter (<=1kb)",11,76493357,76509198,15842,1,"25987",762,"ENSG00000182704","TSKU","tsukushi, small leucine rich proteoglycan"
-"chr7",64030039,64030348,310,"*","Distal Intergenic",7,64035073,64078967,43895,1,"100128885",-4725,NA,"LOC100128885","uncharacterized LOC100128885"
-"chr1",28286836,28286837,2,"*","Promoter (<=1kb)",1,28286504,28294604,8101,1,"55113",332,"ENSG00000158156","XKR8","XK related 8"
-"chr3",58106772,58107208,437,"*","Exon (uc003djj.2/2317, exon 20 of 46)",3,58178353,58200853,22501,2,"1776",93645,"ENSG00000163687","DNASE1L3","deoxyribonuclease I-like 3"
-"chr17",9808552,9808690,139,"*","Promoter (<=1kb)",17,9801027,9808684,7658,2,"5957",0,"ENSG00000109047","RCVRN","recoverin"
-"chr14",95240500,95240560,61,"*","Distal Intergenic",14,95234560,95236499,1940,2,"145258",-4001,"ENSG00000133937","GSC","goosecoid homeobox"
-"chr6",33091612,33091634,23,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",456436,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr6",170125165,170125193,29,"*","Promoter (1-2kb)",6,170104002,170124106,20105,2,"55274",-1059,"ENSG00000130024","PHF10","PHD finger protein 10"
-"chr10",89623076,89623122,47,"*","Promoter (<=1kb)",10,89618918,89623194,4277,2,"100144748",72,"ENSG00000227268","KLLN","killin, p53-regulated DNA replication inhibitor"
-"chr17",46704640,46704970,331,"*","Promoter (<=1kb)",17,46698519,46703835,5317,2,"3219",-805,"ENSG00000170689","HOXB9","homeobox B9"
-"chr11",68816143,68816232,90,"*","Promoter (<=1kb)",11,68816350,68858072,41723,1,"219931",-118,"ENSG00000162341","TPCN2","two pore segment channel 2"
-"chr12",322659,322831,173,"*","Promoter (<=1kb)",12,299243,323371,24129,2,"6539",540,"ENSG00000111181","SLC6A12","solute carrier family 6 member 12"
-"chr2",27294671,27294673,3,"*","Promoter (<=1kb)",2,27293342,27294567,1226,2,"100128731",-104,"ENSG00000228474","OST4","oligosaccharyltransferase complex subunit 4, non-catalytic"
-"chr6",467681,467762,82,"*","Distal Intergenic",6,391739,411443,19705,1,"3662",75942,"ENSG00000137265","IRF4","interferon regulatory factor 4"
-"chrX",71400961,71401203,243,"*","Promoter (<=1kb)",23,71401526,71483814,82289,1,"5303",-323,"ENSG00000102309","PIN4","peptidylprolyl cis/trans isomerase, NIMA-interacting 4"
-"chr17",13504351,13504472,122,"*","Promoter (<=1kb)",17,13399006,13505244,106239,2,"9955",772,"ENSG00000153976","HS3ST3A1","heparan sulfate-glucosamine 3-sulfotransferase 3A1"
-"chr1",150979026,150979092,67,"*","Promoter (1-2kb)",1,150969301,150980854,11554,2,"55793",1762,"ENSG00000143409","FAM63A","family with sequence similarity 63 member A"
-"chr5",22212884,22212890,7,"*","Intron (uc011cno.1/1010, intron 11 of 11)",5,22142461,22152612,10152,1,"5369",70423,"ENSG00000168967","PMCHL1","pro-melanin concentrating hormone like 1 (pseudogene)"
-"chr1",84972327,84972482,156,"*","Promoter (<=1kb)",1,84964006,84972262,8257,2,"2787",-65,"ENSG00000174021","GNG5","G protein subunit gamma 5"
-"chr16",67876083,67876093,11,"*","Promoter (<=1kb)",16,67876213,67878098,1886,1,"57215",-120,"ENSG00000168286","THAP11","THAP domain containing 11"
-"chr10",44144397,44144477,81,"*","Promoter (<=1kb)",10,44139307,44144326,5020,2,"7580",-71,"ENSG00000169740","ZNF32","zinc finger protein 32"
-"chr16",89294133,89294245,113,"*","Exon (uc002fmv.3/197320, exon 6 of 6)",16,89284111,89295965,11855,1,"197320",10022,"ENSG00000170100","ZNF778","zinc finger protein 778"
-"chr6",29595251,29595267,17,"*","Exon (uc003nmp.4/2550, exon 1 of 19)",6,28471073,28483570,12498,2,"257202",-1111681,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",70060787,70061064,278,"*","Intron (uc003tvw.4/26053, intron 5 of 18)",7,70597523,71178586,581064,1,"64409",-536459,"ENSG00000185274","WBSCR17","Williams-Beuren syndrome chromosome region 17"
-"chr7",156259146,156259159,14,"*","Distal Intergenic",7,156230483,156238282,7800,2,"285889",-20864,"ENSG00000233878","LOC285889","uncharacterized LOC285889"
-"chr20",37074185,37074631,447,"*","Promoter (<=1kb)",20,37075297,37079564,4268,1,"128439",-666,"ENSG00000174365","SNHG11","small nucleolar RNA host gene 11"
-"chr19",48216502,48216565,64,"*","Promoter (<=1kb)",19,48216601,48246391,29791,1,"30846",-36,"ENSG00000024422","EHD2","EH domain containing 2"
-"chr6",44281032,44281036,5,"*","Promoter (<=1kb)",6,44266463,44281063,14601,2,"57505",27,"ENSG00000124608","AARS2","alanyl-tRNA synthetase 2, mitochondrial"
-"chrX",117628623,117629034,412,"*","Promoter (<=1kb)",23,117629872,117820123,190252,1,"139818",-838,"ENSG00000147251","DOCK11","dedicator of cytokinesis 11"
-"chr6",105403577,105403899,323,"*","Promoter (1-2kb)",6,105404923,105531207,126285,1,"389421",-1024,"ENSG00000187772","LIN28B","lin-28 homolog B"
-"chr4",54965904,54965951,48,"*","Promoter (<=1kb)",4,54966248,54968122,1875,1,"170825",-297,"ENSG00000180613","GSX2","GS homeobox 2"
-"chr6",32917607,32917931,325,"*","3' UTR",6,32605183,32614839,9657,1,"3117",312424,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr2",218874888,218874968,81,"*","Distal Intergenic",2,218664512,218867718,203207,2,"7145",-7170,"ENSG00000079308","TNS1","tensin 1"
-"chr22",30278828,30278944,117,"*","Promoter (<=1kb)",22,30279158,30426857,147700,1,"8897",-214,"ENSG00000100330","MTMR3","myotubularin related protein 3"
-"chr22",44350812,44350835,24,"*","Promoter (<=1kb)",22,44351261,44392412,41152,1,"25813",-426,"ENSG00000100347","SAMM50","SAMM50 sorting and assembly machinery component"
-"chr11",62445555,62445776,222,"*","Promoter (<=1kb)",11,62443972,62446545,2574,2,"51035",769,"ENSG00000162191","UBXN1","UBX domain protein 1"
-"chr17",5971984,5972001,18,"*","Promoter (<=1kb)",17,5972426,6027747,55322,1,"23302",-425,"ENSG00000179314","WSCD1","WSC domain containing 1"
-"chr2",241758901,241759279,379,"*","Promoter (<=1kb)",2,241653181,241759725,106545,2,"547",446,"ENSG00000130294","KIF1A","kinesin family member 1A"
-"chr7",117067804,117067871,68,"*","Promoter (<=1kb)",7,117003276,117067577,64302,2,"136991",-227,"ENSG00000154438","ASZ1","ankyrin repeat, SAM and basic leucine zipper domain containing 1"
-"chr11",842764,842897,134,"*","Promoter (<=1kb)",11,842824,867116,24293,1,"7106",0,"ENSG00000214063","TSPAN4","tetraspanin 4"
-"chr2",219762495,219762664,170,"*","Distal Intergenic",2,219745255,219758651,13397,1,"80326",17240,"ENSG00000135925","WNT10A","wingless-type MMTV integration site family member 10A"
-"chr1",6507442,6507645,204,"*","Intron (uc001amy.3/83715, intron 7 of 12)",1,6489894,6489956,63,2,"100422975",-17486,"ENSG00000265392","MIR4252","microRNA 4252"
-"chr5",40798723,40799054,332,"*","Promoter (<=1kb)",5,40759481,40798297,38817,2,"5562",-426,"ENSG00000132356","PRKAA1","protein kinase AMP-activated catalytic subunit alpha 1"
-"chr1",27687454,27687637,184,"*","Exon (uc001bny.1/9064, exon 14 of 29)",1,27681670,27693337,11668,2,"9064",5700,"ENSG00000142733","MAP3K6","mitogen-activated protein kinase kinase kinase 6"
-"chr17",36613498,36613548,51,"*","Intron (uc021twd.1/57636, intron 1 of 23)",17,36584720,36668628,83909,1,"57636",28778,"ENSG00000275832","ARHGAP23","Rho GTPase activating protein 23"
-"chr6",99797552,99797842,291,"*","Promoter (<=1kb)",6,99720793,99797531,76739,2,"84553",-21,"ENSG00000146267","FAXC","failed axon connections homolog"
-"chr2",241992443,241992532,90,"*","Intron (uc002wah.1/25992, intron 15 of 31)",2,242034545,242041747,7203,2,"130916",49215,"ENSG00000122085","MTERF4","mitochondrial transcription termination factor 4"
-"chr4",122685522,122685593,72,"*","Promoter (<=1kb)",4,122685740,122687963,2224,1,"100192379",-147,"ENSG00000226757","PP12613","uncharacterized LOC100192379"
-"chr6",158589400,158589504,105,"*","Promoter (<=1kb)",6,158589379,158620376,30998,1,"404672",21,"ENSG00000272047","GTF2H5","general transcription factor IIH subunit 5"
-"chr15",48623138,48623205,68,"*","Promoter (<=1kb)",15,48623621,48635570,11950,1,"1854",-416,"ENSG00000128951","DUT","deoxyuridine triphosphatase"
-"chr17",37761168,37761316,149,"*","Promoter (2-3kb)",17,37760021,37764175,4155,2,"4761",2859,"ENSG00000171532","NEUROD2","neuronal differentiation 2"
-"chr4",89619345,89619372,28,"*","Promoter (<=1kb)",4,89617066,89619023,1958,2,"266812",-322,"ENSG00000177432","NAP1L5","nucleosome assembly protein 1 like 5"
-"chr4",1294783,1294948,166,"*","Intron (uc010ibs.1/10296, intron 1 of 4)",4,1283672,1333925,50254,1,"10296",11111,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
-"chr17",78977970,78978347,378,"*","Exon (uc002jyx.1/uc002jyx.1, exon 1 of 1)",17,78965641,78973933,8293,1,"79643",12329,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chrX",68725548,68725767,220,"*","Promoter (<=1kb)",23,68725078,68752351,27274,1,"27112",470,"ENSG00000130054","FAM155B","family with sequence similarity 155 member B"
-"chr1",115829808,115829893,86,"*","Intron (uc001efu.1/4803, intron 1 of 2)",1,115828537,115880857,52321,2,"4803",50964,"ENSG00000134259","NGF","nerve growth factor"
-"chr12",132854818,132855060,243,"*","Promoter (2-3kb)",12,132851977,132857486,5510,1,"100130238",2841,NA,"LOC100130238","uncharacterized LOC100130238"
-"chr19",46106350,46106663,314,"*","Promoter (<=1kb)",19,46093023,46105466,12444,2,"2828",-884,"ENSG00000177464","GPR4","G protein-coupled receptor 4"
-"chr6",5026171,5026324,154,"*","Intron (uc003mwn.1/uc003mwn.1, intron 2 of 3)",6,4995280,5004271,8992,2,"10799",-21900,"ENSG00000124787","RPP40","ribonuclease P/MRP 40kDa subunit"
-"chr8",144940253,144940743,491,"*","Exon (uc003zaa.1/83481, exon 1 of 1)",8,144939912,144947434,7523,2,"83481",6691,"ENSG00000261150","EPPK1","epiplakin 1"
-"chr14",29243762,29244105,344,"*","Promoter (1-2kb)",14,29241910,29264000,22091,1,"387978",1852,"ENSG00000186960","LINC01551","long intergenic non-protein coding RNA 1551"
-"chr11",1227723,1227807,85,"*","Intron (uc021qbr.1/727897, intron 15 of 15)",11,1151580,1283406,131827,1,"727897",76143,"ENSG00000117983","MUC5B","mucin 5B, oligomeric mucus/gel-forming"
-"chr20",34359496,34359568,73,"*","Promoter (<=1kb)",20,34359923,34538288,178366,1,"51230",-355,"ENSG00000025293","PHF20","PHD finger protein 20"
-"chr16",50501797,50502088,292,"*","Distal Intergenic",16,50582241,50674771,92531,1,"85407",-80153,"ENSG00000140807","NKD1","naked cuticle homolog 1 (Drosophila)"
-"chr12",117131719,117131772,54,"*","Distal Intergenic",12,117153596,117175843,22248,2,"79794",44071,"ENSG00000111412","C12orf49","chromosome 12 open reading frame 49"
-"chr19",14693303,14693699,397,"*","Promoter (<=1kb)",19,14693896,14721956,28061,1,"388512",-197,"ENSG00000187912","CLEC17A","C-type lectin domain family 17 member A"
-"chr3",50383127,50383227,101,"*","Promoter (<=1kb)",3,50378537,50383156,4620,2,"51364",0,"ENSG00000004838","ZMYND10","zinc finger MYND-type containing 10"
-"chr7",130353467,130353493,27,"*","Promoter (<=1kb)",7,130146080,130353598,207519,2,"26958",105,"ENSG00000158623","COPG2","coatomer protein complex subunit gamma 2"
-"chr10",125034296,125034402,107,"*","Distal Intergenic",10,124913760,124924886,11127,1,"9184",120536,"ENSG00000154473","BUB3","BUB3 mitotic checkpoint protein"
-"chr2",239959377,239959436,60,"*","Distal Intergenic",2,239990513,239990610,98,2,"100616397",31174,"ENSG00000266109","MIR4440","microRNA 4440"
-"chr7",63222546,63222556,11,"*","Distal Intergenic",7,63484796,63490480,5685,2,"100506050",267924,NA,"LINC01005","long intergenic non-protein coding RNA 1005"
-"chr8",74884601,74884689,89,"*","Promoter (<=1kb)",8,74857373,74884522,27150,2,"6921",-79,"ENSG00000154582","TCEB1","transcription elongation factor B subunit 1"
-"chr20",54966989,54967165,177,"*","Promoter (<=1kb)",20,54944445,54967351,22907,2,"6790",186,"ENSG00000087586","AURKA","aurora kinase A"
-"chr7",122526763,122526776,14,"*","Promoter (<=1kb)",7,121958478,122526813,568336,2,"93664",37,"ENSG00000081803","CADPS2","Ca2+ dependent secretion activator 2"
-"chr16",50776580,50776714,135,"*","Promoter (<=1kb)",16,50775961,50835846,59886,1,"1540",619,"ENSG00000083799","CYLD","CYLD lysine 63 deubiquitinase"
-"chr20",21695343,21695725,383,"*","3' UTR",20,21686297,21699124,12828,1,"5075",9046,"ENSG00000125813","PAX1","paired box 1"
-"chr1",2160249,2160666,418,"*","Promoter (<=1kb)",1,2160134,2241652,81519,1,"6497",115,"ENSG00000157933","SKI","SKI proto-oncogene"
-"chr14",90527917,90527924,8,"*","Promoter (<=1kb)",14,90528108,90652195,124088,1,"56659",-184,"ENSG00000152315","KCNK13","potassium two pore domain channel subfamily K member 13"
-"chr19",54481419,54481620,202,"*","Exon (uc002qcs.2/59283, exon 2 of 4)",19,54485561,54485651,91,1,"100126325",-3941,"ENSG00000215998","MIR935","microRNA 935"
-"chr8",107283146,107283501,356,"*","Promoter (<=1kb)",8,107282406,107764921,482516,1,"55074",740,"ENSG00000164830","OXR1","oxidation resistance 1"
-"chr9",34049294,34049428,135,"*","Promoter (<=1kb)",9,33921691,34048947,127257,2,"55833",-347,"ENSG00000137073","UBAP2","ubiquitin associated protein 2"
-"chr1",70033624,70033627,4,"*","Promoter (<=1kb)",1,70032868,70589171,556304,1,"57554",756,"ENSG00000033122","LRRC7","leucine rich repeat containing 7"
-"chr13",32420685,32420690,6,"*","Promoter (<=1kb)",13,32420920,32533721,112802,1,"196549",-230,NA,"EEF1DP3","eukaryotic translation elongation factor 1 delta pseudogene 3"
-"chr8",41583273,41583498,226,"*","Exon (uc003xoi.3/286, exon 6 of 43)",8,41503829,41643385,139557,2,"157848",59887,"ENSG00000165066","NKX6-3","NK6 homeobox 3"
-"chr1",185125608,185125650,43,"*","Promoter (<=1kb)",1,185126192,185260913,134722,1,"54823",-542,"ENSG00000116668","SWT1","SWT1, RNA endoribonuclease homolog"
-"chr6",9896893,9897068,176,"*","3' UTR",6,10412551,10416402,3852,1,"100130275",-515483,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
-"chrX",3234873,3235329,457,"*","Exon (uc004crg.4/25878, exon 6 of 7)",23,3226609,3264684,38076,2,"25878",29355,"ENSG00000101825","MXRA5","matrix-remodelling associated 5"
-"chr11",130297101,130297149,49,"*","Promoter (1-2kb)",11,130274818,130298539,23722,2,"11095",1390,"ENSG00000134917","ADAMTS8","ADAM metallopeptidase with thrombospondin type 1 motif 8"
-"chrX",48815696,48815699,4,"*","Promoter (<=1kb)",23,48779303,48815648,36346,2,"55593",-48,"ENSG00000068308","OTUD5","OTU deubiquitinase 5"
-"chr1",110626962,110627127,166,"*","Distal Intergenic",1,110602997,110613322,10326,2,"257",-13640,"ENSG00000156150","ALX3","ALX homeobox 3"
-"chr11",58910374,58910422,49,"*","Promoter (<=1kb)",11,58910318,58922511,12194,1,"63901",56,"ENSG00000166801","FAM111A","family with sequence similarity 111 member A"
-"chr2",208635839,208635894,56,"*","Promoter (1-2kb)",2,208627310,208634143,6834,2,"7855",-1696,"ENSG00000163251","FZD5","frizzled class receptor 5"
-"chr14",35009444,35009852,409,"*","Promoter (<=1kb)",14,34985135,35008943,23809,2,"55837",-501,"ENSG00000129518","EAPP","E2F associated phosphoprotein"
-"chr17",292173,292193,21,"*","3' UTR",17,289771,295731,5961,2,"359845",3538,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
-"chr15",91478982,91479023,42,"*","Intron (uc002bqd.3/55898, intron 5 of 22)",15,91474155,91475774,1620,2,"374659",-3208,"ENSG00000184508","HDDC3","HD domain containing 3"
-"chr8",64081360,64081664,305,"*","Promoter (<=1kb)",8,64081112,64125346,44235,1,"253943",248,"ENSG00000185728","YTHDF3","YTH N(6)-methyladenosine RNA binding protein 3"
-"chr5",175991081,175991468,388,"*","Intron (uc021yie.1/54825, intron 1 of 31)",5,175969512,176022769,53258,1,"54825",21569,"ENSG00000074276","CDHR2","cadherin related family member 2"
-"chr2",166810277,166810369,93,"*","Promoter (<=1kb)",2,166713986,166810348,96363,2,"79809",0,"ENSG00000123607","TTC21B","tetratricopeptide repeat domain 21B"
-"chr12",125438479,125438492,14,"*","Exon (uc001ugy.3/57647, exon 20 of 27)",12,125431370,125473667,42298,2,"57647",35175,"ENSG00000150990","DHX37","DEAH-box helicase 37"
-"chr19",4304529,4304933,405,"*","Promoter (<=1kb)",19,4304591,4323843,19253,1,"79187",0,"ENSG00000105255","FSD1","fibronectin type III and SPRY domain containing 1"
-"chr15",92936417,92936630,214,"*","Promoter (<=1kb)",15,92937140,93011958,74819,1,"8128",-510,"ENSG00000140557","ST8SIA2","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 2"
-"chr10",124067232,124067402,171,"*","Intron (uc001lgc.1/118663, intron 10 of 15)",10,124030821,124097676,66856,1,"118663",36411,"ENSG00000138152","BTBD16","BTB domain containing 16"
-"chr16",84251987,84252213,227,"*","Downstream (2-3kb)",16,84254741,84273356,18616,2,"93107",21143,"ENSG00000168418","KCNG4","potassium voltage-gated channel modifier subfamily G member 4"
-"chr7",1535093,1535423,331,"*","Exon (uc003skn.2/26173, exon 13 of 48)",7,1509913,1544018,34106,2,"26173",8595,"ENSG00000164880","INTS1","integrator complex subunit 1"
-"chr2",47403193,47403360,168,"*","Promoter (<=1kb)",2,47293080,47403740,110661,2,"285051",380,"ENSG00000239605","C2orf61","chromosome 2 open reading frame 61"
-"chr22",24199866,24199972,107,"*","Promoter (<=1kb)",22,24199059,24227725,28667,1,"66035",807,"ENSG00000133460","SLC2A11","solute carrier family 2 member 11"
-"chr13",51796962,51797139,178,"*","Promoter (<=1kb)",13,51796470,51858377,61908,1,"220108",492,"ENSG00000150510","FAM124A","family with sequence similarity 124 member A"
-"chr10",104596890,104597307,418,"*","Promoter (<=1kb)",10,104590288,104597290,7003,2,"1586",0,"ENSG00000148795","CYP17A1","cytochrome P450 family 17 subfamily A member 1"
-"chr9",36189363,36190106,744,"*","Promoter (<=1kb)",9,36190853,36212059,21207,1,"1211",-747,"ENSG00000122705","CLTA","clathrin light chain A"
-"chr19",843687,843940,254,"*","Promoter (2-3kb)",19,840985,848175,7191,1,"5657",2702,"ENSG00000196415","PRTN3","proteinase 3"
-"chr3",12598373,12598618,246,"*","Promoter (<=1kb)",3,12598513,12625210,26698,1,"23609",0,"ENSG00000075975","MKRN2","makorin ring finger protein 2"
-"chr19",10226580,10226701,122,"*","Exon (uc002mnd.3/8666, exon 8 of 11)",19,10225690,10230599,4910,2,"8666",3898,"ENSG00000130811","EIF3G","eukaryotic translation initiation factor 3 subunit G"
-"chr3",44038484,44038821,338,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-116883,"ENSG00000207954","MIR138-1","microRNA 138-1"
-"chr16",11348956,11348975,20,"*","Promoter (1-2kb)",16,11348274,11350039,1766,2,"8651",1064,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
-"chr15",85358595,85359001,407,"*","Promoter (<=1kb)",15,85359911,85416713,56803,1,"57538",-910,"ENSG00000136383","ALPK3","alpha kinase 3"
-"chr1",111813509,111813642,134,"*","Distal Intergenic",1,111823146,111828730,5585,1,"149620",-9504,"ENSG00000203878","CHIAP2","chitinase, acidic pseudogene 2"
-"chr5",177631425,177631446,22,"*","Promoter (<=1kb)",5,177631508,177638184,6677,1,"3182",-62,"ENSG00000197451","HNRNPAB","heterogeneous nuclear ribonucleoprotein A/B"
-"chr2",24712329,24712362,34,"*","Distal Intergenic",2,24787179,24993570,206392,1,"8648",-74817,"ENSG00000084676","NCOA1","nuclear receptor coactivator 1"
-"chr1",116384534,116385005,472,"*","Promoter (<=1kb)",1,116378999,116383747,4749,2,"4808",-787,"ENSG00000177551","NHLH2","nescient helix-loop-helix 2"
-"chr10",102089633,102089882,250,"*","Promoter (<=1kb)",10,102047903,102090243,42341,2,"9033",361,"ENSG00000107593","PKD2L1","polycystin 2 like 1, transient receptor potential cation channel"
-"chr1",33648600,33648608,9,"*","Promoter (<=1kb)",1,33611003,33647671,36669,2,"55223",-929,"ENSG00000116525","TRIM62","tripartite motif containing 62"
-"chr17",27181503,27181511,9,"*","Promoter (<=1kb)",17,27182043,27188072,6030,1,"26284",-532,"ENSG00000132591","ERAL1","Era-like 12S mitochondrial rRNA chaperone 1"
-"chr6",33266604,33266655,52,"*","5' UTR",6,33540323,33548070,7748,2,"578",281415,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr15",29562029,29562120,92,"*","Promoter (<=1kb)",15,29560353,29562020,1668,2,"56160",-9,"ENSG00000185115","NSMCE3","NSE3 homolog, SMC5-SMC6 complex component"
-"chr3",182970850,182970855,6,"*","Promoter (<=1kb)",3,182971032,182991179,20148,1,"84002",-177,"ENSG00000176597","B3GNT5","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 5"
-"chr6",31636374,31636865,492,"*","5' UTR",6,32485154,32557613,72460,2,"3127",920748,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr14",102974240,102974365,126,"*","Promoter (1-2kb)",14,102973198,102976128,2931,2,"122416",1763,"ENSG00000156381","ANKRD9","ankyrin repeat domain 9"
-"chr2",20424989,20425000,12,"*","Promoter (<=1kb)",2,20400558,20425194,24637,2,"6382",194,"ENSG00000115884","SDC1","syndecan 1"
-"chr19",55361685,55361713,29,"*","Promoter (<=1kb)",19,55361898,55378670,16773,1,"3812",-185,"ENSG00000240403","KIR3DL2","killer cell immunoglobulin like receptor, three Ig domains and long cytoplasmic tail 2"
-"chr21",37758170,37758542,373,"*","Promoter (<=1kb)",21,37757689,37789125,31437,1,"8208",481,"ENSG00000159259","CHAF1B","chromatin assembly factor 1 subunit B"
-"chr1",151737205,151737704,500,"*","Promoter (1-2kb)",1,151732123,151736040,3918,2,"65005",-1165,"ENSG00000143436","MRPL9","mitochondrial ribosomal protein L9"
-"chr4",143767454,143767608,155,"*","Promoter (<=1kb)",4,142949182,143767604,818423,2,"8821",0,"ENSG00000109452","INPP4B","inositol polyphosphate-4-phosphatase type II B"
-"chr19",9945605,9945628,24,"*","Promoter (<=1kb)",19,9945883,9960365,14483,1,"5300",-255,"ENSG00000127445","PIN1","peptidylprolyl cis/trans isomerase, NIMA-interacting 1"
-"chr8",80942092,80942271,180,"*","Promoter (<=1kb)",8,80831095,80942506,111412,2,"28957",235,"ENSG00000147586","MRPS28","mitochondrial ribosomal protein S28"
-"chr19",42437416,42437425,10,"*","Distal Intergenic",19,42460833,42463528,2696,2,"10567",26103,"ENSG00000105404","RABAC1","Rab acceptor 1 (prenylated)"
-"chr19",46056723,46056736,14,"*","3' UTR",19,46010688,46030240,19553,1,"7408",46035,"ENSG00000125753","VASP","vasodilator-stimulated phosphoprotein"
-"chr2",27579041,27579505,465,"*","Promoter (<=1kb)",2,27548716,27579901,31186,2,"2976",396,"ENSG00000115207","GTF3C2","general transcription factor IIIC subunit 2"
-"chr20",62673968,62673980,13,"*","Distal Intergenic",20,62679079,62680979,1901,2,"54345",6999,"ENSG00000203883","SOX18","SRY-box 18"
-"chr17",80189985,80190054,70,"*","Intron (uc002kea.3/9123, intron 1 of 4)",17,80186282,80197375,11094,1,"9123",3703,"ENSG00000141526","SLC16A3","solute carrier family 16 member 3"
-"chr15",23086927,23086931,5,"*","Promoter (<=1kb)",15,23043279,23086843,43565,2,"123606",-84,"ENSG00000170113","NIPA1","non imprinted in Prader-Willi/Angelman syndrome 1"
-"chr19",5231400,5231555,156,"*","Exon (uc002mbv.3/5802, exon 14 of 38)",19,5158506,5340814,182309,2,"5802",109259,"ENSG00000105426","PTPRS","protein tyrosine phosphatase, receptor type S"
-"chr8",145111250,145111391,142,"*","Exon (uc003zar.3/26873, exon 14 of 28)",8,145106167,145115584,9418,2,"26873",4193,"ENSG00000178814","OPLAH","5-oxoprolinase (ATP-hydrolysing)"
-"chr11",57103366,57103375,10,"*","Promoter (<=1kb)",11,57093459,57103351,9893,2,"6749",-15,"ENSG00000149136","SSRP1","structure specific recognition protein 1"
-"chr3",107242730,107243066,337,"*","Promoter (<=1kb)",3,107241783,107530176,288394,1,"56987",947,"ENSG00000114439","BBX","bobby sox homolog (Drosophila)"
-"chr15",68624713,68624768,56,"*","Exon (uc002ari.3/22801, exon 13 of 30)",15,68570141,68583640,13500,1,"10116",54572,"ENSG00000169018","FEM1B","fem-1 homolog b (C. elegans)"
-"chr16",87616126,87616248,123,"*","Distal Intergenic",16,87635441,87731761,96321,1,"57338",-19193,"ENSG00000154118","JPH3","junctophilin 3"
-"chr2",242048127,242048218,92,"*","Intron (uc010zol.2/23178, intron 3 of 14)",2,242034545,242041747,7203,2,"130916",-6380,"ENSG00000122085","MTERF4","mitochondrial transcription termination factor 4"
-"chr16",75285087,75285194,108,"*","Intron (uc002fdv.3/9564, intron 6 of 6)",16,75262928,75301951,39024,2,"9564",16757,"ENSG00000050820","BCAR1","breast cancer anti-estrogen resistance 1"
-"chr8",26687914,26688088,175,"*","Intron (uc003xfc.1/148, intron 2 of 2)",8,26605667,26722922,117256,2,"148",34834,"ENSG00000120907","ADRA1A","adrenoceptor alpha 1A"
-"chr10",106402382,106402507,126,"*","Promoter (1-2kb)",10,106400859,107024993,624135,1,"22986",1523,"ENSG00000156395","SORCS3","sortilin related VPS10 domain containing receptor 3"
-"chr13",27131708,27131732,25,"*","Promoter (<=1kb)",13,27131840,27263082,131243,1,"10810",-108,"ENSG00000132970","WASF3","WAS protein family member 3"
-"chr17",27507560,27507578,19,"*","Promoter (<=1kb)",17,27400528,27507407,106880,2,"399687",-153,"ENSG00000196535","MYO18A","myosin XVIIIA"
-"chr15",85201781,85201891,111,"*","Promoter (<=1kb)",15,85198360,85201802,3443,2,"4828",0,"ENSG00000197696","NMB","neuromedin B"
-"chr2",114256406,114256673,268,"*","Promoter (<=1kb)",2,114256661,114258727,2067,1,"200350",0,"ENSG00000184492","FOXD4L1","forkhead box D4-like 1"
-"chr1",207991118,207991122,5,"*","Promoter (<=1kb)",1,207991724,207995941,4218,1,"148696",-602,NA,"LOC148696","uncharacterized LOC148696"
-"chr16",88473440,88473713,274,"*","Distal Intergenic",16,88493879,88507165,13287,1,"84627",-20166,"ENSG00000225614","ZNF469","zinc finger protein 469"
-"chr12",2999713,2999782,70,"*","Intron (uc010sef.1/7289, intron 1 of 9)",12,2986365,3050306,63942,1,"7289",13348,"ENSG00000078246","TULP3","tubby like protein 3"
-"chr5",174135571,174135761,191,"*","Distal Intergenic",5,174151575,174157902,6328,1,"4488",-15814,"ENSG00000120149","MSX2","msh homeobox 2"
-"chr6",33132996,33133039,44,"*","Intron (uc010jul.1/1302, intron 3 of 8)",6,33540323,33548070,7748,2,"578",415031,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr4",7052355,7052425,71,"*","Intron (uc003gjw.4/93624, intron 1 of 1)",4,7032281,7047958,15678,2,"100129931",-4397,"ENSG00000245748","LOC100129931","uncharacterized LOC100129931"
-"chr1",27247775,27247781,7,"*","Promoter (<=1kb)",1,27248213,27273362,25150,1,"10726",-432,"ENSG00000090273","NUDC","nudC nuclear distribution protein"
-"chr3",187463246,187463264,19,"*","Promoter (<=1kb)",3,187439165,187463513,24349,2,"604",249,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
-"chr6",7109550,7109845,296,"*","Promoter (1-2kb)",6,7107830,7252213,144384,1,"6239",1720,"ENSG00000124782","RREB1","ras responsive element binding protein 1"
-"chr4",74486080,74486094,15,"*","Promoter (<=1kb)",4,74437267,74486348,49082,2,"166824",254,"ENSG00000169435","RASSF6","Ras association domain family member 6"
-"chr11",47574646,47574990,345,"*","Promoter (<=1kb)",11,47487489,47574792,87304,2,"10658",0,"ENSG00000149187","CELF1","CUGBP, Elav-like family member 1"
-"chr22",38885348,38885708,361,"*","Intron (uc003avx.4/10521, intron 2 of 12)",22,38879443,38903665,24223,2,"10521",17957,"ENSG00000100201","DDX17","DEAD-box helicase 17"
-"chr7",27142810,27142998,189,"*","Promoter (<=1kb)",7,27139973,27142394,2422,2,"3199",-416,"ENSG00000105996","HOXA2","homeobox A2"
-"chr3",87040640,87040661,22,"*","Promoter (<=1kb)",3,86987123,87040257,53135,2,"389136",-383,"ENSG00000206538","VGLL3","vestigial like family member 3"
-"chr2",208576089,208576144,56,"*","Promoter (<=1kb)",2,208576264,208620896,44633,1,"151195",-120,"ENSG00000163249","CCNYL1","cyclin Y like 1"
-"chr1",224370322,224370538,217,"*","Promoter (<=1kb)",1,224370910,224381142,10233,1,"8560",-372,"ENSG00000143753","DEGS1","delta(4)-desaturase, sphingolipid 1"
-"chr12",95043504,95043595,92,"*","Promoter (<=1kb)",12,94960900,95044324,83425,2,"57458",729,"ENSG00000057704","TMCC3","transmembrane and coiled-coil domain family 3"
-"chr8",17104280,17104425,146,"*","Promoter (<=1kb)",8,17104401,17155533,51133,1,"137492",0,"ENSG00000155975","VPS37A","VPS37A, ESCRT-I subunit"
-"chr7",5348822,5348924,103,"*","Exon (uc003soi.4/84629, exon 28 of 30)",7,5322561,5343704,21144,1,"222962",26261,"ENSG00000164638","SLC29A4","solute carrier family 29 member 4"
-"chr12",123754187,123754280,94,"*","Promoter (2-3kb)",12,123745517,123756863,11347,2,"8099",2583,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
-"chr1",11866188,11866332,145,"*","Promoter (<=1kb)",1,11845787,11866160,20374,2,"4524",-28,"ENSG00000177000","MTHFR","methylenetetrahydrofolate reductase (NAD(P)H)"
-"chr10",103985682,103985805,124,"*","Promoter (<=1kb)",10,103986143,103989344,3202,1,"83401",-338,"ENSG00000119915","ELOVL3","ELOVL fatty acid elongase 3"
-"chr7",23749667,23749674,8,"*","Promoter (<=1kb)",7,23749786,23944365,194580,1,"56164",-112,"ENSG00000196335","STK31","serine/threonine kinase 31"
-"chr19",38746749,38747031,283,"*","Promoter (<=1kb)",19,38741877,38747231,5355,2,"94274",200,"ENSG00000167641","PPP1R14A","protein phosphatase 1 regulatory inhibitor subunit 14A"
-"chr13",100153373,100153603,231,"*","Promoter (<=1kb)",13,100153628,100216302,62675,1,"9375",-25,"ENSG00000125304","TM9SF2","transmembrane 9 superfamily member 2"
-"chr13",103047225,103047239,15,"*","Promoter (<=1kb)",13,103046928,103048055,1128,1,"283481",297,"ENSG00000272143","FGF14-AS2","FGF14 antisense RNA 2"
-"chr16",966314,966462,149,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",64856,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr2",71357466,71357485,20,"*","Promoter (<=1kb)",2,71357444,71377232,19789,1,"10199",22,"ENSG00000124383","MPHOSPH10","M-phase phosphoprotein 10"
-"chr19",5568168,5568170,3,"*","Promoter (<=1kb)",19,5558178,5568005,9828,2,"257000",-163,"ENSG00000223573","TINCR","tissue differentiation-inducing non-protein coding RNA"
-"chr3",97483242,97483418,177,"*","Promoter (<=1kb)",3,97483595,97519953,36359,1,"84100",-177,"ENSG00000113966","ARL6","ADP ribosylation factor like GTPase 6"
-"chr8",21956640,21956730,91,"*","Intron (uc011kyx.2/64760, intron 8 of 16)",8,21946714,21961891,15178,1,"64760",9926,"ENSG00000158863","FAM160B2","family with sequence similarity 160 member B2"
-"chr1",119683646,119683953,308,"*","Promoter (<=1kb)",1,119573839,119683295,109457,2,"10352",-351,"ENSG00000116874","WARS2","tryptophanyl tRNA synthetase 2, mitochondrial"
-"chr2",183943198,183943203,6,"*","Promoter (<=1kb)",2,183943287,183964722,21436,1,"142679",-84,"ENSG00000162999","DUSP19","dual specificity phosphatase 19"
-"chr22",50250235,50250238,4,"*","Promoter (2-3kb)",22,50247497,50283726,36230,1,"9889",2738,"ENSG00000100426","ZBED4","zinc finger BED-type containing 4"
-"chr1",3808079,3808169,91,"*","Intron (uc001alf.3/339448, intron 2 of 3)",1,3805697,3816857,11161,2,"339448",8688,"ENSG00000198912","C1orf174","chromosome 1 open reading frame 174"
-"chr13",113425536,113425573,38,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",80893,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr1",32936780,32936813,34,"*","Exon (uc001bvl.4/728116, exon 2 of 4)",1,32930658,33071542,140885,1,"653121",6122,"ENSG00000160062","ZBTB8A","zinc finger and BTB domain containing 8A"
-"chr1",115213174,115213243,70,"*","Promoter (<=1kb)",1,115064017,115213044,149028,2,"163259",-130,"ENSG00000175984","DENND2C","DENN domain containing 2C"
-"chr12",45269944,45269952,9,"*","5' UTR",12,44902058,45307711,405654,2,"4753",37759,"ENSG00000184613","NELL2","neural EGFL like 2"
-"chr11",2722613,2722625,13,"*","Promoter (1-2kb)",11,2629558,2721228,91671,2,"10984",-1385,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
-"chr11",58910080,58910108,29,"*","Promoter (<=1kb)",11,58910318,58922511,12194,1,"63901",-210,"ENSG00000166801","FAM111A","family with sequence similarity 111 member A"
-"chrX",52950284,52950534,251,"*","Distal Intergenic",23,52926426,52937585,11160,1,"727866",23858,"ENSG00000179304","FAM156B","family with sequence similarity 156 member B"
-"chr3",142682291,142682330,40,"*","Promoter (<=1kb)",3,142680074,142682178,2105,2,"344838",-113,"ENSG00000188582","PAQR9","progestin and adipoQ receptor family member IX"
-"chr6",170184742,170184833,92,"*","Distal Intergenic",6,170190169,170202969,12801,1,"80069",-5336,"ENSG00000231690","LINC00574","long intergenic non-protein coding RNA 574"
-"chr3",157213371,157213493,123,"*","Intron (uc003fbj.2/79674, intron 13 of 13)",3,156977532,157221415,243884,2,"79674",7922,"ENSG00000197415","VEPH1","ventricular zone expressed PH domain containing 1"
-"chr5",44808896,44808985,90,"*","Promoter (<=1kb)",5,44809027,44815618,6592,1,"10884",-42,"ENSG00000112996","MRPS30","mitochondrial ribosomal protein S30"
-"chr12",42680888,42681138,251,"*","Distal Intergenic",12,42705888,42719932,14045,2,"85437",38794,"ENSG00000139168","ZCRB1","zinc finger CCHC-type and RNA binding motif containing 1"
-"chr12",54389934,54389934,1,"*","Distal Intergenic",12,54393877,54397120,3244,1,"3225",-3943,"ENSG00000180806","HOXC9","homeobox C9"
-"chr13",100548910,100549017,108,"*","3' UTR",13,100615275,100624178,8904,2,"85416",75161,"ENSG00000139800","ZIC5","Zic family member 5"
-"chr10",100027958,100027962,5,"*","Promoter (<=1kb)",10,100007443,100028007,20565,2,"84171",45,"ENSG00000138131","LOXL4","lysyl oxidase like 4"
-"chr10",134536090,134536109,20,"*","Intron (uc001llo.1/3632, intron 8 of 12)",10,134598320,134599537,1218,2,"84504",63428,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
-"chr19",8429034,8429160,127,"*","Promoter (<=1kb)",19,8429011,8439257,10247,1,"51129",23,"ENSG00000167772","ANGPTL4","angiopoietin like 4"
-"chr19",52408350,52408371,22,"*","Promoter (<=1kb)",19,52392488,52408305,15818,2,"65251",-45,"ENSG00000198093","ZNF649","zinc finger protein 649"
-"chr2",114384827,114384846,20,"*","Promoter (<=1kb)",2,114384817,114400975,16159,1,"11159",10,"ENSG00000144134","RABL2A","RAB, member of RAS oncogene family-like 2A"
-"chr14",67825961,67826044,84,"*","Promoter (<=1kb)",14,67804581,67826720,22140,2,"51382",676,"ENSG00000100554","ATP6V1D","ATPase H+ transporting V1 subunit D"
-"chr8",29210325,29210532,208,"*","Promoter (2-3kb)",8,29190579,29208267,17689,2,"1846",-2058,"ENSG00000120875","DUSP4","dual specificity phosphatase 4"
-"chr14",23025898,23025933,36,"*","Distal Intergenic",14,23033807,23058143,24337,2,"1603",32210,"ENSG00000129562","DAD1","defender against cell death 1"
-"chr6",33245128,33245163,36,"*","5' UTR",6,33540323,33548070,7748,2,"578",302907,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr7",18125833,18126070,238,"*","Promoter (<=1kb)",7,18126572,19036992,910421,1,"9734",-502,"ENSG00000048052","HDAC9","histone deacetylase 9"
-"chr14",59105212,59105293,82,"*","Exon (uc001xdw.3/51339, exon 1 of 4)",14,59100786,59115038,14253,1,"51339",4426,"ENSG00000165617","DACT1","dishevelled-binding antagonist of beta-catenin 1"
-"chr20",36975012,36975035,24,"*","Promoter (<=1kb)",20,36974814,37005653,30840,1,"3929",198,"ENSG00000129988","LBP","lipopolysaccharide binding protein"
-"chr17",76125152,76125211,60,"*","Promoter (1-2kb)",17,76126859,76139049,12191,1,"147138",-1648,"ENSG00000167895","TMC8","transmembrane channel like 8"
-"chr17",76421394,76421490,97,"*","Exon (uc002jvq.3/8632, exon 12 of 13)",17,76374735,76420639,45905,1,"9489",46659,"ENSG00000087157","PGS1","phosphatidylglycerophosphate synthase 1"
-"chr19",3465709,3465714,6,"*","3' UTR",19,3474405,3480540,6136,2,"284422",14826,"ENSG00000095932","SMIM24","small integral membrane protein 24"
-"chr7",95026200,95026211,12,"*","Promoter (<=1kb)",7,94927669,95025687,98019,2,"5444",-513,"ENSG00000005421","PON1","paraoxonase 1"
-"chr5",142208412,142208871,460,"*","Intron (uc003lmt.3/23092, intron 1 of 22)",5,142239170,142248475,9306,2,"100874239",39604,"ENSG00000226272","ARHGAP26-AS1","ARHGAP26 antisense RNA 1"
-"chr4",47034267,47034380,114,"*","Promoter (<=1kb)",4,47033295,47428447,395153,1,"2560",972,"ENSG00000163288","GABRB1","gamma-aminobutyric acid type A receptor beta1 subunit"
-"chr7",73645735,73645930,196,"*","3' UTR",7,73624087,73644164,20078,1,"7462",21648,"ENSG00000086730","LAT2","linker for activation of T-cells family member 2"
-"chr2",97307159,97307171,13,"*","Promoter (1-2kb)",2,97308574,97370624,62051,1,"90342",-1403,"ENSG00000249715","FER1L5","fer-1 like family member 5"
-"chr14",35184508,35184805,298,"*","Promoter (<=1kb)",14,35179588,35184029,4442,2,"1073",-479,"ENSG00000165410","CFL2","cofilin 2"
-"chr16",3777942,3778217,276,"*","Exon (uc002cvv.3/1387, exon 31 of 31)",16,3708038,3767598,59561,2,"10131",-10344,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
-"chr9",19788257,19788269,13,"*","Promoter (1-2kb)",9,19507450,19787017,279568,2,"25769",-1240,"ENSG00000155886","SLC24A2","solute carrier family 24 member 2"
-"chrX",53468600,53468618,19,"*","Distal Intergenic",23,53458206,53461323,3118,2,"3028",-7277,"ENSG00000072506","HSD17B10","hydroxysteroid (17-beta) dehydrogenase 10"
-"chr6",33359407,33359413,7,"*","5' UTR",6,33540323,33548070,7748,2,"578",188657,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr10",103347685,103347722,38,"*","Promoter (<=1kb)",10,103338639,103348027,9389,2,"27343",305,"ENSG00000166169","POLL","polymerase (DNA) lambda"
-"chr7",99517229,99517279,51,"*","Promoter (<=1kb)",7,99488030,99517223,29194,2,"89122",-6,"ENSG00000146833","TRIM4","tripartite motif containing 4"
-"chr19",539193,539489,297,"*","Intron (uc002lov.3/997, intron 4 of 4)",19,544034,549920,5887,1,"3004",-4545,"ENSG00000197540","GZMM","granzyme M"
-"chr22",27053416,27053422,7,"*","Promoter (<=1kb)",22,27053446,27072440,18995,1,"440823",-24,"ENSG00000225783","MIAT","myocardial infarction associated transcript (non-protein coding)"
-"chr18",9136804,9137021,218,"*","Promoter (<=1kb)",18,9136751,9285983,149233,1,"23253",53,"ENSG00000101745","ANKRD12","ankyrin repeat domain 12"
-"chr6",47755913,47755984,72,"*","Intron (uc003ozc.3/221391, intron 2 of 6)",6,47749775,47794116,44342,1,"221391",6138,"ENSG00000124818","OPN5","opsin 5"
-"chr22",23728491,23728963,473,"*","Distal Intergenic",22,23701793,23724313,22521,2,"649264",-4178,NA,"CES5AP1","carboxylesterase 5A pseudogene 1"
-"chr16",22959875,22960082,208,"*","Distal Intergenic",16,22825860,22927659,101800,1,"9956",134015,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
-"chr2",27616177,27616268,92,"*","Promoter (<=1kb)",2,27615490,27616443,954,2,"2498",175,NA,"FTH1P3","ferritin, heavy polypeptide 1 pseudogene 3"
-"chr4",3446405,3446682,278,"*","Promoter (2-3kb)",4,3443726,3451213,7488,1,"3083",2679,"ENSG00000109758","HGFAC","HGF activator"
-"chr4",657538,657842,305,"*","Exon (uc003gao.4/5158, exon 16 of 22)",4,667369,675817,8449,1,"4636",-9527,"ENSG00000215375","MYL5","myosin light chain 5"
-"chr18",3451436,3451475,40,"*","Intron (uc002klu.3/7050, intron 2 of 3)",18,3412072,3458406,46335,1,"7050",39364,"ENSG00000177426","TGIF1","TGFB induced factor homeobox 1"
-"chr20",62744748,62745242,495,"*","Distal Intergenic",20,62737183,62738184,1002,2,"2832",-6564,"ENSG00000277339","NPBWR2","neuropeptides B/W receptor 2"
-"chr13",114914547,114914617,71,"*","Distal Intergenic",13,114747194,114898095,150902,2,"22821",-16452,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chr15",75229567,75230004,438,"*","Promoter (<=1kb)",15,75212617,75230495,17879,2,"9377",491,"ENSG00000178741","COX5A","cytochrome c oxidase subunit 5A"
-"chr19",51376305,51376639,335,"*","Promoter (<=1kb)",19,51376689,51383823,7135,1,"3817",-50,"ENSG00000167751","KLK2","kallikrein related peptidase 2"
-"chr3",167967398,167967414,17,"*","Promoter (<=1kb)",3,167967310,168548374,581065,1,"93556",88,NA,"EGFEM1P","EGF like and EMI domain containing 1, pseudogene"
-"chr14",96180528,96180550,23,"*","Promoter (<=1kb)",14,96176304,96180533,4230,2,"8115",0,"ENSG00000100721","TCL1A","T-cell leukemia/lymphoma 1A"
-"chr4",3526703,3526817,115,"*","Exon (uc003ghh.4/4043, exon 2 of 8)",4,3505324,3534224,28901,2,"4043",7407,"ENSG00000163956","LRPAP1","LDL receptor related protein associated protein 1"
-"chr2",233323333,233323532,200,"*","Promoter (2-3kb)",2,233320833,233324742,3910,1,"248",2500,"ENSG00000163295","ALPI","alkaline phosphatase, intestinal"
-"chr5",172661811,172661922,112,"*","Promoter (<=1kb)",5,172659107,172662315,3209,2,"1482",393,"ENSG00000183072","NKX2-5","NK2 homeobox 5"
-"chr20",30102579,30102855,277,"*","Promoter (<=1kb)",20,30102241,30157370,55130,1,"81502",338,"ENSG00000101294","HM13","histocompatibility (minor) 13"
-"chr16",15188353,15188395,43,"*","Promoter (<=1kb)",16,15153879,15188158,34280,2,"54700",-195,"ENSG00000085721","RRN3","RRN3 homolog, RNA polymerase I transcription factor"
-"chr11",62606662,62607119,458,"*","Promoter (2-3kb)",11,62600383,62609281,8899,2,"54663",2162,"ENSG00000133316","WDR74","WD repeat domain 74"
-"chr8",144695996,144696281,286,"*","Intron (uc003yza.2/7264, intron 4 of 10)",8,144694788,144699732,4945,2,"7264",3451,"ENSG00000104522","TSTA3","tissue specific transplantation antigen P35B"
-"chr9",129566665,129567043,379,"*","Promoter (<=1kb)",9,129567285,129600487,33203,1,"23099",-242,"ENSG00000169155","ZBTB43","zinc finger and BTB domain containing 43"
-"chr15",74421739,74421800,62,"*","Promoter (<=1kb)",15,74421715,74429143,7429,1,"57611",24,"ENSG00000167178","ISLR2","immunoglobulin superfamily containing leucine-rich repeat 2"
-"chr16",86321564,86321899,336,"*","Promoter (1-2kb)",16,86320037,86326995,6959,1,"146513",1527,"ENSG00000268532","LOC146513","uncharacterized LOC146513"
-"chr2",219646433,219646609,177,"*","Promoter (<=1kb)",2,219646472,219680016,33545,1,"1593",0,"ENSG00000135929","CYP27A1","cytochrome P450 family 27 subfamily A member 1"
-"chr3",125687221,125687662,442,"*","Promoter (<=1kb)",3,125688028,125702296,14269,1,"152015",-366,"ENSG00000114547","ROPN1B","rhophilin associated tail protein 1B"
-"chr3",181431065,181431306,242,"*","Promoter (1-2kb)",3,181429712,181432223,2512,1,"6657",1353,"ENSG00000181449","SOX2","SRY-box 2"
-"chr1",201978923,201979128,206,"*","Promoter (1-2kb)",1,201977073,201986315,9243,1,"1999",1850,"ENSG00000163435","ELF3","E74 like ETS transcription factor 3"
-"chr16",49670096,49670437,342,"*","Exon (uc010vgn.3/23090, exon 2 of 6)",16,49524515,49891830,367316,2,"23090",221393,"ENSG00000102935","ZNF423","zinc finger protein 423"
-"chr12",132845336,132845433,98,"*","Intron (uc001ukb.3/50614, intron 9 of 9)",12,132851977,132857486,5510,1,"100130238",-6544,NA,"LOC100130238","uncharacterized LOC100130238"
-"chr5",42951887,42952113,227,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",66800,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
-"chr19",23578317,23578377,61,"*","Promoter (<=1kb)",19,23540498,23578269,37772,2,"7644",-48,"ENSG00000167232","ZNF91","zinc finger protein 91"
-"chr21",41029374,41029452,79,"*","5' UTR",21,40969075,40984749,15675,2,"114041",-44625,"ENSG00000184809","B3GALT5-AS1","B3GALT5 antisense RNA 1"
-"chr14",75180476,75180486,11,"*","Promoter (<=1kb)",14,75179850,75203498,23649,1,"51077",626,"ENSG00000119616","FCF1","FCF1 rRNA-processing protein"
-"chr2",1595498,1595686,189,"*","Distal Intergenic",2,1635659,1748291,112633,2,"7837",152605,"ENSG00000130508","PXDN","peroxidasin"
-"chr6",31635733,31635866,134,"*","5' UTR",6,32485154,32557613,72460,2,"3127",921747,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",143076881,143077178,298,"*","Intron (uc011ktd.2/7791, intron 1 of 8)",7,143050493,143059840,9348,2,"9715",-17041,"ENSG00000159784","FAM131B","family with sequence similarity 131 member B"
-"chr5",76249728,76249849,122,"*","Promoter (1-2kb)",5,76248680,76265299,16620,1,"1393",1048,"ENSG00000145708","CRHBP","corticotropin releasing hormone binding protein"
-"chr7",99775131,99775137,7,"*","Promoter (<=1kb)",7,99767229,99774990,7762,2,"221914",-141,"ENSG00000213420","GPC2","glypican 2"
-"chr8",144924893,144925280,388,"*","Promoter (<=1kb)",8,144915755,144924200,8446,2,"340371",-693,"ENSG00000185189","NRBP2","nuclear receptor binding protein 2"
-"chr1",1677221,1677225,5,"*","Promoter (<=1kb)",1,1590988,1677438,86451,2,"728661",213,"ENSG00000189339","SLC35E2B","solute carrier family 35 member E2B"
-"chr7",128550898,128550902,5,"*","Promoter (<=1kb)",7,128502505,128550773,48269,2,"375616",-125,"ENSG00000135253","KCP","kielin/chordin-like protein"
-"chr1",156570919,156571111,193,"*","Promoter (<=1kb)",1,156564100,156571279,7180,2,"54865",168,"ENSG00000160818","GPATCH4","G-patch domain containing 4"
-"chr10",131639126,131639315,190,"*","Promoter (2-3kb)",10,131641563,131641638,76,2,"100422873",2323,"ENSG00000266676","MIR4297","microRNA 4297"
-"chr19",10463783,10463831,49,"*","Intron (uc002moc.4/7297, intron 4 of 24)",19,10444452,10450345,5894,2,"3385",-13438,"ENSG00000076662","ICAM3","intercellular adhesion molecule 3"
-"chr2",172974138,172974169,32,"*","Distal Intergenic",2,172964166,172967478,3313,2,"1746",-6660,"ENSG00000115844","DLX2","distal-less homeobox 2"
-"chr20",326934,327122,189,"*","Promoter (<=1kb)",20,327370,335512,8143,1,"80023",-248,"ENSG00000125841","NRSN2","neurensin 2"
-"chrX",53713791,53713793,3,"*","Promoter (<=1kb)",23,53559057,53713697,154641,2,"10075",-94,"ENSG00000086758","HUWE1","HECT, UBA and WWE domain containing 1, E3 ubiquitin protein ligase"
-"chr13",53422799,53422860,62,"*","Promoter (<=1kb)",13,53418109,53422775,4667,2,"5100",-24,"ENSG00000136099","PCDH8","protocadherin 8"
-"chr16",34407868,34407918,51,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",-3106,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr6",29521783,29521788,6,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1038213,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",30107743,30107747,5,"*","Promoter (<=1kb)",16,30103635,30107537,3903,2,"83719",-206,"ENSG00000090238","YPEL3","yippee like 3"
-"chr11",70253451,70253460,10,"*","Exon (uc001opu.3/2017, exon 3 of 19)",11,70244612,70282690,38079,1,"2017",8839,"ENSG00000085733","CTTN","cortactin"
-"chr17",46908838,46908912,75,"*","Promoter (<=1kb)",17,46908350,46942607,34258,1,"10241",488,"ENSG00000136436","CALCOCO2","calcium binding and coiled-coil domain 2"
-"chr7",4873338,4873380,43,"*","Intron (uc003sng.1/55698, intron 12 of 15)",7,4897369,4901625,4257,2,"56903",28245,"ENSG00000218823","PAPOLB","poly(A) polymerase beta"
-"chr5",130506206,130506292,87,"*","Promoter (<=1kb)",5,130506641,130541119,34479,1,"90624",-349,"ENSG00000186687","LYRM7","LYR motif containing 7"
-"chr8",99961545,99961720,176,"*","Exon (uc010mbn.2/116039, exon 2 of 3)",8,99956631,99964326,7696,1,"116039",4914,"ENSG00000164920","OSR2","odd-skipped related transciption factor 2"
-"chr16",67183003,67183177,175,"*","Promoter (1-2kb)",16,67182005,67184902,2898,2,"84752",1725,"ENSG00000237172","B3GNT9","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 9"
-"chr6",116176379,116176683,305,"*","Distal Intergenic",6,116359894,116361107,1214,1,"728402",-183211,NA,"TPI1P3","triosephosphate isomerase 1 pseudogene 3"
-"chr7",66386441,66386451,11,"*","Promoter (<=1kb)",7,66386203,66423538,37336,1,"55069",238,"ENSG00000106609","TMEM248","transmembrane protein 248"
-"chr19",31848001,31848008,8,"*","Distal Intergenic",19,31765851,31840190,74340,2,"57616",-7811,"ENSG00000121297","TSHZ3","teashirt zinc finger homeobox 3"
-"chr3",196230657,196230661,5,"*","Promoter (<=1kb)",3,196195657,196230639,34983,2,"165918",-18,"ENSG00000163961","RNF168","ring finger protein 168, E3 ubiquitin protein ligase"
-"chr5",176046096,176046233,138,"*","Downstream (<1kb)",5,176022803,176037131,14329,2,"114787",-8965,"ENSG00000169258","GPRIN1","G protein regulated inducer of neurite outgrowth 1"
-"chr11",128646953,128647003,51,"*","Intron (uc010sbt.2/2313, intron 2 of 6)",11,128561567,128565918,4352,2,"100507392",-81035,"ENSG00000254703","SENCR","smooth muscle and endothelial cell enriched migration/differentiation-associated long non-coding RNA"
-"chr3",44903163,44903188,26,"*","Promoter (<=1kb)",3,44903380,44903473,94,1,"693149",-192,"ENSG00000207783","MIR564","microRNA 564"
-"chr6",110798012,110798022,11,"*","Promoter (<=1kb)",6,110745892,110797844,51953,2,"85413",-168,"ENSG00000004809","SLC22A16","solute carrier family 22 member 16"
-"chr16",89341634,89341851,218,"*","Intron (uc002fmx.2/29123, intron 4 of 12)",16,89387541,89391518,3978,1,"100287036",-45690,NA,"LOC100287036","uncharacterized LOC100287036"
-"chrX",75005039,75005096,58,"*","Promoter (<=1kb)",23,75002823,75005079,2257,2,"139599",0,"ENSG00000186675","MAGEE2","MAGE family member E2"
-"chr22",19974637,19974818,182,"*","Intron (uc002zqz.3/421, intron 17 of 19)",22,19951276,19951357,82,1,"100616414",23361,"ENSG00000265087","MIR4761","microRNA 4761"
-"chr6",34204646,34204650,5,"*","Promoter (<=1kb)",6,34204577,34214008,9432,1,"3159",69,"ENSG00000137309","HMGA1","high mobility group AT-hook 1"
-"chr14",101291500,101291571,72,"*","Promoter (<=1kb)",14,101292445,101327360,34916,1,"55384",-874,"ENSG00000214548","MEG3","maternally expressed 3 (non-protein coding)"
-"chr17",30814466,30814625,160,"*","Promoter (<=1kb)",17,30814105,30818271,4167,1,"8851",361,"ENSG00000176749","CDK5R1","cyclin-dependent kinase 5, regulatory subunit 1 (p35)"
-"chr17",30437749,30437854,106,"*","Distal Intergenic",17,30469473,30552746,83274,1,"55288",-31619,"ENSG00000126858","RHOT1","ras homolog family member T1"
-"chr2",32390743,32390924,182,"*","Promoter (<=1kb)",2,32390910,32449181,58272,1,"55676",0,"ENSG00000152683","SLC30A6","solute carrier family 30 member 6"
-"chr4",190861188,190861511,324,"*","Promoter (<=1kb)",4,190861974,190884359,22386,1,"2483",-463,"ENSG00000109536","FRG1","FSHD region gene 1"
-"chr9",129567307,129567370,64,"*","Promoter (<=1kb)",9,129567285,129600487,33203,1,"23099",22,"ENSG00000169155","ZBTB43","zinc finger and BTB domain containing 43"
-"chr16",30968016,30968205,190,"*","Promoter (<=1kb)",16,30968615,30995981,27367,1,"9739",-410,"ENSG00000099381","SETD1A","SET domain containing 1A"
-"chr15",85259776,85259834,59,"*","Promoter (<=1kb)",15,85212768,85259691,46924,2,"23478",-85,"ENSG00000140612","SEC11A","SEC11 homolog A, signal peptidase complex subunit"
-"chr12",21926428,21926524,97,"*","Promoter (1-2kb)",12,21917889,21927755,9867,2,"3764",1231,"ENSG00000121361","KCNJ8","potassium voltage-gated channel subfamily J member 8"
-"chr2",91670734,91670894,161,"*","Distal Intergenic",2,91805188,91847975,42788,2,"654342",177081,NA,"LOC654342","lymphocyte-specific protein 1 pseudogene"
-"chr20",57426343,57426347,5,"*","Promoter (<=1kb)",20,57393973,57425958,31986,2,"149775",-385,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
-"chr5",112849285,112849405,121,"*","Promoter (<=1kb)",5,112849391,112930984,81594,1,"64848",0,"ENSG00000047188","YTHDC2","YTH domain containing 2"
-"chr6",31855386,31855457,72,"*","Exon (uc003nxy.1/10919, exon 14 of 27)",6,32485154,32557613,72460,2,"3127",702156,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr2",173100097,173100242,146,"*","Distal Intergenic",2,172964166,172967478,3313,2,"1746",-132619,"ENSG00000115844","DLX2","distal-less homeobox 2"
-"chr20",32262063,32262282,220,"*","Promoter (<=1kb)",20,32244893,32262264,17372,2,"63941",0,"ENSG00000125967","NECAB3","N-terminal EF-hand calcium binding protein 3"
-"chr3",11763292,11763659,368,"*","Promoter (1-2kb)",3,11597544,11762220,164677,2,"9686",-1072,"ENSG00000144560","VGLL4","vestigial like family member 4"
-"chr1",19971172,19971176,5,"*","Promoter (1-2kb)",1,19969723,19984949,15227,1,"4681",1449,"ENSG00000158747","NBL1","neuroblastoma 1, DAN family BMP antagonist"
-"chr19",16144327,16144451,125,"*","Promoter (<=1kb)",19,16144018,16152918,8901,1,"148231",309,"ENSG00000167459","LINC00905","long intergenic non-protein coding RNA 905"
-"chr17",1553405,1553484,80,"*","Promoter (<=1kb)",17,1549445,1553392,3948,2,"83547",-13,"ENSG00000167705","RILP","Rab interacting lysosomal protein"
-"chr2",56149777,56150255,479,"*","Promoter (1-2kb)",2,56093097,56151298,58202,2,"2202",1043,"ENSG00000115380","EFEMP1","EGF containing fibulin-like extracellular matrix protein 1"
-"chr11",66790623,66791038,416,"*","Promoter (<=1kb)",11,66790190,66818334,28145,1,"91683",433,"ENSG00000173227","SYT12","synaptotagmin 12"
-"chr12",79811776,79811982,207,"*","Promoter (1-2kb)",12,79813037,79813101,65,1,"100302136",-1055,"ENSG00000221788","MIR1252","microRNA 1252"
-"chr19",1287832,1287884,53,"*","Promoter (1-2kb)",19,1286153,1301429,15277,1,"1943",1679,"ENSG00000099617","EFNA2","ephrin-A2"
-"chr2",211090171,211090199,29,"*","Promoter (<=1kb)",2,211052716,211090215,37500,2,"33",16,"ENSG00000115361","ACADL","acyl-CoA dehydrogenase, long chain"
-"chr6",32847842,32847845,4,"*","Distal Intergenic",6,32605183,32614839,9657,1,"3117",242659,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr19",1761424,1761732,309,"*","Intron (uc010xgr.2/390874, intron 1 of 1)",19,1753662,1775444,21783,1,"390874",7762,"ENSG00000205922","ONECUT3","one cut homeobox 3"
-"chr3",123752345,123752504,160,"*","Promoter (<=1kb)",3,123752542,124440036,687495,1,"8997",-38,"ENSG00000160145","KALRN","kalirin, RhoGEF kinase"
-"chr19",33878750,33878853,104,"*","Exon (uc002nuq.4/5184, exon 1 of 2)",19,33864575,33873592,9018,1,"1054",14175,"ENSG00000153879","CEBPG","CCAAT/enhancer binding protein gamma"
-"chr1",4716489,4716554,66,"*","Promoter (1-2kb)",1,4715105,4843851,128747,1,"55966",1384,"ENSG00000196581","AJAP1","adherens junctions associated protein 1"
-"chr12",71314662,71314752,91,"*","Promoter (<=1kb)",12,71031853,71314584,282732,2,"5801",-78,"ENSG00000153233","PTPRR","protein tyrosine phosphatase, receptor type R"
-"chr21",47744064,47744200,137,"*","Promoter (<=1kb)",21,47744036,47865682,121647,1,"5116",28,"ENSG00000160299","PCNT","pericentrin"
-"chr5",88180146,88180330,185,"*","Intron (uc003kjl.3/4208, intron 10 of 11)",5,88014058,88199922,185865,2,"4208",19592,"ENSG00000081189","MEF2C","myocyte enhancer factor 2C"
-"chr8",144935784,144935787,4,"*","Distal Intergenic",8,144915755,144924200,8446,2,"340371",-11584,"ENSG00000185189","NRBP2","nuclear receptor binding protein 2"
-"chr15",79576250,79576704,455,"*","Promoter (<=1kb)",15,79484049,79576287,92239,2,"729911",0,"ENSG00000259234","ANKRD34C-AS1","ANKRD34C antisense RNA 1"
-"chr11",19733661,19733794,134,"*","Promoter (2-3kb)",11,19732480,19736218,3739,2,"100126784",2424,NA,"LOC100126784","uncharacterized LOC100126784"
-"chr1",179545043,179545086,44,"*","Promoter (<=1kb)",1,179519674,179545084,25411,2,"7827",0,"ENSG00000116218","NPHS2","NPHS2 podocin"
-"chr6",11232799,11232885,87,"*","5' UTR",6,11102722,11112071,9350,2,"405754",-120728,"ENSG00000244476","ERVFRD-1","endogenous retrovirus group FRD member 1"
-"chr19",12145947,12146115,169,"*","Promoter (<=1kb)",19,12125532,12146525,20994,2,"163059",410,"ENSG00000197647","ZNF433","zinc finger protein 433"
-"chr19",38885050,38885194,145,"*","5' UTR",19,38880840,38890523,9684,1,"399473",4210,"ENSG00000188766","SPRED3","sprouty related, EVH1 domain containing 3"
-"chr2",234072769,234072811,43,"*","Intron (uc010zmo.2/3635, intron 11 of 25)",2,234160217,234204320,44104,1,"55054",-87406,"ENSG00000085978","ATG16L1","autophagy related 16 like 1"
-"chr8",23584042,23584098,57,"*","Distal Intergenic",8,23559964,23564111,4148,2,"137814",-19931,"ENSG00000180053","NKX2-6","NK2 homeobox 6"
-"chr3",27756796,27756803,8,"*","Downstream (<1kb)",3,27757440,27764206,6767,2,"8320",7403,"ENSG00000163508","EOMES","eomesodermin"
-"chr7",148984568,148984587,20,"*","Intron (uc003wfr.4/155060, intron 5 of 13)",7,148959262,148982085,22824,1,"100289678",25306,"ENSG00000204946","ZNF783","zinc finger family member 783"
-"chr17",3907451,3907702,252,"*","Intron (uc021tnv.1/uc021tnv.1, intron 1 of 1)",17,3827163,3867758,40596,2,"489",-39693,"ENSG00000074370","ATP2A3","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 3"
-"chr15",90295566,90295903,338,"*","Promoter (1-2kb)",15,90293098,90294540,1443,2,"55897",-1026,"ENSG00000166823","MESP1","mesoderm posterior bHLH transcription factor 1"
-"chr20",62795782,62795807,26,"*","Intron (uc002yih.3/4661, intron 1 of 15)",20,62783144,62873606,90463,1,"4661",12638,"ENSG00000196132","MYT1","myelin transcription factor 1"
-"chr6",170860359,170860440,82,"*","Promoter (1-2kb)",6,170780107,170862417,82311,2,"5689",1977,"ENSG00000008018","PSMB1","proteasome subunit beta 1"
-"chr12",124246927,124247047,121,"*","Promoter (<=1kb)",12,124247042,124420267,173226,1,"196385",0,"ENSG00000197653","DNAH10","dynein axonemal heavy chain 10"
-"chr16",32213944,32214185,242,"*","Distal Intergenic",16,32162609,32163874,1266,2,"440362",-50070,NA,NA,NA
-"chr13",100637560,100637882,323,"*","Exon (uc001von.3/7546, exon 3 of 3)",13,100634026,100639019,4994,1,"7546",3534,"ENSG00000043355","ZIC2","Zic family member 2"
-"chr16",55909166,55909393,228,"*","5' UTR",16,55836764,55867075,30312,2,"1066",-42091,"ENSG00000198848","CES1","carboxylesterase 1"
-"chr15",86338186,86338204,19,"*","Promoter (<=1kb)",15,86302559,86338189,35631,2,"64410",0,"ENSG00000183655","KLHL25","kelch like family member 25"
-"chr1",8044533,8044553,21,"*","Exon (uc001aoy.1/uc001aoy.1, exon 1 of 1)",1,8021714,8045342,23629,1,"11315",22819,"ENSG00000116288","PARK7","Parkinsonism associated deglycase"
-"chr4",8137016,8137019,4,"*","Intron (uc003gkj.4/84448, intron 20 of 20)",4,7967037,8160559,193523,2,"84448",23540,"ENSG00000163995","ABLIM2","actin binding LIM protein family member 2"
-"chr1",6188937,6189040,104,"*","Exon (uc001alz.2/26038, exon 3 of 21)",1,6161847,6240194,78348,2,"26038",51154,"ENSG00000116254","CHD5","chromodomain helicase DNA binding protein 5"
-"chr1",230561200,230561250,51,"*","Promoter (<=1kb)",1,230457392,230561674,104283,2,"79605",424,"ENSG00000177614","PGBD5","piggyBac transposable element derived 5"
-"chr14",105281643,105281991,349,"*","Distal Intergenic",14,105287538,105290055,2518,1,"196872",-5547,"ENSG00000258701","LINC00638","long intergenic non-protein coding RNA 638"
-"chr2",73114359,73114371,13,"*","Promoter (<=1kb)",2,73114512,73119289,4778,1,"6697",-141,"ENSG00000116096","SPR","sepiapterin reductase (7,8-dihydrobiopterin:NADP+ oxidoreductase)"
-"chr19",4402429,4402454,26,"*","Promoter (<=1kb)",19,4402660,4443394,40735,1,"10036",-206,"ENSG00000167670","CHAF1A","chromatin assembly factor 1 subunit A"
-"chr6",52051228,52051269,42,"*","Promoter (<=1kb)",6,52051185,52055436,4252,1,"3605",43,"ENSG00000112115","IL17A","interleukin 17A"
-"chr18",24128116,24128455,340,"*","Exon (uc010xbj.3/284252, exon 1 of 5)",18,24034874,24237365,202492,2,"284252",108910,"ENSG00000134504","KCTD1","potassium channel tetramerization domain containing 1"
-"chr16",31129151,31129259,109,"*","Promoter (<=1kb)",16,31128985,31142714,13730,1,"84148",166,"ENSG00000103510","KAT8","lysine acetyltransferase 8"
-"chr10",3239873,3240019,147,"*","Distal Intergenic",10,3179116,3215033,35918,2,"10531",-24840,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
-"chr2",95825303,95825312,10,"*","Promoter (<=1kb)",2,95813400,95825263,11864,2,"84874",-40,"ENSG00000144026","ZNF514","zinc finger protein 514"
-"chr10",20106787,20106825,39,"*","Promoter (1-2kb)",10,20105372,20569115,463744,1,"84898",1415,"ENSG00000120594","PLXDC2","plexin domain containing 2"
-"chr11",65029595,65029602,8,"*","Promoter (<=1kb)",11,65029432,65065088,35657,1,"23649",163,"ENSG00000014138","POLA2","polymerase (DNA) alpha 2, accessory subunit"
-"chr21",27012567,27012878,312,"*","Promoter (<=1kb)",21,27011594,27089874,78281,1,"58494",973,"ENSG00000154721","JAM2","junctional adhesion molecule 2"
-"chr12",54450822,54450826,5,"*","Promoter (1-2kb)",12,54452038,54516018,63981,1,"440101",-1212,"ENSG00000248265","FLJ12825","uncharacterized LOC440101"
-"chr16",29151700,29151913,214,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29086163,29128038,41876,1,"653390",65537,"ENSG00000103472","RRN3P2","RRN3 homolog, RNA polymerase I transcription factor pseudogene 2"
-"chr11",74860623,74860937,315,"*","Intron (uc010rrp.1/11309, intron 1 of 2)",11,74811540,74917445,105906,1,"11309",49083,"ENSG00000137491","SLCO2B1","solute carrier organic anion transporter family member 2B1"
-"chr12",104105241,104105517,277,"*","Exon (uc001tjw.3/55576, exon 40 of 69)",12,103981069,104160502,179434,1,"55576",124172,"ENSG00000136011","STAB2","stabilin 2"
-"chrX",135229382,135229551,170,"*","Promoter (<=1kb)",23,135228861,135293518,64658,1,"2273",521,"ENSG00000022267","FHL1","four and a half LIM domains 1"
-"chr12",132663572,132663593,22,"*","Distal Intergenic",12,132628993,132636986,7994,1,"79050",34579,"ENSG00000184967","NOC4L","nucleolar complex associated 4 homolog"
-"chr16",31483726,31483984,259,"*","Promoter (<=1kb)",16,31483476,31489281,5806,1,"7041",250,"ENSG00000140682","TGFB1I1","transforming growth factor beta 1 induced transcript 1"
-"chr7",64878073,64878160,88,"*","Distal Intergenic",7,64838768,64865998,27231,1,"168374",39305,"ENSG00000146757","ZNF92","zinc finger protein 92"
-"chr11",82611753,82612022,270,"*","Promoter (<=1kb)",11,82535409,82611557,76149,2,"5547",-196,"ENSG00000137509","PRCP","prolylcarboxypeptidase"
-"chr1",168194826,168194889,64,"*","Promoter (<=1kb)",1,168195255,168212088,16834,1,"375035",-366,"ENSG00000213064","SFT2D2","SFT2 domain containing 2"
-"chr12",133133464,133133524,61,"*","Intron (uc001ukf.3/57666, intron 5 of 16)",12,133179736,133187037,7302,2,"100507055",53513,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
-"chr21",34774834,34775032,199,"*","Promoter (<=1kb)",21,34775202,34809828,34627,1,"3460",-170,"ENSG00000159128","IFNGR2","interferon gamma receptor 2 (interferon gamma transducer 1)"
-"chr10",101282768,101282835,68,"*","Distal Intergenic",10,101292690,101296280,3591,1,"159296",-9855,"ENSG00000119919","NKX2-3","NK2 homeobox 3"
-"chr11",63438768,63438904,137,"*","Promoter (<=1kb)",11,63396437,63439444,43008,2,"25923",540,"ENSG00000184743","ATL3","atlastin GTPase 3"
-"chr11",65385911,65386028,118,"*","Promoter (2-3kb)",11,65383783,65404910,21128,1,"399909",2128,"ENSG00000197136","PCNX3","pecanex homolog 3 (Drosophila)"
-"chr15",96877252,96877720,469,"*","Promoter (<=1kb)",15,96876490,96876536,47,1,"100302258",762,"ENSG00000222651","MIR1469","microRNA 1469"
-"chr1",151020868,151021364,497,"*","Promoter (<=1kb)",1,151020259,151023871,3613,1,"54964",609,"ENSG00000143443","C1orf56","chromosome 1 open reading frame 56"
-"chr19",4785480,4785605,126,"*","Distal Intergenic",19,4791728,4795571,3844,1,"55527",-6123,"ENSG00000141965","FEM1A","fem-1 homolog a (C. elegans)"
-"chr3",42814808,42814880,73,"*","Promoter (<=1kb)",3,42749874,42814745,64872,2,"152206",-63,"ENSG00000244607","CCDC13","coiled-coil domain containing 13"
-"chr3",44666766,44666850,85,"*","Promoter (<=1kb)",3,44666511,44689963,23453,1,"10168",255,"ENSG00000186448","ZNF197","zinc finger protein 197"
-"chr8",10339429,10339449,21,"*","Distal Intergenic",8,10383056,10411676,28621,1,"203074",-43607,"ENSG00000184647","PRSS55","protease, serine 55"
-"chr19",58728560,58728562,3,"*","Distal Intergenic",19,58740070,58775008,34939,1,"27300",-11508,"ENSG00000198131","ZNF544","zinc finger protein 544"
-"chr7",609506,609545,40,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",49478,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr10",95462382,95462398,17,"*","Promoter (<=1kb)",10,95427640,95462913,35274,2,"118924",515,"ENSG00000148690","FRA10AC1","fragile site, folic acid type, rare, fra(10)(q23.3) or fra(10)(q24.2) candidate 1"
-"chr4",106395547,106395595,49,"*","Promoter (<=1kb)",4,106290234,106395227,104994,2,"27068",-320,"ENSG00000138777","PPA2","pyrophosphatase (inorganic) 2"
-"chr17",33470730,33470733,4,"*","Promoter (1-2kb)",17,33458368,33469322,10955,2,"54475",-1408,"ENSG00000073536","NLE1","notchless homolog 1 (Drosophila)"
-"chr16",3188556,3188967,412,"*","3' UTR",16,3185057,3192805,7749,1,"7760",3499,"ENSG00000085644","ZNF213","zinc finger protein 213"
-"chr9",13278464,13278578,115,"*","Promoter (<=1kb)",9,13105703,13279563,173861,2,"8777",985,"ENSG00000107186","MPDZ","multiple PDZ domain crumbs cell polarity complex component"
-"chr5",139077047,139077178,132,"*","Distal Intergenic",5,139028301,139062680,34380,1,"51523",48746,"ENSG00000171604","CXXC5","CXXC finger protein 5"
-"chr1",36615054,36615143,90,"*","5' UTR",1,36602170,36621654,19485,2,"27095",6511,"ENSG00000054116","TRAPPC3","trafficking protein particle complex 3"
-"chr5",150138773,150138818,46,"*","Promoter (<=1kb)",5,150088309,150138657,50349,2,"51164",-116,"ENSG00000132912","DCTN4","dynactin subunit 4"
-"chr6",168720505,168720679,175,"*","Promoter (<=1kb)",6,168707584,168720402,12819,2,"168002",-103,"ENSG00000164488","DACT2","dishevelled-binding antagonist of beta-catenin 2"
-"chr1",2999680,2999893,214,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,2985742,3355185,369444,1,"63976",13938,"ENSG00000142611","PRDM16","PR domain 16"
-"chr7",20818880,20818887,8,"*","Distal Intergenic",7,20821894,20826508,4615,2,"221833",7621,"ENSG00000164651","SP8","Sp8 transcription factor"
-"chr12",9217688,9217763,76,"*","Promoter (<=1kb)",12,9217773,9220651,2879,1,"144571",-10,"ENSG00000245105","A2M-AS1","A2M antisense RNA 1 (head to head)"
-"chr13",114797383,114797865,483,"*","Intron (uc010tkk.2/22821, intron 20 of 23)",13,114747194,114898095,150902,2,"22821",100230,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
-"chr5",625594,625656,63,"*","Intron (uc011clz.1/55722, intron 4 of 6)",5,612405,653666,41262,1,"55722",13189,"ENSG00000112877","CEP72","centrosomal protein 72kDa"
-"chr16",1404786,1404866,81,"*","Promoter (2-3kb)",16,1401900,1413352,11453,1,"84572",2886,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
-"chr2",149403196,149403594,399,"*","Promoter (<=1kb)",2,149402560,149545136,142577,1,"26122",636,"ENSG00000135999","EPC2","enhancer of polycomb homolog 2"
-"chr10",64133674,64133686,13,"*","Intron (uc001jly.4/22891, intron 1 of 4)",10,63942794,64028466,85673,2,"219790",-105208,"ENSG00000182010","RTKN2","rhotekin 2"
-"chr18",18511878,18511936,59,"*","Distal Intergenic",18,18529703,18691812,162110,2,"6093",179876,"ENSG00000067900","ROCK1","Rho associated coiled-coil containing protein kinase 1"
-"chr16",71523436,71523475,40,"*","Promoter (<=1kb)",16,71507976,71523254,15279,2,"7567",-182,"ENSG00000157429","ZNF19","zinc finger protein 19"
-"chr16",605347,605677,331,"*","Distal Intergenic",16,610422,615529,5108,1,"146325",-4745,"ENSG00000161992","PRR35","proline rich 35"
-"chr16",31190960,31191119,160,"*","Promoter (<=1kb)",16,31191431,31206192,14762,1,"2521",-312,"ENSG00000089280","FUS","FUS RNA binding protein"
-"chr19",57922209,57922271,63,"*","Intron (uc021vck.1/7565, intron 1 of 2)",19,57901218,57913919,12702,1,"147694",20991,"ENSG00000188785","ZNF548","zinc finger protein 548"
-"chr13",113663197,113663538,342,"*","Intron (uc031qnk.1/23263, intron 1 of 27)",13,113621798,113622952,1155,2,"100289410",-40245,NA,"MCF2L-AS1","MCF2L antisense RNA 1"
-"chr2",45029929,45030072,144,"*","Distal Intergenic",2,45169037,45173216,4180,1,"6496",-138965,"ENSG00000138083","SIX3","SIX homeobox 3"
-"chr4",155410860,155411351,492,"*","Promoter (1-2kb)",4,155155527,155412930,257404,2,"54798",1579,"ENSG00000197410","DCHS2","dachsous cadherin-related 2"
-"chr7",1080558,1080788,231,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1097141,1098897,1757,1,"115330",-16353,"ENSG00000164849","GPR146","G protein-coupled receptor 146"
-"chr2",198380277,198380297,21,"*","Promoter (<=1kb)",2,198380295,198418423,38129,1,"25843",0,"ENSG00000115540","MOB4","MOB family member 4, phocein"
-"chr14",100626950,100626964,15,"*","Promoter (<=1kb)",14,100612753,100626012,13260,2,"123099",-938,"ENSG00000168350","DEGS2","delta(4)-desaturase, sphingolipid 2"
-"chr18",78005487,78005593,107,"*","Promoter (<=1kb)",18,77915117,78005397,90281,2,"84552",-90,"ENSG00000178184","PARD6G","par-6 family cell polarity regulator gamma"
-"chr14",35183946,35184065,120,"*","Promoter (<=1kb)",14,35179588,35184029,4442,2,"1073",0,"ENSG00000165410","CFL2","cofilin 2"
-"chr1",42845753,42845942,190,"*","Promoter (<=1kb)",1,42846468,42889900,43433,1,"284716",-526,"ENSG00000177181","RIMKLA","ribosomal modification protein rimK-like family member A"
-"chr1",249120594,249120669,76,"*","Promoter (<=1kb)",1,249120576,249120642,67,1,"100422879",18,"ENSG00000264500","MIR3124","microRNA 3124"
-"chr15",101592026,101592151,126,"*","Exon (uc002bwr.3/79705, exon 24 of 34)",15,101459460,101610317,150858,1,"79705",132566,"ENSG00000154237","LRRK1","leucine-rich repeat kinase 1"
-"chr17",46655164,46655241,78,"*","Promoter (<=1kb)",17,46652869,46655743,2875,2,"3214",502,"ENSG00000182742","HOXB4","homeobox B4"
-"chr2",74941807,74942001,195,"*","Distal Intergenic",2,74881355,74910981,29627,1,"10505",60452,"ENSG00000135622","SEMA4F","ssemaphorin 4F"
-"chr14",24615924,24615930,7,"*","Promoter (<=1kb)",14,24612574,24615855,3282,2,"5721",-69,"ENSG00000100911","PSME2","proteasome activator subunit 2"
-"chr1",100503813,100503820,8,"*","Promoter (<=1kb)",1,100503789,100548929,45141,1,"64645",24,"ENSG00000156875","MFSD14A","major facilitator superfamily domain containing 14A"
-"chr1",898397,898804,408,"*","Promoter (2-3kb)",1,895967,901099,5133,1,"339451",2430,"ENSG00000187961","KLHL17","kelch like family member 17"
-"chr11",101785671,101785684,14,"*","Promoter (<=1kb)",11,101785746,101871793,86048,1,"57562",-62,"ENSG00000110318","CEP126","centrosomal protein 126kDa"
-"chr12",1059224,1059231,8,"*","Intron (uc001qiu.1/5893, intron 11 of 11)",12,1021255,1099219,77965,2,"5893",39988,"ENSG00000002016","RAD52","RAD52 homolog, DNA repair protein"
-"chr8",110551796,110551799,4,"*","Promoter (<=1kb)",8,110551929,110577391,25463,1,"9166",-130,"ENSG00000147654","EBAG9","estrogen receptor binding site associated, antigen, 9"
-"chr8",17355133,17355191,59,"*","Promoter (<=1kb)",8,17354597,17428077,73481,1,"6542",536,"ENSG00000003989","SLC7A2","solute carrier family 7 member 2"
-"chr3",50227687,50228164,478,"*","Promoter (<=1kb)",3,50229043,50235129,6087,1,"2779",-879,"ENSG00000114349","GNAT1","G protein subunit alpha transducin 1"
-"chr12",6579938,6580010,73,"*","Promoter (<=1kb)",12,6571404,6579843,8440,2,"6843",-95,"ENSG00000139190","VAMP1","vesicle associated membrane protein 1"
-"chr2",69969591,69969794,204,"*","Promoter (<=1kb)",2,69969127,70053596,84470,1,"307",464,"ENSG00000196975","ANXA4","annexin A4"
-"chr4",177713813,177714302,490,"*","Promoter (<=1kb)",4,177604691,177713895,109205,2,"7424",0,"ENSG00000150630","VEGFC","vascular endothelial growth factor C"
-"chr1",11561663,11561908,246,"*","Exon (uc001ash.4/57540, exon 2 of 21)",1,11539295,11597640,58346,1,"57540",22368,"ENSG00000204624","DISP3","dispatched RND transporter family member 3"
-"chr2",7017571,7017698,128,"*","Promoter (<=1kb)",2,7017796,7038363,20568,1,"91543",-98,"ENSG00000134321","RSAD2","radical S-adenosyl methionine domain containing 2"
-"chr20",36037277,36037706,430,"*","Distal Intergenic",20,35973088,36033821,60734,1,"6714",64189,"ENSG00000197122","SRC","SRC proto-oncogene, non-receptor tyrosine kinase"
-"chr3",48481648,48481655,8,"*","Promoter (<=1kb)",3,48481686,48485537,3852,1,"51372",-31,"ENSG00000232112","TMA7","translation machinery associated 7 homolog"
-"chr6",30459464,30459492,29,"*","Intron (uc011dmg.2/3133, intron 5 of 6)",6,28471073,28483570,12498,2,"257202",-1975894,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr4",83932063,83932168,106,"*","Promoter (1-2kb)",4,83845756,83934040,88285,2,"132660",1872,"ENSG00000189308","LIN54","lin-54 DREAM MuvB core complex component"
-"chr10",134046018,134046189,172,"*","Intron (uc001llc.1/282974, intron 11 of 12)",10,134000414,134019280,18867,1,"10570",45604,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
-"chr11",116578271,116578399,129,"*","Distal Intergenic",11,116618886,116643714,24829,2,"84811",65315,"ENSG00000137656","BUD13","BUD13 homolog"
-"chr10",4979610,4979614,5,"*","Intron (uc001iho.3/1645, intron 4 of 13)",10,4913859,4958465,44607,2,"389932",-21145,NA,"AKR1C6P","aldo-keto reductase family 1, member C6, pseudogene"
-"chr17",78818871,78819092,222,"*","Intron (uc010wuf.1/57521, intron 9 of 11)",17,78965641,78973933,8293,1,"79643",-146549,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr7",1347342,1347457,116,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",74688,"ENSG00000164853","UNCX","UNC homeobox"
-"chr1",19146909,19147074,166,"*","Distal Intergenic",1,19166093,19186155,20063,2,"80834",39081,"ENSG00000179002","TAS1R2","taste 1 receptor member 2"
-"chr6",116421826,116421833,8,"*","Promoter (<=1kb)",6,116421999,116566853,144855,1,"221294",-166,"ENSG00000178425","NT5DC1","5'-nucleotidase domain containing 1"
-"chr16",28503357,28503359,3,"*","Promoter (<=1kb)",16,28477974,28503623,25650,2,"1201",264,"ENSG00000188603","CLN3","ceroid-lipofuscinosis, neuronal 3"
-"chr8",28480583,28480797,215,"*","Distal Intergenic",8,28558990,28611207,52218,1,"2137",-78193,"ENSG00000012232","EXTL3","exostosin like glycosyltransferase 3"
-"chr9",136397692,136398117,426,"*","Promoter (<=1kb)",9,136397286,136440641,43356,1,"9719",406,"ENSG00000197859","ADAMTSL2","ADAMTS like 2"
-"chr2",120516961,120517001,41,"*","Promoter (<=1kb)",2,120517207,120742474,225268,1,"5775",-206,"ENSG00000088179","PTPN4","protein tyrosine phosphatase, non-receptor type 4"
-"chr14",48144321,48144765,445,"*","Promoter (<=1kb)",14,47308828,48144157,835330,2,"161357",-164,"ENSG00000139915","MDGA2","MAM domain containing glycosylphosphatidylinositol anchor 2"
-"chr15",65809585,65809723,139,"*","Promoter (<=1kb)",15,65737998,65810035,72038,2,"54878",312,"ENSG00000074603","DPP8","dipeptidyl peptidase 8"
-"chrX",18371852,18371858,7,"*","Promoter (<=1kb)",23,18257433,18372844,115412,2,"10389",986,"ENSG00000102098","SCML2","sex comb on midleg-like 2 (Drosophila)"
-"chr10",71333138,71333161,24,"*","Promoter (<=1kb)",10,71331791,71333210,1420,2,"50674",49,"ENSG00000122859","NEUROG3","neurogenin 3"
-"chr20",30458626,30458634,9,"*","Promoter (<=1kb)",20,30458505,30532764,74260,1,"164395",121,"ENSG00000131044","TTLL9","tubulin tyrosine ligase like 9"
-"chr12",111403932,111404204,273,"*","Distal Intergenic",12,111374406,111375250,845,1,"100131138",29526,"ENSG00000185847","LINC01405","long intergenic non-protein coding RNA 1405"
-"chr19",59073321,59073366,46,"*","Promoter (2-3kb)",19,59070553,59086164,15612,1,"100131691",2768,"ENSG00000267858","MZF1-AS1","MZF1 antisense RNA 1"
-"chr1",53703698,53704012,315,"*","Promoter (<=1kb)",1,53704282,53708455,4174,1,"100507564",-270,"ENSG00000226754","LOC100507564","uncharacterized LOC100507564"
-"chr16",28550123,28550221,99,"*","Promoter (<=1kb)",16,28548662,28550495,1834,2,"26471",274,"ENSG00000176046","NUPR1","nuclear protein 1, transcriptional regulator"
-"chr21",35747585,35747594,10,"*","Promoter (<=1kb)",21,35747749,35775074,27326,1,"54065",-155,"ENSG00000205670","SMIM11A","small integral membrane protein 11A"
-"chr1",11761649,11761718,70,"*","Intron (uc001asr.1/374946, intron 1 of 6)",1,11751781,11780336,28556,1,"374946",9868,"ENSG00000162490","DRAXIN","dorsal inhibitory axon guidance protein"
-"chr6",167709237,167709672,436,"*","Exon (uc003qvq.3/54346, exon 3 of 8)",6,167704803,167729502,24700,1,"54346",4434,"ENSG00000112494","UNC93A","unc-93 homolog A (C. elegans)"
-"chr13",111213704,111214048,345,"*","Promoter (<=1kb)",13,111175413,111214071,38659,2,"55647",23,"ENSG00000139832","RAB20","RAB20, member RAS oncogene family"
-"chr1",158149674,158149926,253,"*","Promoter (<=1kb)",1,158149737,158156216,6480,1,"912",0,"ENSG00000158473","CD1D","CD1d molecule"
-"chr15",68724948,68724954,7,"*","Promoter (<=1kb)",15,68594042,68724492,130451,2,"22801",-456,"ENSG00000137809","ITGA11","integrin subunit alpha 11"
-"chr15",75745131,75745181,51,"*","Promoter (2-3kb)",15,75661720,75748124,86405,2,"25942",2943,"ENSG00000169375","SIN3A","SIN3 transcription regulator family member A"
-"chr1",216896804,216896813,10,"*","5' UTR",1,215796236,216596738,800503,2,"7399",-300066,"ENSG00000042781","USH2A","Usher syndrome 2A (autosomal recessive, mild)"
-"chr19",45954345,45954356,12,"*","Intron (uc002pbu.2/2067, intron 8 of 8)",19,45971253,45978437,7185,1,"2354",-16897,"ENSG00000125740","FOSB","FBJ murine osteosarcoma viral oncogene homolog B"
-"chr11",2604317,2604391,75,"*","Intron (uc001lwn.3/3784, intron 6 of 15)",11,2629558,2721228,91671,2,"10984",116837,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
-"chr5",112043117,112043131,15,"*","Promoter (<=1kb)",5,112043202,112181936,138735,1,"324",-71,"ENSG00000134982","APC","adenomatous polyposis coli"
-"chr4",5896912,5897223,312,"*","Promoter (2-3kb)",4,5822491,5894785,72295,2,"1400",-2127,"ENSG00000072832","CRMP1","collapsin response mediator protein 1"
-"chr8",1136305,1136444,140,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",114383,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr9",125693629,125693836,208,"*","Promoter (<=1kb)",9,125680378,125693779,13402,2,"57684",0,"ENSG00000171448","ZBTB26","zinc finger and BTB domain containing 26"
-"chr11",32008793,32008961,169,"*","Intron (uc021qfp.1/5954, intron 1 of 5)",11,31806340,31839509,33170,2,"5080",-169284,"ENSG00000007372","PAX6","paired box 6"
-"chr2",64881724,64881850,127,"*","Promoter (<=1kb)",2,64858755,64881046,22292,2,"9792",-678,"ENSG00000179833","SERTAD2","SERTA domain containing 2"
-"chr1",158724009,158724314,306,"*","Promoter (<=1kb)",1,158724606,158725637,1032,1,"128371",-292,"ENSG00000180433","OR6K6","olfactory receptor family 6 subfamily K member 6"
-"chr19",8660710,8661033,324,"*","Exon (uc002mkj.1/81794, exon 11 of 26)",19,8645126,8675588,30463,2,"81794",14555,"ENSG00000142303","ADAMTS10","ADAM metallopeptidase with thrombospondin type 1 motif 10"
-"chr11",61685186,61685257,72,"*","Promoter (2-3kb)",11,61664768,61687741,22974,2,"5866",2484,"ENSG00000167994","RAB3IL1","RAB3A interacting protein (rabin3)-like 1"
-"chr20",1538305,1538318,14,"*","Promoter (<=1kb)",20,1514897,1538343,23447,2,"128646",25,"ENSG00000125900","SIRPD","signal regulatory protein delta"
-"chr15",75315826,75315858,33,"*","Promoter (<=1kb)",15,75315927,75343067,27141,1,"60490",-69,"ENSG00000138621","PPCDC","phosphopantothenoylcysteine decarboxylase"
-"chr18",55094774,55095177,404,"*","Distal Intergenic",18,55102917,55158530,55614,1,"9480",-7740,"ENSG00000119547","ONECUT2","one cut homeobox 2"
-"chr7",102105195,102105201,7,"*","Promoter (<=1kb)",7,102096667,102105321,8655,2,"54784",120,"ENSG00000160993","ALKBH4","alkB homolog 4, lysine demethylase"
-"chr11",23425965,23426416,452,"*","Distal Intergenic",11,22868468,22881972,13505,2,"100500938",-543993,"ENSG00000255359","CCDC179","coiled-coil domain containing 179"
-"chr11",15093744,15093769,26,"*","Promoter (1-2kb)",11,15095146,15103888,8743,1,"797",-1377,"ENSG00000175868","CALCB","calcitonin related polypeptide beta"
-"chr3",52827657,52827704,48,"*","Promoter (1-2kb)",3,52828784,52843025,14242,1,"3699",-1080,"ENSG00000162267","ITIH3","inter-alpha-trypsin inhibitor heavy chain 3"
-"chr16",46864685,46864715,31,"*","Promoter (<=1kb)",16,46835959,46865074,29116,2,"388272",359,"ENSG00000155330","C16orf87","chromosome 16 open reading frame 87"
-"chr14",101175469,101175645,177,"*","Distal Intergenic",14,101193202,101201467,8266,1,"8788",-17557,"ENSG00000185559","DLK1","delta-like 1 homolog (Drosophila)"
-"chr6",36646435,36646473,39,"*","Promoter (2-3kb)",6,36644237,36655116,10880,1,"1026",2198,"ENSG00000124762","CDKN1A","cyclin-dependent kinase inhibitor 1A"
-"chr3",13245693,13245958,266,"*","Distal Intergenic",3,12938542,13114617,176076,2,"9922",-131076,"ENSG00000144711","IQSEC1","IQ motif and Sec7 domain 1"
-"chrX",133680692,133680812,121,"*","Promoter (<=1kb)",23,133680644,133680741,98,2,"494336",0,"ENSG00000274784","MIR424","microRNA 424"
-"chr16",9186626,9186974,349,"*","Promoter (1-2kb)",16,9185537,9213555,28019,1,"29035",1089,"ENSG00000182831","C16orf72","chromosome 16 open reading frame 72"
-"chr11",1977621,1977903,283,"*","3' UTR",11,1968502,1977839,9338,1,"6150",9119,"ENSG00000214026","MRPL23","mitochondrial ribosomal protein L23"
-"chr17",9863009,9863013,5,"*","Intron (uc010vvd.1/8522, intron 10 of 12)",17,9801027,9808684,7658,2,"5957",-54325,"ENSG00000109047","RCVRN","recoverin"
-"chr1",6479352,6479424,73,"*","Exon (uc001amx.3/54626, exon 3 of 4)",1,6472498,6484730,12233,2,"54626",5306,"ENSG00000069812","HES2","hes family bHLH transcription factor 2"
-"chr10",6622425,6622433,9,"*","Promoter (<=1kb)",10,6622387,6627323,4937,1,"439949",38,NA,"PRKCQ-AS1","PRKCQ antisense RNA 1"
-"chr13",53423078,53423084,7,"*","Promoter (<=1kb)",13,53418109,53422775,4667,2,"5100",-303,"ENSG00000136099","PCDH8","protocadherin 8"
-"chr12",114841792,114841870,79,"*","Intron (uc001tvo.4/6910, intron 8 of 8)",12,114846000,114850637,4638,1,"255480",-4130,"ENSG00000255399","TBX5-AS1","TBX5 antisense RNA 1"
-"chr13",24895356,24895854,499,"*","Exon (uc001upe.3/221178, exon 16 of 16)",13,24883716,24896669,12954,1,"338872",11640,"ENSG00000240654","C1QTNF9","C1q and tumor necrosis factor related protein 9"
-"chr1",44440897,44440915,19,"*","Promoter (<=1kb)",1,44440602,44443972,3371,1,"533",295,"ENSG00000117410","ATP6V0B","ATPase H+ transporting V0 subunit b"
-"chr22",42524936,42525206,271,"*","Promoter (1-2kb)",22,42522501,42526883,4383,2,"1565",1677,"ENSG00000100197","CYP2D6","cytochrome P450 family 2 subfamily D member 6"
-"chr4",24796705,24796755,51,"*","Promoter (<=1kb)",4,24797085,24802467,5383,1,"6649",-330,"ENSG00000109610","SOD3","superoxide dismutase 3, extracellular"
-"chr4",108910565,108910787,223,"*","Promoter (<=1kb)",4,108910870,108956331,45462,1,"3033",-83,"ENSG00000138796","HADH","hydroxyacyl-CoA dehydrogenase"
-"chr7",104885200,104885375,176,"*","Intron (uc003vct.4/6733, intron 14 of 14)",7,104755716,105039798,284083,2,"6733",154423,"ENSG00000135250","SRPK2","SRSF protein kinase 2"
-"chr16",32330265,32330302,38,"*","Distal Intergenic",16,32264650,32267243,2594,1,"729264",65615,"ENSG00000205456","TP53TG3D","TP53 target 3D"
-"chr20",62196339,62196641,303,"*","Exon (uc002yfl.1/85441, exon 3 of 14)",20,62189439,62205592,16154,2,"85441",8951,"ENSG00000130589","HELZ2","helicase with zinc finger 2, transcriptional coactivator"
-"chr19",51538267,51538368,102,"*","Promoter (<=1kb)",19,51532348,51538148,5801,2,"43849",-119,"ENSG00000186474","KLK12","kallikrein related peptidase 12"
-"chr1",161087200,161087322,123,"*","Promoter (<=1kb)",1,161087862,161095235,7374,1,"4817",-540,"ENSG00000158793","NIT1","nitrilase 1"
-"chr1",40420587,40420606,20,"*","Promoter (<=1kb)",1,40420784,40435628,14845,1,"84879",-178,"ENSG00000168389","MFSD2A","major facilitator superfamily domain containing 2A"
-"chr1",171711261,171711280,20,"*","Promoter (<=1kb)",1,171669296,171711379,42084,2,"8674",99,"ENSG00000117533","VAMP4","vesicle associated membrane protein 4"
-"chr5",172571377,172571390,14,"*","Promoter (<=1kb)",5,172571445,172591390,19946,1,"662",-55,"ENSG00000113734","BNIP1","BCL2/adenovirus E1B 19kDa interacting protein 1"
-"chr18",74845706,74845829,124,"*","Promoter (<=1kb)",18,74690789,74844774,153986,2,"4155",-932,"ENSG00000197971","MBP","myelin basic protein"
-"chr6",84222035,84222040,6,"*","Promoter (<=1kb)",6,84222194,84235421,13228,1,"167681",-154,"ENSG00000146250","PRSS35","protease, serine 35"
-"chr8",54164310,54164374,65,"*","Promoter (<=1kb)",8,54138276,54164194,25919,2,"4986",-116,"ENSG00000082556","OPRK1","opioid receptor, kappa 1"
-"chr14",64108276,64108295,20,"*","Promoter (<=1kb)",14,64063757,64108641,44885,2,"112840",346,"ENSG00000140006","WDR89","WD repeat domain 89"
-"chr16",72042302,72042372,71,"*","Promoter (<=1kb)",16,72042643,72059316,16674,1,"1723",-271,"ENSG00000102967","DHODH","dihydroorotate dehydrogenase (quinone)"
-"chr16",57576302,57576346,45,"*","Promoter (<=1kb)",16,57576567,57611100,34534,1,"221188",-221,"ENSG00000159618","ADGRG5","adhesion G protein-coupled receptor G5"
-"chr1",155112702,155112791,90,"*","Promoter (<=1kb)",1,155112367,155112996,630,2,"54344",205,"ENSG00000179085","DPM3","dolichyl-phosphate mannosyltransferase subunit 3"
-"chr1",155210992,155211079,88,"*","Promoter (2-3kb)",1,155183616,155208441,24826,2,"2630",-2551,"ENSG00000160766","GBAP1","glucosidase, beta, acid pseudogene 1"
-"chr14",75800893,75801023,131,"*","Distal Intergenic",14,75761107,75763111,2005,1,"731223",39786,NA,"LINC01220","long intergenic non-protein coding RNA 1220"
-"chr16",1359179,1359182,4,"*","Promoter (<=1kb)",16,1359154,1377019,17866,1,"7329",25,"ENSG00000103275","UBE2I","ubiquitin conjugating enzyme E2I"
-"chr8",144872012,144872260,249,"*","Downstream (<1kb)",8,144895127,144895212,86,2,"100126338",22952,"ENSG00000216090","MIR937","microRNA 937"
-"chr19",11998460,11998536,77,"*","Promoter (<=1kb)",19,11998670,12025365,26696,1,"7620",-134,"ENSG00000198429","ZNF69","zinc finger protein 69"
-"chr2",176971353,176971355,3,"*","Promoter (2-3kb)",2,176969250,176974316,5067,1,"3237",2103,"ENSG00000128713","HOXD11","homeobox D11"
-"chr4",658981,659233,253,"*","Exon (uc003gao.4/5158, exon 19 of 22)",4,667369,675817,8449,1,"4636",-8136,"ENSG00000215375","MYL5","myosin light chain 5"
-"chr2",236721754,236721826,73,"*","Intron (uc021vyp.1/116987, intron 9 of 9)",2,236402733,237040444,637712,1,"116987",319021,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
-"chr20",42142446,42142511,66,"*","Exon (uc010zwh.2/26013, exon 3 of 22)",20,42136320,42179593,43274,1,"26013",6126,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
-"chr4",4863282,4863308,27,"*","Promoter (1-2kb)",4,4861392,4865660,4269,1,"4487",1890,"ENSG00000163132","MSX1","msh homeobox 1"
-"chr14",103469300,103469439,140,"*","Intron (uc001ymi.1/9578, intron 33 of 36)",14,103398716,103523742,125027,2,"9578",54303,"ENSG00000198752","CDC42BPB","CDC42 binding protein kinase beta"
-"chr6",5261043,5261046,4,"*","Promoter (<=1kb)",6,5108653,5261172,152520,2,"57128",126,"ENSG00000214113","LYRM4","LYR motif containing 4"
-"chr6",28602910,28602922,13,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119340,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr1",43855459,43855567,109,"*","Promoter (<=1kb)",1,43849579,43855483,5905,2,"112950",0,"ENSG00000159479","MED8","mediator complex subunit 8"
-"chr10",85954336,85954511,176,"*","Promoter (<=1kb)",10,85954412,85979376,24965,1,"92211",0,"ENSG00000148600","CDHR1","cadherin related family member 1"
-"chr14",102553775,102554067,293,"*","Intron (uc001ykv.4/3320, intron 10 of 11)",14,102547075,102606086,59012,2,"3320",52019,"ENSG00000080824","HSP90AA1","heat shock protein 90kDa alpha family class A member 1"
-"chr2",128569063,128569067,5,"*","Promoter (<=1kb)",2,128461808,128568761,106954,2,"55339",-302,"ENSG00000136709","WDR33","WD repeat domain 33"
-"chr15",73343932,73344185,254,"*","Promoter (<=1kb)",15,73344825,73597547,252723,1,"4756",-640,"ENSG00000067141","NEO1","neogenin 1"
-"chr1",2276565,2276969,405,"*","Intron (uc001ajb.1/79906, intron 4 of 13)",1,2281853,2284100,2248,2,"100129534",7131,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr19",10401361,10402119,759,"*","Promoter (<=1kb)",19,10400655,10407454,6800,1,"7087",706,"ENSG00000105376","ICAM5","intercellular adhesion molecule 5"
-"chr20",33762625,33762943,319,"*","Promoter (2-3kb)",20,33759774,33765165,5392,1,"10544",2851,"ENSG00000101000","PROCR","protein C receptor"
-"chr6",30689171,30689177,7,"*","Intron (uc003nrl.3/203068, intron 1 of 3)",6,32485154,32557613,72460,2,"3127",1868436,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",1793255,1793363,109,"*","Exon (uc002cmi.1/23162, exon 5 of 5)",16,1784986,1785067,82,1,"100423012",8269,"ENSG00000265820","MIR3177","microRNA 3177"
-"chr10",134679335,134679387,53,"*","Intron (uc021qbc.1/54777, intron 23 of 57)",10,134621896,134756089,134194,2,"54777",76702,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
-"chr10",134861083,134861184,102,"*","Distal Intergenic",10,134884433,134945179,60747,1,"84435",-23249,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
-"chr12",131438626,131438689,64,"*","Promoter (<=1kb)",12,131438452,131626008,187557,1,"283383",174,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
-"chr22",46449933,46450011,79,"*","Promoter (<=1kb)",22,46446339,46450024,3686,2,"55267",13,"ENSG00000182257","PRR34","proline rich 34"
-"chr12",120427667,120428028,362,"*","Promoter (<=1kb)",12,120427648,120532299,104652,1,"92558",19,"ENSG00000135127","CCDC64","coiled-coil domain containing 64"
-"chr19",14247419,14247481,63,"*","Promoter (<=1kb)",19,14230321,14247440,17120,2,"55723",0,"ENSG00000105011","ASF1B","anti-silencing function 1B histone chaperone"
-"chr11",57519391,57519426,36,"*","Promoter (<=1kb)",11,57510986,57519253,8268,2,"643376",-138,"ENSG00000233436","BTBD18","BTB domain containing 18"
-"chr12",110939283,110939771,489,"*","Promoter (<=1kb)",12,110929330,110939916,10587,2,"51699",145,"ENSG00000111237","VPS29","VPS29, retromer complex component"
-"chr16",422005,422109,105,"*","Promoter (1-2kb)",16,417384,420569,3186,2,"10573",-1436,"ENSG00000086504","MRPL28","mitochondrial ribosomal protein L28"
-"chr1",26671870,26671891,22,"*","Exon (uc001bmd.4/55057, exon 2 of 20)",1,26648350,26680621,32272,2,"55057",8730,"ENSG00000176092","AIM1L","absent in melanoma 1-like"
-"chr14",105070816,105070998,183,"*","Promoter (<=1kb)",14,105060420,105071097,10678,2,"388021",99,"ENSG00000276342","TMEM179","transmembrane protein 179"
-"chr12",32112956,32112958,3,"*","Promoter (<=1kb)",12,32112353,32146043,33691,1,"55196",603,"ENSG00000174718","KIAA1551","KIAA1551"
-"chr6",28832260,28832270,11,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-348690,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr4",100572993,100573102,110,"*","Distal Intergenic",4,100485240,100545154,59915,1,"4547",87753,"ENSG00000138823","MTTP","microsomal triglyceride transfer protein"
-"chr1",28261642,28261658,17,"*","Promoter (<=1kb)",1,28261504,28285663,24160,1,"27293",138,"ENSG00000130768","SMPDL3B","sphingomyelin phosphodiesterase acid like 3B"
-"chr7",149569988,149569992,5,"*","Promoter (<=1kb)",7,149570057,149577787,7731,1,"155066",-65,"ENSG00000171130","ATP6V0E2","ATPase H+ transporting V0 subunit e2"
-"chr11",64546322,64546335,14,"*","Promoter (<=1kb)",11,64532076,64546316,14241,2,"7536",-6,"ENSG00000168066","SF1","splicing factor 1"
-"chr4",6839030,6839424,395,"*","Intron (uc003gjq.4/9778, intron 2 of 8)",4,6784459,6885899,101441,1,"9778",54571,"ENSG00000170871","KIAA0232","KIAA0232"
-"chr3",169684620,169684630,11,"*","Promoter (<=1kb)",3,169684580,169716161,31582,1,"7095",40,"ENSG00000008952","SEC62","SEC62 homolog, preprotein translocation factor"
-"chr3",114012785,114012806,22,"*","Promoter (<=1kb)",3,114012154,114029135,16982,1,"201633",631,"ENSG00000181847","TIGIT","T-cell immunoreceptor with Ig and ITIM domains"
-"chr14",53162779,53163071,293,"*","Promoter (<=1kb)",14,53108605,53162419,53815,2,"30001",-360,"ENSG00000197930","ERO1A","endoplasmic reticulum oxidoreductase alpha"
-"chr11",112097023,112097025,3,"*","Promoter (<=1kb)",11,112097088,112140678,43591,1,"5805",-63,"ENSG00000150787","PTS","6-pyruvoyltetrahydropterin synthase"
-"chr17",722949,723194,246,"*","Intron (uc010vqd.2/64359, intron 3 of 3)",17,662549,685571,23023,2,"51031",-37378,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
-"chr21",40194630,40194735,106,"*","Exon (uc002yxf.3/2114, exon 11 of 11)",21,40177231,40196878,19648,1,"2114",17399,"ENSG00000157557","ETS2","ETS proto-oncogene 2, transcription factor"
-"chr7",27701940,27702368,429,"*","Promoter (<=1kb)",7,27565059,27702620,137562,2,"11112",252,"ENSG00000106049","HIBADH","3-hydroxyisobutyrate dehydrogenase"
-"chr10",29698255,29698368,114,"*","Promoter (<=1kb)",10,29698483,29776785,78303,1,"387647",-115,"ENSG00000224597","PTCHD3P1","patched domain containing 3 pseudogene 1"
-"chr19",1313359,1313502,144,"*","Distal Intergenic",19,1286153,1301429,15277,1,"1943",27206,"ENSG00000099617","EFNA2","ephrin-A2"
-"chr16",50280072,50280495,424,"*","Distal Intergenic",16,50300462,50352043,51582,1,"113",-19967,"ENSG00000121281","ADCY7","adenylate cyclase 7"
-"chr8",22548498,22548828,331,"*","Promoter (1-2kb)",8,22545174,22550815,5642,2,"1960",1987,"ENSG00000179388","EGR3","early growth response 3"
-"chr20",30539873,30539958,86,"*","Promoter (<=1kb)",20,30532758,30539883,7126,2,"81572",0,"ENSG00000088356","PDRG1","p53 and DNA damage regulated 1"
-"chr6",31462038,31462047,10,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1095566,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",125033722,125033782,61,"*","Distal Intergenic",10,124913760,124924886,11127,1,"9184",119962,"ENSG00000154473","BUB3","BUB3 mitotic checkpoint protein"
-"chr7",4911051,4911121,71,"*","Intron (uc003sng.1/55698, intron 14 of 15)",7,4897369,4901625,4257,2,"56903",-9426,"ENSG00000218823","PAPOLB","poly(A) polymerase beta"
-"chr1",45965797,45965846,50,"*","Promoter (<=1kb)",1,45965856,45976739,10884,1,"25974",-10,"ENSG00000132763","MMACHC","methylmalonic aciduria (cobalamin deficiency) cblC type, with homocystinuria"
-"chr12",33590837,33591288,452,"*","Promoter (1-2kb)",12,33528348,33592754,64407,2,"341359",1466,"ENSG00000110975","SYT10","synaptotagmin 10"
-"chr6",147124986,147124988,3,"*","Promoter (<=1kb)",6,147122805,147124960,2156,2,"729176",-26,NA,"KATNBL1P6","katanin p80 subunit B-like 1 pseudogene 6"
-"chr13",113717379,113717830,452,"*","Intron (uc031qnk.1/23263, intron 5 of 27)",13,113760102,113774995,14894,1,"2155",-42272,"ENSG00000057593","F7","coagulation factor VII"
-"chr6",139094539,139094545,7,"*","Promoter (<=1kb)",6,139094657,139114456,19800,1,"25901",-112,"ENSG00000024862","CCDC28A","coiled-coil domain containing 28A"
-"chr16",1069574,1069760,187,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",37766,"ENSG00000005513","SOX8","SRY-box 8"
-"chr16",48419489,48419493,5,"*","Intron (uc021thr.1/100616339, intron 1 of 1)",16,48389596,48396910,7315,1,"100507577",29893,"ENSG00000102910","LOC100507577","uncharacterized LOC100507577"
-"chr10",101419471,101419579,109,"*","Promoter (<=1kb)",10,101419263,101471002,51740,1,"57089",208,"ENSG00000198018","ENTPD7","ectonucleoside triphosphate diphosphohydrolase 7"
-"chr15",78592154,78592258,105,"*","Promoter (<=1kb)",15,78575578,78591940,16363,2,"80349",-214,"ENSG00000140395","WDR61","WD repeat domain 61"
-"chr16",87021978,87022073,96,"*","Distal Intergenic",16,87336404,87351026,14623,2,"100506581",328953,"ENSG00000260456","C16orf95","chromosome 16 open reading frame 95"
-"chrX",151806508,151806628,121,"*","Promoter (<=1kb)",23,151806637,151821825,15189,1,"55879",-9,"ENSG00000268089","GABRQ","gamma-aminobutyric acid type A receptor theta subunit"
-"chr1",50574469,50574591,123,"*","Intron (uc001cry.3/1996, intron 1 of 6)",1,50513686,50667540,153855,1,"1996",60783,"ENSG00000162374","ELAVL4","ELAV like neuron-specific RNA binding protein 4"
-"chr13",49821810,49821878,69,"*","Promoter (<=1kb)",13,49822047,49867622,45576,1,"81602",-169,"ENSG00000102543","CDADC1","cytidine and dCMP deaminase domain containing 1"
-"chr14",37116073,37116296,224,"*","Distal Intergenic",14,37126773,37147011,20239,1,"5083",-10477,"ENSG00000198807","PAX9","paired box 9"
-"chr6",32821660,32821694,35,"*","5' UTR",6,32605183,32614839,9657,1,"3117",216477,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr3",155587904,155588010,107,"*","Promoter (<=1kb)",3,155588325,155655520,67196,1,"8833",-315,"ENSG00000163655","GMPS","guanine monophosphate synthase"
-"chr6",36842865,36843324,460,"*","Promoter (<=1kb)",6,36822606,36842800,20195,2,"51645",-65,"ENSG00000137168","PPIL1","peptidylprolyl isomerase like 1"
-"chr7",62528643,62528804,162,"*","Distal Intergenic",7,62751670,62764434,12765,2,"643955",235630,"ENSG00000185037","ZNF733P","zinc finger protein 733, pseudogene"
-"chr22",21321225,21321368,144,"*","Promoter (1-2kb)",22,21319418,21335649,16232,1,"150209",1807,"ENSG00000183773","AIFM3","apoptosis inducing factor, mitochondria associated 3"
-"chr13",99404105,99404231,127,"*","Promoter (<=1kb)",13,99336055,99404929,68875,2,"6564",698,"ENSG00000088386","SLC15A1","solute carrier family 15 member 1"
-"chr4",163483284,163483351,68,"*","Distal Intergenic",4,162305044,163085186,780143,2,"56884",-398098,"ENSG00000168843","FSTL5","follistatin like 5"
-"chr11",27384648,27384808,161,"*","Promoter (<=1kb)",11,27360061,27384795,24735,2,"91057",0,"ENSG00000109881","CCDC34","coiled-coil domain containing 34"
-"chr8",144797915,144797919,5,"*","Promoter (<=1kb)",8,144798507,144804633,6127,1,"225689",-588,"ENSG00000181085","MAPK15","mitogen-activated protein kinase 15"
-"chr19",5681119,5681123,5,"*","Promoter (<=1kb)",19,5678433,5680911,2479,2,"125988",-208,"ENSG00000174917","C19orf70","chromosome 19 open reading frame 70"
-"chr19",51017130,51017263,134,"*","Promoter (<=1kb)",19,51014857,51017947,3091,2,"554235",684,"ENSG00000204653","ASPDH","aspartate dehydrogenase domain containing"
-"chr11",108093413,108093419,7,"*","Promoter (<=1kb)",11,108028119,108093365,65247,2,"4863",-48,"ENSG00000149308","NPAT","nuclear protein, co-activator of histone transcription"
-"chr19",12844820,12845012,193,"*","Promoter (<=1kb)",19,12841454,12845529,4076,2,"79002",517,"ENSG00000123144","C19orf43","chromosome 19 open reading frame 43"
-"chr3",98312023,98312354,332,"*","Promoter (<=1kb)",3,98298290,98312455,14166,2,"1371",101,"ENSG00000080819","CPOX","coproporphyrinogen oxidase"
-"chr16",8806359,8806483,125,"*","Intron (uc002czc.4/18, intron 1 of 15)",16,8768444,8878432,109989,1,"18",37915,"ENSG00000183044","ABAT","4-aminobutyrate aminotransferase"
-"chr2",152118423,152118459,37,"*","Promoter (<=1kb)",2,152104728,152118389,13662,2,"375287",-34,"ENSG00000184898","RBM43","RNA binding motif protein 43"
-"chr8",1441985,1442292,308,"*","Distal Intergenic",8,1449532,1656642,207111,1,"9228",-7240,"ENSG00000198010","DLGAP2","discs large homolog associated protein 2"
-"chr12",133019038,133019135,98,"*","Distal Intergenic",12,133067157,133161773,94617,1,"57666",-48022,"ENSG00000112787","FBRSL1","fibrosin like 1"
-"chr16",646395,646579,185,"*","Intron (uc021szt.1/57799, intron 2 of 6)",16,639357,679273,39917,1,"57799",7038,"ENSG00000197562","RAB40C","RAB40C, member RAS oncogene family"
-"chr16",62070171,62070186,16,"*","Promoter (<=1kb)",16,61685915,62070739,384825,2,"1006",553,"ENSG00000150394","CDH8","cadherin 8"
-"chr22",39548724,39548919,196,"*","Promoter (<=1kb)",22,39526779,39548538,21760,2,"23492",-186,"ENSG00000100307","CBX7","chromobox 7"
-"chr7",158936739,158937107,369,"*","Promoter (<=1kb)",7,158820866,158937649,116784,2,"7434",542,"ENSG00000106018","VIPR2","vasoactive intestinal peptide receptor 2"
-"chr4",2009167,2009396,230,"*","Promoter (1-2kb)",4,1984441,2010962,26522,2,"7469",1566,"ENSG00000185049","NELFA","negative elongation factor complex member A"
-"chr17",22052080,22052189,110,"*","Distal Intergenic",17,22022437,22023991,1555,1,"100462977",29643,"ENSG00000256618","MTRNR2L1","MT-RNR2-like 1"
-"chr5",114880697,114880771,75,"*","Promoter (<=1kb)",5,114856608,114880591,23984,2,"56929",-106,"ENSG00000145780","FEM1C","fem-1 homolog c (C. elegans)"
-"chr18",11908960,11909052,93,"*","Promoter (<=1kb)",18,11883472,11908796,25325,2,"65258",-164,"ENSG00000154889","MPPE1","metallophosphoesterase 1"
-"chr11",46958025,46958043,19,"*","Promoter (<=1kb)",11,46958240,47185931,227692,1,"79096",-197,"ENSG00000149179","C11orf49","chromosome 11 open reading frame 49"
-"chr10",134260933,134261413,481,"*","Promoter (2-3kb)",10,134258714,134261825,3112,1,"170393",2219,NA,"C10orf91","chromosome 10 open reading frame 91"
-"chr20",45280240,45280311,72,"*","Intron (uc002xsg.2/64849, intron 12 of 13)",20,45186462,45313124,126663,2,"64849",32813,"ENSG00000158296","SLC13A3","solute carrier family 13 member 3"
-"chr22",38240510,38240517,8,"*","Promoter (<=1kb)",22,38240279,38240378,100,2,"724028",-132,"ENSG00000207945","MIR658","microRNA 658"
-"chr20",50385438,50385712,275,"*","Promoter (<=1kb)",20,50213314,50384908,171595,2,"10079",-530,"ENSG00000054793","ATP9A","ATPase phospholipid transporting 9A (putative)"
-"chr22",39152000,39152076,77,"*","5' UTR",22,39174513,39190161,15649,2,"10126",38085,"ENSG00000100246","DNAL4","dynein axonemal light chain 4"
-"chr11",82612705,82612718,14,"*","Promoter (<=1kb)",11,82612737,82669319,56583,1,"220042",-19,"ENSG00000165490","DDIAS","DNA damage induced apoptosis suppressor"
-"chr7",2058817,2059150,334,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1883816,1883889,74,2,"100616160",-174928,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr1",222645855,222646212,358,"*","Exon (uc010puo.1/uc010puo.1, exon 1 of 1)",1,222695602,222721444,25843,2,"79802",75232,"ENSG00000143512","HHIPL2","HHIP like 2"
-"chr10",72142615,72142636,22,"*","Promoter (<=1kb)",10,72058726,72142406,83681,2,"55222",-209,"ENSG00000172731","LRRC20","leucine rich repeat containing 20"
-"chr11",32447944,32448067,124,"*","Intron (uc001mtl.2/7490, intron 7 of 9)",11,32409322,32457081,47760,2,"7490",9014,"ENSG00000184937","WT1","Wilms tumor 1"
-"chr2",131099744,131099746,3,"*","Promoter (<=1kb)",2,131095816,131099922,4107,2,"84317",176,"ENSG00000136710","CCDC115","coiled-coil domain containing 115"
-"chr10",135191635,135191639,5,"*","Promoter (1-2kb)",10,135192741,135205198,12458,1,"196743",-1102,"ENSG00000148832","PAOX","polyamine oxidase (exo-N4-amino)"
-"chr12",13043680,13043734,55,"*","Promoter (<=1kb)",12,13043956,13066600,22645,1,"9052",-222,"ENSG00000013588","GPRC5A","G protein-coupled receptor class C group 5 member A"
-"chr6",43243709,43243897,189,"*","Intron (uc003ouq.1/84630, intron 13 of 14)",6,43265998,43273276,7279,1,"10864",-22101,"ENSG00000137204","SLC22A7","solute carrier family 22 member 7"
-"chr16",50731067,50731364,298,"*","5' UTR",16,50727514,50766987,39474,1,"64127",3553,"ENSG00000167207","NOD2","nucleotide binding oligomerization domain containing 2"
-"chr16",89337055,89337334,280,"*","Exon (uc002fmz.1/uc002fmz.1, exon 2 of 2)",16,89387541,89391518,3978,1,"100287036",-50207,NA,"LOC100287036","uncharacterized LOC100287036"
-"chr7",149767502,149767828,327,"*","Distal Intergenic",7,149564783,149570951,6169,2,"401431",-196551,"ENSG00000204934","ATP6V0E2-AS1","ATP6V0E2 antisense RNA 1"
-"chr18",267637,267663,27,"*","Promoter (<=1kb)",18,214520,268059,53540,2,"9984",396,"ENSG00000079134","THOC1","THO complex 1"
-"chr7",158740838,158740908,71,"*","Distal Intergenic",7,158801045,158822882,21838,1,"154822",-60137,"ENSG00000231419","LINC00689","long intergenic non-protein coding RNA 689"
-"chr10",95720700,95721133,434,"*","Promoter (<=1kb)",10,95717897,95721672,3776,2,"266971",539,"ENSG00000180764","PIPSL","PIP5K1A and PSMD4-like, pseudogene"
-"chr10",132909065,132909105,41,"*","Intron (uc001lkp.3/256536, intron 3 of 11)",10,132760851,132760931,81,2,"100422867",-148134,"ENSG00000264803","MIR378C","microRNA 378c"
-"chr2",233470647,233470652,6,"*","Promoter (<=1kb)",2,233470767,233547491,76725,1,"80303",-115,"ENSG00000115468","EFHD1","EF-hand domain family member D1"
-"chr12",132501869,132501960,92,"*","Intron (uc001ujn.3/57634, intron 19 of 52)",12,132515769,132515905,137,1,"677829",-13809,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
-"chr16",1551396,1551774,379,"*","Exon (uc002cly.3/9894, exon 10 of 21)",16,1543352,1560460,17109,1,"9894",8044,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr17",76676366,76676673,308,"*","Exon (uc010wtv.2/9267, exon 3 of 5)",17,76670130,76778376,108247,2,"9267",101703,"ENSG00000108669","CYTH1","cytohesin 1"
-"chr6",88986071,88986213,143,"*","Distal Intergenic",6,88849585,88875767,26183,2,"1268",-110304,"ENSG00000118432","CNR1","cannabinoid receptor 1 (brain)"
-"chr10",22634391,22634530,140,"*","Promoter (<=1kb)",10,22634374,22706539,72166,1,"9576",17,"ENSG00000077327","SPAG6","sperm associated antigen 6"
-"chr15",34260956,34260975,20,"*","Promoter (<=1kb)",15,34261089,34357287,96199,1,"1133",-114,"ENSG00000184984","CHRM5","cholinergic receptor muscarinic 5"
-"chr2",232261007,232261238,232,"*","Promoter (<=1kb)",2,232260335,232265875,5541,1,"93010",672,"ENSG00000156966","B3GNT7","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 7"
-"chr19",853006,853097,92,"*","Promoter (<=1kb)",19,852291,856246,3956,1,"1991",715,"ENSG00000197561","ELANE","elastase, neutrophil expressed"
-"chr14",105509229,105509328,100,"*","Distal Intergenic",14,105475910,105487425,11516,2,"55038",-21804,"ENSG00000170779","CDCA4","cell division cycle associated 4"
-"chr2",81694534,81694560,27,"*","Distal Intergenic",2,80515481,80531487,16007,2,"347730",-1163047,"ENSG00000162951","LRRTM1","leucine rich repeat transmembrane neuronal 1"
-"chr7",100861046,100861205,160,"*","Promoter (<=1kb)",7,100849258,100861011,11754,2,"8985",-35,"ENSG00000106397","PLOD3","procollagen-lysine, 2-oxoglutarate 5-dioxygenase 3"
-"chr14",107253273,107253290,18,"*","Intron (uc031qqx.1/uc031qqx.1, intron 4903 of 4910)",14,106938455,106951529,13075,1,"338005",314818,"ENSG00000270816","LINC00221","long intergenic non-protein coding RNA 221"
-"chr16",23607392,23607577,186,"*","Promoter (<=1kb)",16,23592335,23607639,15305,2,"4706",62,"ENSG00000004779","NDUFAB1","NADH:ubiquinone oxidoreductase subunit AB1"
-"chr2",157184614,157184768,155,"*","Intron (uc021vri.1/4929, intron 4 of 5)",2,157180944,157189287,8344,2,"4929",4519,"ENSG00000153234","NR4A2","nuclear receptor subfamily 4 group A member 2"
-"chr6",28109577,28109581,5,"*","Promoter (<=1kb)",6,28109688,28127250,17563,1,"7745",-107,"ENSG00000198315","ZKSCAN8","zinc finger with KRAB and SCAN domains 8"
-"chr8",46940895,46941103,209,"*","Distal Intergenic",8,47752508,47767407,14900,1,"497634",-811405,"ENSG00000253314","LINC00293","long intergenic non-protein coding RNA 293"
-"chr11",120983418,120983442,25,"*","Intron (uc010rzo.2/7007, intron 3 of 22)",11,120973375,121061515,88141,1,"7007",10043,"ENSG00000109927","TECTA","tectorin alpha"
-"chr16",967329,967618,290,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",63700,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr19",48896065,48896100,36,"*","Promoter (1-2kb)",19,48885827,48894810,8984,2,"10945",-1255,"ENSG00000105438","KDELR1","KDEL endoplasmic reticulum protein retention receptor 1"
-"chr6",160527310,160527453,144,"*","3' UTR",6,160514114,160517244,3131,1,"729603",13196,"ENSG00000213073","LOC729603","calcineurin-like EF-hand protein 1 pseudogene"
-"chr10",69634058,69634168,111,"*","Distal Intergenic",10,69644427,69678147,33721,1,"23411",-10259,"ENSG00000096717","SIRT1","sirtuin 1"
-"chr2",101179311,101179329,19,"*","Promoter (<=1kb)",2,101179418,101193201,13784,1,"79031",-89,"ENSG00000115539","PDCL3","phosducin like 3"
-"chr6",30685413,30685439,27,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872174,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr15",44955936,44955947,12,"*","Promoter (<=1kb)",15,44854894,44955876,100983,2,"80208",-60,"ENSG00000104133","SPG11","spastic paraplegia 11 (autosomal recessive)"
-"chr16",31580542,31580841,300,"*","Promoter (<=1kb)",16,31579088,31580845,1758,2,"440359",4,NA,"YBX3P1","Y-box binding protein 3 pseudogene 1"
-"chr3",197663873,197664106,234,"*","Intron (uc003fyn.3/84223, intron 7 of 7)",3,197677052,197682721,5670,1,"6165",-12946,"ENSG00000182899","RPL35A","ribosomal protein L35a"
-"chr2",208634004,208634073,70,"*","Promoter (<=1kb)",2,208627310,208634143,6834,2,"7855",70,"ENSG00000163251","FZD5","frizzled class receptor 5"
-"chr6",108437636,108438047,412,"*","Distal Intergenic",6,108362613,108395941,33329,2,"28962",-41695,"ENSG00000081087","OSTM1","osteopetrosis associated transmembrane protein 1"
-"chr16",4508243,4508686,444,"*","Distal Intergenic",16,4524719,4560348,35630,1,"3163",-16033,"ENSG00000103415","HMOX2","heme oxygenase 2"
-"chr2",198317965,198317982,18,"*","Promoter (<=1kb)",2,198318231,198339851,21621,1,"80219",-249,"ENSG00000115520","COQ10B","coenzyme Q10B"
-"chr6",31926920,31926931,12,"*","5' UTR",6,32485154,32557613,72460,2,"3127",630682,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",25043083,25043275,193,"*","Promoter (<=1kb)",16,25043062,25044098,1037,1,"554206",21,"ENSG00000262587","LOC554206","leucine carboxyl methyltransferase 1 pseudogene"
-"chr19",5147807,5148023,217,"*","Intron (uc002mbq.4/23030, intron 21 of 22)",19,4969124,5153608,184485,1,"23030",178683,"ENSG00000127663","KDM4B","lysine demethylase 4B"
-"chr2",119600360,119600519,160,"*","3' UTR",2,119599747,119605759,6013,2,"2019",5240,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr11",64879137,64879148,12,"*","Promoter (<=1kb)",11,64879326,64883707,4382,1,"7108",-178,"ENSG00000149809","TM7SF2","transmembrane 7 superfamily member 2"
-"chr12",54388886,54389066,181,"*","Distal Intergenic",12,54385522,54385631,110,1,"406973",3364,"ENSG00000207924","MIR196A2","microRNA 196a-2"
-"chr16",88763005,88763096,92,"*","3' UTR",16,88762903,88772829,9927,2,"115992",9733,"ENSG00000158717","RNF166","ring finger protein 166"
-"chr19",11908712,11909183,472,"*","Promoter (<=1kb)",19,11909391,11919306,9916,1,"126069",-208,"ENSG00000177599","ZNF491","zinc finger protein 491"
-"chr10",38739837,38740029,193,"*","Exon (uc009xme.3/399744, exon 8 of 8)",10,38717074,38741081,24008,1,"399744",22763,NA,"LINC00999","long intergenic non-protein coding RNA 999"
-"chr3",143690445,143690447,3,"*","Promoter (<=1kb)",3,143690640,143711210,20571,1,"205428",-193,"ENSG00000181744","C3orf58","chromosome 3 open reading frame 58"
-"chr7",12609412,12609859,448,"*","Promoter (<=1kb)",7,12610203,12693228,83026,1,"85477",-344,"ENSG00000006747","SCIN","scinderin"
-"chr17",7382829,7382838,10,"*","Promoter (1-2kb)",17,7384721,7386383,1663,1,"643664",-1883,"ENSG00000259224","SLC35G6","solute carrier family 35 member G6"
-"chr3",149191167,149191576,410,"*","Promoter (<=1kb)",3,149192368,149221181,28814,1,"7104",-792,"ENSG00000169903","TM4SF4","transmembrane 4 L six family member 4"
-"chr6",33092243,33092494,252,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",455576,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr14",93651116,93651169,54,"*","Promoter (<=1kb)",14,93648541,93651249,2709,2,"64112",80,"ENSG00000165943","MOAP1","modulator of apoptosis 1"
-"chr5",1074670,1074685,16,"*","Exon (uc003jbu.3/10723, exon 16 of 24)",5,1063011,1063089,79,2,"100616479",-11581,"ENSG00000263834","MIR4635","microRNA 4635"
-"chr5",149676826,149677228,403,"*","Exon (uc003lrv.2/340075, exon 2 of 2)",5,149675909,149682525,6617,2,"340075",5297,"ENSG00000183876","ARSI","arylsulfatase family member I"
-"chr6",96025748,96025855,108,"*","Promoter (<=1kb)",6,96025373,96057328,31956,1,"79694",375,"ENSG00000172469","MANEA","mannosidase endo-alpha"
-"chr8",140632686,140632785,100,"*","Intron (uc003yvf.1/51305, intron 2 of 2)",8,140613082,140715299,102218,2,"51305",82514,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
-"chr19",54928012,54928137,126,"*","Promoter (1-2kb)",19,54926605,54947899,21295,1,"57348",1407,"ENSG00000167614","TTYH1","tweety family member 1"
-"chr16",88637332,88637426,95,"*","Promoter (<=1kb)",16,88636789,88698372,61584,1,"124245",543,"ENSG00000158545","ZC3H18","zinc finger CCCH-type containing 18"
-"chr10",134692119,134692358,240,"*","Intron (uc021qbc.1/54777, intron 29 of 57)",10,134621896,134756089,134194,2,"54777",63731,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
-"chr12",95044311,95044446,136,"*","Promoter (<=1kb)",12,94960900,95044324,83425,2,"57458",0,"ENSG00000057704","TMCC3","transmembrane and coiled-coil domain family 3"
-"chr9",35073790,35073808,19,"*","Promoter (1-2kb)",9,35056065,35072739,16675,2,"7415",-1051,"ENSG00000165280","VCP","valosin containing protein"
-"chr16",28888747,28888796,50,"*","Promoter (1-2kb)",16,28889809,28915830,26022,1,"487",-1013,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
-"chr16",57391781,57392198,418,"*","Promoter (<=1kb)",16,57392695,57400102,7408,1,"6367",-497,"ENSG00000102962","CCL22","C-C motif chemokine ligand 22"
-"chr19",51326980,51327177,198,"*","Promoter (<=1kb)",19,51322404,51327043,4640,2,"3816",0,"ENSG00000167748","KLK1","kallikrein 1"
-"chr8",82633679,82633716,38,"*","Promoter (<=1kb)",8,82613566,82633539,19974,2,"79752",-140,"ENSG00000104231","ZFAND1","zinc finger AN1-type containing 1"
-"chr15",80762656,80762691,36,"*","Exon (uc002bfq.3/9915, exon 4 of 5)",15,80696692,80890277,193586,1,"9915",65964,"ENSG00000172379","ARNT2","aryl hydrocarbon receptor nuclear translocator 2"
-"chr10",132364035,132364391,357,"*","Distal Intergenic",10,132760851,132760931,81,2,"100422867",396540,"ENSG00000264803","MIR378C","microRNA 378c"
-"chr11",6518511,6518529,19,"*","Promoter (<=1kb)",11,6518526,6593254,74729,1,"144132",0,"ENSG00000179532","DNHD1","dynein heavy chain domain 1"
-"chr1",20396702,20397074,373,"*","5' UTR",1,20354672,20418394,63723,1,"5322",42030,"ENSG00000127472","PLA2G5","phospholipase A2 group V"
-"chr19",736116,736237,122,"*","Intron (uc002lpm.1/5064, intron 7 of 8)",19,751146,764318,13173,1,"126353",-14909,"ENSG00000099812","MISP","mitotic spindle positioning"
-"chr7",94294080,94294230,151,"*","3' UTR",7,94285637,94299006,13370,1,"23089",8443,"ENSG00000242265","PEG10","paternally expressed 10"
-"chr11",2890527,2890577,51,"*","Promoter (<=1kb)",11,2891263,2893336,2074,1,"55539",-686,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
-"chr10",134977964,134978001,38,"*","Intron (uc001llz.1/85442, intron 1 of 29)",10,134973971,135039916,65946,1,"85442",3993,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
-"chr15",50716707,50716825,119,"*","Promoter (<=1kb)",15,50716579,50793277,76699,1,"9101",128,"ENSG00000138592","USP8","ubiquitin specific peptidase 8"
-"chr17",51900534,51900887,354,"*","Promoter (<=1kb)",17,51900239,51902573,2335,1,"84643",295,"ENSG00000141200","KIF2B","kinesin family member 2B"
-"chr7",1178030,1178041,12,"*","Promoter (<=1kb)",7,1036623,1177893,141271,2,"84310",-137,"ENSG00000146540","C7orf50","chromosome 7 open reading frame 50"
-"chr1",9687471,9687880,410,"*","Distal Intergenic",1,9711790,9789172,77383,1,"5293",-23910,"ENSG00000171608","PIK3CD","phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit delta"
-"chr15",26234550,26234721,172,"*","Intron (uc021sgd.1/100128714, intron 1 of 4)",15,26147507,26298267,150761,1,"100128714",87043,"ENSG00000206187","LOC100128714","uncharacterized LOC100128714"
-"chr2",242611829,242611942,114,"*","3' UTR",2,242615157,242626383,11227,2,"1841",14441,"ENSG00000168393","DTYMK","deoxythymidylate kinase"
-"chr7",23530633,23530689,57,"*","Promoter (<=1kb)",7,23530007,23531031,1025,1,"256355",626,"ENSG00000232818","RPS2P32","ribosomal protein S2 pseudogene 32"
-"chr2",240044117,240044341,225,"*","Intron (uc010fyy.3/9759, intron 15 of 23)",2,240007523,240007622,100,2,"100616493",-36495,"ENSG00000264810","MIR4441","microRNA 4441"
-"chr20",34994266,34994743,478,"*","Intron (uc002xff.3/22839, intron 1 of 12)",20,34894303,35157040,262738,1,"22839",99963,"ENSG00000080845","DLGAP4","discs large homolog associated protein 4"
-"chr3",183146615,183146789,175,"*","Promoter (<=1kb)",3,182895831,183145855,250025,2,"23101",-760,"ENSG00000053524","MCF2L2","MCF.2 cell line derived transforming sequence-like 2"
-"chr5",2206868,2207052,185,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",-319575,"ENSG00000113430","IRX4","iroquois homeobox 4"
-"chr4",155413075,155413392,318,"*","Promoter (<=1kb)",4,155155527,155412930,257404,2,"54798",-145,"ENSG00000197410","DCHS2","dachsous cadherin-related 2"
-"chr16",746062,746084,23,"*","Intron (uc021taa.1/146330, intron 4 of 5)",16,734702,740400,5699,2,"84219",-5662,"ENSG00000127580","WDR24","WD repeat domain 24"
-"chr8",55382539,55382592,54,"*","Distal Intergenic",8,55370495,55373456,2962,1,"64321",12044,"ENSG00000164736","SOX17","SRY-box 17"
-"chrX",119709530,119709733,204,"*","Promoter (<=1kb)",23,119658446,119709684,51239,2,"8450",0,"ENSG00000158290","CUL4B","cullin 4B"
-"chr19",45505005,45505298,294,"*","Promoter (<=1kb)",19,45504707,45541456,36750,1,"5971",298,"ENSG00000104856","RELB","v-rel avian reticuloendotheliosis viral oncogene homolog B"
-"chr3",141457267,141457316,50,"*","Promoter (<=1kb)",3,141457051,141465645,8595,1,"9616",216,"ENSG00000114125","RNF7","ring finger protein 7"
-"chr5",176057765,176057876,112,"*","Promoter (<=1kb)",5,176057683,176073642,15960,1,"253314",82,"ENSG00000175766","EIF4E1B","eukaryotic translation initiation factor 4E family member 1B"
-"chr22",51001152,51001330,179,"*","Promoter (<=1kb)",22,50989541,51001328,11788,2,"644186",0,"ENSG00000217442","SYCE3","synaptonemal complex central element protein 3"
-"chr7",158220708,158220808,101,"*","Intron (uc011kwa.2/5799, intron 21 of 22)",7,158325410,158325505,96,2,"693180",104697,"ENSG00000207637","MIR595","microRNA 595"
-"chr10",131264846,131265059,214,"*","Promoter (<=1kb)",10,131265454,131565783,300330,1,"4255",-395,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
-"chr2",47797915,47798348,434,"*","Promoter (<=1kb)",2,47747915,47797470,49556,2,"56660",-445,"ENSG00000184261","KCNK12","potassium two pore domain channel subfamily K member 12"
-"chr3",57134296,57134580,285,"*","Intron (uc003dik.3/54756, intron 2 of 12)",3,56761446,57113336,351891,2,"50650",-20960,"ENSG00000163947","ARHGEF3","Rho guanine nucleotide exchange factor 3"
-"chr3",138738597,138738821,225,"*","Promoter (<=1kb)",3,138737873,138739768,1896,2,"389151",947,"ENSG00000184814","PRR23B","proline rich 23B"
-"chr8",95653239,95653243,5,"*","Promoter (<=1kb)",8,95653364,95719694,66331,1,"54845",-121,"ENSG00000104413","ESRP1","epithelial splicing regulatory protein 1"
-"chr19",17487728,17487848,121,"*","Promoter (<=1kb)",19,17462264,17488137,25874,2,"83483",289,"ENSG00000130300","PLVAP","plasmalemma vesicle associated protein"
-"chr11",130343533,130343750,218,"*","3' UTR",11,130318869,130346539,27671,1,"170689",24664,"ENSG00000166106","ADAMTS15","ADAM metallopeptidase with thrombospondin type 1 motif 15"
-"chr16",30709663,30709778,116,"*","Promoter (<=1kb)",16,30709025,30709810,786,2,"730183",32,NA,"LOC730183","uncharacterized LOC730183"
-"chr17",72209673,72209802,130,"*","Promoter (<=1kb)",17,72209696,72258157,48462,1,"94015",0,"ENSG00000141540","TTYH2","tweety family member 2"
-"chr4",870773,870804,32,"*","Intron (uc003gbl.4/2580, intron 11 of 24)",4,778745,819945,41201,2,"10815",-50828,"ENSG00000168993","CPLX1","complexin 1"
-"chr10",3108459,3108603,145,"*","Promoter (1-2kb)",10,3109712,3178997,69286,1,"5214",-1109,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
-"chr16",70323758,70323915,158,"*","Promoter (<=1kb)",16,70323670,70367735,44066,1,"11269",88,"ENSG00000157349","DDX19B","DEAD-box helicase 19B"
-"chr12",132983814,132984261,448,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-77909,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr17",18881962,18882091,130,"*","Exon (uc002guw.3/644815, exon 5 of 6)",17,18874381,18908060,33680,2,"644815",25969,"ENSG00000188522","FAM83G","family with sequence similarity 83 member G"
-"chr22",39770356,39770386,31,"*","5' UTR",22,39745954,39833132,87179,1,"10454",24402,"ENSG00000100324","TAB1","TGF-beta activated kinase 1/MAP3K7 binding protein 1"
-"chr11",818903,818917,15,"*","Promoter (<=1kb)",11,818901,825571,6671,1,"57104",2,"ENSG00000177666","PNPLA2","patatin like phospholipase domain containing 2"
-"chr6",117585479,117585767,289,"*","Promoter (<=1kb)",6,117586721,117594728,8008,1,"245806",-954,"ENSG00000170162","VGLL2","vestigial like family member 2"
-"chr16",4475555,4475566,12,"*","Promoter (<=1kb)",16,4475806,4506775,30970,1,"9093",-240,"ENSG00000103423","DNAJA3","DnaJ heat shock protein family (Hsp40) member A3"
-"chr2",154728735,154729011,277,"*","Promoter (<=1kb)",2,154728426,155310489,582064,1,"114805",309,"ENSG00000144278","GALNT13","polypeptide N-acetylgalactosaminyltransferase 13"
-"chr22",18955907,18956341,435,"*","Promoter (1-2kb)",22,18958011,19018742,60732,1,"26220",-1670,"ENSG00000237517","DGCR5","DiGeorge syndrome critical region gene 5 (non-protein coding)"
-"chr1",71546600,71546685,86,"*","Promoter (<=1kb)",1,71528974,71546972,17999,2,"9406",287,"ENSG00000132485","ZRANB2","zinc finger RANBP2-type containing 2"
-"chr10",27149660,27149668,9,"*","Promoter (<=1kb)",10,27035525,27150016,114492,2,"10006",348,"ENSG00000136754","ABI1","abl interactor 1"
-"chr20",61158170,61158292,123,"*","Intron (uc011aaj.2/128826, intron 2 of 3)",20,61162119,61162220,102,1,"406923",-3827,"ENSG00000207764","MIR133A2","microRNA 133a-2"
-"chr4",137733853,137734021,169,"*","Distal Intergenic",4,138440074,138453648,13575,2,"54510",719627,"ENSG00000189184","PCDH18","protocadherin 18"
-"chr16",86492864,86492895,32,"*","Distal Intergenic",16,86508131,86542466,34336,2,"400550",49571,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
-"chr19",4584005,4584187,183,"*","Distal Intergenic",19,4542600,4559771,17172,2,"10501",-24234,"ENSG00000167680","SEMA6B","semaphorin 6B"
-"chr19",49617647,49617821,175,"*","Promoter (<=1kb)",19,49617618,49621717,4100,1,"64130",29,"ENSG00000104863","LIN7B","lin-7 homolog B, crumbs cell polarity complex component"
-"chr3",48282574,48282590,17,"*","Promoter (<=1kb)",3,48282596,48329115,46520,1,"51385",-6,"ENSG00000164048","ZNF589","zinc finger protein 589"
-"chr9",132082909,132083215,307,"*","Promoter (<=1kb)",9,132083295,132084882,1588,1,"414318",-80,NA,"C9orf106","chromosome 9 open reading frame 106"
-"chr11",20384886,20385037,152,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",-194,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
-"chr16",89335039,89335133,95,"*","Exon (uc002fmz.1/uc002fmz.1, exon 1 of 2)",16,89284111,89295965,11855,1,"197320",50928,"ENSG00000170100","ZNF778","zinc finger protein 778"
-"chr2",231809610,231809672,63,"*","Intron (uc010fxs.1/9290, intron 1 of 1)",2,231772033,231825691,53659,2,"9290",16019,"ENSG00000135898","GPR55","G protein-coupled receptor 55"
-"chr14",60631988,60632081,94,"*","5' UTR",14,60611500,60636561,25062,2,"51635",4480,"ENSG00000100612","DHRS7","dehydrogenase/reductase (SDR family) member 7"
-"chr8",124169696,124169771,76,"*","Distal Intergenic",8,124191287,124222318,31032,1,"84985",-21516,"ENSG00000147689","FAM83A","family with sequence similarity 83 member A"
-"chr10",97416018,97416393,376,"*","Promoter (<=1kb)",10,97365686,97416567,50882,2,"5832",174,"ENSG00000059573","ALDH18A1","aldehyde dehydrogenase 18 family member A1"
-"chr1",153747551,153747600,50,"*","Promoter (<=1kb)",1,153747768,153752633,4866,1,"11000",-168,"ENSG00000143554","SLC27A3","solute carrier family 27 member 3"
-"chr4",38664952,38665106,155,"*","Promoter (<=1kb)",4,38665790,38703129,37340,1,"51274",-684,"ENSG00000109787","KLF3","Kruppel-like factor 3 (basic)"
-"chr10",105678128,105678131,4,"*","Promoter (<=1kb)",10,105637318,105678045,40728,2,"79991",-83,"ENSG00000107960","OBFC1","oligonucleotide/oligosaccharide-binding fold containing 1"
-"chr10",133956776,133956875,100,"*","Intron (uc001lkx.4/282973, intron 10 of 23)",10,133918313,133998313,80001,1,"282973",38463,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
-"chr12",124904701,124904884,184,"*","Intron (uc010tbb.2/9612, intron 35 of 48)",12,124773710,124800570,26861,1,"144347",130991,"ENSG00000178882","FAM101A","family with sequence similarity 101 member A"
-"chr7",927934,927986,53,"*","Intron (uc003sjj.1/51608, intron 12 of 16)",7,891587,936071,44485,1,"51608",36347,"ENSG00000239857","GET4","golgi to ER traffic protein 4"
-"chr12",6619116,6619248,133,"*","Promoter (<=1kb)",12,6619388,6619717,330,1,"692148",-140,"ENSG00000239002","SCARNA10","small Cajal body-specific RNA 10"
-"chr14",46283069,46283172,104,"*","Distal Intergenic",14,46533362,46971104,437743,1,"100506412",-250190,"ENSG00000258700","LINC00871","long intergenic non-protein coding RNA 871"
-"chr16",67200133,67200444,312,"*","Promoter (2-3kb)",16,67197288,67203848,6561,1,"3299",2845,"ENSG00000102878","HSF4","heat shock transcription factor 4"
-"chr4",114901139,114901163,25,"*","Promoter (<=1kb)",4,114821440,114900878,79439,2,"79642",-261,"ENSG00000180801","ARSJ","arylsulfatase family member J"
-"chr10",134913764,134913874,111,"*","Intron (uc001llw.3/84435, intron 13 of 15)",10,134884433,134945179,60747,1,"84435",29331,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
-"chrX",2847503,2847510,8,"*","Promoter (<=1kb)",23,2822011,2847416,25406,2,"414",-87,"ENSG00000006756","ARSD","arylsulfatase D"
-"chr16",19125772,19126242,471,"*","Promoter (<=1kb)",16,19125254,19132952,7699,1,"162073",518,"ENSG00000205730","ITPRIPL2","inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
-"chr20",21082942,21083097,156,"*","Distal Intergenic",20,21106624,21227258,120635,1,"55857",-23527,"ENSG00000088970","KIZ","kizuna centrosomal protein"
-"chr12",7055538,7055609,72,"*","Promoter (<=1kb)",12,7055740,7070479,14740,1,"5777",-131,"ENSG00000111679","PTPN6","protein tyrosine phosphatase, non-receptor type 6"
-"chr3",50275346,50275398,53,"*","Intron (uc003cyo.1/2771, intron 1 of 9)",3,50263724,50296786,33063,1,"2771",11622,"ENSG00000114353","GNAI2","G protein subunit alpha i2"
-"chr1",16490791,16491125,335,"*","Distal Intergenic",1,16450832,16482582,31751,2,"1969",-8209,"ENSG00000142627","EPHA2","EPH receptor A2"
-"chr10",126138800,126138879,80,"*","Promoter (<=1kb)",10,126135998,126138550,2553,2,"390010",-250,"ENSG00000229544","NKX1-2","NK1 homeobox 2"
-"chr20",55043271,55043471,201,"*","Promoter (<=1kb)",20,55043647,55093942,50296,1,"51507",-176,"ENSG00000022277","RTFDC1","replication termination factor 2 domain containing 1"
-"chr10",21824110,21824359,250,"*","Promoter (1-2kb)",10,21823101,22032559,209459,1,"8028",1009,"ENSG00000078403","MLLT10","myeloid/lymphoid or mixed-lineage leukemia; translocated to, 10"
-"chr4",976412,976565,154,"*","Intron (uc003gbx.3/10861, intron 1 of 2)",4,980785,998317,17533,1,"3425",-4220,"ENSG00000127415","IDUA","iduronidase, alpha-L-"
-"chr2",109335655,109335699,45,"*","Promoter (<=1kb)",2,109335937,109402267,66331,1,"5903",-238,"ENSG00000153201","RANBP2","RAN binding protein 2"
-"chr19",4639462,4639614,153,"*","Promoter (<=1kb)",19,4639527,4655580,16054,1,"126282",0,"ENSG00000185361","TNFAIP8L1","TNF alpha induced protein 8 like 1"
-"chr2",56410143,56410197,55,"*","Intron (uc021vhw.1/114800, intron 3 of 4)",2,56227849,56227930,82,2,"100126319",-182213,"ENSG00000211520","MIR216B","microRNA 216b"
-"chr6",32019178,32019363,186,"*","Intron (uc003nzl.2/7148, intron 18 of 43)",6,32485154,32557613,72460,2,"3127",538250,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",28173732,28173887,156,"*","Promoter (<=1kb)",8,28174649,28200868,26220,1,"5368",-762,"ENSG00000168081","PNOC","prepronociceptin"
-"chr7",93204970,93205078,109,"*","Promoter (<=1kb)",7,93053799,93204042,150244,2,"799",-928,"ENSG00000004948","CALCR","calcitonin receptor"
-"chr1",92952469,92952473,5,"*","Promoter (<=1kb)",1,92940318,92952433,12116,2,"2672",-36,"ENSG00000162676","GFI1","growth factor independent 1 transcription repressor"
-"chr16",20911833,20911997,165,"*","Promoter (<=1kb)",16,20791515,20911561,120047,2,"112479",-272,"ENSG00000196678","ERI2","ERI1 exoribonuclease family member 2"
-"chr16",29884806,29884922,117,"*","Exon (uc002dup.4/26470, exon 13 of 18)",16,29875004,29879374,4371,1,"440356",9802,"ENSG00000214725","CDIPT-AS1","CDIPT antisense RNA 1 (head to head)"
-"chr3",152552877,152553013,137,"*","Promoter (<=1kb)",3,152552736,152555843,3108,1,"5028",141,"ENSG00000169860","P2RY1","purinergic receptor P2Y1"
-"chr11",66102352,66102686,335,"*","Promoter (1-2kb)",11,66099542,66104311,4770,2,"9610",1625,"ENSG00000174791","RIN1","Ras and Rab interactor 1"
-"chr12",58218572,58218672,101,"*","Promoter (<=1kb)",12,58218392,58218475,84,2,"407016",-97,"ENSG00000207789","MIR26A2","microRNA 26a-2"
-"chr22",19701779,19701820,42,"*","Promoter (<=1kb)",22,19701987,19712297,10311,1,"100526833",-167,"ENSG00000184702","SEPT5-GP1BB","SEPT5-GP1BB readthrough"
-"chr16",2732443,2732466,24,"*","Promoter (<=1kb)",16,2732495,2759031,26537,1,"54442",-29,"ENSG00000167977","KCTD5","potassium channel tetramerization domain containing 5"
-"chr6",32551949,32551954,6,"*","5' UTR",6,32485154,32557613,72460,2,"3127",5659,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",102766338,102766410,73,"*","Exon (uc001ksj.3/84445, exon 5 of 5)",10,102756864,102767593,10730,1,"84445",9474,"ENSG00000107816","LZTS2","leucine zipper, putative tumor suppressor 2"
-"chr1",38260988,38261004,17,"*","Promoter (1-2kb)",1,38259774,38267278,7505,1,"149175",1214,"ENSG00000185090","MANEAL","mannosidase endo-alpha like"
-"chr7",108168673,108169094,422,"*","Promoter (<=1kb)",7,108110866,108168605,57740,2,"50640",-68,"ENSG00000135241","PNPLA8","patatin like phospholipase domain containing 8"
-"chrX",138285492,138285780,289,"*","Promoter (1-2kb)",23,137713734,138287185,573452,2,"2258",1405,"ENSG00000129682","FGF13","fibroblast growth factor 13"
-"chr9",120176467,120176762,296,"*","Promoter (<=1kb)",9,119187504,120177317,989814,2,"23245",555,"ENSG00000148219","ASTN2","astrotactin 2"
-"chr19",19281207,19281222,16,"*","Promoter (<=1kb)",19,19256376,19281098,24723,2,"100271849",-109,"ENSG00000064489","MEF2B","myocyte enhancer factor 2B"
-"chr11",14380918,14380999,82,"*","Intron (uc021qed.1/22800, intron 5 of 5)",11,14299466,14386052,86587,2,"22800",5053,"ENSG00000133818","RRAS2","related RAS viral (r-ras) oncogene homolog 2"
-"chr22",38453191,38453248,58,"*","Promoter (<=1kb)",22,38453262,38471708,18447,1,"9463",-14,"ENSG00000100151","PICK1","protein interacting with PRKCA 1"
-"chr8",144922448,144922697,250,"*","Promoter (1-2kb)",8,144915755,144924200,8446,2,"340371",1503,"ENSG00000185189","NRBP2","nuclear receptor binding protein 2"
-"chr19",11529252,11529396,145,"*","Promoter (<=1kb)",19,11493773,11530018,36246,2,"57139",622,"ENSG00000205517","RGL3","ral guanine nucleotide dissociation stimulator-like 3"
-"chr19",8620632,8620696,65,"*","Exon (uc002mkg.3/4542, exon 2 of 28)",19,8585674,8642331,56658,2,"4542",21635,"ENSG00000142347","MYO1F","myosin IF"
-"chr17",42287715,42287923,209,"*","Exon (uc002igc.3/7343, exon 13 of 20)",17,42282401,42298994,16594,2,"7343",11071,"ENSG00000108312","UBTF","upstream binding transcription factor, RNA polymerase I"
-"chr10",86088115,86088161,47,"*","Promoter (<=1kb)",10,86088410,86278276,189867,1,"54462",-249,"ENSG00000107771","CCSER2","coiled-coil serine rich protein 2"
-"chr2",45538072,45538291,220,"*","Distal Intergenic",2,45401480,45482080,80601,2,"400952",-55992,"ENSG00000205054","LINC01121","long intergenic non-protein coding RNA 1121"
-"chr16",1494617,1494629,13,"*","Promoter (<=1kb)",16,1484389,1494490,10102,2,"645811",-127,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
-"chr4",96471057,96471143,87,"*","Promoter (<=1kb)",4,96083656,96470361,386706,2,"8633",-696,"ENSG00000182168","UNC5C","unc-5 netrin receptor C"
-"chr1",43637803,43637823,21,"*","Promoter (<=1kb)",1,43638001,43720029,82029,1,"149465",-178,"ENSG00000243710","CFAP57","cilia and flagella associated protein 57"
-"chr14",74958970,74959179,210,"*","Promoter (<=1kb)",14,74946643,74960084,13442,2,"10577",905,"ENSG00000119655","NPC2","Niemann-Pick disease, type C2"
-"chr10",28525739,28525755,17,"*","Intron (uc009xkz.1/143098, intron 15 of 15)",10,28339923,28591995,252073,2,"143098",66240,"ENSG00000150054","MPP7","membrane protein, palmitoylated 7"
-"chr20",62738077,62738149,73,"*","Promoter (<=1kb)",20,62737183,62738184,1002,2,"2832",35,"ENSG00000277339","NPBWR2","neuropeptides B/W receptor 2"
-"chr4",187477065,187477310,246,"*","Promoter (<=1kb)",4,187454809,187476537,21729,2,"4543",-528,"ENSG00000168412","MTNR1A","melatonin receptor 1A"
-"chr11",61582526,61582697,172,"*","Promoter (<=1kb)",11,61582633,61582712,80,2,"100302263",15,"ENSG00000222326","MIR1908","microRNA 1908"
-"chr5",176757391,176757514,124,"*","Downstream (1-2kb)",5,176732501,176739292,6792,2,"83463",-18099,"ENSG00000213347","MXD3","MAX dimerization protein 3"
-"chr6",32362696,32362707,12,"*","Exon (uc003obg.1/56244, exon 6 of 6)",6,32485154,32557613,72460,2,"3127",194906,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",222791514,222791571,58,"*","Promoter (<=1kb)",1,222791444,222841351,49908,1,"375056",70,"ENSG00000154305","MIA3","melanoma inhibitory activity family member 3"
-"chr6",8102457,8102683,227,"*","Promoter (<=1kb)",6,8013800,8102828,89029,2,"100526837",145,NA,"EEF1E1-BLOC1S5","EEF1E1-BLOC1S5 readthrough (NMD candidate)"
-"chr1",17765006,17765020,15,"*","Promoter (1-2kb)",1,17733251,17766250,33000,2,"55920",1230,"ENSG00000179051","RCC2","regulator of chromosome condensation 2"
-"chr1",10533753,10534116,364,"*","Promoter (<=1kb)",1,10535003,10690815,155813,1,"5195",-887,"ENSG00000142655","PEX14","peroxisomal biogenesis factor 14"
-"chr12",131246148,131246468,321,"*","Distal Intergenic",12,130880681,131200826,320146,2,"23504",-45322,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
-"chr19",55630001,55630336,336,"*","Promoter (1-2kb)",19,55602281,55628968,26688,2,"54776",-1033,"ENSG00000125503","PPP1R12C","protein phosphatase 1 regulatory subunit 12C"
-"chr19",11472397,11472683,287,"*","5' UTR",19,11466062,11476374,10313,1,"64748",6335,"ENSG00000105520","PLPPR2","phospholipid phosphatase related 2"
-"chr8",54164003,54164081,79,"*","Promoter (<=1kb)",8,54138276,54164194,25919,2,"4986",113,"ENSG00000082556","OPRK1","opioid receptor, kappa 1"
-"chr5",16936879,16937331,453,"*","Promoter (<=1kb)",5,16662016,16936385,274370,2,"4651",-494,"ENSG00000145555","MYO10","myosin X"
-"chr6",32115968,32115981,14,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",441632,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",13526611,13526769,159,"*","Downstream (1-2kb)",4,13527943,13533041,5099,2,"285547",6272,"ENSG00000281202","LINC01097","long intergenic non-protein coding RNA 1097"
-"chr11",48001787,48001892,106,"*","Promoter (<=1kb)",11,48002110,48192394,190285,1,"5795",-218,"ENSG00000149177","PTPRJ","protein tyrosine phosphatase, receptor type J"
-"chr17",77924221,77924227,7,"*","Exon (uc002jxg.2/125058, exon 2 of 8)",17,77906142,78009657,103516,2,"125058",85430,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
-"chr3",48541454,48541459,6,"*","Promoter (<=1kb)",3,48509197,48542259,33063,2,"51246",800,"ENSG00000164054","SHISA5","shisa family member 5"
-"chr6",56953934,56953991,58,"*","Promoter (<=1kb)",6,56954808,57035098,80291,1,"26036",-817,"ENSG00000112200","ZNF451","zinc finger protein 451"
-"chr16",10912696,10912699,4,"*","Promoter (<=1kb)",16,10855083,10912621,57539,2,"780776",-75,"ENSG00000166676","TVP23A","trans-golgi network vesicle protein 23 homolog A (S. cerevisiae)"
-"chr17",73401817,73401858,42,"*","Promoter (<=1kb)",17,73314157,73401790,87634,2,"2885",-27,"ENSG00000177885","GRB2","growth factor receptor bound protein 2"
-"chr1",18971824,18972048,225,"*","Intron (uc001bay.3/5081, intron 4 of 7)",1,18957500,19075360,117861,1,"5081",14324,"ENSG00000009709","PAX7","paired box 7"
-"chr1",109235007,109235208,202,"*","Promoter (<=1kb)",1,109234932,109244422,9491,1,"55119",75,"ENSG00000134186","PRPF38B","pre-mRNA processing factor 38B"
-"chr10",12390868,12390960,93,"*","Promoter (<=1kb)",10,12391583,12871733,480151,1,"57118",-623,"ENSG00000183049","CAMK1D","calcium/calmodulin dependent protein kinase ID"
-"chr2",26951130,26951473,344,"*","3' UTR",2,26915581,26954066,38486,1,"3777",35549,"ENSG00000171303","KCNK3","potassium two pore domain channel subfamily K member 3"
-"chr19",53898642,53898840,199,"*","Intron (uc010ydx.2/91661, intron 3 of 5)",19,53868968,53889841,20874,1,"170958",29674,"ENSG00000203326","ZNF525","zinc finger protein 525"
-"chr15",77320213,77320336,124,"*","Exon (uc010bkt.1/9051, exon 7 of 16)",15,77287021,77329671,42651,1,"9051",33192,"ENSG00000140368","PSTPIP1","proline-serine-threonine phosphatase interacting protein 1"
-"chr4",36283275,36283588,314,"*","Promoter (<=1kb)",4,36283237,36346407,63171,1,"401124",38,"ENSG00000197057","DTHD1","death domain containing 1"
-"chr8",37797780,37798156,377,"*","Promoter (<=1kb)",8,37791800,37797647,5848,2,"137362",-133,"ENSG00000169154","GOT1L1","glutamic-oxaloacetic transaminase 1-like 1"
-"chr11",64578348,64578473,126,"*","Promoter (<=1kb)",11,64570986,64578766,7781,2,"4221",293,"ENSG00000133895","MEN1","menin 1"
-"chr12",106980319,106980498,180,"*","Intron (uc001tlr.3/5992, intron 1 of 17)",12,106976685,107156582,179898,1,"5992",3634,"ENSG00000111783","RFX4","regulatory factor X4"
-"chr19",56110823,56110832,10,"*","Promoter (<=1kb)",19,56111730,56114504,2775,1,"147807",-898,"ENSG00000171443","ZNF524","zinc finger protein 524"
-"chr12",128675283,128675378,96,"*","Distal Intergenic",12,128751948,129192460,440513,1,"92293",-76570,"ENSG00000181234","TMEM132C","transmembrane protein 132C"
-"chr10",557061,557217,157,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",130501,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr16",19079293,19079446,154,"*","Promoter (<=1kb)",16,19078917,19091417,12501,1,"10229",376,"ENSG00000167186","COQ7","coenzyme Q7 homolog, ubiquinone (yeast)"
-"chr12",80328163,80328474,312,"*","Promoter (<=1kb)",12,80167343,80329235,161893,2,"4659",761,"ENSG00000058272","PPP1R12A","protein phosphatase 1 regulatory subunit 12A"
-"chr1",227506639,227506820,182,"*","Promoter (<=1kb)",1,227177566,227505826,328261,2,"8476",-813,"ENSG00000143776","CDC42BPA","CDC42 binding protein kinase alpha"
-"chr5",177876815,177876930,116,"*","Intron (uc021yiy.1/91522, intron 27 of 28)",5,177664617,178017556,352940,2,"91522",140626,"ENSG00000050767","COL23A1","collagen type XXIII alpha 1"
-"chr2",85361982,85362432,451,"*","Promoter (1-2kb)",2,85360583,85537511,176929,1,"83439",1399,"ENSG00000152284","TCF7L1","transcription factor 7 like 1"
-"chr5",56205046,56205270,225,"*","Promoter (<=1kb)",5,56205087,56221359,16273,1,"133383",0,"ENSG00000155542","SETD9","SET domain containing 9"
-"chr6",109415390,109415607,218,"*","Promoter (<=1kb)",6,109307640,109415708,108069,2,"27244",101,"ENSG00000080546","SESN1","sestrin 1"
-"chr17",76136677,76136904,228,"*","Intron (uc002jup.2/147138, intron 15 of 15)",17,76142434,76162364,19931,1,"100141515",-5530,"ENSG00000187997","C17orf99","chromosome 17 open reading frame 99"
-"chr1",86045888,86046274,387,"*","Promoter (<=1kb)",1,86046444,86049648,3205,1,"3491",-170,"ENSG00000142871","CYR61","cysteine rich angiogenic inducer 61"
-"chr7",27225271,27225294,24,"*","Promoter (<=1kb)",7,27225027,27228912,3886,1,"221883",244,"ENSG00000240990","HOXA11-AS","HOXA11 antisense RNA"
-"chr2",127729049,127729123,75,"*","Distal Intergenic",2,127805599,127864903,59305,2,"274",135780,"ENSG00000136717","BIN1","bridging integrator 1"
-"chr7",138483046,138483143,98,"*","Promoter (<=1kb)",7,138391039,138482941,91903,2,"50617",-105,"ENSG00000105929","ATP6V0A4","ATPase H+ transporting V0 subunit a4"
-"chr11",85566439,85566512,74,"*","Promoter (<=1kb)",11,85566144,85631051,64908,1,"220047",295,"ENSG00000150676","CCDC83","coiled-coil domain containing 83"
-"chr1",29138936,29139021,86,"*","Promoter (<=1kb)",1,29138654,29190208,51555,1,"4985",282,"ENSG00000116329","OPRD1","opioid receptor, delta 1"
-"chr13",99101630,99101644,15,"*","3' UTR",13,99102455,99229396,126942,2,"8428",127752,"ENSG00000102572","STK24","serine/threonine kinase 24"
-"chr9",21335078,21335551,474,"*","Promoter (<=1kb)",9,21331018,21335429,4412,2,"55958",0,"ENSG00000198642","KLHL9","kelch like family member 9"
-"chr20",22564899,22565180,282,"*","Promoter (<=1kb)",20,22561642,22566101,4460,2,"3170",921,"ENSG00000125798","FOXA2","forkhead box A2"
-"chr1",173834029,173834155,127,"*","Promoter (<=1kb)",1,173833971,173834041,71,2,"26774",0,NA,"SNORD80","small nucleolar RNA, C/D box 80"
-"chr10",43800334,43800430,97,"*","Distal Intergenic",10,43689984,43762367,72384,2,"221002",-37967,"ENSG00000198915","RASGEF1A","RasGEF domain family member 1A"
-"chr1",95698989,95699097,109,"*","Promoter (<=1kb)",1,95699711,95712781,13071,1,"25950",-614,"ENSG00000122481","RWDD3","RWD domain containing 3"
-"chr1",46153737,46153765,29,"*","Promoter (<=1kb)",1,46153847,46160108,6262,1,"51249",-82,"ENSG00000159596","TMEM69","transmembrane protein 69"
-"chr2",84517690,84517694,5,"*","Promoter (<=1kb)",2,84517806,84519324,1519,1,"388965",-112,NA,"FUNDC2P2","FUN14 domain containing 2 pseudogene 2"
-"chr4",6643098,6643108,11,"*","Promoter (1-2kb)",4,6641818,6644470,2653,1,"93621",1280,"ENSG00000179010","MRFAP1","Morf4 family associated protein 1"
-"chr4",140163176,140163192,17,"*","Distal Intergenic",4,140187317,140201492,14176,2,"84709",38300,"ENSG00000137463","MGARP","mitochondria localized glutamic acid rich protein"
-"chr19",51925080,51925272,193,"*","Distal Intergenic",19,51913275,51921057,7783,2,"89790",-4023,"ENSG00000142512","SIGLEC10","sialic acid binding Ig like lectin 10"
-"chr12",4699085,4699232,148,"*","Intron (uc009zeh.1/8798, intron 3 of 13)",12,4671370,4723041,51672,1,"8798",27715,"ENSG00000010219","DYRK4","dual specificity tyrosine phosphorylation regulated kinase 4"
-"chr8",145626850,145627023,174,"*","Promoter (1-2kb)",8,145625476,145625559,84,2,"100302196",-1291,"ENSG00000266624","MIR1234","microRNA 1234"
-"chr5",14011368,14011572,205,"*","Distal Intergenic",5,13690437,13944589,254153,2,"1767",-66779,"ENSG00000039139","DNAH5","dynein axonemal heavy chain 5"
-"chr8",23261312,23261570,259,"*","Promoter (<=1kb)",8,23154410,23261722,107313,2,"4017",152,"ENSG00000134013","LOXL2","lysyl oxidase like 2"
-"chr12",123921688,123921793,106,"*","Promoter (<=1kb)",12,123899936,123921264,21329,2,"196383",-424,"ENSG00000150977","RILPL2","Rab interacting lysosomal protein like 2"
-"chr3",126721465,126721586,122,"*","Intron (uc003ejg.3/5361, intron 2 of 30)",3,126707437,126756235,48799,1,"5361",14028,"ENSG00000114554","PLXNA1","plexin A1"
-"chr10",14372383,14372548,166,"*","Intron (uc001ims.3/55691, intron 24 of 24)",10,14478575,14478660,86,1,"100302116",-106027,"ENSG00000221371","MIR1265","microRNA 1265"
-"chr16",5121683,5121855,173,"*","5' UTR",16,5094123,5116146,22024,2,"146556",-5537,"ENSG00000153446","C16orf89","chromosome 16 open reading frame 89"
-"chr12",53645202,53645477,276,"*","Promoter (<=1kb)",12,53645370,53648190,2821,1,"84975",0,"ENSG00000182544","MFSD5","major facilitator superfamily domain containing 5"
-"chr8",10447472,10447726,255,"*","Distal Intergenic",8,10383056,10411676,28621,1,"203074",64416,"ENSG00000184647","PRSS55","protease, serine 55"
-"chr13",115000168,115000206,39,"*","Promoter (<=1kb)",13,115000362,115038150,37789,1,"8881",-156,"ENSG00000130177","CDC16","cell division cycle 16"
-"chr19",4944112,4944325,214,"*","Exon (uc002mbo.3/29128, exon 8 of 18)",19,4932699,4932752,54,1,"100616337",11413,"ENSG00000263409","MIR4747","microRNA 4747"
-"chr2",136845655,136846053,399,"*","Distal Intergenic",2,136871919,136875725,3807,2,"7852",29672,"ENSG00000121966","CXCR4","chemokine (C-X-C motif) receptor 4"
-"chr5",78532896,78533319,424,"*","Promoter (<=1kb)",5,78531925,78623038,91114,1,"133746",971,"ENSG00000152409","JMY","junction mediating and regulatory protein, p53 cofactor"
-"chr8",23712714,23712968,255,"*","Promoter (<=1kb)",8,23699434,23712320,12887,2,"6781",-394,"ENSG00000159167","STC1","stanniocalcin 1"
-"chr11",56949026,56949240,215,"*","Promoter (<=1kb)",11,56949221,56959188,9968,1,"219527",0,"ENSG00000183908","LRRC55","leucine rich repeat containing 55"
-"chr10",71336514,71336773,260,"*","Distal Intergenic",10,71331791,71333210,1420,2,"50674",-3304,"ENSG00000122859","NEUROG3","neurogenin 3"
-"chr12",123757488,123757812,325,"*","Promoter (<=1kb)",12,123745517,123756863,11347,2,"8099",-625,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
-"chr19",470879,470976,98,"*","Intron (uc002lor.3/284451, intron 2 of 3)",19,463346,474983,11638,2,"284451",4007,"ENSG00000181781","ODF3L2","outer dense fiber of sperm tails 3-like 2"
-"chr4",130014369,130014437,69,"*","Promoter (<=1kb)",4,129805152,130014764,209613,2,"132320",327,"ENSG00000151466","SCLT1","sodium channel and clathrin linker 1"
-"chr4",3769706,3769762,57,"*","Promoter (1-2kb)",4,3768296,3770253,1958,1,"152",1410,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
-"chr20",35833148,35833202,55,"*","5' UTR",20,35729629,35807974,78346,2,"140699",-25174,"ENSG00000101353","MROH8","maestro heat like repeat family member 8"
-"chr11",101454685,101454717,33,"*","Promoter (<=1kb)",11,101322295,101454659,132365,2,"7225",-26,"ENSG00000137672","TRPC6","transient receptor potential cation channel subfamily C member 6"
-"chr3",48697408,48697409,2,"*","Exon (uc003cuf.1/1951, exon 3 of 56)",3,48662831,48709981,47151,2,"1951",12572,"ENSG00000008300","CELSR3","cadherin EGF LAG seven-pass G-type receptor 3"
-"chr1",213021213,213021561,349,"*","Promoter (<=1kb)",1,213003485,213020991,17507,2,"149643",-222,"ENSG00000185523","SPATA45","spermatogenesis associated 45"
-"chr20",57618098,57618439,342,"*","Promoter (<=1kb)",20,57603733,57617901,14169,2,"100533975",-197,NA,"SLMO2-ATP5E","SLMO2-ATP5E readthrough"
-"chr10",734710,735041,332,"*","Promoter (<=1kb)",10,320130,735608,415479,2,"22982",567,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr16",1272275,1272450,176,"*","Promoter (2-3kb)",16,1271651,1275254,3604,2,"25823",2804,"ENSG00000116176","TPSG1","tryptase gamma 1"
-"chr2",71116188,71116411,224,"*","Distal Intergenic",2,71127720,71160575,32856,1,"25806",-11309,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
-"chr14",70346413,70346417,5,"*","Promoter (<=1kb)",14,70346114,70499083,152970,1,"64093",299,"ENSG00000198732","SMOC1","SPARC related modular calcium binding 1"
-"chr4",6107649,6107743,95,"*","Exon (uc010idb.1/152789, exon 3 of 21)",4,6027926,6202318,174393,2,"152789",94575,"ENSG00000152969","JAKMIP1","janus kinase and microtubule interacting protein 1"
-"chrX",128977530,128977653,124,"*","Promoter (<=1kb)",23,128937264,128978124,40861,2,"51114",471,"ENSG00000188706","ZDHHC9","zinc finger DHHC-type containing 9"
-"chr3",87138462,87138592,131,"*","Exon (uc003dqo.3/uc003dqo.3, exon 1 of 2)",3,86987123,87040257,53135,2,"389136",-98205,"ENSG00000206538","VGLL3","vestigial like family member 3"
-"chr8",109260982,109260989,8,"*","Promoter (<=1kb)",8,109213972,109260959,46988,2,"3646",-23,"ENSG00000104408","EIF3E","eukaryotic translation initiation factor 3 subunit E"
-"chrX",107978163,107978480,318,"*","Promoter (1-2kb)",23,107975727,107979607,3881,2,"8471",1127,"ENSG00000133124","IRS4","insulin receptor substrate 4"
-"chr20",5891712,5891733,22,"*","Promoter (<=1kb)",20,5891974,5906005,14032,1,"1114",-241,"ENSG00000089199","CHGB","chromogranin B"
-"chr16",7703812,7703893,82,"*","Exon (uc002cyr.1/54715, exon 12 of 12)",16,8619502,8622226,2725,2,"283953",918333,"ENSG00000232258","TMEM114","transmembrane protein 114"
-"chr22",41487235,41487734,500,"*","Promoter (<=1kb)",22,41488517,41488570,54,1,"100302237",-783,"ENSG00000221160","MIR1281","microRNA 1281"
-"chr2",170683855,170683859,5,"*","Promoter (<=1kb)",2,170684018,170940639,256622,1,"130507",-159,"ENSG00000144357","UBR3","ubiquitin protein ligase E3 component n-recognin 3 (putative)"
-"chr6",30618797,30618999,203,"*","Exon (uc003nqw.4/221545, exon 3 of 6)",6,32485154,32557613,72460,2,"3127",1938614,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",105479248,105479270,23,"*","Promoter (<=1kb)",8,105391652,105479277,87626,2,"1807",7,"ENSG00000147647","DPYS","dihydropyrimidinase"
-"chr16",29606629,29606982,354,"*","Exon (uc010vds.1/440354, exon 1 of 10)",16,29624424,29625038,615,2,"81893",18056,"ENSG00000260727","SLC7A5P1","solute carrier family 7 member 5 pseudogene 1"
-"chr10",22622123,22622459,337,"*","Distal Intergenic",10,22634374,22706539,72166,1,"9576",-11915,"ENSG00000077327","SPAG6","sperm associated antigen 6"
-"chr14",104687209,104687321,113,"*","Distal Intergenic",14,104605060,104647235,42176,1,"26153",82149,"ENSG00000066735","KIF26A","kinesin family member 26A"
-"chr11",105481863,105481940,78,"*","Promoter (1-2kb)",11,105480800,105852819,372020,1,"2893",1063,"ENSG00000152578","GRIA4","glutamate ionotropic receptor AMPA type subunit 4"
-"chr12",48397225,48397520,296,"*","Promoter (<=1kb)",12,48366748,48398285,31538,2,"1280",765,"ENSG00000139219","COL2A1","collagen type II alpha 1"
-"chr14",73703796,73704007,212,"*","Promoter (<=1kb)",14,73704205,73741347,37143,1,"89932",-198,"ENSG00000100767","PAPLN","papilin, proteoglycan-like sulfated glycoprotein"
-"chr16",29171108,29171518,411,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29086163,29128038,41876,1,"653390",84945,"ENSG00000103472","RRN3P2","RRN3 homolog, RNA polymerase I transcription factor pseudogene 2"
-"chr2",33171736,33171954,219,"*","Promoter (<=1kb)",2,33172369,33624575,452207,1,"4052",-415,"ENSG00000049323","LTBP1","latent transforming growth factor beta binding protein 1"
-"chr4",1661123,1661308,186,"*","Intron (uc021xkk.1/152877, intron 3 of 4)",4,1641608,1685988,44381,2,"152877",24680,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr6",170559067,170559121,55,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",12536,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr8",1273592,1273604,13,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",-22765,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr16",27500185,27500345,161,"*","Intron (uc002dou.3/2975, intron 16 of 36)",16,27458991,27464714,5724,2,"283888",-35471,"ENSG00000259954","IL21R-AS1","IL21R antisense RNA 1"
-"chr3",32022767,32023008,242,"*","Promoter (<=1kb)",3,32023266,32033228,9963,1,"344787",-258,"ENSG00000197385","ZNF860","zinc finger protein 860"
-"chr4",132898790,132898980,191,"*","Distal Intergenic",4,134070470,134112732,42263,1,"57575",-1171490,"ENSG00000138650","PCDH10","protocadherin 10"
-"chr4",55100918,55100947,30,"*","Intron (uc003haa.3/5156, intron 12 of 23)",4,54966248,54968122,1875,1,"170825",134670,"ENSG00000180613","GSX2","GS homeobox 2"
-"chrX",154444422,154444490,69,"*","Promoter (<=1kb)",23,154444701,154468098,23398,1,"7411",-211,"ENSG00000155959","VBP1","von Hippel-Lindau binding protein 1"
-"chr10",103113654,103113657,4,"*","Promoter (<=1kb)",10,103113790,103317078,203289,1,"8945",-133,"ENSG00000166167","BTRC","beta-transducin repeat containing E3 ubiquitin protein ligase"
-"chr2",239335397,239335399,3,"*","Promoter (<=1kb)",2,239335626,239360891,25266,1,"51665",-227,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
-"chr8",144631720,144631810,91,"*","Distal Intergenic",8,144635557,144645231,9675,1,"79792",-3747,"ENSG00000104518","GSDMD","gasdermin D"
-"chr1",202311235,202311278,44,"*","Promoter (<=1kb)",1,202300785,202311094,10310,2,"29089",-141,"ENSG00000077152","UBE2T","ubiquitin conjugating enzyme E2T"
-"chr21",28340091,28340256,166,"*","Promoter (<=1kb)",21,28290231,28339439,49209,2,"11096",-652,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
-"chr19",35629555,35629701,147,"*","Promoter (<=1kb)",19,35629732,35633954,4223,1,"5348",-31,"ENSG00000266964","FXYD1","FXYD domain containing ion transport regulator 1"
-"chr10",99258018,99258251,234,"*","Promoter (<=1kb)",10,99218081,99258513,40433,2,"64210",262,"ENSG00000155229","MMS19","MMS19 homolog, cytosolic iron-sulfur assembly component"
-"chr19",49646109,49646179,71,"*","Exon (uc002pmr.3/8541, exon 21 of 30)",19,49654456,49658681,4226,2,"3270",12502,"ENSG00000130528","HRC","histidine rich calcium binding protein"
-"chr3",6108969,6109005,37,"*","Distal Intergenic",3,6902802,7783218,880417,1,"2917",-793797,"ENSG00000196277","GRM7","glutamate receptor, metabotropic 7"
-"chr1",19043573,19043598,26,"*","Intron (uc001bay.3/5081, intron 7 of 7)",1,18957500,19075360,117861,1,"5081",86073,"ENSG00000009709","PAX7","paired box 7"
-"chr7",621828,622164,337,"*","Intron (uc031swi.1/5575, intron 3 of 9)",7,560028,564869,4842,1,"441307",61800,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr21",37756833,37757022,190,"*","Promoter (<=1kb)",21,37757689,37789125,31437,1,"8208",-667,"ENSG00000159259","CHAF1B","chromatin assembly factor 1 subunit B"
-"chr9",111881604,111881665,62,"*","Promoter (<=1kb)",9,111777415,111882225,104811,2,"23731",560,"ENSG00000106771","TMEM245","transmembrane protein 245"
-"chr10",73078768,73078810,43,"*","Promoter (<=1kb)",10,73079010,73123147,44138,1,"55315",-200,"ENSG00000198246","SLC29A3","solute carrier family 29 member 3"
-"chr16",2024570,2024786,217,"*","Promoter (2-3kb)",16,2022064,2028751,6688,1,"10607",2506,"ENSG00000183751","TBL3","transducin (beta)-like 3"
-"chr2",131010027,131010375,349,"*","Distal Intergenic",2,130949318,130956034,6717,2,"112714",-53993,"ENSG00000152086","TUBA3E","tubulin alpha 3e"
-"chr3",141043080,141043432,353,"*","Promoter (<=1kb)",3,141043055,141168632,125578,1,"253461",25,"ENSG00000177311","ZBTB38","zinc finger and BTB domain containing 38"
-"chr16",34209017,34209247,231,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",195515,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr22",41809501,41809911,411,"*","Distal Intergenic",22,41829492,41843027,13536,2,"10766",33116,"ENSG00000183864","TOB2","transducer of ERBB2, 2"
-"chr17",7790048,7790179,132,"*","Promoter (1-2kb)",17,7788123,7816075,27953,1,"1107",1925,"ENSG00000170004","CHD3","chromodomain helicase DNA binding protein 3"
-"chr8",61593040,61593179,140,"*","Promoter (1-2kb)",8,61591324,61780586,189263,1,"55636",1716,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
-"chr6",158404013,158404082,70,"*","Promoter (1-2kb)",6,158402888,158520207,117320,1,"8871",1125,"ENSG00000078269","SYNJ2","synaptojanin 2"
-"chr1",179050803,179050911,109,"*","Promoter (<=1kb)",1,179051112,179065129,14018,1,"64222",-201,"ENSG00000186283","TOR3A","torsin family 3 member A"
-"chr19",7991683,7991945,263,"*","Promoter (<=1kb)",19,7989381,7991051,1671,2,"404217",-632,"ENSG00000178531","CTXN1","cortexin 1"
-"chr8",131309356,131309573,218,"*","Promoter (<=1kb)",8,131307601,131308779,1179,2,"29065",-577,NA,"ASAP1-IT1","ASAP1 intronic transcript 1"
-"chr15",75249828,75249842,15,"*","Promoter (<=1kb)",15,75247443,75249775,2333,2,"54913",-53,"ENSG00000178718","RPP25","ribonuclease P/MRP 25kDa subunit"
-"chr4",106654,106750,97,"*","Intron (uc003fzt.4/255403, intron 3 of 3)",4,53227,196092,142866,1,"152687",53427,"ENSG00000272602","ZNF595","zinc finger protein 595"
-"chr8",110703978,110704032,55,"*","Promoter (<=1kb)",8,110586405,110704020,117616,2,"55638",0,"ENSG00000147642","SYBU","syntabulin"
-"chr20",30311703,30311915,213,"*","Promoter (1-2kb)",20,30252261,30310656,58396,2,"598",-1047,"ENSG00000171552","BCL2L1","BCL2 like 1"
-"chr8",144120633,144120658,26,"*","Promoter (<=1kb)",8,144120679,144135720,15042,1,"286122",-21,"ENSG00000177335","C8orf31","chromosome 8 open reading frame 31"
-"chr1",180600601,180600890,290,"*","Promoter (<=1kb)",1,180601146,180859415,258270,1,"9213",-256,"ENSG00000143324","XPR1","xenotropic and polytropic retrovirus receptor 1"
-"chr3",50126218,50126228,11,"*","Promoter (<=1kb)",3,50126341,50156397,30057,1,"10181",-113,"ENSG00000003756","RBM5","RNA binding motif protein 5"
-"chr6",30520120,30520184,65,"*","Intron (uc011dmi.2/2794, intron 4 of 9)",6,28471073,28483570,12498,2,"257202",-2036550,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",69760370,69760411,42,"*","Promoter (<=1kb)",16,69743304,69760533,17230,2,"1728",122,"ENSG00000181019","NQO1","NAD(P)H dehydrogenase, quinone 1"
-"chr1",200589415,200589505,91,"*","Promoter (<=1kb)",1,200520625,200589862,69238,2,"9928",357,"ENSG00000118193","KIF14","kinesin family member 14"
-"chr1",95007283,95007356,74,"*","Promoter (<=1kb)",1,94994732,95007413,12682,2,"2152",57,"ENSG00000117525","F3","coagulation factor III, tissue factor"
-"chr11",5364785,5364924,140,"*","5' UTR",11,5372738,5373676,939,1,"390058",-7814,"ENSG00000176239","OR51B6","olfactory receptor family 51 subfamily B member 6"
-"chr8",67976393,67976417,25,"*","Promoter (<=1kb)",8,67976603,68108849,132247,1,"79848",-186,"ENSG00000104218","CSPP1","centrosome and spindle pole associated protein 1"
-"chr10",103051881,103052161,281,"*","Distal Intergenic",10,103113790,103317078,203289,1,"8945",-61629,"ENSG00000166167","BTRC","beta-transducin repeat containing E3 ubiquitin protein ligase"
-"chr9",842799,842914,116,"*","Promoter (1-2kb)",9,841690,969090,127401,1,"1761",1109,"ENSG00000137090","DMRT1","doublesex and mab-3 related transcription factor 1"
-"chr10",22634170,22634176,7,"*","Promoter (<=1kb)",10,22634374,22706539,72166,1,"9576",-198,"ENSG00000077327","SPAG6","sperm associated antigen 6"
-"chr16",90030558,90030601,44,"*","Exon (uc002fpn.2/54849, exon 11 of 13)",16,90038988,90067195,28208,1,"172",-8387,"ENSG00000223959","AFG3L1P","AFG3 like matrix AAA peptidase subunit 1, pseudogene"
-"chr14",60557893,60557946,54,"*","Promoter (<=1kb)",14,60558629,60635851,77223,1,"64430",-683,"ENSG00000126773","PCNX4","pecanex homolog 4 (Drosophila)"
-"chr11",64532923,64533113,191,"*","3' UTR",11,64513861,64528187,14327,2,"5837",-4736,"ENSG00000068976","PYGM","phosphorylase, glycogen, muscle"
-"chr3",50654326,50654332,7,"*","Intron (uc003day.2/7867, intron 3 of 12)",3,50649293,50686728,37436,1,"7867",5033,"ENSG00000114738","MAPKAPK3","mitogen-activated protein kinase-activated protein kinase 3"
-"chr6",32118811,32119016,206,"*","5' UTR",6,32485154,32557613,72460,2,"3127",438597,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",39083072,39083175,104,"*","Promoter (<=1kb)",6,39071840,39082865,11026,2,"55776",-207,"ENSG00000112167","SAYSD1","SAYSVFN motif domain containing 1"
-"chr10",101281703,101281924,222,"*","Distal Intergenic",10,101292690,101296280,3591,1,"159296",-10766,"ENSG00000119919","NKX2-3","NK2 homeobox 3"
-"chr1",42501689,42501709,21,"*","Promoter (<=1kb)",1,41972036,42501596,529561,2,"59269",-93,"ENSG00000127124","HIVEP3","human immunodeficiency virus type I enhancer binding protein 3"
-"chr6",33288785,33288800,16,"*","Exon (uc021ywn.1/1616, exon 2 of 8)",6,33540323,33548070,7748,2,"578",259270,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",30661992,30662075,84,"*","Promoter (<=1kb)",16,30662241,30667734,5494,1,"78994",-166,"ENSG00000156858","PRR14","proline rich 14"
-"chr20",25566465,25566470,6,"*","Promoter (<=1kb)",20,25433338,25566153,132816,2,"22981",-312,"ENSG00000101004","NINL","ninein like"
-"chr8",11560763,11560779,17,"*","Intron (uc011kxb.1/2626, intron 2 of 2)",8,11534468,11617509,83042,1,"2626",26295,"ENSG00000136574","GATA4","GATA binding protein 4"
-"chr15",89164474,89164482,9,"*","Promoter (<=1kb)",15,89164527,89175512,10986,1,"64782",-45,"ENSG00000181026","AEN","apoptosis enhancing nuclease"
-"chr20",61051729,61051747,19,"*","Promoter (<=1kb)",20,61038553,61051026,12474,2,"140628",-703,"ENSG00000130700","GATA5","GATA binding protein 5"
-"chr1",26663115,26663193,79,"*","Exon (uc001bmd.4/55057, exon 12 of 20)",1,26648350,26680621,32272,2,"55057",17428,"ENSG00000176092","AIM1L","absent in melanoma 1-like"
-"chr13",95086098,95086158,61,"*","Distal Intergenic",13,95091841,95131936,40096,2,"1638",45778,"ENSG00000080166","DCT","dopachrome tautomerase"
-"chr12",124105429,124105832,404,"*","3' UTR",12,124118286,124147151,28866,1,"2967",-12454,"ENSG00000111358","GTF2H3","general transcription factor IIH subunit 3"
-"chr2",239037374,239037450,77,"*","Exon (uc002vxq.4/339768, exon 8 of 9)",2,239047363,239061547,14185,1,"377007",-9913,"ENSG00000168427","KLHL30","kelch like family member 30"
-"chr16",73080861,73081124,264,"*","Intron (uc002fck.3/463, intron 9 of 9)",16,72816786,73092534,275749,2,"463",11410,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
-"chrY",2801829,2802055,227,"*","Promoter (1-2kb)",24,2803112,2850547,47436,1,"7544",-1057,"ENSG00000067646","ZFY","zinc finger protein, Y-linked"
-"chr2",238657868,238657905,38,"*","Exon (uc002vxc.3/9208, exon 13 of 24)",2,238707388,238751451,44064,1,"375316",-49483,"ENSG00000177483","RBM44","RNA binding motif protein 44"
-"chr1",17446027,17446068,42,"*","Promoter (<=1kb)",1,17393256,17445948,52693,2,"11240",-79,"ENSG00000117115","PADI2","peptidyl arginine deiminase, type II"
-"chr16",86012573,86012792,220,"*","Distal Intergenic",16,85932774,85956211,23438,1,"3394",79799,"ENSG00000140968","IRF8","interferon regulatory factor 8"
-"chr4",81106342,81106366,25,"*","Promoter (<=1kb)",4,81105439,81125482,20044,1,"56978",903,"ENSG00000152784","PRDM8","PR domain 8"
-"chr16",32127656,32127659,4,"*","Distal Intergenic",16,32162609,32163874,1266,2,"440362",36215,NA,NA,NA
-"chr7",155260582,155260847,266,"*","Distal Intergenic",7,155250824,155257526,6703,1,"2020",9758,"ENSG00000164778","EN2","engrailed homeobox 2"
-"chr17",81015941,81016036,96,"*","Distal Intergenic",17,80900031,81009686,109656,2,"146712",-6255,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
-"chr1",18617630,18617649,20,"*","Intron (uc001bau.2/84966, intron 2 of 9)",1,18434240,18704977,270738,1,"84966",183390,"ENSG00000117154","IGSF21","immunoglobin superfamily member 21"
-"chr12",58138628,58138723,96,"*","Promoter (<=1kb)",12,58138784,58142026,3243,1,"6302",-61,"ENSG00000135452","TSPAN31","tetraspanin 31"
-"chr13",44453359,44453387,29,"*","Promoter (<=1kb)",13,44453420,44468068,14649,1,"144811",-33,"ENSG00000179630","LACC1","laccase domain containing 1"
-"chr13",100624082,100624207,126,"*","Promoter (<=1kb)",13,100615275,100624178,8904,2,"85416",0,"ENSG00000139800","ZIC5","Zic family member 5"
-"chr19",4054714,4055037,324,"*","Exon (uc002lzh.3/51341, exon 2 of 3)",19,4045216,4066816,21601,2,"51341",11779,"ENSG00000178951","ZBTB7A","zinc finger and BTB domain containing 7A"
-"chr3",150804490,150804696,207,"*","Promoter (1-2kb)",3,150803451,151154465,351015,1,"116931",1039,"ENSG00000144893","MED12L","mediator complex subunit 12 like"
-"chr12",56652449,56652945,497,"*","Promoter (<=1kb)",12,56631591,56652143,20553,2,"283373",-306,"ENSG00000139645","ANKRD52","ankyrin repeat domain 52"
-"chr16",23197660,23197740,81,"*","Exon (uc002dlm.1/6340, exon 2 of 13)",16,23194040,23228200,34161,1,"6340",3620,"ENSG00000166828","SCNN1G","sodium channel epithelial 1 gamma subunit"
-"chr4",154388330,154388409,80,"*","Promoter (<=1kb)",4,154387498,154557862,170365,1,"23240",832,"ENSG00000121210","KIAA0922","KIAA0922"
-"chr17",2843101,2843158,58,"*","Intron (uc010ckd.3/23108, intron 3 of 24)",17,2965963,2966901,939,2,"8386",123743,"ENSG00000262628","OR1D5","olfactory receptor family 1 subfamily D member 5"
-"chr11",62432494,62432535,42,"*","Promoter (<=1kb)",11,62432779,62435954,3176,1,"751071",-244,"ENSG00000214756","METTL12","methyltransferase like 12"
-"chr20",43935243,43935361,119,"*","Promoter (<=1kb)",20,43935491,43946464,10974,1,"11317",-130,"ENSG00000124232","RBPJL","recombination signal binding protein for immunoglobulin kappa J region-like"
-"chr6",18277615,18278053,439,"*","Distal Intergenic",6,18224400,18264799,40400,2,"7913",-12816,"ENSG00000124795","DEK","DEK proto-oncogene"
-"chr6",30228021,30228028,8,"*","Intron (uc003npv.2/3139, intron 2 of 6)",6,28471073,28483570,12498,2,"257202",-1744451,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr11",55872467,55872478,12,"*","Promoter (<=1kb)",11,55872519,55873457,939,1,"390151",-41,"ENSG00000181767","OR8H2","olfactory receptor family 8 subfamily H member 2"
-"chr2",63286307,63286573,267,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",9115,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr18",77398552,77398897,346,"*","Distal Intergenic",18,77439801,77514510,74710,1,"9150",-40904,"ENSG00000060069","CTDP1","CTD phosphatase subunit 1"
-"chr7",1145727,1145819,93,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1121844,1133451,11608,1,"2852",23883,"ENSG00000164850","GPER1","G protein-coupled estrogen receptor 1"
-"chr17",5372317,5372445,129,"*","Promoter (<=1kb)",17,5344232,5372380,28149,2,"56919",0,"ENSG00000005100","DHX33","DEAH-box helicase 33"
-"chr18",5890245,5890448,204,"*","Promoter (1-2kb)",18,5890184,5892103,1920,2,"645369",1655,"ENSG00000206432","TMEM200C","transmembrane protein 200C"
-"chr6",30684736,30684760,25,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872853,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr17",76264164,76264518,355,"*","Intron (uc031ren.1/100996291, intron 3 of 6)",17,76257430,76274573,17144,2,"100996291",10055,"ENSG00000204277","LOC100996291","uncharacterized LOC100996291"
-"chr1",28906466,28906490,25,"*","Promoter (<=1kb)",1,28906276,28906405,130,2,"677838",-61,"ENSG00000278274","SNORA61","small nucleolar RNA, H/ACA box 61"
-"chr17",26708318,26708773,456,"*","3' UTR",17,26694299,26697373,3075,2,"7448",-10945,"ENSG00000109072","VTN","vitronectin"
-"chr10",129845903,129846082,180,"*","5' UTR",10,129894925,129924468,29544,2,"4288",78386,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
-"chrX",69642677,69642862,186,"*","Promoter (<=1kb)",23,69642881,69653241,10361,1,"54857",-19,"ENSG00000130055","GDPD2","glycerophosphodiester phosphodiesterase domain containing 2"
-"chr14",59931024,59931062,39,"*","Promoter (<=1kb)",14,59930240,59932059,1820,2,"64582",997,"ENSG00000181619","GPR135","G protein-coupled receptor 135"
-"chr16",6624242,6624245,4,"*","Intron (uc002cyr.1/54715, intron 2 of 11)",16,6069132,7763340,1694209,1,"54715",555110,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
-"chr18",55020051,55020324,274,"*","Promoter (<=1kb)",18,55019721,55036161,16441,1,"51046",330,"ENSG00000177511","ST8SIA3","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 3"
-"chr5",134181494,134181527,34,"*","Promoter (<=1kb)",5,134181370,134195425,14056,1,"134553",124,"ENSG00000181904","C5orf24","chromosome 5 open reading frame 24"
-"chr10",132684361,132684481,121,"*","Distal Intergenic",10,132760851,132760931,81,2,"100422867",76450,"ENSG00000264803","MIR378C","microRNA 378c"
-"chr16",2144849,2144857,9,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,2140196,2140285,90,2,"100188847",-4564,"ENSG00000221656","MIR1225","microRNA 1225"
-"chr10",25305695,25305826,132,"*","Promoter (<=1kb)",10,25305508,25315593,10086,1,"79896",187,"ENSG00000185875","THNSL1","threonine synthase like 1"
-"chr12",125093204,125093662,459,"*","Distal Intergenic",12,124808957,125052010,243054,2,"9612",-41194,"ENSG00000196498","NCOR2","nuclear receptor corepressor 2"
-"chr4",174429326,174429370,45,"*","Distal Intergenic",4,174447652,174451378,3727,2,"9464",22008,"ENSG00000164107","HAND2","heart and neural crest derivatives expressed 2"
-"chr4",39482010,39482134,125,"*","Promoter (<=1kb)",4,39481875,39483523,1649,1,"401127",135,"ENSG00000224097","LOC401127","WD repeat domain 5 pseudogene"
-"chr19",47354257,47354276,20,"*","Promoter (<=1kb)",19,47341423,47354203,12781,2,"1175",-54,"ENSG00000042753","AP2S1","adaptor related protein complex 2 sigma 1 subunit"
-"chr5",39424119,39424524,406,"*","Promoter (<=1kb)",5,39371776,39425335,53560,2,"1601",811,"ENSG00000153071","DAB2","Dab, mitogen-responsive phosphoprotein, homolog 2 (Drosophila)"
-"chr12",132835295,132835786,492,"*","Intron (uc001ukb.3/50614, intron 7 of 9)",12,132851977,132857486,5510,1,"100130238",-16191,NA,"LOC100130238","uncharacterized LOC100130238"
-"chr4",7131247,7131403,157,"*","Distal Intergenic",4,7099151,7105103,5953,2,"730971",-26144,NA,"FLJ36777","uncharacterized LOC730971"
-"chr15",79043040,79043380,341,"*","Promoter (<=1kb)",15,79044379,79045734,1356,1,"646938",-999,"ENSG00000238166","LOC646938","TBC1 domain family, member 2B pseudogene"
-"chr17",42441522,42441775,254,"*","Promoter (<=1kb)",17,42431101,42441235,10135,2,"284069",-287,"ENSG00000161682","FAM171A2","family with sequence similarity 171 member A2"
-"chr2",65659557,65659702,146,"*","Promoter (<=1kb)",2,65537985,65659656,121672,2,"200734",0,"ENSG00000198369","SPRED2","sprouty related, EVH1 domain containing 2"
-"chr4",17711022,17711202,181,"*","Exon (uc003gpm.4/27146, exon 2 of 18)",4,17633709,17783135,149427,2,"27146",71933,"ENSG00000047662","FAM184B","family with sequence similarity 184 member B"
-"chr13",43149123,43149186,64,"*","Intron (uc001uyt.2/8600, intron 3 of 6)",13,43136872,43182149,45278,1,"8600",12251,"ENSG00000120659","TNFSF11","tumor necrosis factor superfamily member 11"
-"chr19",34973596,34973715,120,"*","Promoter (<=1kb)",19,34972880,34992085,19206,1,"126374",716,"ENSG00000142279","WTIP","Wilms tumor 1 interacting protein"
-"chr1",22213908,22213934,27,"*","3' UTR",1,22148737,22263750,115014,2,"3339",49816,"ENSG00000142798","HSPG2","heparan sulfate proteoglycan 2"
-"chr1",231473532,231473538,7,"*","Promoter (<=1kb)",1,231468482,231473578,5097,2,"149371",40,"ENSG00000116903","EXOC8","exocyst complex component 8"
-"chr12",133286970,133287198,229,"*","Intron (uc010tbr.2/192111, intron 4 of 8)",12,133264635,133299323,34689,1,"192111",22335,"ENSG00000247077","PGAM5","PGAM family member 5, mitochondrial serine/threonine protein phosphatase"
-"chr14",100615652,100615945,294,"*","Exon (uc001ygx.2/123099, exon 2 of 3)",14,100612753,100626012,13260,2,"123099",10067,"ENSG00000168350","DEGS2","delta(4)-desaturase, sphingolipid 2"
-"chr11",68853350,68853686,337,"*","Exon (uc001oos.2/219931, exon 22 of 25)",11,68816350,68858072,41723,1,"219931",37000,"ENSG00000162341","TPCN2","two pore segment channel 2"
-"chr22",49697565,49697716,152,"*","Distal Intergenic",22,50013290,50051190,37901,2,"348645",353474,"ENSG00000188511","C22orf34","chromosome 22 open reading frame 34"
-"chr1",11724197,11724344,148,"*","Promoter (<=1kb)",1,11724150,11734409,10260,1,"26270",47,"ENSG00000116663","FBXO6","F-box protein 6"
-"chr16",4381533,4381613,81,"*","Promoter (<=1kb)",16,4382216,4389598,7383,1,"84662",-603,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
-"chr15",65596249,65596329,81,"*","Distal Intergenic",15,65550437,65579018,28582,2,"54956",-17231,"ENSG00000138617","PARP16","poly(ADP-ribose) polymerase family member 16"
-"chr1",8393930,8394077,148,"*","Intron (uc001apb.3/50651, intron 4 of 7)",1,8384390,8404227,19838,1,"50651",9540,"ENSG00000162426","SLC45A1","solute carrier family 45 member 1"
-"chr14",55658398,55658686,289,"*","Promoter (<=1kb)",14,55614834,55658396,43563,2,"9787",-2,"ENSG00000126787","DLGAP5","discs large homolog associated protein 5"
-"chr2",61407222,61407366,145,"*","Promoter (2-3kb)",2,61404553,61414686,10134,1,"130872",2669,"ENSG00000173209","AHSA2","AHA1, activator of heat shock 90kDa protein ATPase homolog 2 (yeast)"
-"chr11",560887,560903,17,"*","Promoter (<=1kb)",11,560971,564025,3055,1,"8045",-68,"ENSG00000099849","RASSF7","Ras association domain family member 7"
-"chr15",72410226,72410489,264,"*","Promoter (<=1kb)",15,72118361,72410440,292080,2,"4649",0,"ENSG00000066933","MYO9A","myosin IXA"
-"chr1",156611963,156612140,178,"*","Promoter (<=1kb)",1,156611740,156629324,17585,1,"63827",223,"ENSG00000132692","BCAN","brevican"
-"chr4",81189774,81189927,154,"*","Promoter (2-3kb)",4,81187742,81212171,24430,1,"2250",2032,"ENSG00000138675","FGF5","fibroblast growth factor 5"
-"chr1",45454370,45454376,7,"*","Promoter (1-2kb)",1,45316194,45452394,136201,2,"8891",-1976,"ENSG00000070785","EIF2B3","eukaryotic translation initiation factor 2B subunit gamma"
-"chr1",244816000,244816040,41,"*","Promoter (<=1kb)",1,244816352,244872334,55983,1,"51029",-312,"ENSG00000121644","DESI2","desumoylating isopeptidase 2"
-"chr8",122651252,122651271,20,"*","Promoter (<=1kb)",8,122651586,122657564,5979,1,"594842",-315,NA,"HAS2-AS1","HAS2 antisense RNA 1"
-"chr12",119616616,119616618,3,"*","Promoter (<=1kb)",12,119616595,119632551,15957,1,"26353",21,"ENSG00000152137","HSPB8","heat shock protein family B (small) member 8"
-"chr6",30684891,30685074,184,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872539,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",3969086,3969181,96,"*","Distal Intergenic",16,3775056,3930121,155066,2,"1387",-38965,"ENSG00000005339","CREBBP","CREB binding protein"
-"chr16",24267178,24267399,222,"*","Promoter (<=1kb)",16,24266874,24373737,106864,1,"10368",304,"ENSG00000006116","CACNG3","calcium voltage-gated channel auxiliary subunit gamma 3"
-"chr19",51111388,51111677,290,"*","Distal Intergenic",19,51108220,51108342,123,1,"100126781",3168,NA,"SNAR-F","small ILF3/NF90-associated RNA F"
-"chr6",154832000,154832002,3,"*","Promoter (<=1kb)",6,154726433,154831753,105321,2,"154043",-247,"ENSG00000153721","CNKSR3","CNKSR family member 3"
-"chr1",45987864,45987898,35,"*","Promoter (<=1kb)",1,45976707,45988562,11856,2,"5052",664,"ENSG00000117450","PRDX1","peroxiredoxin 1"
-"chr7",149484832,149484985,154,"*","Exon (uc010lpk.3/23145, exon 25 of 109)",7,149473131,149531053,57923,1,"23145",11701,"ENSG00000197558","SSPO","SCO-spondin"
-"chr2",240650410,240650655,246,"*","Distal Intergenic",2,240684554,240722356,37803,1,"150935",-33899,NA,"LOC150935","uncharacterized LOC150935"
-"chr3",147077588,147077665,78,"*","Distal Intergenic",3,147103835,147124596,20762,2,"84107",46931,"ENSG00000174963","ZIC4","Zic family member 4"
-"chr5",79552422,79552489,68,"*","Promoter (<=1kb)",5,79407050,79551898,144849,2,"256987",-524,"ENSG00000164300","SERINC5","serine incorporator 5"
-"chr5",1504991,1505354,364,"*","Intron (uc003jcm.3/79888, intron 13 of 13)",5,1461542,1524076,62535,2,"79888",18722,"ENSG00000153395","LPCAT1","lysophosphatidylcholine acyltransferase 1"
-"chr10",94451303,94451518,216,"*","Promoter (1-2kb)",10,94449681,94455408,5728,1,"3087",1622,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
-"chr1",155293914,155294010,97,"*","Promoter (<=1kb)",1,155290251,155293938,3688,2,"284618",0,NA,"RUSC1-AS1","RUSC1 antisense RNA 1"
-"chr15",94443727,94443764,38,"*","5' UTR",15,94774801,95027181,252381,1,"55784",-331037,"ENSG00000140563","MCTP2","multiple C2 domains, transmembrane 2"
-"chr16",1584404,1584468,65,"*","Exon (uc002cmc.3/79652, exon 2 of 4)",16,1578742,1605581,26840,1,"79652",5662,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr11",1324430,1324528,99,"*","Intron (uc001lte.3/54472, intron 5 of 5)",11,1295598,1330892,35295,2,"54472",6364,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr11",58939770,58939905,136,"*","Promoter (<=1kb)",11,58938903,58976060,37158,1,"23220",867,"ENSG00000110042","DTX4","deltex 4, E3 ubiquitin ligase"
-"chr11",45929519,45929541,23,"*","Promoter (<=1kb)",11,45928086,45928833,748,2,"143678",-686,"ENSG00000234776","C11orf94","chromosome 11 open reading frame 94"
-"chr6",30691764,30691847,84,"*","Exon (uc003nrl.3/203068, exon 4 of 4)",6,32485154,32557613,72460,2,"3127",1865766,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr20",7921059,7921280,222,"*","Promoter (<=1kb)",20,7863631,7921093,57463,2,"54363",0,"ENSG00000101323","HAO1","hydroxyacid oxidase (glycolate oxidase) 1"
-"chr9",139096080,139096152,73,"*","Promoter (<=1kb)",9,139088096,139096955,8860,2,"8022",803,"ENSG00000107187","LHX3","LIM homeobox 3"
-"chr6",32134870,32134916,47,"*","Exon (uc003nzy.2/100532746, exon 14 of 21)",6,32485154,32557613,72460,2,"3127",422697,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr14",35515810,35516235,426,"*","Promoter (1-2kb)",14,35514113,35552589,38477,1,"283635",1697,"ENSG00000151327","FAM177A1","family with sequence similarity 177 member A1"
-"chr17",80794081,80794091,11,"*","Intron (uc002kfx.1/6904, intron 12 of 24)",17,80787310,80797931,10622,2,"79755",3840,"ENSG00000141579","ZNF750","zinc finger protein 750"
-"chr4",155662375,155662390,16,"*","Promoter (2-3kb)",4,155665152,155674270,9119,1,"9227",-2762,"ENSG00000121207","LRAT","lecithin retinol acyltransferase (phosphatidylcholine--retinol O-acyltransferase)"
-"chr19",33350797,33350931,135,"*","Exon (uc002ntt.4/11136, exon 4 of 8)",19,33321419,33360683,39265,2,"11136",9752,"ENSG00000021488","SLC7A9","solute carrier family 7 member 9"
-"chr6",31592926,31592935,10,"*","Intron (uc011dnv.1/7916, intron 5 of 13)",6,32485154,32557613,72460,2,"3127",964678,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",1051859,1052046,188,"*","Promoter (<=1kb)",1,1017198,1051736,34539,2,"54991",-123,"ENSG00000131591","C1orf159","chromosome 1 open reading frame 159"
-"chr12",111843286,111843385,100,"*","Promoter (<=1kb)",12,111843752,111889427,45676,1,"10019",-367,"ENSG00000111252","SH2B3","SH2B adaptor protein 3"
-"chr17",79633565,79633586,22,"*","Promoter (<=1kb)",17,79632066,79633618,1553,2,"339229",32,"ENSG00000204237","OXLD1","oxidoreductase-like domain containing 1"
-"chr10",22911489,22911577,89,"*","Intron (uc001irl.4/5305, intron 9 of 9)",10,22823766,23003503,179738,2,"5305",91926,"ENSG00000150867","PIP4K2A","phosphatidylinositol-5-phosphate 4-kinase, type II, alpha"
-"chr11",65082070,65082072,3,"*","Promoter (<=1kb)",11,65082289,65089900,7612,1,"10435",-217,"ENSG00000149798","CDC42EP2","CDC42 effector protein 2"
-"chr17",8079816,8079830,15,"*","Promoter (<=1kb)",17,8076297,8079714,3418,2,"84314",-102,"ENSG00000179029","TMEM107","transmembrane protein 107"
-"chr6",160023927,160023954,28,"*","Distal Intergenic",6,160100149,160114353,14205,2,"6648",90399,"ENSG00000112096","SOD2","superoxide dismutase 2, mitochondrial"
-"chr3",52272844,52273243,400,"*","Promoter (<=1kb)",3,52262626,52273183,10558,2,"11344",0,"ENSG00000247596","TWF2","twinfilin actin binding protein 2"
-"chr16",50775240,50775428,189,"*","Promoter (<=1kb)",16,50775961,50835846,59886,1,"1540",-533,"ENSG00000083799","CYLD","CYLD lysine 63 deubiquitinase"
-"chr6",387096,387123,28,"*","Distal Intergenic",6,391739,411443,19705,1,"3662",-4616,"ENSG00000137265","IRF4","interferon regulatory factor 4"
-"chr17",7197375,7197384,10,"*","Promoter (<=1kb)",17,7191571,7197876,6306,2,"51087",492,"ENSG00000006047","YBX2","Y-box binding protein 2"
-"chr21",47394015,47394032,18,"*","Distal Intergenic",21,47401663,47424963,23301,1,"1291",-7631,"ENSG00000142156","COL6A1","collagen type VI alpha 1"
-"chr16",2013573,2014063,491,"*","Promoter (<=1kb)",16,2012974,2013107,134,2,"26784",-466,"ENSG00000207405","SNORA64","small nucleolar RNA, H/ACA box 64"
-"chr8",59465595,59465609,15,"*","Promoter (<=1kb)",8,59465728,59495419,29692,1,"6386",-119,"ENSG00000137575","SDCBP","syndecan binding protein"
-"chr9",15422376,15422589,214,"*","Promoter (<=1kb)",9,15422782,15465831,43050,1,"6619",-193,"ENSG00000164975","SNAPC3","small nuclear RNA activating complex polypeptide 3"
-"chr1",87019097,87019175,79,"*","Intron (uc009wcs.3/22802, intron 1 of 13)",1,87012759,87046432,33674,1,"22802",6338,"ENSG00000016602","CLCA4","chloride channel accessory 4"
-"chr11",60524575,60524799,225,"*","Promoter (<=1kb)",11,60524340,60544204,19865,1,"219995",235,"ENSG00000166961","MS4A15","membrane spanning 4-domains A15"
-"chr11",67171476,67171585,110,"*","Promoter (<=1kb)",11,67171384,67177561,6178,1,"374403",92,"ENSG00000175463","TBC1D10C","TBC1 domain family member 10C"
-"chr4",113739170,113739184,15,"*","Promoter (<=1kb)",4,113739239,114304896,565658,1,"287",-55,"ENSG00000145362","ANK2","ankyrin 2, neuronal"
-"chr12",48550853,48551185,333,"*","Promoter (<=1kb)",12,48541572,48551377,9806,2,"140461",192,"ENSG00000177981","ASB8","ankyrin repeat and SOCS box containing 8"
-"chr12",72233922,72233984,63,"*","Promoter (<=1kb)",12,72233487,72320629,87143,1,"64786",435,"ENSG00000121749","TBC1D15","TBC1 domain family member 15"
-"chr4",119273841,119274013,173,"*","Promoter (<=1kb)",4,119201193,119273922,72730,2,"8492",0,"ENSG00000164099","PRSS12","protease, serine 12"
-"chr11",64126344,64126383,40,"*","Promoter (<=1kb)",11,64126625,64139687,13063,1,"8986",-242,"ENSG00000162302","RPS6KA4","ribosomal protein S6 kinase A4"
-"chr2",233252706,233252976,271,"*","Promoter (<=1kb)",2,233250460,233251754,1295,2,"347694",-952,"ENSG00000244280","ECEL1P2","endothelin converting enzyme-like 1, pseudogene 2"
-"chr6",31696102,31696113,12,"*","Intron (uc003nwp.3/23564, intron 3 of 5)",6,32485154,32557613,72460,2,"3127",861500,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",36807505,36807524,20,"*","3' UTR",1,36787632,36789755,2124,2,"55194",-17750,"ENSG00000142694","EVA1B","eva-1 homolog B (C. elegans)"
-"chr16",4233614,4233714,101,"*","Distal Intergenic",16,4239375,4292081,52707,2,"6345",58367,"ENSG00000185739","SRL","sarcalumenin"
-"chr3",42631381,42631489,109,"*","Promoter (<=1kb)",3,42632298,42636490,4193,1,"51188",-809,"ENSG00000008324","SS18L2","synovial sarcoma translocation gene on chromosome 18-like 2"
-"chr14",95693780,95693881,102,"*","Intron (uc001yef.2/79789, intron 11 of 12)",14,95552565,95624347,71783,2,"23405",-69433,"ENSG00000100697","DICER1","dicer 1 ribonuclease III"
-"chr6",24646316,24646473,158,"*","Promoter (<=1kb)",6,24544332,24646383,102052,2,"9856",0,"ENSG00000137261","KIAA0319","KIAA0319"
-"chr10",17686059,17686071,13,"*","Promoter (<=1kb)",10,17686124,17758821,72698,1,"8027",-53,"ENSG00000136738","STAM","signal transducing adaptor molecule"
-"chr15",96897103,96897142,40,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",20613,"ENSG00000222651","MIR1469","microRNA 1469"
-"chr16",87391813,87391953,141,"*","Intron (uc002fjv.3/79791, intron 7 of 7)",16,87362942,87425708,62767,2,"79791",33755,"ENSG00000103264","FBXO31","F-box protein 31"
-"chr3",350634,350789,156,"*","Intron (uc003bot.3/10752, intron 2 of 27)",3,238279,451097,212819,1,"10752",112355,"ENSG00000134121","CHL1","cell adhesion molecule L1 like"
-"chr15",78913635,78913772,138,"*","Promoter (<=1kb)",15,78885395,78913637,28243,2,"1136",0,"ENSG00000080644","CHRNA3","cholinergic receptor nicotinic alpha 3 subunit"
-"chr15",83952774,83952808,35,"*","Promoter (<=1kb)",15,83924655,83953468,28814,2,"646",660,"ENSG00000169594","BNC1","basonuclin 1"
-"chr16",28874970,28874982,13,"*","5' UTR",16,28889809,28915830,26022,1,"487",-14827,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
-"chr7",99699562,99699573,12,"*","Promoter (<=1kb)",7,99690404,99699427,9024,2,"4176",-135,"ENSG00000166508","MCM7","minichromosome maintenance complex component 7"
-"chr16",56815325,56815778,454,"*","5' UTR",16,56764017,56878861,114845,1,"9688",51308,"ENSG00000102900","NUP93","nucleoporin 93kDa"
-"chr10",81967536,81967618,83,"*","Promoter (<=1kb)",10,81967466,81979413,11948,1,"439990",70,"ENSG00000237523","LINC00857","long intergenic non-protein coding RNA 857"
-"chr11",65222179,65222403,225,"*","Distal Intergenic",11,65190269,65212028,21760,1,"283131",31910,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
-"chr14",99532845,99532847,3,"*","Distal Intergenic",14,99635625,99737822,102198,2,"64919",204975,"ENSG00000127152","BCL11B","B-cell CLL/lymphoma 11B"
-"chr2",98808005,98808187,183,"*","Intron (uc010yvh.2/200403, intron 9 of 12)",2,98703595,98929410,225816,1,"200403",104410,"ENSG00000168658","VWA3B","von Willebrand factor A domain containing 3B"
-"chr11",71258392,71258869,478,"*","Promoter (<=1kb)",11,71259466,71260653,1188,1,"3846",-597,"ENSG00000254997","KRTAP5-9","keratin associated protein 5-9"
-"chr16",30346786,30346812,27,"*","Promoter (<=1kb)",16,30278914,30346695,67782,2,"595101",-91,NA,"SMG1P5","SMG1 pseudogene 5"
-"chr10",83633980,83634228,249,"*","Promoter (<=1kb)",10,83635070,84746935,1111866,1,"10718",-842,"ENSG00000185737","NRG3","neuregulin 3"
-"chr16",30428794,30429204,411,"*","Exon (uc002dyd.3/51333, exon 3 of 3)",16,30418735,30440920,22186,1,"51333",10059,"ENSG00000179965","ZNF771","zinc finger protein 771"
-"chr16",88871903,88871911,9,"*","Promoter (1-2kb)",16,88870186,88875666,5481,1,"81620",1717,"ENSG00000167513","CDT1","chromatin licensing and DNA replication factor 1"
-"chr6",3231700,3231977,278,"*","Intron (uc003mvi.1/uc003mvi.1, intron 1 of 1)",6,3224495,3227968,3474,2,"347733",-3732,"ENSG00000137285","TUBB2B","tubulin beta 2B class IIb"
-"chr16",15018808,15018814,7,"*","Promoter (2-3kb)",16,15021064,15045931,24868,1,"9284",-2250,"ENSG00000183426","NPIPA1","nuclear pore complex interacting protein family member A1"
-"chr17",975818,976094,277,"*","Exon (uc010vqg.3/29, exon 3 of 18)",17,925716,925799,84,2,"100422835",-50019,"ENSG00000264429","MIR3183","microRNA 3183"
-"chr7",56891354,56891698,345,"*","Distal Intergenic",7,56943078,56949839,6762,2,"100130849",58141,"ENSG00000233437","LOC100130849","phosphorylase kinase, gamma 1 (muscle) pseudogene"
-"chr10",79793365,79793366,2,"*","Promoter (<=1kb)",10,79793518,79816571,23054,1,"6229",-152,"ENSG00000138326","RPS24","ribosomal protein S24"
-"chr8",145925708,145925767,60,"*","Distal Intergenic",8,145754563,145911194,156632,2,"80728",-14514,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
-"chr1",231115823,231115949,127,"*","Promoter (<=1kb)",1,231114823,231136479,21657,1,"64801",1000,"ENSG00000173409","ARV1","ARV1 homolog, fatty acid homeostasis modulator"
-"chr9",100459634,100459834,201,"*","Promoter (<=1kb)",9,100437191,100459691,22501,2,"7507",0,"ENSG00000136936","XPA","xeroderma pigmentosum, complementation group A"
-"chr16",15239600,15239992,393,"*","Distal Intergenic",16,15248707,15248859,153,2,"100500852",8867,"ENSG00000264115","MIR3180-4","microRNA 3180-4"
-"chr16",53468205,53468302,98,"*","Promoter (<=1kb)",16,53468351,53525560,57210,1,"5934",-49,"ENSG00000103479","RBL2","retinoblastoma-like 2"
-"chr11",50227199,50227265,67,"*","Distal Intergenic",11,50238999,50257633,18635,2,"441601",30368,NA,"LOC441601","septin 7 pseudogene"
-"chr5",111093927,111093945,19,"*","Intron (uc011cvr.2/9315, intron 2 of 3)",5,111248205,111353003,104799,1,"100873948",-154260,"ENSG00000250095","NREP-AS1","NREP antisense RNA 1"
-"chr3",79815734,79815800,67,"*","Promoter (1-2kb)",3,78646388,79817059,1170672,2,"6091",1259,"ENSG00000169855","ROBO1","roundabout guidance receptor 1"
-"chr14",101419328,101419662,335,"*","Promoter (<=1kb)",14,101419686,101419759,74,1,"767579",-24,"ENSG00000201839","SNORD114-3","small nucleolar RNA, C/D box 114-3"
-"chr19",4909242,4909318,77,"*","Promoter (<=1kb)",19,4909510,4962165,52656,1,"29128",-192,"ENSG00000276043","UHRF1","ubiquitin like with PHD and ring finger domains 1"
-"chr6",29635459,29635531,73,"*","Intron (uc003nmy.2/4340, intron 4 of 6)",6,28471073,28483570,12498,2,"257202",-1151889,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr1",156404917,156405201,285,"*","Distal Intergenic",1,156374055,156400493,26439,2,"10485",-4424,"ENSG00000125462","C1orf61","chromosome 1 open reading frame 61"
-"chr22",43506417,43506435,19,"*","Promoter (<=1kb)",22,43506754,43525718,18965,1,"638",-319,"ENSG00000100290","BIK","BCL2-interacting killer"
-"chr7",72741893,72741987,95,"*","Promoter (<=1kb)",7,72726535,72742085,15551,2,"135892",98,"ENSG00000146755","TRIM50","tripartite motif containing 50"
-"chr3",9289739,9289747,9,"*","Promoter (1-2kb)",3,9022276,9291369,269094,2,"9901",1622,"ENSG00000196220","SRGAP3","SLIT-ROBO Rho GTPase activating protein 3"
-"chr19",21950196,21950216,21,"*","Promoter (<=1kb)",19,21906843,21950430,43588,2,"163227",214,"ENSG00000197020","ZNF100","zinc finger protein 100"
-"chr16",30194728,30194767,40,"*","Promoter (<=1kb)",16,30194731,30200397,5667,1,"11151",0,"ENSG00000102879","CORO1A","coronin 1A"
-"chr17",53343235,53343553,319,"*","Promoter (<=1kb)",17,53342321,53402426,60106,1,"3131",914,"ENSG00000108924","HLF","hepatic leukemia factor"
-"chr4",94750205,94750656,452,"*","Promoter (<=1kb)",4,94750078,94751142,1065,1,"474",127,"ENSG00000172238","ATOH1","atonal bHLH transcription factor 1"
-"chr7",27213923,27213984,62,"*","5' UTR",7,27209099,27209182,84,2,"442920",-4741,"ENSG00000207584","MIR196B","microRNA 196b"
-"chr1",1906899,1907079,181,"*","Intron (uc001aim.1/85452, intron 12 of 17)",1,1884752,1935276,50525,2,"85452",28197,"ENSG00000142609","CFAP74","cilia and flagella associated protein 74"
-"chr11",65641335,65641397,63,"*","Promoter (<=1kb)",11,65633912,65640405,6494,2,"30008",-930,"ENSG00000172638","EFEMP2","EGF containing fibulin-like extracellular matrix protein 2"
-"chr12",4479577,4479794,218,"*","Exon (uc001qmq.1/8074, exon 3 of 3)",12,4477393,4488894,11502,2,"8074",9100,"ENSG00000118972","FGF23","fibroblast growth factor 23"
-"chr3",188665228,188665365,138,"*","Promoter (<=1kb)",3,188665003,189041271,376269,1,"285386",225,"ENSG00000188001","TPRG1","tumor protein p63 regulated 1"
-"chr5",167545249,167545264,16,"*","Intron (uc010jjd.3/57451, intron 9 of 28)",5,167719065,167899308,180244,1,"23286",-173801,"ENSG00000113645","WWC1","WW and C2 domain containing 1"
-"chrX",154255215,154255217,3,"*","Promoter (<=1kb)",23,154064064,154255215,191152,2,"2157",0,"ENSG00000185010","F8","coagulation factor VIII"
-"chr10",54714764,54714816,53,"*","Distal Intergenic",10,54525140,54531460,6321,2,"4153",-183304,"ENSG00000165471","MBL2","mannose binding lectin 2"
-"chr2",201936323,201936362,40,"*","Promoter (<=1kb)",2,201838441,201936392,97952,2,"285172",30,"ENSG00000155744","FAM126B","family with sequence similarity 126 member B"
-"chr6",33359099,33359166,68,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",188904,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr17",79114577,79114756,180,"*","Intron (uc010dia.3/9625, intron 13 of 13)",17,79106996,79107108,113,2,"100302229",-7469,"ENSG00000221025","MIR1250","microRNA 1250"
-"chr7",100209832,100209891,60,"*","Promoter (<=1kb)",7,100209725,100213000,3276,1,"64598",107,"ENSG00000106330","MOSPD3","motile sperm domain containing 3"
-"chr8",67579219,67579493,275,"*","Promoter (<=1kb)",8,67542488,67579452,36965,2,"80124",0,"ENSG00000175073","VCPIP1","valosin containing protein (p97)/p47 complex interacting protein 1"
-"chr1",43389725,43389788,64,"*","Downstream (1-2kb)",1,43424720,43449029,24310,1,"440584",-34932,"ENSG00000227533","SLC2A1-AS1","SLC2A1 antisense RNA 1"
-"chr6",29796391,29796481,91,"*","Exon (uc031snb.1/3135, exon 3 of 6)",6,28471073,28483570,12498,2,"257202",-1312821,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",29725196,29725523,328,"*","Promoter (<=1kb)",7,29685538,29725437,39900,2,"646762",0,NA,"LOC646762","uncharacterized LOC646762"
-"chr10",1708500,1708619,120,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1223253,1779670,556418,2,"105",71051,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
-"chr19",6108864,6108873,10,"*","Promoter (1-2kb)",19,5993175,6110664,117490,2,"5990",1791,"ENSG00000087903","RFX2","regulatory factor X2"
-"chr2",189156501,189156874,374,"*","Promoter (<=1kb)",2,189156396,189460652,304257,1,"51454",105,"ENSG00000144366","GULP1","GULP, engulfment adaptor PTB domain containing 1"
-"chr9",108320178,108320327,150,"*","Promoter (<=1kb)",9,108320411,108403399,82989,1,"2218",-84,"ENSG00000106692","FKTN","fukutin"
-"chr17",8093456,8093611,156,"*","Promoter (<=1kb)",17,8091651,8093564,1914,2,"54785",0,"ENSG00000196544","BORCS6","BLOC-1 related complex subunit 6"
-"chr17",77901081,77901176,96,"*","Distal Intergenic",17,77806955,77813213,6259,2,"8535",-87868,"ENSG00000141582","CBX4","chromobox 4"
-"chr5",3823459,3823462,4,"*","Distal Intergenic",5,3596168,3601517,5350,1,"79192",227291,"ENSG00000170549","IRX1","iroquois homeobox 1"
-"chr6",33387188,33387205,18,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",160865,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr1",213031527,213031687,161,"*","Promoter (<=1kb)",1,213031597,213072705,41109,1,"28982",0,"ENSG00000162769","FLVCR1","feline leukemia virus subgroup C cellular receptor 1"
-"chr16",20774825,20774960,136,"*","Promoter (<=1kb)",16,20775312,20808479,33168,1,"6296",-352,"ENSG00000005187","ACSM3","acyl-CoA synthetase medium-chain family member 3"
-"chr1",167408709,167408735,27,"*","Intron (uc001gei.4/919, intron 6 of 7)",1,167399877,167487847,87971,2,"919",79112,"ENSG00000198821","CD247","CD247 molecule"
-"chr6",30421043,30421107,65,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1937473,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr9",34623728,34624080,353,"*","Exon (uc011lon.2/138715, exon 3 of 7)",9,34613548,34620496,6949,2,"11258",-3232,"ENSG00000137100","DCTN3","dynactin subunit 3"
-"chr16",34808891,34809256,366,"*","Distal Intergenic",16,34739459,34740840,1382,2,"100130700",-68051,"ENSG00000260857","TP53TG3HP","TP53 target 3 family member H, pseudogene"
-"chr12",98988194,98988194,1,"*","Promoter (<=1kb)",12,98987403,98995778,8376,1,"5250",791,"ENSG00000075415","SLC25A3","solute carrier family 25 member 3"
-"chr20",44452801,44453049,249,"*","Promoter (2-3kb)",20,44451855,44455953,4099,2,"7125",2904,"ENSG00000101470","TNNC2","troponin C2, fast skeletal type"
-"chr16",33959547,33959785,239,"*","Promoter (2-3kb)",16,33961052,33962503,1452,2,"649159",2718,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
-"chr17",39804486,39804831,346,"*","Intron (uc010wfs.2/3728, intron 5 of 8)",17,39782579,39796451,13873,2,"284116",-8035,"ENSG00000214514","KRT42P","keratin 42 pseudogene"
-"chr6",56911139,56911171,33,"*","Promoter (<=1kb)",6,56911384,56920023,8640,1,"57691",-213,"ENSG00000168116","KIAA1586","KIAA1586"
-"chr2",220432824,220432956,133,"*","Exon (uc010fwk.3/23363, exon 2 of 21)",2,220415450,220436268,20819,2,"23363",3312,"ENSG00000124006","OBSL1","obscurin-like 1"
-"chr7",140714766,140714781,16,"*","Promoter (<=1kb)",7,140705961,140714781,8821,2,"51650",0,"ENSG00000090263","MRPS33","mitochondrial ribosomal protein S33"
-"chr10",1209463,1209891,429,"*","Exon (uc010qag.1/399706, exon 3 of 3)",10,1205708,1210612,4905,1,"399706",3755,"ENSG00000229205","LINC00200","long intergenic non-protein coding RNA 200"
-"chr16",71518570,71518786,217,"*","5' UTR",16,71481503,71523217,41715,2,"7571",4431,"ENSG00000167377","ZNF23","zinc finger protein 23"
-"chr11",73472369,73472421,53,"*","Promoter (<=1kb)",11,73386683,73472201,85519,2,"5870",-168,"ENSG00000175582","RAB6A","RAB6A, member RAS oncogene family"
-"chr10",44701916,44701981,66,"*","Distal Intergenic",10,44788198,44790097,1900,1,"100130539",-86217,"ENSG00000277288","C10orf142","chromosome 10 open reading frame 142"
-"chr13",93878974,93878994,21,"*","Promoter (<=1kb)",13,93879078,95060273,1181196,1,"10082",-84,"ENSG00000183098","GPC6","glypican 6"
-"chr3",28389633,28389645,13,"*","Promoter (<=1kb)",3,28363844,28390618,26775,2,"64343",973,"ENSG00000163512","AZI2","5-azacytidine induced 2"
-"chr15",50716274,50716372,99,"*","Promoter (<=1kb)",15,50716579,50793277,76699,1,"9101",-207,"ENSG00000138592","USP8","ubiquitin specific peptidase 8"
-"chr19",15197641,15197788,148,"*","Promoter (<=1kb)",19,15197877,15198944,1068,1,"126370",-89,"ENSG00000094661","OR1I1","olfactory receptor family 1 subfamily I member 1"
-"chr6",31634125,31634189,65,"*","Intron (uc010jsz.1/1460, intron 1 of 1)",6,32485154,32557613,72460,2,"3127",923424,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr18",23671011,23671031,21,"*","Promoter (<=1kb)",18,23596217,23671164,74948,2,"6760",133,"ENSG00000141380","SS18","synovial sarcoma translocation, chromosome 18"
-"chr4",925410,925652,243,"*","Promoter (<=1kb)",4,843065,926174,83110,2,"2580",522,"ENSG00000178950","GAK","cyclin G associated kinase"
-"chr11",1979879,1980229,351,"*","Distal Intergenic",11,1968502,1977839,9338,1,"6150",11377,"ENSG00000214026","MRPL23","mitochondrial ribosomal protein L23"
-"chr12",42632138,42632312,175,"*","Promoter (<=1kb)",12,42550907,42632154,81248,2,"10138",0,"ENSG00000015153","YAF2","YY1 associated factor 2"
-"chr12",99139797,99139819,23,"*","Intron (uc010svd.2/56899, intron 1 of 9)",12,99039078,99129211,90134,1,"317",100719,"ENSG00000120868","APAF1","apoptotic peptidase activating factor 1"
-"chr11",18727580,18727774,195,"*","Exon (uc001mpa.2/283284, exon 20 of 21)",11,18720351,18726332,5982,1,"144110",7229,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
-"chr3",23957438,23957916,479,"*","Promoter (<=1kb)",3,23958295,23965187,6893,1,"6138",-379,"ENSG00000174748","RPL15","ribosomal protein L15"
-"chr10",75173326,75173569,244,"*","Promoter (<=1kb)",10,75135189,75173841,38653,2,"310",272,"ENSG00000138279","ANXA7","annexin A7"
-"chr2",176968052,176968536,485,"*","Promoter (<=1kb)",2,176969250,176974316,5067,1,"3237",-714,"ENSG00000128713","HOXD11","homeobox D11"
-"chr8",144450049,144450491,443,"*","Promoter (<=1kb)",8,144448793,144450805,2013,2,"78998",314,"ENSG00000254389","RHPN1-AS1","RHPN1 antisense RNA 1 (head to head)"
-"chr19",11529973,11529977,5,"*","Promoter (<=1kb)",19,11493773,11530018,36246,2,"57139",41,"ENSG00000205517","RGL3","ral guanine nucleotide dissociation stimulator-like 3"
-"chr3",145879578,145879594,17,"*","Promoter (<=1kb)",3,145787228,145879282,92055,2,"5352",-296,"ENSG00000152952","PLOD2","procollagen-lysine, 2-oxoglutarate 5-dioxygenase 2"
-"chr2",131046313,131046480,168,"*","Distal Intergenic",2,131095816,131099922,4107,2,"84317",53442,"ENSG00000136710","CCDC115","coiled-coil domain containing 115"
-"chr6",30687159,30687197,39,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1870416,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",134638833,134639020,188,"*","Promoter (<=1kb)",6,134490384,134639196,148813,2,"6446",176,"ENSG00000118515","SGK1","serum/glucocorticoid regulated kinase 1"
-"chr17",78882501,78882693,193,"*","Exon (uc002jyt.1/57521, exon 21 of 34)",17,78965641,78973933,8293,1,"79643",-82948,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr2",233320593,233320712,120,"*","Promoter (<=1kb)",2,233320833,233324742,3910,1,"248",-121,"ENSG00000163295","ALPI","alkaline phosphatase, intestinal"
-"chr22",31885298,31885573,276,"*","Promoter (<=1kb)",22,31835345,31885923,50579,2,"56478",350,"ENSG00000184708","EIF4ENIF1","eukaryotic translation initiation factor 4E nuclear import factor 1"
-"chr11",72385307,72385425,119,"*","Promoter (<=1kb)",11,72287184,72385497,98314,2,"5138",72,"ENSG00000186642","PDE2A","phosphodiesterase 2A"
-"chr5",140514381,140514711,331,"*","Promoter (<=1kb)",5,140514800,140517704,2905,1,"26167",-89,"ENSG00000113209","PCDHB5","protocadherin beta 5"
-"chr11",75922323,75922637,315,"*","Promoter (<=1kb)",11,75897370,75921803,24434,2,"7481",-520,"ENSG00000085741","WNT11","wingless-type MMTV integration site family member 11"
-"chr19",662283,662692,410,"*","Promoter (<=1kb)",19,647526,663233,15708,2,"55658",541,"ENSG00000070423","RNF126","ring finger protein 126"
-"chr11",129991445,129991544,100,"*","5' UTR",11,130029682,130080257,50576,1,"6768",-38138,"ENSG00000149418","ST14","suppression of tumorigenicity 14"
-"chr1",67395499,67395567,69,"*","Intron (uc001dda.5/57708, intron 3 of 4)",1,67390578,67454302,63725,1,"57708",4921,"ENSG00000198160","MIER1","MIER1 transcriptional regulator"
-"chr5",137688207,137688375,169,"*","Promoter (<=1kb)",5,137688285,137772716,84432,1,"51780",0,"ENSG00000120733","KDM3B","lysine demethylase 3B"
-"chr22",22089369,22089704,336,"*","Promoter (<=1kb)",22,22051826,22090071,38246,2,"29799",367,"ENSG00000100027","YPEL1","yippee like 1"
-"chr1",26758776,26758846,71,"*","Promoter (<=1kb)",1,26758773,26797795,39023,1,"79947",3,"ENSG00000117682","DHDDS","dehydrodolichyl diphosphate synthase subunit"
-"chr2",3129858,3129914,57,"*","Distal Intergenic",2,3192741,3381653,188913,2,"7260",251739,"ENSG00000032389","TSSC1","tumor suppressing subtransferable candidate 1"
-"chr10",94448654,94448728,75,"*","Promoter (<=1kb)",10,94449681,94455408,5728,1,"3087",-953,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
-"chr6",151815241,151815526,286,"*","Promoter (<=1kb)",6,151815175,151942328,127154,1,"80129",66,"ENSG00000120262","CCDC170","coiled-coil domain containing 170"
-"chr6",28891897,28891917,21,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-408327,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",26758238,26758395,158,"*","Distal Intergenic",6,26634611,26659980,25370,2,"79692",-98258,"ENSG00000181315","ZNF322","zinc finger protein 322"
-"chr9",140151348,140151706,359,"*","Promoter (1-2kb)",9,140149759,140168000,18242,1,"25920",1589,"ENSG00000188986","NELFB","negative elongation factor complex member B"
-"chr2",37194107,37194308,202,"*","Promoter (<=1kb)",2,37064841,37193615,128775,2,"6801",-492,"ENSG00000115808","STRN","striatin"
-"chr6",43253015,43253097,83,"*","Exon (uc003ouq.1/84630, exon 15 of 15)",6,43265998,43273276,7279,1,"10864",-12901,"ENSG00000137204","SLC22A7","solute carrier family 22 member 7"
-"chr4",185938754,185938885,132,"*","Promoter (1-2kb)",4,185939995,185941958,1964,1,"391723",-1110,"ENSG00000187821","HELT","helt bHLH transcription factor"
-"chr5",178004204,178004685,482,"*","Intron (uc021yiy.1/91522, intron 28 of 28)",5,177664617,178017556,352940,2,"91522",12871,"ENSG00000050767","COL23A1","collagen type XXIII alpha 1"
-"chr4",4669436,4669555,120,"*","Intron (uc003gid.3/100507266, intron 4 of 5)",4,4543858,4712664,168807,1,"100507266",125578,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
-"chr13",112610870,112611028,159,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",-110885,"ENSG00000182968","SOX1","SRY-box 1"
-"chr17",41278573,41278581,9,"*","Promoter (<=1kb)",17,41277600,41305688,28089,1,"10230",973,"ENSG00000198496","NBR2","neighbor of BRCA1 gene 2 (non-protein coding)"
-"chr16",15083088,15083564,477,"*","Intron (uc010uzl.2/23042, intron 1 of 22)",16,15068599,15233196,164598,1,"23042",14489,"ENSG00000179889","PDXDC1","pyridoxal-dependent decarboxylase domain containing 1"
-"chr20",61808643,61808840,198,"*","Promoter (1-2kb)",20,61809852,61809938,87,1,"406909",-1012,"ENSG00000207598","MIR124-3","microRNA 124-3"
-"chr7",5460496,5460916,421,"*","5' UTR",7,5346423,5465045,118623,2,"84629",4129,"ENSG00000182095","TNRC18","trinucleotide repeat containing 18"
-"chr7",64363527,64363542,16,"*","Intron (uc003ttl.3/10793, intron 4 of 7)",7,64342871,64391955,49085,1,"10793",20656,"ENSG00000198039","ZNF273","zinc finger protein 273"
-"chr19",2199940,2199972,33,"*","Intron (uc002lvb.4/84444, intron 8 of 27)",19,2234061,2234148,88,2,"100302283",34176,"ENSG00000221411","MIR1227","microRNA 1227"
-"chr2",95787923,95787933,11,"*","Promoter (<=1kb)",2,95752952,95787754,34803,2,"64969",-169,"ENSG00000144029","MRPS5","mitochondrial ribosomal protein S5"
-"chr5",1750604,1750660,57,"*","Distal Intergenic",5,1708900,1708983,84,2,"100422966",-41621,"ENSG00000263746","MIR4277","microRNA 4277"
-"chr11",58939103,58939272,170,"*","Promoter (<=1kb)",11,58938903,58976060,37158,1,"23220",200,"ENSG00000110042","DTX4","deltex 4, E3 ubiquitin ligase"
-"chr14",102505014,102505425,412,"*","Exon (uc001yks.2/1778, exon 59 of 78)",14,102430865,102517135,86271,1,"1778",74149,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
-"chr7",150935722,150936167,446,"*","Promoter (<=1kb)",7,150935507,150935624,118,1,"768213",215,"ENSG00000211517","MIR671","microRNA 671"
-"chr2",209120147,209120237,91,"*","Promoter (<=1kb)",2,209119957,209120918,962,1,"100507475",190,"ENSG00000231908","IDH1-AS1","IDH1 antisense RNA 1"
-"chr11",113659881,113659883,3,"*","Distal Intergenic",11,113650518,113651207,690,1,"644672",9363,"ENSG00000228607","CLDN25","claudin 25"
-"chr5",881047,881116,70,"*","Intron (uc003jbl.3/65980, intron 7 of 13)",5,863850,892939,29090,2,"65980",11823,"ENSG00000028310","BRD9","bromodomain containing 9"
-"chr11",101918140,101918145,6,"*","Promoter (<=1kb)",11,101918169,101955291,37123,1,"85016",-24,"ENSG00000137691","C11orf70","chromosome 11 open reading frame 70"
-"chr8",110552297,110552368,72,"*","Promoter (<=1kb)",8,110551929,110577391,25463,1,"9166",368,"ENSG00000147654","EBAG9","estrogen receptor binding site associated, antigen, 9"
-"chr17",2627537,2627661,125,"*","Distal Intergenic",17,2592680,2614927,22248,2,"23277",-12610,"ENSG00000132361","CLUH","clustered mitochondria (cluA/CLU1) homolog"
-"chr12",50136042,50136105,64,"*","Promoter (<=1kb)",12,50135293,50158717,23425,1,"7009",749,"ENSG00000139644","TMBIM6","transmembrane BAX inhibitor motif containing 6"
-"chr1",28907637,28907691,55,"*","Promoter (<=1kb)",1,28907432,28907565,134,2,"692073",-72,"ENSG00000274582","SNORA16A","small nucleolar RNA, H/ACA box 16A"
-"chr6",151671966,151672133,168,"*","Exon (uc011eep.2/9590, exon 4 of 5)",6,151685250,151712677,27428,2,"57621",40544,"ENSG00000181472","ZBTB2","zinc finger and BTB domain containing 2"
-"chr12",121148110,121148246,137,"*","Promoter (<=1kb)",12,121148238,121161443,13206,1,"84747",0,"ENSG00000175970","UNC119B","unc-119 lipid binding chaperone B"
-"chr15",20486552,20487014,463,"*","Promoter (<=1kb)",15,20487997,20496811,8815,1,"646096",-983,"ENSG00000259156","CHEK2P2","checkpoint kinase 2 pseudogene 2"
-"chr5",87980863,87980882,20,"*","Promoter (<=1kb)",5,87836597,87980620,144024,2,"645323",-243,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
-"chr17",8066203,8066470,268,"*","Promoter (<=1kb)",17,8062465,8066293,3829,2,"6844",0,"ENSG00000220205","VAMP2","vesicle associated membrane protein 2"
-"chrX",20135349,20135450,102,"*","Promoter (<=1kb)",23,20024831,20135114,110284,2,"256714",-235,"ENSG00000184368","MAP7D2","MAP7 domain containing 2"
-"chr1",50893149,50893178,30,"*","Distal Intergenic",1,50883223,50889119,5897,2,"63950",-4030,"ENSG00000142700","DMRTA2","DMRT like family A2"
-"chr13",50700845,50701050,206,"*","Promoter (1-2kb)",13,50556688,50699677,142990,2,"8847",-1168,"ENSG00000231607","DLEU2","deleted in lymphocytic leukemia 2 (non-protein coding)"
-"chr15",55488761,55489084,324,"*","Promoter (<=1kb)",15,55473512,55489231,15720,2,"51187",147,"ENSG00000137876","RSL24D1","ribosomal L24 domain containing 1"
-"chr8",142517505,142517758,254,"*","Promoter (<=1kb)",8,142443929,142517330,73402,2,"389690",-175,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
-"chr17",26989191,26989200,10,"*","Promoter (<=1kb)",17,26975374,26989207,13834,2,"6388",7,"ENSG00000132581","SDF2","stromal cell derived factor 2"
-"chr6",26027527,26027533,7,"*","Promoter (<=1kb)",6,26027124,26027480,357,2,"8366",-47,"ENSG00000278705","HIST1H4B","histone cluster 1, H4b"
-"chr1",170634811,170634883,73,"*","Promoter (1-2kb)",1,170633313,170708541,75229,1,"5396",1498,"ENSG00000116132","PRRX1","paired related homeobox 1"
-"chr6",4018361,4018772,412,"*","Promoter (2-3kb)",6,4021569,4065217,43649,1,"8899",-2797,"ENSG00000112739","PRPF4B","pre-mRNA processing factor 4B"
-"chr7",75465317,75465432,116,"*","Distal Intergenic",7,75441114,75443092,1979,2,"6369",-22225,"ENSG00000106178","CCL24","C-C motif chemokine ligand 24"
-"chr15",39542829,39543043,215,"*","Promoter (<=1kb)",15,39542885,39547048,4164,1,"400360",0,NA,"C15orf54","chromosome 15 open reading frame 54"
-"chr12",82752460,82752651,192,"*","Promoter (<=1kb)",12,82746083,82752584,6502,2,"29080",0,"ENSG00000133773","CCDC59","coiled-coil domain containing 59"
-"chr11",118442975,118442980,6,"*","Promoter (<=1kb)",11,118443102,118473747,30646,1,"372",-122,"ENSG00000095139","ARCN1","archain 1"
-"chr16",31724650,31724812,163,"*","Promoter (<=1kb)",16,31724550,31772886,48337,1,"124411",100,"ENSG00000197302","ZNF720","zinc finger protein 720"
-"chrX",133371335,133371491,157,"*","Promoter (<=1kb)",23,133371077,133379808,8732,1,"347475",258,"ENSG00000203952","CCDC160","coiled-coil domain containing 160"
-"chr16",30430041,30430148,108,"*","Intron (uc010bzx.2/51333, intron 2 of 2)",16,30435019,30441373,6355,2,"79077",11225,"ENSG00000179958","DCTPP1","dCTP pyrophosphatase 1"
-"chr17",74381736,74382166,431,"*","5' UTR",17,74372742,74383941,11200,1,"8877",8994,"ENSG00000176170","SPHK1","sphingosine kinase 1"
-"chr6",167786592,167786594,3,"*","3' UTR",6,167770521,167797998,27478,2,"6953",11404,"ENSG00000203690","TCP10","t-complex 10"
-"chr5",40756078,40756081,4,"*","Promoter (<=1kb)",5,40711678,40756072,44395,2,"23548",-6,"ENSG00000113638","TTC33","tetratricopeptide repeat domain 33"
-"chr4",7025904,7026353,450,"*","Intron (uc011bwg.2/57533, intron 12 of 13)",4,7042576,7044728,2153,2,"257236",18375,"ENSG00000173013","CCDC96","coiled-coil domain containing 96"
-"chr2",211035209,211035360,152,"*","Promoter (<=1kb)",2,210885435,211036051,150617,2,"151050",691,"ENSG00000144445","KANSL1L","KAT8 regulatory NSL complex subunit 1 like"
-"chr11",118436778,118436794,17,"*","Promoter (<=1kb)",11,118415243,118436791,21549,2,"56912",0,"ENSG00000118096","IFT46","intraflagellar transport 46"
-"chr15",59949482,59949499,18,"*","Promoter (<=1kb)",15,59930261,59949737,19477,2,"2958",238,"ENSG00000140307","GTF2A2","general transcription factor IIA 2"
-"chr16",30134068,30134345,278,"*","Promoter (<=1kb)",16,30125426,30134630,9205,2,"5595",285,"ENSG00000102882","MAPK3","mitogen-activated protein kinase 3"
-"chr11",108464736,108464883,148,"*","Promoter (<=1kb)",11,108376158,108464374,88217,2,"23086",-362,"ENSG00000110723","EXPH5","exophilin 5"
-"chr2",179396750,179396778,29,"*","Exon (uc021vsy.2/7273, exon 307 of 312)",2,179387554,179484944,97391,1,"100506866",9196,"ENSG00000237298","TTN-AS1","TTN antisense RNA 1"
-"chr7",93520288,93520323,36,"*","Promoter (<=1kb)",7,93514709,93520303,5595,2,"7980",0,"ENSG00000105825","TFPI2","tissue factor pathway inhibitor 2"
-"chr8",6692901,6693103,203,"*","Promoter (<=1kb)",8,6693076,6699975,6900,1,"100652791",0,"ENSG00000245857","GS1-24F4.2","uncharacterized LOC100652791"
-"chr9",136567739,136568145,407,"*","5' UTR",9,136528684,136605077,76394,2,"1757",36932,"ENSG00000123453","SARDH","sarcosine dehydrogenase"
-"chr15",62989904,62989995,92,"*","Exon (uc002alb.4/83660, exon 12 of 56)",15,62939510,63136829,197320,1,"83660",50394,"ENSG00000171914","TLN2","talin 2"
-"chr2",242626393,242626488,96,"*","Promoter (<=1kb)",2,242615157,242626383,11227,2,"1841",-10,"ENSG00000168393","DTYMK","deoxythymidylate kinase"
-"chr8",11561313,11561458,146,"*","Intron (uc011kxb.1/2626, intron 2 of 2)",8,11534468,11617509,83042,1,"2626",26845,"ENSG00000136574","GATA4","GATA binding protein 4"
-"chr11",31833216,31833477,262,"*","Intron (uc021qfl.1/5080, intron 13 of 13)",11,31838114,31908587,70474,1,"440034",-4637,"ENSG00000049449","DKFZp686K1684","uncharacterized LOC440034"
-"chr16",4312571,4312596,26,"*","Exon (uc010uxg.2/7023, exon 2 of 7)",16,4295826,4303790,7965,2,"100507501",-8781,"ENSG00000262468","LINC01569","long intergenic non-protein coding RNA 1569"
-"chr16",30794157,30794631,475,"*","Exon (uc002dzs.1/23361, exon 3 of 3)",16,30789770,30798523,8754,2,"23361",3892,"ENSG00000102870","ZNF629","zinc finger protein 629"
-"chr16",80966033,80966070,38,"*","Distal Intergenic",16,81040103,81066709,26607,1,"55839",-74033,"ENSG00000166451","CENPN","centromere protein N"
-"chr3",57113654,57113767,114,"*","Promoter (<=1kb)",3,56761446,57113336,351891,2,"50650",-318,"ENSG00000163947","ARHGEF3","Rho guanine nucleotide exchange factor 3"
-"chr17",53499545,53499747,203,"*","Promoter (<=1kb)",17,53469974,53499341,29368,2,"23531",-204,"ENSG00000108960","MMD","monocyte to macrophage differentiation-associated"
-"chr2",127780411,127780606,196,"*","Distal Intergenic",2,127805599,127864903,59305,2,"274",84297,"ENSG00000136717","BIN1","bridging integrator 1"
-"chr5",171710856,171710907,52,"*","Promoter (<=1kb)",5,171636650,171710795,74146,2,"92181",-61,"ENSG00000168246","UBTD2","ubiquitin domain containing 2"
-"chr14",105857208,105857250,43,"*","Intron (uc001yqs.2/23241, intron 19 of 23)",14,105864920,105880196,15277,1,"647310",-7670,"ENSG00000226174","TEX22","testis expressed 22"
-"chr17",1420044,1420129,86,"*","Promoter (<=1kb)",17,1397871,1420182,22312,2,"51763",53,"ENSG00000132376","INPP5K","inositol polyphosphate-5-phosphatase K"
-"chrX",56590386,56590513,128,"*","Promoter (<=1kb)",23,56590026,56593443,3418,1,"29978",360,"ENSG00000188021","UBQLN2","ubiquilin 2"
-"chr1",17312753,17313000,248,"*","Exon (uc001baa.2/23400, exon 28 of 29)",1,17300999,17308081,7083,2,"4237",-4672,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
-"chr14",65289946,65289947,2,"*","Intron (uc001xhs.3/6710, intron 35 of 35)",14,65213001,65346601,133601,2,"6710",56654,"ENSG00000070182","SPTB","spectrin beta, erythrocytic"
-"chr19",16435660,16436074,415,"*","Promoter (<=1kb)",19,16435651,16438339,2689,1,"10365",9,"ENSG00000127528","KLF2","Kruppel-like factor 2"
-"chr5",134880388,134880580,193,"*","Distal Intergenic",5,134869972,134871639,1668,2,"4762",-8749,"ENSG00000181965","NEUROG1","neurogenin 1"
-"chr8",2046757,2046862,106,"*","Exon (uc003wpx.4/9172, exon 19 of 37)",8,1993158,2093380,100223,1,"9172",53599,"ENSG00000036448","MYOM2","myomesin 2"
-"chr16",67235912,67236183,272,"*","Promoter (<=1kb)",16,67236224,67236298,75,2,"442901",115,NA,"MIR328","microRNA 328"
-"chr17",80402548,80402566,19,"*","5' UTR",17,80400463,80408707,8245,2,"79415",6141,"ENSG00000178927","C17orf62","chromosome 17 open reading frame 62"
-"chr11",7870238,7870356,119,"*","Promoter (<=1kb)",11,7870598,7871118,521,1,"26343",-242,NA,"OR5E1P","olfactory receptor family 5 subfamily E member 1 pseudogene"
-"chr3",33138627,33138824,198,"*","Promoter (<=1kb)",3,33038100,33138694,100595,2,"2720",0,"ENSG00000170266","GLB1","galactosidase beta 1"
-"chr1",805102,805338,237,"*","Intron (uc001abt.4/284593, intron 1 of 2)",1,803451,812182,8732,2,"284593",6844,"ENSG00000230368","FAM41C","family with sequence similarity 41 member C"
-"chrX",120181407,120181456,50,"*","Promoter (<=1kb)",23,120181462,120183796,2335,1,"2747",-6,"ENSG00000182890","GLUD2","glutamate dehydrogenase 2"
-"chr14",105946393,105946843,451,"*","3' UTR",14,105953257,105955124,1868,1,"1396",-6414,"ENSG00000213145","CRIP1","cysteine rich protein 1"
-"chr7",106301719,106302069,351,"*","Promoter (<=1kb)",7,106297211,106301634,4424,2,"168455",-85,"ENSG00000253276","CCDC71L","coiled-coil domain containing 71-like"
-"chr11",59578490,59578514,25,"*","Promoter (<=1kb)",11,59573608,59578345,4738,2,"54948",-145,"ENSG00000166902","MRPL16","mitochondrial ribosomal protein L16"
-"chr15",90198834,90199179,346,"*","Promoter (<=1kb)",15,90171201,90198682,27482,2,"374654",-152,"ENSG00000166813","KIF7","kinesin family member 7"
-"chr5",1801364,1801434,71,"*","Promoter (<=1kb)",5,1801496,1816167,14672,1,"4726",-62,"ENSG00000145494","NDUFS6","NADH:ubiquinone oxidoreductase subunit S6"
-"chr1",3077965,3078158,194,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",33426,NA,"MIR4251","microRNA 4251"
-"chr3",13008921,13009117,197,"*","5' UTR",3,12938542,13114617,176076,2,"9922",105500,"ENSG00000144711","IQSEC1","IQ motif and Sec7 domain 1"
-"chr16",1464982,1465032,51,"*","Promoter (<=1kb)",16,1413206,1464705,51500,2,"64718",-277,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr3",37274530,37274798,269,"*","Distal Intergenic",3,37284682,37408370,123689,1,"2803",-9884,"ENSG00000144674","GOLGA4","golgin A4"
-"chr2",101766314,101766538,225,"*","Promoter (1-2kb)",2,101623690,101767846,144157,2,"11138",1308,"ENSG00000204634","TBC1D8","TBC1 domain family member 8"
-"chr11",118992230,118992260,31,"*","Promoter (<=1kb)",11,118992233,119005765,13533,1,"25988",0,"ENSG00000172273","HINFP","histone H4 transcription factor"
-"chr16",56716025,56716069,45,"*","Promoter (<=1kb)",16,56716382,56718108,1727,1,"4501",-313,"ENSG00000187193","MT1X","metallothionein 1X"
-"chr5",1055202,1055379,178,"*","Intron (uc003jbu.3/10723, intron 2 of 23)",5,1063011,1063089,79,2,"100616479",7710,"ENSG00000263834","MIR4635","microRNA 4635"
-"chr6",109804922,109805026,105,"*","Promoter (<=1kb)",6,109783719,109804440,20722,2,"9841",-482,"ENSG00000112365","ZBTB24","zinc finger and BTB domain containing 24"
-"chr7",85010676,85010693,18,"*","Distal Intergenic",7,84624872,84816171,191300,2,"223117",-194505,"ENSG00000153993","SEMA3D","semaphorin 3D"
-"chr12",133120760,133121162,403,"*","Intron (uc001ukf.3/57666, intron 4 of 16)",12,133067157,133161773,94617,1,"57666",53603,"ENSG00000112787","FBRSL1","fibrosin like 1"
-"chr17",790616,790628,13,"*","Intron (uc002fsa.3/64359, intron 7 of 7)",17,702553,882998,180446,2,"64359",92370,"ENSG00000167693","NXN","nucleoredoxin"
-"chr6",159342704,159342738,35,"*","Distal Intergenic",6,159309619,159331385,21767,1,"100130967",33085,NA,"C6orf99","chromosome 6 open reading frame 99"
-"chr16",31538871,31538946,76,"*","Promoter (<=1kb)",16,31539203,31540124,922,1,"51327",-257,"ENSG00000169877","AHSP","alpha hemoglobin stabilizing protein"
-"chr20",3189311,3189389,79,"*","Promoter (<=1kb)",20,3189514,3204516,15003,1,"3704",-125,"ENSG00000125877","ITPA","inosine triphosphatase"
-"chr16",18812833,18812920,88,"*","Promoter (<=1kb)",16,18802991,18812857,9867,2,"23204",0,"ENSG00000170540","ARL6IP1","ADP ribosylation factor like GTPase 6 interacting protein 1"
-"chr16",188603,188684,82,"*","Promoter (<=1kb)",16,134273,188697,54425,2,"8131",13,"ENSG00000103148","NPRL3","NPR3-like, GATOR1 complex subunit"
-"chr2",74153968,74153995,28,"*","Promoter (<=1kb)",2,74153953,74186088,32136,1,"1716",15,"ENSG00000114956","DGUOK","deoxyguanosine kinase"
-"chr8",29210790,29210800,11,"*","Promoter (2-3kb)",8,29190579,29208267,17689,2,"1846",-2523,"ENSG00000120875","DUSP4","dual specificity phosphatase 4"
-"chr8",142517426,142517446,21,"*","Promoter (<=1kb)",8,142443929,142517330,73402,2,"389690",-96,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
-"chr4",146100633,146100770,138,"*","Promoter (<=1kb)",4,146054802,146100832,46031,2,"54726",62,"ENSG00000164164","OTUD4","OTU deubiquitinase 4"
-"chrX",58562182,58562358,177,"*","Distal Intergenic",23,57931864,57937067,5204,2,"7789",-625115,"ENSG00000198205","ZXDA","zinc finger, X-linked, duplicated A"
-"chr11",69924156,69924182,27,"*","Promoter (<=1kb)",11,69924408,70035652,111245,1,"55107",-226,"ENSG00000131620","ANO1","anoctamin 1"
-"chr19",50100052,50100523,472,"*","Exon (uc002poo.4/57479, exon 4 of 14)",19,50094912,50129696,34785,1,"57479",5140,"ENSG00000126464","PRR12","proline rich 12"
-"chr12",56757758,56757788,31,"*","Promoter (1-2kb)",12,56754355,56756583,2229,2,"319",-1175,"ENSG00000175336","APOF","apolipoprotein F"
-"chr8",22456073,22456391,319,"*","Promoter (<=1kb)",8,22457114,22461662,4549,1,"541565",-723,"ENSG00000241852","C8orf58","chromosome 8 open reading frame 58"
-"chr1",26346812,26347088,277,"*","Promoter (1-2kb)",1,26348271,26362954,14684,1,"2134",-1183,"ENSG00000158008","EXTL1","exostosin-like glycosyltransferase 1"
-"chr12",54447759,54447873,115,"*","Exon (uc001seu.3/3221, exon 3 of 4)",12,54452038,54516018,63981,1,"440101",-4165,"ENSG00000248265","FLJ12825","uncharacterized LOC440101"
-"chr14",106657745,106657833,89,"*","Exon (uc031qqx.1/uc031qqx.1, exon 1602 of 5065)",14,106744269,106744966,698,1,"338004",-86436,NA,"LINC00226","long intergenic non-protein coding RNA 226"
-"chr20",44485949,44486028,80,"*","Promoter (<=1kb)",20,44470360,44486048,15689,2,"10005",20,"ENSG00000101473","ACOT8","acyl-CoA thioesterase 8"
-"chr6",30711757,30711784,28,"*","Exon (uc003nrn.3/8870, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",1845829,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",42037122,42037387,266,"*","Intron (uc010lxf.1/5327, intron 2 of 10)",8,42010464,42028701,18238,1,"10947",26658,"ENSG00000070718","AP3M2","adaptor related protein complex 3 mu 2 subunit"
-"chr2",176968766,176968872,107,"*","Promoter (<=1kb)",2,176969250,176974316,5067,1,"3237",-378,"ENSG00000128713","HOXD11","homeobox D11"
-"chrX",142716024,142716429,406,"*","3' UTR",23,142710595,142723926,13332,2,"139065",7497,"ENSG00000179542","SLITRK4","SLIT and NTRK like family member 4"
-"chr20",37053921,37054159,239,"*","Promoter (<=1kb)",20,37053843,37053978,136,2,"26776",0,"ENSG00000235408","SNORA71B","small nucleolar RNA, H/ACA box 71B"
-"chr1",220863748,220864119,372,"*","Promoter (<=1kb)",1,220863628,220872499,8872,1,"79762",120,"ENSG00000162817","C1orf115","chromosome 1 open reading frame 115"
-"chr16",85654109,85654213,105,"*","Intron (uc002fiw.3/23199, intron 1 of 14)",16,85645029,85709812,64784,1,"23199",9080,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
-"chr19",1580456,1580576,121,"*","Intron (uc002ltj.3/53615, intron 2 of 6)",19,1576677,1592710,16034,2,"53615",12134,"ENSG00000071655","MBD3","methyl-CpG binding domain protein 3"
-"chr6",101840281,101840370,90,"*","Distal Intergenic",6,101846669,102517958,671290,1,"2898",-6299,"ENSG00000164418","GRIK2","glutamate ionotropic receptor kainate type subunit 2"
-"chr11",128419199,128419356,158,"*","Intron (uc001qej.2/2113, intron 7 of 9)",11,128328656,128457453,128798,2,"2113",38097,"ENSG00000134954","ETS1","ETS proto-oncogene 1, transcription factor"
-"chr2",202507513,202507599,87,"*","Promoter (<=1kb)",2,202484907,202508252,23346,2,"65062",653,"ENSG00000155755","TMEM237","transmembrane protein 237"
-"chr15",22992931,22993124,194,"*","Exon (uc001yus.3/23191, exon 26 of 31)",15,23004684,23034427,29744,2,"81614",41303,"ENSG00000140157","NIPA2","non imprinted in Prader-Willi/Angelman syndrome 2"
-"chr15",75018222,75018259,38,"*","Promoter (<=1kb)",15,75011883,75017877,5995,2,"1543",-345,"ENSG00000140465","CYP1A1","cytochrome P450 family 1 subfamily A member 1"
-"chr16",717556,717573,18,"*","Promoter (<=1kb)",16,718083,724174,6092,1,"89941",-510,"ENSG00000140983","RHOT2","ras homolog family member T2"
-"chr4",100737773,100737782,10,"*","Promoter (<=1kb)",4,100737981,100791346,53366,1,"27071",-199,"ENSG00000070190","DAPP1","dual adaptor of phosphotyrosine and 3-phosphoinositides"
-"chr6",31703455,31703873,419,"*","Intron (uc003nwr.3/1192, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",853740,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr11",278538,278864,327,"*","Promoter (<=1kb)",11,278570,285388,6819,1,"171389",0,"ENSG00000174885","NLRP6","NLR family, pyrin domain containing 6"
-"chr20",2083388,2083850,463,"*","Promoter (<=1kb)",20,2082528,2129198,46671,1,"140901",860,"ENSG00000125834","STK35","serine/threonine kinase 35"
-"chr12",108908874,108909008,135,"*","Promoter (<=1kb)",12,108909051,108913380,4330,1,"11153",-43,"ENSG00000198855","FICD","FIC domain containing"
-"chr16",771666,772142,477,"*","Promoter (<=1kb)",16,771142,772590,1449,1,"65990",524,"ENSG00000103254","FAM173A","family with sequence similarity 173 member A"
-"chr16",1816780,1817232,453,"*","Exon (uc002cmk.3/23162, exon 24 of 32)",16,1820321,1821710,1390,2,"4832",4478,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
-"chr10",11206765,11206792,28,"*","Intron (uc010qbi.2/10659, intron 1 of 7)",10,11113506,11147451,33946,2,"439950",-59314,NA,"CELF2-AS2","CELF2 antisense RNA 2"
-"chr11",2889886,2889971,86,"*","Promoter (1-2kb)",11,2891263,2893336,2074,1,"55539",-1292,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
-"chr9",139389768,139389988,221,"*","3' UTR",9,139334548,139378211,43664,2,"9919",-11557,"ENSG00000148396","SEC16A","SEC16 homolog A, endoplasmic reticulum export factor"
-"chrX",47483024,47483043,20,"*","Downstream (<1kb)",23,47431300,47479256,47957,2,"6853",-3768,"ENSG00000008056","SYN1","synapsin I"
-"chr16",69166466,69166482,17,"*","Promoter (<=1kb)",16,69151912,69166493,14582,2,"54921",11,"ENSG00000168802","CHTF8","chromosome transmission fidelity factor 8"
-"chr7",156742176,156742187,12,"*","Promoter (<=1kb)",7,156742417,156765876,23460,1,"64434",-230,"ENSG00000146909","NOM1","nucleolar protein with MIF4G domain 1"
-"chr3",149688583,149688798,216,"*","Promoter (<=1kb)",3,149682691,149688741,6051,2,"5217",0,"ENSG00000070087","PFN2","profilin 2"
-"chr7",5463284,5463336,53,"*","Promoter (1-2kb)",7,5346423,5465045,118623,2,"84629",1709,"ENSG00000182095","TNRC18","trinucleotide repeat containing 18"
-"chr7",151553734,151553819,86,"*","Intron (uc003wkk.3/51422, intron 15 of 15)",7,151574127,151576308,2182,1,"100505483",-20308,NA,"PRKAG2-AS1","PRKAG2 antisense RNA 1"
-"chr15",44281315,44281505,191,"*","Intron (uc001ztk.1/84978, intron 14 of 15)",15,44168024,44170369,2346,2,"728758",-110946,NA,"PIN4P1","protein (peptidylprolyl cis/trans isomerase) NIMA-interacting, 4 pseudogene 1"
-"chr19",14183651,14183671,21,"*","Promoter (<=1kb)",19,14183821,14185874,2054,1,"113230",-150,"ENSG00000141854","LOC113230","uncharacterized protein LOC113230"
-"chr6",30878399,30878437,39,"*","Intron (uc010jsf.2/2968, intron 4 of 8)",6,32485154,32557613,72460,2,"3127",1679176,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",106429268,106429443,176,"*","Distal Intergenic",6,106534195,106557814,23620,1,"639",-104752,"ENSG00000057657","PRDM1","PR domain 1"
-"chr15",28362491,28362747,257,"*","5' UTR",15,28000023,28344458,344436,2,"4948",-18033,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr18",56932266,56932666,401,"*","Downstream (1-2kb)",18,56934267,56940625,6359,2,"30062",7959,"ENSG00000134438","RAX","retina and anterior neural fold homeobox"
-"chr7",129418982,129419091,110,"*","Distal Intergenic",7,129414745,129414854,110,2,"406959",-4128,"ENSG00000207691","MIR183","microRNA 183"
-"chr7",43313745,43314016,272,"*","Intron (uc003tid.1/23072, intron 3 of 29)",7,43190494,43190593,100,1,"100500829",123251,"ENSG00000264069","MIR3943","microRNA 3943"
-"chr20",34638696,34638811,116,"*","Promoter (<=1kb)",20,34633540,34638882,5343,2,"647979",71,"ENSG00000260032","NORAD","non-coding RNA activated by DNA damage"
-"chr7",139929855,139930018,164,"*","Distal Intergenic",7,139877061,139879440,2380,1,"100134229",52794,"ENSG00000260231","JHDM1D-AS1","JHDM1D antisense RNA 1 (head to head)"
-"chr15",66679094,66679100,7,"*","Promoter (<=1kb)",15,66679211,66783882,104672,1,"5604",-111,"ENSG00000169032","MAP2K1","mitogen-activated protein kinase kinase 1"
-"chr12",56365823,56365894,72,"*","Promoter (1-2kb)",12,56367697,56390467,22771,1,"5869",-1803,"ENSG00000111540","RAB5B","RAB5B, member RAS oncogene family"
-"chr8",101733166,101733612,447,"*","Promoter (<=1kb)",8,101715144,101734315,19172,2,"26986",703,"ENSG00000070756","PABPC1","poly(A) binding protein, cytoplasmic 1"
-"chr12",132549292,132549361,70,"*","Exon (uc001ujn.3/57634, exon 48 of 53)",12,132568828,132613429,44602,1,"347918",-19467,"ENSG00000185684","EP400NL","EP400 N-terminal like"
-"chrX",118284520,118284586,67,"*","Promoter (<=1kb)",23,118212598,118284542,71945,2,"57481",0,"ENSG00000250423","KIAA1210","KIAA1210"
-"chr16",21513745,21513802,58,"*","Intron (uc021tel.1/uc021tel.1, intron 2 of 3)",16,21415198,21531765,116568,2,"100271836",17963,"ENSG00000180747","SMG1P3","SMG1 pseudogene 3"
-"chr17",78857859,78857928,70,"*","Intron (uc002jyt.1/57521, intron 16 of 33)",17,78965641,78973933,8293,1,"79643",-107713,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr1",160037877,160038302,426,"*","Promoter (1-2kb)",1,160007257,160040051,32795,2,"3766",1749,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
-"chr14",73956325,73956710,386,"*","Intron (uc021rwe.1/399671, intron 1 of 17)",14,73741918,73925286,183369,2,"8650",-31039,"ENSG00000133961","NUMB","numb homolog (Drosophila)"
-"chr12",20521251,20521463,213,"*","Promoter (<=1kb)",12,20522179,20837041,314863,1,"5139",-716,"ENSG00000172572","PDE3A","phosphodiesterase 3A"
-"chr19",17611298,17611398,101,"*","Exon (uc002ngu.1/376497, exon 9 of 12)",19,17622432,17632097,9666,1,"25796",-11034,"ENSG00000130313","PGLS","6-phosphogluconolactonase"
-"chr17",47492440,47492478,39,"*","Promoter (<=1kb)",17,47481420,47492242,10823,2,"5245",-198,"ENSG00000167085","PHB","prohibitin"
-"chr6",28979290,28979307,18,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-495720,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr13",48611561,48611615,55,"*","Promoter (<=1kb)",13,48611703,48621282,9580,1,"55270",-88,"ENSG00000136159","NUDT15","nudix hydrolase 15"
-"chr2",7058432,7058545,114,"*","Promoter (<=1kb)",2,7052407,7058813,6407,2,"386597",268,"ENSG00000228203","RNF144A-AS1","RNF144A antisense RNA 1"
-"chr16",55090822,55090946,125,"*","Distal Intergenic",16,54965111,54968395,3285,1,"10265",125711,"ENSG00000176842","IRX5","iroquois homeobox 5"
-"chr2",13673008,13673027,20,"*","Distal Intergenic",2,13106908,13147138,40231,2,"100506474",-525870,"ENSG00000225649","LOC100506474","uncharacterized LOC100506474"
-"chr5",72595112,72595140,29,"*","Distal Intergenic",5,72469023,72470970,1948,1,"134288",126089,"ENSG00000164325","TMEM174","transmembrane protein 174"
-"chr11",57298543,57298594,52,"*","Promoter (<=1kb)",11,57295936,57298232,2297,2,"26519",-311,"ENSG00000134809","TIMM10","translocase of inner mitochondrial membrane 10 homolog (yeast)"
-"chr8",182266,182402,137,"*","Promoter (<=1kb)",8,158345,182318,23974,2,"644128",0,NA,"RPL23AP53","ribosomal protein L23a pseudogene 53"
-"chr14",73358816,73358862,47,"*","Promoter (1-2kb)",14,73086004,73360809,274806,2,"8110",1947,"ENSG00000205683","DPF3","double PHD fingers 3"
-"chr20",44420425,44420441,17,"*","Promoter (<=1kb)",20,44402847,44420547,17701,2,"140686",106,"ENSG00000124116","WFDC3","WAP four-disulfide core domain 3"
-"chr5",139076776,139076782,7,"*","Distal Intergenic",5,139028301,139062680,34380,1,"51523",48475,"ENSG00000171604","CXXC5","CXXC finger protein 5"
-"chr17",236013,236093,81,"*","Distal Intergenic",17,260118,264457,4340,1,"400566",-24025,"ENSG00000187624","C17orf97","chromosome 17 open reading frame 97"
-"chr3",186649237,186649428,192,"*","Promoter (<=1kb)",3,186648315,186796341,148027,1,"6480",922,"ENSG00000073849","ST6GAL1","ST6 beta-galactosamide alpha-2,6-sialyltranferase 1"
-"chr3",101659630,101659687,58,"*","Promoter (<=1kb)",3,101659703,101716770,57068,1,"152225",-16,"ENSG00000214407","LOC152225","uncharacterized LOC152225"
-"chr6",44238426,44238857,432,"*","Promoter (<=1kb)",6,44238480,44275966,37487,1,"441151",0,"ENSG00000178233","TMEM151B","transmembrane protein 151B"
-"chrX",48958366,48958375,10,"*","Promoter (<=1kb)",23,48932092,48958059,25968,2,"11152",-307,"ENSG00000196998","WDR45","WD repeat domain 45"
-"chr22",50609143,50609145,3,"*","Promoter (<=1kb)",22,50609160,50618724,9565,1,"56666",-15,"ENSG00000073150","PANX2","pannexin 2"
-"chr11",66325288,66325302,15,"*","Exon (uc031qbp.1/89, exon 10 of 22)",11,66330935,66336047,5113,2,"8722",10745,"ENSG00000174080","CTSF","cathepsin F"
-"chr16",728084,728422,339,"*","Promoter (1-2kb)",16,730115,732768,2654,1,"10273",-1693,"ENSG00000103266","STUB1","STIP1 homology and U-box containing protein 1, E3 ubiquitin protein ligase"
-"chr16",4746990,4747168,179,"*","3' UTR",16,4743694,4745860,2167,1,"84309",3296,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
-"chr19",53794618,53794663,46,"*","Promoter (<=1kb)",19,53792854,53794875,2022,2,"112401",212,"ENSG00000163098","BIRC8","baculoviral IAP repeat containing 8"
-"chr5",37835548,37835684,137,"*","5' UTR",5,37812779,37839782,27004,2,"2668",4098,"ENSG00000168621","GDNF","glial cell derived neurotrophic factor"
-"chr19",15131959,15132184,226,"*","Exon (uc002nae.2/126402, exon 4 of 7)",19,15121539,15134083,12545,1,"126402",10420,"ENSG00000160994","CCDC105","coiled-coil domain containing 105"
-"chr14",101515855,101515879,25,"*","Promoter (<=1kb)",14,101515887,101515983,97,1,"724025",-8,"ENSG00000207646","MIR655","microRNA 655"
-"chr19",2354242,2354440,199,"*","3' UTR",19,2321520,2328614,7095,2,"51690",-25628,"ENSG00000130332","LSM7","LSM7 homolog, U6 small nuclear RNA and mRNA degradation associated"
-"chr12",132832250,132832322,73,"*","Intron (uc009zyr.3/50614, intron 7 of 7)",12,132851977,132857486,5510,1,"100130238",-19655,NA,"LOC100130238","uncharacterized LOC100130238"
-"chr10",60935977,60935983,7,"*","Promoter (<=1kb)",10,60936348,61007534,71187,1,"84457",-365,"ENSG00000165443","PHYHIPL","phytanoyl-CoA 2-hydroxylase interacting protein like"
-"chr12",50016958,50017272,315,"*","Promoter (<=1kb)",12,50017197,50038452,21256,1,"25766",0,"ENSG00000110844","PRPF40B","pre-mRNA processing factor 40 homolog B"
-"chr4",2965148,2965191,44,"*","Promoter (<=1kb)",4,2939664,2965118,25455,2,"8602",-30,"ENSG00000087269","NOP14","NOP14 nucleolar protein"
-"chr16",1836765,1837011,247,"*","Exon (uc002cmw.4/10101, exon 3 of 7)",16,1832933,1839192,6260,1,"10101",3832,"ENSG00000095906","NUBP2","nucleotide binding protein 2"
-"chr5",145561962,145562268,307,"*","Promoter (<=1kb)",5,145492589,145562294,69706,2,"51520",26,"ENSG00000133706","LARS","leucyl-tRNA synthetase"
-"chr6",133079939,133080390,452,"*","Intron (uc003qdv.3/8875, intron 7 of 7)",6,133065009,133084598,19590,2,"8875",4208,"ENSG00000112303","VNN2","vanin 2"
-"chr1",25943790,25943793,4,"*","Promoter (<=1kb)",1,25943959,26111258,167300,1,"57134",-166,"ENSG00000117643","MAN1C1","mannosidase alpha class 1C member 1"
-"chr6",158094401,158094750,350,"*","3' UTR",6,157950164,157950232,69,1,"100500899",144237,"ENSG00000266617","MIR3692","microRNA 3692"
-"chr4",15780258,15780522,265,"*","Promoter (<=1kb)",4,15779931,15850706,70776,1,"952",327,"ENSG00000004468","CD38","CD38 molecule"
-"chr11",19367175,19367188,14,"*","Distal Intergenic",11,19372271,20143147,770877,1,"89797",-5083,"ENSG00000166833","NAV2","neuron navigator 2"
-"chr12",26112065,26112073,9,"*","Promoter (<=1kb)",12,26111964,26232825,120862,1,"11228",101,"ENSG00000123094","RASSF8","Ras association domain family member 8"
-"chr5",10567595,10567905,311,"*","Intron (uc021xwp.1/651746, intron 1 of 3)",5,10564435,10657928,93494,1,"651746",3160,"ENSG00000164236","ANKRD33B","ankyrin repeat domain 33B"
-"chr6",112194695,112194697,3,"*","Promoter (<=1kb)",6,111981535,112194655,213121,2,"2534",-40,"ENSG00000010810","FYN","FYN proto-oncogene, Src family tyrosine kinase"
-"chr6",160523731,160523821,91,"*","Intron (uc003qta.3/3482, intron 46 of 47)",6,160514114,160517244,3131,1,"729603",9617,"ENSG00000213073","LOC729603","calcineurin-like EF-hand protein 1 pseudogene"
-"chr16",4431454,4431536,83,"*","Exon (uc002cwj.1/114990, exon 2 of 2)",16,4421849,4433529,11681,1,"114990",9605,"ENSG00000168140","VASN","vasorin"
-"chr1",2020822,2020955,134,"*","Intron (uc001aiq.3/5590, intron 4 of 17)",1,1981909,2116834,134926,1,"5590",38913,"ENSG00000067606","PRKCZ","protein kinase C zeta"
-"chr16",89190735,89190809,75,"*","Intron (uc002fmp.3/197322, intron 7 of 10)",16,89160217,89222171,61955,1,"197322",30518,"ENSG00000176715","ACSF3","acyl-CoA synthetase family member 3"
-"chr16",1790683,1790700,18,"*","Intron (uc002cmi.1/23162, intron 4 of 4)",16,1784986,1785067,82,1,"100423012",5697,"ENSG00000265820","MIR3177","microRNA 3177"
-"chr14",55034950,55035029,80,"*","Promoter (<=1kb)",14,55034330,55260033,225704,1,"23034",620,"ENSG00000020577","SAMD4A","sterile alpha motif domain containing 4A"
-"chr20",388553,388556,4,"*","Promoter (<=1kb)",20,388709,411610,22902,1,"10616",-153,"ENSG00000125826","RBCK1","RANBP2-type and C3HC4-type zinc finger containing 1"
-"chr2",24398668,24398695,28,"*","Promoter (1-2kb)",2,24397531,24414567,17037,1,"653140",1137,"ENSG00000186453","FAM228A","family with sequence similarity 228 member A"
-"chr20",62317519,62317640,122,"*","Intron (uc011abc.2/51750, intron 16 of 31)",20,62327131,62330051,2921,1,"8771",-9491,"ENSG00000243509","TNFRSF6B","tumor necrosis factor receptor superfamily member 6b"
-"chr10",105156396,105156401,6,"*","Promoter (<=1kb)",10,105156412,105206019,49608,1,"22984",-11,"ENSG00000148843","PDCD11","programmed cell death 11"
-"chr4",85503981,85503991,11,"*","Promoter (<=1kb)",4,85504057,85572493,68437,1,"1040",-66,"ENSG00000163624","CDS1","CDP-diacylglycerol synthase 1"
-"chr6",170338591,170338826,236,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-139670,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
-"chr17",78518825,78519034,210,"*","Promoter (<=1kb)",17,78518625,78940173,421549,1,"57521",200,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
-"chr19",36980702,36980726,25,"*","Promoter (<=1kb)",19,36980529,36981942,1414,1,"728752",173,"ENSG00000267309","LOC728752","uncharacterized LOC728752"
-"chr19",49402048,49402051,4,"*","Promoter (<=1kb)",19,49384222,49401996,17775,2,"7288",-52,"ENSG00000104804","TULP2","tubby like protein 2"
-"chr3",5020948,5021225,278,"*","Promoter (<=1kb)",3,5021097,5026865,5769,1,"8553",0,"ENSG00000134107","BHLHE40","basic helix-loop-helix family member e40"
-"chr6",138188545,138188557,13,"*","Promoter (<=1kb)",6,138188325,138204451,16127,1,"7128",220,"ENSG00000118503","TNFAIP3","TNF alpha induced protein 3"
-"chr11",117052181,117052349,169,"*","Promoter (2-3kb)",11,117049939,117068161,18223,1,"51092",2242,"ENSG00000149577","SIDT2","SID1 transmembrane family member 2"
-"chr20",34359828,34359860,33,"*","Promoter (<=1kb)",20,34359923,34538288,178366,1,"51230",-63,"ENSG00000025293","PHF20","PHD finger protein 20"
-"chr6",29944854,29944917,64,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1461284,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chrX",68048338,68048406,69,"*","Promoter (<=1kb)",23,68048840,68066029,17190,1,"1947",-434,"ENSG00000090776","EFNB1","ephrin-B1"
-"chr19",2302823,2302995,173,"*","Intron (uc010dsw.1/56928, intron 1 of 7)",19,2289774,2308156,18383,2,"645191",5161,"ENSG00000220008","LINGO3","leucine rich repeat and Ig domain containing 3"
-"chr6",3849577,3849640,64,"*","Promoter (<=1kb)",6,3849632,3851551,1920,1,"26240",0,"ENSG00000145945","FAM50B","family with sequence similarity 50 member B"
-"chr12",127630812,127631198,387,"*","Distal Intergenic",12,127354040,127359236,5197,2,"440117",-271576,"ENSG00000249873","LOC440117","uncharacterized LOC440117"
-"chr1",222628324,222628632,309,"*","Distal Intergenic",1,222695602,222721444,25843,2,"79802",92812,"ENSG00000143512","HHIPL2","HHIP like 2"
-"chr20",57485971,57486028,58,"*","3' UTR",20,57393973,57425958,31986,2,"149775",-60013,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
-"chr8",123790294,123790743,450,"*","Distal Intergenic",8,123793901,123986755,192855,1,"22882",-3158,"ENSG00000178764","ZHX2","zinc fingers and homeoboxes 2"
-"chr15",90039746,90039757,12,"*","Promoter (<=1kb)",15,90014638,90039799,25162,2,"51458",42,"ENSG00000140519","RHCG","Rh family C glycoprotein"
-"chr6",3157673,3157781,109,"*","Promoter (<=1kb)",6,3153902,3157783,3882,2,"7280",2,"ENSG00000137267","TUBB2A","tubulin beta 2A class IIa"
-"chr8",144178640,144178768,129,"*","Distal Intergenic",8,144120679,144135720,15042,1,"286122",57961,"ENSG00000177335","C8orf31","chromosome 8 open reading frame 31"
-"chr11",636611,637032,422,"*","Promoter (<=1kb)",11,637305,640705,3401,1,"1815",-273,"ENSG00000069696","DRD4","dopamine receptor D4"
-"chr1",2250748,2250812,65,"*","Downstream (1-2kb)",1,2281853,2284100,2248,2,"100129534",33288,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr16",88106882,88106939,58,"*","Intron (uc002fkp.3/54971, intron 12 of 12)",16,87984238,88110924,126687,1,"54971",122644,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr12",133178856,133178976,121,"*","Downstream (<1kb)",12,133179736,133187037,7302,2,"100507055",8061,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
-"chr20",57617035,57617168,134,"*","Promoter (<=1kb)",20,57603733,57617901,14169,2,"100533975",733,NA,"SLMO2-ATP5E","SLMO2-ATP5E readthrough"
-"chr1",17846746,17846756,11,"*","Promoter (<=1kb)",1,17846827,18024370,177544,1,"55160",-71,"ENSG00000074964","ARHGEF10L","Rho guanine nucleotide exchange factor 10 like"
-"chr15",45492446,45492679,234,"*","Promoter (<=1kb)",15,45459412,45493373,33962,2,"90525",694,"ENSG00000138606","SHF","Src homology 2 domain containing F"
-"chr16",894919,895307,389,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",39476,"ENSG00000167945","PRR25","proline rich 25"
-"chr19",17942025,17942221,197,"*","Exon (uc002nhn.4/3718, exon 21 of 24)",19,17927322,17932383,5062,2,"3640",-9642,"ENSG00000248099","INSL3","insulin like 3"
-"chr2",3818960,3818985,26,"*","Distal Intergenic",2,3705786,3750260,44475,1,"55821",113174,"ENSG00000151360","ALLC","allantoicase"
-"chr14",96000921,96000930,10,"*","Promoter (<=1kb)",14,95999249,96001209,1961,2,"283596",279,NA,"SNHG10","small nucleolar RNA host gene 10"
-"chr16",28509589,28509975,387,"*","3' UTR",16,28505970,28510291,4322,1,"55911",3619,"ENSG00000184730","APOBR","apolipoprotein B receptor"
-"chr1",99973563,99974022,460,"*","Distal Intergenic",1,100111431,100160097,48667,1,"54873",-137409,"ENSG00000099260","PALMD","palmdelphin"
-"chr10",16478815,16478862,48,"*","Promoter (<=1kb)",10,16478942,16555744,76803,1,"9317",-80,"ENSG00000165983","PTER","phosphotriesterase related"
-"chr16",1831468,1831674,207,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",907,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
-"chr13",113891485,113891597,113,"*","Intron (uc021rmu.1/8451, intron 9 of 19)",13,113863086,113919392,56307,1,"8451",28399,"ENSG00000139842","CUL4A","cullin 4A"
-"chr10",104401496,104401932,437,"*","Promoter (2-3kb)",10,104404252,104418076,13825,1,"81603",-2320,"ENSG00000171206","TRIM8","tripartite motif containing 8"
-"chr12",125412939,125413076,138,"*","Distal Intergenic",12,125400093,125400205,113,1,"100847004",12846,"ENSG00000265345","MIR5188","microRNA 5188"
-"chr7",1584275,1584479,205,"*","3' UTR",7,1581871,1596066,14196,2,"202915",11587,"ENSG00000164855","TMEM184A","transmembrane protein 184A"
-"chr3",117715573,117716071,499,"*","Distal Intergenic",3,118661923,118667088,5166,1,"100506765",-945852,"ENSG00000239877","IGSF11-AS1","IGSF11 antisense RNA 1"
-"chr8",99057882,99057973,92,"*","Promoter (<=1kb)",8,99037079,99057818,20740,2,"6156",-64,"ENSG00000156482","RPL30","ribosomal protein L30"
-"chr3",194836254,194836414,161,"*","Intron (uc003fuk.3/152002, intron 1 of 1)",3,194868600,194873585,4986,1,"101410543",-32186,"ENSG00000230266","XXYLT1-AS2","XXYLT1 antisense RNA 2"
-"chr4",82136116,82136441,326,"*","Promoter (<=1kb)",4,82009837,82136218,126382,2,"5593",0,"ENSG00000138669","PRKG2","protein kinase, cGMP-dependent, type II"
-"chr13",110959668,110960177,510,"*","Promoter (<=1kb)",13,110959631,111165373,205743,1,"1284",37,"ENSG00000134871","COL4A2","collagen type IV alpha 2"
-"chr18",51751307,51751391,85,"*","Promoter (<=1kb)",18,51677971,51751158,73188,2,"8932",-149,"ENSG00000134046","MBD2","methyl-CpG binding domain protein 2"
-"chr2",85106954,85106968,15,"*","Promoter (1-2kb)",2,85048791,85108369,59579,2,"129293",1401,"ENSG00000186854","TRABD2A","TraB domain containing 2A"
-"chr22",39492141,39492255,115,"*","Promoter (<=1kb)",22,39493229,39500072,6844,1,"164668",-974,"ENSG00000100298","APOBEC3H","apolipoprotein B mRNA editing enzyme catalytic subunit 3H"
-"chr11",1430607,1430892,286,"*","Intron (uc009ycv.1/9024, intron 1 of 19)",11,1411129,1483919,72791,1,"9024",19478,"ENSG00000174672","BRSK2","BR serine/threonine kinase 2"
-"chr20",21685877,21686032,156,"*","Promoter (<=1kb)",20,21686297,21699124,12828,1,"5075",-265,"ENSG00000125813","PAX1","paired box 1"
-"chr16",4818784,4818842,59,"*","Promoter (1-2kb)",16,4800815,4817166,16352,2,"26048",-1618,"ENSG00000103199","ZNF500","zinc finger protein 500"
-"chr2",228563935,228564058,124,"*","Exon (uc002vpi.3/80704, exon 3 of 6)",2,228549926,228582745,32820,2,"80704",18687,"ENSG00000135917","SLC19A3","solute carrier family 19 member 3"
-"chr3",151102655,151102836,182,"*","Promoter (<=1kb)",3,151055236,151102544,47309,2,"64805",-111,"ENSG00000169313","P2RY12","purinergic receptor P2Y12"
-"chr6",47254004,47254042,39,"*","Exon (uc003oyv.3/27242, exon 2 of 6)",6,47199268,47277680,78413,2,"27242",23638,"ENSG00000146072","TNFRSF21","tumor necrosis factor receptor superfamily member 21"
-"chr1",11024213,11024222,10,"*","Exon (uc001arr.2/148345, exon 1 of 8)",1,11006530,11042094,35565,2,"148345",17872,"ENSG00000175262","C1orf127","chromosome 1 open reading frame 127"
-"chr16",2946577,2946805,229,"*","Exon (uc002csa.3/114984, exon 3 of 4)",16,2933196,2949383,16188,1,"114984",13381,"ENSG00000162076","FLYWCH2","FLYWCH family member 2"
-"chr19",40950505,40950655,151,"*","Promoter (<=1kb)",19,40946748,40950282,3535,2,"29946",-223,"ENSG00000167565","SERTAD3","SERTA domain containing 3"
-"chr5",5422607,5422748,142,"*","Promoter (<=1kb)",5,5422786,5490347,67562,1,"23379",-38,"ENSG00000164151","ICE1","interactor of little elongation complex ELL subunit 1"
-"chr8",141231575,141231628,54,"*","Exon (uc003yvj.2/83696, exon 17 of 23)",8,140742586,141468678,726093,2,"83696",237050,"ENSG00000167632","TRAPPC9","trafficking protein particle complex 9"
-"chr15",35414035,35414228,194,"*","Distal Intergenic",15,35529527,35530264,738,1,"723972",-115299,"ENSG00000259516","ANP32AP1","acidic nuclear phosphoprotein 32 family member A pseudogene 1"
-"chr5",131993805,131993925,121,"*","Promoter (<=1kb)",5,131993865,131996801,2937,1,"3596",0,"ENSG00000169194","IL13","interleukin 13"
-"chr5",1019590,1020022,433,"*","Intron (uc003jbt.2/85409, intron 3 of 9)",5,1009077,1038927,29851,1,"85409",10513,"ENSG00000145506","NKD2","naked cuticle homolog 2 (Drosophila)"
-"chr6",30853560,30853900,341,"*","Exon (uc011dmt.2/780, exon 1 of 5)",6,32485154,32557613,72460,2,"3127",1703713,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",70660528,70660547,20,"*","Promoter (<=1kb)",10,70661034,70706603,45570,1,"79009",-487,"ENSG00000107625","DDX50","DEAD-box helicase 50"
-"chr10",121265539,121265790,252,"*","Intron (uc001lee.3/6001, intron 1 of 3)",10,121259339,121302222,42884,2,"6001",36432,"ENSG00000148908","RGS10","regulator of G-protein signaling 10"
-"chr17",72889660,72889666,7,"*","Promoter (<=1kb)",17,72873473,72889705,16233,2,"283985",39,"ENSG00000172782","FADS6","fatty acid desaturase 6"
-"chr4",3775739,3775850,112,"*","Distal Intergenic",4,3768296,3770253,1958,1,"152",7443,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
-"chr8",7005514,7005678,165,"*","Distal Intergenic",8,6912829,6914259,1431,2,"1670",-91255,"ENSG00000164816","DEFA5","defensin alpha 5"
-"chr15",62537912,62538111,200,"*","3' UTR",15,62455737,62457482,1746,2,"388125",-80430,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
-"chr19",58038065,58038525,461,"*","Promoter (<=1kb)",19,58038693,58052244,13552,1,"256051",-168,"ENSG00000121406","ZNF549","zinc finger protein 549"
-"chr7",149473097,149473130,34,"*","Promoter (<=1kb)",7,149473131,149531053,57923,1,"23145",-1,"ENSG00000197558","SSPO","SCO-spondin"
-"chr1",161492618,161492997,380,"*","Promoter (1-2kb)",1,161494036,161496687,2652,1,"3310",-1039,"ENSG00000173110","HSPA6","heat shock protein family A (Hsp70) member 6"
-"chr10",134884271,134884350,80,"*","Promoter (<=1kb)",10,134884433,134945179,60747,1,"84435",-83,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
-"chr16",71929861,71930048,188,"*","Promoter (1-2kb)",16,71928311,71964540,36230,1,"9798",1550,"ENSG00000182149","IST1","IST1, ESCRT-III associated factor"
-"chr22",50528538,50528593,56,"*","Promoter (<=1kb)",22,50528435,50600116,71682,1,"54456",103,"ENSG00000073146","MOV10L1","Mov10 RISC complex RNA helicase like 1"
-"chr4",165109526,165109834,309,"*","Intron (uc003iqs.2/55016, intron 7 of 7)",4,165118159,165118863,705,2,"23520",9029,NA,"ANP32C","acidic nuclear phosphoprotein 32 family member C"
-"chr9",116174261,116174442,182,"*","Promoter (1-2kb)",9,116169518,116173029,3512,2,"54107",-1232,"ENSG00000148229","POLE3","polymerase (DNA) epsilon 3, accessory subunit"
-"chr5",11384753,11385019,267,"*","5' UTR",5,10971952,11904110,932159,2,"1501",519091,"ENSG00000169862","CTNND2","catenin delta 2"
-"chr9",103788911,103789186,276,"*","Promoter (1-2kb)",9,103791031,104087417,296387,1,"54886",-1845,"ENSG00000148123","PLPPR1","phospholipid phosphatase related 1"
-"chr7",130353865,130353928,64,"*","Promoter (<=1kb)",7,130146080,130353598,207519,2,"26958",-267,"ENSG00000158623","COPG2","coatomer protein complex subunit gamma 2"
-"chr11",45715109,45715423,315,"*","Exon (uc021qha.1/uc021qha.1, exon 1 of 1)",11,45669239,45687206,17968,2,"8534",-27903,"ENSG00000175264","CHST1","carbohydrate sulfotransferase 1"
-"chr10",88296364,88296423,60,"*","Distal Intergenic",10,88195013,88281541,86529,2,"23063",-14823,"ENSG00000062650","WAPL","WAPL cohesin release factor"
-"chr6",31615889,31615891,3,"*","Intron (uc003nvf.4/7917, intron 19 of 24)",6,32485154,32557613,72460,2,"3127",941722,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",2783503,2783607,105,"*","Promoter (<=1kb)",19,2754712,2783354,28643,2,"6449",-149,"ENSG00000104969","SGTA","small glutamine rich tetratricopeptide repeat containing alpha"
-"chr2",3682982,3683071,90,"*","Intron (uc002qxz.4/78989, intron 4 of 7)",2,3705786,3750260,44475,1,"55821",-22715,"ENSG00000151360","ALLC","allantoicase"
-"chr4",2272482,2272522,41,"*","Exon (uc003gew.2/57732, exon 10 of 10)",4,2249160,2263739,14580,2,"10608",-8743,"ENSG00000123933","MXD4","MAX dimerization protein 4"
-"chr13",22245578,22245726,149,"*","Promoter (<=1kb)",13,22245215,22278640,33426,1,"2254",363,"ENSG00000102678","FGF9","fibroblast growth factor 9"
-"chr1",4221331,4221340,10,"*","Distal Intergenic",1,4000672,4012643,11972,1,"728716",220659,NA,"LINC01346","long intergenic non-protein coding RNA 1346"
-"chr17",53315948,53316111,164,"*","Distal Intergenic",17,53342321,53402426,60106,1,"3131",-26210,"ENSG00000108924","HLF","hepatic leukemia factor"
-"chr10",118765077,118765145,69,"*","5' UTR",10,118615739,118886097,270359,2,"57698",120952,"ENSG00000187164","SHTN1","shootin 1"
-"chr4",84255925,84255978,54,"*","Promoter (<=1kb)",4,84213614,84256306,42693,2,"10855",328,"ENSG00000173083","HPSE","heparanase"
-"chr4",162198206,162198446,241,"*","Distal Intergenic",4,162305044,163085186,780143,2,"56884",886740,"ENSG00000168843","FSTL5","follistatin like 5"
-"chr16",1041088,1041133,46,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",9280,"ENSG00000005513","SOX8","SRY-box 8"
-"chr3",23958829,23958856,28,"*","Promoter (<=1kb)",3,23958295,23965187,6893,1,"6138",534,"ENSG00000174748","RPL15","ribosomal protein L15"
-"chr9",129386206,129386623,418,"*","Intron (uc004bqi.3/4010, intron 2 of 7)",9,129376722,129463311,86590,1,"4010",9484,"ENSG00000136944","LMX1B","LIM homeobox transcription factor 1 beta"
-"chr17",28088580,28088606,27,"*","Intron (uc002heo.1/85464, intron 13 of 14)",17,27941774,27948441,6668,2,"84940",-140139,"ENSG00000167549","CORO6","coronin 6"
-"chr6",99275622,99275716,95,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",-6864,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
-"chr7",73081771,73081845,75,"*","Promoter (<=1kb)",7,73082174,73086440,4267,1,"155382",-329,"ENSG00000176428","VPS37D","VPS37D, ESCRT-I subunit"
-"chr10",134557961,134558243,283,"*","Intron (uc001llo.1/3632, intron 9 of 12)",10,134598320,134599537,1218,2,"84504",41294,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
-"chr11",64458798,64458869,72,"*","Intron (uc001oas.3/9379, intron 16 of 20)",11,64373646,64490660,117015,2,"9379",31791,"ENSG00000110076","NRXN2","neurexin 2"
-"chr17",79099729,79099737,9,"*","Promoter (<=1kb)",17,79099683,79099749,67,2,"442906",12,NA,"MIR338","microRNA 338"
-"chr2",201170809,201170819,11,"*","Promoter (<=1kb)",2,201170604,201346986,176383,1,"26010",205,"ENSG00000196141","SPATS2L","spermatogenesis associated serine rich 2 like"
-"chr17",78753708,78753826,119,"*","Intron (uc002jys.3/57521, intron 6 of 8)",17,78965641,78973933,8293,1,"79643",-211815,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr16",1843867,1844104,238,"*","Promoter (<=1kb)",16,1840414,1844909,4496,2,"3483",805,"ENSG00000099769","IGFALS","insulin like growth factor binding protein acid labile subunit"
-"chr15",91643651,91643655,5,"*","Promoter (<=1kb)",15,91643182,91844539,201358,1,"9899",469,"ENSG00000185518","SV2B","synaptic vesicle glycoprotein 2B"
-"chr6",100441533,100441954,422,"*","Promoter (<=1kb)",6,100441914,100524295,82382,1,"728012",0,"ENSG00000229315","MCHR2-AS1","MCHR2 antisense RNA 1"
-"chr3",44283303,44283333,31,"*","Promoter (<=1kb)",3,44283378,44373590,90213,1,"375337",-45,"ENSG00000173769","TOPAZ1","testis and ovary specific PAZ domain containing 1"
-"chr11",64658946,64659044,99,"*","Promoter (<=1kb)",11,64658827,64658911,85,2,"406970",-35,"ENSG00000277225","MIR194-2","microRNA 194-2"
-"chr16",22386263,22386267,5,"*","Promoter (<=1kb)",16,22357257,22385938,28682,2,"1039",-325,"ENSG00000140743","CDR2","cerebellar degeneration related protein 2"
-"chr16",89323036,89323264,229,"*","Distal Intergenic",16,89284111,89295965,11855,1,"197320",38925,"ENSG00000170100","ZNF778","zinc finger protein 778"
-"chr15",40401038,40401063,26,"*","Promoter (<=1kb)",15,40380091,40401085,20995,2,"90427",22,"ENSG00000104081","BMF","Bcl2 modifying factor"
-"chr19",35490532,35490561,30,"*","Intron (uc002nxi.1/57655, intron 2 of 10)",19,35485688,35517373,31686,1,"57655",4844,"ENSG00000089351","GRAMD1A","GRAM domain containing 1A"
-"chr1",155007206,155007275,70,"*","Promoter (<=1kb)",1,155006282,155023406,17125,1,"149095",924,"ENSG00000163357","DCST1","DC-STAMP domain containing 1"
-"chr1",236046891,236047034,144,"*","Promoter (<=1kb)",1,235824331,236047008,222678,2,"1130",0,"ENSG00000143669","LYST","lysosomal trafficking regulator"
-"chr16",21289764,21289767,4,"*","Intron (uc002dil.3/1428, intron 8 of 8)",16,21312170,21329912,17743,1,"400508",-22403,NA,"CRYM-AS1","CRYM antisense RNA 1"
-"chr2",100824055,100824288,234,"*","Distal Intergenic",2,100163716,100759037,595322,2,"3899",-65018,"ENSG00000144218","AFF3","AF4/FMR2 family member 3"
-"chr5",172097064,172097289,226,"*","Exon (uc003mbt.3/54492, exon 2 of 5)",5,172068276,172118533,50258,1,"54492",28788,"ENSG00000214357","NEURL1B","neuralized E3 ubiquitin protein ligase 1B"
-"chr10",71811879,71812101,223,"*","Promoter (<=1kb)",10,71812357,71872040,59684,1,"55506",-256,"ENSG00000099284","H2AFY2","H2A histone family member Y2"
-"chr2",63278026,63278052,27,"*","Promoter (<=1kb)",2,63277192,63284966,7775,1,"5013",834,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr12",13067269,13067271,3,"*","Promoter (1-2kb)",12,13068763,13068852,90,1,"693199",-1492,"ENSG00000207817","MIR614","microRNA 614"
-"chr6",33263890,33263899,10,"*","5' UTR",6,33540323,33548070,7748,2,"578",284171,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr12",132977028,132977092,65,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-71123,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr11",17756479,17756750,272,"*","Promoter (<=1kb)",11,17757495,17804602,47108,1,"3746",-745,"ENSG00000129159","KCNC1","potassium voltage-gated channel subfamily C member 1"
-"chr9",136931974,136932376,403,"*","Promoter (1-2kb)",9,136895446,136933655,38210,2,"8019",1279,"ENSG00000169925","BRD3","bromodomain containing 3"
-"chr12",121125308,121125683,376,"*","Promoter (<=1kb)",12,121124949,121139667,14719,1,"9761",359,"ENSG00000110917","MLEC","malectin"
-"chr19",52222650,52223051,402,"*","Exon (uc010epd.1/3036, exon 1 of 4)",19,52216365,52227221,10857,2,"3036",4170,"ENSG00000105509","HAS1","hyaluronan synthase 1"
-"chr15",27819614,27819876,263,"*","Distal Intergenic",15,28000023,28344458,344436,2,"4948",524582,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr10",33224318,33224696,379,"*","Exon (uc001iwr.4/3688, exon 1 of 16)",10,33189246,33247293,58048,2,"3688",22597,"ENSG00000150093","ITGB1","integrin subunit beta 1"
-"chr2",2797435,2797612,178,"*","Distal Intergenic",2,1792885,2335045,542161,2,"23040",-462390,"ENSG00000186487","MYT1L","myelin transcription factor 1 like"
-"chr2",74425749,74425761,13,"*","Promoter (<=1kb)",2,74425690,74442424,16735,1,"10797",59,"ENSG00000065911","MTHFD2","methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2, methenyltetrahydrofolate cyclohydrolase"
-"chr11",93063840,93063934,95,"*","Promoter (<=1kb)",11,93063156,93171636,108481,1,"159989",684,"ENSG00000165325","CCDC67","coiled-coil domain containing 67"
-"chr1",16957366,16957435,70,"*","Exon (uc001aze.3/84809, exon 1 of 7)",1,16944751,16971178,26428,2,"84809",13743,NA,"CROCCP2","ciliary rootlet coiled-coil, rootletin pseudogene 2"
-"chr11",71619555,71619642,88,"*","Intron (uc021qmt.1/100133315, intron 1 of 6)",11,71576555,71639493,62939,2,"100133315",19851,NA,"LOC100133315","transient receptor potential cation channel, subfamily C, member 2-like"
-"chr5",178986830,178986906,77,"*","5' UTR",5,178977562,179037027,59466,1,"80230",9268,"ENSG00000176783","RUFY1","RUN and FYVE domain containing 1"
-"chr1",155145726,155145732,7,"*","Promoter (<=1kb)",1,155141884,155145804,3921,2,"200185",72,"ENSG00000163463","KRTCAP2","keratinocyte associated protein 2"
-"chr16",29888571,29888622,52,"*","Exon (uc002dup.4/26470, exon 11 of 18)",16,29875004,29879374,4371,1,"440356",13567,"ENSG00000214725","CDIPT-AS1","CDIPT antisense RNA 1 (head to head)"
-"chr18",20513432,20513619,188,"*","Promoter (<=1kb)",18,20513312,20513401,90,1,"100616139",120,"ENSG00000264817","MIR4741","microRNA 4741"
-"chr2",159314695,159314911,217,"*","Promoter (1-2kb)",2,159313476,159537940,224465,1,"8502",1219,"ENSG00000144283","PKP4","plakophilin 4"
-"chr5",40681137,40681444,308,"*","Promoter (1-2kb)",5,40680032,40693837,13806,1,"5734",1105,"ENSG00000171522","PTGER4","prostaglandin E receptor 4"
-"chr19",47524174,47524187,14,"*","Promoter (1-2kb)",19,47523101,47549017,25917,1,"4861",1073,"ENSG00000130751","NPAS1","neuronal PAS domain protein 1"
-"chr19",4247058,4247075,18,"*","Promoter (<=1kb)",19,4247111,4269085,21975,1,"55702",-36,"ENSG00000105248","CCDC94","coiled-coil domain containing 94"
-"chr2",171608293,171608303,11,"*","Intron (uc002ugf.1/uc002ugf.1, intron 6 of 6)",2,171627604,171634757,7154,1,"100505695",-19301,NA,NA,NA
-"chr21",26980131,26980136,6,"*","Promoter (<=1kb)",21,26957968,26979801,21834,2,"54148",-330,"ENSG00000154719","MRPL39","mitochondrial ribosomal protein L39"
-"chr21",37500402,37500594,193,"*","Promoter (1-2kb)",21,37441940,37498938,56999,2,"100133286",-1464,"ENSG00000230212","LOC100133286","uncharacterized LOC100133286"
-"chr11",57335406,57335474,69,"*","Promoter (<=1kb)",11,57319128,57335803,16676,2,"9246",329,"ENSG00000156587","UBE2L6","ubiquitin conjugating enzyme E2L 6"
-"chr2",119613078,119613227,150,"*","Distal Intergenic",2,119599747,119605759,6013,2,"2019",-7319,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr3",49067049,49067103,55,"*","Promoter (<=1kb)",3,49061762,49066875,5114,2,"3615",-174,"ENSG00000178035","IMPDH2","IMP (inosine 5'-monophosphate) dehydrogenase 2"
-"chr11",44087664,44087684,21,"*","Promoter (<=1kb)",11,44087475,44105569,18095,1,"84680",189,"ENSG00000110455","ACCS","1-aminocyclopropane-1-carboxylate synthase homolog (inactive)"
-"chr4",1018778,1019095,318,"*","Exon (uc003gce.3/53834, exon 7 of 7)",4,1004940,1020686,15747,1,"53834",13838,"ENSG00000127418","FGFRL1","fibroblast growth factor receptor-like 1"
-"chr17",42463229,42463592,364,"*","Exon (uc002igt.1/3674, exon 2 of 30)",17,42449550,42466873,17324,2,"3674",3281,"ENSG00000005961","ITGA2B","integrin subunit alpha 2b"
-"chr6",116601305,116601663,359,"*","Promoter (<=1kb)",6,116596022,116601280,5259,2,"7259",-25,"ENSG00000189241","TSPYL1","TSPY-like 1"
-"chr4",77997201,77997372,172,"*","Promoter (<=1kb)",4,77969177,77997125,27949,2,"10983",-76,"ENSG00000118816","CCNI","cyclin I"
-"chr1",20143041,20143217,177,"*","Promoter (1-2kb)",1,20140522,20141771,1250,2,"54546",-1270,"ENSG00000178828","RNF186","ring finger protein 186"
-"chr17",4458473,4458623,151,"*","Promoter (<=1kb)",17,4442191,4458681,16491,2,"10514",58,"ENSG00000132382","MYBBP1A","MYB binding protein (P160) 1a"
-"chrX",154034149,154034184,36,"*","Promoter (<=1kb)",23,154006959,154033802,26844,2,"4354",-347,"ENSG00000130830","MPP1","membrane protein, palmitoylated 1"
-"chr6",50817450,50817626,177,"*","Distal Intergenic",6,50786439,50815326,28888,1,"7021",31011,"ENSG00000008196","TFAP2B","transcription factor AP-2 beta (activating enhancer binding protein 2 beta)"
-"chr10",74057705,74057806,102,"*","Distal Intergenic",10,74033677,74035797,2121,1,"54541",24028,"ENSG00000168209","DDIT4","DNA damage inducible transcript 4"
-"chr16",1107316,1107453,138,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-15303,"ENSG00000162009","SSTR5","somatostatin receptor 5"
-"chr17",75180961,75181131,171,"*","Intron (uc021udv.1/6397, intron 4 of 12)",17,75085389,75085575,187,1,"677781",95572,"ENSG00000275143","SCARNA16","small Cajal body-specific RNA 16"
-"chr5",178903039,178903057,19,"*","Distal Intergenic",5,178977562,179037027,59466,1,"80230",-74505,"ENSG00000176783","RUFY1","RUN and FYVE domain containing 1"
-"chr1",40025761,40025882,122,"*","Promoter (<=1kb)",1,39987952,40025370,37419,2,"728448",-391,NA,"PPIEL","peptidylprolyl isomerase E like pseudogene"
-"chr13",45151950,45152287,338,"*","Promoter (1-2kb)",13,45006279,45150701,144423,2,"8848",-1249,"ENSG00000102804","TSC22D1","TSC22 domain family member 1"
-"chr6",32191847,32192024,178,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",365589,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr16",8715306,8715490,185,"*","Promoter (<=1kb)",16,8715527,8740079,24553,1,"79091",-37,"ENSG00000067365","METTL22","methyltransferase like 22"
-"chr8",57359922,57359956,35,"*","Promoter (<=1kb)",8,57353513,57359282,5770,2,"5179",-640,"ENSG00000181195","PENK","proenkephalin"
-"chr17",1132368,1132754,387,"*","Distal Intergenic",17,1173858,1174565,708,1,"727857",-41104,"ENSG00000205899","BHLHA9","basic helix-loop-helix family member a9"
-"chr5",958921,959141,221,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",38314,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
-"chr6",126661280,126661369,90,"*","Promoter (<=1kb)",6,126661253,126669754,8502,1,"387103",27,"ENSG00000203760","CENPW","centromere protein W"
-"chr1",38455215,38455491,277,"*","Promoter (<=1kb)",1,38422652,38455761,33110,2,"10946",270,"ENSG00000183431","SF3A3","splicing factor 3a subunit 3"
-"chr10",533420,533431,12,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",154287,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr11",15094980,15095020,41,"*","Promoter (<=1kb)",11,15095146,15103888,8743,1,"797",-126,"ENSG00000175868","CALCB","calcitonin related polypeptide beta"
-"chr15",78556512,78556534,23,"*","Promoter (<=1kb)",15,78556487,78574538,18052,1,"55466",25,"ENSG00000140403","DNAJA4","DnaJ heat shock protein family (Hsp40) member A4"
-"chr16",3184909,3184954,46,"*","Promoter (<=1kb)",16,3185057,3192805,7749,1,"7760",-103,"ENSG00000085644","ZNF213","zinc finger protein 213"
-"chr2",27008771,27008805,35,"*","Promoter (<=1kb)",2,27008882,27023934,15053,1,"1058",-77,"ENSG00000115163","CENPA","centromere protein A"
-"chr3",187457684,187458083,400,"*","Intron (uc003frq.2/604, intron 9 of 9)",3,187439165,187463513,24349,2,"604",5430,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
-"chr5",171189960,171190064,105,"*","Distal Intergenic",5,171288556,171433877,145322,2,"23291",243813,"ENSG00000072803","FBXW11","F-box and WD repeat domain containing 11"
-"chr19",6531335,6531539,205,"*","Promoter (<=1kb)",19,6531010,6535939,4930,1,"8744",325,"ENSG00000125657","TNFSF9","tumor necrosis factor superfamily member 9"
-"chr19",24182670,24182789,120,"*","Distal Intergenic",19,24216247,24312654,96408,1,"9534",-33458,"ENSG00000213096","ZNF254","zinc finger protein 254"
-"chr1",236559547,236559646,100,"*","Promoter (1-2kb)",1,236557680,236648008,90329,1,"128178",1867,"ENSG00000186197","EDARADD","EDAR-associated death domain"
-"chr14",88652066,88652192,127,"*","Exon (uc001xwm.3/54207, exon 7 of 7)",14,88646452,88793256,146805,2,"54207",141064,"ENSG00000100433","KCNK10","potassium two pore domain channel subfamily K member 10"
-"chr6",13711890,13712126,237,"*","Promoter (<=1kb)",6,13621730,13711796,90067,2,"10048",-94,"ENSG00000010017","RANBP9","RAN binding protein 9"
-"chr1",22979495,22979546,52,"*","Promoter (<=1kb)",1,22979682,22988029,8348,1,"713",-136,"ENSG00000173369","C1QB","complement component 1, q subcomponent, B chain"
-"chr7",141673534,141673649,116,"*","Promoter (<=1kb)",7,141672431,141673573,1143,2,"5726",0,"ENSG00000257138","TAS2R38","taste 2 receptor member 38"
-"chr1",84326621,84326767,147,"*","Exon (uc001diz.4/uc001diz.4, exon 1 of 3)",1,84259598,84379059,119462,2,"100847084",52292,"ENSG00000264406","MIR548AP","microRNA 548ap"
-"chr12",114073142,114073303,162,"*","Distal Intergenic",12,113900694,113909877,9184,2,"64211",-163265,"ENSG00000089116","LHX5","LIM homeobox 5"
-"chr16",83842731,83842889,159,"*","Promoter (1-2kb)",16,83841508,83846607,5100,1,"3281",1223,"ENSG00000230989","HSBP1","heat shock factor binding protein 1"
-"chr3",13590173,13590302,130,"*","Intron (uc011auz.2/2199, intron 1 of 16)",3,13573824,13679922,106099,1,"2199",16349,"ENSG00000163520","FBLN2","fibulin 2"
-"chr16",15744349,15744639,291,"*","Intron (uc010uzy.2/54820, intron 2 of 9)",16,15737151,15737229,79,1,"619553",7198,NA,"MIR484","microRNA 484"
-"chr19",42788848,42788918,71,"*","Promoter (<=1kb)",19,42788817,42799949,11133,1,"23152",31,"ENSG00000079432","CIC","capicua transcriptional repressor"
-"chr9",129986197,129986525,329,"*","Distal Intergenic",9,130025941,130155828,129888,1,"84253",-39416,"ENSG00000136895","GARNL3","GTPase activating Rap/RanGAP domain-like 3"
-"chrX",99891286,99891595,310,"*","Promoter (<=1kb)",23,99883795,99891794,8000,2,"7105",199,"ENSG00000000003","TSPAN6","tetraspanin 6"
-"chr6",83072352,83072522,171,"*","Promoter (<=1kb)",6,83072923,83077133,4211,1,"7162",-401,"ENSG00000146242","TPBG","trophoblast glycoprotein"
-"chr2",198364548,198364630,83,"*","Promoter (<=1kb)",2,198364721,198418423,53703,1,"100529241",-91,"ENSG00000270757","HSPE1-MOB4","HSPE1-MOB4 readthrough"
-"chr12",14134874,14135203,330,"*","Promoter (1-2kb)",12,13714410,14133022,418613,2,"2904",-1852,"ENSG00000273079","GRIN2B","glutamate ionotropic receptor NMDA type subunit 2B"
-"chr6",29275023,29275070,48,"*","Exon (uc011dln.2/442191, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-791453,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",1814418,1814481,64,"*","Exon (uc002cmk.3/23162, exon 19 of 32)",16,1820321,1821710,1390,2,"4832",7229,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
-"chr2",21229872,21229936,65,"*","Exon (uc002red.3/338, exon 26 of 29)",2,21224301,21266945,42645,2,"338",37009,"ENSG00000084674","APOB","apolipoprotein B"
-"chr19",46010585,46010592,8,"*","Promoter (<=1kb)",19,46010688,46030240,19553,1,"7408",-96,"ENSG00000125753","VASP","vasodilator-stimulated phosphoprotein"
-"chr17",1945135,1945138,4,"*","Promoter (<=1kb)",17,1945277,1946725,1449,1,"124641",-139,"ENSG00000262664","OVCA2","ovarian tumor suppressor candidate 2"
-"chr16",32165148,32165177,30,"*","Promoter (1-2kb)",16,32162609,32163874,1266,2,"440362",-1274,NA,NA,NA
-"chr15",60287349,60287537,189,"*","Distal Intergenic",15,60296421,60328408,31988,1,"27023",-8884,"ENSG00000171956","FOXB1","forkhead box B1"
-"chr19",1050977,1051031,55,"*","Exon (uc002lqw.4/10347, exon 19 of 47)",19,1040102,1065570,25469,1,"10347",10875,"ENSG00000064687","ABCA7","ATP binding cassette subfamily A member 7"
-"chr7",134330777,134330790,14,"*","Promoter (<=1kb)",7,134331531,134364567,33037,1,"669",-741,"ENSG00000172331","BPGM","bisphosphoglycerate mutase"
-"chr20",42142176,42142188,13,"*","Intron (uc010zwh.2/26013, intron 1 of 21)",20,42136320,42179593,43274,1,"26013",5856,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
-"chr11",77790963,77791070,108,"*","Promoter (<=1kb)",11,77726761,77791265,64505,2,"100532726",195,"ENSG00000151364","NDUFC2-KCTD14","NDUFC2-KCTD14 readthrough"
-"chr11",130183659,130183998,340,"*","Promoter (<=1kb)",11,130096574,130184607,88034,2,"29068",609,"ENSG00000196323","ZBTB44","zinc finger and BTB domain containing 44"
-"chr2",97303624,97303987,364,"*","Promoter (<=1kb)",2,97258892,97304116,45225,2,"55683",129,"ENSG00000114982","KANSL3","KAT8 regulatory NSL complex subunit 3"
-"chr6",30122384,30122523,140,"*","Intron (uc003npn.2/10107, intron 2 of 7)",6,28471073,28483570,12498,2,"257202",-1638814,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr17",68164821,68164866,46,"*","Promoter (<=1kb)",17,68164814,68176183,11370,1,"3759",7,"ENSG00000123700","KCNJ2","potassium voltage-gated channel subfamily J member 2"
-"chr6",34206491,34206495,5,"*","Promoter (1-2kb)",6,34204577,34214008,9432,1,"3159",1914,"ENSG00000137309","HMGA1","high mobility group AT-hook 1"
-"chr13",113739462,113739577,116,"*","Exon (uc031qnk.1/23263, exon 20 of 28)",13,113760102,113774995,14894,1,"2155",-20525,"ENSG00000057593","F7","coagulation factor VII"
-"chr11",121322954,121322956,3,"*","Promoter (<=1kb)",11,121322912,121504471,181560,1,"6653",42,"ENSG00000137642","SORL1","sortilin-related receptor, L(DLR class) A repeats containing"
-"chr19",12886576,12886980,405,"*","Promoter (<=1kb)",19,12873817,12886434,12618,2,"29911",-142,"ENSG00000095066","HOOK2","hook microtubule-tethering protein 2"
-"chr11",86383756,86383761,6,"*","Promoter (<=1kb)",11,86152150,86383678,231529,2,"10873",-78,"ENSG00000151376","ME3","malic enzyme 3, NADP(+)-dependent, mitochondrial"
-"chr12",54694925,54695016,92,"*","Promoter (<=1kb)",12,54685891,54694821,8931,2,"4778",-104,"ENSG00000123405","NFE2","nuclear factor, erythroid 2"
-"chr16",4784199,4784336,138,"*","Promoter (<=1kb)",16,4784289,4799397,15109,1,"146562",0,"ENSG00000166246","C16orf71","chromosome 16 open reading frame 71"
-"chr3",121380236,121380485,250,"*","Promoter (<=1kb)",3,121350246,121379791,29546,2,"3059",-445,"ENSG00000180353","HCLS1","hematopoietic cell-specific Lyn substrate 1"
-"chr12",114232702,114232746,45,"*","Distal Intergenic",12,114254543,114404176,149634,2,"9904",171430,"ENSG00000122965","RBM19","RNA binding motif protein 19"
-"chr20",60813137,60813376,240,"*","Promoter (<=1kb)",20,60813580,60871269,57690,1,"9885",-204,"ENSG00000130703","OSBPL2","oxysterol binding protein like 2"
-"chr1",24104458,24104624,167,"*","Promoter (<=1kb)",1,24086872,24104787,17916,2,"100506963",163,"ENSG00000236810","TCEB3-AS1","TCEB3 antisense RNA 1"
-"chr10",131653088,131653237,150,"*","Intron (uc001lki.2/253738, intron 6 of 15)",10,131641563,131641638,76,2,"100422873",-11450,"ENSG00000266676","MIR4297","microRNA 4297"
-"chr8",6638075,6638082,8,"*","Distal Intergenic",8,6602689,6602761,73,2,"100616372",-35314,"ENSG00000266038","MIR4659B","microRNA 4659b"
-"chr1",65991616,65991717,102,"*","Intron (uc001dcg.3/3953, intron 2 of 19)",1,65886131,66103176,217046,1,"3953",105485,"ENSG00000116678","LEPR","leptin receptor"
-"chr12",117036929,117036972,44,"*","Distal Intergenic",12,116997186,117014425,17240,1,"643246",39743,"ENSG00000258102","MAP1LC3B2","microtubule associated protein 1 light chain 3 beta 2"
-"chr16",29828301,29828550,250,"*","Promoter (<=1kb)",16,29827528,29833816,6289,1,"79447",773,"ENSG00000280789","PAGR1","PAXIP1 associated glutamate-rich protein 1"
-"chrX",101905359,101905837,479,"*","Promoter (<=1kb)",23,101906294,101914010,7717,1,"9737",-457,"ENSG00000198932","GPRASP1","G protein-coupled receptor associated sorting protein 1"
-"chr11",14913757,14913849,93,"*","Promoter (<=1kb)",11,14899556,14913751,14196,2,"120227",-6,"ENSG00000186104","CYP2R1","cytochrome P450 family 2 subfamily R member 1"
-"chr1",155881569,155881846,278,"*","Promoter (<=1kb)",1,155867599,155881193,13595,2,"6016",-376,"ENSG00000143622","RIT1","Ras-like without CAAX 1"
-"chr16",3057911,3058316,406,"*","Distal Intergenic",16,3062457,3064506,2050,1,"9080",-4141,"ENSG00000213937","CLDN9","claudin 9"
-"chr15",37172274,37172461,188,"*","Intron (uc001zji.2/145845, intron 4 of 6)",15,37156644,37178734,22091,2,"145845",6273,NA,"LOC145845","uncharacterized LOC145845"
-"chr19",33556012,33556347,336,"*","Promoter (<=1kb)",19,33469498,33555824,86327,2,"85415",-188,"ENSG00000131941","RHPN2","rhophilin, Rho GTPase binding protein 2"
-"chr5",161493967,161494274,308,"*","Promoter (<=1kb)",5,161494648,161582545,87898,1,"2566",-374,"ENSG00000113327","GABRG2","gamma-aminobutyric acid type A receptor gamma2 subunit"
-"chr7",106301593,106301660,68,"*","Promoter (<=1kb)",7,106297211,106301634,4424,2,"168455",0,"ENSG00000253276","CCDC71L","coiled-coil domain containing 71-like"
-"chr2",176983237,176983471,235,"*","Promoter (1-2kb)",2,176981492,176984670,3179,1,"3236",1745,"ENSG00000128710","HOXD10","homeobox D10"
-"chr3",195929444,195929544,101,"*","Intron (uc003fwc.3/131540, intron 3 of 7)",3,195924323,195938300,13978,2,"131540",8756,"ENSG00000163958","ZDHHC19","zinc finger DHHC-type containing 19"
-"chr3",61237226,61237270,45,"*","Promoter (<=1kb)",3,59735036,61237133,1502098,2,"2272",-93,"ENSG00000189283","FHIT","fragile histidine triad"
-"chr15",43398298,43398317,20,"*","Promoter (<=1kb)",15,43235098,43398286,163189,2,"197131",-12,"ENSG00000159459","UBR1","ubiquitin protein ligase E3 component n-recognin 1"
-"chr5",82360356,82360818,463,"*","Promoter (<=1kb)",5,82360023,82360156,134,2,"677765",-200,"ENSG00000238835","SCARNA18","small Cajal body-specific RNA 18"
-"chr1",173793888,173793996,109,"*","Promoter (<=1kb)",1,173793797,173827682,33886,1,"55157",91,"ENSG00000117593","DARS2","aspartyl-tRNA synthetase 2, mitochondrial"
-"chr11",70565153,70565177,25,"*","Intron (uc001oqc.3/22941, intron 11 of 21)",11,70477199,70481595,4397,1,"100874198",87954,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
-"chr14",100055765,100055921,157,"*","Intron (uc010avr.3/317762, intron 5 of 5)",14,99977603,100070727,93125,2,"317762",14806,"ENSG00000205476","CCDC85C","coiled-coil domain containing 85C"
-"chr1",53168724,53168811,88,"*","Distal Intergenic",1,53152014,53164038,12025,2,"65260",-4686,"ENSG00000162377","COA7","cytochrome c oxidase assembly factor 7 (putative)"
-"chr1",145472579,145473005,427,"*","Promoter (2-3kb)",1,145470508,145475647,5140,1,"284615",2071,"ENSG00000272031","ANKRD34A","ankyrin repeat domain 34A"
-"chr16",2140438,2140870,433,"*","Promoter (<=1kb)",16,2140196,2140285,90,2,"100188847",-153,"ENSG00000221656","MIR1225","microRNA 1225"
-"chr6",38607245,38607247,3,"*","Promoter (<=1kb)",6,38136227,38607924,471698,2,"114781",677,"ENSG00000183826","BTBD9","BTB domain containing 9"
-"chr15",44086569,44086577,9,"*","Promoter (<=1kb)",15,44085857,44085957,101,2,"100302254",-612,"ENSG00000221792","MIR1282","microRNA 1282"
-"chr14",74254023,74254025,3,"*","Promoter (<=1kb)",14,74181825,74253896,72072,2,"91748",-127,"ENSG00000156030","ELMSAN1","ELM2 and Myb/SANT-like domain containing 1"
-"chr5",75009014,75009428,415,"*","Intron (uc003keh.4/134359, intron 11 of 11)",5,74970024,75013313,43290,2,"134359",3885,"ENSG00000152359","POC5","POC5 centriolar protein"
-"chr17",40825932,40826212,281,"*","Promoter (2-3kb)",17,40819932,40829048,9117,2,"79990",2836,"ENSG00000068137","PLEKHH3","pleckstrin homology, MyTH4 and FERM domain containing H3"
-"chr12",123215471,123215524,54,"*","Promoter (<=1kb)",12,123212153,123215129,2977,2,"27198",-342,"ENSG00000196917","HCAR1","hydroxycarboxylic acid receptor 1"
-"chr16",14014387,14014712,326,"*","Promoter (<=1kb)",16,14014014,14046205,32192,1,"2072",373,"ENSG00000175595","ERCC4","excision repair cross-complementation group 4"
-"chr4",1166767,1166776,10,"*","Intron (uc010ibr.3/10417, intron 6 of 6)",4,1189571,1202750,13180,2,"100130872",35974,NA,"LOC100130872","uncharacterized LOC100130872"
-"chr1",228136208,228136455,248,"*","Promoter (<=1kb)",1,228109165,228135676,26512,2,"7483",-532,"ENSG00000143816","WNT9A","wingless-type MMTV integration site family member 9A"
-"chr7",1328829,1328968,140,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",56175,"ENSG00000164853","UNCX","UNC homeobox"
-"chr16",4012949,4013337,389,"*","3' UTR",16,3775056,3930121,155066,2,"1387",-82828,"ENSG00000005339","CREBBP","CREB binding protein"
-"chr11",47198996,47199457,462,"*","Promoter (<=1kb)",11,47185849,47198676,12828,2,"84364",-320,"ENSG00000149182","ARFGAP2","ADP ribosylation factor GTPase activating protein 2"
-"chr1",151762557,151762630,74,"*","Promoter (<=1kb)",1,151742583,151763010,20428,2,"11022",380,"ENSG00000182134","TDRKH","tudor and KH domain containing"
-"chr6",1523751,1523823,73,"*","Distal Intergenic",6,1610681,1614129,3449,1,"2296",-86858,"ENSG00000054598","FOXC1","forkhead box C1"
-"chr7",63652720,63652735,16,"*","Distal Intergenic",7,63667581,63680668,13088,1,"730291",-14846,"ENSG00000223614","ZNF735","zinc finger protein 735"
-"chr17",42247565,42247696,132,"*","Promoter (<=1kb)",17,42248074,42256451,8378,1,"92591",-378,"ENSG00000161664","ASB16","ankyrin repeat and SOCS box containing 16"
-"chr7",157361040,157361396,357,"*","Intron (uc011kwa.2/5799, intron 2 of 22)",7,157367028,157367114,87,2,"406945",5718,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr16",30773423,30773510,88,"*","Promoter (<=1kb)",16,30768744,30773565,4822,2,"90835",55,"ENSG00000196118","CCDC189","coiled-coil domain containing 189"
-"chr19",44259072,44259100,29,"*","Promoter (<=1kb)",19,44235301,44259142,23842,2,"56006",42,"ENSG00000105771","SMG9","SMG9 nonsense mediated mRNA decay factor"
-"chr7",63028025,63028153,129,"*","Distal Intergenic",7,62751670,62764434,12765,2,"643955",-263591,"ENSG00000185037","ZNF733P","zinc finger protein 733, pseudogene"
-"chr5",140070921,140070982,62,"*","Promoter (<=1kb)",5,140071018,140078890,7873,1,"23438",-36,"ENSG00000112855","HARS2","histidyl-tRNA synthetase 2"
-"chr6",32936848,32937159,312,"*","5' UTR",6,32605183,32614839,9657,1,"3117",331665,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr6",168975424,168975608,185,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",133593,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr7",998981,999105,125,"*","Intron (uc010ksc.3/11033, intron 10 of 11)",7,937537,1015235,77699,2,"11033",16130,"ENSG00000105963","ADAP1","ArfGAP with dual PH domains 1"
-"chr9",124328012,124328279,268,"*","Promoter (1-2kb)",9,124329399,124547809,218411,1,"153090",-1120,"ENSG00000136848","DAB2IP","DAB2 interacting protein"
-"chr10",49813412,49813434,23,"*","Intron (uc010qgm.3/58504, intron 9 of 9)",10,49654068,49864310,210243,2,"58504",50876,"ENSG00000128805","ARHGAP22","Rho GTPase activating protein 22"
-"chr8",638208,638330,123,"*","Intron (uc003wph.3/157697, intron 3 of 5)",8,614200,681226,67027,2,"157697",42896,"ENSG00000104714","ERICH1","glutamate rich 1"
-"chr17",78940161,78940266,106,"*","3' UTR",17,78965641,78973933,8293,1,"79643",-25375,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr5",133706426,133706609,184,"*","Promoter (<=1kb)",5,133541305,133706735,165431,2,"51265",126,"ENSG00000006837","CDKL3","cyclin dependent kinase like 3"
-"chr10",99609836,99609860,25,"*","Promoter (<=1kb)",10,99609995,99631335,21341,1,"401647",-135,"ENSG00000155265","GOLGA7B","golgin A7 family member B"
-"chr15",49448000,49448057,58,"*","Promoter (<=1kb)",15,49447976,49622002,174027,1,"2585",24,"ENSG00000156958","GALK2","galactokinase 2"
-"chr13",25945811,25946220,410,"*","Promoter (<=1kb)",13,25946209,26595420,649212,1,"51761",0,"ENSG00000132932","ATP8A2","ATPase phospholipid transporting 8A2"
-"chr1",24127928,24128066,139,"*","Promoter (<=1kb)",1,24122089,24127294,5206,2,"2582",-634,"ENSG00000117308","GALE","UDP-galactose-4-epimerase"
-"chr14",20937801,20937824,24,"*","Promoter (<=1kb)",14,20937538,20946165,8628,1,"4860",263,"ENSG00000198805","PNP","purine nucleoside phosphorylase"
-"chr13",80911644,80911808,165,"*","Exon (uc001vli.3/10253, exon 2 of 2)",13,80910112,80915086,4975,2,"10253",3278,"ENSG00000136158","SPRY2","sprouty RTK signaling antagonist 2"
-"chr12",56753886,56753911,26,"*","Promoter (<=1kb)",12,56735382,56754037,18656,2,"6773",126,"ENSG00000170581","STAT2","signal transducer and activator of transcription 2"
-"chr3",150967711,150967751,41,"*","Intron (uc003eyp.3/116931, intron 14 of 42)",3,150929905,150996230,66326,2,"9934",28479,"ENSG00000174944","P2RY14","purinergic receptor P2Y14"
-"chr12",97300755,97300763,9,"*","Promoter (<=1kb)",12,97301001,97347469,46469,1,"121441",-238,"ENSG00000139350","NEDD1","neural precursor cell expressed, developmentally down-regulated 1"
-"chr14",75530723,75530737,15,"*","Promoter (<=1kb)",14,75519928,75530736,10809,2,"97",0,"ENSG00000119640","ACYP1","acylphosphatase 1"
-"chr3",46925181,46925476,296,"*","Intron (uc003cqm.3/5745, intron 3 of 15)",3,46919236,46945289,26054,1,"5745",5945,"ENSG00000160801","PTH1R","parathyroid hormone 1 receptor"
-"chr6",106676237,106676381,145,"*","Intron (uc031spg.1/9474, intron 2 of 5)",6,106632352,106773695,141344,2,"9474",97314,"ENSG00000057663","ATG5","autophagy related 5"
-"chr2",202507183,202507314,132,"*","Promoter (<=1kb)",2,202484907,202508252,23346,2,"65062",938,"ENSG00000155755","TMEM237","transmembrane protein 237"
-"chrX",151307813,151308272,460,"*","Promoter (<=1kb)",23,151282521,151307050,24530,2,"100533997",-763,NA,"MAGEA10-MAGEA5","MAGEA10-MAGEA5 readthrough"
-"chr7",155276049,155276169,121,"*","Distal Intergenic",7,155250824,155257526,6703,1,"2020",25225,"ENSG00000164778","EN2","engrailed homeobox 2"
-"chr2",240291097,240291378,282,"*","Intron (uc002vyk.4/9759, intron 26 of 26)",2,240273419,240273499,81,2,"100616360",-17598,"ENSG00000264292","MIR2467","microRNA 2467"
-"chr3",138064802,138065217,416,"*","Promoter (1-2kb)",3,138066490,138124377,57888,1,"22808",-1273,"ENSG00000158186","MRAS","muscle RAS oncogene homolog"
-"chr1",205418278,205418362,85,"*","Promoter (<=1kb)",1,205417430,205417526,97,2,"442891",-752,"ENSG00000199059","MIR135B","microRNA 135b"
-"chr12",104697339,104697341,3,"*","Promoter (<=1kb)",12,104697510,104698982,1473,1,"493861",-169,"ENSG00000255150","EID3","EP300 interacting inhibitor of differentiation 3"
-"chr2",239049653,239050026,374,"*","Promoter (2-3kb)",2,239047363,239061547,14185,1,"377007",2290,"ENSG00000168427","KLHL30","kelch like family member 30"
-"chr4",15704502,15704599,98,"*","Promoter (<=1kb)",4,15704573,15733796,29224,1,"683",0,"ENSG00000109743","BST1","bone marrow stromal cell antigen 1"
-"chr6",47623462,47623751,290,"*","Promoter (<=1kb)",6,47624222,47665533,41312,1,"222611",-471,"ENSG00000164393","ADGRF2","adhesion G protein-coupled receptor F2"
-"chr1",1114912,1114914,3,"*","5' UTR",1,1109286,1133313,24028,1,"254173",5626,"ENSG00000162571","TTLL10","tubulin tyrosine ligase like 10"
-"chr10",11505280,11505402,123,"*","Exon (uc001iks.1/9712, exon 14 of 14)",10,11502509,11653679,151171,2,"9712",148277,"ENSG00000148429","USP6NL","USP6 N-terminal like"
-"chr3",120315121,120315127,7,"*","Promoter (<=1kb)",3,120315128,120321258,6131,1,"4710",-1,"ENSG00000065518","NDUFB4","NADH:ubiquinone oxidoreductase subunit B4"
-"chr4",53578478,53578491,14,"*","Promoter (<=1kb)",4,53578621,53580305,1685,1,"57291",-130,"ENSG00000226950","DANCR","differentiation antagonizing non-protein coding RNA"
-"chr5",180480769,180480934,166,"*","3' UTR",5,180467225,180488523,21299,1,"153579",13544,"ENSG00000165810","BTNL9","butyrophilin like 9"
-"chr15",45248758,45248830,73,"*","Promoter (<=1kb)",15,45248900,45271421,22522,1,"145645",-70,"ENSG00000167014","C15orf43","chromosome 15 open reading frame 43"
-"chr21",46392128,46392347,220,"*","Intron (uc002zgl.3/85395, intron 4 of 5)",21,46409779,46414001,4223,2,"727699",21654,"ENSG00000234880","LINC00163","long intergenic non-protein coding RNA 163"
-"chr1",231557867,231557869,3,"*","Promoter (2-3kb)",1,231499497,231560790,61294,2,"54583",2921,"ENSG00000135766","EGLN1","egl-9 family hypoxia-inducible factor 1"
-"chr10",115614335,115614344,10,"*","Promoter (<=1kb)",10,115614391,115672265,57875,1,"374354",-47,"ENSG00000196865","NHLRC2","NHL repeat containing 2"
-"chrX",20284697,20285056,360,"*","Promoter (<=1kb)",23,20168029,20285523,117495,2,"6197",467,"ENSG00000177189","RPS6KA3","ribosomal protein S6 kinase A3"
-"chr10",90985007,90985014,8,"*","Intron (uc001kga.4/3988, intron 5 of 9)",10,90965694,90967071,1378,2,"9023",-17936,"ENSG00000138135","CH25H","cholesterol 25-hydroxylase"
-"chr16",1843751,1843753,3,"*","Promoter (1-2kb)",16,1840414,1844909,4496,2,"3483",1156,"ENSG00000099769","IGFALS","insulin like growth factor binding protein acid labile subunit"
-"chr1",153536480,153536563,84,"*","Promoter (1-2kb)",1,153533585,153538306,4722,2,"6273",1743,"ENSG00000196754","S100A2","S100 calcium binding protein A2"
-"chr20",61162102,61162112,11,"*","Promoter (<=1kb)",20,61162119,61162220,102,1,"406923",-7,"ENSG00000207764","MIR133A2","microRNA 133a-2"
-"chr1",164290179,164290198,20,"*","Distal Intergenic",1,164528597,164854300,325704,1,"5087",-238399,"ENSG00000185630","PBX1","pre-B-cell leukemia homeobox 1"
-"chr18",56296046,56296243,198,"*","Promoter (<=1kb)",18,56148482,56296189,147708,2,"115701",0,"ENSG00000198796","ALPK2","alpha kinase 2"
-"chr3",169540079,169540297,219,"*","Promoter (<=1kb)",3,169539710,169555560,15851,1,"344657",369,"ENSG00000188306","LRRIQ4","leucine-rich repeats and IQ motif containing 4"
-"chr8",144869848,144869985,138,"*","Distal Intergenic",8,144895127,144895212,86,2,"100126338",25227,"ENSG00000216090","MIR937","microRNA 937"
-"chr2",44223273,44223280,8,"*","Promoter (<=1kb)",2,44113363,44223144,109782,2,"10128",-129,"ENSG00000138095","LRPPRC","leucine rich pentatricopeptide repeat containing"
-"chr12",16035177,16035274,98,"*","Promoter (<=1kb)",12,16035288,16056410,21123,1,"11171",-14,"ENSG00000023734","STRAP","serine/threonine kinase receptor associated protein"
-"chr10",104677600,104677967,368,"*","Promoter (<=1kb)",10,104678075,104838344,160270,1,"54805",-108,"ENSG00000148842","CNNM2","cyclin and CBS domain divalent metal cation transport mediator 2"
-"chr14",101489507,101489601,95,"*","Promoter (<=1kb)",14,101489662,101489757,96,1,"693121",-61,"ENSG00000199109","MIR411","microRNA 411"
-"chr7",148921362,148921808,447,"*","3' UTR",7,148936742,148952700,15959,1,"7988",-14934,"ENSG00000170260","ZNF212","zinc finger protein 212"
-"chr6",28249157,28249173,17,"*","Promoter (<=1kb)",6,28249314,28270326,21013,1,"84547",-141,"ENSG00000137338","PGBD1","piggyBac transposable element derived 1"
-"chr17",62103283,62103369,87,"*","Distal Intergenic",17,62079955,62097994,18040,2,"3384",-5289,"ENSG00000108622","ICAM2","intercellular adhesion molecule 2"
-"chr4",77819534,77819574,41,"*","Promoter (<=1kb)",4,77816082,77819002,2921,2,"345079",-532,"ENSG00000186212","SOWAHB","sosondowah ankyrin repeat domain family member B"
-"chr7",56131800,56131819,20,"*","Promoter (<=1kb)",7,56131917,56148365,16449,1,"25870",-98,"ENSG00000129103","SUMF2","sulfatase modifying factor 2"
-"chr6",31622340,31622439,100,"*","Intron (uc003nvk.4/55937, intron 1 of 5)",6,32485154,32557613,72460,2,"3127",935174,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",10252818,10252852,35,"*","5' UTR",19,10225690,10230599,4910,2,"8666",-22219,"ENSG00000130811","EIF3G","eukaryotic translation initiation factor 3 subunit G"
-"chr4",57521138,57521609,472,"*","Intron (uc031sei.1/84525, intron 1 of 1)",4,57514154,57547872,33719,2,"84525",26263,"ENSG00000171476","HOPX","HOP homeobox"
-"chr6",158507953,158508140,188,"*","Exon (uc003qqw.2/8871, exon 23 of 27)",6,158530536,158589312,58777,2,"84947",81172,"ENSG00000122335","SERAC1","serine active site containing 1"
-"chr17",75209412,75209530,119,"*","Exon (uc021udw.1/6397, exon 18 of 20)",17,75277492,75496678,219187,1,"10801",-67962,"ENSG00000184640","SEPT9","septin 9"
-"chr3",87040260,87040426,167,"*","Promoter (<=1kb)",3,86987123,87040257,53135,2,"389136",-3,"ENSG00000206538","VGLL3","vestigial like family member 3"
-"chr6",3054772,3054884,113,"*","Distal Intergenic",6,3064122,3115421,51300,1,"8737",-9238,"ENSG00000137275","RIPK1","receptor interacting serine/threonine kinase 1"
-"chr1",151736255,151736633,379,"*","Promoter (<=1kb)",1,151732123,151736040,3918,2,"65005",-215,"ENSG00000143436","MRPL9","mitochondrial ribosomal protein L9"
-"chr17",46662603,46662869,267,"*","Intron (uc010dbf.3/3213, intron 4 of 4)",17,46626232,46667631,41400,2,"3213",4762,"ENSG00000120093","HOXB3","homeobox B3"
-"chr8",9182010,9182204,195,"*","Promoter (<=1kb)",8,9182561,9192590,10030,1,"157273",-357,"ENSG00000254235","LOC157273","uncharacterized LOC157273"
-"chr17",78925184,78925278,95,"*","Intron (uc002jyt.1/57521, intron 28 of 33)",17,78965641,78973933,8293,1,"79643",-40363,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr1",41707858,41708077,220,"*","Promoter (<=1kb)",1,41492871,41707815,214945,2,"22955",-43,"ENSG00000010803","SCMH1","sex comb on midleg homolog 1 (Drosophila)"
-"chr11",105481271,105481274,4,"*","Promoter (<=1kb)",11,105480800,105852819,372020,1,"2893",471,"ENSG00000152578","GRIA4","glutamate ionotropic receptor AMPA type subunit 4"
-"chr11",118436902,118436943,42,"*","Promoter (<=1kb)",11,118415243,118436791,21549,2,"56912",-111,"ENSG00000118096","IFT46","intraflagellar transport 46"
-"chr21",37692341,37692453,113,"*","Promoter (<=1kb)",21,37692487,37748944,56458,1,"23515",-34,"ENSG00000159256","MORC3","MORC family CW-type zinc finger 3"
-"chr1",161860335,161860629,295,"*","Intron (uc001gbs.3/22926, intron 14 of 15)",1,161736034,161933860,197827,1,"22926",124301,"ENSG00000118217","ATF6","activating transcription factor 6"
-"chr9",4984158,4984502,345,"*","Promoter (<=1kb)",9,4985086,5128183,143098,1,"3717",-584,"ENSG00000096968","JAK2","Janus kinase 2"
-"chr11",5531235,5531476,242,"*","Promoter (<=1kb)",11,5528530,5531153,2624,2,"50613",-82,"ENSG00000175520","UBQLN3","ubiquilin 3"
-"chr6",29910912,29910946,35,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1427342,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr4",81123258,81123369,112,"*","Exon (uc010ijo.3/56978, exon 8 of 8)",4,81105439,81125482,20044,1,"56978",17819,"ENSG00000152784","PRDM8","PR domain 8"
-"chrX",103499746,103499759,14,"*","Promoter (<=1kb)",23,103494719,103499599,4881,2,"80712",-147,"ENSG00000123576","ESX1","ESX homeobox 1"
-"chr1",145397173,145397178,6,"*","Intron (uc021ott.2/100288142, intron 99 of 131)",1,145413191,145417545,4355,1,"148738",-16013,"ENSG00000168509","HFE2","hemochromatosis type 2 (juvenile)"
-"chr2",97359878,97359879,2,"*","Intron (uc010fia.3/90342, intron 32 of 51)",2,97371667,97405813,34147,2,"81562",45934,"ENSG00000114988","LMAN2L","lectin, mannose binding 2 like"
-"chr2",239334270,239334385,116,"*","Promoter (1-2kb)",2,239335626,239360891,25266,1,"51665",-1241,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
-"chr6",30313498,30313742,245,"*","Intron (uc010jsa.2/202658, intron 8 of 9)",6,28471073,28483570,12498,2,"257202",-1829928,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",132722421,132722616,196,"*","Promoter (<=1kb)",6,132617194,132722664,105471,2,"26002",48,"ENSG00000079931","MOXD1","monooxygenase, DBH-like 1"
-"chr10",135340491,135340721,231,"*","Promoter (<=1kb)",10,135340867,135374724,33858,1,"1571",-146,"ENSG00000130649","CYP2E1","cytochrome P450 family 2 subfamily E member 1"
-"chr8",102121398,102121621,224,"*","Distal Intergenic",8,102064282,102088479,24198,1,"441374",57116,"ENSG00000248599","FLJ42969","uncharacterized LOC441374"
-"chr2",233415195,233415197,3,"*","Promoter (<=1kb)",2,233412779,233415283,2505,2,"200765",86,"ENSG00000221944","TIGD1","tigger transposable element derived 1"
-"chr16",70483878,70484007,130,"*","Distal Intergenic",16,70488498,70514177,25680,1,"197258",-4491,"ENSG00000157353","FUK","fucokinase"
-"chr3",112359440,112359446,7,"*","Promoter (<=1kb)",3,112323409,112359977,36569,2,"151887",531,"ENSG00000091986","CCDC80","coiled-coil domain containing 80"
-"chr2",20425324,20425340,17,"*","Promoter (<=1kb)",2,20400558,20425194,24637,2,"6382",-130,"ENSG00000115884","SDC1","syndecan 1"
-"chr2",37898638,37899023,386,"*","Promoter (<=1kb)",2,37869025,37899678,30654,2,"10602",655,"ENSG00000163171","CDC42EP3","CDC42 effector protein 3"
-"chr7",907797,907864,68,"*","Intron (uc003sjf.3/23353, intron 15 of 17)",7,891587,936071,44485,1,"51608",16210,"ENSG00000239857","GET4","golgi to ER traffic protein 4"
-"chr16",88101616,88101858,243,"*","Intron (uc002fkp.3/54971, intron 11 of 12)",16,87984238,88110924,126687,1,"54971",117378,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr20",47662591,47662595,5,"*","Promoter (<=1kb)",20,47662783,47713497,50715,1,"1434",-188,"ENSG00000124207","CSE1L","CSE1 chromosome segregation 1-like (yeast)"
-"chr10",15139056,15139147,92,"*","Promoter (<=1kb)",10,15139179,15146256,7078,1,"10557",-32,"ENSG00000152464","RPP38","ribonuclease P/MRP 38kDa subunit"
-"chr3",123602795,123602957,163,"*","Promoter (<=1kb)",3,123331143,123603149,272007,2,"4638",192,"ENSG00000065534","MYLK","myosin light chain kinase"
-"chr1",228270177,228270396,220,"*","Promoter (<=1kb)",1,228270361,228286913,16553,1,"375",0,"ENSG00000143761","ARF1","ADP ribosylation factor 1"
-"chr15",62531125,62531146,22,"*","Distal Intergenic",15,62455737,62457482,1746,2,"388125",-73643,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
-"chr6",55444013,55444072,60,"*","Promoter (<=1kb)",6,55299171,55444012,144842,2,"54511",-1,"ENSG00000146151","HMGCLL1","3-hydroxymethyl-3-methylglutaryl-CoA lyase-like 1"
-"chr14",21755820,21755992,173,"*","Promoter (<=1kb)",14,21756136,21819460,63325,1,"57096",-144,"ENSG00000092200","RPGRIP1","retinitis pigmentosa GTPase regulator interacting protein 1"
-"chr17",42462910,42463030,121,"*","Exon (uc002igt.1/3674, exon 4 of 30)",17,42449550,42466873,17324,2,"3674",3843,"ENSG00000005961","ITGA2B","integrin subunit alpha 2b"
-"chr4",4139730,4139845,116,"*","Distal Intergenic",4,4190530,4228621,38092,2,"133060",88776,"ENSG00000163982","OTOP1","otopetrin 1"
-"chr2",220253143,220253383,241,"*","Intron (uc002vli.2/23549, intron 14 of 15)",2,220238180,220264729,26550,2,"23549",11346,"ENSG00000123992","DNPEP","aspartyl aminopeptidase"
-"chr12",94543899,94543978,80,"*","Promoter (1-2kb)",12,94542499,94701451,158953,1,"10154",1400,"ENSG00000136040","PLXNC1","plexin C1"
-"chr5",121297569,121297615,47,"*","Promoter (<=1kb)",5,121297656,121364295,66640,1,"153443",-41,"ENSG00000151304","SRFBP1","serum response factor binding protein 1"
-"chr11",70449258,70449316,59,"*","Intron (uc009ysn.1/uc009ysn.1, intron 1 of 1)",11,70477199,70481595,4397,1,"100874198",-27883,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
-"chr19",52643306,52643317,12,"*","Promoter (<=1kb)",19,52617653,52643191,25539,2,"90317",-115,"ENSG00000204611","ZNF616","zinc finger protein 616"
-"chr3",42544101,42544131,31,"*","5' UTR",3,42530791,42579065,48275,1,"7433",13310,"ENSG00000114812","VIPR1","vasoactive intestinal peptide receptor 1"
-"chr3",126074601,126074736,136,"*","Promoter (1-2kb)",3,126061478,126076236,14759,2,"28999",1500,"ENSG00000163884","KLF15","Kruppel-like factor 15"
-"chr21",36168008,36168288,281,"*","Intron (uc002yuh.3/861, intron 1 of 5)",21,36118122,36157168,39047,1,"100506385",49886,"ENSG00000234380","LINC01426","long intergenic non-protein coding RNA 1426"
-"chr1",214153294,214153377,84,"*","Distal Intergenic",1,214161278,214214847,53570,1,"5629",-7901,"ENSG00000117707","PROX1","prospero homeobox 1"
-"chr10",133793394,133793477,84,"*","Promoter (1-2kb)",10,133781204,133795435,14232,2,"664",1958,"ENSG00000176171","BNIP3","BCL2/adenovirus E1B 19kDa interacting protein 3"
-"chr12",122151762,122151934,173,"*","Promoter (1-2kb)",12,122150658,122219974,69317,1,"144404",1104,"ENSG00000188735","TMEM120B","transmembrane protein 120B"
-"chr7",2105385,2105395,11,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1855428,2272583,417156,2,"8379",167188,"ENSG00000002822","MAD1L1","MAD1 mitotic arrest deficient-like 1 (yeast)"
-"chr6",166666974,166667163,190,"*","Distal Intergenic",6,166719168,166721871,2704,2,"285800",54708,"ENSG00000176381","PRR18","proline rich 18"
-"chr2",169103466,169103738,273,"*","Promoter (<=1kb)",2,168810530,169104105,293576,2,"27347",367,"ENSG00000198648","STK39","serine/threonine kinase 39"
-"chr11",66314319,66314330,12,"*","Promoter (<=1kb)",11,66313866,66330799,16934,1,"89",453,"ENSG00000248746","ACTN3","actinin alpha 3 (gene/pseudogene)"
-"chr16",1550447,1550537,91,"*","Exon (uc010uvg.1/9894, exon 8 of 9)",16,1543352,1560460,17109,1,"9894",7095,"ENSG00000100726","TELO2","telomere maintenance 2"
-"chr2",1425035,1425205,171,"*","Intron (uc010ewj.3/7173, intron 1 of 5)",2,1377995,1546499,168505,1,"7173",47040,"ENSG00000115705","TPO","thyroid peroxidase"
-"chr7",139208804,139208823,20,"*","Promoter (<=1kb)",7,139208674,139229731,21058,1,"154790",130,"ENSG00000236279","CLEC2L","C-type lectin domain family 2 member L"
-"chr12",114843884,114843907,24,"*","Promoter (2-3kb)",12,114846000,114850637,4638,1,"255480",-2093,"ENSG00000255399","TBX5-AS1","TBX5 antisense RNA 1"
-"chr14",70700838,70700977,140,"*","Distal Intergenic",14,70712470,70714518,2049,2,"145241",13541,"ENSG00000235812","ADAM21P1","ADAM metallopeptidase domain 21 pseudogene 1"
-"chr16",970310,970754,445,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",60564,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr19",15121531,15121543,13,"*","Promoter (<=1kb)",19,15121539,15134083,12545,1,"126402",0,"ENSG00000160994","CCDC105","coiled-coil domain containing 105"
-"chr6",5996980,5997072,93,"*","Downstream (1-2kb)",6,5998233,6007633,9401,2,"51299",10561,"ENSG00000124785","NRN1","neuritin 1"
-"chr3",27763218,27763581,364,"*","Promoter (<=1kb)",3,27757440,27764206,6767,2,"8320",625,"ENSG00000163508","EOMES","eomesodermin"
-"chr6",100911696,100911727,32,"*","Promoter (1-2kb)",6,100836750,100912805,76056,2,"6492",1078,"ENSG00000112246","SIM1","single-minded family bHLH transcription factor 1"
-"chr19",7977612,7977647,36,"*","3' UTR",19,7981032,7983980,2949,1,"100507588",-3385,"ENSG00000260001","TGFBR3L","transforming growth factor beta receptor III like"
-"chr7",2500022,2500152,131,"*","Distal Intergenic",7,2552163,2568810,16648,1,"3955",-52011,"ENSG00000106003","LFNG","LFNG O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase"
-"chr1",33358788,33358957,170,"*","Intron (uc001bwh.3/3208, intron 2 of 3)",1,33352098,33360247,8150,1,"3208",6690,"ENSG00000121905","HPCA","hippocalcin"
-"chr16",19467042,19467219,178,"*","Intron (uc010vaq.2/79838, intron 5 of 20)",16,19421861,19510434,88574,1,"79838",45181,"ENSG00000103534","TMC5","transmembrane channel like 5"
-"chr16",81716373,81716474,102,"*","Intron (uc002fgp.3/80790, intron 10 of 20)",16,81698959,81700879,1921,1,"100129617",17414,NA,"LOC100129617","uncharacterized LOC100129617"
-"chr19",639726,639746,21,"*","Promoter (<=1kb)",19,639926,643703,3778,1,"27006",-180,"ENSG00000070388","FGF22","fibroblast growth factor 22"
-"chr4",3472023,3472246,224,"*","Intron (uc003ghd.3/285489, intron 2 of 6)",4,3465033,3496209,31177,1,"285489",6990,"ENSG00000175920","DOK7","docking protein 7"
-"chr13",28494996,28495173,178,"*","Promoter (<=1kb)",13,28494168,28500451,6284,1,"3651",828,"ENSG00000139515","PDX1","pancreatic and duodenal homeobox 1"
-"chr8",669129,669429,301,"*","Intron (uc003wph.3/157697, intron 5 of 5)",8,614200,681226,67027,2,"157697",11797,"ENSG00000104714","ERICH1","glutamate rich 1"
-"chr1",47900217,47900320,104,"*","Promoter (<=1kb)",1,47897807,47900313,2507,2,"84793",0,"ENSG00000237424","FOXD2-AS1","FOXD2 antisense RNA 1 (head to head)"
-"chr11",44587100,44587106,7,"*","Promoter (<=1kb)",11,44587141,44641315,54175,1,"3732",-35,"ENSG00000085117","CD82","CD82 molecule"
-"chr3",158288896,158288903,8,"*","Promoter (<=1kb)",3,158288953,158324249,35297,1,"4291",-50,"ENSG00000178053","MLF1","myeloid leukemia factor 1"
-"chr16",4525918,4525986,69,"*","Promoter (1-2kb)",16,4511695,4524896,13202,2,"57407",-1022,"ENSG00000153406","NMRAL1","NmrA-like family domain containing 1"
-"chr2",133342790,133343067,278,"*","Intron (uc002ttl.3/2863, intron 1 of 1)",2,133402337,133429070,26734,2,"116372",86003,"ENSG00000150551","LYPD1","LY6/PLAUR domain containing 1"
-"chr8",86019162,86019187,26,"*","Promoter (<=1kb)",8,86019323,86058314,38992,1,"85444",-136,"ENSG00000133739","LRRCC1","leucine rich repeat and coiled-coil centrosomal protein 1"
-"chr17",59477557,59477564,8,"*","Promoter (<=1kb)",17,59477257,59486827,9571,1,"6909",300,"ENSG00000121068","TBX2","T-box 2"
-"chr2",3487931,3488420,490,"*","Intron (uc010ewm.1/51112, intron 10 of 10)",2,3501690,3523350,21661,2,"55256",34930,"ENSG00000182551","ADI1","acireductone dioxygenase 1"
-"chr10",102295576,102295592,17,"*","Promoter (<=1kb)",10,102295641,102313681,18041,1,"55662",-49,"ENSG00000166135","HIF1AN","hypoxia inducible factor 1 alpha subunit inhibitor"
-"chr7",157730148,157730216,69,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",82871,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr10",112630780,112630787,8,"*","Promoter (<=1kb)",10,112628648,112630662,2015,2,"282997",-118,NA,"PDCD4-AS1","PDCD4 antisense RNA 1"
-"chr4",146019088,146019093,6,"*","Promoter (<=1kb)",4,146019156,146050676,31521,1,"6059",-63,"ENSG00000164163","ABCE1","ATP binding cassette subfamily E member 1"
-"chr12",105478329,105478345,17,"*","Promoter (<=1kb)",12,105413562,105478341,64780,2,"160428",0,"ENSG00000136010","ALDH1L2","aldehyde dehydrogenase 1 family member L2"
-"chr9",138837667,138837979,313,"*","Exon (uc004cgt.3/10422, exon 6 of 10)",9,138824815,138853226,28412,2,"10422",15247,"ENSG00000130560","UBAC1","UBA domain containing 1"
-"chr8",77594834,77595027,194,"*","Promoter (<=1kb)",8,77523114,77595510,72397,2,"100192378",483,"ENSG00000253661","ZFHX4-AS1","ZFHX4 antisense RNA 1"
-"chr3",122785510,122785650,141,"*","Promoter (<=1kb)",3,122785856,122880953,95098,1,"10954",-206,"ENSG00000065485","PDIA5","protein disulfide isomerase family A member 5"
-"chr16",30385396,30385767,372,"*","Promoter (<=1kb)",16,30386123,30389310,3188,1,"29895",-356,"ENSG00000180209","MYLPF","myosin light chain, phosphorylatable, fast skeletal muscle"
-"chr2",74875179,74875253,75,"*","Promoter (<=1kb)",2,74785010,74875457,90448,2,"130951",204,"ENSG00000159374","M1AP","meiosis 1 associated protein"
-"chr7",157568170,157568225,56,"*","Intron (uc011kwa.2/5799, intron 11 of 22)",7,157647277,157658782,11506,1,"100506585",-79052,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr2",102759576,102759734,159,"*","Intron (uc010fix.3/3554, intron 1 of 11)",2,102803433,102855811,52379,1,"8808",-43699,"ENSG00000115598","IL1RL2","interleukin 1 receptor like 2"
-"chr3",46506483,46506519,37,"*","5' UTR",3,46477496,46526724,49229,2,"4057",20205,"ENSG00000012223","LTF","lactotransferrin"
-"chr20",20348903,20348920,18,"*","Promoter (<=1kb)",20,20348765,20351592,2828,1,"3642",138,"ENSG00000173404","INSM1","insulinoma associated 1"
-"chr8",11627232,11627473,242,"*","Promoter (<=1kb)",8,11627172,11644854,17683,1,"252969",60,"ENSG00000154328","NEIL2","nei like DNA glycosylase 2"
-"chrX",117251558,117251577,20,"*","Promoter (<=1kb)",23,117031776,117251303,219528,2,"90293",-255,"ENSG00000003096","KLHL13","kelch like family member 13"
-"chr17",80351272,80351339,68,"*","Intron (uc002ket.2/79701, intron 1 of 9)",17,80332201,80333370,1170,1,"2837",19071,"ENSG00000181408","UTS2R","urotensin 2 receptor"
-"chr1",48175274,48175615,342,"*","Distal Intergenic",1,47901689,47906363,4675,1,"2306",273585,"ENSG00000186564","FOXD2","forkhead box D2"
-"chr11",5951316,5951360,45,"*","Intron (uc001mbq.1/85363, intron 3 of 4)",11,5684425,5959849,275425,2,"85363",8489,"ENSG00000132256","TRIM5","tripartite motif containing 5"
-"chr16",14723959,14724253,295,"*","Promoter (<=1kb)",16,14529557,14724128,194572,2,"5073",0,"ENSG00000140694","PARN","poly(A)-specific ribonuclease"
-"chr2",197458360,197458521,162,"*","Promoter (1-2kb)",2,197063977,197457335,393359,2,"57520",-1025,"ENSG00000138411","HECW2","HECT, C2 and WW domain containing E3 ubiquitin protein ligase 2"
-"chr14",97263512,97263524,13,"*","Promoter (<=1kb)",14,97263684,97347951,84268,1,"7443",-160,"ENSG00000100749","VRK1","vaccinia related kinase 1"
-"chr16",85936432,85936666,235,"*","5' UTR",16,85932774,85956211,23438,1,"3394",3658,"ENSG00000140968","IRF8","interferon regulatory factor 8"
-"chr3",169755595,169755602,8,"*","Promoter (<=1kb)",3,169755735,169803183,47449,1,"26996",-133,"ENSG00000173890","GPR160","G protein-coupled receptor 160"
-"chr6",84937069,84937229,161,"*","Promoter (<=1kb)",6,84833960,84937335,103376,2,"22832",106,"ENSG00000135315","CEP162","centrosomal protein 162kDa"
-"chr16",50584552,50584941,390,"*","Promoter (2-3kb)",16,50582241,50674771,92531,1,"85407",2311,"ENSG00000140807","NKD1","naked cuticle homolog 1 (Drosophila)"
-"chr9",140171189,140171342,154,"*","Promoter (<=1kb)",9,140172280,140177093,4814,1,"54863",-938,"ENSG00000198113","TOR4A","torsin family 4 member A"
-"chr1",176318350,176318588,239,"*","Distal Intergenic",1,176432307,176811970,379664,1,"60676",-113719,"ENSG00000116183","PAPPA2","pappalysin 2"
-"chr19",52195451,52195511,61,"*","Promoter (<=1kb)",19,52195865,52195934,70,1,"407056",-354,"ENSG00000207550","MIR99B","microRNA 99b"
-"chr6",31922643,31922649,7,"*","Exon (uc003nyk.3/7936, exon 7 of 11)",6,32485154,32557613,72460,2,"3127",634964,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",48351495,48351847,353,"*","Intron (uc003toq.2/154664, intron 24 of 61)",7,48211057,48687091,476035,1,"154664",140438,"ENSG00000179869","ABCA13","ATP binding cassette subfamily A member 13"
-"chr3",39425930,39426053,124,"*","Promoter (1-2kb)",3,39424815,39438819,14005,1,"54977",1115,"ENSG00000144659","SLC25A38","solute carrier family 25 member 38"
-"chr19",36054625,36054965,341,"*","Promoter (<=1kb)",19,36041095,36054560,13466,2,"495",-65,"ENSG00000105675","ATP4A","ATPase H+/K+ transporting alpha subunit"
-"chr6",31134115,31134117,3,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1423496,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",32782569,32782748,180,"*","Intron (uc003oca.3/3112, intron 4 of 5)",6,32605183,32614839,9657,1,"3117",177386,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr11",43702335,43702347,13,"*","Promoter (<=1kb)",11,43702143,43878169,176027,1,"51144",192,"ENSG00000149084","HSD17B12","hydroxysteroid (17-beta) dehydrogenase 12"
-"chr22",49765054,49765138,85,"*","Distal Intergenic",22,50013290,50051190,37901,2,"348645",286052,"ENSG00000188511","C22orf34","chromosome 22 open reading frame 34"
-"chr12",64173304,64173363,60,"*","Promoter (<=1kb)",12,64173583,64203338,29756,1,"10329",-220,"ENSG00000118600","TMEM5","transmembrane protein 5"
-"chr10",134999627,134999791,165,"*","Exon (uc001llz.1/85442, exon 6 of 30)",10,134973971,135039916,65946,1,"85442",25656,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
-"chr15",40659768,40660063,296,"*","Exon (uc001zlk.1/85455, exon 8 of 8)",15,40650434,40663256,12823,1,"85455",9334,"ENSG00000140323","DISP2","dispatched RND transporter family member 2"
-"chr16",1199918,1200035,118,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-3206,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr19",7682838,7682877,40,"*","Exon (uc002mgu.4/57662, exon 19 of 19)",19,7684411,7694439,10029,2,"56949",11562,"ENSG00000076924","XAB2","XPA binding protein 2"
-"chr19",2731726,2731830,105,"*","Downstream (<1kb)",19,2732202,2740074,7873,2,"29985",8244,"ENSG00000141873","SLC39A3","solute carrier family 39 member 3"
-"chrX",70363992,70364305,314,"*","Promoter (<=1kb)",23,70364681,70391051,26371,1,"54413",-376,"ENSG00000196338","NLGN3","neuroligin 3"
-"chr17",80806387,80806388,2,"*","Intron (uc002kfx.1/6904, intron 12 of 24)",17,80787310,80797931,10622,2,"79755",-8456,"ENSG00000141579","ZNF750","zinc finger protein 750"
-"chr2",239999418,239999490,73,"*","Intron (uc010fyy.3/9759, intron 5 of 23)",2,240007523,240007622,100,2,"100616493",8132,"ENSG00000264810","MIR4441","microRNA 4441"
-"chr14",77843620,77843695,76,"*","Promoter (<=1kb)",14,77843762,77857587,13826,1,"161394",-67,"ENSG00000100583","SAMD15","sterile alpha motif domain containing 15"
-"chr1",209979470,209979487,18,"*","Promoter (<=1kb)",1,209958968,209979520,20553,2,"3664",33,"ENSG00000117595","IRF6","interferon regulatory factor 6"
-"chr21",37259516,37259754,239,"*","Intron (uc002yut.1/861, intron 8 of 10)",21,36160098,37357047,1196950,2,"861",97293,"ENSG00000159216","RUNX1","runt related transcription factor 1"
-"chr1",46016473,46016485,13,"*","Promoter (<=1kb)",1,46016455,46035723,19269,1,"10327",18,"ENSG00000117448","AKR1A1","aldo-keto reductase family 1, member A1 (aldehyde reductase)"
-"chr16",34293230,34293670,441,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",111092,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
-"chr2",175547972,175548310,339,"*","Promoter (<=1kb)",2,175424302,175547627,123326,2,"7456",-345,"ENSG00000115935","WIPF1","WAS/WASL interacting protein family member 1"
-"chr11",69949703,69949726,24,"*","Intron (uc001opj.3/55107, intron 3 of 25)",11,69924408,70035652,111245,1,"55107",25295,"ENSG00000131620","ANO1","anoctamin 1"
-"chr12",12419921,12420075,155,"*","Promoter (<=1kb)",12,12268961,12419811,150851,2,"4040",-110,"ENSG00000070018","LRP6","LDL receptor related protein 6"
-"chr15",48484012,48484302,291,"*","Promoter (<=1kb)",15,48483867,48495951,12085,1,"399697",145,"ENSG00000233932","CTXN2","cortexin 2"
-"chr4",7105262,7105272,11,"*","Promoter (<=1kb)",4,7099151,7105103,5953,2,"730971",-159,NA,"FLJ36777","uncharacterized LOC730971"
-"chr16",29262546,29262641,96,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-40187,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
-"chr6",32362359,32362551,193,"*","Exon (uc003obg.1/56244, exon 6 of 6)",6,32485154,32557613,72460,2,"3127",195062,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr18",67136928,67136982,55,"*","Intron (uc002lkl.3/220164, intron 1 of 7)",18,67068284,67516322,448039,1,"220164",68644,"ENSG00000206052","DOK6","docking protein 6"
-"chr16",69984889,69984927,39,"*","Promoter (<=1kb)",16,69984608,70220798,236191,1,"283971",281,"ENSG00000157335","CLEC18C","C-type lectin domain family 18 member C"
-"chr6",32096866,32096869,4,"*","Exon (uc003nzr.3/63943, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",460744,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr11",122756860,122756965,106,"*","Exon (uc001pyl.2/79864, exon 2 of 4)",11,122753236,122830430,77195,1,"79864",3624,"ENSG00000109944","C11orf63","chromosome 11 open reading frame 63"
-"chr22",39712646,39712682,37,"*","Promoter (2-3kb)",22,39715057,39715118,62,2,"26807",2436,"ENSG00000263764","SNORD43","small nucleolar RNA, C/D box 43"
-"chr4",174452085,174452111,27,"*","Promoter (<=1kb)",4,174451609,174506879,55271,1,"79804",476,"ENSG00000237125","HAND2-AS1","HAND2 antisense RNA 1 (head to head)"
-"chr1",15481319,15481493,175,"*","Promoter (2-3kb)",1,15479028,15546974,67947,1,"55092",2291,"ENSG00000171729","TMEM51","transmembrane protein 51"
-"chr5",175875354,175875427,74,"*","Promoter (<=1kb)",5,175875356,175937075,61720,1,"23197",0,"ENSG00000113194","FAF2","Fas associated factor family member 2"
-"chr1",117909127,117909199,73,"*","Promoter (<=1kb)",1,117910085,118068320,158236,1,"10905",-886,"ENSG00000198162","MAN1A2","mannosidase alpha class 1A member 2"
-"chr10",105344723,105344747,25,"*","Exon (uc001kxh.3/9148, exon 4 of 6)",10,105253735,105352309,98575,1,"9148",90988,"ENSG00000107954","NEURL1","neuralized E3 ubiquitin protein ligase 1"
-"chr17",4634553,4634586,34,"*","Promoter (<=1kb)",17,4634723,4636896,2174,1,"400569",-137,"ENSG00000161920","MED11","mediator complex subunit 11"
-"chr3",44754398,44754587,190,"*","Promoter (<=1kb)",3,44754135,44765323,11189,1,"91392",263,"ENSG00000196653","ZNF502","zinc finger protein 502"
-"chr10",2814956,2814967,12,"*","Distal Intergenic",10,3109712,3178997,69286,1,"5214",-294745,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
-"chr8",145733771,145733971,201,"*","Promoter (<=1kb)",8,145734552,145736589,2038,1,"113655",-581,"ENSG00000167700","MFSD3","major facilitator superfamily domain containing 3"
-"chr10",64892963,64893072,110,"*","Promoter (<=1kb)",10,64893007,64914786,21780,1,"29982",0,"ENSG00000148572","NRBF2","nuclear receptor binding factor 2"
-"chr6",108439098,108439463,366,"*","Distal Intergenic",6,108362613,108395941,33329,2,"28962",-43157,"ENSG00000081087","OSTM1","osteopetrosis associated transmembrane protein 1"
-"chr1",150521241,150521404,164,"*","Promoter (<=1kb)",1,150521898,150533412,11515,1,"54507",-494,"ENSG00000143382","ADAMTSL4","ADAMTS like 4"
-"chr16",14576456,14576603,148,"*","Exon (uc010uzc.2/5073, exon 22 of 24)",16,14529557,14724128,194572,2,"5073",147525,"ENSG00000140694","PARN","poly(A)-specific ribonuclease"
-"chr11",20690934,20690957,24,"*","Promoter (<=1kb)",11,20691117,21597229,906113,1,"4745",-160,"ENSG00000165973","NELL1","neural EGFL like 1"
-"chr5",72598917,72599143,227,"*","Distal Intergenic",5,72469023,72470970,1948,1,"134288",129894,"ENSG00000164325","TMEM174","transmembrane protein 174"
-"chr19",58570371,58570379,9,"*","Promoter (<=1kb)",19,58570607,58581110,10504,1,"7694",-228,"ENSG00000176293","ZNF135","zinc finger protein 135"
-"chr2",235860535,235860554,20,"*","Promoter (<=1kb)",2,235860628,235964358,103731,1,"23677",-74,"ENSG00000130147","SH3BP4","SH3-domain binding protein 4"
-"chr7",157514626,157514730,105,"*","Intron (uc011kwa.2/5799, intron 11 of 22)",7,157647277,157658782,11506,1,"100506585",-132547,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr7",158933335,158933456,122,"*","Intron (uc003woh.3/7434, intron 11 of 12)",7,158820866,158937649,116784,2,"7434",4193,"ENSG00000106018","VIPR2","vasoactive intestinal peptide receptor 2"
-"chr2",11681405,11681860,456,"*","Promoter (<=1kb)",2,11680731,11680803,73,2,"100616469",-602,"ENSG00000264010","MIR4429","microRNA 4429"
-"chr12",117536182,117536436,255,"*","Promoter (<=1kb)",12,117476728,117537251,60524,2,"54997",815,"ENSG00000088992","TESC","tescalcin"
-"chr2",65217520,65217528,9,"*","Promoter (1-2kb)",2,65215579,65251000,35422,1,"6509",1941,"ENSG00000115902","SLC1A4","solute carrier family 1 member 4"
-"chr7",92462981,92463170,190,"*","Promoter (2-3kb)",7,92234235,92465941,231707,2,"1021",2771,"ENSG00000105810","CDK6","cyclin-dependent kinase 6"
-"chr19",8810115,8810154,40,"*","Promoter (<=1kb)",19,8807751,8809172,1422,2,"284382",-943,"ENSG00000181786","ACTL9","actin like 9"
-"chr18",44498047,44498293,247,"*","Promoter (<=1kb)",18,44497557,44628614,131058,1,"83473",490,"ENSG00000167216","KATNAL2","katanin p60 subunit A like 2"
-"chr6",160210962,160211307,346,"*","Promoter (<=1kb)",6,160211022,160219461,8440,1,"29074",0,"ENSG00000112110","MRPL18","mitochondrial ribosomal protein L18"
-"chr14",35182753,35182841,89,"*","Promoter (1-2kb)",14,35179588,35184029,4442,2,"1073",1188,"ENSG00000165410","CFL2","cofilin 2"
-"chr8",21946769,21947203,435,"*","Promoter (<=1kb)",8,21946714,21961891,15178,1,"64760",55,"ENSG00000158863","FAM160B2","family with sequence similarity 160 member B2"
-"chr1",155990721,155990793,73,"*","Promoter (<=1kb)",1,155978839,155990758,11920,2,"6746",0,"ENSG00000163479","SSR2","signal sequence receptor, beta (translocon-associated protein beta)"
-"chr1",44494685,44495089,405,"*","Promoter (2-3kb)",1,44457172,44497164,39993,2,"6536",2075,"ENSG00000196517","SLC6A9","solute carrier family 6 member 9"
-"chr1",36989683,36989783,101,"*","Distal Intergenic",1,36931644,36948915,17272,2,"1441",-40768,"ENSG00000119535","CSF3R","colony stimulating factor 3 receptor"
-"chr15",84748814,84748986,173,"*","Promoter (<=1kb)",15,84748939,84795353,46415,1,"648809",0,NA,"EFTUD1P1","elongation factor Tu GTP binding domain containing 1 pseudogene 1"
-"chr1",212965141,212965260,120,"*","Promoter (<=1kb)",1,212965170,212990167,24998,1,"128387",0,"ENSG00000203705","TATDN3","TatD DNase domain containing 3"
-"chr15",40399053,40399131,79,"*","Promoter (1-2kb)",15,40380091,40401085,20995,2,"90427",1954,"ENSG00000104081","BMF","Bcl2 modifying factor"
-"chr2",71098889,71098892,4,"*","Distal Intergenic",2,71127720,71160575,32856,1,"25806",-28828,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
-"chrX",105855128,105855157,30,"*","Promoter (<=1kb)",23,105855160,105922673,67514,1,"55086",-3,"ENSG00000147231","CXorf57","chromosome X open reading frame 57"
-"chr2",20251148,20251308,161,"*","Promoter (<=1kb)",2,20232411,20251789,19379,2,"9741",481,"ENSG00000068697","LAPTM4A","lysosomal protein transmembrane 4 alpha"
-"chr12",120966929,120967015,87,"*","Promoter (<=1kb)",12,120941082,120966964,25883,2,"84274",0,"ENSG00000110871","COQ5","coenzyme Q5, methyltransferase"
-"chr13",42621865,42621966,102,"*","Intron (uc010tfh.2/160851, intron 1 of 29)",13,42614172,42830716,216545,1,"160851",7693,"ENSG00000102780","DGKH","diacylglycerol kinase eta"
-"chr9",136222913,136223383,471,"*","Promoter (<=1kb)",9,136218666,136223361,4696,2,"6834",0,"ENSG00000148290","SURF1","surfeit 1"
-"chr1",93811583,93811696,114,"*","Promoter (<=1kb)",1,93811478,93828148,16671,1,"1810",105,"ENSG00000117505","DR1","down-regulator of transcription 1"
-"chr16",1451278,1451446,169,"*","Intron (uc031qup.1/64718, intron 11 of 14)",16,1413206,1464705,51500,2,"64718",13259,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr16",22827345,22827807,463,"*","Promoter (1-2kb)",16,22825860,22927659,101800,1,"9956",1485,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
-"chr3",157813327,157813363,37,"*","Downstream (<1kb)",3,157813800,157823952,10153,2,"6474",10589,"ENSG00000168779","SHOX2","short stature homeobox 2"
-"chr3",79817077,79817184,108,"*","Promoter (<=1kb)",3,78646388,79817059,1170672,2,"6091",-18,"ENSG00000169855","ROBO1","roundabout guidance receptor 1"
-"chr7",95402267,95402431,165,"*","Promoter (<=1kb)",7,95401818,95727736,325919,1,"1780",449,"ENSG00000158560","DYNC1I1","dynein cytoplasmic 1 intermediate chain 1"
-"chr17",10276997,10277010,14,"*","Promoter (<=1kb)",17,10204183,10276322,72140,2,"8735",-675,"ENSG00000006788","MYH13","myosin, heavy chain 13, skeletal muscle"
-"chr6",32052380,32052396,17,"*","Exon (uc003nzl.2/7148, exon 8 of 44)",6,32485154,32557613,72460,2,"3127",505217,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr20",30448864,30449049,186,"*","3' UTR",20,30435441,30458479,23039,2,"128853",9430,"ENSG00000149599","DUSP15","dual specificity phosphatase 15"
-"chr4",128651478,128651484,7,"*","Promoter (<=1kb)",4,128651555,128695447,43893,1,"83447",-71,"ENSG00000151475","SLC25A31","solute carrier family 25 member 31"
-"chr17",41157777,41158134,358,"*","Promoter (<=1kb)",17,41158742,41166476,7735,1,"3430",-608,"ENSG00000068079","IFI35","interferon induced protein 35"
-"chr19",19174103,19174247,145,"*","Promoter (<=1kb)",19,19174803,19223841,49039,1,"284439",-556,"ENSG00000181035","SLC25A42","solute carrier family 25 member 42"
-"chr15",42186988,42187131,144,"*","Promoter (<=1kb)",15,42140344,42186275,45932,2,"51332",-713,"ENSG00000137877","SPTBN5","spectrin beta, non-erythrocytic 5"
-"chr19",56113869,56114094,226,"*","Promoter (<=1kb)",19,56102737,56113336,10600,2,"84922",-533,"ENSG00000179943","FIZ1","FLT3 interacting zinc finger 1"
-"chr19",11531421,11531519,99,"*","Promoter (1-2kb)",19,11493773,11530018,36246,2,"57139",-1403,"ENSG00000205517","RGL3","ral guanine nucleotide dissociation stimulator-like 3"
-"chr3",99357437,99357499,63,"*","Promoter (<=1kb)",3,99357440,99515577,158138,1,"1295",0,"ENSG00000144810","COL8A1","collagen type VIII alpha 1"
-"chr8",55014772,55014847,76,"*","Promoter (<=1kb)",8,54958938,55014577,55640,2,"10434",-195,"ENSG00000120992","LYPLA1","lysophospholipase I"
-"chr22",21335304,21335632,329,"*","Promoter (1-2kb)",22,21333751,21353326,19576,1,"8216",1553,"ENSG00000099949","LZTR1","leucine-zipper-like transcription regulator 1"
-"chr19",12250730,12250965,236,"*","Promoter (<=1kb)",19,12242168,12251222,9055,2,"7568",257,"ENSG00000132010","ZNF20","zinc finger protein 20"
-"chr11",2019732,2019736,5,"*","Promoter (<=1kb)",11,2016406,2019065,2660,2,"283120",-667,"ENSG00000130600","H19","H19, imprinted maternally expressed transcript (non-protein coding)"
-"chr1",55151051,55151508,458,"*","Intron (uc010ooc.1/374977, intron 12 of 14)",1,55181495,55208328,26834,1,"7268",-29987,"ENSG00000243725","TTC4","tetratricopeptide repeat domain 4"
-"chr15",38746227,38746253,27,"*","Promoter (<=1kb)",15,38746328,38777063,30736,1,"283742",-75,"ENSG00000171262","FAM98B","family with sequence similarity 98 member B"
-"chr11",1001335,1001512,178,"*","Intron (uc009yco.2/161, intron 14 of 15)",11,1012824,1036706,23883,2,"4588",35194,"ENSG00000184956","MUC6","mucin 6, oligomeric mucus/gel-forming"
-"chr17",79668348,79668370,23,"*","Promoter (2-3kb)",17,79670400,79688046,17647,1,"1468",-2030,"ENSG00000183048","SLC25A10","solute carrier family 25 member 10"
-"chr11",18993891,18994080,190,"*","Distal Intergenic",11,18955360,18956549,1190,2,"259249",-37342,"ENSG00000170255","MRGPRX1","MAS related GPR family member X1"
-"chr12",125299515,125299638,124,"*","Exon (uc001ugm.4/949, exon 3 of 13)",12,125262174,125365007,102834,2,"949",65369,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
-"chr3",46246360,46246578,219,"*","Intron (uc003cpg.2/1232, intron 1 of 3)",3,46243200,46249832,6633,2,"1230",3254,"ENSG00000163823","CCR1","chemokine (C-C motif) receptor 1"
-"chr7",152591099,152591175,77,"*","Distal Intergenic",7,152456834,152552464,95631,1,"57180",134265,"ENSG00000133627","ACTR3B","ARP3 actin-related protein 3 homolog B (yeast)"
-"chr13",113140301,113140323,23,"*","3' UTR",13,113139328,113242481,103154,2,"10426",102158,"ENSG00000126216","TUBGCP3","tubulin gamma complex associated protein 3"
-"chr4",180980988,180981242,255,"*","Distal Intergenic",4,181985243,182080302,95060,2,"728081",1099060,"ENSG00000248197","LINC00290","long intergenic non-protein coding RNA 290"
-"chr10",819979,820206,228,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-84371,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr1",6260325,6260616,292,"*","Promoter (<=1kb)",1,6245080,6259679,14600,2,"6146",-646,"ENSG00000116251","RPL22","ribosomal protein L22"
-"chr22",42828370,42828447,78,"*","Promoter (<=1kb)",22,42776414,42828401,51988,2,"150372",0,"ENSG00000235568","NFAM1","NFAT activating protein with ITAM motif 1"
-"chr1",65428216,65428577,362,"*","Intron (uc001dbu.1/3716, intron 24 of 24)",1,65298906,65432619,133714,2,"3716",4042,"ENSG00000162434","JAK1","Janus kinase 1"
-"chr2",43822604,43822965,362,"*","Promoter (<=1kb)",2,43457975,43823185,365211,2,"63892",220,"ENSG00000115970","THADA","thyroid adenoma associated"
-"chr3",9791587,9791615,29,"*","Promoter (<=1kb)",3,9791628,9808353,16726,1,"4968",-13,"ENSG00000114026","OGG1","8-oxoguanine DNA glycosylase"
-"chr7",50518573,50518647,75,"*","Promoter (<=1kb)",7,50511832,50518088,6257,2,"63979",-485,"ENSG00000132436","FIGNL1","fidgetin like 1"
-"chr2",103235363,103235491,129,"*","Promoter (<=1kb)",2,103236166,103327809,91644,1,"6549",-675,"ENSG00000115616","SLC9A2","solute carrier family 9 member A2"
-"chr7",157916636,157916687,52,"*","Intron (uc011kwa.2/5799, intron 14 of 22)",7,157647277,157658782,11506,1,"100506585",269359,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr19",54972047,54972426,380,"*","Promoter (2-3kb)",19,54972979,54974894,1916,2,"94059",2468,"ENSG00000275183","LENG9","leukocyte receptor cluster (LRC) member 9"
-"chr21",43918975,43919316,342,"*","Promoter (<=1kb)",21,43919742,44001550,81809,1,"54020",-426,"ENSG00000160190","SLC37A1","solute carrier family 37 member 1"
-"chr11",5981632,5981980,349,"*","Distal Intergenic",11,5988783,5989724,942,2,"390084",7744,"ENSG00000188691","OR56A5","olfactory receptor family 56 subfamily A member 5"
-"chr10",43047086,43047132,47,"*","Promoter (1-2kb)",10,43008961,43048280,39320,2,"100129482",1148,"ENSG00000234420","ZNF37BP","zinc finger protein 37B, pseudogene"
-"chr10",134807160,134807335,176,"*","Distal Intergenic",10,134779038,134790001,10964,1,"399829",28122,"ENSG00000240707","LINC01168","long intergenic non-protein coding RNA 1168"
-"chr17",59539436,59539587,152,"*","Intron (uc010ddo.3/9496, intron 3 of 8)",17,59529779,59562471,32693,1,"9496",9657,"ENSG00000121075","TBX4","T-box 4"
-"chr1",154297874,154297985,112,"*","Promoter (<=1kb)",1,154298036,154323780,25745,1,"57198",-51,"ENSG00000143515","ATP8B2","ATPase phospholipid transporting 8B2"
-"chr12",132276629,132276759,131,"*","Intron (uc001uja.2/6433, intron 15 of 17)",12,132312941,132336316,23376,1,"4326",-36182,"ENSG00000198598","MMP17","matrix metallopeptidase 17"
-"chr13",53424716,53424764,49,"*","Promoter (1-2kb)",13,53418109,53422775,4667,2,"5100",-1941,"ENSG00000136099","PCDH8","protocadherin 8"
-"chr5",149829254,149829322,69,"*","Promoter (<=1kb)",5,149823792,149829319,5528,2,"6208",0,"ENSG00000164587","RPS14","ribosomal protein S14"
-"chr1",12677088,12677263,176,"*","Promoter (<=1kb)",1,12627939,12677820,49882,2,"9249",557,"ENSG00000162496","DHRS3","dehydrogenase/reductase (SDR family) member 3"
-"chr11",70516997,70517057,61,"*","Intron (uc001oqc.3/22941, intron 10 of 21)",11,70477199,70481595,4397,1,"100874198",39798,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
-"chr17",3658636,3658762,127,"*","Intron (uc002fwo.4/3682, intron 20 of 30)",17,3627197,3629992,2796,1,"83903",31439,"ENSG00000177602","GSG2","germ cell associated 2 (haspin)"
-"chr16",816602,816874,273,"*","Exon (uc002cjt.1/10232, exon 14 of 18)",16,820183,820277,95,1,"724032",-3309,"ENSG00000207579","MIR662","microRNA 662"
-"chr2",17997117,17997138,22,"*","Promoter (<=1kb)",2,17997786,17998367,582,1,"343930",-648,"ENSG00000151379","MSGN1","mesogenin 1"
-"chr21",28218789,28218959,171,"*","Promoter (1-2kb)",21,28208606,28217728,9123,2,"9510",-1061,"ENSG00000154734","ADAMTS1","ADAM metallopeptidase with thrombospondin type 1 motif 1"
-"chr12",49620920,49621030,111,"*","Promoter (<=1kb)",12,49621709,49667113,45405,1,"84790",-679,"ENSG00000167553","TUBA1C","tubulin alpha 1c"
-"chr20",15176557,15176782,226,"*","Intron (uc002wot.3/140733, intron 5 of 16)",20,14864899,14910161,45263,2,"100379174",-266396,"ENSG00000235914","MACROD2-AS1","MACROD2 antisense RNA 1"
-"chr17",17597777,17598032,256,"*","Intron (uc002grm.3/10743, intron 1 of 5)",17,17584787,17714765,129979,1,"10743",12990,"ENSG00000108557","RAI1","retinoic acid induced 1"
-"chr3",38065696,38065951,256,"*","5' UTR",3,38048987,38071154,22168,2,"5333",5203,"ENSG00000187091","PLCD1","phospholipase C delta 1"
-"chr9",132199563,132199971,409,"*","Distal Intergenic",9,132245730,132275965,30236,1,"100506190",-45759,NA,"LINC00963","long intergenic non-protein coding RNA 963"
-"chr17",16472123,16472425,303,"*","Promoter (<=1kb)",17,16453631,16472520,18890,2,"57336",95,"ENSG00000141040","ZNF287","zinc finger protein 287"
-"chr2",27665079,27665080,2,"*","Promoter (<=1kb)",2,27665233,27669348,4116,1,"200634",-153,"ENSG00000157992","KRTCAP3","keratinocyte associated protein 3"
-"chr12",54785261,54785272,12,"*","Promoter (<=1kb)",12,54762920,54785083,22164,2,"25946",-178,"ENSG00000161642","ZNF385A","zinc finger protein 385A"
-"chr12",113530518,113530867,350,"*","Intron (uc001tuk.1/1840, intron 2 of 8)",12,113495662,113535833,40172,1,"1840",34856,"ENSG00000135144","DTX1","deltex 1"
-"chr1",47799098,47799304,207,"*","Promoter (<=1kb)",1,47799469,47844511,45043,1,"51727",-165,"ENSG00000162368","CMPK1","cytidine/uridine monophosphate kinase 1"
-"chr12",132695344,132695523,180,"*","Intron (uc009zyr.3/50614, intron 5 of 7)",12,132628993,132636986,7994,1,"79050",66351,"ENSG00000184967","NOC4L","nucleolar complex associated 4 homolog"
-"chr16",965732,965809,78,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",65509,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr20",13619699,13619704,6,"*","Promoter (<=1kb)",20,13246709,13619583,372875,2,"55617",-116,"ENSG00000089123","TASP1","taspase 1"
-"chr11",124709175,124709245,71,"*","Distal Intergenic",11,124735305,124751370,16066,1,"64221",-26060,"ENSG00000154134","ROBO3","roundabout guidance receptor 3"
-"chr12",8570210,8570220,11,"*","Distal Intergenic",12,8509560,8549399,39840,2,"389634",-20811,"ENSG00000226091","LINC00937","long intergenic non-protein coding RNA 937"
-"chr17",53499954,53500384,431,"*","Promoter (<=1kb)",17,53469974,53499341,29368,2,"23531",-613,"ENSG00000108960","MMD","monocyte to macrophage differentiation-associated"
-"chr16",4897242,4897330,89,"*","Promoter (<=1kb)",16,4853204,4897303,44100,2,"84656",0,"ENSG00000140632","GLYR1","glyoxylate reductase 1 homolog (Arabidopsis)"
-"chr2",73152624,73152761,138,"*","Intron (uc002sin.1/2016, intron 2 of 2)",2,73144604,73162020,17417,1,"2016",8020,"ENSG00000135638","EMX1","empty spiracles homeobox 1"
-"chr14",23235676,23235690,15,"*","Promoter (<=1kb)",14,23235731,23240998,5268,1,"5018",-41,"ENSG00000155463","OXA1L","oxidase (cytochrome c) assembly 1-like"
-"chr1",68698503,68698718,216,"*","Promoter (<=1kb)",1,68564142,68698284,134143,2,"79971",-219,"ENSG00000116729","WLS","wntless Wnt ligand secretion mediator"
-"chr8",20110405,20110766,362,"*","Promoter (2-3kb)",8,20103676,20112803,9128,2,"11178",2037,"ENSG00000061337","LZTS1","leucine zipper, putative tumor suppressor 1"
-"chr17",48238931,48239024,94,"*","Distal Intergenic",17,48243366,48253293,9928,1,"6442",-4342,"ENSG00000108823","SGCA","sarcoglycan alpha"
-"chrX",150344156,150344264,109,"*","Promoter (<=1kb)",23,150345056,150349937,4882,1,"9248",-792,"ENSG00000102195","GPR50","G protein-coupled receptor 50"
-"chr13",20207640,20207648,9,"*","Promoter (<=1kb)",13,20207788,20247599,39812,1,"54737",-140,"ENSG00000196199","MPHOSPH8","M-phase phosphoprotein 8"
-"chr6",46702983,46703075,93,"*","Promoter (<=1kb)",6,46672053,46703430,31378,2,"7941",355,"ENSG00000146070","PLA2G7","phospholipase A2 group VII"
-"chr10",3235465,3235484,20,"*","Distal Intergenic",10,3179116,3215033,35918,2,"10531",-20432,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
-"chr16",76349097,76349255,159,"*","Intron (uc002feu.1/85445, intron 2 of 24)",16,76311176,76593135,281960,1,"85445",37921,"ENSG00000152910","CNTNAP4","contactin associated protein-like 4"
-"chr8",101662053,101662198,146,"*","Promoter (<=1kb)",8,101585112,101661893,76782,2,"169166",-160,"ENSG00000174226","SNX31","sorting nexin 31"
-"chr11",63971576,63971718,143,"*","Promoter (2-3kb)",11,63974152,63991363,17212,1,"83706",-2434,"ENSG00000149781","FERMT3","fermitin family member 3"
-"chr16",2653226,2653250,25,"*","Promoter (<=1kb)",16,2653385,2680495,27111,1,"652276",-135,"ENSG00000215154","LOC652276","potassium channel tetramerization domain containing 5 pseudogene"
-"chr5",134074985,134075279,295,"*","Promoter (<=1kb)",5,134074170,134087850,13681,1,"819",815,"ENSG00000164615","CAMLG","calcium modulating ligand"
-"chr6",152128489,152128536,48,"*","5' UTR",6,151977830,152424408,446579,1,"2099",150659,"ENSG00000091831","ESR1","estrogen receptor 1"
-"chr17",18061518,18061557,40,"*","Intron (uc021trl.1/51168, intron 50 of 64)",17,18086867,18113267,26401,1,"54890",-25310,"ENSG00000091542","ALKBH5","alkB homolog 5, RNA demethylase"
-"chr19",4910226,4910228,3,"*","Promoter (<=1kb)",19,4909510,4962165,52656,1,"29128",716,"ENSG00000276043","UHRF1","ubiquitin like with PHD and ring finger domains 1"
-"chr3",44690131,44690187,57,"*","Promoter (<=1kb)",3,44690233,44702283,12051,1,"7584",-46,"ENSG00000169981","ZNF35","zinc finger protein 35"
-"chr5",180596586,180596816,231,"*","Exon (uc021yjv.1/uc021yjv.1, exon 1 of 1)",5,180581943,180582890,948,1,"285659",14643,"ENSG00000182613","OR2V2","olfactory receptor family 2 subfamily V member 2"
-"chr19",17581060,17581073,14,"*","Promoter (<=1kb)",19,17581300,17616977,35678,1,"376497",-227,"ENSG00000130304","SLC27A1","solute carrier family 27 member 1"
-"chr7",4839495,4839778,284,"*","Intron (uc003sng.1/55698, intron 3 of 15)",7,4828196,4828270,75,2,"100616465",-11225,"ENSG00000264474","MIR4656","microRNA 4656"
-"chr6",10585889,10586119,231,"*","5' UTR",6,10492456,10629601,137146,1,"2651",93433,"ENSG00000111846","GCNT2","glucosaminyl (N-acetyl) transferase 2, I-branching enzyme (I blood group)"
-"chr6",31832962,31833007,46,"*","Intron (uc011dol.2/80736, intron 4 of 20)",6,32485154,32557613,72460,2,"3127",724606,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr3",128840773,128840803,31,"*","Promoter (<=1kb)",3,128806412,128840993,34582,2,"339122",190,"ENSG00000172780","RAB43","RAB43, member RAS oncogene family"
-"chr10",70748438,70748447,10,"*","Promoter (<=1kb)",10,70748477,70776739,28263,1,"26128",-30,"ENSG00000198954","KIF1BP","KIF1 binding protein"
-"chr10",131934538,131934541,4,"*","Promoter (<=1kb)",10,131934639,131982785,48147,1,"10539",-98,"ENSG00000108010","GLRX3","glutaredoxin 3"
-"chr4",88343588,88343606,19,"*","Promoter (<=1kb)",4,88343728,88380606,36879,1,"53343",-122,"ENSG00000170502","NUDT9","nudix hydrolase 9"
-"chr2",157182965,157183243,279,"*","Exon (uc021vri.1/4929, exon 4 of 6)",2,157180944,157189287,8344,2,"4929",6044,"ENSG00000153234","NR4A2","nuclear receptor subfamily 4 group A member 2"
-"chr6",112375333,112375822,490,"*","Promoter (<=1kb)",6,112375278,112390887,15610,1,"8838",55,"ENSG00000112761","WISP3","WNT1 inducible signaling pathway protein 3"
-"chr10",106093659,106093685,27,"*","5' UTR",10,106069454,106098251,28798,2,"85450",4566,"ENSG00000148841","ITPRIP","inositol 1,4,5-trisphosphate receptor interacting protein"
-"chr7",1403804,1403856,53,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",95253,"ENSG00000164877","MICALL2","MICAL like 2"
-"chr7",150715634,150715783,150,"*","Exon (uc011kvc.2/285973, exon 6 of 18)",7,150709297,150721586,12290,2,"285973",5803,"ENSG00000181652","ATG9B","autophagy related 9B"
-"chr11",61559952,61560092,141,"*","Promoter (<=1kb)",11,61559967,61560033,67,2,"693196",0,"ENSG00000207601","MIR611","microRNA 611"
-"chr16",28635371,28635374,4,"*","Promoter (<=1kb)",16,28616908,28634907,18000,2,"6817",-464,"ENSG00000196502","SULT1A1","sulfotransferase family 1A member 1"
-"chr5",139927204,139927271,68,"*","Promoter (<=1kb)",5,139927251,139929163,1913,1,"8637",0,"ENSG00000243056","EIF4EBP3","eukaryotic translation initiation factor 4E binding protein 3"
-"chr22",46508563,46508604,42,"*","Promoter (<=1kb)",22,46508629,46508702,74,1,"406883",-25,NA,"MIRLET7A3","microRNA let-7a-3"
-"chr2",27069408,27069805,398,"*","Promoter (1-2kb)",2,27070969,27173219,102251,1,"56896",-1164,"ENSG00000157851","DPYSL5","dihydropyrimidinase like 5"
-"chr19",710775,710858,84,"*","Promoter (1-2kb)",19,708953,748330,39378,1,"5064",1822,"ENSG00000099864","PALM","paralemmin"
-"chr4",492808,492811,4,"*","Promoter (<=1kb)",4,433773,492960,59188,2,"170960",149,"ENSG00000182903","ZNF721","zinc finger protein 721"
-"chr17",55333426,55333738,313,"*","Promoter (<=1kb)",17,55333212,55757299,424088,1,"124540",214,"ENSG00000153944","MSI2","musashi RNA binding protein 2"
-"chr12",8331931,8332152,222,"*","Promoter (<=1kb)",12,8332805,8368747,35943,1,"440078",-653,"ENSG00000226711","FAM66C","family with sequence similarity 66 member C"
-"chr12",113658991,113659000,10,"*","Promoter (<=1kb)",12,113633246,113658880,25635,2,"115811",-111,"ENSG00000166578","IQCD","IQ motif containing D"
-"chr1",45250218,45250440,223,"*","Promoter (2-3kb)",1,45249257,45253426,4170,2,"266675",2986,"ENSG00000142959","BEST4","bestrophin 4"
-"chr19",58070999,58071269,271,"*","Promoter (<=1kb)",19,58053204,58071231,18028,2,"162972",0,"ENSG00000251369","ZNF550","zinc finger protein 550"
-"chr17",41832418,41832705,288,"*","3' UTR",17,41831099,41836156,5058,2,"50964",3451,"ENSG00000167941","SOST","sclerostin"
-"chr6",36304635,36304794,160,"*","Promoter (<=1kb)",6,36283535,36304662,21128,2,"389384",0,"ENSG00000189325","C6orf222","chromosome 6 open reading frame 222"
-"chr2",201681069,201681185,117,"*","Exon (uc002uwc.3/9689, exon 5 of 12)",2,201676269,201688569,12301,1,"9689",4800,"ENSG00000082153","BZW1","basic leucine zipper and W2 domains 1"
-"chr1",3352544,3352782,239,"*","3' UTR",1,3371147,3397677,26531,1,"27237",-18365,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
-"chr12",132512652,132512810,159,"*","Promoter (2-3kb)",12,132515769,132515905,137,1,"677829",-2959,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
-"chr5",19988790,19988800,11,"*","Intron (uc003jgc.3/1016, intron 12 of 14)",5,19473155,20575982,1102828,2,"1016",587182,"ENSG00000145526","CDH18","cadherin 18"
-"chr10",135050630,135050650,21,"*","Promoter (<=1kb)",10,135051408,135055433,4026,1,"27287",-758,"ENSG00000151650","VENTX","VENT homeobox"
-"chr11",93474840,93474945,106,"*","Promoter (<=1kb)",11,93474793,93496247,21455,1,"28970",47,"ENSG00000182919","C11orf54","chromosome 11 open reading frame 54"
-"chr17",62775367,62775505,139,"*","Promoter (2-3kb)",17,62745780,62778117,32338,2,"146880",2612,"ENSG00000215769","LOC146880","Rho GTPase activating protein 27 pseudogene"
-"chr7",149465429,149465808,380,"*","Intron (uc003wgc.3/168544, intron 1 of 4)",7,149461271,149470295,9025,2,"168544",4487,"ENSG00000181444","ZNF467","zinc finger protein 467"
-"chrX",47246987,47247326,340,"*","Promoter (<=1kb)",23,47248049,47248175,127,1,"100124540",-723,"ENSG00000221459","SNORA11C","small nucleolar RNA, H/ACA box 11C"
-"chr19",4246845,4246850,6,"*","Promoter (<=1kb)",19,4247111,4269085,21975,1,"55702",-261,"ENSG00000105248","CCDC94","coiled-coil domain containing 94"
-"chr19",30165085,30165308,224,"*","Exon (uc002nsh.4/79156, exon 2 of 2)",19,30156327,30166383,10057,1,"79156",8758,"ENSG00000166289","PLEKHF1","pleckstrin homology and FYVE domain containing 1"
-"chr10",115934468,115934483,16,"*","Promoter (<=1kb)",10,115881974,115934364,52391,2,"55088",-104,"ENSG00000165813","CCDC186","coiled-coil domain containing 186"
-"chr6",114292751,114292754,4,"*","Promoter (<=1kb)",6,114257320,114292359,35040,2,"3066",-392,"ENSG00000196591","HDAC2","histone deacetylase 2"
-"chr9",79791871,79792026,156,"*","Promoter (<=1kb)",9,79792361,80032399,240039,1,"23230",-335,"ENSG00000197969","VPS13A","vacuolar protein sorting 13 homolog A (S. cerevisiae)"
-"chr10",134787577,134787905,329,"*","Exon (uc001llv.2/399829, exon 2 of 3)",10,134779038,134790001,10964,1,"399829",8539,"ENSG00000240707","LINC01168","long intergenic non-protein coding RNA 1168"
-"chr16",89822327,89822399,73,"*","Intron (uc002fou.1/2175, intron 13 of 42)",16,89773541,89787394,13854,2,"9605",-34933,"ENSG00000075399","VPS9D1","VPS9 domain containing 1"
-"chr10",97051605,97051613,9,"*","Promoter (<=1kb)",10,96997325,97050905,53581,2,"9124",-700,"ENSG00000107438","PDLIM1","PDZ and LIM domain 1"
-"chr16",10970753,10970960,208,"*","Promoter (<=1kb)",16,10971055,11018840,47786,1,"4261",-95,"ENSG00000179583","CIITA","class II, major histocompatibility complex, transactivator"
-"chr16",81348261,81348372,112,"*","Promoter (<=1kb)",16,81348571,81413803,65233,1,"8139",-199,"ENSG00000261609","GAN","gigaxonin"
-"chr2",128471382,128471493,112,"*","Exon (uc002tpg.2/55339, exon 18 of 22)",2,128458597,128461407,2811,1,"84826",12785,"ENSG00000173349","SFT2D3","SFT2 domain containing 3"
-"chr12",121124829,121124845,17,"*","Promoter (<=1kb)",12,121124949,121139667,14719,1,"9761",-104,"ENSG00000110917","MLEC","malectin"
-"chr14",66974003,66974115,113,"*","Promoter (<=1kb)",14,66974125,67648525,674401,1,"10243",-10,"ENSG00000171723","GPHN","gephyrin"
-"chr2",203776269,203776739,471,"*","Promoter (<=1kb)",2,203745323,203776949,31627,2,"55759",210,"ENSG00000138442","WDR12","WD repeat domain 12"
-"chr11",34938064,34938095,32,"*","Promoter (<=1kb)",11,34896714,34937939,41226,2,"51074",-125,"ENSG00000149089","APIP","APAF1 interacting protein"
-"chr11",119039382,119039595,214,"*","Promoter (<=1kb)",11,119039437,119054725,15289,1,"79671",0,"ENSG00000160703","NLRX1","NLR family member X1"
-"chr3",147112081,147112096,16,"*","Intron (uc003ewc.2/84107, intron 2 of 2)",3,147103835,147124596,20762,2,"84107",12500,"ENSG00000174963","ZIC4","Zic family member 4"
-"chr1",149858116,149858211,96,"*","Promoter (<=1kb)",1,149856010,149858232,2223,2,"8349",21,"ENSG00000184678","HIST2H2BE","histone cluster 2, H2be"
-"chr19",543909,544020,112,"*","Promoter (<=1kb)",19,544034,549920,5887,1,"3004",-14,"ENSG00000197540","GZMM","granzyme M"
-"chr17",21281115,21281318,204,"*","Promoter (1-2kb)",17,21279699,21323179,43481,1,"3768",1416,"ENSG00000184185","KCNJ12","potassium voltage-gated channel subfamily J member 12"
-"chr5",177592761,177592874,114,"*","Distal Intergenic",5,177576465,177580961,4497,2,"55651",-11800,"ENSG00000145912","NHP2","NHP2 ribonucleoprotein"
-"chr10",118956828,118956845,18,"*","Promoter (<=1kb)",10,118957000,118969810,12811,1,"338567",-155,"ENSG00000186795","KCNK18","potassium two pore domain channel subfamily K member 18"
-"chr12",3427729,3427765,37,"*","Distal Intergenic",12,3490515,3703138,212624,1,"56341",-62750,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
-"chr15",64454779,64454893,115,"*","Promoter (<=1kb)",15,64448014,64455354,7341,2,"5479",461,"ENSG00000166794","PPIB","peptidylprolyl isomerase B"
-"chr2",43454763,43454769,7,"*","Promoter (<=1kb)",2,43454350,43455994,1645,1,"100129726",413,"ENSG00000279873","LINC01126","long intergenic non-protein coding RNA 1126"
-"chr2",198364743,198364757,15,"*","Promoter (<=1kb)",2,198364721,198418423,53703,1,"100529241",22,"ENSG00000270757","HSPE1-MOB4","HSPE1-MOB4 readthrough"
-"chr16",1172095,1172157,63,"*","Distal Intergenic",16,1138226,1146244,8019,2,"390664",-25851,"ENSG00000184471","C1QTNF8","C1q and tumor necrosis factor related protein 8"
-"chr16",30593652,30593918,267,"*","3' UTR",16,30590294,30597092,6799,2,"146540",3174,"ENSG00000197162","ZNF785","zinc finger protein 785"
-"chr11",2285989,2286006,18,"*","Distal Intergenic",11,2289728,2292182,2455,2,"430",6176,"ENSG00000183734","ASCL2","achaete-scute family bHLH transcription factor 2"
-"chr10",25305334,25305338,5,"*","Promoter (<=1kb)",10,25305508,25315593,10086,1,"79896",-170,"ENSG00000185875","THNSL1","threonine synthase like 1"
-"chr22",39239287,39239554,268,"*","Promoter (<=1kb)",22,39214456,39240017,25562,2,"23467",463,"ENSG00000221890","NPTXR","neuronal pentraxin receptor"
-"chr6",32729500,32729545,46,"*","Exon (uc003oby.4/3120, exon 2 of 5)",6,32605183,32614839,9657,1,"3117",124317,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr14",101438430,101438461,32,"*","Promoter (<=1kb)",14,101438440,101438513,74,1,"767592",0,"ENSG00000199593","SNORD114-14","small nucleolar RNA, C/D box 114-14"
-"chr14",99728957,99728984,28,"*","Intron (uc001yga.3/64919, intron 3 of 3)",14,99635625,99737822,102198,2,"64919",8838,"ENSG00000127152","BCL11B","B-cell CLL/lymphoma 11B"
-"chr4",74486230,74486250,21,"*","Promoter (<=1kb)",4,74437267,74486348,49082,2,"166824",98,"ENSG00000169435","RASSF6","Ras association domain family member 6"
-"chr8",21867933,21868068,136,"*","Distal Intergenic",8,21881645,21894408,12764,1,"10361",-13577,"ENSG00000158806","NPM2","nucleophosmin/nucleoplasmin 2"
-"chr2",3704541,3704703,163,"*","Promoter (1-2kb)",2,3705786,3750260,44475,1,"55821",-1083,"ENSG00000151360","ALLC","allantoicase"
-"chr20",62601520,62601614,95,"*","Promoter (<=1kb)",20,62588057,62601223,13167,2,"57473",-297,"ENSG00000196700","ZNF512B","zinc finger protein 512B"
-"chr1",64669031,64669077,47,"*","Promoter (<=1kb)",1,64669490,64710027,40538,1,"148581",-413,"ENSG00000177414","UBE2U","ubiquitin conjugating enzyme E2U (putative)"
-"chr12",50561022,50561094,73,"*","Promoter (<=1kb)",12,50523581,50561097,37517,2,"91012",3,"ENSG00000139624","CERS5","ceramide synthase 5"
-"chr2",149632661,149632912,252,"*","Promoter (<=1kb)",2,149632792,149883273,250482,1,"3800",0,"ENSG00000168280","KIF5C","kinesin family member 5C"
-"chr6",30095269,30095277,9,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1611699,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr7",27197831,27198025,195,"*","Promoter (1-2kb)",7,27193338,27196296,2959,2,"3204",-1535,"ENSG00000122592","HOXA7","homeobox A7"
-"chr16",10274016,10274315,300,"*","Promoter (2-3kb)",16,9847265,10276611,429347,2,"2903",2296,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
-"chr6",32036530,32036532,3,"*","Intron (uc003nzl.2/7148, intron 28 of 43)",6,32485154,32557613,72460,2,"3127",521081,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr13",114108515,114108652,138,"*","Promoter (<=1kb)",13,114076260,114107839,31580,2,"113622",-676,"ENSG00000153531","ADPRHL1","ADP-ribosylhydrolase like 1"
-"chr3",156878202,156878464,263,"*","Promoter (<=1kb)",3,156864297,156878482,14186,2,"57018",18,"ENSG00000163660","CCNL1","cyclin L1"
-"chr6",122003933,122003976,44,"*","Distal Intergenic",6,121756745,121770873,14129,1,"2697",247188,"ENSG00000152661","GJA1","gap junction protein alpha 1"
-"chr14",101521416,101521477,62,"*","Promoter (<=1kb)",14,101521595,101521660,66,1,"768214",-118,NA,"MIR668","microRNA 668"
-"chr1",13881331,13881399,69,"*","Distal Intergenic",1,13910252,13944452,34201,1,"10630",-28853,"ENSG00000162493","PDPN","podoplanin"
-"chrX",30265251,30265302,52,"*","5' UTR",23,30261848,30270155,8308,1,"4112",3403,"ENSG00000214107","MAGEB1","MAGE family member B1"
-"chr12",49076155,49076159,5,"*","Promoter (<=1kb)",12,49046995,49076035,29041,2,"54934",-120,"ENSG00000139620","KANSL2","KAT8 regulatory NSL complex subunit 2"
-"chr10",99473176,99473509,334,"*","Promoter (<=1kb)",10,99473465,99477909,4445,1,"83742",0,"ENSG00000155254","MARVELD1","MARVEL domain containing 1"
-"chr16",88868791,88868821,31,"*","Promoter (1-2kb)",16,88870186,88875666,5481,1,"81620",-1365,"ENSG00000167513","CDT1","chromatin licensing and DNA replication factor 1"
-"chr11",107578665,107578745,81,"*","5' UTR",11,107578101,107582787,4687,2,"6588",4042,"ENSG00000170290","SLN","sarcolipin"
-"chr2",43999938,44000062,125,"*","Promoter (1-2kb)",2,44001178,44037149,35972,1,"51626",-1116,"ENSG00000138036","DYNC2LI1","dynein cytoplasmic 2 light intermediate chain 1"
-"chr17",32580821,32581035,215,"*","Promoter (1-2kb)",17,32582296,32584220,1925,1,"6347",-1261,"ENSG00000108691","CCL2","C-C motif chemokine ligand 2"
-"chr2",197457372,197457377,6,"*","Promoter (<=1kb)",2,197063977,197457335,393359,2,"57520",-37,"ENSG00000138411","HECW2","HECT, C2 and WW domain containing E3 ubiquitin protein ligase 2"
-"chr6",168053811,168054252,442,"*","Distal Intergenic",6,168185219,168197539,12321,2,"26238",143287,"ENSG00000146521","LINC01558","long intergenic non-protein coding RNA 1558"
-"chr8",56433584,56433616,33,"*","Intron (uc003xsf.3/114786, intron 2 of 2)",8,56361757,56367881,6125,2,"100133234",-65703,"ENSG00000248522","SBF1P1","SET binding factor 1 pseudogene 1"
-"chr2",109403072,109403091,20,"*","Promoter (<=1kb)",2,109403219,109492847,89629,1,"165055",-128,"ENSG00000163006","CCDC138","coiled-coil domain containing 138"
-"chrX",55934745,55934752,8,"*","Distal Intergenic",23,55744110,55785207,41098,1,"10325",190635,"ENSG00000083750","RRAGB","Ras related GTP binding B"
-"chr3",14219855,14219857,3,"*","Promoter (<=1kb)",3,14186648,14220172,33525,2,"7508",315,"ENSG00000154767","XPC","xeroderma pigmentosum, complementation group C"
-"chr18",25755847,25755894,48,"*","Promoter (1-2kb)",18,25530930,25757445,226516,2,"1000",1551,"ENSG00000170558","CDH2","cadherin 2"
-"chr4",8642776,8643029,254,"*","Distal Intergenic",4,8582217,8621488,39272,1,"8532",60559,"ENSG00000109625","CPZ","carboxypeptidase Z"
-"chr5",140561986,140562007,22,"*","Promoter (1-2kb)",5,140560980,140565796,4817,1,"57717",1006,"ENSG00000272674","PCDHB16","protocadherin beta 16"
-"chr15",43028884,43029154,271,"*","Promoter (<=1kb)",15,43015760,43029417,13658,2,"146059",263,"ENSG00000140326","CDAN1","codanin 1"
-"chr16",334701,334841,141,"*","5' UTR",16,330606,333368,2763,1,"398",4095,"ENSG00000242173","ARHGDIG","Rho GDP dissociation inhibitor (GDI) gamma"
-"chr6",42185682,42185715,34,"*","Promoter (<=1kb)",6,42174539,42185633,11095,2,"55173",-49,"ENSG00000048544","MRPS10","mitochondrial ribosomal protein S10"
-"chr11",134254779,134254829,51,"*","Intron (uc001qhq.3/27087, intron 4 of 6)",11,134248398,134281812,33415,2,"27087",26983,"ENSG00000109956","B3GAT1","beta-1,3-glucuronyltransferase 1"
-"chr22",45680628,45680639,12,"*","Promoter (<=1kb)",22,45680868,45691755,10888,1,"7380",-229,"ENSG00000100373","UPK3A","uroplakin 3A"
-"chr8",38854328,38854356,29,"*","Promoter (<=1kb)",8,38854505,38962779,108275,1,"8754",-149,"ENSG00000168615","ADAM9","ADAM metallopeptidase domain 9"
-"chr16",755718,755745,28,"*","Promoter (<=1kb)",16,742500,755825,13326,2,"146330",80,"ENSG00000127585","FBXL16","F-box and leucine-rich repeat protein 16"
-"chr21",33941555,33941714,160,"*","Distal Intergenic",21,33947151,33957845,10695,2,"140290",16131,"ENSG00000242220","TCP10L","t-complex 10-like"
-"chr17",78735220,78735254,35,"*","Intron (uc002jys.3/57521, intron 6 of 8)",17,78518625,78940173,421549,1,"57521",216595,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
-"chr2",63277127,63277195,69,"*","Promoter (<=1kb)",2,63277192,63284966,7775,1,"5013",0,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr4",187572960,187573046,87,"*","Intron (uc003izf.3/2195, intron 24 of 26)",4,187508937,187647850,138914,2,"2195",74804,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
-"chr5",115298704,115298720,17,"*","Promoter (<=1kb)",5,115298151,115363299,65149,1,"206338",553,"ENSG00000172901","LVRN","laeverin"
-"chr17",28256976,28256992,17,"*","Promoter (<=1kb)",17,27952965,28257018,304054,2,"85464",26,"ENSG00000141298","SSH2","slingshot protein phosphatase 2"
-"chr3",160473693,160474064,372,"*","Promoter (<=1kb)",3,160473996,160788817,314822,1,"151742",0,"ENSG00000163590","PPM1L","protein phosphatase, Mg2+/Mn2+ dependent 1L"
-"chr19",2840764,2840817,54,"*","Promoter (<=1kb)",19,2841433,2860472,19040,1,"148254",-616,"ENSG00000186300","ZNF555","zinc finger protein 555"
-"chr2",51259504,51259693,190,"*","Promoter (<=1kb)",2,50145643,51259674,1114032,2,"9378",0,"ENSG00000179915","NRXN1","neurexin 1"
-"chr1",223936460,223936751,292,"*","Exon (uc010puy.2/824, exon 6 of 21)",1,223889295,223963720,74426,1,"824",47165,"ENSG00000162909","CAPN2","calpain 2"
-"chr7",75831459,75831489,31,"*","Promoter (<=1kb)",7,75831216,75916605,85390,1,"222183",243,"ENSG00000177679","SRRM3","serine/arginine repetitive matrix 3"
-"chr1",207925605,207925746,142,"*","Promoter (<=1kb)",1,207925383,207968861,43479,1,"4179",222,"ENSG00000117335","CD46","CD46 molecule"
-"chr16",19896596,19897093,498,"*","Promoter (<=1kb)",16,19869820,19896832,27013,2,"51704",0,"ENSG00000167191","GPRC5B","G protein-coupled receptor class C group 5 member B"
-"chr19",39226692,39226820,129,"*","Exon (uc002ojd.1/147968, exon 12 of 21)",19,39220832,39235114,14283,2,"147968",8294,"ENSG00000182472","CAPN12","calpain 12"
-"chr8",109799739,109799756,18,"*","Promoter (<=1kb)",8,109619079,109799770,180692,2,"157753",14,"ENSG00000164841","TMEM74","transmembrane protein 74"
-"chr3",119361131,119361622,492,"*","3' UTR",3,119388372,119396243,7872,2,"10063",34621,"ENSG00000138495","COX17","COX17 cytochrome c oxidase copper chaperone"
-"chr2",20646825,20646832,8,"*","Promoter (<=1kb)",2,20646835,20649201,2367,1,"388",-3,"ENSG00000143878","RHOB","ras homolog family member B"
-"chr4",77069525,77069623,99,"*","Promoter (<=1kb)",4,77035817,77069655,33839,2,"53371",32,"ENSG00000138750","NUP54","nucleoporin 54kDa"
-"chr19",36248739,36248852,114,"*","Promoter (<=1kb)",19,36249044,36260077,11034,1,"148137",-192,"ENSG00000167595","PROSER3","proline and serine rich 3"
-"chr2",170220725,170220732,8,"*","Promoter (1-2kb)",2,169983619,170219122,235504,2,"4036",-1603,"ENSG00000081479","LRP2","LDL receptor related protein 2"
-"chrX",53468930,53469134,205,"*","Distal Intergenic",23,53458206,53461323,3118,2,"3028",-7607,"ENSG00000072506","HSD17B10","hydroxysteroid (17-beta) dehydrogenase 10"
-"chr16",48530049,48530505,457,"*","Distal Intergenic",16,48390275,48482309,92035,2,"6477",-47740,"ENSG00000196470","SIAH1","siah E3 ubiquitin protein ligase 1"
-"chr1",79471984,79472234,251,"*","Promoter (<=1kb)",1,79355449,79472495,117047,2,"64123",261,"ENSG00000162618","ADGRL4","adhesion G protein-coupled receptor L4"
-"chr12",95840548,95840800,253,"*","Distal Intergenic",12,95867822,95909613,41792,1,"10988",-27022,"ENSG00000111142","METAP2","methionyl aminopeptidase 2"
-"chr5",141016960,141017257,298,"*","Promoter (<=1kb)",5,141016517,141020631,4115,1,"285613",443,"ENSG00000164620","RELL2","RELT like 2"
-"chr12",54377225,54377457,233,"*","Promoter (1-2kb)",12,54378946,54384062,5117,1,"3226",-1489,"ENSG00000180818","HOXC10","homeobox C10"
-"chr5",171434020,171434267,248,"*","Promoter (<=1kb)",5,171288556,171433877,145322,2,"23291",-143,"ENSG00000072803","FBXW11","F-box and WD repeat domain containing 11"
-"chr1",24645974,24646046,73,"*","Promoter (<=1kb)",1,24645812,24690970,45159,1,"57822",162,"ENSG00000158055","GRHL3","grainyhead like transcription factor 3"
-"chr9",139091875,139092102,228,"*","5' UTR",9,139088096,139096955,8860,2,"8022",4853,"ENSG00000107187","LHX3","LIM homeobox 3"
-"chr1",204183529,204183533,5,"*","Promoter (<=1kb)",1,204167288,204183220,15933,2,"127845",-309,"ENSG00000174567","GOLT1A","golgi transport 1A"
-"chr15",92706077,92706140,64,"*","Exon (uc002bqx.2/28232, exon 10 of 10)",15,92937140,93011958,74819,1,"8128",-231000,"ENSG00000140557","ST8SIA2","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 2"
-"chr2",792213,792364,152,"*","Intron (uc002qwn.2/339822, intron 1 of 3)",2,779837,864112,84276,2,"339822",71748,"ENSG00000237667","LINC01115","long intergenic non-protein coding RNA 1115"
-"chr9",84302083,84302296,214,"*","Promoter (1-2kb)",9,84198598,84303596,104999,2,"7088",1300,"ENSG00000196781","TLE1","transducin like enhancer of split 1"
-"chrX",107979940,107980084,145,"*","Promoter (<=1kb)",23,107975727,107979607,3881,2,"8471",-333,"ENSG00000133124","IRS4","insulin receptor substrate 4"
-"chr16",9857168,9857475,308,"*","3' UTR",16,9847265,10276611,429347,2,"2903",419136,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
-"chr5",140514944,140515039,96,"*","Promoter (<=1kb)",5,140514800,140517704,2905,1,"26167",144,"ENSG00000113209","PCDHB5","protocadherin beta 5"
-"chr12",45269610,45269742,133,"*","5' UTR",12,44902058,45307711,405654,2,"4753",37969,"ENSG00000184613","NELL2","neural EGFL like 2"
-"chr22",47058966,47059031,66,"*","Exon (uc003bhx.3/23151, exon 5 of 18)",22,47022648,47075688,53041,1,"23151",36318,"ENSG00000075240","GRAMD4","GRAM domain containing 4"
-"chr5",87988256,87988459,204,"*","Distal Intergenic",5,87836597,87980620,144024,2,"645323",-7636,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
-"chr2",220407774,220407951,178,"*","Promoter (<=1kb)",2,220408385,220415317,6933,1,"130612",-434,"ENSG00000188760","TMEM198","transmembrane protein 198"
-"chrX",23018009,23018062,54,"*","Promoter (<=1kb)",23,23018078,23020206,2129,1,"168400",-16,"ENSG00000184735","DDX53","DEAD-box helicase 53"
-"chr4",95373254,95373261,8,"*","Promoter (<=1kb)",4,95373008,95589378,216371,1,"10611",246,"ENSG00000163110","PDLIM5","PDZ and LIM domain 5"
-"chr12",131518518,131518782,265,"*","Intron (uc001uit.4/283383, intron 13 of 24)",12,131438452,131626008,187557,1,"283383",80066,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
-"chr16",86537142,86537268,127,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",5198,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
-"chr17",27331785,27331928,144,"*","Promoter (1-2kb)",17,27281947,27333458,51512,2,"124925",1530,"ENSG00000063015","SEZ6","seizure related 6 homolog (mouse)"
-"chr17",77924323,77924534,212,"*","Exon (uc002jxg.2/125058, exon 2 of 8)",17,77906142,78009657,103516,2,"125058",85123,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
-"chr3",132379004,132379197,194,"*","Promoter (<=1kb)",3,132276982,132378975,101994,2,"84129",-29,"ENSG00000240303","ACAD11","acyl-CoA dehydrogenase family member 11"
-"chr1",117113618,117113752,135,"*","Promoter (<=1kb)",1,117057156,117113715,56560,2,"965",0,"ENSG00000116815","CD58","CD58 molecule"
-"chr6",26988129,26988187,59,"*","Promoter (<=1kb)",6,26987145,26988085,941,2,"100270746",-44,NA,"LOC100270746","uncharacterized LOC100270746"
-"chr15",66084495,66084731,237,"*","Promoter (<=1kb)",15,65952957,66084631,131675,2,"10260",0,"ENSG00000174485","DENND4A","DENN domain containing 4A"
-"chr10",43277893,43278166,274,"*","Promoter (<=1kb)",10,43277954,43330385,52432,1,"9790",0,"ENSG00000165733","BMS1","BMS1, ribosome biogenesis factor"
-"chr12",120150414,120150487,74,"*","Promoter (1-2kb)",12,120151439,120151529,91,2,"100302274",1042,"ENSG00000221323","MIR1178","microRNA 1178"
-"chr11",62559850,62559856,7,"*","Promoter (<=1kb)",11,62557787,62559486,1700,2,"79064",-364,"ENSG00000168569","TMEM223","transmembrane protein 223"
-"chr4",100870750,100871150,401,"*","Promoter (<=1kb)",4,100869243,100871512,2270,2,"3015",362,"ENSG00000164032","H2AFZ","H2A histone family member Z"
-"chr13",111290619,111290748,130,"*","Exon (uc001vqz.3/55739, exon 10 of 10)",13,111267807,111292342,24536,1,"55739",22812,"ENSG00000213995","NAXD","NAD(P)HX dehydratase"
-"chr16",1821672,1822124,453,"*","Promoter (<=1kb)",16,1820321,1821710,1390,2,"4832",0,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
-"chr8",55366152,55366490,339,"*","Distal Intergenic",8,55370495,55373456,2962,1,"64321",-4005,"ENSG00000164736","SOX17","SRY-box 17"
-"chr16",1030513,1030520,8,"*","Promoter (<=1kb)",16,903635,1031318,127684,2,"64788",798,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr16",10673960,10674278,319,"*","Promoter (<=1kb)",16,10622279,10674539,52261,2,"2013",261,"ENSG00000213853","EMP2","epithelial membrane protein 2"
-"chr6",37465274,37465753,480,"*","Promoter (1-2kb)",6,37450697,37467700,17004,2,"154467",1947,"ENSG00000198937","CCDC167","coiled-coil domain containing 167"
-"chr6",116892486,116892488,3,"*","Promoter (<=1kb)",6,116892583,116914436,21854,1,"51389",-95,"ENSG00000111832","RWDD1","RWD domain containing 1"
-"chr20",30539733,30539860,128,"*","Promoter (<=1kb)",20,30532758,30539883,7126,2,"81572",23,"ENSG00000088356","PDRG1","p53 and DNA damage regulated 1"
-"chr10",122738745,122738954,210,"*","Distal Intergenic",10,122521324,122610691,89368,2,"283089",-128054,"ENSG00000227165","WDR11-AS1","WDR11 antisense RNA 1"
-"chr17",72969043,72969046,4,"*","Promoter (<=1kb)",17,72946839,72968900,22062,2,"283987",-143,"ENSG00000167861","HID1","HID1 domain containing"
-"chr2",218933489,218933610,122,"*","5' UTR",2,218923878,218926013,2136,2,"3580",-7476,NA,"CXCR2P1","chemokine (C-X-C motif) receptor 2 pseudogene 1"
-"chr2",226264773,226265132,360,"*","Promoter (<=1kb)",2,226265602,226595471,329870,1,"57624",-470,"ENSG00000144460","NYAP2","neuronal tyrosine-phosphorylated phosphoinositide-3-kinase adaptor 2"
-"chr3",57313721,57313889,169,"*","Intron (uc003diq.3/142686, intron 4 of 10)",3,57302379,57326710,24332,2,"142686",12821,"ENSG00000239388","ASB14","ankyrin repeat and SOCS box containing 14"
-"chr8",37552609,37553029,421,"*","Promoter (<=1kb)",8,37553301,37556396,3096,1,"80139",-272,"ENSG00000183779","ZNF703","zinc finger protein 703"
-"chr7",75613146,75613149,4,"*","Exon (uc003udy.3/5447, exon 10 of 16)",7,75616155,75623992,7838,2,"83862",10843,"ENSG00000189077","TMEM120A","transmembrane protein 120A"
-"chr11",118764003,118764028,26,"*","Intron (uc001pue.4/643, intron 1 of 1)",11,118754475,118766980,12506,1,"643",9528,"ENSG00000160683","CXCR5","chemokine (C-X-C motif) receptor 5"
-"chr17",80789038,80789512,475,"*","Exon (uc002kga.3/79755, exon 2 of 3)",17,80787310,80797931,10622,2,"79755",8419,"ENSG00000141579","ZNF750","zinc finger protein 750"
-"chr9",73424572,73424960,389,"*","Promoter (<=1kb)",9,73424891,73425000,110,2,"406987",40,"ENSG00000207935","MIR204","microRNA 204"
-"chr15",25490537,25490539,3,"*","Promoter (<=1kb)",15,25490625,25490706,82,1,"100033815",-86,"ENSG00000200478","SNORD115-41","small nucleolar RNA, C/D box 115-41"
-"chr9",132804232,132804510,279,"*","Promoter (<=1kb)",9,132649466,132805473,156008,2,"23048",963,"ENSG00000187239","FNBP1","formin binding protein 1"
-"chr16",2129306,2129668,363,"*","Exon (uc002con.3/7249, exon 28 of 42)",16,2140196,2140285,90,2,"100188847",10617,"ENSG00000221656","MIR1225","microRNA 1225"
-"chr5",131563589,131563605,17,"*","Promoter (<=1kb)",5,131528304,131563556,35253,2,"8974",-33,"ENSG00000072682","P4HA2","prolyl 4-hydroxylase subunit alpha 2"
-"chr19",17933300,17933782,483,"*","Promoter (<=1kb)",19,17927322,17932383,5062,2,"3640",-917,"ENSG00000248099","INSL3","insulin like 3"
-"chr16",88923459,88923468,10,"*","Promoter (<=1kb)",16,88880142,88923374,43233,2,"2588",-85,"ENSG00000141012","GALNS","galactosamine (N-acetyl)-6-sulfatase"
-"chr19",8495671,8495718,48,"*","Exon (uc002mjv.3/51257, exon 5 of 6)",19,8509803,8554002,44200,1,"4670",-14085,"ENSG00000099783","HNRNPM","heterogeneous nuclear ribonucleoprotein M"
-"chr2",240082090,240082335,246,"*","Intron (uc010fyy.3/9759, intron 21 of 23)",2,240115027,240117153,2127,2,"85009",34818,NA,"MGC16025","uncharacterized LOC85009"
-"chr9",132816281,132816402,122,"*","Promoter (<=1kb)",9,132815985,132902448,86464,1,"57720",296,"ENSG00000148358","GPR107","G protein-coupled receptor 107"
-"chr12",98849532,98849697,166,"*","Promoter (1-2kb)",12,98847619,98850923,3305,2,"121456",1226,"ENSG00000227825","SLC9A7P1","solute carrier family 9 member 7 pseudogene 1"
-"chr15",39872919,39873060,142,"*","Promoter (<=1kb)",15,39873280,39889668,16389,1,"7057",-220,"ENSG00000137801","THBS1","thrombospondin 1"
-"chr6",72130359,72130432,74,"*","Promoter (<=1kb)",6,72124149,72130448,6300,2,"79940",16,NA,"LINC00472","long intergenic non-protein coding RNA 472"
-"chr8",70747440,70747457,18,"*","Promoter (<=1kb)",8,70584568,70747299,162732,2,"81796",-141,"ENSG00000137571","SLCO5A1","solute carrier organic anion transporter family member 5A1"
-"chr2",30669967,30669977,11,"*","Promoter (<=1kb)",2,30670123,30867091,196969,1,"253558",-146,"ENSG00000172954","LCLAT1","lysocardiolipin acyltransferase 1"
-"chr6",32906557,32906734,178,"*","Exon (uc003ocl.2/3109, exon 2 of 6)",6,32605183,32614839,9657,1,"3117",301374,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr14",105487229,105487248,20,"*","Promoter (<=1kb)",14,105475910,105487425,11516,2,"55038",177,"ENSG00000170779","CDCA4","cell division cycle associated 4"
-"chr14",100752096,100752258,163,"*","Distal Intergenic",14,100757453,100772860,15408,2,"123096",20602,"ENSG00000197119","SLC25A29","solute carrier family 25 member 29"
-"chr3",63428840,63428859,20,"*","5' UTR",3,63409272,63535727,126456,2,"100874016",106868,"ENSG00000241359","SYNPR-AS1","SYNPR antisense RNA 1"
-"chr14",78639688,78639719,32,"*","Promoter (2-3kb)",14,78636716,80334633,1697918,1,"9369",2972,"ENSG00000021645","NRXN3","neurexin 3"
-"chr6",74171430,74171446,17,"*","Promoter (<=1kb)",6,74171454,74211179,39726,1,"25821",-8,"ENSG00000135297","MTO1","mitochondrial tRNA translation optimization 1"
-"chr10",122609968,122610158,191,"*","Promoter (<=1kb)",10,122610687,122669038,58352,1,"55717",-529,"ENSG00000120008","WDR11","WD repeat domain 11"
-"chr9",140116045,140116089,45,"*","Promoter (<=1kb)",9,140114699,140115775,1077,2,"727800",-270,"ENSG00000212864","RNF208","ring finger protein 208"
-"chr19",675961,676444,484,"*","Promoter (<=1kb)",19,676389,683392,7004,1,"10272",0,"ENSG00000070404","FSTL3","follistatin like 3"
-"chr13",113688124,113688220,97,"*","Intron (uc031qnk.1/23263, intron 3 of 27)",13,113621798,113622952,1155,2,"100289410",-65172,NA,"MCF2L-AS1","MCF2L antisense RNA 1"
-"chr16",12996841,12997160,320,"*","Promoter (1-2kb)",16,12995477,13334273,338797,1,"729993",1364,"ENSG00000237515","SHISA9","shisa family member 9"
-"chr8",140744200,140744278,79,"*","Exon (uc003yvj.2/83696, exon 22 of 23)",8,140613082,140715299,102218,2,"51305",-28901,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
-"chr1",223854639,223854704,66,"*","Promoter (1-2kb)",1,223714972,223853436,138465,2,"388743",-1203,"ENSG00000203697","CAPN8","calpain 8"
-"chr3",183602683,183602690,8,"*","Promoter (<=1kb)",3,183547173,183602693,55521,2,"55486",3,"ENSG00000175193","PARL","presenilin associated, rhomboid-like"
-"chr1",29209645,29210069,425,"*","Distal Intergenic",1,29213603,29446558,232956,1,"2035",-3534,"ENSG00000159023","EPB41","erythrocyte membrane protein band 4.1"
-"chr19",38879544,38879625,82,"*","Promoter (<=1kb)",19,38874992,38878668,3677,2,"199720",-876,"ENSG00000179168","GGN","gametogenetin"
-"chr3",127842836,127842843,8,"*","Intron (uc003ekf.3/8607, intron 9 of 9)",3,127872313,128127489,255177,1,"60678",-29470,"ENSG00000132394","EEFSEC","eukaryotic elongation factor, selenocysteine-tRNA-specific"
-"chr17",76165079,76165253,175,"*","Promoter (<=1kb)",17,76164671,76169009,4339,1,"9144",408,"ENSG00000108639","SYNGR2","synaptogyrin 2"
-"chrX",152665963,152666217,255,"*","Distal Intergenic",23,152683781,152687086,3306,1,"139735",-17564,"ENSG00000189420","ZFP92","ZFP92 zinc finger protein"
-"chr11",2554295,2554330,36,"*","Intron (uc001lwn.3/3784, intron 2 of 15)",11,2466221,2870340,404120,1,"3784",88074,"ENSG00000053918","KCNQ1","potassium voltage-gated channel subfamily Q member 1"
-"chr7",41745354,41745376,23,"*","Promoter (2-3kb)",7,41728601,41742706,14106,2,"3624",-2648,"ENSG00000122641","INHBA","inhibin beta A"
-"chr8",145844806,145845212,407,"*","Intron (uc011llk.1/80728, intron 10 of 10)",8,145754563,145911194,156632,2,"80728",65982,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
-"chr7",54956419,54956598,180,"*","Distal Intergenic",7,54819940,54826939,7000,2,"23480",-129480,"ENSG00000132432","SEC61G","Sec61 translocon gamma subunit"
-"chr8",142285145,142285223,79,"*","Distal Intergenic",8,142217274,142264225,46952,2,"57210",-20920,"ENSG00000022567","SLC45A4","solute carrier family 45 member 4"
-"chr16",88941773,88942093,321,"*","3' UTR",16,88928036,88933068,5033,2,"390748",-8705,"ENSG00000205022","PABPN1L","poly(A) binding protein, nuclear 1-like (cytoplasmic)"
-"chr13",28366498,28366550,53,"*","Promoter (<=1kb)",13,28366780,28368089,1310,1,"219409",-230,"ENSG00000169840","GSX1","GS homeobox 1"
-"chr2",106509480,106509825,346,"*","3' UTR",2,106361520,106510730,149211,1,"8440",147960,"ENSG00000071051","NCK2","NCK adaptor protein 2"
-"chr2",68871054,68871420,367,"*","Intron (uc002ses.3/10887, intron 3 of 5)",2,68906746,69053957,147212,1,"9938",-35326,"ENSG00000163219","ARHGAP25","Rho GTPase activating protein 25"
-"chr3",138313050,138313064,15,"*","Promoter (<=1kb)",3,138213187,138313129,99943,2,"80321",65,"ENSG00000114107","CEP70","centrosomal protein 70kDa"
-"chr5",39425499,39425501,3,"*","Promoter (<=1kb)",5,39371776,39425335,53560,2,"1601",-164,"ENSG00000153071","DAB2","Dab, mitogen-responsive phosphoprotein, homolog 2 (Drosophila)"
-"chr13",71086048,71086226,179,"*","Distal Intergenic",13,70274725,70682625,407901,2,"57626",-403423,"ENSG00000150361","KLHL1","kelch like family member 1"
-"chr1",1334803,1334814,12,"*","Promoter (<=1kb)",1,1321091,1334718,13628,2,"81669",-85,"ENSG00000221978","CCNL2","cyclin L2"
-"chr4",52917541,52917543,3,"*","Promoter (<=1kb)",4,52917593,52963458,45866,1,"132671",-50,"ENSG00000163071","SPATA18","spermatogenesis associated 18"
-"chr11",68095662,68096049,388,"*","Intron (uc001ont.3/4041, intron 1 of 22)",11,68080108,68216743,136636,1,"4041",15554,"ENSG00000162337","LRP5","LDL receptor related protein 5"
-"chr4",141565219,141565541,323,"*","Promoter (<=1kb)",4,141562345,141564234,1890,2,"644962",-985,NA,"TNRC18P1","trinucleotide repeat containing 18 pseudogene 1"
-"chr5",151303799,151303934,136,"*","Promoter (<=1kb)",5,151202074,151304397,102324,2,"2741",463,"ENSG00000145888","GLRA1","glycine receptor alpha 1"
-"chrX",48931742,48931823,82,"*","Intron (uc011mmt.2/11230, intron 2 of 7)",23,48928818,48937564,8747,2,"11230",5741,"ENSG00000243279","PRAF2","PRA1 domain family member 2"
-"chr1",90097933,90098291,359,"*","Promoter (<=1kb)",1,90090408,90098453,8046,2,"400761",162,"ENSG00000231999","FLJ27354","uncharacterized LOC400761"
-"chr10",72165322,72165580,259,"*","Promoter (1-2kb)",10,72163861,72188374,24514,1,"1979",1461,"ENSG00000148730","EIF4EBP2","eukaryotic translation initiation factor 4E binding protein 2"
-"chr9",133762611,133762848,238,"*","3' UTR",9,133768815,133769225,411,2,"347148",6377,"ENSG00000188710","QRFP","pyroglutamylated RFamide peptide"
-"chr6",30164320,30164453,134,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1680750,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",136611636,136611664,29,"*","Promoter (<=1kb)",6,136578001,136610989,32989,2,"9774",-647,"ENSG00000029363","BCLAF1","BCL2 associated transcription factor 1"
-"chr12",1937829,1937920,92,"*","Intron (uc001qjt.2/654429, intron 3 of 4)",12,1929433,1945918,16486,1,"654429",8396,"ENSG00000166159","LRTM2","leucine-rich repeats and transmembrane domains 2"
-"chr8",96281430,96281443,14,"*","Promoter (<=1kb)",8,96257141,96281462,24322,2,"157657",19,"ENSG00000156172","C8orf37","chromosome 8 open reading frame 37"
-"chr1",110091035,110091086,52,"*","Promoter (<=1kb)",1,110091186,110138454,47269,1,"2773",-100,"ENSG00000065135","GNAI3","G protein subunit alpha i3"
-"chr6",32145558,32145617,60,"*","Intron (uc003oah.3/10554, intron 6 of 6)",6,32485154,32557613,72460,2,"3127",411996,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",96162940,96163157,218,"*","Promoter (<=1kb)",10,96162186,96296089,133904,1,"23232",754,"ENSG00000108239","TBC1D12","TBC1 domain family member 12"
-"chr12",122688279,122688708,430,"*","Promoter (<=1kb)",12,122688228,122692084,3857,1,"79369",51,"ENSG00000176383","B3GNT4","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 4"
-"chr20",25065207,25065418,212,"*","Promoter (2-3kb)",20,25051521,25063015,11495,2,"30813",-2192,"ENSG00000100987","VSX1","visual system homeobox 1"
-"chr16",1316137,1316439,303,"*","Distal Intergenic",16,1306273,1308494,2222,1,"23430",9864,"ENSG00000095917","TPSD1","tryptase delta 1"
-"chr1",159750490,159750522,33,"*","Promoter (<=1kb)",1,159750759,159752333,1575,1,"54935",-237,"ENSG00000158716","DUSP23","dual specificity phosphatase 23"
-"chr7",211878,211932,55,"*","Intron (uc003sip.3/56975, intron 3 of 9)",7,192969,300740,107772,1,"56975",18909,"ENSG00000177706","FAM20C","family with sequence similarity 20 member C"
-"chr3",36805370,36805426,57,"*","Distal Intergenic",3,36753913,36781352,27440,2,"85443",-24018,"ENSG00000163673","DCLK3","doublecortin like kinase 3"
-"chr8",79428386,79428396,11,"*","Promoter (<=1kb)",8,79428336,79517502,89167,1,"5569",50,"ENSG00000171033","PKIA","protein kinase (cAMP-dependent, catalytic) inhibitor alpha"
-"chr17",75463812,75463936,125,"*","Intron (uc002jts.4/10801, intron 3 of 11)",17,75393066,75393136,71,2,"100422851",-70676,"ENSG00000264060","MIR4316","microRNA 4316"
-"chr1",19600719,19600730,12,"*","Promoter (<=1kb)",1,19592476,19600568,8093,2,"246181",-151,"ENSG00000211454","AKR7L","aldo-keto reductase family 7-like (gene/pseudogene)"
-"chr12",14927880,14928035,156,"*","Promoter (<=1kb)",12,14927270,14930936,3667,1,"55766",610,"ENSG00000246705","H2AFJ","H2A histone family member J"
-"chr6",32862002,32862109,108,"*","Exon (uc003oci.2/100294145, exon 1 of 2)",6,32605183,32614839,9657,1,"3117",256819,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr16",4258102,4258342,241,"*","Exon (uc002cvy.4/6345, exon 2 of 7)",16,4239375,4292081,52707,2,"6345",33739,"ENSG00000185739","SRL","sarcalumenin"
-"chr21",28337168,28337594,427,"*","Promoter (1-2kb)",21,28290231,28339439,49209,2,"11096",1845,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
-"chr7",127292107,127292110,4,"*","Promoter (<=1kb)",7,127292202,127732659,440458,1,"27044",-92,"ENSG00000197157","SND1","staphylococcal nuclease and tudor domain containing 1"
-"chr9",139872161,139872198,38,"*","Promoter (2-3kb)",9,139869546,139876194,6649,1,"5730",2615,"ENSG00000107317","PTGDS","prostaglandin D2 synthase"
-"chr17",4463371,4463863,493,"*","Promoter (<=1kb)",17,4460222,4463876,3655,2,"124975",13,"ENSG00000167741","GGT6","gamma-glutamyltransferase 6"
-"chr12",3590738,3590750,13,"*","Intron (uc009zed.3/56341, intron 1 of 9)",12,3490515,3703138,212624,1,"56341",100223,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
-"chr2",20068702,20068871,170,"*","Promoter (<=1kb)",2,20068615,20084808,16194,1,"400946",87,"ENSG00000228784","LINC00954","long intergenic non-protein coding RNA 954"
-"chr6",32073035,32073075,41,"*","Intron (uc003nzl.2/7148, intron 43 of 43)",6,32485154,32557613,72460,2,"3127",484538,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",1510000,1510029,30,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1568825,1599179,30355,1,"642394",-58796,"ENSG00000205696","ADARB2-AS1","ADARB2 antisense RNA 1"
-"chr14",23938408,23938736,329,"*","Promoter (<=1kb)",14,23938898,23947402,8505,1,"25983",-162,"ENSG00000129460","NGDN","neuroguidin"
-"chr3",192445332,192445340,9,"*","Promoter (<=1kb)",3,191857182,192445388,588207,2,"2257",48,"ENSG00000114279","FGF12","fibroblast growth factor 12"
-"chr8",296808,297281,474,"*","Distal Intergenic",8,356808,419875,63068,1,"26260",-59527,"ENSG00000147364","FBXO25","F-box protein 25"
-"chr12",132886302,132886405,104,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132680917,132905905,224989,2,"50614",19500,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr19",12792430,12792705,276,"*","Promoter (<=1kb)",19,12786531,12792701,6171,2,"1725",0,"ENSG00000095059","DHPS","deoxyhypusine synthase"
-"chr14",105834424,105834764,341,"*","Exon (uc001yqs.2/23241, exon 6 of 24)",14,105864920,105880196,15277,1,"647310",-30156,"ENSG00000226174","TEX22","testis expressed 22"
-"chr15",89907399,89907810,412,"*","Distal Intergenic",15,89911248,89911337,90,1,"407051",-3438,"ENSG00000207819","MIR9-3","microRNA 9-3"
-"chr5",1882963,1883214,252,"*","Intron (uc031sio.1/50805, intron 6 of 6)",5,1877541,1887293,9753,2,"50805",4079,"ENSG00000113430","IRX4","iroquois homeobox 4"
-"chr7",23719613,23719634,22,"*","Promoter (<=1kb)",7,23719749,23742269,22521,1,"340277",-115,"ENSG00000188732","FAM221A","family with sequence similarity 221 member A"
-"chr1",202976491,202976858,368,"*","Promoter (<=1kb)",1,202976534,202993197,16664,1,"92703",0,"ENSG00000163444","TMEM183A","transmembrane protein 183A"
-"chr2",10220768,10220838,71,"*","Promoter (<=1kb)",2,10196926,10220538,23613,2,"192668",-230,"ENSG00000205795","CYS1","cystin 1"
-"chr1",178061897,178062390,494,"*","Promoter (<=1kb)",1,178062864,178448648,385785,1,"9462",-474,"ENSG00000075391","RASAL2","RAS protein activator like 2"
-"chr2",66666292,66666422,131,"*","Intron (uc002sdt.3/4211, intron 2 of 10)",2,66662532,66799891,137360,1,"4211",3760,"ENSG00000143995","MEIS1","Meis homeobox 1"
-"chr4",1208737,1208960,224,"*","Intron (uc003gcs.2/uc003gcs.2, intron 4 of 5)",4,1189571,1202750,13180,2,"100130872",-5987,NA,"LOC100130872","uncharacterized LOC100130872"
-"chr5",177558041,177558052,12,"*","Promoter (<=1kb)",5,177558028,177575479,17452,1,"64777",13,"ENSG00000145916","RMND5B","required for meiotic nuclear division 5 homolog B"
-"chr6",150213124,150213234,111,"*","Intron (uc003qni.2/100652739, intron 1 of 1)",6,150204511,150217195,12685,2,"135250",3961,"ENSG00000164520","RAET1E","retinoic acid early transcript 1E"
-"chr2",241263026,241263049,24,"*","Distal Intergenic",2,241375115,241407495,32381,1,"2817",-112066,"ENSG00000063660","GPC1","glypican 1"
-"chr16",49407465,49407746,282,"*","Promoter (<=1kb)",16,49407808,49433319,25512,1,"123970",-62,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
-"chr22",20134415,20134578,164,"*","Promoter (2-3kb)",22,20136109,20137431,1323,2,"388849",2853,"ENSG00000234409","CCDC188","coiled-coil domain containing 188"
-"chr9",127624236,127624485,250,"*","Promoter (<=1kb)",9,127620158,127624240,4083,2,"11224",0,"ENSG00000136942","RPL35","ribosomal protein L35"
-"chr5",87990074,87990097,24,"*","Distal Intergenic",5,87836597,87980620,144024,2,"645323",-9454,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
-"chr7",2802554,2802560,7,"*","Intron (uc003smt.3/2768, intron 2 of 4)",7,2767741,2883959,116219,2,"2768",81399,"ENSG00000146535","GNA12","G protein subunit alpha 12"
-"chr7",102087309,102087552,244,"*","3' UTR",7,102073977,102097268,23292,1,"80228",13332,"ENSG00000160991","ORAI2","ORAI calcium release-activated calcium modulator 2"
-"chr3",11888407,11888436,30,"*","Promoter (<=1kb)",3,11831919,11888352,56434,2,"132001",-55,"ENSG00000144559","TAMM41","TAM41 mitochondrial translocator assembly and maintenance homolog"
-"chr3",182510844,182510901,58,"*","Promoter (<=1kb)",3,182511291,182639421,128131,1,"23200",-390,"ENSG00000058063","ATP11B","ATPase phospholipid transporting 11B (putative)"
-"chr6",126112122,126112125,4,"*","5' UTR",6,126102307,126253176,150870,1,"135112",9815,"ENSG00000111912","NCOA7","nuclear receptor coactivator 7"
-"chr7",98030434,98030593,160,"*","Promoter (<=1kb)",7,97920962,98030427,109466,2,"55971",-7,"ENSG00000006453","BAIAP2L1","BAI1 associated protein 2 like 1"
-"chrX",105067054,105067311,258,"*","Promoter (<=1kb)",23,105066536,105202602,136067,1,"203447",518,"ENSG00000123572","NRK","Nik related kinase"
-"chr3",146263099,146263288,190,"*","Promoter (<=1kb)",3,146232967,146262628,29662,2,"5359",-471,"ENSG00000188313","PLSCR1","phospholipid scramblase 1"
-"chr14",105045139,105045299,161,"*","Promoter (<=1kb)",14,105046056,105056183,10128,1,"400258",-757,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
-"chr20",30437512,30437683,172,"*","Exon (uc002wwu.1/128853, exon 8 of 10)",20,30432103,30433420,1318,2,"2307",-4092,"ENSG00000179772","FOXS1","forkhead box S1"
-"chr1",67520210,67520304,95,"*","Promoter (<=1kb)",1,67465015,67520080,55066,2,"23169",-130,"ENSG00000116704","SLC35D1","solute carrier family 35 member D1"
-"chr20",60544751,60544932,182,"*","Distal Intergenic",20,60528602,60528718,117,2,"100302168",-16033,"ENSG00000221417","MIR1257","microRNA 1257"
-"chr10",97804089,97804280,192,"*","Promoter (<=1kb)",10,97803159,97820625,17467,1,"54619",930,"ENSG00000107443","CCNJ","cyclin J"
-"chr3",113955600,113955940,341,"*","Promoter (<=1kb)",3,113953480,113956425,2946,2,"7634",485,"ENSG00000174255","ZNF80","zinc finger protein 80"
-"chr19",5711979,5712020,42,"*","5' UTR",19,5691845,5720463,28619,2,"9361",8443,"ENSG00000196365","LONP1","lon peptidase 1, mitochondrial"
-"chr20",23471737,23471921,185,"*","Promoter (<=1kb)",20,23471766,23476655,4890,1,"10047",0,"ENSG00000125815","CST8","cystatin 8"
-"chr19",19249409,19249433,25,"*","Promoter (<=1kb)",19,19230425,19249310,18886,2,"54929",-99,"ENSG00000064545","TMEM161A","transmembrane protein 161A"
-"chr12",54500175,54500619,445,"*","Intron (uc001sey.2/440101, intron 1 of 1)",12,54495993,54496483,491,1,"100240734",4182,"ENSG00000249388","LOC100240734","uncharacterized LOC100240734"
-"chr6",165746952,165746981,30,"*","Intron (uc011egj.2/10846, intron 1 of 23)",6,165693153,165723111,29959,2,"168090",-23841,"ENSG00000112539","C6orf118","chromosome 6 open reading frame 118"
-"chr1",153030519,153030546,28,"*","Intron (uc001fbf.3/6700, intron 1 of 1)",1,153042718,153044084,1367,2,"6701",13538,"ENSG00000196805","SPRR2B","small proline rich protein 2B"
-"chr2",207506480,207506487,8,"*","Promoter (<=1kb)",2,207507142,207514173,7032,1,"200726",-655,NA,"LOC200726","hCG1657980"
-"chr9",34620222,34620395,174,"*","Promoter (<=1kb)",9,34613548,34620496,6949,2,"11258",101,"ENSG00000137100","DCTN3","dynactin subunit 3"
-"chr12",125667848,125667859,12,"*","Distal Intergenic",12,125549925,125627871,77947,1,"65985",117923,"ENSG00000081760","AACS","acetoacetyl-CoA synthetase"
-"chr11",72433503,72433619,117,"*","Intron (uc001osu.3/116985, intron 32 of 34)",11,72287184,72385497,98314,2,"5138",-48006,"ENSG00000186642","PDE2A","phosphodiesterase 2A"
-"chr15",28341452,28341562,111,"*","Promoter (2-3kb)",15,28000023,28344458,344436,2,"4948",2896,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
-"chr16",50744951,50745054,104,"*","Exon (uc010cbk.1/64127, exon 4 of 4)",16,50727514,50766987,39474,1,"64127",17437,"ENSG00000167207","NOD2","nucleotide binding oligomerization domain containing 2"
-"chr16",1152511,1153002,492,"*","Distal Intergenic",16,1138226,1146244,8019,2,"390664",-6267,"ENSG00000184471","C1QTNF8","C1q and tumor necrosis factor related protein 8"
-"chr6",133120269,133120407,139,"*","Promoter (<=1kb)",6,133090507,133119747,29241,2,"116843",-522,"ENSG00000146409","SLC18B1","solute carrier family 18 member B1"
-"chr1",154839765,154839909,145,"*","Promoter (2-3kb)",1,154669942,154842754,172813,2,"3782",2845,"ENSG00000143603","KCNN3","potassium calcium-activated channel subfamily N member 3"
-"chr1",154943349,154943603,255,"*","Intron (uc001ffx.3/6464, intron 12 of 12)",1,154934774,154946959,12186,2,"6464",3356,"ENSG00000160691","SHC1","SHC (Src homology 2 domain containing) transforming protein 1"
-"chr2",31456775,31456789,15,"*","Promoter (<=1kb)",2,31395922,31456724,60803,2,"440854",-51,"ENSG00000214711","CAPN14","calpain 14"
-"chr3",58418944,58419375,432,"*","Promoter (<=1kb)",3,58413357,58419579,6223,2,"5162",204,"ENSG00000168291","PDHB","pyruvate dehydrogenase (lipoamide) beta"
-"chr3",56502646,56502747,102,"*","Promoter (<=1kb)",3,55542336,56502391,960056,2,"26059",-255,"ENSG00000187672","ERC2","ELKS/RAB6-interacting/CAST family member 2"
-"chr4",467983,467992,10,"*","Promoter (<=1kb)",4,419224,467998,48775,2,"79963",6,"ENSG00000251595","ABCA11P","ATP binding cassette subfamily A member 11, pseudogene"
-"chr12",113658854,113658888,35,"*","Promoter (<=1kb)",12,113633246,113658880,25635,2,"115811",0,"ENSG00000166578","IQCD","IQ motif containing D"
-"chr12",54385517,54385526,10,"*","Promoter (<=1kb)",12,54385522,54385631,110,1,"406973",0,"ENSG00000207924","MIR196A2","microRNA 196a-2"
-"chr16",4382269,4382727,459,"*","Promoter (<=1kb)",16,4382216,4389598,7383,1,"84662",53,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
-"chr8",103741780,103742075,296,"*","Distal Intergenic",8,103661005,103667983,6979,2,"7071",-73797,"ENSG00000155090","KLF10","Kruppel-like factor 10"
-"chr2",118380944,118381131,188,"*","Distal Intergenic",2,118572255,118589953,17699,1,"8886",-191124,"ENSG00000088205","DDX18","DEAD-box helicase 18"
-"chr5",41924744,41925072,329,"*","Promoter (<=1kb)",5,41925356,41941672,16317,1,"26272",-284,"ENSG00000151876","FBXO4","F-box protein 4"
-"chr1",174968457,174968509,53,"*","Promoter (<=1kb)",1,174968571,174981163,12593,1,"27101",-62,"ENSG00000116161","CACYBP","calcyclin binding protein"
-"chr1",20616440,20616496,57,"*","Promoter (<=1kb)",1,20617412,20681387,63976,1,"127731",-916,"ENSG00000158816","VWA5B1","von Willebrand factor A domain containing 5B1"
-"chr4",1341016,1341371,356,"*","Promoter (<=1kb)",4,1341104,1381837,40734,1,"57654",0,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
-"chr3",45429828,45430029,202,"*","Promoter (<=1kb)",3,45430075,45590328,160254,1,"23395",-46,"ENSG00000011376","LARS2","leucyl-tRNA synthetase 2"
-"chr6",33421509,33421704,196,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",126366,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",1029697,1030166,470,"*","Promoter (1-2kb)",16,903635,1031318,127684,2,"64788",1152,"ENSG00000103227","LMF1","lipase maturation factor 1"
-"chr7",100425027,100425106,80,"*","Promoter (<=1kb)",7,100400187,100425143,24957,2,"2050",37,"ENSG00000196411","EPHB4","EPH receptor B4"
-"chr10",133795510,133795575,66,"*","Promoter (<=1kb)",10,133781204,133795435,14232,2,"664",-75,"ENSG00000176171","BNIP3","BCL2/adenovirus E1B 19kDa interacting protein 3"
-"chr16",1455735,1455802,68,"*","Intron (uc031qup.1/64718, intron 13 of 14)",16,1413206,1464705,51500,2,"64718",8903,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr21",46238804,46238957,154,"*","Promoter (<=1kb)",21,46225532,46238044,12513,2,"6612",-760,"ENSG00000184900","SUMO3","small ubiquitin-like modifier 3"
-"chr10",35894222,35894247,26,"*","Promoter (<=1kb)",10,35894338,35897863,3526,1,"219770",-91,"ENSG00000177291","GJD4","gap junction protein delta 4"
-"chr16",777408,777441,34,"*","Promoter (<=1kb)",16,776958,779715,2758,1,"84264",450,"ENSG00000103253","HAGHL","hydroxyacylglutathione hydrolase-like"
-"chr22",25575198,25575378,181,"*","Intron (uc003abn.3/85379, intron 7 of 10)",22,25595817,25603326,7510,1,"1417",-20439,"ENSG00000100053","CRYBB3","crystallin beta B3"
-"chr11",105948767,105949099,333,"*","Promoter (<=1kb)",11,105921825,105948465,26641,2,"143879",-302,"ENSG00000182359","KBTBD3","kelch repeat and BTB domain containing 3"
-"chr7",140771371,140771779,409,"*","Promoter (2-3kb)",7,140774032,141180179,406148,1,"100507421",-2253,"ENSG00000261115","TMEM178B","transmembrane protein 178B"
-"chr3",197517876,197517914,39,"*","Promoter (<=1kb)",3,197518145,197611043,92899,1,"84859",-231,"ENSG00000186001","LRCH3","leucine-rich repeats and calponin homology (CH) domain containing 3"
-"chr17",37895429,37895771,343,"*","Promoter (1-2kb)",17,37894162,37903538,9377,1,"2886",1267,"ENSG00000141738","GRB7","growth factor receptor bound protein 7"
-"chr4",186318115,186318356,242,"*","Promoter (<=1kb)",4,186317840,186321782,3943,1,"353322",275,"ENSG00000186352","ANKRD37","ankyrin repeat domain 37"
-"chr11",105947864,105948098,235,"*","Promoter (<=1kb)",11,105948292,105969419,21128,1,"60496",-194,"ENSG00000149313","AASDHPPT","aminoadipate-semialdehyde dehydrogenase-phosphopantetheinyl transferase"
-"chr2",71134791,71134888,98,"*","Intron (uc002shh.3/25806, intron 1 of 2)",2,71127720,71160575,32856,1,"25806",7071,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
-"chr4",15682874,15682893,20,"*","Promoter (<=1kb)",4,15683352,15692070,8719,1,"285550",-459,"ENSG00000237765","FAM200B","family with sequence similarity 200 member B"
-"chr3",49044755,49044904,150,"*","Promoter (<=1kb)",3,49044637,49053386,8750,1,"11180",118,"ENSG00000178252","WDR6","WD repeat domain 6"
-"chr7",120497479,120497511,33,"*","Promoter (<=1kb)",7,120427374,120498177,70804,2,"23554",666,"ENSG00000106025","TSPAN12","tetraspanin 12"
-"chr12",58019647,58019759,113,"*","3' UTR",12,58013693,58019934,6242,1,"65012",5954,"ENSG00000135502","SLC26A10","solute carrier family 26 member 10"
-"chr1",41627791,41628022,232,"*","Intron (uc001cgp.3/22955, intron 14 of 14)",1,41492871,41707815,214945,2,"22955",79793,"ENSG00000010803","SCMH1","sex comb on midleg homolog 1 (Drosophila)"
-"chr1",200841805,200841813,9,"*","Promoter (<=1kb)",1,200842083,200843306,1224,1,"2848",-270,"ENSG00000170128","GPR25","G protein-coupled receptor 25"
-"chr16",28073770,28073940,171,"*","Promoter (<=1kb)",16,27798850,28074830,275981,2,"146395",890,"ENSG00000169181","GSG1L","GSG1-like"
-"chr8",72757739,72757779,41,"*","Promoter (1-2kb)",8,72753777,72756731,2955,2,"9242",-1008,"ENSG00000178860","MSC","musculin"
-"chr13",21277342,21277362,21,"*","Promoter (<=1kb)",13,21277482,21297237,19756,1,"53342",-120,"ENSG00000172458","IL17D","interleukin 17D"
-"chr4",189060852,189060982,131,"*","Promoter (<=1kb)",4,189060598,189068649,8052,1,"339976",254,"ENSG00000184108","TRIML1","tripartite motif family like 1"
-"chr17",42634907,42635262,356,"*","Promoter (<=1kb)",17,42634812,42638630,3819,1,"2535",95,"ENSG00000180340","FZD2","frizzled class receptor 2"
-"chr10",70715697,70715782,86,"*","Promoter (<=1kb)",10,70715879,70744825,28947,1,"9188",-97,"ENSG00000165732","DDX21","DEAD-box helicase 21"
-"chr12",109914017,109914093,77,"*","Promoter (1-2kb)",12,109886460,109915155,28696,2,"83892",1062,"ENSG00000110906","KCTD10","potassium channel tetramerization domain containing 10"
-"chr8",56756852,56757013,162,"*","Distal Intergenic",8,56792386,56925006,132621,1,"4067",-35373,"ENSG00000254087","LYN","LYN proto-oncogene, Src family tyrosine kinase"
-"chr1",155035340,155035482,143,"*","Promoter (<=1kb)",1,155036213,155060014,23802,1,"1944",-731,"ENSG00000143590","EFNA3","ephrin-A3"
-"chr18",76751616,76751952,337,"*","Intron (uc002lmt.3/27164, intron 1 of 2)",18,76740275,76758969,18695,1,"27164",11341,"ENSG00000256463","SALL3","spalt-like transcription factor 3"
-"chr1",25255872,25256321,450,"*","Exon (uc001bjq.3/864, exon 1 of 5)",1,25226002,25291612,65611,2,"864",35291,"ENSG00000020633","RUNX3","runt related transcription factor 3"
-"chr7",101846945,101847004,60,"*","Intron (uc003uys.4/1523, intron 18 of 23)",7,101928405,101962178,33774,1,"10603",-81401,"ENSG00000160999","SH2B2","SH2B adaptor protein 2"
-"chr1",205745659,205745713,55,"*","Promoter (1-2kb)",1,205737114,205744610,7497,2,"8934",-1049,"ENSG00000117280","RAB29","RAB29, member RAS oncogene family"
-"chr6",32121355,32121368,14,"*","5' UTR",6,32485154,32557613,72460,2,"3127",436245,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",165322736,165323232,497,"*","Promoter (2-3kb)",1,165171104,165325952,154849,2,"4009",2720,"ENSG00000162761","LMX1A","LIM homeobox transcription factor 1 alpha"
-"chr6",29691202,29691264,63,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1207632,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr1",2082458,2082522,65,"*","Intron (uc001aiq.3/5590, intron 9 of 17)",1,2115899,2139172,23274,2,"199990",56650,"ENSG00000162585","FAAP20","Fanconi anemia core complex associated protein 20"
-"chr6",32812518,32812521,4,"*","5' UTR",6,32605183,32614839,9657,1,"3117",207335,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr5",122429469,122429966,498,"*","Intron (uc003kti.3/93166, intron 2 of 7)",5,122424841,122523745,98905,1,"93166",4628,"ENSG00000061455","PRDM6","PR domain 6"
-"chr1",177140510,177140561,52,"*","Promoter (<=1kb)",1,177140633,177251558,110926,1,"57795",-72,"ENSG00000198797","BRINP2","BMP/retinoic acid inducible neural specific 2"
-"chr2",8684041,8684126,86,"*","Distal Intergenic",2,8822113,8824583,2471,1,"3398",-137987,"ENSG00000115738","ID2","inhibitor of DNA binding 2, HLH protein"
-"chr6",33262531,33262552,22,"*","5' UTR",6,33540323,33548070,7748,2,"578",285518,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr16",27280283,27280386,104,"*","Promoter (<=1kb)",16,27236315,27280113,43799,2,"197370",-170,"ENSG00000169189","NSMCE1","NSE1 homolog, SMC5-SMC6 complex component"
-"chr1",2271279,2271419,141,"*","Intron (uc001ajb.1/79906, intron 4 of 13)",1,2281853,2284100,2248,2,"100129534",12681,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr2",242742807,242743214,408,"*","Exon (uc002wcj.1/64090, exon 4 of 4)",2,242750160,242758739,8580,1,"129807",-6946,"ENSG00000204099","NEU4","neuraminidase 4 (sialidase)"
-"chr20",10655416,10655447,32,"*","Promoter (<=1kb)",20,10618332,10654694,36363,2,"182",-722,"ENSG00000101384","JAG1","jagged 1"
-"chr8",63160698,63160713,16,"*","Promoter (<=1kb)",8,63161501,63903628,742128,1,"286183",-788,"ENSG00000185942","NKAIN3","Na+/K+ transporting ATPase interacting 3"
-"chr6",111580656,111580838,183,"*","Promoter (<=1kb)",6,111580482,111590261,9780,1,"91749",174,"ENSG00000173214","MFSD4B","major facilitator superfamily domain containing 4B"
-"chr3",148804742,148804818,77,"*","Promoter (<=1kb)",3,148747904,148804341,56438,2,"6596",-401,"ENSG00000071794","HLTF","helicase-like transcription factor"
-"chr17",46806056,46806134,79,"*","Promoter (<=1kb)",17,46802127,46806111,3985,2,"10481",0,"ENSG00000159184","HOXB13","homeobox B13"
-"chr22",48916862,48917166,305,"*","Intron (uc003bim.4/25817, intron 1 of 3)",22,48934712,48943199,8488,2,"284933",26033,"ENSG00000281732","LOC284933","uncharacterized LOC284933"
-"chr1",1099118,1099563,446,"*","Promoter (2-3kb)",1,1102484,1102578,95,1,"406984",-2921,"ENSG00000207730","MIR200B","microRNA 200b"
-"chr19",40711818,40711880,63,"*","Exon (uc002ona.3/4294, exon 5 of 10)",19,40721965,40724306,2342,2,"148014",12426,"ENSG00000174521","TTC9B","tetratricopeptide repeat domain 9B"
-"chr8",67783229,67783685,457,"*","Promoter (<=1kb)",8,67782984,67834283,51300,1,"157777",245,"ENSG00000178460","MCMDC2","minichromosome maintenance domain containing 2"
-"chr6",32060768,32061036,269,"*","Intron (uc003nzl.2/7148, intron 40 of 43)",6,32485154,32557613,72460,2,"3127",496577,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",8274017,8274069,53,"*","Promoter (<=1kb)",19,8274217,8327304,53088,1,"79603",-148,"ENSG00000090661","CERS4","ceramide synthase 4"
-"chr1",63792134,63792183,50,"*","Distal Intergenic",1,63788730,63790797,2068,1,"27022",3404,"ENSG00000187140","FOXD3","forkhead box D3"
-"chr10",37967356,37967620,265,"*","Distal Intergenic",10,37890366,37891859,1494,2,"100288485",-75497,"ENSG00000256892","MTRNR2L7","MT-RNR2-like 7"
-"chr19",2950866,2950871,6,"*","Distal Intergenic",19,2933216,2944969,11754,2,"58492",-5897,"ENSG00000175691","ZNF77","zinc finger protein 77"
-"chr7",158072443,158072687,245,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",252818,"ENSG00000207637","MIR595","microRNA 595"
-"chr1",155051521,155051711,191,"*","Exon (uc001fhf.3/1944, exon 1 of 5)",1,155017668,155036467,18800,2,"100505666",-15054,NA,"LOC100505666","uncharacterized LOC100505666"
-"chr2",234637306,234637526,221,"*","Promoter (<=1kb)",2,234637773,234681951,44179,1,"54659",-247,"ENSG00000243135","UGT1A3","UDP glucuronosyltransferase family 1 member A3"
-"chr7",24613072,24613078,7,"*","Promoter (<=1kb)",7,24613085,24727498,114414,1,"51678",-7,"ENSG00000105926","MPP6","membrane protein, palmitoylated 6"
-"chr1",231473786,231473791,6,"*","Promoter (<=1kb)",1,231473682,231490769,17088,1,"83932",104,"ENSG00000010072","SPRTN","SprT-like N-terminal domain"
-"chr2",234749770,234749871,102,"*","Exon (uc002vvg.3/55355, exon 8 of 9)",2,234745486,234763212,17727,2,"55355",13341,"ENSG00000123485","HJURP","Holliday junction recognition protein"
-"chr17",8380530,8380905,376,"*","Intron (uc002gll.4/4628, intron 2 of 40)",17,8339170,8371495,32326,1,"81565",41360,"ENSG00000166579","NDEL1","nudE neurodevelopment protein 1 like 1"
-"chr17",77925088,77925269,182,"*","Exon (uc002jxj.4/125058, exon 5 of 12)",17,77906142,78009657,103516,2,"125058",84388,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
-"chr6",32011527,32011583,57,"*","Exon (uc003nzg.1/7148, exon 4 of 13)",6,32485154,32557613,72460,2,"3127",546030,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",2288167,2288251,85,"*","Intron (uc001ajb.1/79906, intron 4 of 13)",1,2281853,2284100,2248,2,"100129534",-4067,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
-"chr15",75932598,75932625,28,"*","Promoter (<=1kb)",15,75931426,75932664,1239,2,"55272",39,"ENSG00000177971","IMP3","IMP3, U3 small nucleolar ribonucleoprotein"
-"chr2",242989856,242990263,408,"*","Distal Intergenic",2,243030844,243102469,71626,1,"728323",-40581,NA,"LOC728323","uncharacterized LOC728323"
-"chr2",241075915,241075960,46,"*","Promoter (<=1kb)",2,241065980,241075764,9785,2,"150678",-151,"ENSG00000172428","MYEOV2","myeloma overexpressed 2"
-"chr10",550379,550564,186,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",137154,"ENSG00000263511","MIR5699","microRNA 5699"
-"chr14",45431685,45431795,111,"*","Promoter (<=1kb)",14,45431416,45543634,112219,1,"23116",269,"ENSG00000198718","FAM179B","family with sequence similarity 179 member B"
-"chr9",124132111,124132345,235,"*","Promoter (<=1kb)",9,124101266,124132582,31317,2,"2040",237,"ENSG00000148175","STOM","stomatin"
-"chr15",75871759,75871765,7,"*","Promoter (<=1kb)",15,75759462,75871625,112164,2,"5780",-134,"ENSG00000169410","PTPN9","protein tyrosine phosphatase, non-receptor type 9"
-"chr18",39535047,39535156,110,"*","Promoter (<=1kb)",18,39535199,39661446,126248,1,"5289",-43,"ENSG00000078142","PIK3C3","phosphatidylinositol 3-kinase catalytic subunit type 3"
-"chr2",10696980,10697152,173,"*","Distal Intergenic",2,10580508,10588453,7946,2,"4953",-108527,"ENSG00000115758","ODC1","ornithine decarboxylase 1"
-"chr2",92280662,92280697,36,"*","Distal Intergenic",2,92129159,92130496,1338,1,"440888",151503,"ENSG00000280263","ACTR3BP2","ACTR3B pseudogene 2"
-"chr11",134532208,134532287,80,"*","Distal Intergenic",11,134282200,134375555,93356,1,"283177",250008,NA,"LOC283177","uncharacterized LOC283177"
-"chr13",113570860,113570931,72,"*","Intron (uc001vso.3/uc001vso.3, intron 1 of 2)",13,113622814,113754053,131240,1,"23263",-51883,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr11",18727273,18727504,232,"*","Exon (uc001mpa.2/283284, exon 20 of 21)",11,18720351,18726332,5982,1,"144110",6922,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
-"chr19",58038694,58038808,115,"*","Promoter (<=1kb)",19,58038693,58052244,13552,1,"256051",1,"ENSG00000121406","ZNF549","zinc finger protein 549"
-"chr1",161284176,161284279,104,"*","Promoter (<=1kb)",1,161284166,161334535,50370,1,"6391",10,"ENSG00000143252","SDHC","succinate dehydrogenase complex subunit C"
-"chr12",51592032,51592093,62,"*","Intron (uc001rya.3/5463, intron 6 of 10)",12,51580719,51611477,30759,2,"5463",19384,"ENSG00000184271","POU6F1","POU class 6 homeobox 1"
-"chr5",43042288,43042726,439,"*","Promoter (<=1kb)",5,43041677,43045370,3694,1,"153684",611,"ENSG00000215068","LOC153684","uncharacterized LOC153684"
-"chr15",31093040,31093049,10,"*","Distal Intergenic",15,31110239,31119986,9748,1,"390561",-17190,NA,"HERC2P10","hect domain and RLD 2 pseudogene 10"
-"chr11",334513,334785,273,"*","Distal Intergenic",11,319673,320914,1242,2,"10410",-13599,"ENSG00000142089","IFITM3","interferon induced transmembrane protein 3"
-"chr14",93581519,93581830,312,"*","Promoter (<=1kb)",14,93403259,93582263,179005,2,"3705",433,"ENSG00000100605","ITPK1","inositol-tetrakisphosphate 1-kinase"
-"chr6",57037051,57037243,193,"*","Promoter (<=1kb)",6,57037104,57050012,12909,1,"9532",0,"ENSG00000112208","BAG2","BCL2 associated athanogene 2"
-"chr16",611937,612258,322,"*","Promoter (1-2kb)",16,610422,615529,5108,1,"146325",1515,"ENSG00000161992","PRR35","proline rich 35"
-"chr20",10415871,10415952,82,"*","Promoter (<=1kb)",20,10415951,10604027,188077,1,"128710",0,"ENSG00000149346","SLX4IP","SLX4 interacting protein"
-"chr14",52780919,52780921,3,"*","Promoter (<=1kb)",14,52781016,52795322,14307,1,"5732",-95,"ENSG00000125384","PTGER2","prostaglandin E receptor 2"
-"chr19",45409440,45409713,274,"*","Promoter (<=1kb)",19,45409039,45412650,3612,1,"348",401,"ENSG00000130203","APOE","apolipoprotein E"
-"chr6",16128969,16129124,156,"*","Promoter (<=1kb)",6,16129317,16148478,19162,1,"29116",-193,"ENSG00000007944","MYLIP","myosin regulatory light chain interacting protein"
-"chr7",150896413,150896449,37,"*","Distal Intergenic",7,150872785,150884919,12135,2,"136371",-11494,"ENSG00000146926","ASB10","ankyrin repeat and SOCS box containing 10"
-"chr6",155577916,155578034,119,"*","3' UTR",6,155585147,155597682,12536,1,"49861",-7113,"ENSG00000171217","CLDN20","claudin 20"
-"chr12",34453300,34453498,199,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",278084,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
-"chr5",54516782,54516879,98,"*","Exon (uc021xyp.1/345643, exon 6 of 7)",5,54515425,54523143,7719,2,"345643",6264,"ENSG00000234602","MCIDAS","multiciliate differentiation and DNA synthesis associated cell cycle protein"
-"chr6",87865051,87865072,22,"*","Promoter (2-3kb)",6,87862551,87973406,110856,1,"23036",2500,"ENSG00000188994","ZNF292","zinc finger protein 292"
-"chr11",2183660,2183776,117,"*","Promoter (1-2kb)",11,2181009,2182439,1431,2,"3630",-1221,"ENSG00000254647","INS","insulin"
-"chr16",90085674,90085915,242,"*","Promoter (<=1kb)",16,90086069,90111379,25311,1,"2622",-154,"ENSG00000141013","GAS8","growth arrest specific 8"
-"chr14",75469471,75469539,69,"*","Promoter (<=1kb)",14,75469612,75476294,6683,1,"8892",-73,"ENSG00000119718","EIF2B2","eukaryotic translation initiation factor 2B subunit beta"
-"chr12",20521112,20521133,22,"*","Promoter (1-2kb)",12,20522179,20837041,314863,1,"5139",-1046,"ENSG00000172572","PDE3A","phosphodiesterase 3A"
-"chr11",60680440,60680467,28,"*","Promoter (<=1kb)",11,60681371,60690915,9545,1,"79073",-904,"ENSG00000110108","TMEM109","transmembrane protein 109"
-"chr6",34205763,34206084,322,"*","Promoter (1-2kb)",6,34204577,34214008,9432,1,"3159",1186,"ENSG00000137309","HMGA1","high mobility group AT-hook 1"
-"chr1",2521794,2522282,489,"*","3' UTR",1,2517899,2522908,5010,1,"127281",3895,"ENSG00000157870","FAM213B","family with sequence similarity 213 member B"
-"chr17",66097411,66097496,86,"*","Promoter (<=1kb)",17,66097696,66132070,34375,1,"100499466",-200,NA,"LINC00674","long intergenic non-protein coding RNA 674"
-"chr2",127933644,127933944,301,"*","Distal Intergenic",2,127941412,127977654,36243,2,"339761",43710,"ENSG00000186684","CYP27C1","cytochrome P450 family 27 subfamily C member 1"
-"chr2",234358080,234358327,248,"*","Intron (uc002vui.1/8527, intron 15 of 29)",2,234263153,234380743,117591,1,"8527",94927,"ENSG00000077044","DGKD","diacylglycerol kinase delta"
-"chr7",1065908,1066024,117,"*","Exon (uc003sjv.3/uc003sjv.3, exon 2 of 2)",7,1062569,1062662,94,2,"442907",-3246,"ENSG00000199023","MIR339","microRNA 339"
-"chr17",40118690,40118906,217,"*","Promoter (<=1kb)",17,40118759,40129754,10996,1,"1267",0,"ENSG00000173786","CNP","2',3'-cyclic nucleotide 3' phosphodiesterase"
-"chr9",136024925,136025100,176,"*","Intron (uc011mcw.2/5900, intron 17 of 22)",9,136028340,136039301,10962,2,"26301",14201,"ENSG00000148288","GBGT1","globoside alpha-1,3-N-acetylgalactosaminyltransferase 1"
-"chr19",50093493,50093678,186,"*","Promoter (1-2kb)",19,50094912,50129696,34785,1,"57479",-1234,"ENSG00000126464","PRR12","proline rich 12"
-"chr3",44037760,44037868,109,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-117836,"ENSG00000207954","MIR138-1","microRNA 138-1"
-"chr2",1828377,1828390,14,"*","Intron (uc010ewk.3/23040, intron 4 of 6)",2,1635659,1748291,112633,2,"7837",-80086,"ENSG00000130508","PXDN","peroxidasin"
-"chr14",75388007,75388105,99,"*","Promoter (1-2kb)",14,75370657,75389958,19302,2,"83694",1853,"ENSG00000198208","RPS6KL1","ribosomal protein S6 kinase like 1"
-"chr5",15936758,15936768,11,"*","Exon (uc003jfn.1/23194, exon 4 of 4)",5,16067474,16179897,112424,2,"441061",243129,"ENSG00000183654","MARCH11","membrane associated ring-CH-type finger 11"
-"chr10",64892796,64892832,37,"*","Promoter (<=1kb)",10,64893007,64914786,21780,1,"29982",-175,"ENSG00000148572","NRBF2","nuclear receptor binding factor 2"
-"chr12",123160012,123160418,407,"*","Intron (uc001ucw.1/uc001ucw.1, intron 2 of 4)",12,123185840,123187904,2065,2,"338442",27486,"ENSG00000182782","HCAR2","hydroxycarboxylic acid receptor 2"
-"chr4",188045495,188045641,147,"*","Distal Intergenic",4,188225237,188426767,201531,2,"339975",381126,NA,"LOC339975","uncharacterized LOC339975"
-"chr1",44440194,44440353,160,"*","Promoter (<=1kb)",1,44440602,44443972,3371,1,"533",-249,"ENSG00000117410","ATP6V0B","ATPase H+ transporting V0 subunit b"
-"chr11",61735088,61735090,3,"*","Promoter (<=1kb)",11,61731757,61735132,3376,2,"2495",42,"ENSG00000167996","FTH1","ferritin, heavy polypeptide 1"
-"chr15",89164553,89164951,399,"*","Promoter (<=1kb)",15,89164527,89175512,10986,1,"64782",26,"ENSG00000181026","AEN","apoptosis enhancing nuclease"
-"chr2",232571771,232572234,464,"*","Promoter (1-2kb)",2,232573235,232578250,5016,1,"5757",-1001,"ENSG00000187514","PTMA","prothymosin, alpha"
-"chr11",125703119,125703182,64,"*","Promoter (<=1kb)",11,125703211,125709967,6757,1,"399968",-29,"ENSG00000237353","PATE4","prostate and testis expressed 4"
-"chr2",96190967,96191158,192,"*","Distal Intergenic",2,96142715,96150479,7765,2,"653192",-40488,"ENSG00000144015","TRIM43B","tripartite motif containing 43B"
-"chr20",61493177,61493179,3,"*","Promoter (<=1kb)",20,61472467,61493115,20649,2,"10732",-62,"ENSG00000101190","TCFL5","transcription factor-like 5 (basic helix-loop-helix)"
-"chr6",157932130,157932132,3,"*","Intron (uc003qqs.3/79683, intron 1 of 8)",6,157950164,157950232,69,1,"100500899",-18032,"ENSG00000266617","MIR3692","microRNA 3692"
-"chr14",105780383,105780647,265,"*","Promoter (1-2kb)",14,105675623,105781914,106292,2,"2972",1267,"ENSG00000185024","BRF1","BRF1, RNA polymerase III transcription initiation factor 90 kDa subunit"
-"chr19",37569216,37569268,53,"*","Promoter (<=1kb)",19,37569382,37620651,51270,1,"147923",-114,"ENSG00000197050","ZNF420","zinc finger protein 420"
-"chrX",9431257,9431278,22,"*","Promoter (<=1kb)",23,9431335,9687780,256446,1,"6907",-57,"ENSG00000101849","TBL1X","transducin (beta)-like 1X-linked"
-"chr5",36607333,36607377,45,"*","Promoter (<=1kb)",5,36606457,36688436,81980,1,"6507",876,"ENSG00000079215","SLC1A3","solute carrier family 1 member 3"
-"chr5",115912213,115912383,171,"*","Promoter (1-2kb)",5,115779251,115910551,131301,2,"57556",-1662,"ENSG00000092421","SEMA6A","semaphorin 6A"
-"chr8",145138177,145138303,127,"*","Promoter (<=1kb)",8,145137524,145141119,3596,1,"8733",653,"ENSG00000197858","GPAA1","glycosylphosphatidylinositol anchor attachment 1"
-"chr1",85930809,85930813,5,"*","5' UTR",1,85784168,86044046,259879,2,"23576",113233,"ENSG00000153904","DDAH1","dimethylarginine dimethylaminohydrolase 1"
-"chr16",25078391,25078649,259,"*","Exon (uc021tfn.1/uc021tfn.1, exon 1 of 2)",16,25043062,25044098,1037,1,"554206",35329,"ENSG00000262587","LOC554206","leucine carboxyl methyltransferase 1 pseudogene"
-"chr19",1754700,1754780,81,"*","Promoter (1-2kb)",19,1753662,1775444,21783,1,"390874",1038,"ENSG00000205922","ONECUT3","one cut homeobox 3"
-"chr11",3819108,3819306,199,"*","Promoter (<=1kb)",11,3696240,3819022,122783,2,"4928",-86,"ENSG00000110713","NUP98","nucleoporin 98kDa"
-"chr15",26109204,26109213,10,"*","Promoter (1-2kb)",15,25923860,26110317,186458,2,"57194",1104,"ENSG00000206190","ATP10A","ATPase phospholipid transporting 10A (putative)"
-"chr1",10532799,10532838,40,"*","Promoter (<=1kb)",1,10520603,10532613,12011,2,"1676",-186,"ENSG00000160049","DFFA","DNA fragmentation factor subunit alpha"
-"chr17",75136271,75136278,8,"*","Intron (uc021udv.1/6397, intron 2 of 12)",17,75085389,75085575,187,1,"677781",50882,"ENSG00000275143","SCARNA16","small Cajal body-specific RNA 16"
-"chr6",31124103,31124408,306,"*","Intron (uc011dne.2/54535, intron 15 of 16)",6,32485154,32557613,72460,2,"3127",1433205,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",38089514,38089872,359,"*","Promoter (<=1kb)",8,38089009,38120287,31279,1,"23259",505,"ENSG00000085788","DDHD2","DDHD domain containing 2"
-"chr7",150948712,150948861,150,"*","Intron (uc003wjt.3/6604, intron 12 of 13)",7,150935507,150935624,118,1,"768213",13205,"ENSG00000211517","MIR671","microRNA 671"
-"chr3",183415648,183415779,132,"*","Promoter (<=1kb)",3,183415606,183530413,114808,1,"55689",42,"ENSG00000163872","YEATS2","YEATS domain containing 2"
-"chr7",100081457,100081471,15,"*","Promoter (<=1kb)",7,100081550,100092424,10875,1,"222950",-79,"ENSG00000166924","NYAP1","neuronal tyrosine-phosphorylated phosphoinositide-3-kinase adaptor 1"
-"chr20",1874805,1875011,207,"*","Promoter (<=1kb)",20,1874813,1920540,45728,1,"140885",0,"ENSG00000198053","SIRPA","signal regulatory protein alpha"
-"chr1",165513270,165513274,5,"*","Promoter (<=1kb)",1,165513478,165533185,19708,1,"440699",-204,"ENSG00000162763","LRRC52","leucine rich repeat containing 52"
-"chr4",141543062,141543410,349,"*","3' UTR",4,141562345,141564234,1890,2,"644962",20824,NA,"TNRC18P1","trinucleotide repeat containing 18 pseudogene 1"
-"chr11",417246,417540,295,"*","Promoter (<=1kb)",11,405716,417397,11682,2,"59307",0,"ENSG00000185187","SIGIRR","single immunoglobulin and toll-interleukin 1 receptor (TIR) domain"
-"chr14",101530722,101530856,135,"*","Promoter (<=1kb)",14,101530832,101530915,84,1,"100126308",0,"ENSG00000216179","MIR541","microRNA 541"
-"chr1",53686094,53686403,310,"*","Promoter (<=1kb)",1,53679772,53686289,6518,2,"54987",0,"ENSG00000162384","C1orf123","chromosome 1 open reading frame 123"
-"chr12",3602162,3602238,77,"*","Intron (uc009zed.3/56341, intron 1 of 9)",12,3490515,3703138,212624,1,"56341",111647,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
-"chr16",712099,712206,108,"*","Intron (uc002cii.1/197335, intron 32 of 40)",16,718083,724174,6092,1,"89941",-5877,"ENSG00000140983","RHOT2","ras homolog family member T2"
-"chr2",10687636,10687659,24,"*","Distal Intergenic",2,10580508,10588453,7946,2,"4953",-99183,"ENSG00000115758","ODC1","ornithine decarboxylase 1"
-"chr13",100644276,100644372,97,"*","Distal Intergenic",13,100634026,100639019,4994,1,"7546",10250,"ENSG00000043355","ZIC2","Zic family member 2"
-"chr7",27143758,27143788,31,"*","Promoter (1-2kb)",7,27139973,27142394,2422,2,"3199",-1364,"ENSG00000105996","HOXA2","homeobox A2"
-"chr19",2270759,2270953,195,"*","Promoter (1-2kb)",19,2269520,2273487,3968,1,"4946",1239,"ENSG00000104904","OAZ1","ornithine decarboxylase antizyme 1"
-"chr22",42316176,42316433,258,"*","Intron (uc003bba.1/uc003bba.1, intron 1 of 1)",22,42305558,42310671,5114,2,"440829",-5505,"ENSG00000234965","SHISA8","shisa family member 8"
-"chr7",100075348,100075402,55,"*","Promoter (1-2kb)",7,100064142,100076902,12761,2,"81628",1500,"ENSG00000166925","TSC22D4","TSC22 domain family member 4"
-"chr16",1869296,1869400,105,"*","Intron (uc002cmz.3/3029, intron 5 of 9)",16,1859104,1877195,18092,2,"3029",7795,"ENSG00000063854","HAGH","hydroxyacylglutathione hydrolase"
-"chr14",65006222,65006281,60,"*","Promoter (<=1kb)",14,65007186,65009954,2769,1,"3306",-905,"ENSG00000126803","HSPA2","heat shock protein family A (Hsp70) member 2"
-"chr22",35695234,35695253,20,"*","Promoter (<=1kb)",22,35695268,35743987,48720,1,"10043",-15,"ENSG00000100284","TOM1","target of myb1 membrane trafficking protein"
-"chr6",30539092,30539234,143,"*","5' UTR",6,32485154,32557613,72460,2,"3127",2018379,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr14",77606942,77607174,233,"*","Promoter (<=1kb)",14,77597613,77608134,10522,2,"283576",960,"ENSG00000177108","ZDHHC22","zinc finger DHHC-type containing 22"
-"chr2",21022517,21022539,23,"*","Promoter (<=1kb)",2,20884818,21022827,138010,2,"60526",288,"ENSG00000118961","LDAH","lipid droplet associated hydrolase"
-"chr8",25316344,25316367,24,"*","Promoter (<=1kb)",8,25316513,25365425,48913,1,"157313",-146,"ENSG00000184661","CDCA2","cell division cycle associated 2"
-"chr12",120703929,120703958,30,"*","Promoter (<=1kb)",12,120648242,120703574,55333,2,"5829",-355,"ENSG00000089159","PXN","paxillin"
-"chr6",31802109,31802121,13,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",755492,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",1006746,1006792,47,"*","3' UTR",7,937537,1015235,77699,2,"11033",8443,"ENSG00000105963","ADAP1","ArfGAP with dual PH domains 1"
-"chr14",74181237,74181379,143,"*","Promoter (<=1kb)",14,74178486,74181128,2643,2,"9240",-109,"ENSG00000176903","PNMA1","paraneoplastic Ma antigen 1"
-"chr16",68573240,68573504,265,"*","5' UTR",16,68564048,68609945,45898,1,"146198",9192,"ENSG00000184939","ZFP90","ZFP90 zinc finger protein"
-"chr19",36450215,36450358,144,"*","Distal Intergenic",19,36428022,36436097,8076,1,"79414",22193,"ENSG00000126243","LRFN3","leucine rich repeat and fibronectin type III domain containing 3"
-"chr2",37899953,37900205,253,"*","Promoter (<=1kb)",2,37869025,37899678,30654,2,"10602",-275,"ENSG00000163171","CDC42EP3","CDC42 effector protein 3"
-"chr10",81107244,81107246,3,"*","Promoter (<=1kb)",10,81107220,81115089,7870,1,"10105",24,"ENSG00000108179","PPIF","peptidylprolyl isomerase F"
-"chr12",49449791,49450126,336,"*","Promoter (<=1kb)",12,49412758,49449107,36350,2,"8085",-684,"ENSG00000167548","KMT2D","lysine methyltransferase 2D"
-"chr17",41363549,41363580,32,"*","Promoter (<=1kb)",17,41363894,41371589,7696,1,"113277",-314,"ENSG00000184988","TMEM106A","transmembrane protein 106A"
-"chr19",51920837,51920932,96,"*","Promoter (<=1kb)",19,51913275,51921057,7783,2,"89790",125,"ENSG00000142512","SIGLEC10","sialic acid binding Ig like lectin 10"
-"chr7",30544895,30545026,132,"*","Promoter (<=1kb)",7,30536237,30544457,8221,2,"79017",-438,"ENSG00000006625","GGCT","gamma-glutamylcyclotransferase"
-"chr2",220432815,220432822,8,"*","Exon (uc010fwk.3/23363, exon 2 of 21)",2,220415450,220436268,20819,2,"23363",3446,"ENSG00000124006","OBSL1","obscurin-like 1"
-"chr14",74769859,74770062,204,"*","Promoter (<=1kb)",14,74751980,74769767,17788,2,"5826",-92,"ENSG00000119688","ABCD4","ATP binding cassette subfamily D member 4"
-"chr14",102780914,102781012,99,"*","Promoter (2-3kb)",14,102783714,102809511,25798,1,"55778",-2702,"ENSG00000022976","ZNF839","zinc finger protein 839"
-"chrX",153696700,153696867,168,"*","Exon (uc004flm.3/55558, exon 23 of 33)",23,153686623,153701985,15363,1,"55558",10077,"ENSG00000130827","PLXNA3","plexin A3"
-"chr16",30773975,30773997,23,"*","Promoter (<=1kb)",16,30768744,30773565,4822,2,"90835",-410,"ENSG00000196118","CCDC189","coiled-coil domain containing 189"
-"chr12",116043910,116043977,68,"*","Distal Intergenic",12,116586365,116586459,95,2,"693205",542482,"ENSG00000207967","MIR620","microRNA 620"
-"chr13",111317935,111317974,40,"*","Intron (uc001vrd.2/79587, intron 7 of 14)",13,111364970,111373421,8452,1,"3621",-46996,"ENSG00000153487","ING1","inhibitor of growth family member 1"
-"chr19",58838322,58838326,5,"*","Promoter (<=1kb)",19,58838385,58853712,15328,1,"342945",-59,"ENSG00000182318","ZSCAN22","zinc finger and SCAN domain containing 22"
-"chr15",99550802,99550811,10,"*","Promoter (<=1kb)",15,99511459,99551024,39566,2,"145814",213,"ENSG00000183571","PGPEP1L","pyroglutamyl-peptidase I-like"
-"chr19",44174545,44174882,338,"*","Promoter (<=1kb)",19,44150247,44174498,24252,2,"5329",-47,"ENSG00000011422","PLAUR","plasminogen activator, urokinase receptor"
-"chr19",16437362,16437789,428,"*","Promoter (1-2kb)",19,16435651,16438339,2689,1,"10365",1711,"ENSG00000127528","KLF2","Kruppel-like factor 2"
-"chr14",95237338,95237589,252,"*","Promoter (<=1kb)",14,95234560,95236499,1940,2,"145258",-839,"ENSG00000133937","GSC","goosecoid homeobox"
-"chr8",26148057,26148147,91,"*","Intron (uc003xek.3/5520, intron 7 of 10)",8,26240523,26270644,30122,1,"665",-92376,"ENSG00000104765","BNIP3L","BCL2/adenovirus E1B 19kDa interacting protein 3-like"
-"chr8",101118035,101118329,295,"*","Promoter (<=1kb)",8,100973276,101118344,145069,2,"26166",15,"ENSG00000132554","RGS22","regulator of G-protein signaling 22"
-"chr11",65194917,65194941,25,"*","Exon (uc010rog.2/283131, exon 1 of 1)",11,65190269,65212028,21760,1,"283131",4648,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
-"chr20",61002809,61002818,10,"*","Promoter (<=1kb)",20,60985293,61002629,17337,2,"140893",-180,"ENSG00000130701","RBBP8NL","RBBP8 N-terminal like"
-"chr14",91007672,91007747,76,"*","3' UTR",14,90921574,90925249,3676,1,"400238",86098,"ENSG00000233208","LINC00642","long intergenic non-protein coding RNA 642"
-"chr16",3068128,3068267,140,"*","Promoter (<=1kb)",16,3064713,3068188,3476,2,"9074",0,"ENSG00000184697","CLDN6","claudin 6"
-"chr1",153515454,153515539,86,"*","Promoter (1-2kb)",1,153509623,153514241,4619,2,"6276",-1213,"ENSG00000196420","S100A5","S100 calcium binding protein A5"
-"chr8",66580803,66581044,242,"*","Intron (uc011lep.2/9650, intron 1 of 6)",8,66556888,66622798,65911,1,"9650",23915,"ENSG00000066855","MTFR1","mitochondrial fission regulator 1"
-"chr2",119916438,119916462,25,"*","Promoter (<=1kb)",2,119913819,119916471,2653,2,"165257",9,"ENSG00000144119","C1QL2","complement component 1, q subcomponent-like 2"
-"chr8",23429097,23429119,23,"*","Exon (uc003xdo.3/51312, exon 4 of 4)",8,23386363,23430063,43701,1,"51312",42734,"ENSG00000147454","SLC25A37","solute carrier family 25 member 37"
-"chr4",754733,755017,285,"*","Intron (uc011bva.1/10336, intron 9 of 11)",4,773937,775636,1700,2,"100129917",20619,"ENSG00000249592","LOC100129917","uncharacterized LOC100129917"
-"chr15",42840349,42840643,295,"*","Promoter (<=1kb)",15,42834720,42841002,6283,2,"255252",359,"ENSG00000180979","LRRC57","leucine rich repeat containing 57"
-"chr19",45458562,45458615,54,"*","Promoter (<=1kb)",19,45457842,45496604,38763,1,"1209",720,"ENSG00000104853","CLPTM1","cleft lip and palate associated transmembrane protein 1"
-"chr2",171785027,171785085,59,"*","Promoter (<=1kb)",2,171784948,171823643,38696,1,"26003",79,"ENSG00000115806","GORASP2","golgi reassembly stacking protein 2"
-"chr6",7910269,7910271,3,"*","Promoter (<=1kb)",6,7881483,7911047,29565,2,"81567",776,"ENSG00000239264","TXNDC5","thioredoxin domain containing 5 (endoplasmic reticulum)"
-"chr2",38303219,38303338,120,"*","Promoter (<=1kb)",2,38294746,38303323,8578,2,"1545",0,"ENSG00000138061","CYP1B1","cytochrome P450 family 1 subfamily B member 1"
-"chr4",77996196,77996389,194,"*","Promoter (<=1kb)",4,77969177,77997125,27949,2,"10983",736,"ENSG00000118816","CCNI","cyclin I"
-"chr19",14247518,14247520,3,"*","Promoter (<=1kb)",19,14230321,14247440,17120,2,"55723",-78,"ENSG00000105011","ASF1B","anti-silencing function 1B histone chaperone"
-"chr2",171671730,171671795,66,"*","Promoter (1-2kb)",2,171673200,171717659,44460,1,"2571",-1405,"ENSG00000128683","GAD1","glutamate decarboxylase 1"
-"chr20",42143441,42143454,14,"*","Intron (uc010zwh.2/26013, intron 4 of 21)",20,42136320,42179593,43274,1,"26013",7121,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
-"chr1",168148069,168148262,194,"*","Promoter (<=1kb)",1,168148171,168171351,23181,1,"261726",0,"ENSG00000143155","TIPRL","TOR signaling pathway regulator"
-"chr4",156680999,156681385,387,"*","Promoter (<=1kb)",4,156680126,156728783,48658,1,"2983",873,"ENSG00000061918","GUCY1B3","guanylate cyclase 1, soluble, beta 3"
-"chr11",688275,688397,123,"*","Exon (uc001lqq.1/10522, exon 3 of 12)",11,695591,705028,9438,1,"283232",-7194,"ENSG00000177042","TMEM80","transmembrane protein 80"
-"chr14",101033900,101034236,337,"*","Promoter (1-2kb)",14,101003484,101036131,32648,2,"57596",1895,"ENSG00000183092","BEGAIN","brain enriched guanylate kinase associated"
-"chr20",47538576,47538719,144,"*","Promoter (<=1kb)",20,47538275,47653230,114956,1,"10564",301,"ENSG00000124198","ARFGEF2","ADP ribosylation factor guanine nucleotide exchange factor 2"
-"chr12",53835315,53835350,36,"*","Promoter (<=1kb)",12,53835433,53874946,39514,1,"5094",-83,"ENSG00000197111","PCBP2","poly(rC) binding protein 2"
-"chr6",27101002,27101120,119,"*","Promoter (<=1kb)",6,27100817,27101314,498,1,"8969",185,"ENSG00000196787","HIST1H2AG","histone cluster 1, H2ag"
-"chr6",28192892,28192979,88,"*","Promoter (<=1kb)",6,28193029,28201264,8236,1,"7746",-50,"ENSG00000137185","ZSCAN9","zinc finger and SCAN domain containing 9"
-"chr19",3506391,3506553,163,"*","Promoter (<=1kb)",19,3506295,3536755,30461,1,"51343",96,"ENSG00000105325","FZR1","fizzy/cell division cycle 20 related 1"
-"chr2",241569661,241569846,186,"*","Exon (uc010fzh.2/2859, exon 6 of 6)",2,241544825,241570676,25852,1,"2859",24836,"ENSG00000178623","GPR35","G protein-coupled receptor 35"
-"chr6",112667932,112668163,232,"*","Promoter (<=1kb)",6,112668532,112672498,3967,1,"442247",-369,"ENSG00000251258","RFPL4B","ret finger protein like 4B"
-"chr9",127905013,127905101,89,"*","Promoter (<=1kb)",9,127704888,127905838,200951,2,"286205",737,"ENSG00000173611","SCAI","suppressor of cancer cell invasion"
-"chr6",31707154,31707200,47,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",850413,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",201509268,201509367,100,"*","Distal Intergenic",1,201489032,201489720,689,1,"376693",20236,NA,"RPS10P7","ribosomal protein S10 pseudogene 7"
-"chrX",151903218,151903224,7,"*","Promoter (<=1kb)",23,151903228,151909518,6291,1,"158511",-4,"ENSG00000198930","CSAG1","chondrosarcoma associated gene 1"
-"chr16",1365725,1365877,153,"*","3' UTR",16,1359154,1377019,17866,1,"7329",6571,"ENSG00000103275","UBE2I","ubiquitin conjugating enzyme E2I"
-"chr22",46285849,46285985,137,"*","Distal Intergenic",22,46316248,46373008,56761,2,"7477",87023,"ENSG00000188064","WNT7B","wingless-type MMTV integration site family member 7B"
-"chr3",145968692,145968696,5,"*","Promoter (<=1kb)",3,145910124,145968966,58843,2,"57088",270,"ENSG00000114698","PLSCR4","phospholipid scramblase 4"
-"chr8",142441540,142441547,8,"*","3' UTR",8,142432007,142441620,9614,1,"11156",9533,"ENSG00000184489","PTP4A3","protein tyrosine phosphatase type IVA, member 3"
-"chr1",179560870,179560983,114,"*","Promoter (<=1kb)",1,179560748,179660407,99660,1,"163589",122,"ENSG00000162782","TDRD5","tudor domain containing 5"
-"chr16",3021746,3021802,57,"*","Promoter (2-3kb)",16,3019342,3023485,4144,1,"124222",2404,"ENSG00000162073","PAQR4","progestin and adipoQ receptor family member IV"
-"chr19",2525459,2525586,128,"*","Intron (uc002lwd.2/2788, intron 2 of 4)",19,2476123,2478257,2135,1,"4616",49336,"ENSG00000099860","GADD45B","growth arrest and DNA damage inducible beta"
-"chr22",17081668,17081939,272,"*","Promoter (<=1kb)",22,17082801,17179521,96721,1,"387590",-862,"ENSG00000100181","TPTEP1","transmembrane phosphatase with tensin homology pseudogene 1"
-"chr12",57483108,57483465,358,"*","Promoter (<=1kb)",12,57482677,57489259,6583,1,"4665",431,"ENSG00000166886","NAB2","NGFI-A binding protein 2"
-"chr17",27309065,27309139,75,"*","Intron (uc002hdp.2/124925, intron 16 of 16)",17,27281947,27333458,51512,2,"124925",24319,"ENSG00000063015","SEZ6","seizure related 6 homolog (mouse)"
-"chr19",55691752,55691761,10,"*","Promoter (<=1kb)",19,55684469,55691720,7252,2,"6861",-32,"ENSG00000129990","SYT5","synaptotagmin 5"
-"chr15",63341333,63341463,131,"*","5' UTR",15,63334838,63364113,29276,1,"7168",6495,"ENSG00000140416","TPM1","tropomyosin 1 (alpha)"
-"chr6",33284312,33284336,25,"*","Exon (uc003oeb.3/9278, exon 2 of 2)",6,33540323,33548070,7748,2,"578",263734,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr15",76484054,76484379,326,"*","5' UTR",15,76551630,76552493,864,2,"7302",68114,NA,"TYRO3P","TYRO3P protein tyrosine kinase pseudogene"
-"chr11",78128397,78128696,300,"*","Promoter (<=1kb)",11,77926336,78128868,202533,2,"9846",172,"ENSG00000033327","GAB2","GRB2 associated binding protein 2"
-"chr6",86547801,86548232,432,"*","Distal Intergenic",6,86386725,86388451,1727,2,"387066",-159350,"ENSG00000203875","SNHG5","small nucleolar RNA host gene 5"
-"chr6",52629311,52629370,60,"*","Promoter (<=1kb)",6,52614885,52628361,13477,2,"2939",-950,"ENSG00000244067","GSTA2","glutathione S-transferase alpha 2"
-"chr6",31238388,31238703,316,"*","Intron (uc021yuk.1/3107, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",1318910,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",106472942,106473040,99,"*","Promoter (<=1kb)",4,106473777,106602070,128294,1,"54848",-737,"ENSG00000236699","ARHGEF38","Rho guanine nucleotide exchange factor 38"
-"chr1",179561299,179561500,202,"*","Promoter (<=1kb)",1,179560748,179660407,99660,1,"163589",551,"ENSG00000162782","TDRD5","tudor domain containing 5"
-"chr1",212874552,212874586,35,"*","Promoter (1-2kb)",1,212859759,212873327,13569,2,"55509",-1225,"ENSG00000123685","BATF3","basic leucine zipper ATF-like transcription factor 3"
-"chr11",65222443,65222561,119,"*","Distal Intergenic",11,65190269,65212028,21760,1,"283131",32174,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
-"chr16",49525807,49526201,395,"*","Intron (uc010vgn.3/23090, intron 1 of 5)",16,49407808,49433319,25512,1,"123970",117999,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
-"chr4",113066700,113067023,324,"*","Promoter (<=1kb)",4,113066553,113110237,43685,1,"132720",147,"ENSG00000174749","C4orf32","chromosome 4 open reading frame 32"
-"chr17",2323612,2323626,15,"*","Exon (uc002fut.3/79066, exon 10 of 10)",17,2310275,2318730,8456,2,"284009",-4882,NA,"LOC284009","uncharacterized LOC284009"
-"chr12",65563916,65564395,480,"*","Promoter (<=1kb)",12,65563351,65642141,78791,1,"23592",565,"ENSG00000174106","LEMD3","LEM domain containing 3"
-"chr1",38942403,38942533,131,"*","Distal Intergenic",1,38674706,38680439,5734,2,"339442",-261964,"ENSG00000237290","LINC01343","long intergenic non-protein coding RNA 1343"
-"chr1",25573940,25573955,16,"*","5' UTR",1,25548767,25559013,10247,2,"25949",-14927,"ENSG00000117614","SYF2","SYF2 pre-mRNA splicing factor"
-"chr1",183604789,183604810,22,"*","Promoter (<=1kb)",1,183595328,183605076,9749,2,"10092",266,"ENSG00000162704","ARPC5","actin related protein 2/3 complex subunit 5"
-"chr7",97875211,97875293,83,"*","Exon (uc003upg.4/25851, exon 3 of 26)",7,97844755,97881563,36809,2,"25851",6270,"ENSG00000205356","TECPR1","tectonin beta-propeller repeat containing 1"
-"chr15",40633294,40633416,123,"*","Promoter (<=1kb)",15,40623653,40633168,9516,2,"388115",-126,"ENSG00000188549","C15orf52","chromosome 15 open reading frame 52"
-"chr1",153963502,153963545,44,"*","Promoter (<=1kb)",1,153963239,153964631,1393,1,"6232",263,"ENSG00000177954","RPS27","ribosomal protein S27"
-"chr19",55874335,55874452,118,"*","Promoter (<=1kb)",19,55866018,55874620,8603,2,"284418",168,"ENSG00000180043","FAM71E2","family with sequence similarity 71 member E2"
-"chr6",91297190,91297352,163,"*","Promoter (<=1kb)",6,91223292,91297020,73729,2,"6885",-170,"ENSG00000135341","MAP3K7","mitogen-activated protein kinase kinase kinase 7"
-"chr12",53738046,53738511,466,"*","Distal Intergenic",12,53720360,53730004,9645,2,"121340",-8042,"ENSG00000170374","SP7","Sp7 transcription factor"
-"chr16",87719098,87719153,56,"*","Intron (uc010vou.2/57338, intron 3 of 5)",16,87736729,87799598,62870,2,"54758",80445,"ENSG00000104731","KLHDC4","kelch domain containing 4"
-"chr4",93225418,93225517,100,"*","Promoter (<=1kb)",4,93225550,94693649,1468100,1,"2895",-33,"ENSG00000152208","GRID2","glutamate ionotropic receptor delta type subunit 2"
-"chr14",103686511,103686519,9,"*","Distal Intergenic",14,103653558,103655365,1808,2,"100131366",-31146,"ENSG00000251533","LINC00605","long intergenic non-protein coding RNA 605"
-"chr7",27250204,27250296,93,"*","Distal Intergenic",7,27240040,27246130,6091,1,"100316868",10164,NA,"HOTTIP","HOXA distal transcript antisense RNA"
-"chr7",135346452,135346754,303,"*","Promoter (<=1kb)",7,135347221,135378162,30942,1,"647087",-467,"ENSG00000243317","C7orf73","chromosome 7 open reading frame 73"
-"chrX",70364497,70364566,70,"*","Promoter (<=1kb)",23,70364681,70391051,26371,1,"54413",-115,"ENSG00000196338","NLGN3","neuroligin 3"
-"chr10",45359611,45359667,57,"*","Intron (uc001jbk.1/220980, intron 6 of 7)",10,45406764,45430642,23879,1,"643236",-47097,"ENSG00000187783","TMEM72","transmembrane protein 72"
-"chr5",16742006,16742131,126,"*","5' UTR",5,16473147,16617167,144021,2,"54463",-124839,"ENSG00000154153","FAM134B","family with sequence similarity 134 member B"
-"chr22",41777456,41777658,203,"*","Intron (uc003azx.4/7008, intron 1 of 3)",22,41763337,41795332,31996,1,"7008",14119,"ENSG00000167074","TEF","thyrotrophic embryonic factor"
-"chr8",145670322,145670656,335,"*","Promoter (<=1kb)",8,145654163,145669812,15650,2,"4796",-510,"ENSG00000160949","TONSL","tonsoku-like, DNA repair protein"
-"chr1",24742201,24742201,1,"*","Promoter (<=1kb)",1,24742245,24799473,57229,1,"57185",-44,"ENSG00000001461","NIPAL3","NIPA like domain containing 3"
-"chr16",2015049,2015066,18,"*","Promoter (<=1kb)",16,2014997,2015505,509,1,"735301",52,"ENSG00000255198","SNHG9","small nucleolar RNA host gene 9"
-"chr11",118842932,118842952,21,"*","Promoter (<=1kb)",11,118842417,118851995,9579,1,"283150",515,"ENSG00000176302","FOXR1","forkhead box R1"
-"chrX",19533969,19534066,98,"*","Promoter (<=1kb)",23,19378176,19533379,155204,2,"389840",-590,"ENSG00000180815","MAP3K15","mitogen-activated protein kinase kinase kinase 15"
-"chr7",134915756,134916185,430,"*","Promoter (<=1kb)",7,134916731,134943244,26514,1,"346673",-546,"ENSG00000146857","STRA8","stimulated by retinoic acid 8"
-"chr12",109549041,109549049,9,"*","Distal Intergenic",12,109554400,109706030,151631,1,"32",-5351,"ENSG00000076555","ACACB","acetyl-CoA carboxylase beta"
-"chr15",45421812,45421951,140,"*","Promoter (<=1kb)",15,45409564,45422075,12512,2,"90527",124,"ENSG00000140254","DUOXA1","dual oxidase maturation factor 1"
-"chr6",26533192,26533349,158,"*","Exon (uc021ynk.1/uc021ynk.1, exon 1 of 1)",6,26538572,26547164,8593,1,"10473",-5223,"ENSG00000182952","HMGN4","high mobility group nucleosomal binding domain 4"
-"chr16",2007410,2007559,150,"*","Promoter (1-2kb)",16,2009517,2011976,2460,1,"4716",-1958,"ENSG00000140990","NDUFB10","NADH:ubiquinone oxidoreductase subunit B10"
-"chr18",77623427,77623435,9,"*","Promoter (<=1kb)",18,77623668,77659816,36149,1,"26251",-233,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
-"chr20",37230436,37230612,177,"*","Promoter (<=1kb)",20,37230577,37279295,48719,1,"343578",0,"ENSG00000124143","ARHGAP40","Rho GTPase activating protein 40"
-"chr5",34656925,34657214,290,"*","Promoter (<=1kb)",5,34656433,34832717,176285,1,"26064",492,"ENSG00000039560","RAI14","retinoic acid induced 14"
-"chr15",77988617,77988793,177,"*","Promoter (<=1kb)",15,77905369,77988475,83107,2,"84894",-142,"ENSG00000169783","LINGO1","leucine rich repeat and Ig domain containing 1"
-"chr4",57371671,57371820,150,"*","Promoter (<=1kb)",4,57371375,57390058,18684,1,"132946",296,"ENSG00000196503","ARL9","ADP ribosylation factor like GTPase 9"
-"chr1",169764411,169764525,115,"*","Promoter (<=1kb)",1,169761670,169764061,2392,2,"92342",-350,"ENSG00000171806","METTL18","methyltransferase like 18"
-"chr12",12876682,12876897,216,"*","Promoter (1-2kb)",12,12878851,12982915,104065,1,"51202",-1954,"ENSG00000213782","DDX47","DEAD-box helicase 47"
-"chr8",125383778,125384121,344,"*","Promoter (<=1kb)",8,125323159,125384940,61782,2,"157378",819,"ENSG00000164983","TMEM65","transmembrane protein 65"
-"chr2",44588907,44588913,7,"*","Promoter (<=1kb)",2,44544748,44589001,44254,2,"9581",88,"ENSG00000138078","PREPL","prolyl endopeptidase-like"
-"chr16",6623690,6623787,98,"*","Intron (uc002cyr.1/54715, intron 2 of 11)",16,6069132,7763340,1694209,1,"54715",554558,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
-"chr17",74303838,74303852,15,"*","Promoter (<=1kb)",17,74270130,74303761,33632,2,"84074",-77,"ENSG00000129646","QRICH2","glutamine rich 2"
-"chr5",42943809,42944030,222,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",74883,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
-"chr7",1066348,1066650,303,"*","Exon (uc003sjv.3/uc003sjv.3, exon 2 of 2)",7,1062569,1062662,94,2,"442907",-3686,"ENSG00000199023","MIR339","microRNA 339"
-"chr14",104569529,104569581,53,"*","Intron (uc001yoo.2/374569, intron 5 of 10)",14,104583742,104583851,110,1,"406986",-14161,"ENSG00000207568","MIR203A","microRNA 203a"
-"chr17",30770913,30771106,194,"*","Promoter (<=1kb)",17,30771481,30810337,38857,1,"5717",-375,"ENSG00000108671","PSMD11","proteasome 26S subunit, non-ATPase 11"
-"chr8",11566048,11566478,431,"*","3' UTR",8,11534468,11617509,83042,1,"2626",31580,"ENSG00000136574","GATA4","GATA binding protein 4"
-"chr16",32096416,32096575,160,"*","Distal Intergenic",16,32162609,32163874,1266,2,"440362",67299,NA,NA,NA
-"chr17",750379,750766,388,"*","Intron (uc010vqe.2/64359, intron 7 of 7)",17,662549,685571,23023,2,"51031",-64808,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
-"chr1",156785288,156785510,223,"*","Promoter (<=1kb)",1,156785542,156851642,66101,1,"4914",-32,"ENSG00000198400","NTRK1","neurotrophic tyrosine kinase, receptor, type 1"
-"chr3",137486637,137487033,397,"*","Distal Intergenic",3,137483134,137485172,2039,1,"8403",3503,"ENSG00000168875","SOX14","SRY-box 14"
-"chr1",156571322,156571355,34,"*","Promoter (<=1kb)",1,156564100,156571279,7180,2,"54865",-43,"ENSG00000160818","GPATCH4","G-patch domain containing 4"
-"chr12",108154917,108154919,3,"*","Promoter (<=1kb)",12,108126643,108155021,28379,2,"11108",102,"ENSG00000110851","PRDM4","PR domain 4"
-"chr3",194405973,194406142,170,"*","Promoter (<=1kb)",3,194406622,194409766,3145,1,"131583",-480,"ENSG00000185112","FAM43A","family with sequence similarity 43 member A"
-"chr3",57094356,57094763,408,"*","Promoter (<=1kb)",3,57094469,57109460,14992,1,"353324",0,"ENSG00000186451","SPATA12","spermatogenesis associated 12"
-"chr10",134016267,134016665,399,"*","Exon (uc009ybb.3/10570, exon 12 of 14)",10,134000414,134019280,18867,1,"10570",15853,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
-"chr10",392243,392646,404,"*","Intron (uc001ifp.3/22982, intron 11 of 36)",10,180405,300577,120173,1,"10771",211838,"ENSG00000015171","ZMYND11","zinc finger MYND-type containing 11"
-"chr12",24736888,24737079,192,"*","Promoter (<=1kb)",12,24719898,24737102,17205,2,"144360",23,"ENSG00000197503","LINC00477","long intergenic non-protein coding RNA 477"
-"chr6",31864658,31865084,427,"*","5' UTR",6,32485154,32557613,72460,2,"3127",692529,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",24797054,24797192,139,"*","Promoter (<=1kb)",7,24737974,24797639,59666,2,"1687",447,"ENSG00000105928","DFNA5","deafness, autosomal dominant 5"
-"chr11",125757583,125757753,171,"*","5' UTR",11,125753509,125770541,17033,1,"219844",4074,"ENSG00000198331","HYLS1","hydrolethalus syndrome 1"
-"chr8",11626510,11626984,475,"*","Promoter (<=1kb)",8,11627172,11644854,17683,1,"252969",-188,"ENSG00000154328","NEIL2","nei like DNA glycosylase 2"
-"chr12",56415271,56415591,321,"*","5' UTR",12,56411922,56432219,20298,1,"64375",3349,"ENSG00000123411","IKZF4","IKAROS family zinc finger 4"
-"chr3",10492478,10492743,266,"*","Intron (uc003bvt.3/491, intron 22 of 22)",3,10436173,10436246,74,2,"100126334",-56232,NA,"MIR885","microRNA 885"
-"chr8",143397460,143397670,211,"*","Intron (uc003ywj.3/203062, intron 7 of 12)",8,143293441,143484543,191103,2,"203062",86873,"ENSG00000171045","TSNARE1","t-SNARE domain containing 1"
-"chr5",159625542,159625565,24,"*","Exon (uc003lxy.1/uc003lxy.1, exon 2 of 2)",5,159614374,159665729,51356,1,"2172",11168,"ENSG00000170231","FABP6","fatty acid binding protein 6"
-"chr19",58873524,58873982,459,"*","Promoter (<=1kb)",19,58858172,58874214,16043,2,"1",232,"ENSG00000121410","A1BG","alpha-1-B glycoprotein"
-"chr9",130922685,130922769,85,"*","Promoter (<=1kb)",9,130922539,130926207,3669,1,"79095",146,"ENSG00000171159","C9orf16","chromosome 9 open reading frame 16"
-"chr7",157958623,157958748,126,"*","Intron (uc011kwa.2/5799, intron 17 of 22)",7,157647277,157658782,11506,1,"100506585",311346,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr1",177140257,177140274,18,"*","Promoter (<=1kb)",1,177140633,177251558,110926,1,"57795",-359,"ENSG00000198797","BRINP2","BMP/retinoic acid inducible neural specific 2"
-"chr16",22019950,22020026,77,"*","Promoter (<=1kb)",16,22019456,22098852,79397,1,"730094",494,"ENSG00000185716","C16orf52","chromosome 16 open reading frame 52"
-"chr19",2131880,2132027,148,"*","Intron (uc002luz.4/8943, intron 25 of 29)",19,2100987,2151556,50570,2,"8943",19529,"ENSG00000065000","AP3D1","adaptor related protein complex 3 delta 1 subunit"
-"chr12",132284512,132284569,58,"*","Distal Intergenic",12,132312941,132336316,23376,1,"4326",-28372,"ENSG00000198598","MMP17","matrix metallopeptidase 17"
-"chr2",106485470,106485483,14,"*","Intron (uc002tdg.3/8440, intron 3 of 4)",2,106361520,106510730,149211,1,"8440",123950,"ENSG00000071051","NCK2","NCK adaptor protein 2"
-"chr16",58664450,58664462,13,"*","Promoter (<=1kb)",16,58553850,58663790,109941,2,"23019",-660,"ENSG00000125107","CNOT1","CCR4-NOT transcription complex subunit 1"
-"chr12",132166293,132166333,41,"*","Distal Intergenic",12,132195632,132284283,88652,1,"6433",-29299,"ENSG00000061936","SFSWAP","splicing factor, suppressor of white-apricot homolog"
-"chr12",96587734,96587840,107,"*","Promoter (<=1kb)",12,96588207,96661606,73400,1,"2004",-367,"ENSG00000111145","ELK3","ELK3, ETS transcription factor"
-"chr17",77037916,77037938,23,"*","Intron (uc031rep.1/114897, intron 1 of 3)",17,77015291,77023737,8447,2,"100507410",-14179,"ENSG00000265096","C1QTNF1-AS1","C1QTNF1 antisense RNA 1"
-"chr2",1683948,1684003,56,"*","Exon (uc002qxa.3/7837, exon 7 of 23)",2,1635659,1748291,112633,2,"7837",64288,"ENSG00000130508","PXDN","peroxidasin"
-"chr7",563891,563916,26,"*","Exon (uc021zyh.1/441307, exon 2 of 3)",7,560028,564869,4842,1,"441307",3863,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr18",74770402,74770431,30,"*","Intron (uc010xfd.2/4155, intron 6 of 8)",18,74690789,74844774,153986,2,"4155",74343,"ENSG00000197971","MBP","myelin basic protein"
-"chr8",1403050,1403454,405,"*","Distal Intergenic",8,1449532,1656642,207111,1,"9228",-46078,"ENSG00000198010","DLGAP2","discs large homolog associated protein 2"
-"chr11",2925634,2925768,135,"*","Promoter (<=1kb)",11,2909327,2925175,15849,2,"5003",-459,"ENSG00000254827","SLC22A18AS","solute carrier family 22 member 18 antisense"
-"chr8",81397741,81397828,88,"*","Promoter (<=1kb)",8,81397854,81438500,40647,1,"65986",-26,"ENSG00000205189","ZBTB10","zinc finger and BTB domain containing 10"
-"chr3",9851429,9851524,96,"*","Promoter (<=1kb)",3,9851644,9878040,26397,1,"26140",-120,"ENSG00000214021","TTLL3","tubulin tyrosine ligase like 3"
-"chr15",78384472,78384712,241,"*","Promoter (<=1kb)",15,78384927,78396393,11467,1,"646892",-215,"ENSG00000183476","SH2D7","SH2 domain containing 7"
-"chr2",73340441,73340724,284,"*","Promoter (<=1kb)",2,73300510,73340146,39637,2,"26056",-295,"ENSG00000135631","RAB11FIP5","RAB11 family interacting protein 5 (class I)"
-"chr19",54312807,54312881,75,"*","Exon (uc002qch.5/91662, exon 3 of 10)",19,54296855,54327657,30803,2,"91662",14776,"ENSG00000142405","NLRP12","NLR family, pyrin domain containing 12"
-"chr14",97263668,97263753,86,"*","Promoter (<=1kb)",14,97263684,97347951,84268,1,"7443",0,"ENSG00000100749","VRK1","vaccinia related kinase 1"
-"chr17",61904693,61904742,50,"*","Promoter (<=1kb)",17,61904770,61909387,4618,1,"5705",-28,"ENSG00000087191","PSMC5","proteasome 26S subunit, ATPase 5"
-"chr19",44173100,44173237,138,"*","Promoter (1-2kb)",19,44150247,44174498,24252,2,"5329",1261,"ENSG00000011422","PLAUR","plasminogen activator, urokinase receptor"
-"chr2",11758793,11758995,203,"*","Exon (uc002rbk.1/9687, exon 22 of 33)",2,11798304,11810329,12026,2,"23620",51334,"ENSG00000169006","NTSR2","neurotensin receptor 2"
-"chr3",155588322,155588334,13,"*","Promoter (<=1kb)",3,155588325,155655520,67196,1,"8833",0,"ENSG00000163655","GMPS","guanine monophosphate synthase"
-"chr8",1814884,1814909,26,"*","Intron (uc003wpq.1/9639, intron 7 of 22)",8,1772149,1906807,134659,1,"9639",42735,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
-"chr20",23968830,23969237,408,"*","Promoter (<=1kb)",20,23965690,23969416,3727,2,"92086",179,"ENSG00000149435","GGTLC1","gamma-glutamyltransferase light chain 1"
-"chr6",29910225,29910269,45,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1426655,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr9",135454903,135455126,224,"*","Promoter (2-3kb)",9,135457993,135465640,7648,1,"56751",-2867,"ENSG00000125492","BARHL1","BarH like homeobox 1"
-"chr12",132045317,132045666,350,"*","Distal Intergenic",12,132195632,132284283,88652,1,"6433",-149966,"ENSG00000061936","SFSWAP","splicing factor, suppressor of white-apricot homolog"
-"chr10",101769971,101770090,120,"*","Promoter (<=1kb)",10,101635334,101769676,134343,2,"23268",-295,"ENSG00000107554","DNMBP","dynamin binding protein"
-"chr10",132893586,132893698,113,"*","Intron (uc001lkp.3/256536, intron 1 of 11)",10,132760851,132760931,81,2,"100422867",-132655,"ENSG00000264803","MIR378C","microRNA 378c"
-"chr5",140071040,140071056,17,"*","Promoter (<=1kb)",5,140071018,140078890,7873,1,"23438",22,"ENSG00000112855","HARS2","histidyl-tRNA synthetase 2"
-"chr19",19612760,19612767,8,"*","Intron (uc010xqt.2/54815, intron 9 of 11)",19,19625028,19626469,1442,2,"83983",13702,"ENSG00000178093","TSSK6","testis specific serine kinase 6"
-"chr3",50283423,50283852,430,"*","Intron (uc003cyo.1/2771, intron 1 of 9)",3,50263724,50296786,33063,1,"2771",19699,"ENSG00000114353","GNAI2","G protein subunit alpha i2"
-"chr3",122399507,122399601,95,"*","Promoter (<=1kb)",3,122399672,122449687,50016,1,"54625",-71,"ENSG00000173193","PARP14","poly(ADP-ribose) polymerase family member 14"
-"chr6",31869565,31869572,8,"*","Intron (uc003nyc.2/717, intron 1 of 12)",6,32485154,32557613,72460,2,"3127",688041,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",2819672,2819690,19,"*","Promoter (<=1kb)",19,2819872,2836733,16862,1,"115196",-182,"ENSG00000172006","ZNF554","zinc finger protein 554"
-"chr12",4405536,4405549,14,"*","Intron (uc001qmo.3/894, intron 4 of 4)",12,4382902,4414522,31621,1,"894",22634,"ENSG00000118971","CCND2","cyclin D2"
-"chr6",33217504,33217535,32,"*","Intron (uc021ywj.1/414765, intron 1 of 4)",6,33540323,33548070,7748,2,"578",330535,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr8",2003762,2003787,26,"*","Intron (uc003wpx.4/9172, intron 3 of 36)",8,1993158,2093380,100223,1,"9172",10604,"ENSG00000036448","MYOM2","myomesin 2"
-"chr1",151585657,151586010,354,"*","Promoter (1-2kb)",1,151584541,151671559,87019,1,"81609",1116,"ENSG00000143376","SNX27","sorting nexin family member 27"
-"chr12",124086170,124086301,132,"*","Promoter (<=1kb)",12,124086672,124105482,18811,1,"57696",-371,"ENSG00000111364","DDX55","DEAD-box helicase 55"
-"chr2",84517321,84517474,154,"*","Promoter (<=1kb)",2,84517806,84519324,1519,1,"388965",-332,NA,"FUNDC2P2","FUN14 domain containing 2 pseudogene 2"
-"chr4",44727882,44727986,105,"*","Promoter (<=1kb)",4,44703812,44728651,24840,2,"132789",665,"ENSG00000163281","GNPDA2","glucosamine-6-phosphate deaminase 2"
-"chr10",7138926,7139026,101,"*","Distal Intergenic",10,7200586,7453448,252863,2,"57713",314422,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
-"chr13",42845646,42846024,379,"*","Promoter (<=1kb)",13,42846289,42897403,51115,1,"11215",-265,"ENSG00000023516","AKAP11","A-kinase anchoring protein 11"
-"chr19",40441469,40441563,95,"*","Promoter (<=1kb)",19,40353963,40440533,86571,2,"8857",-936,"ENSG00000275395","FCGBP","Fc fragment of IgG binding protein"
-"chr3",121265395,121265678,284,"*","Promoter (<=1kb)",3,121150273,121264853,114581,2,"10721",-542,"ENSG00000051341","POLQ","polymerase (DNA) theta"
-"chr1",242686661,242686970,310,"*","Promoter (1-2kb)",1,242251689,242687998,436310,2,"200150",1028,"ENSG00000180287","PLD5","phospholipase D family member 5"
-"chr10",93392822,93392839,18,"*","Promoter (<=1kb)",10,93388197,93392858,4662,2,"5507",19,"ENSG00000119938","PPP1R3C","protein phosphatase 1 regulatory subunit 3C"
-"chr12",123335444,123335639,196,"*","Exon (uc001udg.1/9026, exon 6 of 18)",12,123319295,123347507,28213,1,"9026",16149,"ENSG00000130787","HIP1R","huntingtin interacting protein 1 related"
-"chr6",51275338,51275456,119,"*","Distal Intergenic",6,50786439,50815326,28888,1,"7021",488899,"ENSG00000008196","TFAP2B","transcription factor AP-2 beta (activating enhancer binding protein 2 beta)"
-"chr2",242802099,242802127,29,"*","Promoter (1-2kb)",2,242792033,242801058,9026,2,"5133",-1041,"ENSG00000188389","PDCD1","programmed cell death 1"
-"chr3",45430041,45430139,99,"*","Promoter (<=1kb)",3,45430075,45590328,160254,1,"23395",0,"ENSG00000011376","LARS2","leucyl-tRNA synthetase 2"
-"chr3",193095961,193096438,478,"*","Promoter (<=1kb)",3,192992831,193096514,103684,2,"344905",76,"ENSG00000187527","ATP13A5","ATPase 13A5"
-"chr10",75256027,75256221,195,"*","Promoter (<=1kb)",10,75196563,75255782,59220,2,"5532",-245,"ENSG00000107758","PPP3CB","protein phosphatase 3 catalytic subunit beta"
-"chr11",2422337,2422391,55,"*","Promoter (<=1kb)",11,2421718,2425106,3389,1,"10078",619,"ENSG00000184281","TSSC4","tumor suppressing subtransferable candidate 4"
-"chr7",616628,616716,89,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",56600,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
-"chr14",96506401,96506542,142,"*","Promoter (<=1kb)",14,96505661,96560226,54566,1,"56967",740,NA,"C14orf132","chromosome 14 open reading frame 132"
-"chr17",37381225,37381475,251,"*","Promoter (<=1kb)",17,37366789,37382040,15252,2,"342667",565,"ENSG00000141750","STAC2","SH3 and cysteine rich domain 2"
-"chr8",145133111,145133152,42,"*","Promoter (<=1kb)",8,145133522,145135551,2030,1,"54512",-370,"ENSG00000178896","EXOSC4","exosome component 4"
-"chr1",26373006,26373084,79,"*","Promoter (<=1kb)",1,26364514,26372604,8091,2,"7780",-402,"ENSG00000158014","SLC30A2","solute carrier family 30 member 2"
-"chr12",124343780,124344196,417,"*","Exon (uc001uft.4/196385, exon 37 of 78)",12,124247042,124420267,173226,1,"196385",96738,"ENSG00000197653","DNAH10","dynein axonemal heavy chain 10"
-"chr6",129513952,129513973,22,"*","Exon (uc003qbn.3/3908, exon 12 of 64)",6,129204286,129837710,633425,1,"3908",309666,"ENSG00000196569","LAMA2","laminin subunit alpha 2"
-"chr6",160771074,160771574,501,"*","Promoter (1-2kb)",6,160769405,160873611,104207,1,"6581",1669,"ENSG00000146477","SLC22A3","solute carrier family 22 member 3"
-"chr6",30313070,30313077,8,"*","Exon (uc010jsa.2/202658, exon 7 of 10)",6,28471073,28483570,12498,2,"257202",-1829500,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr11",65153777,65153794,18,"*","Promoter (<=1kb)",11,65154041,65180995,26955,1,"83786",-247,"ENSG00000126391","FRMD8","FERM domain containing 8"
-"chr2",79220833,79221130,298,"*","Distal Intergenic",2,79252812,79255630,2819,1,"130120",-31682,"ENSG00000143954","REG3G","regenerating family member 3 gamma"
-"chr20",46130584,46130592,9,"*","Promoter (<=1kb)",20,46130601,46285621,155021,1,"8202",-9,"ENSG00000124151","NCOA3","nuclear receptor coactivator 3"
-"chr4",9492758,9493066,309,"*","Distal Intergenic",4,9446260,9452240,5981,1,"644414",46498,"ENSG00000186146","DEFB131","defensin beta 131"
-"chr15",83953883,83953929,47,"*","Promoter (<=1kb)",15,83924655,83953468,28814,2,"646",-415,"ENSG00000169594","BNC1","basonuclin 1"
-"chr16",1425500,1425841,342,"*","Intron (uc002cln.3/64718, intron 5 of 5)",16,1401900,1413352,11453,1,"84572",23600,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
-"chr5",172571655,172571786,132,"*","Promoter (<=1kb)",5,172571445,172591390,19946,1,"662",210,"ENSG00000113734","BNIP1","BCL2/adenovirus E1B 19kDa interacting protein 1"
-"chr16",88094158,88094287,130,"*","Intron (uc002fkp.3/54971, intron 10 of 12)",16,87984238,88110924,126687,1,"54971",109920,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
-"chr12",65563159,65563210,52,"*","Promoter (<=1kb)",12,65563351,65642141,78791,1,"23592",-141,"ENSG00000174106","LEMD3","LEM domain containing 3"
-"chr21",43373079,43373088,10,"*","Promoter (<=1kb)",21,43305219,43373999,68781,2,"25966",911,"ENSG00000157617","C2CD2","C2 calcium-dependent domain containing 2"
-"chr1",204839558,204839771,214,"*","Intron (uc001hbh.3/23114, intron 1 of 15)",1,204797782,204991950,194169,1,"23114",41776,"ENSG00000163531","NFASC","neurofascin"
-"chr11",64889644,64889651,8,"*","Promoter (<=1kb)",11,64889655,64894841,5187,1,"740",-4,"ENSG00000149792","MRPL49","mitochondrial ribosomal protein L49"
-"chr5",134210410,134210503,94,"*","Promoter (<=1kb)",5,134209460,134237323,27864,1,"79770",950,"ENSG00000113621","TXNDC15","thioredoxin domain containing 15"
-"chr13",113383528,113383706,179,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",38885,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr12",50418837,50419238,402,"*","Promoter (<=1kb)",12,50382945,50419307,36363,2,"29127",69,"ENSG00000161800","RACGAP1","Rac GTPase activating protein 1"
-"chr12",133172731,133172993,263,"*","Distal Intergenic",12,133179736,133187037,7302,2,"100507055",14044,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
-"chr8",23430838,23430966,129,"*","Distal Intergenic",8,23386363,23430063,43701,1,"51312",44475,"ENSG00000147454","SLC25A37","solute carrier family 25 member 37"
-"chr1",207627978,207628110,133,"*","Promoter (<=1kb)",1,207627645,207663240,35596,1,"1380",333,"ENSG00000117322","CR2","complement component 3d receptor 2"
-"chr13",24734730,24734747,18,"*","Promoter (1-2kb)",13,24736555,24736643,89,1,"100313842",-1808,"ENSG00000252695","MIR2276","microRNA 2276"
-"chr16",29625989,29626077,89,"*","Promoter (<=1kb)",16,29624424,29625038,615,2,"81893",-951,"ENSG00000260727","SLC7A5P1","solute carrier family 7 member 5 pseudogene 1"
-"chr2",157291903,157291970,68,"*","Promoter (<=1kb)",2,157291965,157470247,178283,1,"2820",0,"ENSG00000115159","GPD2","glycerol-3-phosphate dehydrogenase 2"
-"chr7",4303742,4303970,229,"*","Intron (uc003smx.3/221935, intron 44 of 44)",7,4683388,4811074,127687,1,"221937",-379418,"ENSG00000164916","FOXK1","forkhead box K1"
-"chr19",23084177,23084196,20,"*","Distal Intergenic",19,23157685,23186010,28326,2,"388523",101814,"ENSG00000269067","ZNF728","zinc finger protein 728"
-"chr19",2085286,2085297,12,"*","5' UTR",19,2071035,2096269,25235,2,"126308",10972,"ENSG00000172081","MOB3A","MOB kinase activator 3A"
-"chr12",52464081,52464244,164,"*","Promoter (<=1kb)",12,52463758,52471279,7522,1,"60673",323,"ENSG00000123395","ATG101","autophagy related 101"
-"chr19",40366346,40366607,262,"*","Exon (uc002omp.4/8857, exon 30 of 36)",19,40325093,40337054,11962,2,"2091",-29292,"ENSG00000105202","FBL","fibrillarin"
-"chr6",32546743,32547019,277,"*","3' UTR",6,32485154,32557613,72460,2,"3127",10594,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr12",16034914,16034931,18,"*","Promoter (<=1kb)",12,16035288,16056410,21123,1,"11171",-357,"ENSG00000023734","STRAP","serine/threonine kinase receptor associated protein"
-"chr3",44511383,44511713,331,"*","Intron (uc003cnf.2/353274, intron 7 of 7)",3,44481262,44561226,79965,2,"353274",49513,"ENSG00000185219","ZNF445","zinc finger protein 445"
-"chr3",69788247,69788394,148,"*","Promoter (<=1kb)",3,69788586,70017488,228903,1,"4286",-192,"ENSG00000187098","MITF","microphthalmia-associated transcription factor"
-"chr4",187810446,187810502,57,"*","Distal Intergenic",4,187508937,187647850,138914,2,"2195",-162596,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
-"chr10",94352700,94352726,27,"*","Promoter (<=1kb)",10,94352825,94415152,62328,1,"3832",-99,"ENSG00000138160","KIF11","kinesin family member 11"
-"chr13",113533425,113533862,438,"*","Intron (uc001vsi.4/23250, intron 29 of 29)",13,113622814,113754053,131240,1,"23263",-88952,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
-"chr19",56879565,56879571,7,"*","Promoter (<=1kb)",19,56879468,56891196,11729,1,"147947",97,"ENSG00000240225","ZNF542P","zinc finger protein 542, pseudogene"
-"chr15",76196055,76196091,37,"*","Promoter (<=1kb)",15,76196200,76227608,31409,1,"26263",-109,"ENSG00000167196","FBXO22","F-box protein 22"
-"chr6",13486497,13486599,103,"*","Promoter (1-2kb)",6,13363587,13487869,124283,2,"54438",1270,"ENSG00000145990","GFOD1","glucose-fructose oxidoreductase domain containing 1"
-"chr6",109761890,109762110,221,"*","Promoter (<=1kb)",6,109761931,109765122,3192,1,"6610",0,"ENSG00000135587","SMPD2","sphingomyelin phosphodiesterase 2"
-"chr2",240298187,240298511,325,"*","Intron (uc002vyk.4/9759, intron 26 of 26)",2,240273419,240273499,81,2,"100616360",-24688,"ENSG00000264292","MIR2467","microRNA 2467"
-"chr1",16090670,16091052,383,"*","5' UTR",1,16083154,16113084,29931,1,"54751",7516,"ENSG00000162458","FBLIM1","filamin binding LIM protein 1"
-"chr15",25434632,25435052,421,"*","Promoter (<=1kb)",15,25434561,25494426,59866,1,"100033448",71,"ENSG00000200486","SNORD115-11","small nucleolar RNA, C/D box 115-11"
-"chr6",29617820,29617902,83,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1134250,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr15",75251533,75251685,153,"*","Promoter (1-2kb)",15,75247443,75249775,2333,2,"54913",-1758,"ENSG00000178718","RPP25","ribonuclease P/MRP 25kDa subunit"
-"chr6",30685087,30685120,34,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872493,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr20",18121410,18121820,411,"*","Promoter (1-2kb)",20,18122868,18169031,46164,1,"57325",-1048,"ENSG00000149474","CSRP2BP","CSRP2 binding protein"
-"chr7",45125615,45126100,486,"*","Promoter (2-3kb)",7,45120036,45128493,8458,2,"23148",2393,"ENSG00000136274","NACAD","NAC alpha domain containing"
-"chr3",50193049,50193184,136,"*","Promoter (<=1kb)",3,50192848,50226508,33661,1,"6405",201,"ENSG00000001617","SEMA3F","semaphorin 3F"
-"chr19",44810574,44810637,64,"*","Promoter (1-2kb)",19,44732357,44809178,76822,2,"9310",-1396,"ENSG00000159917","ZNF235","zinc finger protein 235"
-"chr6",46620676,46620708,33,"*","Promoter (<=1kb)",6,46620652,46645927,25276,1,"9481",24,"ENSG00000153291","SLC25A27","solute carrier family 25 member 27"
-"chr16",85587615,85587921,307,"*","Distal Intergenic",16,85645029,85709812,64784,1,"23199",-57108,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
-"chr3",157217331,157217414,84,"*","5' UTR",3,156977532,157221415,243884,2,"79674",4001,"ENSG00000197415","VEPH1","ventricular zone expressed PH domain containing 1"
-"chr16",30934696,30934727,32,"*","Promoter (<=1kb)",16,30930640,30934590,3951,2,"283932",-106,"ENSG00000260852","FBXL19-AS1","FBXL19 antisense RNA 1 (head to head)"
-"chr17",35084927,35085012,86,"*","Distal Intergenic",17,34958025,34965407,7383,1,"79922",126902,"ENSG00000278619","MRM1","mitochondrial rRNA methyltransferase 1"
-"chr2",220290871,220291055,185,"*","3' UTR",2,220283099,220291461,8363,1,"1674",7772,"ENSG00000175084","DES","desmin"
-"chr2",132415701,132416160,460,"*","Distal Intergenic",2,132480064,132524977,44914,1,"29798",-63904,NA,"C2orf27A","chromosome 2 open reading frame 27A"
-"chr11",62446602,62446605,4,"*","Promoter (<=1kb)",11,62443972,62446545,2574,2,"51035",-57,"ENSG00000162191","UBXN1","UBX domain protein 1"
-"chr21",44527778,44527812,35,"*","Promoter (<=1kb)",21,44513066,44527688,14623,2,"7307",-90,"ENSG00000160201","U2AF1","U2 small nuclear RNA auxiliary factor 1"
-"chr4",146100881,146100950,70,"*","Promoter (<=1kb)",4,146054802,146100832,46031,2,"54726",-49,"ENSG00000164164","OTUD4","OTU deubiquitinase 4"
-"chr11",18270548,18270955,408,"*","Promoter (<=1kb)",11,18252902,18270221,17320,2,"100528017",-327,"ENSG00000255071","SAA2-SAA4","SAA2-SAA4 readthrough"
-"chr16",2014791,2014817,27,"*","Promoter (<=1kb)",16,2012062,2014827,2766,2,"6187",10,"ENSG00000140988","RPS2","ribosomal protein S2"
-"chr1",183604510,183604626,117,"*","Promoter (<=1kb)",1,183595328,183605076,9749,2,"10092",450,"ENSG00000162704","ARPC5","actin related protein 2/3 complex subunit 5"
-"chr19",633577,633601,25,"*","Promoter (<=1kb)",19,617223,633568,16346,2,"5442",-9,"ENSG00000099821","POLRMT","polymerase (RNA) mitochondrial"
-"chr6",161575585,161575667,83,"*","Intron (uc003qtr.1/56895, intron 6 of 8)",6,161581164,161583014,1851,2,"79992",7347,"ENSG00000279355","AGPAT4-IT1","AGPAT4 intronic transcript 1"
-"chr11",811545,811557,13,"*","Promoter (<=1kb)",11,811681,811814,134,1,"619565",-124,"ENSG00000199785","SNORA52","small nucleolar RNA, H/ACA box 52"
-"chr3",36421183,36421524,342,"*","Promoter (<=1kb)",3,36422097,36589496,167400,1,"6769",-573,"ENSG00000144681","STAC","SH3 and cysteine rich domain"
-"chr3",178865233,178865502,270,"*","Promoter (<=1kb)",3,178866311,178952497,86187,1,"5290",-809,"ENSG00000121879","PIK3CA","phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit alpha"
-"chr16",29195979,29196424,446,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-106404,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
-"chr8",121457778,121457786,9,"*","Promoter (<=1kb)",8,121408083,121457647,49565,2,"28998",-131,"ENSG00000172172","MRPL13","mitochondrial ribosomal protein L13"
-"chr3",52099548,52099561,14,"*","Promoter (<=1kb)",3,52096110,52099128,3019,2,"100128378",-420,NA,"LINC00696","long intergenic non-protein coding RNA 696"
-"chr12",2162290,2162491,202,"*","Promoter (<=1kb)",12,2162416,2807115,644700,1,"775",0,"ENSG00000151067","CACNA1C","calcium voltage-gated channel subunit alpha1 C"
-"chr12",69139768,69139774,7,"*","Promoter (<=1kb)",12,69139936,69159853,19918,1,"55508",-162,"ENSG00000175782","SLC35E3","solute carrier family 35 member E3"
-"chr3",99944068,99944194,127,"*","Distal Intergenic",3,99979661,100044096,64436,1,"55773",-35467,"ENSG00000036054","TBC1D23","TBC1 domain family member 23"
-"chr5",72251278,72251358,81,"*","Promoter (<=1kb)",5,72251808,72386349,134542,1,"115548",-450,"ENSG00000157107","FCHO2","FCH domain only 2"
-"chr19",56904532,56904755,224,"*","Promoter (<=1kb)",19,56894648,56904894,10247,2,"147948",139,"ENSG00000018869","ZNF582","zinc finger protein 582"
-"chr4",66535335,66535355,21,"*","Promoter (<=1kb)",4,66185281,66535653,350373,2,"2044",298,"ENSG00000145242","EPHA5","EPH receptor A5"
-"chr2",191045697,191045885,189,"*","5' UTR",2,191002486,191068210,65725,1,"84281",43211,"ENSG00000187699","C2orf88","chromosome 2 open reading frame 88"
-"chr14",101393226,101393397,172,"*","Promoter (<=1kb)",14,101393679,101393749,71,1,"767562",-282,"ENSG00000212384","SNORD113-2","small nucleolar RNA, C/D box 113-2"
-"chr10",103880512,103880527,16,"*","Promoter (<=1kb)",10,103867325,103880210,12886,2,"8861",-302,"ENSG00000198728","LDB1","LIM domain binding 1"
-"chr17",72920176,72920187,12,"*","Promoter (<=1kb)",17,72920370,72930006,9637,1,"92736",-183,"ENSG00000183034","OTOP2","otopetrin 2"
-"chr21",44905016,44905245,230,"*","Distal Intergenic",21,44881974,44898103,16130,2,"114038",-6913,"ENSG00000185186","LINC00313","long intergenic non-protein coding RNA 313"
-"chr4",159816181,159816397,217,"*","Intron (uc003iqe.4/57600, intron 15 of 16)",4,159690182,159827954,137773,1,"57600",125999,"ENSG00000052795","FNIP2","folliculin interacting protein 2"
-"chr1",93250693,93250863,171,"*","Intron (uc001dox.3/7813, intron 17 of 17)",1,92974253,93257961,283709,2,"7813",7098,"ENSG00000067208","EVI5","ecotropic viral integration site 5"
-"chr9",100264124,100264241,118,"*","Promoter (<=1kb)",9,100263462,100364025,100564,1,"7111",662,"ENSG00000136842","TMOD1","tropomodulin 1"
-"chr2",163175335,163175400,66,"*","Promoter (<=1kb)",2,163123589,163175218,51630,2,"64135",-117,"ENSG00000115267","IFIH1","interferon induced, with helicase C domain 1"
-"chr6",1610673,1610688,16,"*","Promoter (<=1kb)",6,1610681,1614129,3449,1,"2296",0,"ENSG00000054598","FOXC1","forkhead box C1"
-"chr17",7298465,7298471,7,"*","Promoter (<=1kb)",17,7293047,7298162,5116,2,"57048",-303,"ENSG00000187838","PLSCR3","phospholipid scramblase 3"
-"chr3",9177754,9178132,379,"*","Intron (uc003brf.2/9901, intron 21 of 21)",3,9258579,9261192,2614,1,"100288831",-80447,"ENSG00000227929","SRGAP3-AS3","SRGAP3 antisense RNA 3"
-"chr3",66702975,66703010,36,"*","Distal Intergenic",3,66429221,66550845,121625,2,"26018",-152130,"ENSG00000144749","LRIG1","leucine-rich repeats and immunoglobulin-like domains 1"
-"chr16",4000474,4000539,66,"*","Distal Intergenic",16,3775056,3930121,155066,2,"1387",-70353,"ENSG00000005339","CREBBP","CREB binding protein"
-"chr20",43280726,43280957,232,"*","Promoter (<=1kb)",20,43248163,43280376,32214,2,"100",-350,"ENSG00000196839","ADA","adenosine deaminase"
-"chr17",1359383,1359781,399,"*","Promoter (<=1kb)",17,1324647,1359561,34915,2,"1398",0,"ENSG00000167193","CRK","v-crk avian sarcoma virus CT10 oncogene homolog"
-"chr6",31671159,31671165,7,"*","Intron (uc011dnz.2/7920, intron 19 of 21)",6,32485154,32557613,72460,2,"3127",886448,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",151483425,151483526,102,"*","Promoter (<=1kb)",1,151483862,151511167,27306,1,"57530",-336,"ENSG00000143375","CGN","cingulin"
-"chr19",1324834,1325052,219,"*","Distal Intergenic",19,1354976,1378430,23455,1,"84939",-29924,"ENSG00000160953","MUM1","melanoma associated antigen (mutated) 1"
-"chr2",242716340,242716511,172,"*","Promoter (<=1kb)",2,242716240,242743702,27463,1,"64090",100,"ENSG00000154252","GAL3ST2","galactose-3-O-sulfotransferase 2"
-"chr10",65733388,65733575,188,"*","Distal Intergenic",10,65281123,65384883,103761,1,"221035",452265,"ENSG00000165476","REEP3","receptor accessory protein 3"
-"chr12",51318640,51318733,94,"*","Promoter (<=1kb)",12,51318534,51326300,7767,1,"25840",106,"ENSG00000185432","METTL7A","methyltransferase like 7A"
-"chr4",128886996,128887130,135,"*","Promoter (<=1kb)",4,128838960,128887139,48180,2,"256471",9,"ENSG00000164073","MFSD8","major facilitator superfamily domain containing 8"
-"chr12",123351734,123351798,65,"*","Exon (uc001udl.3/79720, exon 4 of 4)",12,123349875,123380712,30838,2,"79720",28914,"ENSG00000139722","VPS37B","VPS37B, ESCRT-I subunit"
-"chr3",10052845,10052848,4,"*","Promoter (<=1kb)",3,10048102,10052779,4678,2,"401052",-66,NA,"LOC401052","uncharacterized LOC401052"
-"chr7",28966468,28966482,15,"*","Distal Intergenic",7,28992974,28998029,5056,2,"9865",31547,"ENSG00000255690","TRIL","TLR4 interactor with leucine-rich repeats"
-"chr16",15931190,15931580,391,"*","Intron (uc002ddv.3/4629, intron 41 of 42)",16,15796992,15950887,153896,2,"4629",19307,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
-"chr4",1340351,1340354,4,"*","Promoter (<=1kb)",4,1341104,1381837,40734,1,"57654",-750,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
-"chr9",108006974,108007124,151,"*","Promoter (<=1kb)",9,108006929,108200782,193854,1,"23446",45,"ENSG00000070214","SLC44A1","solute carrier family 44 member 1"
-"chr1",113249894,113249926,33,"*","Promoter (<=1kb)",1,113243749,113250025,6277,2,"389",99,"ENSG00000155366","RHOC","ras homolog family member C"
-"chr19",54676900,54676946,47,"*","Promoter (<=1kb)",19,54663834,54676944,13111,2,"147798",0,"ENSG00000167608","TMC4","transmembrane channel like 4"
-"chr10",131263914,131264054,141,"*","Promoter (1-2kb)",10,131265454,131565783,300330,1,"4255",-1400,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
-"chr15",78933902,78934280,379,"*","Intron (uc010blh.1/1143, intron 5 of 11)",15,78916636,78952874,36239,2,"1143",18594,"ENSG00000117971","CHRNB4","cholinergic receptor nicotinic beta 4 subunit"
-"chr5",38556435,38556796,362,"*","Promoter (<=1kb)",5,38557604,38557663,60,2,"100500824",867,"ENSG00000265304","MIR3650","microRNA 3650"
-"chr9",35406069,35406542,474,"*","Promoter (<=1kb)",9,35406752,35483026,76275,1,"158381",-210,"ENSG00000179766","ATP8B5P","ATPase phospholipid transporting 8B5, pseudogene"
-"chr3",51746675,51746731,57,"*","Exon (uc010hlu.3/2912, exon 3 of 7)",3,51741081,51752625,11545,1,"2912",5594,"ENSG00000164082","GRM2","glutamate receptor, metabotropic 2"
-"chr19",45349335,45349387,53,"*","Promoter (<=1kb)",19,45349393,45392485,43093,1,"5819",-6,"ENSG00000130202","NECTIN2","nectin cell adhesion molecule 2"
-"chr20",36148264,36148275,12,"*","Promoter (1-2kb)",20,36149607,36152090,2484,1,"4826",-1332,"ENSG00000053438","NNAT","neuronatin"
-"chr19",1402419,1402626,208,"*","Promoter (<=1kb)",19,1397025,1401569,4545,2,"2593",-850,"ENSG00000130005","GAMT","guanidinoacetate N-methyltransferase"
-"chr9",117068159,117068361,203,"*","Intron (uc011lxl.2/85301, intron 57 of 60)",9,117085303,117095536,10234,1,"5004",-16942,"ENSG00000229314","ORM1","orosomucoid 1"
-"chr3",160167681,160167698,18,"*","Promoter (<=1kb)",3,160153291,160167626,14336,2,"286827",-55,"ENSG00000213186","TRIM59","tripartite motif containing 59"
-"chr16",427636,427708,73,"*","5' UTR",16,420776,431978,11203,2,"58986",4270,"ENSG00000129925","TMEM8A","transmembrane protein 8A"
-"chr16",87577607,87577680,74,"*","Distal Intergenic",16,87439852,87525460,85609,2,"23174",-52147,"ENSG00000140948","ZCCHC14","zinc finger CCHC-type containing 14"
-"chr1",222987673,222987845,173,"*","Promoter (<=1kb)",1,222988431,223179337,190907,1,"84976",-586,"ENSG00000154309","DISP1","dispatched RND transporter family member 1"
-"chr19",53662546,53662572,27,"*","Promoter (<=1kb)",19,53641957,53662322,20366,2,"84671",-224,"ENSG00000197937","ZNF347","zinc finger protein 347"
-"chr3",54121271,54121713,443,"*","Distal Intergenic",3,54156693,55108584,951892,1,"55799",-34980,"ENSG00000157445","CACNA2D3","calcium voltage-gated channel auxiliary subunit alpha2delta 3"
-"chr1",9884624,9884671,48,"*","Promoter (<=1kb)",1,9789079,9884550,95472,2,"22883",-74,"ENSG00000171603","CLSTN1","calsyntenin 1"
-"chr2",97533635,97534057,423,"*","Promoter (1-2kb)",2,97525473,97535735,10263,2,"54910",1678,"ENSG00000168758","SEMA4C","semaphorin 4C"
-"chr5",82769097,82769514,418,"*","Promoter (1-2kb)",5,82767493,82878122,110630,1,"1462",1604,"ENSG00000038427","VCAN","versican"
-"chr16",67977992,67978110,119,"*","Promoter (<=1kb)",16,67973787,67978015,4229,2,"3931",0,"ENSG00000213398","LCAT","lecithin-cholesterol acyltransferase"
-"chr9",79629668,79629795,128,"*","Distal Intergenic",9,79634571,79635869,1299,1,"442425",-4776,"ENSG00000204612","FOXB2","forkhead box B2"
-"chr9",88969507,88969709,203,"*","Promoter (<=1kb)",9,88902648,88969402,66755,2,"79670",-105,"ENSG00000083223","ZCCHC6","zinc finger CCHC-type containing 6"
-"chr6",31941361,31941422,62,"*","Intron (uc003nyt.3/8859, intron 3 of 7)",6,32485154,32557613,72460,2,"3127",616191,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr15",80634248,80634459,212,"*","Promoter (<=1kb)",15,80555410,80634147,78738,2,"283688",-101,"ENSG00000259361","LINC00927","long intergenic non-protein coding RNA 927"
-"chr7",75947528,75947586,59,"*","Distal Intergenic",7,75931875,75933614,1740,1,"3315",15653,"ENSG00000106211","HSPB1","heat shock protein family B (small) member 1"
-"chr4",6380399,6380441,43,"*","Intron (uc003gja.3/5522, intron 7 of 8)",4,6271577,6304992,33416,1,"7466",108822,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
-"chr1",17294704,17294724,21,"*","5' UTR",1,17300999,17308081,7083,2,"4237",13357,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
-"chr1",6420665,6420733,69,"*","5' UTR",1,6324332,6453826,129495,2,"11332",33093,"ENSG00000097021","ACOT7","acyl-CoA thioesterase 7"
-"chr16",2265446,2265480,35,"*","Promoter (<=1kb)",16,2261603,2264822,3220,2,"283871",-624,"ENSG00000184207","PGP","phosphoglycolate phosphatase"
-"chr11",65983930,65984061,132,"*","Exon (uc001ogz.1/55690, exon 6 of 7)",11,66024765,66035332,10568,1,"64837",-40704,"ENSG00000174996","KLC2","kinesin light chain 2"
-"chr6",29760816,29760849,34,"*","Exon (uc003nns.3/54435, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-1277246,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr9",99801550,99801675,126,"*","5' UTR",9,99791959,99822167,30209,2,"1515",20492,"ENSG00000136943","CTSV","cathepsin V"
-"chr11",75379864,75379867,4,"*","Promoter (<=1kb)",11,75297963,75379479,81517,2,"4135",-385,"ENSG00000171533","MAP6","microtubule associated protein 6"
-"chr16",87730603,87730904,302,"*","3' UTR",16,87736729,87799598,62870,2,"54758",68694,"ENSG00000104731","KLHDC4","kelch domain containing 4"
-"chr11",47416310,47416487,178,"*","Intron (uc001nfd.3/91252, intron 3 of 7)",11,47376409,47400127,23719,2,"6688",-16183,"ENSG00000066336","SPI1","Spi-1 proto-oncogene"
-"chr17",73274392,73274405,14,"*","Exon (uc010dge.3/60386, exon 3 of 5)",17,73267380,73269976,2597,1,"100287042",7012,"ENSG00000263843","LOC100287042","uncharacterized LOC100287042"
-"chr6",42715312,42715412,101,"*","Promoter (1-2kb)",6,42712234,42713884,1651,2,"6903",-1428,"ENSG00000124659","TBCC","tubulin folding cofactor C"
-"chr1",175036687,175036986,300,"*","Promoter (<=1kb)",1,175036994,175117202,80209,1,"63923",-8,"ENSG00000120332","TNN","tenascin N"
-"chr22",35946739,35946799,61,"*","Intron (uc003anx.3/23551, intron 2 of 2)",22,35937352,35950045,12694,1,"23551",9387,"ENSG00000100302","RASD2","RASD family member 2"
-"chrX",109561793,109561870,78,"*","Intron (uc004eoq.3/9949, intron 6 of 7)",23,109602044,109699562,97519,1,"57529",-40174,"ENSG00000243978","RGAG1","retrotransposon gag domain containing 1"
-"chr1",14031986,14032156,171,"*","5' UTR",1,14026735,14151574,124840,1,"7799",5251,"ENSG00000116731","PRDM2","PR domain 2"
-"chr19",19322628,19322630,3,"*","Promoter (<=1kb)",19,19322782,19363061,40280,1,"1463",-152,"ENSG00000130287","NCAN","neurocan"
-"chr12",82153410,82153416,7,"*","Promoter (<=1kb)",12,81652045,82153109,501065,2,"8499",-301,"ENSG00000139220","PPFIA2","PTPRF interacting protein alpha 2"
-"chr1",41249191,41249206,16,"*","Promoter (<=1kb)",1,41249684,41306124,56441,1,"9132",-478,"ENSG00000117013","KCNQ4","potassium voltage-gated channel subfamily Q member 4"
-"chr12",11151382,11151430,49,"*","Promoter (<=1kb)",12,11148561,11150474,1914,2,"259295",-908,"ENSG00000255837","TAS2R20","taste 2 receptor member 20"
-"chr16",1592043,1592106,64,"*","Exon (uc002cmc.3/79652, exon 3 of 4)",16,1578742,1605581,26840,1,"79652",13301,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr8",42234724,42234732,9,"*","Promoter (<=1kb)",8,42231586,42234674,3089,2,"27121",-50,"ENSG00000104371","DKK4","dickkopf WNT signaling pathway inhibitor 4"
-"chr8",142653823,142653862,40,"*","Distal Intergenic",8,142443929,142517330,73402,2,"389690",-136493,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
-"chr1",11779326,11779347,22,"*","Intron (uc001asr.1/374946, intron 6 of 6)",1,11796142,11810828,14687,1,"57085",-16795,"ENSG00000177674","AGTRAP","angiotensin II receptor associated protein"
-"chr6",28833292,28833432,141,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-349722,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",42847567,42847598,32,"*","Promoter (<=1kb)",6,42847671,42855668,7998,1,"285855",-73,"ENSG00000146223","RPL7L1","ribosomal protein L7 like 1"
-"chr3",10400464,10400500,37,"*","Exon (uc010hdo.3/491, exon 10 of 19)",3,10436173,10436246,74,2,"100126334",35746,NA,"MIR885","microRNA 885"
-"chr7",23285742,23285761,20,"*","Promoter (<=1kb)",7,23286316,23314729,28414,1,"10457",-555,"ENSG00000136235","GPNMB","glycoprotein nmb"
-"chr11",2398773,2398776,4,"*","Promoter (<=1kb)",11,2398547,2418649,20103,1,"975",226,"ENSG00000110651","CD81","CD81 molecule"
-"chr1",159915429,159915569,141,"*","Promoter (<=1kb)",1,159896829,159915386,18558,2,"57549",-43,"ENSG00000085552","IGSF9","immunoglobulin superfamily member 9"
-"chr1",2304216,2304267,52,"*","Intron (uc001ajb.1/79906, intron 7 of 13)",1,2252696,2322993,70298,2,"79906",18726,"ENSG00000116151","MORN1","MORN repeat containing 1"
-"chr12",6665424,6665447,24,"*","Promoter (<=1kb)",12,6647539,6665249,17711,2,"25900",-175,"ENSG00000010295","IFFO1","intermediate filament family orphan 1"
-"chr2",154729189,154729200,12,"*","Promoter (<=1kb)",2,154728426,155310489,582064,1,"114805",763,"ENSG00000144278","GALNT13","polypeptide N-acetylgalactosaminyltransferase 13"
-"chr10",50970567,50970575,9,"*","Promoter (<=1kb)",10,50942687,50970425,27739,2,"55753",-142,"ENSG00000197444","OGDHL","oxoglutarate dehydrogenase-like"
-"chr7",62809325,62809572,248,"*","Exon (uc011kdk.2/100287834, exon 1 of 2)",7,62751670,62764434,12765,2,"643955",-44891,"ENSG00000185037","ZNF733P","zinc finger protein 733, pseudogene"
-"chr19",10196678,10196681,4,"*","Promoter (<=1kb)",19,10196806,10203928,7123,1,"55337",-125,"ENSG00000130813","C19orf66","chromosome 19 open reading frame 66"
-"chr22",21213387,21213401,15,"*","Promoter (<=1kb)",22,21213292,21245501,32210,1,"9342",95,"ENSG00000099940","SNAP29","synaptosome associated protein 29kDa"
-"chr6",31547656,31547917,262,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1009696,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",28833588,28833787,200,"*","Promoter (1-2kb)",1,28832455,28865708,33254,1,"1104",1133,"ENSG00000180198","RCC1","regulator of chromosome condensation 1"
-"chr4",146267319,146267337,19,"*","Distal Intergenic",4,146402951,146480325,77375,1,"4086",-135614,"ENSG00000170365","SMAD1","SMAD family member 1"
-"chr1",2371799,2372006,208,"*","Distal Intergenic",1,2336241,2344010,7770,2,"5192",-27789,"ENSG00000157911","PEX10","peroxisomal biogenesis factor 10"
-"chr7",148823965,148824398,434,"*","Promoter (<=1kb)",7,148823508,148880118,56611,1,"57541",457,"ENSG00000197024","ZNF398","zinc finger protein 398"
-"chr6",32409365,32409856,492,"*","Intron (uc003obh.3/3122, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",147757,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",91011689,91011695,7,"*","Intron (uc001kgb.4/3988, intron 7 of 8)",10,90965694,90967071,1378,2,"9023",-44618,"ENSG00000138135","CH25H","cholesterol 25-hydroxylase"
-"chr2",63285365,63285425,61,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",8173,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr5",141348837,141349103,267,"*","Promoter (2-3kb)",5,141346402,141369856,23455,1,"9604",2435,"ENSG00000013561","RNF14","ring finger protein 14"
-"chr13",100037488,100037570,83,"*","Exon (uc001voa.4/337867, exon 9 of 9)",13,99868262,100058554,190293,2,"100616144",20984,"ENSG00000263515","MIR548AN","microRNA 548an"
-"chr6",46620661,46620666,6,"*","Promoter (<=1kb)",6,46620652,46645927,25276,1,"9481",9,"ENSG00000153291","SLC25A27","solute carrier family 25 member 27"
-"chr15",73075539,73075935,397,"*","Promoter (<=1kb)",15,73043708,73076126,32419,2,"83440",191,"ENSG00000159322","ADPGK","ADP-dependent glucokinase"
-"chr16",2206254,2206272,19,"*","Promoter (<=1kb)",16,2205799,2228130,22332,1,"84231",455,"ENSG00000131653","TRAF7","TNF receptor associated factor 7"
-"chr3",184280384,184280664,281,"*","Promoter (<=1kb)",3,184279587,184300196,20610,1,"2049",797,"ENSG00000182580","EPHB3","EPH receptor B3"
-"chr16",88550695,88550913,219,"*","Intron (uc002fkv.3/161882, intron 1 of 9)",16,88535326,88535439,114,1,"100847057",15369,"ENSG00000263456","MIR5189","microRNA 5189"
-"chr1",212458981,212459242,262,"*","Promoter (<=1kb)",1,212458879,212535205,76327,1,"5525",102,"ENSG00000066027","PPP2R5A","protein phosphatase 2 regulatory subunit B', alpha"
-"chr17",8702816,8702823,8,"*","Promoter (<=1kb)",17,8700428,8702667,2240,2,"162387",-149,"ENSG00000185156","MFSD6L","major facilitator superfamily domain containing 6-like"
-"chr2",108602906,108602931,26,"*","Promoter (<=1kb)",2,108602995,108630443,27449,1,"60482",-64,"ENSG00000115665","SLC5A7","solute carrier family 5 member 7"
-"chr1",147070522,147070895,374,"*","Intron (uc001epq.3/607, intron 1 of 9)",1,147013182,147098015,84834,1,"607",57340,"ENSG00000116128","BCL9","B-cell CLL/lymphoma 9"
-"chr12",56843371,56843527,157,"*","Promoter (<=1kb)",12,56810157,56843200,33044,2,"8914",-171,"ENSG00000111602","TIMELESS","timeless circadian clock"
-"chr4",110736647,110736667,21,"*","Promoter (<=1kb)",4,110736666,110745893,9228,1,"54433",0,"ENSG00000109534","GAR1","GAR1 ribonucleoprotein"
-"chr11",43604549,43604710,162,"*","Promoter (1-2kb)",11,43602944,43603033,90,1,"406918",1605,"ENSG00000199077","MIR129-2","microRNA 129-2"
-"chr5",42924319,42924504,186,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",94409,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
-"chr7",158039691,158040051,361,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",285454,"ENSG00000207637","MIR595","microRNA 595"
-"chr15",74315491,74315710,220,"*","Exon (uc002awj.1/5371, exon 3 of 5)",15,74287014,74340155,53142,1,"5371",28477,"ENSG00000140464","PML","promyelocytic leukemia"
-"chr4",186877778,186877868,91,"*","Promoter (<=1kb)",4,186506598,186877870,371273,2,"8470",2,"ENSG00000154556","SORBS2","sorbin and SH3 domain containing 2"
-"chr12",131496404,131496866,463,"*","Intron (uc001uit.4/283383, intron 12 of 24)",12,131438452,131626008,187557,1,"283383",57952,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
-"chr16",1060319,1060497,179,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",28511,"ENSG00000005513","SOX8","SRY-box 8"
-"chr10",121632324,121632381,58,"*","Promoter (<=1kb)",10,121588916,121633140,44225,2,"79892",759,"ENSG00000197771","MCMBP","minichromosome maintenance complex binding protein"
-"chr5",2890273,2890284,12,"*","Distal Intergenic",5,2752262,2755511,3250,1,"153571",138011,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
-"chr6",167737889,167738277,389,"*","Promoter (<=1kb)",6,167738574,167756177,17604,1,"83887",-297,"ENSG00000120440","TTLL2","tubulin tyrosine ligase like 2"
-"chr6",28891795,28891819,25,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-408225,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr13",44454131,44454147,17,"*","Promoter (<=1kb)",13,44410489,44453826,43338,2,"160857",-305,"ENSG00000151773","CCDC122","coiled-coil domain containing 122"
-"chr4",56815070,56815073,4,"*","Promoter (<=1kb)",4,56814974,56899529,84556,1,"9662",96,"ENSG00000174799","CEP135","centrosomal protein 135kDa"
-"chr10",28591383,28591736,354,"*","Promoter (<=1kb)",10,28339923,28591995,252073,2,"143098",259,"ENSG00000150054","MPP7","membrane protein, palmitoylated 7"
-"chr11",14380065,14380330,266,"*","5' UTR",11,14299466,14386052,86587,2,"22800",5722,"ENSG00000133818","RRAS2","related RAS viral (r-ras) oncogene homolog 2"
-"chr4",166795574,166795649,76,"*","Promoter (1-2kb)",4,166794410,167025609,231200,1,"7092",1164,"ENSG00000038295","TLL1","tolloid like 1"
-"chr16",67143792,67143798,7,"*","Promoter (<=1kb)",16,67143866,67182442,38577,1,"80262",-68,"ENSG00000125149","C16orf70","chromosome 16 open reading frame 70"
-"chr19",55314050,55314542,493,"*","Intron (uc010yfj.2/3809, intron 1 of 3)",19,55297774,55378670,80897,1,"3811",16276,"ENSG00000167633","KIR3DL1","killer cell immunoglobulin like receptor, three Ig domains and long cytoplasmic tail 1"
-"chr7",77428616,77428631,16,"*","Promoter (<=1kb)",7,77428109,77586821,158713,1,"57157",507,"ENSG00000006576","PHTF2","putative homeodomain transcription factor 2"
-"chr19",44302906,44303010,105,"*","Exon (uc002oxm.4/284348, exon 3 of 5)",19,44270685,44285409,14725,2,"3783",-17497,"ENSG00000104783","KCNN4","potassium calcium-activated channel subfamily N member 4"
-"chr4",39640592,39640692,101,"*","Promoter (<=1kb)",4,39552546,39640481,87936,2,"201895",-111,"ENSG00000163683","SMIM14","small integral membrane protein 14"
-"chr7",96642462,96642605,144,"*","Promoter (<=1kb)",7,96597827,96643377,45551,2,"285987",772,NA,"DLX6-AS1","DLX6 antisense RNA 1"
-"chr16",88540175,88540241,67,"*","Intron (uc002fkv.3/161882, intron 1 of 9)",16,88535326,88535439,114,1,"100847057",4849,"ENSG00000263456","MIR5189","microRNA 5189"
-"chr3",125678667,125678923,257,"*","Distal Intergenic",3,125688028,125702296,14269,1,"152015",-9105,"ENSG00000114547","ROPN1B","rhophilin associated tail protein 1B"
-"chr14",23834861,23834977,117,"*","Promoter (<=1kb)",14,23825609,23834842,9234,2,"10278",-19,"ENSG00000100842","EFS","embryonal Fyn-associated substrate"
-"chr2",62020677,62020921,245,"*","Distal Intergenic",2,62051983,62081278,29296,2,"84140",60357,"ENSG00000170264","FAM161A","family with sequence similarity 161 member A"
-"chr7",101944382,101944556,175,"*","Exon (uc011kko.2/10603, exon 2 of 8)",7,101936369,101936453,85,1,"100422858",8013,"ENSG00000264675","MIR4285","microRNA 4285"
-"chr10",125852143,125852267,125,"*","Promoter (<=1kb)",10,125767182,125853123,85942,2,"51363",856,"ENSG00000182022","CHST15","carbohydrate (N-acetylgalactosamine 4-sulfate 6-O) sulfotransferase 15"
-"chr6",31762671,31762688,18,"*","Exon (uc003nxe.3/7407, exon 2 of 30)",6,32485154,32557613,72460,2,"3127",794925,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr15",39872071,39872186,116,"*","Promoter (1-2kb)",15,39873280,39889668,16389,1,"7057",-1094,"ENSG00000137801","THBS1","thrombospondin 1"
-"chr10",2932251,2932386,136,"*","Distal Intergenic",10,3109712,3178997,69286,1,"5214",-177326,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
-"chr1",117453315,117453354,40,"*","Promoter (<=1kb)",1,117452689,117532972,80284,1,"5738",626,"ENSG00000134247","PTGFRN","prostaglandin F2 receptor inhibitor"
-"chr8",143055478,143055856,379,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-201844,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
-"chr3",10857800,10857955,156,"*","Promoter (<=1kb)",3,10857917,10980146,122230,1,"6538",0,"ENSG00000132164","SLC6A11","solute carrier family 6 member 11"
-"chr3",187455953,187456175,223,"*","Intron (uc003frq.2/604, intron 9 of 9)",3,187439165,187463513,24349,2,"604",7338,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
-"chr6",28892031,28892177,147,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-408461,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",2893702,2893718,17,"*","Promoter (<=1kb)",16,2889574,2892711,3138,2,"124221",-991,"ENSG00000172460","PRSS30P","protease, serine, 30 pseudogene"
-"chr12",132429311,132429481,171,"*","Distal Intergenic",12,132434465,132565011,130547,1,"57634",-4984,"ENSG00000183495","EP400","E1A binding protein p400"
-"chr17",47210222,47210231,10,"*","Promoter (<=1kb)",17,47209822,47247351,37530,1,"124872",400,"ENSG00000167080","B4GALNT2","beta-1,4-N-acetyl-galactosaminyltransferase 2"
-"chr11",2846971,2847258,288,"*","Intron (uc001lwn.3/3784, intron 15 of 15)",11,2891263,2893336,2074,1,"55539",-44005,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
-"chr19",44306685,44306899,215,"*","Intron (uc002oxn.4/284348, intron 4 of 4)",19,44300079,44324808,24730,2,"284348",17909,"ENSG00000159871","LYPD5","LY6/PLAUR domain containing 5"
-"chr19",58459235,58459310,76,"*","Promoter (<=1kb)",19,58452201,58459077,6877,2,"10172",-158,"ENSG00000152454","ZNF256","zinc finger protein 256"
-"chr12",25539612,25539794,183,"*","Distal Intergenic",12,25358180,25403863,45684,2,"3845",-135749,"ENSG00000133703","KRAS","Kirsten rat sarcoma viral oncogene homolog"
-"chr1",227506021,227506465,445,"*","Promoter (<=1kb)",1,227177566,227505826,328261,2,"8476",-195,"ENSG00000143776","CDC42BPA","CDC42 binding protein kinase alpha"
-"chr1",234735498,234735653,156,"*","Distal Intergenic",1,234740015,234745271,5257,2,"359948",9618,"ENSG00000168264","IRF2BP2","interferon regulatory factor 2 binding protein 2"
-"chr11",89463537,89463689,153,"*","Distal Intergenic",11,89443467,89451040,7574,1,"390231",20070,"ENSG00000214414","TRIM77","tripartite motif containing 77"
-"chrX",74146414,74146560,147,"*","Promoter (1-2kb)",23,73952691,74145287,192597,2,"340533",-1127,"ENSG00000050030","KIAA2022","KIAA2022"
-"chr10",120863675,120863813,139,"*","5' UTR",10,120794541,120840334,45794,2,"8661",-23341,"ENSG00000107581","EIF3A","eukaryotic translation initiation factor 3 subunit A"
-"chr15",74914434,74914443,10,"*","3' UTR",15,74900713,74922542,21830,1,"1198",13721,"ENSG00000179335","CLK3","CDC like kinase 3"
-"chr6",28109239,28109414,176,"*","Promoter (<=1kb)",6,28109688,28127250,17563,1,"7745",-274,"ENSG00000198315","ZKSCAN8","zinc finger with KRAB and SCAN domains 8"
-"chr10",135002804,135002928,125,"*","Intron (uc001llz.1/85442, intron 7 of 29)",10,134973971,135039916,65946,1,"85442",28833,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
-"chr6",30079102,30079139,38,"*","Intron (uc003npg.1/11074, intron 6 of 8)",6,28471073,28483570,12498,2,"257202",-1595532,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr10",89621940,89621984,45,"*","Promoter (1-2kb)",10,89618918,89623194,4277,2,"100144748",1210,"ENSG00000227268","KLLN","killin, p53-regulated DNA replication inhibitor"
-"chr19",44506973,44506977,5,"*","Promoter (<=1kb)",19,44507077,44518072,10996,1,"7773",-100,"ENSG00000159882","ZNF230","zinc finger protein 230"
-"chr12",132915910,132916034,125,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-10005,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr5",77072222,77072348,127,"*","Promoter (<=1kb)",5,76986995,77072185,85191,2,"6902",-37,"ENSG00000171530","TBCA","tubulin folding cofactor A"
-"chr12",96336073,96336198,126,"*","Promoter (<=1kb)",12,96260826,96336428,75603,2,"120935",230,"ENSG00000165972","CCDC38","coiled-coil domain containing 38"
-"chr6",28554801,28554816,16,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-71231,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr19",7661462,7661617,156,"*","Promoter (<=1kb)",19,7660788,7683196,22409,1,"57662",674,"ENSG00000076826","CAMSAP3","calmodulin regulated spectrin associated protein family member 3"
-"chr3",107597020,107597051,32,"*","Promoter (<=1kb)",3,107560509,107596915,36407,2,"151658",-105,"ENSG00000241469","LINC00635","long intergenic non-protein coding RNA 635"
-"chr7",6388618,6388620,3,"*","Promoter (<=1kb)",7,6369040,6388590,19551,2,"84792",-28,"ENSG00000178397","FAM220A","family with sequence similarity 220 member A"
-"chr1",180472298,180472306,9,"*","Promoter (<=1kb)",1,180257352,180472022,214671,2,"84320",-276,"ENSG00000230124","ACBD6","acyl-CoA binding domain containing 6"
-"chr2",128433058,128433157,100,"*","Intron (uc002tpb.3/55679, intron 9 of 9)",2,128395996,128439360,43365,2,"55679",6203,"ENSG00000072163","LIMS2","LIM zinc finger domain containing 2"
-"chr2",220197716,220197852,137,"*","Promoter (<=1kb)",2,220192131,220197899,5769,2,"389075",47,"ENSG00000182698","RESP18","regulated endocrine specific protein 18"
-"chr1",113258187,113258217,31,"*","Promoter (<=1kb)",1,113252616,113257950,5335,2,"333926",-237,"ENSG00000155367","PPM1J","protein phosphatase, Mg2+/Mn2+ dependent 1J"
-"chr17",1619494,1619658,165,"*","Promoter (<=1kb)",17,1614798,1619566,4769,2,"84981",0,"ENSG00000186594","MIR22HG","MIR22 host gene"
-"chr22",24998133,24998564,432,"*","Intron (uc003aan.1/2678, intron 1 of 15)",22,24981591,24989035,7445,2,"388886",-9098,"ENSG00000178026","LRRC75B","leucine rich repeat containing 75B"
-"chr1",93914004,93914365,362,"*","Promoter (<=1kb)",1,93913688,94020218,106531,1,"54874",316,"ENSG00000137942","FNBP1L","formin binding protein 1 like"
-"chr15",52472335,52472341,7,"*","Promoter (<=1kb)",15,52472223,52498076,25854,1,"100129973",112,NA,"LOC100129973","uncharacterized LOC100129973"
-"chr5",90576256,90576380,125,"*","Distal Intergenic",5,90676164,90716532,40369,1,"100129716",-99784,"ENSG00000281357","ARRDC3-AS1","ARRDC3 antisense RNA 1"
-"chr5",140098126,140098182,57,"*","Promoter (<=1kb)",5,140098511,140098598,88,1,"56663",-329,"ENSG00000202111","VTRNA1-2","vault RNA 1-2"
-"chr6",32822150,32822182,33,"*","Intron (uc011dqj.2/5698, intron 1 of 3)",6,32605183,32614839,9657,1,"3117",216967,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr3",32862571,32862782,212,"*","Intron (uc003cff.3/131405, intron 1 of 3)",3,32859510,32933771,74262,1,"131405",3061,"ENSG00000206557","TRIM71","tripartite motif containing 71, E3 ubiquitin protein ligase"
-"chr1",2835156,2835258,103,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-102788,"ENSG00000169717","ACTRT2","actin related protein T2"
-"chr6",117002125,117002136,12,"*","Promoter (<=1kb)",6,117002367,117063030,60664,1,"3841",-231,"ENSG00000196911","KPNA5","karyopherin subunit alpha 5"
-"chr19",35167950,35168238,289,"*","Promoter (<=1kb)",19,35168567,35177302,8736,1,"55900",-329,"ENSG00000089335","ZNF302","zinc finger protein 302"
-"chr2",99797349,99797358,10,"*","Promoter (<=1kb)",2,99785726,99797492,11767,2,"129531",134,"ENSG00000158411","MITD1","microtubule interacting and trafficking domain containing 1"
-"chr7",65842437,65842439,3,"*","3' UTR",7,65841031,65865395,24365,2,"285908",22956,"ENSG00000179406","LINC00174","long intergenic non-protein coding RNA 174"
-"chr6",12012496,12012503,8,"*","Promoter (<=1kb)",6,12012724,12165232,152509,1,"3096",-221,"ENSG00000095951","HIVEP1","human immunodeficiency virus type I enhancer binding protein 1"
-"chr7",27260466,27260585,120,"*","Distal Intergenic",7,27240040,27246130,6091,1,"100316868",20426,NA,"HOTTIP","HOXA distal transcript antisense RNA"
-"chr2",182542510,182542816,307,"*","Promoter (2-3kb)",2,182401401,182545392,143992,2,"375298",2576,"ENSG00000188452","CERKL","ceramide kinase like"
-"chr6",30654559,30654622,64,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1902991,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr4",73935038,73935377,340,"*","Promoter (<=1kb)",4,73920416,73935472,15057,2,"285521",95,"ENSG00000163626","COX18","COX18 cytochrome c oxidase assembly factor"
-"chr7",142552940,142553109,170,"*","Promoter (<=1kb)",7,142552792,142568847,16056,1,"2051",148,"ENSG00000106123","EPHB6","EPH receptor B6"
-"chr3",195164012,195164024,13,"*","Promoter (<=1kb)",3,194995465,195163817,168353,2,"23527",-195,"ENSG00000114331","ACAP2","ArfGAP with coiled-coil, ankyrin repeat and PH domains 2"
-"chr4",111509090,111509210,121,"*","Distal Intergenic",4,111538580,111563279,24700,2,"5308",54069,"ENSG00000164093","PITX2","paired like homeodomain 2"
-"chr6",159360705,159360761,57,"*","Distal Intergenic",6,159309619,159331385,21767,1,"100130967",51086,NA,"C6orf99","chromosome 6 open reading frame 99"
-"chr17",29902341,29902402,62,"*","Promoter (<=1kb)",17,29902430,29902540,111,1,"100126356",-28,"ENSG00000199187","MIR365B","microRNA 365b"
-"chr17",43212787,43212841,55,"*","Promoter (2-3kb)",17,43209967,43221543,11577,1,"79777",2820,"ENSG00000181513","ACBD4","acyl-CoA binding domain containing 4"
-"chr17",73512319,73512464,146,"*","Promoter (<=1kb)",17,73512609,73520820,8212,1,"283989",-145,"ENSG00000182173","TSEN54","tRNA splicing endonuclease subunit 54"
-"chr5",72921546,72921653,108,"*","Promoter (<=1kb)",5,72921983,73237818,315836,1,"64283",-330,"ENSG00000214944","ARHGEF28","Rho guanine nucleotide exchange factor 28"
-"chr8",145537709,145537915,207,"*","Exon (uc003zbt.4/3297, exon 12 of 13)",8,145538247,145550567,12321,2,"8694",12652,"ENSG00000185000","DGAT1","diacylglycerol O-acyltransferase 1"
-"chr3",181441316,181441384,69,"*","Intron (uc003fkv.4/347689, intron 7 of 7)",3,181429712,181432223,2512,1,"6657",11604,"ENSG00000181449","SOX2","SRY-box 2"
-"chr1",85220040,85220130,91,"*","Distal Intergenic",1,85109390,85156440,47051,2,"117178",-63600,"ENSG00000117155","SSX2IP","synovial sarcoma, X breakpoint 2 interacting protein"
-"chr1",147231061,147231476,416,"*","5' UTR",1,147228332,147245484,17153,2,"2702",14008,"ENSG00000265107","GJA5","gap junction protein alpha 5"
-"chr6",167535764,167535861,98,"*","Intron (uc003qvl.3/1235, intron 10 of 12)",6,167570360,167571319,960,2,"2853",35458,"ENSG00000120436","GPR31","G protein-coupled receptor 31"
-"chr21",40984505,40984562,58,"*","Promoter (<=1kb)",21,40969075,40984749,15675,2,"114041",187,"ENSG00000184809","B3GALT5-AS1","B3GALT5 antisense RNA 1"
-"chr11",113746783,113746795,13,"*","Promoter (<=1kb)",11,113668597,113746256,77660,2,"57646",-527,"ENSG00000048028","USP28","ubiquitin specific peptidase 28"
-"chr17",38708638,38708761,124,"*","Downstream (1-2kb)",17,38710022,38721736,11715,2,"1236",12975,"ENSG00000126353","CCR7","chemokine (C-C motif) receptor 7"
-"chr6",22569556,22569590,35,"*","Promoter (<=1kb)",6,22569678,22570750,1073,1,"154150",-88,"ENSG00000112273","HDGFL1","hepatoma derived growth factor-like 1"
-"chr1",98519504,98519661,158,"*","Distal Intergenic",1,98453556,98515249,61694,2,"400765",-4255,"ENSG00000225206","MIR137HG","MIR137 host gene"
-"chr19",50848114,50848199,86,"*","Promoter (<=1kb)",19,50837057,50848005,10949,2,"256236",-109,"ENSG00000131401","NAPSB","napsin B aspartic peptidase, pseudogene"
-"chr2",239930852,239930963,112,"*","Distal Intergenic",2,239990513,239990610,98,2,"100616397",59647,"ENSG00000266109","MIR4440","microRNA 4440"
-"chr6",166298445,166298520,76,"*","Intron (uc003qup.1/uc003qup.1, intron 1 of 1)",6,166401039,166403103,2065,1,"441177",-102519,"ENSG00000281832","LINC00602","long intergenic non-protein coding RNA 602"
-"chr7",94139369,94139401,33,"*","Promoter (<=1kb)",7,94139170,94186328,47159,1,"64921",199,"ENSG00000127995","CASD1","CAS1 domain containing 1"
-"chr3",69927381,69927701,321,"*","Intron (uc003dnz.3/4286, intron 1 of 9)",3,69788586,70017488,228903,1,"4286",138795,"ENSG00000187098","MITF","microphthalmia-associated transcription factor"
-"chr17",78387573,78387595,23,"*","Promoter (1-2kb)",17,78388967,78411884,22918,1,"284131",-1372,"ENSG00000173818","ENDOV","endonuclease V"
-"chr1",40782713,40782785,73,"*","Promoter (<=1kb)",1,40766163,40783060,16898,2,"1298",275,"ENSG00000049089","COL9A2","collagen type IX alpha 2"
-"chr16",29822668,29822737,70,"*","Promoter (<=1kb)",16,29823409,29827202,3794,1,"112476",-672,"ENSG00000167371","PRRT2","proline rich transmembrane protein 2"
-"chr4",140656096,140656359,264,"*","Intron (uc010ioi.1/4258, intron 4 of 4)",4,140586922,140661899,74978,1,"4258",69174,"ENSG00000085871","MGST2","microsomal glutathione S-transferase 2"
-"chr12",66563837,66563846,10,"*","Promoter (<=1kb)",12,66530717,66563807,33091,2,"51643",-30,"ENSG00000282031","TMBIM4","transmembrane BAX inhibitor motif containing 4"
-"chr10",131265067,131265071,5,"*","Promoter (<=1kb)",10,131265454,131565783,300330,1,"4255",-383,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
-"chr7",154720165,154720404,240,"*","Promoter (<=1kb)",7,154720227,154741196,20970,1,"100132707",0,"ENSG00000214106","PAXIP1-AS2","PAXIP1 antisense RNA 2"
-"chr3",128564943,128564980,38,"*","Distal Intergenic",3,128580351,128590384,10034,2,"653712",25404,"ENSG00000231305","LOC653712","intraflagellar transport 122 homolog (Chlamydomonas) pseudogene"
-"chr10",102988841,102989206,366,"*","Promoter (<=1kb)",10,102986733,102988717,1985,2,"10660",-124,"ENSG00000138136","LBX1","ladybird homeobox 1"
-"chr15",63414019,63414208,190,"*","Promoter (<=1kb)",15,63413999,63434260,20262,1,"114294",20,"ENSG00000103642","LACTB","lactamase beta"
-"chr16",103592,103646,55,"*","Promoter (<=1kb)",16,96979,103632,6654,2,"51728",0,"ENSG00000161980","POLR3K","polymerase (RNA) III subunit K"
-"chr18",18517514,18517856,343,"*","Distal Intergenic",18,18529703,18691812,162110,2,"6093",173956,"ENSG00000067900","ROCK1","Rho associated coiled-coil containing protein kinase 1"
-"chr1",154955991,154956222,232,"*","Promoter (<=1kb)",1,154955770,154965587,9818,1,"80308",221,"ENSG00000160688","FLAD1","flavin adenine dinucleotide synthetase 1"
-"chr6",158365130,158365160,31,"*","3' UTR",6,158402888,158520207,117320,1,"8871",-37728,"ENSG00000078269","SYNJ2","synaptojanin 2"
-"chr11",58710158,58710266,109,"*","Intron (uc001nnf.3/92292, intron 2 of 7)",11,58695102,58724543,29442,1,"92292",15056,"ENSG00000166840","GLYATL1","glycine-N-acyltransferase like 1"
-"chr13",22493728,22493739,12,"*","Distal Intergenic",13,22446935,22452299,5365,2,"100874182",-41429,"ENSG00000226722","LINC00424","long intergenic non-protein coding RNA 424"
-"chr16",4166866,4166952,87,"*","Promoter (<=1kb)",16,4012650,4166186,153537,2,"115",-680,"ENSG00000162104","ADCY9","adenylate cyclase 9"
-"chr21",31970880,31970997,118,"*","Promoter (<=1kb)",21,31971005,31971193,189,2,"337967",196,"ENSG00000186930","KRTAP6-2","keratin associated protein 6-2"
-"chr11",65028766,65029061,296,"*","Promoter (<=1kb)",11,65029432,65065088,35657,1,"23649",-371,"ENSG00000014138","POLA2","polymerase (DNA) alpha 2, accessory subunit"
-"chr17",7960376,7960401,26,"*","5' UTR",17,7942358,7952451,10094,1,"247",18018,"ENSG00000179593","ALOX15B","arachidonate 15-lipoxygenase, type B"
-"chr2",720516,720852,337,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",-43077,"ENSG00000151353","TMEM18","transmembrane protein 18"
-"chr10",134161948,134161968,21,"*","Intron (uc001llf.2/80313, intron 6 of 8)",10,134020996,134146063,125068,2,"282974",-15885,"ENSG00000165752","STK32C","serine/threonine kinase 32C"
-"chr15",95739389,95739445,57,"*","Distal Intergenic",15,95822519,95870329,47811,2,"400456",130884,"ENSG00000248441","LINC01197","long intergenic non-protein coding RNA 1197"
-"chr8",93107556,93107627,72,"*","5' UTR",8,92967195,93115454,148260,2,"862",7827,"ENSG00000079102","RUNX1T1","runt related transcription factor 1; translocated to, 1 (cyclin D related)"
-"chr18",54317824,54318276,453,"*","Promoter (<=1kb)",18,54270053,54318502,48450,2,"9352",226,"ENSG00000091164","TXNL1","thioredoxin like 1"
-"chr22",28839137,28839249,113,"*","Intron (uc003adp.4/23331, intron 21 of 22)",22,28374002,29075853,701852,2,"23331",236604,"ENSG00000100154","TTC28","tetratricopeptide repeat domain 28"
-"chr1",109584974,109584983,10,"*","Promoter (<=1kb)",1,109512838,109584850,72013,2,"22911",-124,"ENSG00000085433","WDR47","WD repeat domain 47"
-"chr3",51422506,51422528,23,"*","Promoter (<=1kb)",3,51422692,51426828,4137,1,"7873",-164,"ENSG00000145050","MANF","mesencephalic astrocyte derived neurotrophic factor"
-"chr8",121136903,121137288,386,"*","Promoter (<=1kb)",8,121137347,121384273,246927,1,"7373",-59,"ENSG00000187955","COL14A1","collagen type XIV alpha 1"
-"chr11",74108683,74109076,394,"*","Promoter (<=1kb)",11,74041361,74109502,68142,2,"283209",426,"ENSG00000165434","PGM2L1","phosphoglucomutase 2-like 1"
-"chr12",12878817,12878887,71,"*","Promoter (<=1kb)",12,12878851,12982915,104065,1,"51202",0,"ENSG00000213782","DDX47","DEAD-box helicase 47"
-"chr1",43534145,43534197,53,"*","Distal Intergenic",1,43613594,43622067,8474,1,"440585",-79397,"ENSG00000186973","FAM183A","family with sequence similarity 183 member A"
-"chr19",55103605,55103698,94,"*","Promoter (1-2kb)",19,55105041,55113687,8647,1,"11024",-1343,"ENSG00000104974","LILRA1","leukocyte immunoglobulin like receptor A1"
-"chr10",100993535,100993539,5,"*","Promoter (2-3kb)",10,100216834,100995632,778799,2,"60495",2093,"ENSG00000172987","HPSE2","heparanase 2 (inactive)"
-"chr2",190445429,190445551,123,"*","Promoter (2-3kb)",2,190425316,190448484,23169,2,"30061",2933,"ENSG00000138449","SLC40A1","solute carrier family 40 member 1"
-"chr6",168533689,168533990,302,"*","Distal Intergenic",6,168456464,168479857,23394,2,"79981",-53832,"ENSG00000153303","FRMD1","FERM domain containing 1"
-"chr11",62439475,62439619,145,"*","Promoter (<=1kb)",11,62430289,62439241,8953,2,"79081",-234,"ENSG00000162194","LBHD1","LBH domain containing 1"
-"chr6",118972184,118972683,500,"*","5' UTR",6,118781935,119031238,249304,2,"387119",58555,"ENSG00000111860","CEP85L","centrosomal protein 85kDa-like"
-"chr1",2724826,2725083,258,"*","Distal Intergenic",1,2572807,2706230,133424,2,"100287898",-18596,"ENSG00000215912","TTC34","tetratricopeptide repeat domain 34"
-"chr1",181998878,181998933,56,"*","Distal Intergenic",1,182023705,182030847,7143,2,"127665",31914,"ENSG00000179930","ZNF648","zinc finger protein 648"
-"chr19",5623147,5623150,4,"*","Promoter (<=1kb)",19,5623046,5668489,45444,1,"6294",101,"ENSG00000160633","SAFB","scaffold attachment factor B"
-"chr20",33872414,33872506,93,"*","Promoter (<=1kb)",20,33866709,33872619,5911,2,"3692",113,"ENSG00000242372","EIF6","eukaryotic translation initiation factor 6"
-"chr15",64455389,64455548,160,"*","Promoter (<=1kb)",15,64448014,64455354,7341,2,"5479",-35,"ENSG00000166794","PPIB","peptidylprolyl isomerase B"
-"chr16",4321333,4321433,101,"*","Promoter (1-2kb)",16,4307187,4323001,15815,2,"7023",1568,"ENSG00000090447","TFAP4","transcription factor AP-4 (activating enhancer binding protein 4)"
-"chr11",67814962,67815000,39,"*","Exon (uc001one.3/10312, exon 11 of 20)",11,67806462,67818366,11905,1,"10312",8500,"ENSG00000110719","TCIRG1","T-cell immune regulator 1, ATPase H+ transporting V0 subunit a3"
-"chr12",131125269,131125517,249,"*","Intron (uc001uim.3/23504, intron 15 of 15)",12,130880681,131200826,320146,2,"23504",75309,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
-"chr10",95462113,95462119,7,"*","Promoter (<=1kb)",10,95427640,95462913,35274,2,"118924",794,"ENSG00000148690","FRA10AC1","fragile site, folic acid type, rare, fra(10)(q23.3) or fra(10)(q24.2) candidate 1"
-"chr2",239228995,239229134,140,"*","Promoter (<=1kb)",2,239229185,239309541,80357,1,"26146",-51,"ENSG00000204104","TRAF3IP1","TRAF3 interacting protein 1"
-"chr9",125874627,125874949,323,"*","Promoter (2-3kb)",9,125871773,125877756,5984,2,"81571",2807,"ENSG00000236901","MIR600HG","MIR600 host gene"
-"chr2",3718077,3718155,79,"*","Intron (uc010ewt.3/55821, intron 1 of 11)",2,3705786,3750260,44475,1,"55821",12291,"ENSG00000151360","ALLC","allantoicase"
-"chr11",31391040,31391061,22,"*","Promoter (<=1kb)",11,30964749,31391357,426609,2,"341019",296,"ENSG00000170959","DCDC1","doublecortin domain containing 1"
-"chr17",58216551,58216651,101,"*","Distal Intergenic",17,58227302,58248260,20959,1,"762",-10651,"ENSG00000167434","CA4","carbonic anhydrase IV"
-"chr17",77127487,77127605,119,"*","Intron (uc010dhs.4/146713, intron 11 of 14)",17,77071019,77084685,13667,1,"64772",56468,"ENSG00000167280","ENGASE","endo-beta-N-acetylglucosaminidase"
-"chr12",54410526,54410576,51,"*","Promoter (<=1kb)",12,54410642,54449814,39173,1,"3221",-66,"ENSG00000198353","HOXC4","homeobox C4"
-"chr12",65003944,65004241,298,"*","Promoter (<=1kb)",12,65004293,65091347,87055,1,"283349",-52,"ENSG00000153179","RASSF3","Ras association domain family member 3"
-"chr3",35721037,35721072,36,"*","Intron (uc003cfz.4/10777, intron 1 of 5)",3,35680666,35835988,155323,1,"10777",40371,"ENSG00000172995","ARPP21","cAMP regulated phosphoprotein 21kDa"
-"chr3",141378729,141378979,251,"*","Distal Intergenic",3,141457051,141465645,8595,1,"9616",-78072,"ENSG00000114125","RNF7","ring finger protein 7"
-"chr16",85674980,85675112,133,"*","Intron (uc002fiw.3/23199, intron 1 of 14)",16,85645029,85709812,64784,1,"23199",29951,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
-"chrX",71458818,71458823,6,"*","Promoter (<=1kb)",23,71424507,71458858,34352,2,"54821",35,"ENSG00000186871","ERCC6L","excision repair cross-complementation group 6 like"
-"chr22",45636269,45636477,209,"*","Promoter (<=1kb)",22,45588123,45636650,48528,2,"23313",173,"ENSG00000100364","KIAA0930","KIAA0930"
-"chr21",45232539,45232547,9,"*","Promoter (<=1kb)",21,45225639,45232448,6810,2,"284837",-91,"ENSG00000215458","AATBC","apoptosis associated transcript in bladder cancer"
-"chr6",133561886,133561898,13,"*","Promoter (<=1kb)",6,133561736,133853258,291523,1,"2070",150,"ENSG00000112319","EYA4","EYA transcriptional coactivator and phosphatase 4"
-"chr9",72873325,72873544,220,"*","Promoter (<=1kb)",9,72808914,72873790,64877,2,"100507299",246,NA,"SMC5-AS1","SMC5 antisense RNA 1 (head to head)"
-"chr10",8117467,8117508,42,"*","Distal Intergenic",10,8096667,8117164,20498,1,"2625",20800,"ENSG00000107485","GATA3","GATA binding protein 3"
-"chr5",68389948,68390333,386,"*","Promoter (<=1kb)",5,68389776,68426899,37124,1,"64924",172,"ENSG00000145740","SLC30A5","solute carrier family 30 member 5"
-"chr17",48911093,48911109,17,"*","Promoter (<=1kb)",17,48912011,48919709,7699,1,"124857",-902,"ENSG00000173714","WFIKKN2","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 2"
-"chr12",50297533,50297540,8,"*","Promoter (<=1kb)",12,50260679,50297760,37082,2,"23017",220,"ENSG00000135472","FAIM2","Fas apoptotic inhibitory molecule 2"
-"chr1",219347062,219347204,143,"*","Promoter (<=1kb)",1,219347192,219386207,39016,1,"127018",0,"ENSG00000143353","LYPLAL1","lysophospholipase like 1"
-"chr2",232395336,232395355,20,"*","Promoter (<=1kb)",2,232387871,232395182,7312,2,"10316",-154,"ENSG00000171596","NMUR1","neuromedin U receptor 1"
-"chr11",121970692,121970720,29,"*","Promoter (<=1kb)",11,121970465,121970552,88,2,"406911",-140,"ENSG00000207971","MIR125B1","microRNA 125b-1"
-"chr22",26829758,26829938,181,"*","Exon (uc003acg.2/57168, exon 2 of 4)",22,26825280,26840978,15699,1,"57168",4478,"ENSG00000128203","ASPHD2","aspartate beta-hydroxylase domain containing 2"
-"chr6",32038462,32038493,32,"*","Intron (uc003nzl.2/7148, intron 31 of 43)",6,32485154,32557613,72460,2,"3127",519120,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr20",896976,897002,27,"*","Promoter (<=1kb)",20,853297,896960,43664,2,"51378",-16,"ENSG00000101280","ANGPT4","angiopoietin 4"
-"chr7",107220368,107220372,5,"*","Promoter (<=1kb)",7,107220422,107263762,43341,1,"55973",-50,"ENSG00000075790","BCAP29","B-cell receptor-associated protein 29"
-"chr1",2119531,2119550,20,"*","Intron (uc001aiv.2/199990, intron 3 of 7)",1,2115899,2139172,23274,2,"199990",19622,"ENSG00000162585","FAAP20","Fanconi anemia core complex associated protein 20"
-"chr1",236511046,236511281,236,"*","Distal Intergenic",1,236557680,236648008,90329,1,"128178",-46399,"ENSG00000186197","EDARADD","EDAR-associated death domain"
-"chr3",180456508,180456625,118,"*","Promoter (<=1kb)",3,180331796,180455662,123867,2,"339829",-846,"ENSG00000145075","CCDC39","coiled-coil domain containing 39"
-"chr9",35102736,35102903,168,"*","Promoter (<=1kb)",9,35099889,35103154,3266,2,"30968",251,"ENSG00000165283","STOML2","stomatin like 2"
-"chr16",1396289,1396368,80,"*","Exon (uc002clj.3/8938, exon 25 of 34)",16,1399241,1401873,2633,2,"115939",5505,"ENSG00000007520","TSR3","TSR3, 20S rRNA accumulation, homolog (S. cerevisiae)"
-"chr17",5322836,5322840,5,"*","Promoter (<=1kb)",17,5322961,5336340,13380,1,"84268",-121,"ENSG00000129197","RPAIN","RPA interacting protein"
-"chr19",40005554,40005563,10,"*","Promoter (<=1kb)",19,40005753,40011326,5574,1,"348303",-190,"ENSG00000186838","SELV","selenoprotein V"
-"chr5",140857995,140857998,4,"*","Promoter (2-3kb)",5,140855569,140892548,36980,1,"5098",2426,"ENSG00000240184","PCDHGC3","protocadherin gamma subfamily C, 3"
-"chr12",122019110,122019117,8,"*","Promoter (<=1kb)",12,121866900,122018920,152021,2,"84678",-190,"ENSG00000089094","KDM2B","lysine demethylase 2B"
-"chr6",133137893,133138165,273,"*","Promoter (1-2kb)",6,133136446,133138490,2045,1,"594839",1447,"ENSG00000200534","SNORA33","small nucleolar RNA, H/ACA box 33"
-"chr15",75018447,75018528,82,"*","Promoter (<=1kb)",15,75011883,75017877,5995,2,"1543",-570,"ENSG00000140465","CYP1A1","cytochrome P450 family 1 subfamily A member 1"
-"chr17",36452793,36453009,217,"*","Promoter (<=1kb)",17,36452989,36479101,26113,1,"84311",0,"ENSG00000278845","MRPL45","mitochondrial ribosomal protein L45"
-"chr17",14115538,14115620,83,"*","Distal Intergenic",17,14139173,14140150,978,2,"146822",24530,"ENSG00000223510","CDRT15","CMT1A duplicated region transcript 15"
-"chr10",124220808,124220826,19,"*","Promoter (<=1kb)",10,124221041,124274424,53384,1,"5654",-215,"ENSG00000166033","HTRA1","HtrA serine peptidase 1"
-"chr2",62932787,62932913,127,"*","5' UTR",2,62900986,63273621,372636,1,"23301",31801,"ENSG00000115504","EHBP1","EH domain binding protein 1"
-"chr17",12877321,12877546,226,"*","Exon (uc002gnr.4/9912, exon 18 of 21)",17,12894929,12921381,26453,2,"60528",43835,"ENSG00000006744","ELAC2","elaC ribonuclease Z 2"
-"chr19",54107634,54107706,73,"*","Promoter (<=1kb)",19,54102885,54106751,3867,2,"284379",-883,"ENSG00000268864","LOC284379","solute carrier family 7 (cationic amino acid transporter, y+ system), member 3 pseudogene"
-"chr12",32831369,32831428,60,"*","Promoter (<=1kb)",12,32832137,32898584,66448,1,"10059",-709,"ENSG00000087470","DNM1L","dynamin 1-like"
-"chr16",89000666,89000932,267,"*","Intron (uc002fml.2/863, intron 10 of 10)",16,88941263,89043504,102242,2,"863",42572,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
-"chr16",2380875,2381245,371,"*","Intron (uc002cpy.1/21, intron 32 of 32)",16,2389291,2476700,87410,1,"650655",-8046,"ENSG00000238098","ABCA17P","ATP binding cassette subfamily A member 17, pseudogene"
-"chr19",15375326,15375370,45,"*","Exon (uc002nar.3/23476, exon 6 of 20)",19,15337730,15343858,6129,2,"79852",-31468,"ENSG00000105131","EPHX3","epoxide hydrolase 3"
-"chr1",65432431,65432444,14,"*","Promoter (<=1kb)",1,65298906,65432619,133714,2,"3716",175,"ENSG00000162434","JAK1","Janus kinase 1"
-"chr19",17634023,17634060,38,"*","Promoter (<=1kb)",19,17634110,17664648,30539,1,"199786",-50,"ENSG00000167483","FAM129C","family with sequence similarity 129 member C"
-"chr16",68279438,68279565,128,"*","Promoter (<=1kb)",16,68279247,68294961,15715,1,"23659",191,"ENSG00000103066","PLA2G15","phospholipase A2 group XV"
-"chr19",41798233,41798251,19,"*","Exon (uc002opz.4/11100, exon 8 of 15)",19,41816094,41830788,14695,1,"90324",-17843,"ENSG00000142039","CCDC97","coiled-coil domain containing 97"
-"chr1",26185997,26186070,74,"*","Promoter (<=1kb)",1,26160497,26185848,25352,2,"79000",-149,"ENSG00000127423","AUNIP","aurora kinase A and ninein interacting protein"
-"chr11",2610547,2610693,147,"*","Intron (uc001lwn.3/3784, intron 10 of 15)",11,2629558,2721228,91671,2,"10984",110535,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
-"chr6",30029091,30029095,5,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1545521,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",30882953,30883026,74,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1674587,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",160210882,160210888,7,"*","Promoter (<=1kb)",6,160211022,160219461,8440,1,"29074",-134,"ENSG00000112110","MRPL18","mitochondrial ribosomal protein L18"
-"chr6",32076270,32076337,68,"*","Intron (uc003nzl.2/7148, intron 43 of 43)",6,32485154,32557613,72460,2,"3127",481276,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",18963429,18963622,194,"*","Intron (uc001bay.3/5081, intron 4 of 7)",1,18957500,19075360,117861,1,"5081",5929,"ENSG00000009709","PAX7","paired box 7"
-"chr11",94276850,94276855,6,"*","Promoter (<=1kb)",11,94277006,94354587,77582,1,"143689",-151,"ENSG00000134627","PIWIL4","piwi-like RNA-mediated gene silencing 4"
-"chr7",91763468,91763737,270,"*","5' UTR",7,91741463,91808845,67383,2,"1595",45108,"ENSG00000001630","CYP51A1","cytochrome P450 family 51 subfamily A member 1"
-"chr2",36825350,36825355,6,"*","Promoter (<=1kb)",2,36779404,36825332,45929,2,"9637",-18,"ENSG00000171055","FEZ2","fasciculation and elongation protein zeta 2"
-"chr7",2025000,2025172,173,"*","Intron (uc003sle.1/8379, intron 5 of 10)",7,1883816,1883889,74,2,"100616160",-141111,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr19",38308215,38308410,196,"*","Promoter (<=1kb)",19,38308051,38317278,9228,1,"644554",164,"ENSG00000267640","LOC644554","uncharacterized LOC644554"
-"chr12",57623949,57624371,423,"*","Promoter (<=1kb)",12,57623356,57628718,5363,1,"6472",593,"ENSG00000182199","SHMT2","serine hydroxymethyltransferase 2"
-"chr12",56040048,56040058,11,"*","Distal Intergenic",12,56030676,56031617,942,1,"121130",9372,"ENSG00000175398","OR10P1","olfactory receptor family 10 subfamily P member 1"
-"chr19",42498642,42498662,21,"*","Promoter (<=1kb)",19,42470734,42498428,27695,2,"478",-214,"ENSG00000105409","ATP1A3","ATPase Na+/K+ transporting subunit alpha 3"
-"chr6",109760819,109760831,13,"*","Promoter (1-2kb)",6,109761931,109765122,3192,1,"6610",-1100,"ENSG00000135587","SMPD2","sphingomyelin phosphodiesterase 2"
-"chr7",45717588,45717603,16,"*","Exon (uc003tne.4/107, exon 9 of 20)",7,45763386,45808617,45232,2,"641977",91014,"ENSG00000214765","SEPT7P2","septin 7 pseudogene 2"
-"chr9",34958091,34958499,409,"*","Promoter (<=1kb)",9,34957521,34982541,25021,1,"23349",570,"ENSG00000122733","PHF24","PHD finger protein 24"
-"chr16",3306476,3306685,210,"*","Promoter (<=1kb)",16,3292028,3306627,14600,2,"4210",0,"ENSG00000103313","MEFV","Mediterranean fever"
-"chr2",65357544,65357763,220,"*","Promoter (<=1kb)",2,65313988,65357435,43448,2,"5861",-109,"ENSG00000138069","RAB1A","RAB1A, member RAS oncogene family"
-"chr19",35085509,35085512,4,"*","Promoter (<=1kb)",19,35084346,35085490,1145,2,"284402",-19,"ENSG00000205209","SCGB2B2","secretoglobin family 2B member 2"
-"chr7",2583402,2583541,140,"*","5' UTR",7,2577444,2595392,17949,2,"221927",11851,"ENSG00000106009","BRAT1","BRCA1 associated ATM activator 1"
-"chr19",36980517,36980602,86,"*","Promoter (<=1kb)",19,36980529,36981942,1414,1,"728752",0,"ENSG00000267309","LOC728752","uncharacterized LOC728752"
-"chr1",19283054,19283164,111,"*","Promoter (<=1kb)",1,19230774,19282826,52053,2,"126917",-228,"ENSG00000169991","IFFO2","intermediate filament family orphan 2"
-"chr18",77637974,77638216,243,"*","Intron (uc010xfl.2/26251, intron 1 of 1)",18,77623668,77659816,36149,1,"26251",14306,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
-"chr19",23945695,23945761,67,"*","Promoter (<=1kb)",19,23945816,24010919,65104,1,"388524",-55,NA,"RPSAP58","ribosomal protein SA pseudogene 58"
-"chr19",41935347,41935467,121,"*","Promoter (<=1kb)",19,41931264,41934635,3372,2,"374907",-712,"ENSG00000177191","B3GNT8","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 8"
-"chr16",619794,619826,33,"*","Promoter (2-3kb)",16,617032,619495,2464,1,"283948",2762,"ENSG00000257108","NHLRC4","NHL repeat containing 4"
-"chr17",46830125,46830212,88,"*","Distal Intergenic",17,46802127,46806111,3985,2,"10481",-24014,"ENSG00000159184","HOXB13","homeobox B13"
-"chr19",6373108,6373413,306,"*","Promoter (<=1kb)",19,6372444,6375261,2818,1,"84266",664,"ENSG00000125652","ALKBH7","alkB homolog 7"
-"chr10",134943284,134943309,26,"*","3' UTR",10,134973971,135039916,65946,1,"85442",-30662,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
-"chr1",861317,861629,313,"*","Promoter (<=1kb)",1,860530,879961,19432,1,"148398",787,"ENSG00000187634","SAMD11","sterile alpha motif domain containing 11"
-"chr19",46294482,46294847,366,"*","Promoter (1-2kb)",19,46286264,46296060,9797,2,"1762",1213,"ENSG00000185800","DMWD","dystrophia myotonica, WD repeat containing"
-"chr3",96533530,96533651,122,"*","Promoter (<=1kb)",3,96533425,97467786,934362,1,"285220",105,"ENSG00000080224","EPHA6","EPH receptor A6"
-"chr11",1097211,1097554,344,"*","Exon (uc001lsx.1/4583, exon 37 of 51)",11,1074875,1104417,29543,1,"4583",22336,NA,"MUC2","mucin 2, oligomeric mucus/gel-forming"
-"chr7",51539466,51539535,70,"*","Distal Intergenic",7,51083909,51384515,300607,2,"23242",-154951,"ENSG00000106078","COBL","cordon-bleu WH2 repeat protein"
-"chr11",1249008,1249444,437,"*","Exon (uc009yct.2/727897, exon 7 of 26)",11,1295598,1330892,35295,2,"54472",81448,"ENSG00000078902","TOLLIP","toll interacting protein"
-"chr6",168628452,168628662,211,"*","Distal Intergenic",6,168707584,168720402,12819,2,"168002",91740,"ENSG00000164488","DACT2","dishevelled-binding antagonist of beta-catenin 2"
-"chr13",79183465,79183694,230,"*","Intron (uc001vku.1/100874222, intron 5 of 5)",13,79173230,79177695,4466,2,"5457",-5770,"ENSG00000152192","POU4F1","POU class 4 homeobox 1"
-"chr1",1856025,1856464,440,"*","Intron (uc001aik.3/uc001aik.3, intron 6 of 10)",1,1849029,1850740,1712,2,"339456",-5285,"ENSG00000178821","TMEM52","transmembrane protein 52"
-"chr10",135178643,135178849,207,"*","Intron (uc001lmu.3/1892, intron 2 of 7)",10,135185060,135185167,108,2,"100500911",6318,"ENSG00000265395","MIR3944","microRNA 3944"
-"chr11",130271769,130271855,87,"*","Exon (uc010scb.1/uc010scb.1, exon 6 of 6)",11,130274818,130298539,23722,2,"11095",26684,"ENSG00000134917","ADAMTS8","ADAM metallopeptidase with thrombospondin type 1 motif 8"
-"chr5",83017644,83017873,230,"*","Promoter (<=1kb)",5,82934017,83016896,82880,2,"1404",-748,"ENSG00000145681","HAPLN1","hyaluronan and proteoglycan link protein 1"
-"chr11",1769645,1770066,422,"*","Promoter (1-2kb)",11,1753640,1771824,18185,2,"402778",1758,"ENSG00000244242","IFITM10","interferon induced transmembrane protein 10"
-"chr1",228295568,228295858,291,"*","Promoter (1-2kb)",1,228294380,228297013,2634,2,"128308",1155,"ENSG00000162910","MRPL55","mitochondrial ribosomal protein L55"
-"chr19",58458572,58458721,150,"*","Promoter (<=1kb)",19,58452201,58459077,6877,2,"10172",356,"ENSG00000152454","ZNF256","zinc finger protein 256"
-"chrX",70288356,70288358,3,"*","Intron (uc031tjx.1/29934, intron 4 of 4)",23,70256098,70293276,37179,2,"29934",4918,"ENSG00000147164","SNX12","sorting nexin 12"
-"chrX",149716267,149716393,127,"*","Distal Intergenic",23,149737047,149841616,104570,1,"4534",-20654,"ENSG00000171100","MTM1","myotubularin 1"
-"chrX",64196230,64196295,66,"*","5' UTR",23,64135682,64254624,118943,2,"55906",58329,"ENSG00000126970","ZC4H2","zinc finger C4H2-type containing"
-"chr19",46974614,46974838,225,"*","Promoter (<=1kb)",19,46969748,46974820,5073,2,"55228",0,"ENSG00000182013","PNMAL1","paraneoplastic Ma antigen family-like 1"
-"chr11",44541905,44541999,95,"*","Distal Intergenic",11,44587141,44641315,54175,1,"3732",-45142,"ENSG00000085117","CD82","CD82 molecule"
-"chr8",37963317,37963428,112,"*","Promoter (<=1kb)",8,37963011,37997598,34588,1,"9070",306,"ENSG00000129691","ASH2L","ash2 (absent, small, or homeotic)-like (Drosophila)"
-"chr6",90312200,90312468,269,"*","Exon (uc003png.3/57226, exon 4 of 4)",6,90277863,90348474,70612,2,"57226",36006,"ENSG00000083099","LYRM2","LYR motif containing 2"
-"chr7",44365292,44365303,12,"*","Promoter (<=1kb)",7,44256749,44365230,108482,2,"816",-62,"ENSG00000058404","CAMK2B","calcium/calmodulin-dependent protein kinase II beta"
-"chr7",84816454,84816843,390,"*","Promoter (<=1kb)",7,84624872,84816171,191300,2,"223117",-283,"ENSG00000153993","SEMA3D","semaphorin 3D"
-"chr15",93876533,93876582,50,"*","Intron (uc002bsu.1/uc002bsu.1, intron 2 of 3)",15,93586636,93632443,45808,2,"56963",-244090,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
-"chr7",55955335,55955621,287,"*","Promoter (<=1kb)",7,55955149,56008433,53285,1,"349075",186,"ENSG00000178665","ZNF713","zinc finger protein 713"
-"chr6",39281135,39281421,287,"*","Promoter (<=1kb)",6,39266777,39282237,15461,2,"89822",816,"ENSG00000124780","KCNK17","potassium two pore domain channel subfamily K member 17"
-"chr5",134526076,134526173,98,"*","Intron (uc003laj.2/100996485, intron 3 of 5)",5,134571924,134583867,11944,2,"340073",57694,"ENSG00000249647","C5orf66-AS2","C5orf66 antisense RNA 2"
-"chr17",6347944,6347971,28,"*","Promoter (<=1kb)",17,6347735,6354385,6651,1,"54478",209,"ENSG00000129195","FAM64A","family with sequence similarity 64 member A"
-"chr11",119293869,119294235,367,"*","Promoter (<=1kb)",11,119288655,119294246,5592,2,"7070",11,"ENSG00000154096","THY1","Thy-1 cell surface antigen"
-"chr22",17515637,17516125,489,"*","Promoter (1-2kb)",22,17517460,17539682,22223,1,"100130418",-1335,"ENSG00000237438","CECR7","cat eye syndrome chromosome region, candidate 7 (non-protein coding)"
-"chr1",24861872,24861919,48,"*","3' UTR",1,24882567,24935818,53252,1,"400746",-20648,"ENSG00000184454","NCMAP","non-compact myelin associated protein"
-"chr3",61547237,61547239,3,"*","Promoter (<=1kb)",3,61547243,62280573,733331,1,"5793",-4,"ENSG00000144724","PTPRG","protein tyrosine phosphatase, receptor type G"
-"chr16",88698872,88699035,164,"*","Distal Intergenic",16,88705001,88706882,1882,1,"27189",-5966,"ENSG00000124391","IL17C","interleukin 17C"
-"chr16",841502,841991,490,"*","Promoter (2-3kb)",16,838622,848074,9453,1,"63922",2880,"ENSG00000127586","CHTF18","chromosome transmission fidelity factor 18"
-"chr5",30429281,30429433,153,"*","Distal Intergenic",5,31193762,31329253,135492,1,"1004",-764329,"ENSG00000113361","CDH6","cadherin 6"
-"chr8",140712424,140712445,22,"*","Promoter (2-3kb)",8,140613082,140715299,102218,2,"51305",2854,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
-"chr2",113522495,113522573,79,"*","Promoter (<=1kb)",2,113495444,113522254,26811,2,"150468",-241,"ENSG00000169607","CKAP2L","cytoskeleton associated protein 2 like"
-"chr13",99229590,99229849,260,"*","Promoter (<=1kb)",13,99102455,99229396,126942,2,"8428",-194,"ENSG00000102572","STK24","serine/threonine kinase 24"
-"chr2",25475678,25475757,80,"*","Intron (uc002rgc.4/1788, intron 17 of 22)",2,25551509,25551590,82,2,"100302246",75833,NA,"MIR1301","microRNA 1301"
-"chr20",30410691,30410856,166,"*","Intron (uc002wwq.2/85366, intron 4 of 12)",20,30407178,30422500,15323,1,"85366",3513,"ENSG00000101306","MYLK2","myosin light chain kinase 2"
-"chr3",128182210,128182327,118,"*","Promoter (<=1kb)",3,128182437,128191160,8724,1,"285224",-110,"ENSG00000242049","DNAJB8-AS1","DNAJB8 antisense RNA 1"
-"chr17",46688321,46688329,9,"*","Promoter (<=1kb)",17,46684595,46688383,3789,2,"3217",54,"ENSG00000260027","HOXB7","homeobox B7"
-"chr3",11195269,11195703,435,"*","Intron (uc010hdr.3/3269, intron 1 of 1)",3,11178779,11304939,126161,1,"3269",16490,"ENSG00000196639","HRH1","histamine receptor H1"
-"chr8",10530005,10530123,119,"*","Promoter (<=1kb)",8,10530147,10558103,27957,1,"203076",-24,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
-"chr14",23306850,23306926,77,"*","Promoter (1-2kb)",14,23305793,23316803,11011,1,"4323",1057,"ENSG00000157227","MMP14","matrix metallopeptidase 14"
-"chr15",29396152,29396219,68,"*","Intron (uc010azj.2/321, intron 9 of 11)",15,29560353,29562020,1668,2,"56160",165801,"ENSG00000185115","NSMCE3","NSE3 homolog, SMC5-SMC6 complex component"
-"chr20",21378447,21378512,66,"*","Promoter (<=1kb)",20,21376005,21378047,2043,2,"644524",-400,"ENSG00000125816","NKX2-4","NK2 homeobox 4"
-"chr6",32978223,32978233,11,"*","Distal Intergenic",6,32605183,32614839,9657,1,"3117",373040,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr1",146550074,146550467,394,"*","Exon (uc021ovj.1/uc021ovj.1, exon 1 of 1)",1,146571066,146585928,14863,2,"644861",35461,NA,"NBPF13P","neuroblastoma breakpoint family member 13, pseudogene"
-"chr19",40596853,40596855,3,"*","Promoter (<=1kb)",19,40575059,40596845,21787,2,"284323",-8,"ENSG00000197782","ZNF780A","zinc finger protein 780A"
-"chr6",163570725,163570860,136,"*","Intron (uc003qua.3/135138, intron 5 of 6)",6,163731017,163745505,14489,2,"285796",174645,"ENSG00000281692","PACRG-AS1","PACRG antisense RNA 1"
-"chr9",85678194,85678203,10,"*","Promoter (<=1kb)",9,85594500,85678043,83544,2,"158158",-151,"ENSG00000165105","RASEF","RAS and EF-hand domain containing"
-"chr19",7747220,7747713,494,"*","Promoter (1-2kb)",19,7745707,7747748,2042,1,"126003",1513,"ENSG00000181029","TRAPPC5","trafficking protein particle complex 5"
-"chr2",63285902,63286049,148,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",8710,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
-"chr1",33799703,33800125,423,"*","Promoter (1-2kb)",1,33797994,33798093,100,2,"100500853",-1610,NA,"MIR3605","microRNA 3605"
-"chr19",56269246,56269259,14,"*","Promoter (1-2kb)",19,56270507,56274541,4035,1,"342931",-1248,"ENSG00000223638","RFPL4A","ret finger protein like 4A"
-"chr7",155920108,155920287,180,"*","Distal Intergenic",7,155592736,155604967,12232,2,"6469",-315141,"ENSG00000164690","SHH","sonic hedgehog"
-"chr5",37371192,37371213,22,"*","Promoter (<=1kb)",5,37291941,37371197,79257,2,"9631",0,"ENSG00000113569","NUP155","nucleoporin 155kDa"
-"chr17",30347803,30347981,179,"*","5' UTR",17,30335037,30380519,45483,1,"114659",12766,"ENSG00000185158","LRRC37B","leucine rich repeat containing 37B"
-"chr19",57901516,57901745,230,"*","Promoter (<=1kb)",19,57901218,57913919,12702,1,"147694",298,"ENSG00000188785","ZNF548","zinc finger protein 548"
-"chr7",89747970,89748001,32,"*","Promoter (<=1kb)",7,89748714,89754914,6201,1,"442523",-713,"ENSG00000235436","DPY19L2P4","DPY19L2 pseudogene 4"
-"chr7",30185315,30185728,414,"*","Intron (uc011kab.1/222166, intron 1 of 3)",7,30174552,30202381,27830,1,"222166",10763,"ENSG00000180354","MTURN","maturin, neural progenitor differentiation regulator homolog (Xenopus)"
-"chr7",1248277,1248645,369,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",-24009,"ENSG00000164853","UNCX","UNC homeobox"
-"chr12",127547939,127547994,56,"*","Distal Intergenic",12,127354040,127359236,5197,2,"440117",-188703,"ENSG00000249873","LOC440117","uncharacterized LOC440117"
-"chr1",197871836,197871847,12,"*","Promoter (<=1kb)",1,197871682,197876497,4816,1,"388722",154,"ENSG00000203724","C1orf53","chromosome 1 open reading frame 53"
-"chr12",7315351,7315531,181,"*","Distal Intergenic",12,7341759,7371169,29411,1,"5830",-26228,"ENSG00000139197","PEX5","peroxisomal biogenesis factor 5"
-"chr20",61447775,61447831,57,"*","Promoter (<=1kb)",20,61448414,61472511,24098,1,"1299",-583,"ENSG00000092758","COL9A3","collagen type IX alpha 3"
-"chr21",44527986,44528293,308,"*","Promoter (<=1kb)",21,44513066,44527688,14623,2,"7307",-298,"ENSG00000160201","U2AF1","U2 small nuclear RNA auxiliary factor 1"
-"chr6",150346921,150346964,44,"*","Promoter (<=1kb)",6,150341266,150346668,5403,2,"154064",-253,"ENSG00000155918","RAET1L","retinoic acid early transcript 1L"
-"chr11",120196353,120196371,19,"*","Promoter (<=1kb)",11,120195838,120204388,8551,1,"219902",515,"ENSG00000181264","TMEM136","transmembrane protein 136"
-"chr3",9957467,9957531,65,"*","Promoter (1-2kb)",3,9958758,9975314,16557,1,"84818",-1227,"ENSG00000163702","IL17RC","interleukin 17 receptor C"
-"chr16",1440373,1440450,78,"*","Intron (uc031qup.1/64718, intron 6 of 14)",16,1413206,1464705,51500,2,"64718",24255,"ENSG00000059145","UNKL","unkempt family like zinc finger"
-"chr20",48769948,48770123,176,"*","Promoter (<=1kb)",20,48740274,48770335,30062,2,"387521",212,"ENSG00000240849","TMEM189","transmembrane protein 189"
-"chr16",71264579,71264658,80,"*","Promoter (<=1kb)",16,70841287,71264625,423339,2,"54768",0,"ENSG00000157423","HYDIN","HYDIN, axonemal central pair apparatus protein"
-"chrX",24380365,24380373,9,"*","Promoter (<=1kb)",23,24380878,24383541,2664,1,"100130302",-505,NA,"SUPT20HL1","SPT20 homolog, SAGA complex component-like 1"
-"chr17",5323110,5323140,31,"*","Promoter (<=1kb)",17,5289346,5323059,33714,2,"4927",-51,"ENSG00000108559","NUP88","nucleoporin 88kDa"
-"chr15",42500294,42500463,170,"*","Promoter (<=1kb)",15,42450899,42500502,49604,2,"23339",39,"ENSG00000166887","VPS39","VPS39, HOPS complex subunit"
-"chr6",1410489,1410497,9,"*","Distal Intergenic",6,1390069,1395832,5764,1,"2295",20420,"ENSG00000137273","FOXF2","forkhead box F2"
-"chr12",133424655,133424661,7,"*","Intron (uc001ulc.1/55743, intron 4 of 14)",12,133345495,133405426,59932,2,"2802",-19229,"ENSG00000090615","GOLGA3","golgin A3"
-"chr8",75262469,75262474,6,"*","Promoter (<=1kb)",8,75262618,75279335,16718,1,"54332",-144,"ENSG00000104381","GDAP1","ganglioside induced differentiation associated protein 1"
-"chr18",21594202,21594413,212,"*","5' UTR",18,21572737,21715574,142838,1,"125488",21465,"ENSG00000168234","TTC39C","tetratricopeptide repeat domain 39C"
-"chr15",68498589,68498809,221,"*","Promoter (<=1kb)",15,68483043,68498448,15406,2,"91860",-141,"ENSG00000129007","CALML4","calmodulin like 4"
-"chr6",29600462,29600468,7,"*","Intron (uc003nmt.4/2550, intron 22 of 22)",6,28471073,28483570,12498,2,"257202",-1116892,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr6",28829348,28829350,3,"*","Exon (uc003nlq.2/401242, exon 2 of 2)",6,28471073,28483570,12498,2,"257202",-345778,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr5",78532028,78532229,202,"*","Promoter (<=1kb)",5,78531925,78623038,91114,1,"133746",103,"ENSG00000152409","JMY","junction mediating and regulatory protein, p53 cofactor"
-"chr19",6707248,6707459,212,"*","Exon (uc002mfm.3/718, exon 17 of 41)",19,6677846,6720662,42817,2,"718",13203,"ENSG00000125730","C3","complement component 3"
-"chr6",146285417,146285544,128,"*","Promoter (<=1kb)",6,146205945,146285559,79615,2,"257218",15,"ENSG00000146414","SHPRH","SNF2 histone linker PHD RING helicase"
-"chr17",78796031,78796159,129,"*","Exon (uc002jys.3/57521, exon 8 of 9)",17,78965641,78973933,8293,1,"79643",-169482,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
-"chr11",977048,977074,27,"*","Intron (uc009yco.2/161, intron 4 of 15)",11,925809,1012245,86437,1,"161",51239,"ENSG00000183020","AP2A2","adaptor related protein complex 2 alpha 2 subunit"
-"chr6",33176399,33176405,7,"*","5' UTR",6,33540323,33548070,7748,2,"578",371665,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr17",7083365,7083519,155,"*","Promoter (<=1kb)",17,7076751,7082883,6133,2,"432",-482,"ENSG00000141505","ASGR1","asialoglycoprotein receptor 1"
-"chr5",178054264,178054469,206,"*","Intron (uc003mji.2/57396, intron 2 of 2)",5,178029665,178057616,27952,2,"57396",3147,"ENSG00000113240","CLK4","CDC like kinase 4"
-"chr14",77965123,77965284,162,"*","Promoter (<=1kb)",14,77940738,77965210,24473,2,"145501",0,"ENSG00000100593","ISM2","isthmin 2"
-"chr5",43313677,43313767,91,"*","Promoter (<=1kb)",5,43287572,43313614,26043,2,"3157",-63,"ENSG00000112972","HMGCS1","3-hydroxy-3-methylglutaryl-CoA synthase 1"
-"chr5",118324465,118324619,155,"*","Promoter (<=1kb)",5,118172569,118324240,151672,2,"285605",-225,"ENSG00000169570","DTWD2","DTW domain containing 2"
-"chr1",38230779,38230827,49,"*","Promoter (<=1kb)",1,38179553,38230824,51272,2,"284656",0,"ENSG00000183317","EPHA10","EPH receptor A10"
-"chr5",141303574,141303900,327,"*","Promoter (<=1kb)",5,141303385,141321612,18228,1,"9812",189,"ENSG00000081791","KIAA0141","KIAA0141"
-"chr14",38067917,38068292,376,"*","Distal Intergenic",14,38058757,38064325,5569,2,"3169",-3592,"ENSG00000129514","FOXA1","forkhead box A1"
-"chr15",75095377,75095399,23,"*","3' UTR",15,75105153,75119208,14056,1,"79748",-9754,"ENSG00000140506","LMAN1L","lectin, mannose binding 1 like"
-"chr4",187628413,187628521,109,"*","Exon (uc003izf.3/2195, exon 2 of 27)",4,187508937,187647850,138914,2,"2195",19329,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
-"chr8",48739113,48739208,96,"*","Intron (uc003xqi.3/5591, intron 23 of 86)",8,48649476,48650726,1251,2,"1052",-88387,"ENSG00000221869","CEBPD","CCAAT/enhancer binding protein delta"
-"chr12",94580378,94580609,232,"*","Intron (uc001tdc.3/10154, intron 4 of 30)",12,94542499,94701451,158953,1,"10154",37879,"ENSG00000136040","PLXNC1","plexin C1"
-"chr4",148538295,148538443,149,"*","Promoter (<=1kb)",4,148538539,148556672,18134,1,"55751",-96,"ENSG00000164168","TMEM184C","transmembrane protein 184C"
-"chr3",157827967,157828117,151,"*","Promoter (<=1kb)",3,157827841,158262624,434784,1,"51319",126,"ENSG00000174891","RSRC1","arginine/serine-rich coiled-coil 1"
-"chr1",212459245,212459693,449,"*","Promoter (<=1kb)",1,212458879,212535205,76327,1,"5525",366,"ENSG00000066027","PPP2R5A","protein phosphatase 2 regulatory subunit B', alpha"
-"chr4",111120056,111120249,194,"*","Promoter (<=1kb)",4,110970229,111119820,149592,2,"79071",-236,"ENSG00000170522","ELOVL6","ELOVL fatty acid elongase 6"
-"chr5",1650894,1650985,92,"*","Distal Intergenic",5,1597672,1634120,36449,2,"728613",-16774,NA,"LOC728613","programmed cell death 6 pseudogene"
-"chr17",1837612,1837648,37,"*","Downstream (<1kb)",17,1837971,1928178,90208,2,"146760",90530,"ENSG00000185924","RTN4RL1","reticulon 4 receptor-like 1"
-"chr6",152002969,152002990,22,"*","Intron (uc031spz.1/2099, intron 2 of 3)",6,151977830,152424408,446579,1,"2099",25139,"ENSG00000091831","ESR1","estrogen receptor 1"
-"chr16",4524103,4524223,121,"*","Promoter (<=1kb)",16,4524719,4560348,35630,1,"3163",-496,"ENSG00000103415","HMOX2","heme oxygenase 2"
-"chr11",98891163,98891492,330,"*","Promoter (<=1kb)",11,98891706,100229616,1337911,1,"53942",-214,"ENSG00000149972","CNTN5","contactin 5"
-"chr6",136610989,136611015,27,"*","Promoter (<=1kb)",6,136578001,136610989,32989,2,"9774",0,"ENSG00000029363","BCLAF1","BCL2 associated transcription factor 1"
-"chr11",73694566,73694801,236,"*","Promoter (<=1kb)",11,73685716,73693889,8174,2,"7351",-677,"ENSG00000175567","UCP2","uncoupling protein 2 (mitochondrial, proton carrier)"
-"chr3",113251979,113252149,171,"*","Promoter (<=1kb)",3,113251218,113348422,97205,1,"54847",761,"ENSG00000072858","SIDT1","SID1 transmembrane family member 1"
-"chr2",219157035,219157103,69,"*","Promoter (<=1kb)",2,219138917,219157280,18364,2,"64114",177,"ENSG00000135926","TMBIM1","transmembrane BAX inhibitor motif containing 1"
-"chr10",766453,766464,12,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-30845,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr1",182991683,182991799,117,"*","Promoter (<=1kb)",1,182992595,183114727,122133,1,"3915",-796,"ENSG00000135862","LAMC1","laminin subunit gamma 1"
-"chr6",32162695,32162755,61,"*","3' UTR",6,32485154,32557613,72460,2,"3127",394858,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr19",36024313,36024375,63,"*","Promoter (<=1kb)",19,36024314,36036221,11908,1,"26330",0,"ENSG00000105679","GAPDHS","glyceraldehyde-3-phosphate dehydrogenase, spermatogenic"
-"chr17",60501112,60501122,11,"*","Promoter (<=1kb)",17,60501246,60527454,26209,1,"339175",-124,"ENSG00000087995","METTL2A","methyltransferase like 2A"
-"chr16",4524466,4524620,155,"*","Promoter (<=1kb)",16,4524719,4560348,35630,1,"3163",-99,"ENSG00000103415","HMOX2","heme oxygenase 2"
-"chr19",42914828,42915324,497,"*","Exon (uc002otr.3/3991, exon 2 of 10)",19,42901300,43156507,255208,1,"100996307",13528,"ENSG00000213904","LIPE-AS1","LIPE antisense RNA 1"
-"chr6",34111965,34112244,280,"*","Intron (uc010jvh.4/2914, intron 10 of 10)",6,33989623,34123399,133777,2,"2914",11155,"ENSG00000124493","GRM4","glutamate receptor, metabotropic 4"
-"chr19",38924116,38924182,67,"*","Promoter (<=1kb)",19,38924340,39078204,153865,1,"6261",-158,"ENSG00000196218","RYR1","ryanodine receptor 1"
-"chr2",75937918,75937996,79,"*","Promoter (<=1kb)",2,75889832,75938111,48280,2,"6936",115,"ENSG00000005436","GCFC2","GC-rich sequence DNA-binding factor 2"
-"chr5",178368205,178368415,211,"*","Promoter (<=1kb)",5,178368194,178393218,25025,1,"285676",11,"ENSG00000178187","ZNF454","zinc finger protein 454"
-"chr2",110873031,110873394,364,"*","Promoter (<=1kb)",2,110841447,110874143,32697,2,"7851",749,"ENSG00000144063","MALL","mal, T-cell differentiation protein-like"
-"chr10",75757763,75757766,4,"*","Promoter (2-3kb)",10,75754951,75879914,124964,1,"7414",2812,"ENSG00000035403","VCL","vinculin"
-"chr12",131357140,131357429,290,"*","Promoter (<=1kb)",12,131356617,131360826,4210,1,"5901",523,"ENSG00000132341","RAN","RAN, member RAS oncogene family"
-"chr1",22469666,22469675,10,"*","Promoter (<=1kb)",1,22443798,22470385,26588,2,"54361",710,"ENSG00000162552","WNT4","wingless-type MMTV integration site family member 4"
-"chr2",95873194,95873225,32,"*","Distal Intergenic",2,95831183,95850064,18882,1,"7549",42011,"ENSG00000275111","ZNF2","zinc finger protein 2"
-"chr8",125739363,125739784,422,"*","Promoter (<=1kb)",8,125563028,125740730,177703,2,"9788",946,"ENSG00000170873","MTSS1","metastasis suppressor 1"
-"chr6",164520673,164520746,74,"*","Distal Intergenic",6,163835675,163999628,163954,1,"9444",684998,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
-"chr21",42797799,42797891,93,"*","Intron (uc002yzh.3/4599, intron 3 of 18)",21,42792520,42831141,38622,1,"4599",5279,"ENSG00000157601","MX1","MX dynamin like GTPase 1"
-"chr7",73894951,73895013,63,"*","Intron (uc003uap.3/9569, intron 1 of 26)",7,73868120,74016920,148801,1,"9569",26831,"ENSG00000006704","GTF2IRD1","GTF2I repeat domain containing 1"
-"chr19",58090211,58090229,19,"*","Promoter (<=1kb)",19,58082934,58090243,7310,2,"55659",14,"ENSG00000083817","ZNF416","zinc finger protein 416"
-"chr1",44584302,44584369,68,"*","Intron (uc009vxf.1/128209, intron 2 of 2)",1,44514030,44600809,86780,1,"128209",70272,"ENSG00000171872","KLF17","Kruppel-like factor 17"
-"chr12",107974248,107974396,149,"*","Intron (uc009zut.1/121551, intron 3 of 9)",12,108079590,108106257,26668,1,"11137",-105194,"ENSG00000136045","PWP1","PWP1 homolog, endonuclein"
-"chr1",214557351,214557497,147,"*","Exon (uc021piy.1/5784, exon 11 of 17)",1,214454565,214510477,55913,1,"56950",102786,"ENSG00000143499","SMYD2","SET and MYND domain containing 2"
-"chr1",155197753,155197843,91,"*","Intron (uc021pau.2/2630, intron 1 of 1)",1,155183616,155208441,24826,2,"2630",10598,"ENSG00000160766","GBAP1","glucosidase, beta, acid pseudogene 1"
-"chr3",31574261,31574495,235,"*","Promoter (<=1kb)",3,31574491,31677556,103066,1,"201595",0,"ENSG00000163527","STT3B","STT3B, catalytic subunit of the oligosaccharyltransferase complex"
-"chr6",167411361,167411506,146,"*","Promoter (<=1kb)",6,167411295,167411400,106,2,"100500857",0,"ENSG00000265828","MIR3939","microRNA 3939"
-"chr11",19367573,19367766,194,"*","Distal Intergenic",11,19372271,20143147,770877,1,"89797",-4505,"ENSG00000166833","NAV2","neuron navigator 2"
-"chr12",133382933,133383213,281,"*","Intron (uc001ukz.1/2802, intron 18 of 23)",12,133345495,133405426,59932,2,"2802",22213,"ENSG00000090615","GOLGA3","golgin A3"
-"chr16",19727094,19727399,306,"*","Promoter (<=1kb)",16,19727778,19868859,141082,1,"124152",-379,"ENSG00000174628","IQCK","IQ motif containing K"
-"chr12",132923291,132923382,92,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-17386,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
-"chr14",105268492,105268542,51,"*","Promoter (1-2kb)",14,105266933,105271048,4116,1,"100128927",1559,"ENSG00000179627","ZBTB42","zinc finger and BTB domain containing 42"
-"chr11",105948458,105948472,15,"*","Promoter (<=1kb)",11,105921825,105948465,26641,2,"143879",0,"ENSG00000182359","KBTBD3","kelch repeat and BTB domain containing 3"
-"chr22",30643015,30643376,362,"*","Promoter (<=1kb)",22,30636436,30642840,6405,2,"3976",-175,"ENSG00000128342","LIF","leukemia inhibitory factor"
-"chr17",27054446,27054467,22,"*","Promoter (<=1kb)",17,27051366,27053949,2584,2,"116238",-497,"ENSG00000160606","TLCD1","TLC domain containing 1"
-"chr16",4588796,4588812,17,"*","Promoter (<=1kb)",16,4560677,4588816,28140,2,"29965",4,"ENSG00000089486","CDIP1","cell death-inducing p53 target 1"
-"chr4",1334485,1334513,29,"*","Distal Intergenic",4,1341104,1381837,40734,1,"57654",-6591,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
-"chr5",175084670,175084695,26,"*","Promoter (<=1kb)",5,175085040,175113245,28206,1,"3274",-345,"ENSG00000113749","HRH2","histamine receptor H2"
-"chr16",28888877,28889062,186,"*","Promoter (<=1kb)",16,28889809,28915830,26022,1,"487",-747,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
-"chr11",112097164,112097232,69,"*","Promoter (<=1kb)",11,112097088,112140678,43591,1,"5805",76,"ENSG00000150787","PTS","6-pyruvoyltetrahydropterin synthase"
-"chr19",5892265,5892412,148,"*","3' UTR",19,5891287,5904024,12738,2,"126328",11612,"ENSG00000174886","NDUFA11","NADH:ubiquinone oxidoreductase subunit A11"
-"chr6",160220721,160220921,201,"*","Promoter (<=1kb)",6,160221281,160241736,20456,1,"154197",-360,"ENSG00000146453","PNLDC1","PARN like, ribonuclease domain containing 1"
-"chrX",40006072,40006075,4,"*","Intron (uc004deo.4/54880, intron 13 of 13)",23,39910499,40036582,126084,2,"54880",30507,"ENSG00000183337","BCOR","BCL6 corepressor"
-"chr2",198236102,198236234,133,"*","Distal Intergenic",2,197831741,198175521,343781,2,"91526",-60581,"ENSG00000065413","ANKRD44","ankyrin repeat domain 44"
-"chr7",63667546,63667718,173,"*","Promoter (<=1kb)",7,63667581,63680668,13088,1,"730291",0,"ENSG00000223614","ZNF735","zinc finger protein 735"
-"chr3",20081470,20081582,113,"*","Promoter (<=1kb)",3,20081524,20195896,114373,1,"8850",0,"ENSG00000114166","KAT2B","lysine acetyltransferase 2B"
-"chr6",129203735,129203887,153,"*","Promoter (<=1kb)",6,129204286,129837710,633425,1,"3908",-399,"ENSG00000196569","LAMA2","laminin subunit alpha 2"
-"chr3",186288370,186288388,19,"*","Promoter (<=1kb)",3,186263856,186288332,24477,2,"55171",-38,"ENSG00000113838","TBCCD1","TBCC domain containing 1"
-"chr8",104310665,104310722,58,"*","Promoter (<=1kb)",8,104310661,104345094,34434,1,"8323",4,"ENSG00000164930","FZD6","frizzled class receptor 6"
-"chr19",50014987,50015178,192,"*","Promoter (<=1kb)",19,50015536,50029685,14150,1,"2217",-358,"ENSG00000104870","FCGRT","Fc fragment of IgG receptor and transporter"
-"chr7",139257552,139257770,219,"*","3' UTR",7,139208674,139229731,21058,1,"154790",48878,"ENSG00000236279","CLEC2L","C-type lectin domain family 2 member L"
-"chr1",54821910,54821960,51,"*","Intron (uc001cxe.4/23648, intron 14 of 17)",1,54691104,54872068,180965,2,"23648",50108,"ENSG00000157216","SSBP3","single stranded DNA binding protein 3"
-"chr1",204043732,204044122,391,"*","Promoter (1-2kb)",1,204042246,204096871,54626,1,"9580",1486,"ENSG00000143842","SOX13","SRY-box 13"
-"chr15",49103386,49103565,180,"*","Promoter (<=1kb)",15,49030135,49103343,73209,2,"22995",-43,"ENSG00000103995","CEP152","centrosomal protein 152kDa"
-"chr14",65381042,65381070,29,"*","Promoter (<=1kb)",14,65381079,65529373,148295,1,"100529261",-9,"ENSG00000125954","CHURC1-FNTB","CHURC1-FNTB readthrough"
-"chr2",95940063,95940475,413,"*","Promoter (<=1kb)",2,95940201,95957055,16855,1,"150696",0,"ENSG00000155066","PROM2","prominin 2"
-"chr3",182400155,182400230,76,"*","Distal Intergenic",3,182511291,182639421,128131,1,"23200",-111061,"ENSG00000058063","ATP11B","ATPase phospholipid transporting 11B (putative)"
-"chr8",43129374,43129678,305,"*","Distal Intergenic",8,43147585,43218328,70744,1,"340441",-17907,NA,"POTEA","POTE ankyrin domain family member A"
-"chr7",143058944,143059170,227,"*","Promoter (<=1kb)",7,143058810,143088206,29397,1,"7791",134,"ENSG00000159840","ZYX","zyxin"
-"chr16",1992583,1992734,152,"*","Promoter (<=1kb)",16,1988234,1993294,5061,2,"51734",560,"ENSG00000198736","MSRB1","methionine sulfoxide reductase B1"
-"chr4",169401621,169401639,19,"*","Promoter (<=1kb)",4,169277886,169401638,123753,2,"91351",0,"ENSG00000181381","DDX60L","DEAD-box helicase 60-like"
-"chr6",133135639,133135828,190,"*","Promoter (<=1kb)",6,133135708,133138703,2996,1,"6206",0,"ENSG00000112306","RPS12","ribosomal protein S12"
-"chr8",142201637,142201784,148,"*","Intron (uc003yvy.3/22898, intron 20 of 22)",8,142217274,142264225,46952,2,"57210",62441,"ENSG00000022567","SLC45A4","solute carrier family 45 member 4"
-"chr10",1034120,1034284,165,"*","Promoter (<=1kb)",10,1034349,1063708,29360,1,"23560",-65,"ENSG00000107937","GTPBP4","GTP binding protein 4"
-"chr10",44052120,44052400,281,"*","3' UTR",10,44051793,44070066,18274,2,"8187",17666,"ENSG00000196793","ZNF239","zinc finger protein 239"
-"chr19",50667086,50667404,319,"*","Promoter (<=1kb)",19,50655805,50666538,10734,2,"126123",-548,"ENSG00000161652","IZUMO2","IZUMO family member 2"
-"chr22",44576821,44577015,195,"*","5' UTR",22,44568836,44604349,35514,1,"64098",7985,"ENSG00000138964","PARVG","parvin gamma"
-"chr18",74207390,74207503,114,"*","Promoter (<=1kb)",18,74207477,74210045,2569,1,"400658",0,NA,"C18orf65","chromosome 18 open reading frame 65"
-"chr7",17339028,17339433,406,"*","Promoter (<=1kb)",7,17338276,17385775,47500,1,"196",752,"ENSG00000106546","AHR","aryl hydrocarbon receptor"
-"chr7",77427790,77427822,33,"*","Promoter (<=1kb)",7,77423045,77427747,4703,2,"85025",-43,"ENSG00000135211","TMEM60","transmembrane protein 60"
-"chr6",144164650,144164755,106,"*","Promoter (<=1kb)",6,144164508,144184943,20436,1,"84946",142,"ENSG00000135521","LTV1","LTV1 ribosome biogenesis factor"
-"chr1",16058422,16058427,6,"*","Exon (uc010obo.2/23207, exon 17 of 20)",1,16062809,16067884,5076,1,"284723",-4382,"ENSG00000162461","SLC25A34","solute carrier family 25 member 34"
-"chr3",47845138,47845624,487,"*","Promoter (<=1kb)",3,47844399,47891686,47288,1,"22907",739,"ENSG00000132153","DHX30","DEAH-box helicase 30"
-"chr4",8201080,8201560,481,"*","Promoter (<=1kb)",4,8201060,8242830,41771,1,"54436",20,"ENSG00000125089","SH3TC1","SH3 domain and tetratricopeptide repeats 1"
-"chr17",8022527,8022544,18,"*","Promoter (<=1kb)",17,7999218,8022234,23017,2,"59344",-293,"ENSG00000179148","ALOXE3","arachidonate lipoxygenase 3"
-"chr16",1233592,1233824,233,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",30351,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
-"chr4",6247592,6247830,239,"*","Distal Intergenic",4,6271577,6304992,33416,1,"7466",-23747,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
-"chr3",47398007,47398209,203,"*","Distal Intergenic",3,47422491,47454931,32441,1,"25930",-24282,"ENSG00000076201","PTPN23","protein tyrosine phosphatase, non-receptor type 23"
-"chr1",153756061,153756071,11,"*","Distal Intergenic",1,153747768,153752633,4866,1,"11000",8293,"ENSG00000143554","SLC27A3","solute carrier family 27 member 3"
-"chr11",20385639,20385756,118,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",408,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
-"chr6",42928498,42928725,228,"*","Promoter (<=1kb)",6,42928500,42931618,3119,1,"27232",0,"ENSG00000124713","GNMT","glycine N-methyltransferase"
-"chr7",99746088,99746231,144,"*","Promoter (<=1kb)",7,99746530,99751833,5304,1,"389541",-299,"ENSG00000188186","LAMTOR4","late endosomal/lysosomal adaptor, MAPK and MTOR activator 4"
-"chr19",57742255,57742260,6,"*","Promoter (<=1kb)",19,57742377,57746916,4540,1,"6795",-117,"ENSG00000105146","AURKC","aurora kinase C"
-"chr8",11058097,11058347,251,"*","Promoter (<=1kb)",8,10753657,11058875,305219,2,"286046",528,"ENSG00000171044","XKR6","XK related 6"
-"chr1",209878178,209878341,164,"*","5' UTR",1,209859525,209908295,48771,1,"3290",18653,"ENSG00000117594","HSD11B1","hydroxysteroid (11-beta) dehydrogenase 1"
-"chr7",786634,786861,228,"*","Intron (uc003siz.2/54919, intron 4 of 12)",7,588834,767313,178480,2,"5575",-19321,"ENSG00000188191","PRKAR1B","protein kinase cAMP-dependent type I regulatory subunit beta"
-"chr13",113425199,113425249,51,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",80556,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
-"chr20",57414548,57414836,289,"*","Promoter (<=1kb)",20,57414795,57486250,71456,1,"2778",0,"ENSG00000087460","GNAS","GNAS complex locus"
-"chr16",13873757,13873785,29,"*","Distal Intergenic",16,14014014,14046205,32192,1,"2072",-140229,"ENSG00000175595","ERCC4","excision repair cross-complementation group 4"
-"chr1",224051868,224052035,168,"*","Exon (uc021pjm.1/uc021pjm.1, exon 1 of 1)",1,223967595,224033674,66080,2,"7159",-18194,"ENSG00000143514","TP53BP2","tumor protein p53 binding protein 2"
-"chr5",43066427,43066490,64,"*","Promoter (<=1kb)",5,43065289,43067073,1785,2,"100132356",583,NA,"LOC100132356","uncharacterized LOC100132356"
-"chr6",28832090,28832107,18,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-348520,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr11",64112432,64112498,67,"*","Exon (uc009ypo.2/283234, exon 14 of 24)",11,64107690,64125006,17317,1,"283234",4742,"ENSG00000168071","CCDC88B","coiled-coil domain containing 88B"
-"chr11",49070231,49070637,407,"*","Distal Intergenic",11,49075266,49080664,5399,2,"646754",10027,"ENSG00000214891","TRIM64C","tripartite motif containing 64C"
-"chr12",131355417,131355786,370,"*","Promoter (<=1kb)",12,131356617,131360826,4210,1,"5901",-831,"ENSG00000132341","RAN","RAN, member RAS oncogene family"
-"chr8",179284,179287,4,"*","Promoter (2-3kb)",8,182200,197339,15140,1,"169270",-2913,"ENSG00000172748","ZNF596","zinc finger protein 596"
-"chr11",28129628,28129685,58,"*","Promoter (<=1kb)",11,28042163,28129746,87584,2,"81930",61,"ENSG00000121621","KIF18A","kinesin family member 18A"
-"chr1",244624507,244624510,4,"*","Intron (uc001iak.1/257044, intron 2 of 15)",1,244617679,244803662,185984,1,"257044",6828,"ENSG00000179397","C1orf101","chromosome 1 open reading frame 101"
-"chr11",2908233,2908348,116,"*","Promoter (1-2kb)",11,2904448,2906995,2548,2,"1028",-1238,"ENSG00000129757","CDKN1C","cyclin-dependent kinase inhibitor 1C"
-"chr17",75277597,75277987,391,"*","Promoter (<=1kb)",17,75277492,75496678,219187,1,"10801",105,"ENSG00000184640","SEPT9","septin 9"
-"chr22",18893669,18893679,11,"*","Promoter (<=1kb)",22,18893541,18899601,6061,1,"8214",128,"ENSG00000183628","DGCR6","DiGeorge syndrome critical region gene 6"
-"chr2",26915844,26916101,258,"*","Promoter (<=1kb)",2,26915581,26954066,38486,1,"3777",263,"ENSG00000171303","KCNK3","potassium two pore domain channel subfamily K member 3"
-"chrX",152712875,152713268,394,"*","Promoter (<=1kb)",23,152710178,152711945,1768,2,"11219",-930,"ENSG00000183479","TREX2","three prime repair exonuclease 2"
-"chr12",123636457,123636548,92,"*","Promoter (1-2kb)",12,123468027,123635285,167259,2,"57605",-1172,"ENSG00000090975","PITPNM2","phosphatidylinositol transfer protein membrane associated 2"
-"chr9",96716998,96717301,304,"*","Promoter (<=1kb)",9,96713909,96717608,3700,2,"56033",307,"ENSG00000131668","BARX1","BARX homeobox 1"
-"chr10",30024328,30024742,415,"*","Promoter (1-2kb)",10,29746277,30025864,279588,2,"6840",1122,"ENSG00000197321","SVIL","supervillin"
-"chr4",166129241,166129561,321,"*","Promoter (<=1kb)",4,166128770,166244308,115539,1,"11275",471,"ENSG00000109466","KLHL2","kelch like family member 2"
-"chr1",220445993,220445995,3,"*","Promoter (<=1kb)",1,220321610,220445843,124234,2,"25782",-150,"ENSG00000118873","RAB3GAP2","RAB3 GTPase activating non-catalytic protein subunit 2"
-"chr8",67974296,67974324,29,"*","Promoter (<=1kb)",8,67955315,67974571,19257,2,"10987",247,"ENSG00000121022","COPS5","COP9 signalosome subunit 5"
-"chr11",9406067,9406069,3,"*","Promoter (<=1kb)",11,9406169,9469674,63506,1,"10527",-100,"ENSG00000205339","IPO7","importin 7"
-"chr5",122181017,122181023,7,"*","Promoter (<=1kb)",5,122181160,122344902,163743,1,"28966",-137,"ENSG00000064652","SNX24","sorting nexin 24"
-"chr6",111409483,111409499,17,"*","Promoter (<=1kb)",6,111408781,111544606,135826,1,"117247",702,"ENSG00000112394","SLC16A10","solute carrier family 16 member 10"
-"chr2",224904683,224904724,42,"*","Promoter (<=1kb)",2,224839765,224904036,64272,2,"5270",-647,"ENSG00000135919","SERPINE2","serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2"
-"chr1",151171009,151171034,26,"*","Promoter (<=1kb)",1,151171021,151222007,50987,1,"8394",0,"ENSG00000143398","PIP5K1A","phosphatidylinositol-4-phosphate 5-kinase, type I, alpha"
-"chr4",1684743,1684825,83,"*","Promoter (1-2kb)",4,1641608,1685988,44381,2,"152877",1163,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr7",95951129,95951432,304,"*","Promoter (<=1kb)",7,95749532,95951459,201928,2,"10165",27,"ENSG00000004864","SLC25A13","solute carrier family 25 member 13"
-"chr3",186284968,186285036,69,"*","Promoter (2-3kb)",3,186287952,186303589,15638,1,"51726",-2916,"ENSG00000090520","DNAJB11","DnaJ heat shock protein family (Hsp40) member B11"
-"chr5",148737478,148737491,14,"*","Promoter (<=1kb)",5,148737570,148749221,11652,1,"78991",-79,"ENSG00000145882","PCYOX1L","prenylcysteine oxidase 1 like"
-"chr16",88949937,88950027,91,"*","Intron (uc002fml.2/863, intron 5 of 10)",16,88928036,88933068,5033,2,"390748",-16869,"ENSG00000205022","PABPN1L","poly(A) binding protein, nuclear 1-like (cytoplasmic)"
-"chr6",33401514,33401520,7,"*","Intron (uc003oeo.2/8831, intron 5 of 9)",6,33540323,33548070,7748,2,"578",146550,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr8",1830866,1830917,52,"*","Exon (uc003wpq.1/9639, exon 11 of 23)",8,1772149,1906807,134659,1,"9639",58717,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
-"chr1",155214516,155214522,7,"*","Promoter (<=1kb)",1,155204239,155214653,10415,2,"2629",131,"ENSG00000177628","GBA","glucosidase, beta, acid"
-"chr17",31620820,31621201,382,"*","Intron (uc002hhu.3/40, intron 9 of 9)",17,31856806,31860779,3974,2,"100506677",239578,"ENSG00000265544","AA06","uncharacterized LOC100506677"
-"chr6",138613022,138613217,196,"*","Exon (uc003qhu.3/57221, exon 19 of 34)",6,138537127,138539627,2501,2,"59351",-73395,"ENSG00000254440","PBOV1","prostate and breast cancer overexpressed 1"
-"chr10",71893159,71893365,207,"*","Promoter (<=1kb)",10,71857979,71892690,34712,2,"84883",-469,"ENSG00000042286","AIFM2","apoptosis inducing factor, mitochondria associated 2"
-"chr5",64920465,64920682,218,"*","Promoter (<=1kb)",5,64920558,64961954,41397,1,"80006",0,"ENSG00000113597","TRAPPC13","trafficking protein particle complex 13"
-"chr8",22462419,22462445,27,"*","Promoter (<=1kb)",8,22462145,22477983,15839,1,"57805",274,"ENSG00000158941","CCAR2","cell cycle and apoptosis regulator 2"
-"chr2",242953437,242953706,270,"*","Distal Intergenic",2,243030844,243102469,71626,1,"728323",-77138,NA,"LOC728323","uncharacterized LOC728323"
-"chr5",176882595,176882869,275,"*","Exon (uc003mgu.2/80758, exon 4 of 4)",5,176864890,176874945,10056,2,"340037",-7650,NA,"PRR7-AS1","PRR7 antisense RNA 1"
-"chr16",702075,702538,464,"*","Promoter (2-3kb)",16,699363,717829,18467,1,"197335",2712,"ENSG00000161996","WDR90","WD repeat domain 90"
-"chr19",33165499,33165562,64,"*","Promoter (<=1kb)",19,33087907,33166102,78196,2,"84079",540,"ENSG00000105186","ANKRD27","ankyrin repeat domain 27"
-"chr8",74658199,74658628,430,"*","Promoter (1-2kb)",8,74332604,74659943,327340,2,"27067",1315,"ENSG00000040341","STAU2","staufen double-stranded RNA binding protein 2"
-"chr2",95978173,95978199,27,"*","3' UTR",2,95963072,96051825,88754,1,"30818",15101,"ENSG00000115041","KCNIP3","potassium voltage-gated channel interacting protein 3"
-"chr15",74495109,74495354,246,"*","5' UTR",15,74471808,74502046,30239,2,"64220",6692,"ENSG00000137868","STRA6","stimulated by retinoic acid 6"
-"chr1",11160083,11160106,24,"*","Promoter (<=1kb)",1,11126676,11159938,33263,2,"5394",-145,"ENSG00000171824","EXOSC10","exosome component 10"
-"chr19",18896584,18896853,270,"*","Exon (uc002nkd.3/1311, exon 12 of 18)",19,18893583,18902114,8532,2,"1311",5261,"ENSG00000105664","COMP","cartilage oligomeric matrix protein"
-"chr7",98476450,98476580,131,"*","Promoter (<=1kb)",7,98476113,98610866,134754,1,"8295",337,"ENSG00000196367","TRRAP","transformation/transcription domain-associated protein"
-"chr10",2005709,2005787,79,"*","Distal Intergenic",10,2047667,2056542,8876,2,"282980",50755,"ENSG00000234962","LINC00700","long intergenic non-protein coding RNA 700"
-"chr17",1619022,1619080,59,"*","Promoter (<=1kb)",17,1614798,1619566,4769,2,"84981",486,"ENSG00000186594","MIR22HG","MIR22 host gene"
-"chr2",239335418,239335774,357,"*","Promoter (<=1kb)",2,239335626,239360891,25266,1,"51665",0,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
-"chr12",96429111,96429271,161,"*","Exon (uc001ten.2/4048, exon 1 of 19)",12,96394531,96437298,42768,2,"4048",8027,"ENSG00000111144","LTA4H","leukotriene A4 hydrolase"
-"chr17",1627652,1627653,2,"*","Intron (uc002fth.2/124997, intron 1 of 10)",17,1619817,1641893,22077,1,"124997",7835,"ENSG00000167716","WDR81","WD repeat domain 81"
-"chr16",19729769,19729774,6,"*","Promoter (<=1kb)",16,19717674,19729492,11819,2,"400506",-277,"ENSG00000103550","KNOP1","lysine-rich nucleolar protein 1"
-"chr12",64062564,64062724,161,"*","Promoter (<=1kb)",12,63952693,64062354,109662,2,"283417",-210,"ENSG00000177990","DPY19L2","dpy-19 like 2 (C. elegans)"
-"chr1",228346133,228346290,158,"*","Exon (uc001hsk.3/57165, exon 2 of 2)",1,228353429,228369958,16530,1,"200205",-7139,"ENSG00000181873","IBA57","IBA57 homolog, iron-sulfur cluster assembly"
-"chr10",851053,851217,165,"*","Downstream (1-2kb)",10,320130,735608,415479,2,"22982",-115445,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
-"chr12",124118184,124118264,81,"*","Promoter (<=1kb)",12,124118286,124147151,28866,1,"2967",-22,"ENSG00000111358","GTF2H3","general transcription factor IIH subunit 3"
-"chr16",25269413,25269641,229,"*","Promoter (<=1kb)",16,25247322,25268855,21534,2,"342357",-558,"ENSG00000155592","ZKSCAN2","zinc finger with KRAB and SCAN domains 2"
-"chr2",237033449,237033583,135,"*","3' UTR",2,237074307,237076652,2346,2,"2637",43069,"ENSG00000168505","GBX2","gastrulation brain homeobox 2"
-"chr19",56154045,56154165,121,"*","Promoter (1-2kb)",19,56152392,56154836,2445,1,"51157",1653,"ENSG00000213015","ZNF580","zinc finger protein 580"
-"chr5",980532,980708,177,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",16747,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
-"chr17",36831195,36831197,3,"*","Promoter (<=1kb)",17,36827959,36831187,3229,2,"100170841",-8,"ENSG00000273604","C17orf96","chromosome 17 open reading frame 96"
-"chr6",87865437,87865802,366,"*","Promoter (2-3kb)",6,87862551,87973406,110856,1,"23036",2886,"ENSG00000188994","ZNF292","zinc finger protein 292"
-"chr19",54976458,54976708,251,"*","Promoter (1-2kb)",19,54972979,54974894,1916,2,"94059",-1564,"ENSG00000275183","LENG9","leukocyte receptor cluster (LRC) member 9"
-"chr20",42543129,42543184,56,"*","Promoter (<=1kb)",20,42543492,42698254,154763,1,"84969",-308,"ENSG00000124191","TOX2","TOX high mobility group box family member 2"
-"chr16",87467986,87468092,107,"*","Intron (uc002fjz.1/23174, intron 11 of 12)",16,87425801,87438380,12580,1,"81631",42185,"ENSG00000140941","MAP1LC3B","microtubule associated protein 1 light chain 3 beta"
-"chr6",108582892,108583023,132,"*","Promoter (<=1kb)",6,108532717,108582464,49748,2,"8724",-428,"ENSG00000112335","SNX3","sorting nexin 3"
-"chr1",11958326,11958524,199,"*","Distal Intergenic",1,11979645,11986485,6841,2,"90231",27961,"ENSG00000116685","KIAA2013","KIAA2013"
-"chr6",33168957,33168971,15,"*","5' UTR",6,33540323,33548070,7748,2,"578",379099,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr11",107798924,107799072,149,"*","Promoter (<=1kb)",11,107799277,107834208,34932,1,"54734",-205,"ENSG00000179331","RAB39A","RAB39A, member RAS oncogene family"
-"chr16",30934656,30934666,11,"*","Promoter (<=1kb)",16,30930640,30934590,3951,2,"283932",-66,"ENSG00000260852","FBXL19-AS1","FBXL19 antisense RNA 1 (head to head)"
-"chr17",80455473,80455631,159,"*","Distal Intergenic",17,80477594,80562483,84890,1,"3607",-21963,"ENSG00000141568","FOXK2","forkhead box K2"
-"chr10",129924922,129925077,156,"*","Promoter (<=1kb)",10,129894925,129924468,29544,2,"4288",-454,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
-"chr7",39873832,39874034,203,"*","Distal Intergenic",7,39773167,39834222,61056,1,"349114",100665,NA,"LINC00265","long intergenic non-protein coding RNA 265"
-"chr6",33386087,33386148,62,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",161922,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr15",66679669,66679676,8,"*","Promoter (<=1kb)",15,66679211,66783882,104672,1,"5604",458,"ENSG00000169032","MAP2K1","mitogen-activated protein kinase kinase 1"
-"chr3",184095197,184095505,309,"*","Promoter (<=1kb)",3,184089773,184095932,6160,2,"7066",427,"ENSG00000090534","THPO","thrombopoietin"
-"chr6",118228382,118228493,112,"*","Promoter (<=1kb)",6,118228689,118638839,410151,1,"222553",-196,"ENSG00000196376","SLC35F1","solute carrier family 35 member F1"
-"chr12",52758833,52758902,70,"*","Promoter (2-3kb)",12,52753790,52761309,7520,2,"3891",2407,"ENSG00000135443","KRT85","keratin 85"
-"chr14",93799351,93799370,20,"*","Promoter (<=1kb)",14,93703896,93799385,95490,2,"55727",15,"ENSG00000011114","BTBD7","BTB domain containing 7"
-"chr3",5028674,5028761,88,"*","Distal Intergenic",3,4938493,5021646,83154,2,"100507582",-7028,"ENSG00000235831","BHLHE40-AS1","BHLHE40 antisense RNA 1"
-"chr6",34499341,34499440,100,"*","Exon (uc003ojo.4/29993, exon 9 of 10)",6,34505579,34524110,18532,2,"25803",24670,"ENSG00000124664","SPDEF","SAM pointed domain containing ETS transcription factor"
-"chr3",197463378,197463746,369,"*","5' UTR",3,197476424,197511317,34894,1,"84248",-12678,"ENSG00000122068","FYTTD1","forty-two-three domain containing 1"
-"chr14",81687597,81687673,77,"*","Promoter (<=1kb)",14,81641796,81687575,45780,2,"2957",-22,"ENSG00000165417","GTF2A1","general transcription factor IIA 1"
-"chr6",30647100,30647128,29,"*","Exon (uc003nra.3/170954, exon 3 of 4)",6,32485154,32557613,72460,2,"3127",1910485,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr1",3816609,3816695,87,"*","Promoter (<=1kb)",1,3805697,3816857,11161,2,"339448",162,"ENSG00000198912","C1orf174","chromosome 1 open reading frame 174"
-"chr11",111472582,111472693,112,"*","Promoter (<=1kb)",11,111473170,111597632,124463,1,"23235",-477,"ENSG00000170145","SIK2","salt inducible kinase 2"
-"chr8",99182374,99182441,68,"*","Distal Intergenic",8,99129521,99172069,42549,1,"10940",52853,"ENSG00000104356","POP1","POP1 homolog, ribonuclease P/MRP subunit"
-"chr15",65068546,65068837,292,"*","Promoter (<=1kb)",15,65032095,65067770,35676,2,"348093",-776,"ENSG00000166831","RBPMS2","RNA binding protein with multiple splicing 2"
-"chr12",75723784,75723785,2,"*","5' UTR",12,75728463,75764169,35707,1,"256710",-4678,"ENSG00000173401","GLIPR1L1","GLI pathogenesis related 1 like 1"
-"chr14",24711884,24711919,36,"*","Promoter (<=1kb)",14,24708851,24711880,3030,2,"26277",-4,"ENSG00000092330","TINF2","TERF1 (TRF1)-interacting nuclear factor 2"
-"chr16",1742197,1742233,37,"*","Intron (uc002cmg.3/90861, intron 3 of 4)",16,1728278,1752073,23796,1,"90861",13919,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
-"chr2",558775,558994,220,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",118445,"ENSG00000151353","TMEM18","transmembrane protein 18"
-"chr17",1553154,1553341,188,"*","Promoter (<=1kb)",17,1549445,1553392,3948,2,"83547",51,"ENSG00000167705","RILP","Rab interacting lysosomal protein"
-"chr3",195600560,195600868,309,"*","Intron (uc003fvs.1/10188, intron 5 of 13)",3,195590236,195638816,48581,2,"10188",37948,"ENSG00000061938","TNK2","tyrosine kinase, non-receptor, 2"
-"chr20",62076013,62076083,71,"*","Exon (uc002yey.1/3785, exon 4 of 17)",20,62037542,62103993,66452,2,"3785",27910,"ENSG00000075043","KCNQ2","potassium voltage-gated channel subfamily Q member 2"
-"chr9",116811633,116811741,109,"*","Exon (uc004bic.3/114991, exon 14 of 14)",9,116822408,116840752,18345,2,"259",29011,"ENSG00000106927","AMBP","alpha-1-microglobulin/bikunin precursor"
-"chr1",207096358,207096725,368,"*","Promoter (<=1kb)",1,207076631,207095378,18748,2,"9214",-980,"ENSG00000162894","FCMR","Fc fragment of IgM receptor"
-"chr17",79935160,79935165,6,"*","Promoter (<=1kb)",17,79935426,79975282,39857,1,"79058",-261,"ENSG00000169696","ASPSCR1","alveolar soft part sarcoma chromosome region, candidate 1"
-"chr2",107200898,107201149,252,"*","Distal Intergenic",2,107021136,107084801,63666,2,"653489",-116097,"ENSG00000153165","RGPD3","RANBP2-like and GRIP domain containing 3"
-"chr3",11746135,11746226,92,"*","Intron (uc003bwf.2/9686, intron 5 of 5)",3,11597544,11762220,164677,2,"9686",15994,"ENSG00000144560","VGLL4","vestigial like family member 4"
-"chr1",166845717,166845736,20,"*","Promoter (<=1kb)",1,166825749,166845654,19906,2,"117143",-63,"ENSG00000152382","TADA1","transcriptional adaptor 1"
-"chr9",101017883,101018043,161,"*","Promoter (<=1kb)",9,100961280,101018003,56724,2,"55357",0,"ENSG00000095383","TBC1D2","TBC1 domain family member 2"
-"chr10",3466747,3466852,106,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3179116,3215033,35918,2,"10531",-251714,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
-"chr16",215733,215743,11,"*","Promoter (<=1kb)",16,215973,216767,795,1,"3042",-230,"ENSG00000206177","HBM","hemoglobin subunit mu"
-"chr19",4954579,4954869,291,"*","Exon (uc002mbo.3/29128, exon 15 of 18)",19,4969124,5153608,184485,1,"23030",-14255,"ENSG00000127663","KDM4B","lysine demethylase 4B"
-"chr6",72806727,72806742,16,"*","Exon (uc003pga.4/22999, exon 3 of 34)",6,72596406,73112845,516440,1,"22999",210321,"ENSG00000079841","RIMS1","regulating synaptic membrane exocytosis 1"
-"chr16",221542,221811,270,"*","Promoter (1-2kb)",16,222846,223709,864,1,"3040",-1035,"ENSG00000188536","HBA2","hemoglobin subunit alpha 2"
-"chr6",41888842,41888845,4,"*","Promoter (<=1kb)",6,41873092,41888877,15786,2,"9477",32,"ENSG00000124641","MED20","mediator complex subunit 20"
-"chr8",10872648,10872771,124,"*","Intron (uc003wtk.1/286046, intron 2 of 2)",8,10892716,10892812,97,2,"693183",20041,"ENSG00000207600","MIR598","microRNA 598"
-"chr10",127461065,127461233,169,"*","Exon (uc001liu.3/118856, exon 3 of 7)",10,127455027,127464390,9364,2,"118856",3157,"ENSG00000154485","MMP21","matrix metallopeptidase 21"
-"chr15",78857577,78857848,272,"*","Promoter (<=1kb)",15,78857862,78887611,29750,1,"1138",-14,"ENSG00000169684","CHRNA5","cholinergic receptor nicotinic alpha 5 subunit"
-"chr6",30689496,30689514,19,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1868099,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr8",143867129,143867256,128,"*","Promoter (<=1kb)",8,143866298,143868008,1711,2,"8581",752,"ENSG00000167656","LY6D","lymphocyte antigen 6 complex, locus D"
-"chr10",73975246,73975286,41,"*","Promoter (1-2kb)",10,73855790,73976892,121103,2,"51008",1606,"ENSG00000138303","ASCC1","activating signal cointegrator 1 complex subunit 1"
-"chr17",76673221,76673380,160,"*","Intron (uc010wtv.2/9267, intron 2 of 4)",17,76419778,76573476,153699,2,"8632",-99745,"ENSG00000187775","DNAH17","dynein axonemal heavy chain 17"
-"chr3",150803247,150803259,13,"*","Promoter (<=1kb)",3,150803451,151154465,351015,1,"116931",-192,"ENSG00000144893","MED12L","mediator complex subunit 12 like"
-"chr16",67875607,67875619,13,"*","Promoter (<=1kb)",16,67876213,67878098,1886,1,"57215",-594,"ENSG00000168286","THAP11","THAP domain containing 11"
-"chr10",116045787,116045882,96,"*","Exon (uc001lbk.2/340706, exon 11 of 12)",10,115999013,116054259,55247,1,"340706",46774,"ENSG00000165816","VWA2","von Willebrand factor A domain containing 2"
-"chr11",45792562,45792923,362,"*","Promoter (<=1kb)",11,45792983,45793909,927,1,"374387",-60,"ENSG00000205106","DKFZp779M0652","uncharacterized DKFZp779M0652"
-"chr16",11376154,11376261,108,"*","Promoter (<=1kb)",16,11374693,11375192,500,2,"5619",-962,"ENSG00000175646","PRM1","protamine 1"
-"chr6",29910363,29910525,163,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1426793,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr3",33155916,33156070,155,"*","Promoter (<=1kb)",3,33155450,33189265,33816,1,"10491",466,"ENSG00000170275","CRTAP","cartilage associated protein"
-"chr11",67033753,67034249,497,"*","Promoter (<=1kb)",11,67033905,67054029,20125,1,"156",0,"ENSG00000173020","ADRBK1","adrenergic, beta, receptor kinase 1"
-"chr1",116694158,116694617,460,"*","Distal Intergenic",1,116654376,116677861,23486,1,"126868",39782,"ENSG00000173212","MAB21L3","mab-21-like 3 (C. elegans)"
-"chr11",64329378,64329602,225,"*","5' UTR",11,64323098,64338999,15902,1,"55867",6280,"ENSG00000168065","SLC22A11","solute carrier family 22 member 11"
-"chr15",81071225,81071660,436,"*","Promoter (<=1kb)",15,81071712,81243999,172288,1,"57214",-52,"ENSG00000103888","CEMIP","cell migration inducing protein, hyaluronan binding"
-"chr7",1051703,1052092,390,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1062569,1062662,94,2,"442907",10570,"ENSG00000199023","MIR339","microRNA 339"
-"chr12",54375971,54376094,124,"*","Promoter (2-3kb)",12,54378946,54384062,5117,1,"3226",-2852,"ENSG00000180818","HOXC10","homeobox C10"
-"chr1",242142427,242142508,82,"*","Distal Intergenic",1,242158792,242162385,3594,2,"440738",19877,"ENSG00000197769","MAP1LC3C","microtubule associated protein 1 light chain 3 gamma"
-"chr10",23480237,23480316,80,"*","Promoter (1-2kb)",10,23481460,23483181,1722,1,"256297",-1144,"ENSG00000168267","PTF1A","pancreas specific transcription factor, 1a"
-"chr3",112693867,112694014,148,"*","Promoter (<=1kb)",3,112641532,112693937,52406,2,"131450",0,"ENSG00000163606","CD200R1","CD200 receptor 1"
-"chr19",17326067,17326073,7,"*","Promoter (<=1kb)",19,17326155,17330638,4484,1,"55850",-82,"ENSG00000053501","USE1","unconventional SNARE in the ER 1 homolog (S. cerevisiae)"
-"chr4",7657255,7657359,105,"*","Intron (uc003gkb.4/57537, intron 5 of 26)",4,7755817,7780654,24838,1,"84740",-98458,"ENSG00000272620","AFAP1-AS1","AFAP1 antisense RNA 1"
-"chr1",244395067,244395207,141,"*","Distal Intergenic",1,244515937,244552388,36452,1,"200159",-120730,"ENSG00000173728","C1orf100","chromosome 1 open reading frame 100"
-"chr5",79703702,79703937,236,"*","Promoter (<=1kb)",5,79703838,79775498,71661,1,"9765",0,"ENSG00000039319","ZFYVE16","zinc finger FYVE-type containing 16"
-"chr9",125675579,125675605,27,"*","Promoter (<=1kb)",9,125670335,125675607,5273,2,"10773",2,"ENSG00000186130","ZBTB6","zinc finger and BTB domain containing 6"
-"chr1",53558066,53558245,180,"*","Exon (uc021onm.1/6512, exon 6 of 10)",1,53527724,53551174,23451,1,"127435",30342,"ENSG00000174348","PODN","podocan"
-"chr6",71377500,71377503,4,"*","Promoter (<=1kb)",6,71377479,71571716,194238,1,"60682",21,"ENSG00000112305","SMAP1","small ArfGAP 1"
-"chrX",118284593,118284647,55,"*","Promoter (<=1kb)",23,118212598,118284542,71945,2,"57481",-51,"ENSG00000250423","KIAA1210","KIAA1210"
-"chr7",140773688,140773905,218,"*","Promoter (<=1kb)",7,140774032,141180179,406148,1,"100507421",-127,"ENSG00000261115","TMEM178B","transmembrane protein 178B"
-"chr19",10615049,10615151,103,"*","Promoter (<=1kb)",19,10596796,10614054,17259,2,"9817",-995,"ENSG00000079999","KEAP1","kelch like ECH associated protein 1"
-"chr7",1499380,1499391,12,"*","Promoter (<=1kb)",7,1473995,1499109,25115,2,"79778",-271,"ENSG00000164877","MICALL2","MICAL like 2"
-"chr6",1605865,1605980,116,"*","Distal Intergenic",6,1610681,1614129,3449,1,"2296",-4701,"ENSG00000054598","FOXC1","forkhead box C1"
-"chr9",131548632,131549075,444,"*","Promoter (<=1kb)",9,131549510,131572711,23202,1,"54662",-435,"ENSG00000107021","TBC1D13","TBC1 domain family member 13"
-"chr1",54203500,54203678,179,"*","Distal Intergenic",1,53971906,54199877,227972,2,"148979",-3623,"ENSG00000174332","GLIS1","GLIS family zinc finger 1"
-"chr1",167904236,167904675,440,"*","Promoter (1-2kb)",1,167905797,168045083,139287,1,"55827",-1122,"ENSG00000143164","DCAF6","DDB1 and CUL4 associated factor 6"
-"chr10",75541617,75541620,4,"*","Promoter (<=1kb)",10,75541808,75543406,1599,1,"118487",-188,"ENSG00000172586","CHCHD1","coiled-coil-helix-coiled-coil-helix domain containing 1"
-"chr17",883294,883776,483,"*","Promoter (<=1kb)",17,702553,882998,180446,2,"64359",-296,"ENSG00000167693","NXN","nucleoredoxin"
-"chr12",113917085,113917347,263,"*","Distal Intergenic",12,113900694,113909877,9184,2,"64211",-7208,"ENSG00000089116","LHX5","LIM homeobox 5"
-"chr2",63275509,63275602,94,"*","Promoter (<=1kb)",2,63271100,63275656,4557,2,"100132215",54,"ENSG00000231609","LOC100132215","uncharacterized LOC100132215"
-"chr15",43941515,43941594,80,"*","Intron (uc001zsl.1/117155, intron 1 of 2)",15,43891761,43924561,32801,2,"161497",-16954,"ENSG00000242866","STRC","stereocilin"
-"chr3",128880118,128880122,5,"*","Promoter (<=1kb)",3,128806412,128880073,73662,2,"100534599",-45,"ENSG00000240682","ISY1-RAB43","ISY1-RAB43 readthrough"
-"chr1",25228749,25228753,5,"*","Exon (uc001bjq.3/864, exon 5 of 5)",1,25226002,25291612,65611,2,"864",62859,"ENSG00000020633","RUNX3","runt related transcription factor 3"
-"chr2",175208761,175209075,315,"*","Distal Intergenic",2,175199821,175202268,2448,1,"100131390",8940,"ENSG00000217236","SP9","Sp9 transcription factor"
-"chr11",103907480,103907715,236,"*","Promoter (<=1kb)",11,103907308,103909922,2615,1,"414301",172,"ENSG00000170967","DDI1","DNA damage inducible 1 homolog 1"
-"chr13",46425929,46425951,23,"*","Promoter (<=1kb)",13,46354416,46425846,71431,2,"283514",-83,"ENSG00000215475","SIAH3","siah E3 ubiquitin protein ligase family member 3"
-"chr19",18942513,18942575,63,"*","Promoter (<=1kb)",19,18942744,18979039,36296,1,"5976",-169,"ENSG00000005007","UPF1","UPF1 regulator of nonsense transcripts homolog (yeast)"
-"chr3",113160637,113160821,185,"*","Promoter (<=1kb)",3,113005777,113160361,154585,2,"55779",-276,"ENSG00000206530","CFAP44","cilia and flagella associated protein 44"
-"chr1",228645073,228645254,182,"*","Promoter (<=1kb)",1,228645065,228645560,496,2,"92815",306,"ENSG00000181218","HIST3H2A","histone cluster 3, H2a"
-"chr19",10397381,10397513,133,"*","Promoter (<=1kb)",19,10397643,10399260,1618,1,"3386",-130,"ENSG00000105371","ICAM4","intercellular adhesion molecule 4 (Landsteiner-Wiener blood group)"
-"chr16",47006731,47006792,62,"*","Promoter (<=1kb)",16,46989274,47007625,18352,2,"10294",833,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
-"chr15",89960503,89960644,142,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",49173,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
-"chr1",1487068,1487266,199,"*","Intron (uc001agd.3/29101, intron 3 of 4)",1,1470158,1475740,5583,2,"339453",-11328,"ENSG00000205090","TMEM240","transmembrane protein 240"
-"chr16",2389659,2389857,199,"*","Promoter (<=1kb)",16,2389291,2476700,87410,1,"650655",368,"ENSG00000238098","ABCA17P","ATP binding cassette subfamily A member 17, pseudogene"
-"chrX",148713678,148713713,36,"*","Promoter (<=1kb)",23,148678216,148713487,35272,2,"84548",-191,"ENSG00000269556","TMEM185A","transmembrane protein 185A"
-"chr11",9406013,9406015,3,"*","Promoter (<=1kb)",11,9406169,9469674,63506,1,"10527",-154,"ENSG00000205339","IPO7","importin 7"
-"chr16",11836643,11836653,11,"*","Promoter (<=1kb)",16,11772943,11836648,63706,2,"51061",0,"ENSG00000153066","TXNDC11","thioredoxin domain containing 11"
-"chr6",155054211,155054225,15,"*","Promoter (<=1kb)",6,155054512,155155194,100683,1,"22828",-287,"ENSG00000213079","SCAF8","SR-related CTD-associated factor 8"
-"chr15",74420796,74420890,95,"*","Promoter (<=1kb)",15,74418714,74421619,2906,2,"283731",729,"ENSG00000248540","LOC283731","uncharacterized LOC283731"
-"chr5",131630064,131630074,11,"*","Promoter (<=1kb)",5,131630145,131679899,49755,1,"6583",-71,"ENSG00000197208","SLC22A4","solute carrier family 22 member 4"
-"chr1",11072574,11072694,121,"*","Promoter (<=1kb)",1,11072679,11085549,12871,1,"23435",0,"ENSG00000120948","TARDBP","TAR DNA binding protein"
-"chr16",11369567,11369892,326,"*","Promoter (<=1kb)",16,11369493,11370337,845,2,"5620",445,"ENSG00000122304","PRM2","protamine 2"
-"chr16",31712294,31712420,127,"*","Promoter (<=1kb)",16,31711934,31718745,6812,1,"100132341",360,"ENSG00000131797","CLUHP3","clustered mitochondria (cluA/CLU1) homolog pseudogene 3"
-"chr5",178157956,178157962,7,"*","Promoter (<=1kb)",5,178138522,178157703,19182,2,"6940",-253,"ENSG00000169131","ZNF354A","zinc finger protein 354A"
-"chr7",99630979,99630998,20,"*","Exon (uc003usk.1/7586, exon 6 of 6)",7,99647417,99662663,15247,1,"7589",-16419,"ENSG00000166529","ZSCAN21","zinc finger and SCAN domain containing 21"
-"chr6",33173533,33173879,347,"*","Exon (uc003odi.2/7923, exon 6 of 9)",6,33540323,33548070,7748,2,"578",374191,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr1",149670340,149670509,170,"*","Exon (uc009wlc.3/57234, exon 3 of 4)",1,149754250,149764074,9825,1,"2209",-83741,"ENSG00000150337","FCGR1A","Fc fragment of IgG receptor Ia"
-"chr6",28984958,28985069,112,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-501388,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr16",5078978,5079174,197,"*","5' UTR",16,5083703,5092968,9266,1,"100507589",-4529,NA,"NAGPA-AS1","NAGPA antisense RNA 1"
-"chr12",34547067,34547337,271,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",371851,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
-"chr1",37980474,37980491,18,"*","Promoter (<=1kb)",1,37955561,37980420,24860,2,"64769",-54,"ENSG00000163875","MEAF6","MYST/Esa1 associated factor 6"
-"chr1",65612817,65612994,178,"*","Promoter (<=1kb)",1,65613232,65697828,84597,1,"205",-238,"ENSG00000162433","AK4","adenylate kinase 4"
-"chr4",6675571,6675612,42,"*","Promoter (<=1kb)",4,6675821,6677774,1954,1,"93622",-209,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
-"chr17",78644646,78644718,73,"*","Intron (uc002jys.3/57521, intron 3 of 8)",17,78518625,78940173,421549,1,"57521",126021,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
-"chr17",40996565,40996578,14,"*","Promoter (<=1kb)",17,40996609,41002724,6116,1,"314",-31,"ENSG00000131480","AOC2","amine oxidase, copper containing 2"
-"chr16",4743395,4743474,80,"*","Promoter (<=1kb)",16,4743694,4745860,2167,1,"84309",-220,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
-"chr12",125594179,125594183,5,"*","Intron (uc001uhc.3/65985, intron 8 of 17)",12,125549925,125627871,77947,1,"65985",44254,"ENSG00000081760","AACS","acetoacetyl-CoA synthetase"
-"chr1",45279281,45279301,21,"*","Intron (uc010ole.1/149478, intron 7 of 7)",1,45274154,45279801,5648,1,"149478",5127,"ENSG00000222009","BTBD19","BTB domain containing 19"
-"chr6",26225989,26226155,167,"*","Promoter (<=1kb)",6,26225383,26225844,462,1,"8353",606,"ENSG00000274750","HIST1H3E","histone cluster 1, H3e"
-"chr17",7155352,7155389,38,"*","Promoter (<=1kb)",17,7155372,7163259,7888,1,"23587",0,"ENSG00000170291","ELP5","elongator acetyltransferase complex subunit 5"
-"chr2",5833774,5834014,241,"*","Promoter (<=1kb)",2,5832799,5841517,8719,1,"6664",975,"ENSG00000176887","SOX11","SRY-box 11"
-"chr5",95769071,95769079,9,"*","Promoter (<=1kb)",5,95726040,95768985,42946,2,"5122",-86,"ENSG00000175426","PCSK1","proprotein convertase subtilisin/kexin type 1"
-"chr19",1940546,1940607,62,"*","Promoter (<=1kb)",19,1941161,1981336,40176,1,"1455",-554,"ENSG00000133275","CSNK1G2","casein kinase 1 gamma 2"
-"chr16",68344947,68344949,3,"*","Promoter (<=1kb)",16,68344877,68391169,46293,1,"54496",70,"ENSG00000132600","PRMT7","protein arginine methyltransferase 7"
-"chr21",34915186,34915222,37,"*","Promoter (<=1kb)",21,34876238,34915198,38961,2,"2618",0,"ENSG00000159131","GART","phosphoribosylglycinamide formyltransferase, phosphoribosylglycinamide synthetase, phosphoribosylaminoimidazole synthetase"
-"chr12",123001792,123001863,72,"*","5' UTR",12,122989190,123011560,22371,2,"65117",9697,"ENSG00000111011","RSRC2","arginine/serine-rich coiled-coil 2"
-"chr1",33841118,33841122,5,"*","Exon (uc001bxg.1/1912, exon 1 of 14)",1,33797994,33798093,100,2,"100500853",-43025,NA,"MIR3605","microRNA 3605"
-"chr11",69481995,69482104,110,"*","3' UTR",11,69471368,69490165,18798,2,"220064",8061,"ENSG00000149716","ORAOV1","oral cancer overexpressed 1"
-"chr16",1608969,1609393,425,"*","Intron (uc002clz.3/9742, intron 13 of 21)",16,1578742,1605581,26840,1,"79652",30227,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr1",39875021,39875238,218,"*","Promoter (<=1kb)",1,39875176,39882154,6979,1,"643314",0,"ENSG00000127603","KIAA0754","KIAA0754"
-"chr12",49463804,49463807,4,"*","Promoter (<=1kb)",12,49458468,49463775,5308,2,"121268",-29,"ENSG00000167550","RHEBL1","Ras homolog enriched in brain like 1"
-"chr14",85997421,85997471,51,"*","Promoter (<=1kb)",14,85996488,86094270,97783,1,"23768",933,"ENSG00000185070","FLRT2","fibronectin leucine rich transmembrane protein 2"
-"chr4",187647354,187647457,104,"*","Promoter (<=1kb)",4,187508937,187647850,138914,2,"2195",393,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
-"chr1",112531802,112531838,37,"*","Promoter (<=1kb)",1,112318454,112531777,213324,2,"3752",-25,"ENSG00000171385","KCND3","potassium voltage-gated channel subfamily D member 3"
-"chrX",101186679,101186694,16,"*","Promoter (<=1kb)",23,101137260,101187039,49780,2,"84460",345,"ENSG00000166432","ZMAT1","zinc finger matrin-type 1"
-"chr8",126103295,126103681,387,"*","Promoter (<=1kb)",8,126036503,126104061,67559,2,"9897",380,"ENSG00000164961","KIAA0196","KIAA0196"
-"chr17",75522134,75522344,211,"*","Distal Intergenic",17,75543023,75561103,18081,1,"100507351",-20679,NA,"LOC100507351","uncharacterized LOC100507351"
-"chr17",77752442,77752623,182,"*","Promoter (<=1kb)",17,77751977,77761449,9473,1,"84733",465,"ENSG00000173894","CBX2","chromobox 2"
-"chr19",46088110,46088275,166,"*","5' UTR",19,46093023,46105466,12444,2,"2828",17191,"ENSG00000177464","GPR4","G protein-coupled receptor 4"
-"chr19",12978255,12978312,58,"*","Exon (uc002mvm.3/22983, exon 19 of 26)",19,12986025,12992335,6311,2,"1777",14023,"ENSG00000105612","DNASE2","deoxyribonuclease II, lysosomal"
-"chr10",112678958,112679055,98,"*","Promoter (<=1kb)",10,112658488,112679124,20637,2,"92482",69,"ENSG00000214413","BBIP1","BBSome interacting protein 1"
-"chr11",616089,616112,24,"*","Promoter (<=1kb)",11,612555,615999,3445,2,"3665",-90,"ENSG00000185507","IRF7","interferon regulatory factor 7"
-"chr2",160654236,160654324,89,"*","Promoter (<=1kb)",2,160625139,160654766,29628,2,"9936",442,"ENSG00000241399","CD302","CD302 molecule"
-"chr13",98628964,98629019,56,"*","Exon (uc001vne.3/3843, exon 4 of 29)",13,98605929,98676550,70622,1,"3843",23035,"ENSG00000065150","IPO5","importin 5"
-"chr16",54970254,54970421,168,"*","Distal Intergenic",16,54965111,54968395,3285,1,"10265",5143,"ENSG00000176842","IRX5","iroquois homeobox 5"
-"chr12",85306500,85306526,27,"*","Promoter (<=1kb)",12,85253267,85306608,53342,2,"55117",82,"ENSG00000072041","SLC6A15","solute carrier family 6 member 15"
-"chr1",47910074,47910181,108,"*","Distal Intergenic",1,47901689,47906363,4675,1,"2306",8385,"ENSG00000186564","FOXD2","forkhead box D2"
-"chr1",145549016,145549031,16,"*","Promoter (<=1kb)",1,145549209,145568526,19318,1,"148741",-178,"ENSG00000198483","ANKRD35","ankyrin repeat domain 35"
-"chr11",18344319,18344427,109,"*","Promoter (<=1kb)",11,18343816,18388590,44775,1,"2965",503,"ENSG00000110768","GTF2H1","general transcription factor IIH subunit 1"
-"chr17",26684665,26684673,9,"*","Promoter (<=1kb)",17,26684687,26689089,4403,1,"147007",-14,"ENSG00000244045","TMEM199","transmembrane protein 199"
-"chr5",137367784,137367923,140,"*","Promoter (<=1kb)",5,137273642,137368802,95161,2,"51306",879,"ENSG00000031003","FAM13B","family with sequence similarity 13 member B"
-"chr5",179718637,179719123,487,"*","Promoter (<=1kb)",5,179660595,179719071,58477,2,"5601",0,"ENSG00000050748","MAPK9","mitogen-activated protein kinase 9"
-"chr5",156736991,156737087,97,"*","Intron (uc011ddn.2/26999, intron 9 of 29)",5,156768607,156772729,4123,2,"408263",35642,"ENSG00000172568","FNDC9","fibronectin type III domain containing 9"
-"chr20",34203745,34203749,5,"*","Promoter (<=1kb)",20,34203809,34208965,5157,1,"6676",-60,"ENSG00000061656","SPAG4","sperm associated antigen 4"
-"chr1",228604017,228604192,176,"*","Promoter (<=1kb)",1,228595636,228604583,8948,2,"51127",391,"ENSG00000162931","TRIM17","tripartite motif containing 17"
-"chr8",142160924,142161072,149,"*","Exon (uc003yvy.3/22898, exon 6 of 23)",8,142138720,142205906,67187,1,"22898",22204,"ENSG00000105339","DENND3","DENN domain containing 3"
-"chr12",49463982,49463988,7,"*","Promoter (<=1kb)",12,49458468,49463775,5308,2,"121268",-207,"ENSG00000167550","RHEBL1","Ras homolog enriched in brain like 1"
-"chr10",82345935,82345955,21,"*","Intron (uc001kck.1/387694, intron 3 of 6)",10,82297658,82406316,108659,1,"387694",48277,"ENSG00000178217","SH2D4B","SH2 domain containing 4B"
-"chr10",135032413,135032504,92,"*","Exon (uc001llz.1/85442, exon 27 of 30)",10,135043778,135045062,1285,1,"8433",-11274,"ENSG00000171794","UTF1","undifferentiated embryonic cell transcription factor 1"
-"chr9",35071724,35071839,116,"*","Promoter (<=1kb)",9,35056065,35072739,16675,2,"7415",900,"ENSG00000165280","VCP","valosin containing protein"
-"chr12",58165658,58165675,18,"*","Promoter (<=1kb)",12,58162351,58165914,3564,2,"4234",239,"ENSG00000037897","METTL1","methyltransferase like 1"
-"chr9",137001737,137001921,185,"*","Promoter (<=1kb)",9,137001210,137025094,23885,1,"11091",527,"ENSG00000196363","WDR5","WD repeat domain 5"
-"chr6",168391307,168391564,258,"*","Distal Intergenic",6,168399772,168445769,45998,1,"3834",-8208,"ENSG00000125337","KIF25","kinesin family member 25"
-"chr20",30865353,30865376,24,"*","Promoter (<=1kb)",20,30865454,30922811,57358,1,"9371",-78,"ENSG00000101350","KIF3B","kinesin family member 3B"
-"chr9",101018113,101018580,468,"*","Promoter (<=1kb)",9,100961280,101018003,56724,2,"55357",-110,"ENSG00000095383","TBC1D2","TBC1 domain family member 2"
-"chr20",62131189,62131260,72,"*","Promoter (<=1kb)",20,62119365,62130668,11304,2,"1917",-521,"ENSG00000101210","EEF1A2","eukaryotic translation elongation factor 1 alpha 2"
-"chr3",49946385,49946690,306,"*","3' UTR",3,49924436,49941306,16871,2,"4486",-5079,"ENSG00000164078","MST1R","macrophage stimulating 1 receptor"
-"chr12",51664392,51664394,3,"*","Promoter (<=1kb)",12,51639133,51664202,25070,2,"57228",-190,"ENSG00000170545","SMAGP","small cell adhesion glycoprotein"
-"chr11",47360181,47360243,63,"*","Exon (uc021qir.1/4607, exon 21 of 33)",11,47352957,47374253,21297,2,"4607",14010,"ENSG00000134571","MYBPC3","myosin binding protein C, cardiac"
-"chr16",67313552,67313563,12,"*","Promoter (2-3kb)",16,67311413,67323403,11991,1,"25894",2139,"ENSG00000196155","PLEKHG4","pleckstrin homology and RhoGEF domain containing G4"
-"chr6",33147206,33147211,6,"*","Exon (uc003ocx.1/1302, exon 14 of 66)",6,33540323,33548070,7748,2,"578",400859,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr10",131309116,131309299,184,"*","Intron (uc001lkh.2/4255, intron 1 of 4)",10,131265454,131565783,300330,1,"4255",43662,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
-"chr1",113933337,113933363,27,"*","Promoter (<=1kb)",1,113933475,114228545,295071,1,"260425",-112,"ENSG00000081026","MAGI3","membrane associated guanylate kinase, WW and PDZ domain containing 3"
-"chr13",95357784,95358044,261,"*","Distal Intergenic",13,95361879,95364389,2511,2,"11166",6345,"ENSG00000125285","SOX21","SRY-box 21"
-"chr16",23160676,23160858,183,"*","Promoter (<=1kb)",16,23072728,23160591,87864,2,"57478",-85,"ENSG00000103404","USP31","ubiquitin specific peptidase 31"
-"chr2",25600059,25600451,393,"*","3' UTR",2,25455830,25565459,109630,2,"1788",-34600,"ENSG00000119772","DNMT3A","DNA (cytosine-5-)-methyltransferase 3 alpha"
-"chr20",44636981,44637310,330,"*","Promoter (<=1kb)",20,44637547,44645200,7654,1,"4318",-237,"ENSG00000100985","MMP9","matrix metallopeptidase 9"
-"chr18",12948653,12948732,80,"*","Promoter (<=1kb)",18,12947983,12987536,39554,1,"81929",670,"ENSG00000085415","SEH1L","SEH1 like nucleoporin"
-"chr1",221069524,221069651,128,"*","Distal Intergenic",1,221052743,221058400,5658,1,"3142",16781,"ENSG00000136630","HLX","H2.0-like homeobox"
-"chr3",15374486,15374586,101,"*","Intron (uc003bzq.2/9467, intron 10 of 10)",3,15295863,15382901,87039,2,"9467",8315,"ENSG00000131370","SH3BP5","SH3-domain binding protein 5"
-"chr7",157778531,157778545,15,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",131254,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
-"chr1",155057209,155057324,116,"*","Intron (uc010pew.2/1944, intron 1 of 4)",1,155017668,155036467,18800,2,"100505666",-20742,NA,"LOC100505666","uncharacterized LOC100505666"
-"chr4",8588810,8588822,13,"*","Exon (uc021xlj.2/27201, exon 3 of 3)",4,8582217,8621488,39272,1,"8532",6593,"ENSG00000109625","CPZ","carboxypeptidase Z"
-"chr6",26021751,26021795,45,"*","Promoter (<=1kb)",6,26021907,26022278,372,1,"8359",-112,"ENSG00000278637","HIST1H4A","histone cluster 1, H4a"
-"chr19",22715300,22715410,111,"*","Distal Intergenic",19,22779059,22786352,7294,1,"440518",-63649,"ENSG00000269332","GOLGA2P9","golgin A2 pseudogene 9"
-"chr17",17255427,17255514,88,"*","Distal Intergenic",17,17206680,17250977,44298,1,"56953",48747,"ENSG00000205309","NT5M","5',3'-nucleotidase, mitochondrial"
-"chr9",92219331,92219697,367,"*","Promoter (<=1kb)",9,92219927,92221469,1543,1,"10912",-230,"ENSG00000130222","GADD45G","growth arrest and DNA damage inducible gamma"
-"chr17",6899249,6899262,14,"*","Promoter (<=1kb)",17,6899384,6914055,14672,1,"239",-122,"ENSG00000108839","ALOX12","arachidonate 12-lipoxygenase"
-"chr2",228029517,228029637,121,"*","Promoter (<=1kb)",2,228029281,228179508,150228,1,"1285",236,"ENSG00000169031","COL4A3","collagen type IV alpha 3"
-"chr12",26348481,26348749,269,"*","Promoter (<=1kb)",12,26348269,26405853,57585,1,"8082",212,"ENSG00000123096","SSPN","sarcospan"
-"chr6",43596716,43596987,272,"*","Promoter (<=1kb)",6,43588218,43596936,8719,2,"54676",0,"ENSG00000172432","GTPBP2","GTP binding protein 2"
-"chrX",101967307,101967461,155,"*","Promoter (<=1kb)",23,101967104,101972661,5558,1,"114928",203,"ENSG00000158301","GPRASP2","G protein-coupled receptor associated sorting protein 2"
-"chr8",27941792,27942055,264,"*","Promoter (<=1kb)",8,27879481,27941388,61908,2,"389643",-404,"ENSG00000189233","NUGGC","nuclear GTPase, germinal center associated"
-"chr1",206731118,206731616,499,"*","Intron (uc001hec.1/83593, intron 2 of 3)",1,206680879,206762616,81738,1,"83593",50239,"ENSG00000266094","RASSF5","Ras association domain family member 5"
-"chr1",226595930,226596079,150,"*","Promoter (<=1kb)",1,226548392,226595801,47410,2,"142",-129,"ENSG00000143799","PARP1","poly(ADP-ribose) polymerase 1"
-"chr10",31610091,31610093,3,"*","Promoter (2-3kb)",10,31605457,31608024,2568,2,"220930",-2067,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
-"chr6",31855906,31855914,9,"*","Exon (uc003nxy.1/10919, exon 12 of 27)",6,32485154,32557613,72460,2,"3127",701699,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr12",3600039,3600106,68,"*","Intron (uc009zed.3/56341, intron 1 of 9)",12,3490515,3703138,212624,1,"56341",109524,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
-"chr17",80573239,80573549,311,"*","3' UTR",17,80572438,80606411,33974,2,"56270",32862,"ENSG00000141580","WDR45B","WD repeat domain 45B"
-"chrX",153719144,153719176,33,"*","Promoter (<=1kb)",23,153715650,153719002,3353,2,"8273",-142,"ENSG00000126903","SLC10A3","solute carrier family 10 member 3"
-"chr8",1238536,1238566,31,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",12261,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
-"chr3",98216159,98216324,166,"*","Promoter (<=1kb)",3,98216525,98217475,951,1,"402135",-201,"ENSG00000231861","OR5K2","olfactory receptor family 5 subfamily K member 2"
-"chr2",75061793,75062057,265,"*","Promoter (2-3kb)",2,75059782,75120481,60700,1,"3099",2011,"ENSG00000159399","HK2","hexokinase 2"
-"chr5",74350132,74350214,83,"*","Distal Intergenic",5,74323289,74326724,3436,2,"51301",-23408,"ENSG00000176928","GCNT4","glucosaminyl (N-acetyl) transferase 4, core 2"
-"chr3",112709596,112709636,41,"*","Promoter (<=1kb)",3,112709800,112720221,10422,1,"29083",-164,"ENSG00000163607","GTPBP8","GTP-binding protein 8 (putative)"
-"chr4",640503,640546,44,"*","Intron (uc003gao.4/5158, intron 3 of 21)",4,619363,664681,45319,1,"5158",21140,"ENSG00000133256","PDE6B","phosphodiesterase 6B"
-"chr13",95363755,95363763,9,"*","Promoter (<=1kb)",13,95361879,95364389,2511,2,"11166",626,"ENSG00000125285","SOX21","SRY-box 21"
-"chr16",51174069,51174083,15,"*","Exon (uc021tid.1/6299, exon 2 of 3)",16,51169886,51185183,15298,2,"6299",11100,"ENSG00000103449","SALL1","spalt-like transcription factor 1"
-"chr19",37329498,37329500,3,"*","Intron (uc021utl.1/388536, intron 4 of 4)",19,37341260,37403930,62671,1,"25850",-11760,"ENSG00000251247","ZNF345","zinc finger protein 345"
-"chr8",109798825,109799215,391,"*","Promoter (<=1kb)",8,109619079,109799770,180692,2,"157753",555,"ENSG00000164841","TMEM74","transmembrane protein 74"
-"chr1",1086777,1086836,60,"*","Distal Intergenic",1,1072397,1079434,7038,1,"254099",14380,"ENSG00000223823","LINC01342","long intergenic non-protein coding RNA 1342"
-"chr16",56023299,56023696,398,"*","Distal Intergenic",16,55880066,55989943,109878,2,"221223",-33356,"ENSG00000159398","CES5A","carboxylesterase 5A"
-"chr8",70855009,70855146,138,"*","Distal Intergenic",8,70584568,70747299,162732,2,"81796",-107710,"ENSG00000137571","SLCO5A1","solute carrier organic anion transporter family member 5A1"
-"chr13",21635665,21635674,10,"*","Promoter (<=1kb)",13,21547176,21635722,88547,2,"26524",48,"ENSG00000150457","LATS2","large tumor suppressor kinase 2"
-"chr6",58287827,58287890,64,"*","Promoter (<=1kb)",6,58246159,58287724,41566,2,"375513",-103,"ENSG00000215190","GUSBP4","glucuronidase, beta pseudogene 4"
-"chr5",1225026,1225224,199,"*","Promoter (<=1kb)",5,1225470,1246304,20835,1,"348932",-246,"ENSG00000164363","SLC6A18","solute carrier family 6 member 18"
-"chr19",36606061,36606069,9,"*","Promoter (<=1kb)",19,36604611,36606206,1596,2,"5438",137,"ENSG00000105258","POLR2I","polymerase (RNA) II subunit I"
-"chr20",37076678,37076865,188,"*","Promoter (<=1kb)",20,37076726,37078147,1422,1,"677821",0,"ENSG00000274309","SNORA71E","small nucleolar RNA, H/ACA box 71E"
-"chr4",159644641,159644664,24,"*","Promoter (<=1kb)",4,159630279,159644552,14274,2,"5481",-89,"ENSG00000171497","PPID","peptidylprolyl isomerase D"
-"chr19",12175639,12175671,33,"*","Promoter (<=1kb)",19,12175546,12188626,13081,1,"284391",93,"ENSG00000223547","ZNF844","zinc finger protein 844"
-"chr6",55104866,55105217,352,"*","Intron (uc003pcl.3/3062, intron 1 of 6)",6,55039071,55147418,108348,1,"3062",65795,"ENSG00000137252","HCRTR2","hypocretin receptor 2"
-"chr3",40518138,40518435,298,"*","Promoter (<=1kb)",3,40518604,40531728,13125,1,"285267",-169,"ENSG00000177873","ZNF619","zinc finger protein 619"
-"chrX",72783109,72783117,9,"*","Promoter (<=1kb)",23,72782984,72906937,123954,1,"53344",125,"ENSG00000204116","CHIC1","cysteine rich hydrophobic domain 1"
-"chr1",158083111,158083299,189,"*","Distal Intergenic",1,158101834,158110430,8597,2,"646268",27131,"ENSG00000231666","LOC646268","hCG1654703"
-"chr15",44085747,44085947,201,"*","Promoter (<=1kb)",15,44085857,44085957,101,2,"100302254",10,"ENSG00000221792","MIR1282","microRNA 1282"
-"chr1",1567131,1567209,79,"*","Promoter (<=1kb)",1,1567560,1570030,2471,1,"8510",-351,"ENSG00000189409","MMP23B","matrix metallopeptidase 23B"
-"chr10",134659356,134659433,78,"*","Intron (uc021qbc.1/54777, intron 14 of 57)",10,134598320,134599537,1218,2,"84504",-59819,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
-"chr12",54090471,54090754,284,"*","Distal Intergenic",12,54058944,54070512,11569,2,"517",-19959,"ENSG00000135390","ATP5G2","ATP synthase, H+ transporting, mitochondrial Fo complex subunit C2 (subunit 9)"
-"chr5",151304769,151304951,183,"*","Promoter (<=1kb)",5,151202074,151304397,102324,2,"2741",-372,"ENSG00000145888","GLRA1","glycine receptor alpha 1"
-"chrX",130207446,130207604,159,"*","Intron (uc004evz.3/158763, intron 1 of 11)",23,130192216,130223857,31642,1,"158763",15230,"ENSG00000147256","ARHGAP36","Rho GTPase activating protein 36"
-"chr14",106438219,106438417,199,"*","Promoter (<=1kb)",14,106435819,106438358,2540,2,"8755",0,"ENSG00000271968","ADAM6","ADAM metallopeptidase domain 6 (pseudogene)"
-"chr19",1848745,1848747,3,"*","Promoter (<=1kb)",19,1815245,1848452,33208,2,"57455",-293,"ENSG00000079313","REXO1","REX1, RNA exonuclease 1 homolog"
-"chr7",156799224,156799393,170,"*","Exon (uc003wnc.1/3110, exon 2 of 3)",7,156786745,156803347,16603,2,"3110",3954,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
-"chr14",24505506,24505653,148,"*","Exon (uc010tnu.3/728635, exon 1 of 6)",14,24521206,24538937,17732,1,"90668",-15553,"ENSG00000186648","LRRC16B","leucine rich repeat containing 16B"
-"chr6",33291013,33291019,7,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",257051,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr17",1733385,1733397,13,"*","Promoter (<=1kb)",17,1733273,1802848,69576,1,"6117",112,"ENSG00000132383","RPA1","replication protein A1"
-"chr2",1544352,1544370,19,"*","Exon (uc002qwr.3/7173, exon 16 of 17)",2,1377995,1546499,168505,1,"7173",166357,"ENSG00000115705","TPO","thyroid peroxidase"
-"chr7",92857212,92857228,17,"*","Promoter (1-2kb)",7,92817899,92855782,37884,2,"253012",-1430,"ENSG00000188175","HEPACAM2","HEPACAM family member 2"
-"chr11",47447518,47447795,278,"*","Promoter (<=1kb)",11,47440320,47448024,7705,2,"5702",229,"ENSG00000165916","PSMC3","proteasome 26S subunit, ATPase 3"
-"chr14",105933035,105933283,249,"*","3' UTR",14,105939275,105946507,7233,1,"1397",-5992,"ENSG00000182809","CRIP2","cysteine rich protein 2"
-"chr19",840447,840689,243,"*","Promoter (<=1kb)",19,840985,848175,7191,1,"5657",-296,"ENSG00000196415","PRTN3","proteinase 3"
-"chr1",17026406,17026738,333,"*","Exon (uc001azn.1/284729, exon 7 of 11)",1,17017713,17046652,28940,2,"284729",19914,"ENSG00000268869","ESPNP","espin pseudogene"
-"chrX",47092037,47092288,252,"*","Promoter (<=1kb)",23,47092314,47107727,15414,1,"8237",-26,"ENSG00000102226","USP11","ubiquitin specific peptidase 11"
-"chr4",128544542,128544619,78,"*","Distal Intergenic",4,128554087,128637934,83848,1,"27152",-9468,"ENSG00000164066","INTU","inturned planar cell polarity protein"
-"chr19",36391442,36391464,23,"*","Promoter (<=1kb)",19,36379143,36391552,12410,2,"84807",88,"ENSG00000167604","NFKBID","NFKB inhibitor delta"
-"chr15",101835348,101835624,277,"*","Promoter (<=1kb)",15,101821715,101835460,13746,2,"6627",0,"ENSG00000131876","SNRPA1","small nuclear ribonucleoprotein polypeptide A'"
-"chr16",89034797,89035147,351,"*","Intron (uc002fmm.2/863, intron 11 of 11)",16,88941263,89043504,102242,2,"863",8357,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
-"chr2",45028604,45028712,109,"*","Distal Intergenic",2,45169037,45173216,4180,1,"6496",-140325,"ENSG00000138083","SIX3","SIX homeobox 3"
-"chr21",28515815,28516018,204,"*","Distal Intergenic",21,28290231,28339439,49209,2,"11096",-176376,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
-"chr1",42631437,42631835,399,"*","Promoter (1-2kb)",1,42628362,42630395,2034,2,"2980",-1042,"ENSG00000197273","GUCA2A","guanylate cyclase activator 2A"
-"chr20",6104267,6104274,8,"*","Promoter (<=1kb)",20,6055492,6104191,48700,2,"55612",-76,"ENSG00000101311","FERMT1","fermitin family member 1"
-"chr4",77871616,77871846,231,"*","Promoter (<=1kb)",4,77870895,77959768,88874,1,"55752",721,"ENSG00000138758","SEPT11","septin 11"
-"chr2",236293419,236293433,15,"*","Distal Intergenic",2,236402733,237040444,637712,1,"116987",-109300,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
-"chr5",132073658,132073868,211,"*","Promoter (<=1kb)",5,132028323,132073265,44943,2,"11127",-393,"ENSG00000131437","KIF3A","kinesin family member 3A"
-"chr4",3567485,3567670,186,"*","Distal Intergenic",4,3578596,3592712,14117,1,"285492",-10926,NA,"LINC00955","long intergenic non-protein coding RNA 955"
-"chr15",99434633,99434688,56,"*","Exon (uc010urq.2/3480, exon 3 of 11)",15,99327655,99327731,77,1,"100616432",106978,"ENSG00000264480","MIR4714","microRNA 4714"
-"chr19",49946108,49946433,326,"*","Promoter (1-2kb)",19,49932655,49944808,12154,2,"57030",-1300,"ENSG00000104888","SLC17A7","solute carrier family 17 member 7"
-"chr19",40971869,40971904,36,"*","Promoter (<=1kb)",19,40953691,40971725,18035,2,"645",-144,"ENSG00000090013","BLVRB","biliverdin reductase B"
-"chr16",2771183,2771425,243,"*","Promoter (<=1kb)",16,2762423,2770552,8130,2,"83886",-631,"ENSG00000172382","PRSS27","protease, serine 27"
-"chr10",75911181,75911381,201,"*","Promoter (<=1kb)",10,75910943,76469061,558119,1,"132",238,"ENSG00000156110","ADK","adenosine kinase"
-"chr11",65314161,65314454,294,"*","5' UTR",11,65306030,65326253,20224,2,"4054",11799,"ENSG00000168056","LTBP3","latent transforming growth factor beta binding protein 3"
-"chr4",99458299,99458354,56,"*","Intron (uc011cdz.2/10098, intron 7 of 7)",4,99391518,99579812,188295,2,"10098",121458,"ENSG00000168785","TSPAN5","tetraspanin 5"
-"chr12",51795291,51795298,8,"*","Intron (uc010sni.3/9498, intron 1 of 14)",12,51745833,51785401,39569,2,"11226",-9890,"ENSG00000139629","GALNT6","polypeptide N-acetylgalactosaminyltransferase 6"
-"chr16",28915196,28915234,39,"*","Intron (uc002drn.1/487, intron 22 of 22)",16,28915742,28936532,20791,2,"79874",21298,"ENSG00000177548","RABEP2","rabaptin, RAB GTPase binding effector protein 2"
-"chr10",44321630,44321795,166,"*","Distal Intergenic",10,44340754,44346070,5317,1,"414260",-18959,"ENSG00000204187","LINC00619","long intergenic non-protein coding RNA 619"
-"chr7",157369847,157369942,96,"*","Promoter (2-3kb)",7,157367028,157367114,87,2,"406945",-2733,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr8",79578035,79578116,82,"*","Promoter (<=1kb)",8,79578282,79631997,53716,1,"51101",-166,"ENSG00000104427","ZC2HC1A","zinc finger C2HC-type containing 1A"
-"chr3",150421675,150421817,143,"*","Promoter (<=1kb)",3,150377675,150421742,44068,2,"131831",0,"ENSG00000163645","ERICH6","glutamate rich 6"
-"chr20",43922401,43922664,264,"*","3' UTR",20,43935491,43946464,10974,1,"11317",-12827,"ENSG00000124232","RBPJL","recombination signal binding protein for immunoglobulin kappa J region-like"
-"chr12",49524048,49524181,134,"*","Promoter (1-2kb)",12,49521567,49525304,3738,2,"10376",1123,"ENSG00000123416","TUBA1B","tubulin alpha 1b"
-"chr2",208795771,208795859,89,"*","Exon (uc002vcl.2/389072, exon 5 of 8)",2,208686012,208890284,204273,2,"389072",94425,"ENSG00000178385","PLEKHM3","pleckstrin homology domain containing M3"
-"chr10",99052507,99052618,112,"*","Promoter (<=1kb)",10,98912799,99052430,139632,2,"100533184",-77,"ENSG00000269891","ARHGAP19-SLIT1","ARHGAP19-SLIT1 readthrough (NMD candidate)"
-"chr6",4772842,4773278,437,"*","Intron (uc003mwi.3/9425, intron 3 of 8)",6,4706393,4955778,249386,1,"9425",66449,"ENSG00000153046","CDYL","chromodomain protein, Y-like"
-"chr13",40746549,40746600,52,"*","Distal Intergenic",13,40755946,40763167,7222,1,"100874127",-9346,"ENSG00000230710","LINC00332","long intergenic non-protein coding RNA 332"
-"chr3",48956740,48956913,174,"*","Promoter (<=1kb)",3,48955221,48956818,1598,2,"646450",0,"ENSG00000221883","ARIH2OS","ariadne homolog 2 opposite strand"
-"chr14",53019119,53019294,176,"*","Promoter (<=1kb)",14,52897308,53019301,121994,2,"57544",7,"ENSG00000087301","TXNDC16","thioredoxin domain containing 16"
-"chr10",11386631,11386866,236,"*","Distal Intergenic",10,11113506,11147451,33946,2,"439950",-239180,NA,"CELF2-AS2","CELF2 antisense RNA 2"
-"chr8",134224814,134224842,29,"*","Intron (uc003yub.3/8840, intron 1 of 4)",8,134203282,134243932,40651,1,"8840",21532,"ENSG00000104415","WISP1","WNT1 inducible signaling pathway protein 1"
-"chr16",89165406,89165605,200,"*","Intron (uc002fmp.3/197322, intron 2 of 10)",16,89160217,89222171,61955,1,"197322",5189,"ENSG00000176715","ACSF3","acyl-CoA synthetase family member 3"
-"chr10",101190703,101190764,62,"*","Promoter (<=1kb)",10,101156627,101190530,33904,2,"2805",-173,"ENSG00000120053","GOT1","glutamic-oxaloacetic transaminase 1, soluble"
-"chr7",26416122,26416184,63,"*","Distal Intergenic",7,26438339,26538594,100256,1,"441204",-22155,NA,"LOC441204","uncharacterized LOC441204"
-"chr17",41924351,41924357,7,"*","Promoter (<=1kb)",17,41924516,41940997,16482,1,"146894",-159,"ENSG00000161649","CD300LG","CD300 molecule like family member g"
-"chr16",87027322,87027441,120,"*","Distal Intergenic",16,87336404,87351026,14623,2,"100506581",323585,"ENSG00000260456","C16orf95","chromosome 16 open reading frame 95"
-"chr7",36192369,36192770,402,"*","Promoter (<=1kb)",7,36192836,36341152,148317,1,"80820",-66,"ENSG00000122547","EEPD1","endonuclease/exonuclease/phosphatase family domain containing 1"
-"chr17",75315503,75315527,25,"*","Intron (uc002jts.4/10801, intron 2 of 11)",17,75277492,75496678,219187,1,"10801",38011,"ENSG00000184640","SEPT9","septin 9"
-"chr2",153574197,153574281,85,"*","Promoter (<=1kb)",2,153574407,153617767,43361,1,"151188",-126,"ENSG00000177917","ARL6IP6","ADP ribosylation factor like GTPase 6 interacting protein 6"
-"chr8",102380912,102381002,91,"*","Promoter (<=1kb)",8,102381121,102381823,703,1,"83955",-119,"ENSG00000228224","NACAP1","nascent polypeptide associated complex alpha subunit pseudogene 1"
-"chr1",50489606,50489714,109,"*","Promoter (<=1kb)",1,48998527,50489626,1491100,2,"84871",0,"ENSG00000186094","AGBL4","ATP/GTP binding protein-like 4"
-"chr15",22954743,22954769,27,"*","Intron (uc001yus.3/23191, intron 14 of 30)",15,22892684,23003603,110920,1,"23191",62059,"ENSG00000273749","CYFIP1","cytoplasmic FMR1 interacting protein 1"
-"chr12",110718311,110718550,240,"*","Promoter (<=1kb)",12,110719032,110788897,69866,1,"488",-482,"ENSG00000174437","ATP2A2","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 2"
-"chr1",812200,812539,340,"*","Promoter (<=1kb)",1,803451,812182,8732,2,"284593",-18,"ENSG00000230368","FAM41C","family with sequence similarity 41 member C"
-"chr10",85899209,85899224,16,"*","Promoter (<=1kb)",10,85899185,85913311,14127,1,"27069",24,"ENSG00000165678","GHITM","growth hormone inducible transmembrane protein"
-"chr10",105253104,105253294,191,"*","Promoter (<=1kb)",10,105253735,105352309,98575,1,"9148",-441,"ENSG00000107954","NEURL1","neuralized E3 ubiquitin protein ligase 1"
-"chr6",170373755,170373903,149,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-174834,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
-"chr18",77139037,77139248,212,"*","Distal Intergenic",18,77155772,77289323,133552,1,"4772",-16524,"ENSG00000131196","NFATC1","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1"
-"chr1",28994987,28995092,106,"*","Promoter (<=1kb)",1,28995240,29042115,46876,1,"10691",-148,"ENSG00000162419","GMEB1","glucocorticoid modulatory element binding protein 1"
-"chr18",76754902,76754913,12,"*","Exon (uc002lmt.3/27164, exon 2 of 3)",18,76740275,76758969,18695,1,"27164",14627,"ENSG00000256463","SALL3","spalt-like transcription factor 3"
-"chr12",6730309,6730599,291,"*","5' UTR",12,6679248,6716551,37304,2,"1108",-13758,"ENSG00000111642","CHD4","chromodomain helicase DNA binding protein 4"
-"chr11",18719942,18720026,85,"*","Promoter (<=1kb)",11,18720351,18726332,5982,1,"144110",-325,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
-"chr8",142852815,142852890,76,"*","Distal Intergenic",8,142443929,142517330,73402,2,"389690",-335485,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
-"chr4",3478064,3478161,98,"*","Exon (uc003ghd.3/285489, exon 4 of 7)",4,3465033,3496209,31177,1,"285489",13031,"ENSG00000175920","DOK7","docking protein 7"
-"chr22",25201891,25201906,16,"*","Promoter (<=1kb)",22,25202136,25322813,120678,1,"129049",-230,"ENSG00000167037","SGSM1","small G protein signaling modulator 1"
-"chr6",170481752,170481885,134,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",89772,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr3",126911715,126911844,130,"*","Distal Intergenic",3,126707437,126756235,48799,1,"5361",204278,"ENSG00000114554","PLXNA1","plexin A1"
-"chr3",97540617,97540975,359,"*","Promoter (<=1kb)",3,97540884,97663830,122947,1,"131544",0,"ENSG00000080200","CRYBG3","crystallin beta-gamma domain containing 3"
-"chr6",33141824,33141958,135,"*","Exon (uc003ocx.1/1302, exon 32 of 66)",6,33540323,33548070,7748,2,"578",406112,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr6",170449587,170449810,224,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",121847,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
-"chr2",171705073,171705415,343,"*","Intron (uc002ugi.3/2571, intron 11 of 16)",2,171673200,171717659,44460,1,"2571",31873,"ENSG00000128683","GAD1","glutamate decarboxylase 1"
-"chr12",111856416,111856652,237,"*","Exon (uc001tse.3/10019, exon 2 of 8)",12,111843752,111889427,45676,1,"10019",12664,"ENSG00000111252","SH2B3","SH2B adaptor protein 3"
-"chr12",123200485,123200953,469,"*","Promoter (<=1kb)",12,123199303,123201439,2137,2,"8843",486,"ENSG00000255398","HCAR3","hydroxycarboxylic acid receptor 3"
-"chr5",148786254,148786329,76,"*","Promoter (<=1kb)",5,148786440,148812397,25958,1,"728264",-111,NA,"CARMN","cardiac mesoderm enhancer-associated non-coding RNA"
-"chr11",66056587,66056676,90,"*","Promoter (<=1kb)",11,66052051,66056638,4588,2,"10897",0,"ENSG00000174851","YIF1A","Yip1 interacting factor homolog A, membrane trafficking protein"
-"chr6",137814680,137814912,233,"*","Promoter (<=1kb)",6,137813336,137815531,2196,2,"167826",619,"ENSG00000177468","OLIG3","oligodendrocyte transcription factor 3"
-"chr9",96328401,96328529,129,"*","Distal Intergenic",9,96338909,96441869,102961,1,"5253",-10380,"ENSG00000197724","PHF2","PHD finger protein 2"
-"chr12",56652115,56652260,146,"*","Promoter (<=1kb)",12,56631591,56652143,20553,2,"283373",0,"ENSG00000139645","ANKRD52","ankyrin repeat domain 52"
-"chr19",36705612,36705659,48,"*","Promoter (<=1kb)",19,36705504,36729675,24172,1,"7705",108,"ENSG00000167635","ZNF146","zinc finger protein 146"
-"chr12",116920091,116920256,166,"*","Distal Intergenic",12,116971227,116974318,3092,1,"100287569",-50971,"ENSG00000196668","LINC00173","long intergenic non-protein coding RNA 173"
-"chr1",18957020,18957023,4,"*","Promoter (<=1kb)",1,18957500,19075360,117861,1,"5081",-477,"ENSG00000009709","PAX7","paired box 7"
-"chr9",139258476,139258938,463,"*","Promoter (<=1kb)",9,139256352,139258263,1912,2,"728489",-213,"ENSG00000213221","DNLZ","DNL-type zinc finger"
-"chr11",107436445,107436452,8,"*","Promoter (<=1kb)",11,107373453,107436461,63009,2,"91801",9,"ENSG00000137760","ALKBH8","alkB homolog 8, tRNA methyltransferase"
-"chr1",16174732,16175060,329,"*","Promoter (<=1kb)",1,16160710,16174642,13933,2,"729614",-90,"ENSG00000179743","FLJ37453","uncharacterized LOC729614"
-"chr1",11710412,11710610,199,"*","Exon (uc001asj.3/26232, exon 2 of 6)",1,11714432,11723384,8953,1,"93611",-3822,"ENSG00000132879","FBXO44","F-box protein 44"
-"chr7",1950147,1950232,86,"*","Intron (uc003sld.1/8379, intron 2 of 3)",7,1883816,1883889,74,2,"100616160",-66258,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr2",86422857,86422958,102,"*","Promoter (<=1kb)",2,86371055,86422893,51839,2,"10989",0,"ENSG00000132305","IMMT","inner membrane mitochondrial protein"
-"chr13",70681230,70681317,88,"*","Promoter (<=1kb)",13,70681345,70713885,32541,1,"6315",-28,NA,"ATXN8OS","ATXN8 opposite strand (non-protein coding)"
-"chr5",168189625,168189635,11,"*","Exon (uc003mab.4/6586, exon 15 of 36)",5,168195151,168195260,110,2,"407001",5625,"ENSG00000207739","MIR218-2","microRNA 218-2"
-"chr6",110678956,110679107,152,"*","Intron (uc010kdu.1/728464, intron 4 of 4)",6,110567149,110731939,164791,2,"728464",52832,"ENSG00000053328","METTL24","methyltransferase like 24"
-"chr15",90294520,90294607,88,"*","Promoter (<=1kb)",15,90293098,90294540,1443,2,"55897",0,"ENSG00000166823","MESP1","mesoderm posterior bHLH transcription factor 1"
-"chr6",33381798,33381867,70,"*","Exon (uc003oeh.3/5252, exon 8 of 15)",6,33540323,33548070,7748,2,"578",166203,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr7",158319029,158319098,70,"*","Intron (uc011kwa.2/5799, intron 22 of 22)",7,158325410,158325505,96,2,"693180",6407,"ENSG00000207637","MIR595","microRNA 595"
-"chr15",74537868,74537915,48,"*","Intron (uc002axo.4/80125, intron 2 of 18)",15,74528630,74628813,100184,1,"80125",9238,"ENSG00000140481","CCDC33","coiled-coil domain containing 33"
-"chr16",60438,60700,263,"*","Promoter (<=1kb)",16,61555,64090,2536,1,"100287029",-855,"ENSG00000233614","DDX11L10","DEAD/H-box helicase 11 like 10"
-"chr2",164204704,164204829,126,"*","Distal Intergenic",2,164464118,164592513,128396,2,"55137",387684,"ENSG00000182263","FIGN","fidgetin"
-"chr17",26926627,26926738,112,"*","Promoter (<=1kb)",17,26926151,26944395,18245,1,"100506436",476,NA,"SPAG5-AS1","SPAG5 antisense RNA 1"
-"chr15",91361926,91362421,496,"*","Distal Intergenic",15,91411885,91426687,14803,1,"5045",-49464,"ENSG00000140564","FURIN","furin, paired basic amino acid cleaving enzyme"
-"chr16",14622500,14622926,427,"*","Intron (uc010uzc.2/5073, intron 3 of 23)",16,14529557,14724128,194572,2,"5073",101202,"ENSG00000140694","PARN","poly(A)-specific ribonuclease"
-"chr10",124899755,124899894,140,"*","Distal Intergenic",10,124895567,124897247,1681,1,"340784",4188,"ENSG00000188620","HMX3","H6 family homeobox 3"
-"chr6",18264737,18264786,50,"*","Promoter (<=1kb)",6,18224400,18264799,40400,2,"7913",13,"ENSG00000124795","DEK","DEK proto-oncogene"
-"chr5",170833402,170833637,236,"*","3' UTR",5,170846667,170884630,37964,1,"8817",-13030,"ENSG00000156427","FGF18","fibroblast growth factor 18"
-"chr15",37170506,37170768,263,"*","Intron (uc001zji.2/145845, intron 3 of 6)",15,37156644,37178734,22091,2,"145845",7966,NA,"LOC145845","uncharacterized LOC145845"
-"chr19",7293341,7293776,436,"*","Promoter (<=1kb)",19,7112266,7294011,181746,2,"3643",235,"ENSG00000171105","INSR","insulin receptor"
-"chr20",56804110,56804279,170,"*","Downstream (1-2kb)",20,56725983,56736183,10201,1,"128602",78127,"ENSG00000124237","C20orf85","chromosome 20 open reading frame 85"
-"chr12",71552457,71552569,113,"*","Intron (uc001swk.1/7103, intron 8 of 11)",12,71031853,71314584,282732,2,"5801",-237873,"ENSG00000153233","PTPRR","protein tyrosine phosphatase, receptor type R"
-"chr15",40545097,40545127,31,"*","Promoter (<=1kb)",15,40542866,40545110,2245,2,"644809",0,NA,"C15orf56","chromosome 15 open reading frame 56"
-"chr7",23144751,23144792,42,"*","Promoter (<=1kb)",7,23140847,23145322,4476,2,"100775104",530,"ENSG00000230658","KLHL7-AS1","KLHL7 antisense RNA 1 (head to head)"
-"chr7",97911938,97912101,164,"*","Promoter (<=1kb)",7,97910979,97922275,11297,1,"25798",959,"ENSG00000164713","BRI3","brain protein I3"
-"chr6",31475887,31475895,9,"*","Intron (uc011dnm.2/4277, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",1081718,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr10",103578534,103578579,46,"*","Promoter (<=1kb)",10,103544200,103578700,34501,2,"10724",121,"ENSG00000198408","MGEA5","meningioma expressed antigen 5 (hyaluronidase)"
-"chr1",63790044,63790202,159,"*","Promoter (1-2kb)",1,63788730,63790797,2068,1,"27022",1314,"ENSG00000187140","FOXD3","forkhead box D3"
-"chr2",80549797,80549973,177,"*","Intron (uc010yse.2/1496, intron 11 of 21)",2,80515481,80531487,16007,2,"347730",-18310,"ENSG00000162951","LRRTM1","leucine rich repeat transmembrane neuronal 1"
-"chr3",112051808,112051846,39,"*","Promoter (<=1kb)",3,112051916,112081658,29743,1,"4345",-70,"ENSG00000091972","CD200","CD200 molecule"
-"chr21",33247885,33247984,100,"*","Promoter (2-3kb)",21,33245628,33376377,130750,1,"30811",2257,"ENSG00000142149","HUNK","hormonally up-regulated Neu-associated kinase"
-"chr2",113398727,113399144,418,"*","Promoter (2-3kb)",2,113399407,113401757,2351,2,"400999",2613,NA,"FLJ42351","uncharacterized LOC400999"
-"chr6",139695804,139695808,5,"*","Promoter (<=1kb)",6,139693392,139695787,2396,2,"10370",-17,"ENSG00000164442","CITED2","Cbp/p300 interacting transactivator with Glu/Asp rich carboxy-terminal domain 2"
-"chr6",73935125,73935200,76,"*","Promoter (<=1kb)",6,73933268,73935175,1908,2,"100129128",0,"ENSG00000256980","KHDC1L","KH homology domain containing 1-like"
-"chr1",1228942,1229105,164,"*","3' UTR",1,1215816,1227409,11594,1,"6339",13126,"ENSG00000162572","SCNN1D","sodium channel epithelial 1 delta subunit"
-"chr5",156773546,156773616,71,"*","Promoter (<=1kb)",5,156768607,156772729,4123,2,"408263",-817,"ENSG00000172568","FNDC9","fibronectin type III domain containing 9"
-"chr3",18480249,18480341,93,"*","Promoter (<=1kb)",3,18389133,18480265,91133,2,"6304",0,"ENSG00000182568","SATB1","SATB homeobox 1"
-"chr2",242566905,242566940,36,"*","Intron (uc002wbt.3/51078, intron 4 of 5)",2,242523820,242576725,52906,2,"51078",9785,"ENSG00000176946","THAP4","THAP domain containing 4"
-"chr2",240239755,240239767,13,"*","Intron (uc002vyk.4/9759, intron 25 of 26)",2,240227157,240227240,84,1,"100423043",12598,"ENSG00000265215","MIR4269","microRNA 4269"
-"chr17",48858588,48858603,16,"*","Distal Intergenic",17,48838395,48844876,6482,2,"55018",-13712,"ENSG00000167117","LINC00483","long intergenic non-protein coding RNA 483"
-"chr16",89342351,89342629,279,"*","Intron (uc002fmx.2/29123, intron 4 of 12)",16,89387541,89391518,3978,1,"100287036",-44912,NA,"LOC100287036","uncharacterized LOC100287036"
-"chr13",28544814,28545214,401,"*","Promoter (1-2kb)",13,28536205,28543505,7301,2,"1045",-1309,"ENSG00000165556","CDX2","caudal type homeobox 2"
-"chr1",26233404,26233435,32,"*","Promoter (<=1kb)",1,26210677,26233368,22692,2,"3925",-36,"ENSG00000117632","STMN1","stathmin 1"
-"chr13",114062198,114062507,310,"*","Distal Intergenic",13,113978505,114018463,39959,2,"79774",-43735,"ENSG00000139835","GRTP1","growth hormone regulated TBC protein 1"
-"chr1",33235571,33235717,147,"*","Exon (uc001bvu.1/57648, exon 6 of 7)",1,33207512,33240571,33060,1,"57648",28059,"ENSG00000162522","KIAA1522","KIAA1522"
-"chr3",48594424,48594454,31,"*","Intron (uc011bbm.2/5210, intron 13 of 13)",3,48555117,48598562,43446,2,"5210",4108,"ENSG00000114268","PFKFB4","6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 4"
-"chrX",42637449,42637506,58,"*","Promoter (<=1kb)",23,42636617,42637486,870,2,"80316",0,NA,"PPP1R2P9","protein phosphatase 1 regulatory inhibitor subunit 2 pseudogene 9"
-"chr5",131347720,131347725,6,"*","Promoter (<=1kb)",5,131142684,131347870,205187,2,"23305",145,"ENSG00000164398","ACSL6","acyl-CoA synthetase long-chain family member 6"
-"chr15",93257477,93257579,103,"*","Intron (uc002bsl.4/400451, intron 3 of 3)",15,93160679,93277304,116626,2,"400451",19725,"ENSG00000185442","FAM174B","family with sequence similarity 174 member B"
-"chr1",9380708,9380800,93,"*","Intron (uc010oae.2/80176, intron 1 of 2)",1,9352941,9429590,76650,1,"80176",27767,"ENSG00000171621","SPSB1","splA/ryanodine receptor domain and SOCS box containing 1"
-"chr12",110888158,110888232,75,"*","Promoter (<=1kb)",12,110872706,110888158,15453,2,"10094",0,"ENSG00000111229","ARPC3","actin related protein 2/3 complex subunit 3"
-"chr13",53776211,53776396,186,"*","Distal Intergenic",13,53602876,53626196,23321,1,"10562",173335,"ENSG00000102837","OLFM4","olfactomedin 4"
-"chr9",139840384,139840630,247,"*","Promoter (<=1kb)",9,139839698,139841426,1729,1,"733",686,"ENSG00000176919","C8G","complement component 8, gamma polypeptide"
-"chr3",96495326,96495603,278,"*","Distal Intergenic",3,96533425,97467786,934362,1,"285220",-37822,"ENSG00000080224","EPHA6","EPH receptor A6"
-"chr4",7287567,7287737,171,"*","Intron (uc003gkb.4/57537, intron 1 of 26)",4,7312177,7312251,75,1,"100616471",-24440,"ENSG00000264658","MIR4798","microRNA 4798"
-"chr11",65819726,65819742,17,"*","Promoter (<=1kb)",11,65819816,65836382,16567,1,"10992",-74,"ENSG00000087365","SF3B2","splicing factor 3b subunit 2"
-"chr20",25371652,25371671,20,"*","Promoter (<=1kb)",20,25275379,25371618,96240,2,"26090",-34,"ENSG00000100997","ABHD12","abhydrolase domain containing 12"
-"chr19",5567758,5568093,336,"*","Promoter (<=1kb)",19,5558178,5568005,9828,2,"257000",0,"ENSG00000223573","TINCR","tissue differentiation-inducing non-protein coding RNA"
-"chr6",33272178,33272186,9,"*","3' UTR",6,33540323,33548070,7748,2,"578",275884,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr7",156801539,156801818,280,"*","Promoter (1-2kb)",7,156786745,156803347,16603,2,"3110",1529,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
-"chr17",48698713,48698751,39,"*","Intron (uc002irj.2/8913, intron 31 of 34)",17,48712218,48769063,56846,1,"8714",-13467,"ENSG00000108846","ABCC3","ATP binding cassette subfamily C member 3"
-"chr12",131258228,131258361,134,"*","Distal Intergenic",12,130880681,131200826,320146,2,"23504",-57402,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
-"chr9",5831674,5831951,278,"*","Promoter (1-2kb)",9,5784572,5833081,48510,2,"79956",1130,"ENSG00000099219","ERMP1","endoplasmic reticulum metallopeptidase 1"
-"chrX",154842736,154842793,58,"*","Promoter (<=1kb)",23,154718673,154842622,123950,2,"55217",-114,"ENSG00000185973","TMLHE","trimethyllysine hydroxylase, epsilon"
-"chr15",43513504,43513563,60,"*","Promoter (<=1kb)",15,43489426,43513323,23898,2,"2038",-181,"ENSG00000166947","EPB42","erythrocyte membrane protein band 4.2"
-"chr8",30890469,30890553,85,"*","Promoter (<=1kb)",8,30890778,31031277,140500,1,"7486",-225,"ENSG00000165392","WRN","Werner syndrome RecQ like helicase"
-"chr8",145019491,145019563,73,"*","Promoter (<=1kb)",8,145019359,145019447,89,2,"724031",-44,"ENSG00000207574","MIR661","microRNA 661"
-"chr11",65196125,65196174,50,"*","Exon (uc010rog.2/283131, exon 1 of 1)",11,65190269,65212028,21760,1,"283131",5856,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
-"chr21",46019376,46019570,195,"*","Promoter (<=1kb)",21,46020497,46022091,1595,1,"386675",-927,"ENSG00000272804","KRTAP10-7","keratin associated protein 10-7"
-"chr22",41777755,41777779,25,"*","Intron (uc003azx.4/7008, intron 1 of 3)",22,41763337,41795332,31996,1,"7008",14418,"ENSG00000167074","TEF","thyrotrophic embryonic factor"
-"chr1",43147939,43148010,72,"*","Promoter (<=1kb)",1,43148066,43168020,19955,1,"4904",-56,"ENSG00000065978","YBX1","Y-box binding protein 1"
-"chr2",178257542,178257632,91,"*","Promoter (<=1kb)",2,178257471,178408564,151094,1,"8540",71,"ENSG00000018510","AGPS","alkylglycerone phosphate synthase"
-"chr11",1446386,1446802,417,"*","Intron (uc009ycv.1/9024, intron 1 of 19)",11,1411129,1483919,72791,1,"9024",35257,"ENSG00000174672","BRSK2","BR serine/threonine kinase 2"
-"chr6",32820153,32820214,62,"*","Exon (uc011dqi.2/6890, exon 2 of 11)",6,32605183,32614839,9657,1,"3117",214970,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
-"chr19",15343347,15343377,31,"*","Promoter (<=1kb)",19,15337730,15343858,6129,2,"79852",481,"ENSG00000105131","EPHX3","epoxide hydrolase 3"
-"chr9",4679736,4679986,251,"*","Promoter (<=1kb)",9,4679566,4706594,27029,1,"55664",170,"ENSG00000106993","CDC37L1","cell division cycle 37-like 1"
-"chr10",90343387,90343641,255,"*","Promoter (<=1kb)",10,89892057,90343082,451026,2,"55328",-305,"ENSG00000184719","RNLS","renalase, FAD-dependent amine oxidase"
-"chr8",54852115,54852232,118,"*","Exon (uc003xrp.3/8601, exon 3 of 6)",8,54879116,54935008,55893,2,"6917",82776,"ENSG00000187735","TCEA1","transcription elongation factor A1"
-"chr9",95947098,95947348,251,"*","Promoter (<=1kb)",9,95947212,96082854,135643,1,"65268",0,"ENSG00000165238","WNK2","WNK lysine deficient protein kinase 2"
-"chr16",88761048,88761284,237,"*","Downstream (1-2kb)",16,88744090,88752882,8793,2,"333929",-8166,"ENSG00000185669","SNAI3","snail family zinc finger 3"
-"chr20",20257813,20258001,189,"*","Exon (uc010zse.2/26074, exon 22 of 22)",20,20348765,20351592,2828,1,"3642",-90764,"ENSG00000173404","INSM1","insulinoma associated 1"
-"chr13",30948114,30948122,9,"*","Promoter (<=1kb)",13,30914407,30948036,33630,2,"100188949",-78,"ENSG00000238121","LINC00426","long intergenic non-protein coding RNA 426"
-"chr7",95026538,95026672,135,"*","Promoter (<=1kb)",7,94927669,95025687,98019,2,"5444",-851,"ENSG00000005421","PON1","paraoxonase 1"
-"chr7",44530455,44530521,67,"*","Promoter (<=1kb)",7,44421965,44530385,108421,2,"23386",-70,"ENSG00000015676","NUDCD3","NudC domain containing 3"
-"chr5",2752553,2752834,282,"*","Promoter (<=1kb)",5,2752262,2755511,3250,1,"153571",291,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
-"chr16",30798770,30798776,7,"*","Promoter (<=1kb)",16,30789770,30798523,8754,2,"23361",-247,"ENSG00000102870","ZNF629","zinc finger protein 629"
-"chr19",46713398,46713416,19,"*","Intron (uc002ped.1/93429, intron 4 of 5)",19,46706683,46718094,11412,1,"93429",6715,"ENSG00000268460","LOC93429","uncharacterized LOC93429"
-"chr4",1352452,1352787,336,"*","Intron (uc003gde.4/57654, intron 7 of 13)",4,1341104,1381837,40734,1,"57654",11348,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
-"chr8",61566034,61566391,358,"*","Distal Intergenic",8,61591324,61780586,189263,1,"55636",-24933,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
-"chr6",170065843,170065938,96,"*","Intron (uc003qwx.3/253769, intron 20 of 25)",6,169857303,170102159,244857,2,"253769",36221,"ENSG00000184465","WDR27","WD repeat domain 27"
-"chr16",21294899,21295207,309,"*","Intron (uc002dil.3/1428, intron 8 of 8)",16,21312170,21329912,17743,1,"400508",-16963,NA,"CRYM-AS1","CRYM antisense RNA 1"
-"chr20",23028842,23028977,136,"*","Promoter (1-2kb)",20,23026270,23030301,4032,2,"7056",1324,"ENSG00000178726","THBD","thrombomodulin"
-"chr6",133562475,133562479,5,"*","Promoter (<=1kb)",6,133561736,133853258,291523,1,"2070",739,"ENSG00000112319","EYA4","EYA transcriptional coactivator and phosphatase 4"
-"chr2",62732892,62733114,223,"*","Intron (uc002sbt.2/200728, intron 3 of 3)",2,62727356,62762780,35425,2,"200728",29666,"ENSG00000186889","TMEM17","transmembrane protein 17"
-"chr11",7951168,7951173,6,"*","Promoter (<=1kb)",11,7949265,7950209,945,2,"390093",-959,"ENSG00000175393","OR10A6","olfactory receptor family 10 subfamily A member 6 (gene/pseudogene)"
-"chr17",79792936,79792949,14,"*","Promoter (<=1kb)",17,79791368,79792926,1559,2,"116729",-10,"ENSG00000182676","PPP1R27","protein phosphatase 1 regulatory subunit 27"
-"chr13",96705664,96705738,75,"*","Promoter (<=1kb)",13,96453836,96705736,251901,2,"55757",0,"ENSG00000102595","UGGT2","UDP-glucose glycoprotein glucosyltransferase 2"
-"chr5",132386262,132386298,37,"*","Promoter (1-2kb)",5,132387662,132440709,53048,1,"3308",-1364,"ENSG00000170606","HSPA4","heat shock protein family A (Hsp70) member 4"
-"chr12",7126208,7126344,137,"*","Promoter (<=1kb)",12,7085347,7125842,40496,2,"10162",-366,"ENSG00000111684","LPCAT3","lysophosphatidylcholine acyltransferase 3"
-"chr3",119421553,119421604,52,"*","Promoter (<=1kb)",3,119421869,119485949,64081,1,"89876",-265,"ENSG00000183833","MAATS1","MYCBP-associated, testis expressed 1"
-"chr8",72754421,72754905,485,"*","Promoter (<=1kb)",8,72755358,72968547,213190,1,"100132891",-453,"ENSG00000235531","MSC-AS1","MSC antisense RNA 1"
-"chr6",30134908,30135065,158,"*","Exon (uc010jrx.3/89870, exon 2 of 7)",6,28471073,28483570,12498,2,"257202",-1651338,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr22",20130575,20130698,124,"*","Exon (uc002zrq.3/29801, exon 10 of 11)",22,20136109,20137431,1323,2,"388849",6733,"ENSG00000234409","CCDC188","coiled-coil domain containing 188"
-"chr1",53542934,53543090,157,"*","Exon (uc001cuv.3/127435, exon 6 of 11)",1,53527724,53551174,23451,1,"127435",15210,"ENSG00000174348","PODN","podocan"
-"chr8",1765679,1765772,94,"*","Promoter (<=1kb)",8,1765397,1765473,77,1,"693181",282,"ENSG00000207826","MIR596","microRNA 596"
-"chr5",180615482,180615543,62,"*","Exon (uc021yjz.1/uc021yjz.1, exon 1 of 1)",5,180620924,180632177,11254,2,"81786",16634,"ENSG00000146054","TRIM7","tripartite motif containing 7"
-"chr7",158857749,158858057,309,"*","Intron (uc003woh.3/7434, intron 9 of 12)",7,158801045,158822882,21838,1,"154822",56704,"ENSG00000231419","LINC00689","long intergenic non-protein coding RNA 689"
-"chr16",89557908,89557923,16,"*","Promoter (<=1kb)",16,89334029,89556969,222941,2,"29123",-939,"ENSG00000167522","ANKRD11","ankyrin repeat domain 11"
-"chr10",11783974,11784058,85,"*","Promoter (<=1kb)",10,11784356,11806065,21710,1,"79746",-298,"ENSG00000134463","ECHDC3","enoyl-CoA hydratase domain containing 3"
-"chr19",10444117,10444479,363,"*","Promoter (<=1kb)",19,10426889,10444314,17426,2,"125950",0,"ENSG00000161847","RAVER1","ribonucleoprotein, PTB-binding 1"
-"chr11",102669042,102669291,250,"*","Promoter (<=1kb)",11,102660641,102668966,8326,2,"4312",-76,"ENSG00000196611","MMP1","matrix metallopeptidase 1"
-"chr4",1604438,1604576,139,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",81412,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
-"chr10",50747266,50747328,63,"*","Promoter (<=1kb)",10,50662526,50747169,84644,2,"2074",-97,"ENSG00000225830","ERCC6","excision repair cross-complementation group 6"
-"chr6",33265322,33265386,65,"*","Intron (uc003odv.3/5863, intron 16 of 17)",6,33540323,33548070,7748,2,"578",282684,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
-"chr3",49142215,49142226,12,"*","Promoter (<=1kb)",3,49133365,49142562,9198,2,"5859",336,"ENSG00000172053","QARS","glutaminyl-tRNA synthetase"
-"chr8",143193033,143193131,99,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-64569,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
-"chr16",23193800,23193885,86,"*","Promoter (<=1kb)",16,23194040,23228200,34161,1,"6340",-155,"ENSG00000166828","SCNN1G","sodium channel epithelial 1 gamma subunit"
-"chr17",40332910,40332961,52,"*","Promoter (<=1kb)",17,40308910,40333296,24387,2,"23415",335,"ENSG00000089558","KCNH4","potassium voltage-gated channel subfamily H member 4"
-"chr3",54157647,54157677,31,"*","Promoter (<=1kb)",3,54156693,55108584,951892,1,"55799",954,"ENSG00000157445","CACNA2D3","calcium voltage-gated channel auxiliary subunit alpha2delta 3"
-"chr6",30881579,30881595,17,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1676018,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr6",27100067,27100370,304,"*","Promoter (<=1kb)",6,27100095,27100575,481,2,"8970",205,"ENSG00000124635","HIST1H2BJ","histone cluster 1, H2bj"
-"chr16",31383055,31383088,34,"*","Exon (uc002ebt.3/3687, exon 17 of 31)",16,31366509,31394318,27810,1,"3687",16546,"ENSG00000140678","ITGAX","integrin subunit alpha X"
-"chr5",175223598,175223982,385,"*","Promoter (<=1kb)",5,175223610,175311023,87414,1,"10814",0,"ENSG00000145920","CPLX2","complexin 2"
-"chr11",102745886,102746236,351,"*","Promoter (<=1kb)",11,102733464,102745764,12301,2,"4321",-122,"ENSG00000262406","MMP12","matrix metallopeptidase 12"
-"chr17",56296115,56296444,330,"*","Promoter (<=1kb)",17,56282797,56296966,14170,2,"54903",522,"ENSG00000011143","MKS1","Meckel syndrome, type 1"
-"chr16",4511869,4511939,71,"*","Exon (uc002cwm.3/57407, exon 6 of 6)",16,4524719,4560348,35630,1,"3163",-12780,"ENSG00000103415","HMOX2","heme oxygenase 2"
-"chr4",103790056,103790299,244,"*","Promoter (<=1kb)",4,103790135,103813963,23829,1,"493856",0,"ENSG00000145354","CISD2","CDGSH iron sulfur domain 2"
-"chr15",31284413,31284569,157,"*","Promoter (<=1kb)",15,31231144,31283807,52664,2,"54893",-606,"ENSG00000166912","MTMR10","myotubularin related protein 10"
-"chr11",104034282,104034571,290,"*","Promoter (<=1kb)",11,103777914,104035027,257114,2,"80310",456,"ENSG00000170962","PDGFD","platelet derived growth factor D"
-"chr20",18569003,18569196,194,"*","Promoter (<=1kb)",20,18568556,18744560,176005,1,"92675",447,"ENSG00000125821","DTD1","D-tyrosyl-tRNA deacylase 1"
-"chr19",22019044,22019059,16,"*","Intron (uc002nql.4/7594, intron 3 of 6)",19,21987751,22034870,47120,2,"7594",15811,"ENSG00000198521","ZNF43","zinc finger protein 43"
-"chr8",61429582,61429779,198,"*","Promoter (<=1kb)",8,61429469,61536203,106735,1,"5862",113,"ENSG00000104388","RAB2A","RAB2A, member RAS oncogene family"
-"chr11",66335975,66336077,103,"*","Promoter (<=1kb)",11,66330935,66336047,5113,2,"8722",0,"ENSG00000174080","CTSF","cathepsin F"
-"chr10",133758671,133758839,169,"*","5' UTR",10,133747960,133770053,22094,1,"55844",10711,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
-"chr6",31856959,31857034,76,"*","Exon (uc003nxy.1/10919, exon 8 of 27)",6,32485154,32557613,72460,2,"3127",700579,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr3",51428372,51428392,21,"*","Promoter (<=1kb)",3,51428699,51435336,6638,1,"29890",-307,"ENSG00000259956","RBM15B","RNA binding motif protein 15B"
-"chr14",104647027,104647046,20,"*","3' UTR",14,104605060,104647235,42176,1,"26153",41967,"ENSG00000066735","KIF26A","kinesin family member 26A"
-"chr20",60737957,60738265,309,"*","Exon (uc011aaa.1/26039, exon 5 of 10)",20,60718822,60757566,38745,1,"26039",19135,"ENSG00000184402","SS18L1","synovial sarcoma translocation gene on chromosome 18-like 1"
-"chr2",119606698,119607049,352,"*","Promoter (<=1kb)",2,119599747,119605759,6013,2,"2019",-939,"ENSG00000163064","EN1","engrailed homeobox 1"
-"chr11",2813073,2813298,226,"*","Intron (uc001lwn.3/3784, intron 15 of 15)",11,2891263,2893336,2074,1,"55539",-77965,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
-"chr11",2020129,2020231,103,"*","Promoter (1-2kb)",11,2016406,2019065,2660,2,"283120",-1064,"ENSG00000130600","H19","H19, imprinted maternally expressed transcript (non-protein coding)"
-"chr14",104175847,104176333,487,"*","Intron (uc001ynx.4/7517, intron 6 of 9)",14,104163954,104181823,17870,2,"7517",5490,"ENSG00000126215","XRCC3","X-ray repair complementing defective repair in Chinese hamster cells 3"
-"chr11",1785547,1785552,6,"*","Promoter (<=1kb)",11,1490685,1785501,294817,2,"81532",-46,"ENSG00000182208","MOB2","MOB kinase activator 2"
-"chr1",161009415,161009644,230,"*","Promoter (<=1kb)",1,161007422,161008774,1353,2,"100131187",-641,"ENSG00000215845","TSTD1","thiosulfate sulfurtransferase (rhodanese)-like domain containing 1"
-"chr7",39170539,39170715,177,"*","Intron (uc003thb.2/11281, intron 3 of 10)",7,39017609,39504390,486782,1,"11281",152930,"ENSG00000106536","POU6F2","POU class 6 homeobox 2"
-"chr17",45855505,45855691,187,"*","Distal Intergenic",17,45884733,45899147,14415,2,"114881",43456,"ENSG00000006025","OSBPL7","oxysterol binding protein like 7"
-"chr20",21686205,21686264,60,"*","Promoter (<=1kb)",20,21686297,21699124,12828,1,"5075",-33,"ENSG00000125813","PAX1","paired box 1"
-"chr5",141693817,141694185,369,"*","Exon (uc003lml.2/81848, exon 2 of 2)",5,141689992,141704620,14629,2,"81848",10435,"ENSG00000187678","SPRY4","sprouty RTK signaling antagonist 4"
-"chr17",840927,841205,279,"*","Intron (uc002fsa.3/64359, intron 7 of 7)",17,702553,882998,180446,2,"64359",41793,"ENSG00000167693","NXN","nucleoredoxin"
-"chr2",3750517,3750952,436,"*","Distal Intergenic",2,3705786,3750260,44475,1,"55821",44731,"ENSG00000151360","ALLC","allantoicase"
-"chrX",118708041,118708065,25,"*","Promoter (<=1kb)",23,118708499,118718379,9881,1,"7319",-434,"ENSG00000077721","UBE2A","ubiquitin conjugating enzyme E2A"
-"chr17",43238138,43238230,93,"*","Promoter (<=1kb)",17,43238264,43247406,9143,1,"124790",-34,"ENSG00000168517","HEXIM2","hexamethylene bis-acetamide inducible 2"
-"chr6",169226282,169226337,56,"*","Distal Intergenic",6,168841831,169068674,226844,1,"64094",384451,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
-"chr3",160283421,160283489,69,"*","Promoter (<=1kb)",3,160212783,160283376,70594,2,"3840",-45,"ENSG00000186432","KPNA4","karyopherin subunit alpha 4"
-"chr7",1959941,1960073,133,"*","Intron (uc003sld.1/8379, intron 2 of 3)",7,1883816,1883889,74,2,"100616160",-76052,"ENSG00000265089","MIR4655","microRNA 4655"
-"chr1",231762664,231762689,26,"*","Promoter (<=1kb)",1,231762561,232177019,414459,1,"27185",103,"ENSG00000162946","DISC1","disrupted in schizophrenia 1"
-"chr10",7860354,7860463,110,"*","Promoter (<=1kb)",10,7860467,8057016,196550,1,"83860",-4,"ENSG00000165632","TAF3","TATA-box binding protein associated factor 3"
-"chr7",157367159,157367462,304,"*","Promoter (<=1kb)",7,157367028,157367114,87,2,"406945",-45,"ENSG00000207960","MIR153-2","microRNA 153-2"
-"chr17",76498943,76498964,22,"*","Exon (uc031reo.1/100996295, exon 6 of 6)",17,76480992,76499138,18147,1,"100996295",17951,NA,"DNAH17-AS1","DNAH17 antisense RNA 1"
-"chr14",102027124,102027514,391,"*","Promoter (<=1kb)",14,102027688,102029789,2102,1,"1735",-174,"ENSG00000197406","DIO3","deiodinase, iodothyronine, type III"
-"chr17",26941944,26942145,202,"*","Promoter (<=1kb)",17,26907027,26941211,34185,2,"124923",-733,"ENSG00000167524","SGK494","uncharacterized serine/threonine-protein kinase SgK494"
-"chr8",96036568,96036755,188,"*","Intron (uc003yhi.3/137682, intron 2 of 9)",8,96085142,96085221,80,1,"100422964",-48387,"ENSG00000275241","MIR3150A","microRNA 3150a"
-"chr4",15964902,15965016,115,"*","Promoter (<=1kb)",4,15961863,15964859,2997,2,"83888",-43,"ENSG00000137441","FGFBP2","fibroblast growth factor binding protein 2"
-"chrX",48329927,48329937,11,"*","Promoter (1-2kb)",23,48316927,48328644,11718,2,"92745",-1283,"ENSG00000017483","SLC38A5","solute carrier family 38 member 5"
-"chr11",10472101,10472108,8,"*","Promoter (<=1kb)",11,10471868,10529126,57259,1,"272",233,"ENSG00000133805","AMPD3","adenosine monophosphate deaminase 3"
-"chr4",39460330,39460342,13,"*","Promoter (<=1kb)",4,39455745,39460568,4824,2,"6133",226,"ENSG00000163682","RPL9","ribosomal protein L9"
-"chr6",32549313,32549496,184,"*","5' UTR",6,32485154,32557613,72460,2,"3127",8117,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
-"chr7",104654852,104654870,19,"*","Promoter (<=1kb)",7,104654637,104754532,99896,1,"55904",215,"ENSG00000005483","KMT2E","lysine methyltransferase 2E"
-"chr6",159240766,159240774,9,"*","Promoter (<=1kb)",6,159186773,159240456,53684,2,"7430",-310,"ENSG00000092820","EZR","ezrin"
-"chr19",1079986,1080466,481,"*","Exon (uc010xgd.2/23526, exon 13 of 23)",19,1065922,1086627,20706,1,"23526",14064,"ENSG00000180448","HMHA1","histocompatibility (minor) HA-1"
-"chr1",39339553,39339683,131,"*","Promoter (<=1kb)",1,39303869,39340166,36298,2,"64121",483,"ENSG00000116954","RRAGC","Ras related GTP binding C"
-"chr4",74486409,74486510,102,"*","Promoter (<=1kb)",4,74437267,74486348,49082,2,"166824",-61,"ENSG00000169435","RASSF6","Ras association domain family member 6"
-"chr6",29999567,29999708,142,"*","Intron (uc011dme.2/80862, intron 1 of 5)",6,28471073,28483570,12498,2,"257202",-1515997,"ENSG00000198704","GPX6","glutathione peroxidase 6"
-"chr1",84543108,84543369,262,"*","Promoter (<=1kb)",1,84543745,84704181,160437,1,"5567",-376,"ENSG00000142875","PRKACB","protein kinase cAMP-activated catalytic subunit beta"
-"chr1",8877774,8877813,40,"*","Promoter (<=1kb)",1,8412464,8877699,465236,2,"473",-75,"ENSG00000142599","RERE","arginine-glutamic acid dipeptide (RE) repeats"
-"chr12",39298591,39298776,186,"*","Promoter (<=1kb)",12,39046002,39299420,253419,2,"144402",644,"ENSG00000139117","CPNE8","copine 8"
-"chr6",42946146,42946178,33,"*","Promoter (<=1kb)",6,42931611,42946981,15371,2,"5190",803,"ENSG00000124587","PEX6","peroxisomal biogenesis factor 6"
-"chr14",77279079,77279247,169,"*","Promoter (<=1kb)",14,77253586,77279283,25698,2,"23357",36,"ENSG00000013523","ANGEL1","angel homolog 1 (Drosophila)"
-"chr1",2565265,2565729,465,"*","Promoter (<=1kb)",1,2522081,2564481,42401,2,"79258",-784,"ENSG00000142606","MMEL1","membrane metallo-endopeptidase-like 1"
-"chr17",72368116,72368179,64,"*","Exon (uc010wqy.2/350383, exon 4 of 4)",17,72363645,72369788,6144,1,"350383",4471,"ENSG00000257008","GPR142","G protein-coupled receptor 142"
-"chr5",138612986,138613030,45,"*","Promoter (1-2kb)",5,138614469,138614668,200,1,"26821",-1439,"ENSG00000200959","SNORA74A","small nucleolar RNA, H/ACA box 74A"
-"chr6",26502058,26502192,135,"*","Promoter (<=1kb)",6,26501458,26510652,9195,1,"696",600,"ENSG00000124557","BTN1A1","butyrophilin subfamily 1 member A1"
-"chr7",2598460,2598473,14,"*","Promoter (<=1kb)",7,2598632,2654368,55737,1,"23288",-159,"ENSG00000106012","IQCE","IQ motif containing E"
-"chr19",8649796,8649942,147,"*","Exon (uc002mki.1/81794, exon 12 of 13)",19,8585674,8642331,56658,2,"4542",-7465,"ENSG00000142347","MYO1F","myosin IF"
-"chr3",127006239,127006414,176,"*","Distal Intergenic",3,126707437,126756235,48799,1,"5361",298802,"ENSG00000114554","PLXNA1","plexin A1"
-"chr5",132072786,132072925,140,"*","Promoter (<=1kb)",5,132028323,132073265,44943,2,"11127",340,"ENSG00000131437","KIF3A","kinesin family member 3A"
-"chr4",870161,870443,283,"*","Exon (uc003gbl.4/2580, exon 15 of 25)",4,778745,819945,41201,2,"10815",-50216,"ENSG00000168993","CPLX1","complexin 1"
-"chr11",1365592,1365668,77,"*","Distal Intergenic",11,1330938,1331937,1000,1,"255512",34654,"ENSG00000255153","TOLLIP-AS1","TOLLIP antisense RNA 1 (head to head)"
-"chr16",1575153,1575219,67,"*","Intron (uc002clz.3/9742, intron 9 of 21)",16,1578742,1605581,26840,1,"79652",-3523,"ENSG00000131634","TMEM204","transmembrane protein 204"
-"chr1",76189753,76189897,145,"*","Promoter (<=1kb)",1,76190043,76229355,39313,1,"34",-146,"ENSG00000117054","ACADM","acyl-CoA dehydrogenase, C-4 to C-12 straight chain"
-"chr2",130691926,130691932,7,"*","Promoter (<=1kb)",2,130680435,130691890,11456,2,"389033",-36,"ENSG00000214100","LOC389033","placenta specific 9 pseudogene"
-"chr11",1413842,1413990,149,"*","Promoter (2-3kb)",11,1411129,1483919,72791,1,"9024",2713,"ENSG00000174672","BRSK2","BR serine/threonine kinase 2"
-"chr7",1881390,1881839,450,"*","Promoter (2-3kb)",7,1883816,1883889,74,2,"100616160",2050,"ENSG00000265089","MIR4655","microRNA 4655"
--- a/annotatePeak/tool_dependencies.xml	Thu Mar 16 07:21:10 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,270 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-  <tool_dependency>
-            <actions>
-                <action type="setup_r_environment">
-                    <repository changeset_revision="d0bf97420fb5" name="package_r_3_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
-                        <package name="R" version="3.2.1" />
-                      </repository>
-
-                      <package>https://www.bioconductor.org/packages/release/bioc/src/contrib/ChIPseeker_1.10.3.tar.gz</package>
-                      <package>https://www.bioconductor.org/packages/release/bioc/src/contrib/ChIPpeakAnno_3.8.9.tar.gz</package>
-                      <package>https://bioconductor.org/packages/release/bioc/src/contrib/GenomicRanges_1.26.3.tar.gz</package>
-                      <package>https://bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.20.0.tar.gz</package>
-
-                      <package sha256sum="397c3c90af966f48eebe8f5d9e40c41b17541f0baaa102eec3ea4faae5a2bd49">
-                            https://depot.galaxyproject.org/software/munsell/munsell_0.4.3.tar.gz
-                        </package>
-                        <package sha256sum="0d8069eb48e91f6f6d6a9148f4e2dc5026cabead15dd15fc343eff9cf33f538f">
-                            https://depot.galaxyproject.org/software/labeling/labeling_0.3.tar.gz
-                        </package>
-                        <package sha256sum="762bcb9b5188274fd81d82f785cf2846a5acc61fad55e2ff8ec1502282c27881">
-                            https://depot.galaxyproject.org/software/DO.db/DO.db_2.9.tar.gz
-                        </package>
-                        <package sha256sum="de6f46918b40bcf4f8c03442f2a0411f1796794e0e7b00770ed0aac56601833d">
-                            https://bioarchive.galaxyproject.org/fgsea_1.1.2.tar.gz
-                        </package>
-                        <package sha256sum="7f1aa58085a030b7855a4e189bea2f17ff72333a1f884f0ab7f5af1fbe101397">
-                            https://bioarchive.galaxyproject.org/GOSemSim_2.1.2.tar.gz
-                        </package>
-                        <package sha256sum="dc64ed09b8b5f8d66ed4936cde3491974d6bc5178dd259b6eab7ef3936aa5602">
-                            https://depot.galaxyproject.org/software/igraph/igraph_1.0.1.tar.gz
-                        </package>
-                        <package sha256sum="f9e132c35d3af919cff291465d030817ff74e56eb6b2770390ae8566881b62ed">
-                            https://bioarchive.galaxyproject.org/qvalue_2.7.0.tar.gz
-                        </package>
-                        <package sha256sum="6d3783610379be4c5676d9236cf66276a166b5b96c18f2759e9b219758959b6b">
-                            https://depot.galaxyproject.org/software/reshape2/reshape2_1.4.2.tar.gz
-                        </package>
-                        <package sha256sum="642b88fb1fce7bac72a0038ce532b65b8a79dffe826fec25033cf386ab630cd3">
-                            https://depot.galaxyproject.org/software/scales/scales_0.4.1.tar.gz
-                        </package>
-                        <package sha256sum="51a74de64296d7cbed04a015a9f9725de95adb5e04301d1cd58190d7365fb104">
-                            https://bioarchive.galaxyproject.org/biomaRt_2.31.3.tar.gz
-                        </package>
-                        <package sha256sum="801e4869830ff3da1d38e41f5a2296a54fc10a7419c6ffb108582850c701e76f">
-                            https://depot.galaxyproject.org/software/gtable/gtable_0.2.0.tar.gz
-                        </package>
-                        <package sha256sum="ed8a8bd0591223f742be80fd1cd8c4a9618d0f04011ec95c272b61ea45193104">
-                            https://depot.galaxyproject.org/software/tibble/tibble_1.2.tar.gz
-                        </package>
-                        <package sha256sum="13738f55b2044184fe91f53d17516a445dfb508227527921218cda6f01f98dcb">
-                            https://depot.galaxyproject.org/software/lazyeval/lazyeval_0.2.0.tar.gz
-                        </package>
-                        <package sha256sum="8097ec0e4868f6bf746f821cff7842f696e874bb3a84f1b2aa977ecd961c3e4e">
-                            https://depot.galaxyproject.org/software/gdata/gdata_2.17.0.tar.gz
-                        </package>
-                        <package sha256sum="d32a73febf00930355cc00f3e4e71357412e0f163faae6a4bf7f552cacfe9af4">
-                            https://depot.galaxyproject.org/software/caTools/caTools_1.17.1.tar.gz
-                        </package>
-                        <package sha256sum="1363645a9a128f615aa0641dc5f5c5abd960b1c38320492366dad1e7a5c29a37">
-                            https://depot.galaxyproject.org/software/assertthat/assertthat_0.1.tar.gz
-                        </package>
-                        <package sha256sum="7d7bddc4303fafa99954182ccad938166d681499d4e9ae7001d21b0fd60d25c7">
-                            https://depot.galaxyproject.org/software/R6/R6_2.2.0.tar.gz
-                        </package>
-                        <package sha256sum="5718a14084e30e35288a9e021487df5518913b1ae28f4131b69e34fbdd6d6e07">
-                            https://depot.galaxyproject.org/software/BH/BH_1.62.0-1.tar.gz
-                        </package>
-                        <package sha256sum="44fe455a5bcdf48a4ece7a542f83e7749cf251dc1df6ae7634470240398c6818">
-                            https://depot.galaxyproject.org/software/gridExtra/gridExtra_2.2.1.tar.gz
-                        </package>
-                        <package sha256sum="782d7d055a108bd51000f3a89276581fe3762c2aa3cda1ebfc5cd160568caca9">
-                            https://bioarchive.galaxyproject.org/DOSE_3.1.2.tar.gz
-                        </package>
-                        <package sha256sum="e819fac1e75c2189b32257cbbc8f7d30598305ea6bd184e84c0ee99bb6f30bcf">
-                            https://bioarchive.galaxyproject.org/GenomeInfoDb_1.11.6.tar.gz
-                        </package>
-                        <package sha256sum="22d00d366f4c1a44e8ee06d32ac0b5177cc4fa5e6773c6d8ce2777cde09a2017">
-                            https://bioarchive.galaxyproject.org/S4Vectors_0.13.5.tar.gz
-                        </package>
-                        <package sha256sum="ac96118cf565d22154dbe56233428660504238c1145500f8987e1c94a1c20fa0">
-                            https://bioarchive.galaxyproject.org/IRanges_2.9.14.tar.gz
-                        </package>
-                        <package sha256sum="9d8355c85b54f4833ec71997905bf77d46b16b65a995720fdea230eb9c1603bb">
-                            https://bioarchive.galaxyproject.org/GenomicFeatures_1.27.4.tar.gz
-                        </package>
-                        <package sha256sum="64d7d9085573b439295bcb58ea4d39ba5d71911dbb501f1e7a30d13740ea2cda">
-                            https://depot.galaxyproject.org/software/ggplot2/ggplot2_2.2.0.tar.gz
-                        </package>
-                        <package sha256sum="343df84327ac3d03494992e79ee3afc78ba3bdc08af9a305ee3fb0a38745cb0a">
-                            https://depot.galaxyproject.org/software/gplots/gplots_3.0.1.tar.gz
-                        </package>
-                        <package sha256sum="be8718d24cd10f6e323dce91b15fc40ed88bccaa26acf3192d5e38fe33e15f26">
-                            https://depot.galaxyproject.org/software/gridBase/gridBase_0.4-7.tar.gz
-                        </package>
-                        <package sha256sum="86b6a51a92ddb3c78095e0c5dc20414c67f6e28f915bf0ee11406adad3e476f6">
-                            https://depot.galaxyproject.org/software/gtools/gtools_3.5.0.tar.gz
-                        </package>
-                        <package sha256sum="217164bdd04405c3280a0c8b2691f289287f9851fa8248648a5ae38f54962741">
-                            https://depot.galaxyproject.org/software/plotrix/plotrix_3.6-3.tar.gz
-                        </package>
-                        <package sha256sum="93d3b829f1c2d38e14a4f2fa7d6398fc6c1a9e4189b3e78bc38a0eb0e864454f">
-                            https://depot.galaxyproject.org/software/dplyr/dplyr_0.5.0.tar.gz
-                        </package>
-                        <package sha256sum="063de2b1174782a0b2b8ab7f04a0bdf3c43252cb67c685a9f8ef2b8e318352e9">
-                            https://depot.galaxyproject.org/software/TxDb.Hsapiens.UCSC.hg19.knownGene/TxDb.Hsapiens.UCSC.hg19.knownGene_3.2.2.tar.gz
-                        </package>
-                        <package sha256sum="0c9996310964d566c1aed962b267d14f110eab99c2d44da71569e7af31c8e3d5">
-                            https://depot.galaxyproject.org/software/UpSetR/UpSetR_1.3.1.tar.gz
-                        </package>
-                        <package sha256sum="bb37452ddc4d9381bee84cdf524582859af6a988e291debb71c8a2e120d02b2a">
-                            https://depot.galaxyproject.org/software/httpuv/httpuv_1.3.3.tar.gz
-                        </package>
-                        <package sha256sum="29fb7e075744bbffdff8ba4fce3860076de66f39a59a100ee4cfb4fc00722b49">
-                            https://depot.galaxyproject.org/software/htmltools/htmltools_0.3.5.tar.gz
-                        </package>
-                        <package sha256sum="c2373357ad76eaa7d03f9f01c19b5001a3e4db788acbca068b0abbe7a99ea64b">
-                            https://depot.galaxyproject.org/software/sourcetools/sourcetools_0.1.5.tar.gz
-                        </package>
-                        <package sha256sum="2395794738cf5de194da3f5c4eae239f353114b90573beaba6472e081261a8eb">
-                            https://depot.galaxyproject.org/software/shiny/shiny_0.14.2.tar.gz
-                        </package>
-                        <package sha256sum="239b17487ad9a7a0a9bf27f78d049f539fe637278344d56bc330f75e01fc2e57">
-                            https://depot.galaxyproject.org/software/jsonlite/jsonlite_1.1.tar.gz
-                        </package>
-                        <package sha256sum="fcc72115afb0eb43237da872754464f37ae9ae097f332ec7984149b5e3a82145">
-                            https://depot.galaxyproject.org/software/mime/mime_0.5.tar.gz
-                        </package>
-                        <package sha256sum="f901dad6bb70a6875a85da75bcbb42afffdcdf4ef221909733826bcb012d7c3d">
-                            https://depot.galaxyproject.org/software/curl/curl_2.3.tar.gz
-                        </package>
-                        <package sha256sum="f7a67c596b70732084a531eec8c12466b4b16f3429ba0a82a5104ace6a4554d1">
-                            https://depot.galaxyproject.org/software/openssl/openssl_0.9.5.tar.gz
-                        </package>
-                        <package sha256sum="89c9e2eb1210eb3c7d350403dc2e7a7e267254b8a52335953bf6fe294f09da4b">
-                            https://bioarchive.galaxyproject.org/interactiveDisplayBase_1.13.0.tar.gz
-                        </package>
-                        <package sha256sum="e7b90b90ee52c826e152efcfadf98e078fa75b65a6baaeb8fd25eeed2195730e">
-                            https://depot.galaxyproject.org/software/httr/httr_1.2.1.tar.gz
-                        </package>
-                        <package sha256sum="41a559846f6d44cc2dbcb3fc0becbc50d2766d3dc2aad7cfb97c1f9759ec0875">
-                            https://depot.galaxyproject.org/software/yaml/yaml_2.1.14.tar.gz
-                        </package>
-                        <package sha256sum="b94fd04c5da0da3a5bd982866f128998174b8342993c679333026269e1fe66c4">
-                            https://bioarchive.galaxyproject.org/AnnotationHub_2.7.8.tar.gz
-                        </package>
-                        <package sha256sum="c70784e894080ea26583fb4fbf85817c5dd13b726a65da8659e41fa8158b4b9f">
-                            https://depot.galaxyproject.org/software/ade4/ade4_1.7-4.tar.gz
-                        </package>
-                        <package sha256sum="b1dc5f79ccc076c2943b15fe4f339368afa241797b7e80c91b62132cfa66809c">
-                            https://depot.galaxyproject.org/software/segmented/segmented_0.5-1.4.tar.gz
-                        </package>
-                        <package sha256sum="284e2c73e2065b9e8cbc8dec3472a9beb24a773cd76c5ee41801cf52fb838a91">
-                            https://depot.galaxyproject.org/software/VennDiagram/VennDiagram_1.6.17.tar.gz
-                        </package>
-                        <package sha256sum="734b9636e5213d70bfbf4b3a9975a0568135363996ac5a3f7361c50ce5f69248">
-                            https://bioarchive.galaxyproject.org/BSgenome_1.43.1.tar.gz
-                        </package>
-                        <package sha256sum="f2b22c2dab2f28e9bcae9e5e744fd2a9f969230ed8ba7aa84debcd024ca74a2f">
-                            https://depot.galaxyproject.org/software/matrixStats/matrixStats_0.51.0.tar.gz
-                        </package>
-                        <package sha256sum="e701cc93a10885027e756c2252e982be00ca1f149b35a63066eced3c7d6410b6">
-                            https://bioarchive.galaxyproject.org/limma_3.31.6.tar.gz
-                        </package>
-                        <package sha256sum="9972c23e7900aca02b8f525f56c294dab32cb9bd223e8352425856d1098dc2ec">
-                            https://bioarchive.galaxyproject.org/multtest_2.31.0.tar.gz
-                        </package>
-                        <package sha256sum="c987afb4bbd1f7586dcc6552030e399b3be361365afc7f8c1a430c5237254101">
-                            https://bioarchive.galaxyproject.org/RBGL_1.51.0.tar.gz
-                        </package>
-                        <package sha256sum="1389076cfd90fcb6495cf1823ba5eb7770027fe37dde6c93d78f92fa23e629ae">
-                            https://bioarchive.galaxyproject.org/graph_1.53.0.tar.gz
-                        </package>
-                        <package sha256sum="a6dad4d9bf75f1e4c4d98de99e162ac7319ec827c28c93706cf1dba1ee871c4e">
-                            https://bioarchive.galaxyproject.org/regioneR_1.7.0.tar.gz
-                        </package>
-                        <package sha256sum="054ed05e54a37bfb912785212e4aa50187408b09037c254c0eba3a63f95d6208">
-                            https://bioarchive.galaxyproject.org/ProtGenerics_1.7.0.tar.gz
-                        </package>
-                        <package sha256sum="494e3024ec2c769613df1645e04ee40c0155bdb2215ffcc09f6e8756cee3ba2f">
-                            https://bioarchive.galaxyproject.org/ensembldb_1.99.7.tar.gz
-                        </package>
-                        <package sha256sum="12a270abbfe89afced2a256a5ce534b62cfdc92190b800336046d489d4f26466">
-                            https://depot.galaxyproject.org/software/seqinr/seqinr_3.3-3.tar.gz
-                        </package>
-                        <package sha256sum="8bbfdf82c8c2b5c73eb079127e198b6cb65c437bb36729f502c7bcd6037fdb16">
-                            https://depot.galaxyproject.org/software/idr/idr_1.2.tar.gz
-                        </package>
-                        <package sha256sum="f524148fdb29aac3a178618f88718d3d4ac91283014091aa11a01f1c70cd4e51">
-                            https://depot.galaxyproject.org/software/locfit/locfit_1.5-9.1.tar.gz
-                        </package>
-                        <package sha256sum="a8f864bde055c7f1942da2445fcc41f79ce671bcb61b9b1b29b0b9270a206f7b">
-                            https://depot.galaxyproject.org/software/doRNG/doRNG_1.6.tar.gz
-                        </package>
-                        <package sha256sum="8e259c2b12446197d1152b83a81bab84ccb5a5b77021a9b5645dd4c63c804bd1">
-                            https://depot.galaxyproject.org/software/base64/base64_2.0.tar.gz
-                        </package>
-                        <package sha256sum="49da299139a47171c5b4ccdea79ffbbc152894e05d552e676f135147c0c9b372">
-                            https://depot.galaxyproject.org/software/beanplot/beanplot_1.2.tar.gz
-                        </package>
-                        <package sha256sum="d8560a9cf0e32625c65bf19e27e5dbee2fc32ad7ac795bb59589d01d2194b291">
-                            https://depot.galaxyproject.org/software/nor1mix/nor1mix_1.2-2.tar.gz
-                        </package>
-                        <package sha256sum="13380930e78be3cfeaf478fd71c5f81057887e9b1cfd5fae04792b9c815ce3b7">
-                            https://bioarchive.galaxyproject.org/siggenes_1.49.0.tar.gz
-                        </package>
-                        <package sha256sum="2394aa76c81b7df9ebdbf6af42da598991b1cc530e2bd5840a3eca34068e28a2">
-                            https://bioarchive.galaxyproject.org/preprocessCore_1.37.0.tar.gz
-                        </package>
-                        <package sha256sum="c67c27b9dc23797e48794ebbb71168aa8c833dabdf6d0da1430dfbd2e263c61e">
-                            https://bioarchive.galaxyproject.org/illuminaio_0.17.0.tar.gz
-                        </package>
-                        <package sha256sum="eb71d46b42eb9b2543a53db8efb9217f31a1f5dd4244a9f2da1e1eb483b3c82e">
-                            https://depot.galaxyproject.org/software/mclust/mclust_5.2.tar.gz
-                        </package>
-                        <package sha256sum="8647a080b70bedbaa4ac2a372eec8eb75d8b489ae3135efc3c75c407672fe2f7">
-                            https://bioarchive.galaxyproject.org/genefilter_1.57.0.tar.gz
-                        </package>
-                        <package sha256sum="d89db98ea1025e38d59daeff965dd8174bbb94a961cb966a83760ac1a87a36b8">
-                            https://depot.galaxyproject.org/software/reshape/reshape_0.8.6.tar.gz
-                        </package>
-                        <package sha256sum="d999620688354c283de5bb305203f5db70271b4dfdc23577cae8c2ba94c9e349">
-                            https://depot.galaxyproject.org/software/quadprog/quadprog_1.5-5.tar.gz
-                        </package>
-                        <package sha256sum="cd26dbd60b2e2060541c4bb579ec1e0f6c262501431460b096b5fef323204432">
-                            https://bioarchive.galaxyproject.org/GEOquery_2.41.0.tar.gz
-                        </package>
-                        <package sha256sum="bee70645c7cc88250761092762a9d293b4644f311047baecf49fde766d3059bc">
-                            https://bioarchive.galaxyproject.org/Biobase_2.35.0.tar.gz
-                        </package>
-                        <package sha256sum="c6133611cc991dfc17410d06a9ddcc6dcff0153bceffdf7d5a9b7dc42f31afa6">
-                            https://depot.galaxyproject.org/software/org.Hs.eg.db/org.Hs.eg.db_3.4.0.tar.gz
-                        </package>
-                        <package sha256sum="cf61732ef9b38ecb6579055d1cd145198ad23a5a9ae4378f94a1494e6c56c884">
-                            https://depot.galaxyproject.org/software/data.table/data.table_1.10.0.tar.gz
-                        </package>
-                        <package sha256sum="d47be4430a1c343c20f9d3f67b8511506904e46be13ea4199769f012f1449209">
-                            https://depot.galaxyproject.org/software/GO.db/GO.db_3.4.0.tar.gz
-                        </package>
-                        <package sha256sum="dfccd4b4d6ec90cd7628fd128d2456d792f406cee4d32b13448dcb0ffe4ab056">
-                            https://depot.galaxyproject.org/software/NMF/NMF_0.20.6.tar.gz
-                        </package>
-                        <package sha256sum="7fa594d9576592e393283ec4fc79fd72128f663bd516e05651957ce1e6fe3c38">
-                            https://depot.galaxyproject.org/software/colorspace/colorspace_1.3-1.tar.gz
-                        </package>
-                        <package sha256sum="31151eaf36f70bdc1172da5ff5088ee51cc0a3db4ead59c7c38c25316d580dd1">
-                            https://depot.galaxyproject.org/software/dichromat/dichromat_2.0-0.tar.gz
-                        </package>
-                        <package sha256sum="7a4957c66ff622d7d1456adfbb728c60d406cdb2a754979797f9dcb0dc8fee99">
-                            https://depot.galaxyproject.org/software/fastmatch/fastmatch_1.0-4.tar.gz
-                        </package>
-                        <package sha256sum="5183e8dd7943df11c0f44460566adf06c03d5320f142699298f516d423b06ce1">
-                            https://depot.galaxyproject.org/software/irlba/irlba_2.1.2.tar.gz
-                        </package>
-                        <package sha256sum="19ad78c16bd5757333e7abbd5eebcec081deb494c9a4b6eec6919a3747b3386f">
-                            https://depot.galaxyproject.org/software/pkgmaker/pkgmaker_0.22.tar.gz
-                        </package>
-                        <package sha256sum="58a5c43b8012ca5e509fa29a8daf6f24f097b8eb021a723f6a9c33db1dd3f430">
-                            https://depot.galaxyproject.org/software/registry/registry_0.3.tar.gz
-                        </package>
-                        <package sha256sum="27019835b750f470b13dbb7fecd3b839a61b52774e23fffa191f919533768fb9">
-                            https://depot.galaxyproject.org/software/rngtools/rngtools_1.2.4.tar.gz
-                        </package>
-                        <package sha256sum="605aa3643588a2f40a942fa760b92662060a0dfedb26b4e4cd6f1a78b703093f">
-                            https://depot.galaxyproject.org/software/FDb.InfiniumMethylation.hg19/FDb.InfiniumMethylation.hg19_2.2.0.tar.gz
-                        </package>
-                      </action>
-                  </actions>
-              <readme>
-              </readme>
-      </tool_dependency>
Binary file annotate_peak/._.DS_Store has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotate_peak/annotatePeak.R	Thu Mar 16 07:21:37 2017 -0400
@@ -0,0 +1,26 @@
+require("ChIPseeker", quietly = TRUE)
+require("ChIPpeakAnno", quietly = TRUE)
+require("org.Hs.eg.db", quietly = TRUE)
+require("GenomicRanges", quietly = TRUE)
+options(warn = -1)
+
+args <- commandArgs(trailingOnly = TRUE)
+DMR = args[1]
+annoPeakTable = args[2]
+
+
+DMRInfo = read.table(
+  DMR,
+  header = FALSE,
+  sep = "\t",
+  stringsAsFactors = FALSE,
+  quote = ""
+)
+
+DMRPeaks <- GRanges(seqnames = DMRInfo[, 1],
+                    ranges = IRanges
+                    (start = DMRInfo[, 2], end = DMRInfo[, 3]))
+
+annotatePeak <- as.data.frame(annotatePeak(DMRPeaks, level = "gene", annoDb = "org.Hs.eg.db"))
+
+write.csv(annotatePeak, annoPeakTable, row.names = FALSE)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotate_peak/annotatePeak.xml	Thu Mar 16 07:21:37 2017 -0400
@@ -0,0 +1,35 @@
+<tool id="AP" name="annotatePeak" version="1.16.2">
+  <requirements>
+         <requirement type="package" version="3.2.1">R</requirement>
+     </requirements>
+<stdio>
+   <exit_code range="1:" />
+</stdio>
+  <command> Rscript $__tool_directory__/annotatePeak.R "$DMR" "$annoPeakTable"</command>
+  <inputs>
+    <param optional="false" format="bed" name="DMR" type="data" value="" help="Bumphunter peaks." label="[required] file">
+      <validator type="empty_field" message="This field is required."/>
+    </param>
+  </inputs>
+  <outputs>
+    <data format="csv" name="annoPeakTable" label="peakAnno.csv"/>
+  </outputs>
+  <tests>
+    <test>
+      <param name="test">
+      <element name="test-data">
+          <collection type="data">
+          <element name="DMR" value="test-data/DMR.bed"/>
+          </collection>
+        </element>
+        </param>
+        <output format="csv" name="annoPeakTable" label="test-data/annoPeakTable.csv"/>
+        </test>
+    </tests>
+  <help>
+**Description**
+</help>
+<citations>
+DMR
+</citations>
+</tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotate_peak/test-data/DMR.bed	Thu Mar 16 07:21:37 2017 -0400
@@ -0,0 +1,9881 @@
+chrX	106959609	106960186
+chr1	54203844	54204501
+chr5	112073385	112073454
+chr18	56338460	56338659
+chr6	29943460	29944045
+chr11	64405452	64405993
+chr4	1363998	1364344
+chr16	78079753	78080193
+chr3	38070886	38071301
+chr2	175351922	175352168
+chr4	1806633	1807332
+chr6	28793329	28793608
+chr4	1205447	1206004
+chr3	113775302	113775388
+chr16	3085934	3086940
+chr2	27485967	27486122
+chr1	2918058	2918526
+chr17	422325	422568
+chr5	141031071	141031094
+chr6	17987573	17987659
+chr17	2952307	2952767
+chr19	16653151	16653581
+chr3	193921489	193922037
+chr2	70418309	70418827
+chr16	1095625	1096754
+chr11	2161355	2161411
+chr12	51664503	51664607
+chr16	1705991	1706153
+chr14	23067033	23067188
+chr3	173113110	173113519
+chr7	50444039	50444317
+chr3	100053070	100053140
+chr17	6918792	6918952
+chr2	175350573	175351649
+chr6	33216768	33217142
+chr16	85646762	85646832
+chr16	11439254	11439785
+chr2	201981786	201981873
+chr10	128993810	128994432
+chr7	116593215	116593288
+chr16	29873565	29874506
+chr22	40742327	40742374
+chr21	46031707	46032038
+chr6	31940192	31940302
+chr2	128784344	128784923
+chr19	45927001	45927018
+chr16	24550834	24552079
+chr6	26284890	26285184
+chr22	47158324	47158521
+chr3	63850035	63850278
+chr16	672235	672882
+chr14	57274763	57275234
+chr16	3766844	3767679
+chr3	44036098	44036453
+chr15	32907294	32907402
+chr17	48637584	48637666
+chr5	137800779	137801033
+chr22	20004369	20004611
+chr19	35531102	35531591
+chr18	32397976	32398246
+chr22	30162987	30162991
+chr17	78032296	78032492
+chr10	131927297	131927449
+chr19	1947674	1947912
+chr1	36106988	36107155
+chr9	101568927	101569648
+chr18	48346660	48346795
+chr1	211652228	211652741
+chr4	1294432	1294566
+chr1	12079449	12079505
+chr14	103740037	103740476
+chr12	108237572	108237937
+chr13	113097259	113097633
+chr18	63417557	63417735
+chr3	51976003	51976171
+chr12	123237034	123237126
+chr9	88555654	88555863
+chr3	53289290	53289728
+chr16	31214346	31214378
+chr12	8185029	8185344
+chr10	38146893	38147096
+chr11	62341426	62341521
+chr14	65239309	65239653
+chr20	42219469	42219655
+chr12	10364612	10365082
+chr3	48487981	48488082
+chr7	45614242	45614720
+chr2	208632784	208633283
+chr9	75136064	75136701
+chr12	12966076	12966271
+chr1	16563734	16563906
+chr16	2255332	2255883
+chr9	77642922	77643323
+chr14	56047764	56047916
+chr19	10138244	10138615
+chr17	73901016	73901339
+chr16	14397688	14397766
+chr16	30457360	30457524
+chr1	155243076	155243300
+chr16	32936895	32937009
+chr7	18067530	18067535
+chr11	1304252	1304348
+chr16	56677510	56677585
+chr20	2821434	2821485
+chr1	153914312	153914453
+chr16	2569925	2570212
+chr15	68870979	68871357
+chr17	7517617	7517649
+chr16	28608846	28609531
+chr7	2563136	2563622
+chr1	75139583	75139958
+chr7	44104935	44105118
+chr16	4852372	4852777
+chr6	101328458	101329304
+chr20	35504198	35504371
+chr6	33656083	33656500
+chr12	120739972	120740007
+chr1	247579560	247580517
+chr8	37824481	37824496
+chr12	108079012	108079503
+chr19	10735958	10736001
+chr7	154706045	154706916
+chr16	8962538	8962970
+chr10	45914477	45914640
+chr16	12211050	12211322
+chr16	31366118	31366418
+chr14	58893467	58893740
+chr18	23806180	23806263
+chr7	82541	82911
+chr15	77287290	77287608
+chr15	69706335	69706469
+chr3	195622522	195622598
+chr12	24102533	24103021
+chr10	31607330	31607651
+chr3	53164962	53165031
+chr16	19566218	19566823
+chr19	18451444	18451525
+chr7	100493811	100494332
+chr16	3550032	3550792
+chr16	20359396	20359923
+chr2	27994492	27994636
+chr16	8715546	8715882
+chr16	30379343	30380183
+chr16	29296186	29296693
+chr15	45879564	45879610
+chr11	70289501	70289510
+chr20	56935373	56935483
+chr10	48355005	48355070
+chr14	63568147	63568558
+chr1	224518178	224518192
+chr10	99447118	99447212
+chr2	130763379	130763641
+chr1	27901757	27902687
+chr16	19124971	19125137
+chr17	74236897	74237210
+chr1	228782809	228783335
+chr15	85144175	85144257
+chr5	122181105	122181680
+chr2	143886278	143886375
+chr20	31349704	31349891
+chr19	7964567	7964703
+chr16	33853176	33853496
+chr4	2845528	2845623
+chr16	30661660	30661867
+chr10	93567106	93567261
+chr5	1076844	1077231
+chr11	644011	644218
+chr6	31937228	31937307
+chr16	89752831	89753123
+chr2	71017211	71017557
+chr19	41767621	41768027
+chr8	145019582	145019681
+chr16	49593978	49594703
+chr15	92459255	92459857
+chr2	174890420	174890570
+chr6	25652357	25652531
+chr18	72201590	72201615
+chr5	66124492	66124515
+chr16	19534852	19535044
+chr16	89268689	89268799
+chr6	168972162	168972469
+chr1	151810856	151811572
+chr1	94344811	94344881
+chr5	132082753	132083105
+chr10	93557965	93558141
+chr1	220960463	220960506
+chr10	51827480	51827594
+chr7	157369960	157370206
+chr6	114178172	114178324
+chr14	69282992	69283484
+chr7	92861558	92861612
+chr19	18303845	18303865
+chr17	73975697	73976041
+chr21	43809471	43809567
+chr10	27529785	27530202
+chr17	73201717	73201932
+chr3	124605199	124605640
+chr14	31028192	31028335
+chr6	26104245	26104560
+chr15	73735608	73735694
+chr8	1954777	1955069
+chr11	10315561	10315706
+chr16	3062320	3062349
+chr12	56862322	56862729
+chr4	10041728	10042401
+chr17	31487	31552
+chr17	41739082	41739246
+chr5	16616462	16617242
+chr2	232651038	232651061
+chr20	43029652	43029847
+chr1	161129091	161129122
+chr14	52216412	52216656
+chr18	61368814	61369206
+chr2	220083306	220083454
+chr1	33815638	33815702
+chr12	54366859	54366875
+chr6	170361194	170361827
+chr10	118900416	118900422
+chr7	4841387	4841835
+chr7	56551592	56552034
+chr1	65533502	65533851
+chr12	120755328	120755363
+chr10	665054	665510
+chr5	135265705	135265801
+chr3	9885753	9886090
+chr1	226187478	226187828
+chr12	57853743	57853920
+chr8	17104455	17104487
+chr13	100611510	100611817
+chr12	112563230	112563241
+chr18	34973942	34973956
+chr17	259930	259942
+chr9	127615385	127616076
+chr6	31926840	31926915
+chr7	4913514	4913712
+chr22	37914206	37914811
+chr12	6798404	6798535
+chr3	43663331	43663662
+chr2	3642400	3642581
+chr5	161494450	161494467
+chr15	45315313	45315362
+chr17	73851651	73851978
+chr4	107956508	107957024
+chr3	139257229	139257727
+chr16	1413965	1414480
+chr12	5541205	5541234
+chr1	238024463	238024671
+chr22	43506457	43506480
+chr20	865906	866039
+chr7	94294857	94295579
+chr5	138609337	138609700
+chr6	86353836	86353970
+chr12	122687992	122688186
+chr16	1014544	1014975
+chr18	13801222	13801271
+chr21	40817848	40817988
+chr17	29335105	29335669
+chr2	33824342	33824362
+chr1	38470578	38470622
+chr9	5449890	5450535
+chr5	1061253	1061289
+chr10	131934684	131934715
+chr2	33172394	33172396
+chr17	78820876	78821024
+chr2	32581942	32582034
+chr4	2011033	2011051
+chr10	122217348	122217422
+chr1	166134346	166134465
+chr5	56247905	56248185
+chr12	130823838	130823967
+chr7	12250712	12250857
+chr2	242810869	242811101
+chr11	62139609	62139710
+chr4	40045334	40045641
+chr17	8648514	8649122
+chr20	3762064	3762119
+chr11	2235203	2235402
+chr6	29945051	29945155
+chr12	132863782	132863935
+chr2	238535997	238536058
+chr2	66660414	66660793
+chr15	51385764	51385868
+chr7	5632221	5632224
+chr17	46621964	46622037
+chr16	1071052	1071884
+chr1	111506641	111506667
+chr8	74361002	74361220
+chr10	102045962	102046095
+chr16	8941568	8941747
+chr22	39898368	39898620
+chr13	112547370	112547823
+chr8	57906058	57906543
+chr1	45672438	45672524
+chr12	90102506	90102530
+chr21	11098970	11099431
+chr10	135266836	135267307
+chr1	29449036	29449356
+chr16	84178556	84178891
+chr7	74489845	74489851
+chr6	31758849	31758862
+chr6	125475315	125475385
+chr6	31854781	31854834
+chr14	73393231	73393894
+chr14	101052970	101053354
+chr19	41196603	41196729
+chr1	181057597	181057798
+chr2	20549724	20550531
+chr15	41795039	41795304
+chr16	2125627	2125989
+chr8	113655436	113655967
+chr1	159771327	159771711
+chr17	8013409	8013632
+chr19	42584469	42584732
+chr16	1495122	1495787
+chr4	1362393	1362864
+chr18	21452682	21452788
+chr15	79237145	79237217
+chr6	21667407	21667815
+chr7	114329849	114329956
+chr8	107281773	107281984
+chr6	34433754	34433775
+chr5	60457793	60458176
+chr7	987309	987411
+chr5	126112605	126112609
+chr11	7052239	7052589
+chr7	27154537	27154720
+chr14	102228216	102228754
+chr5	137368318	137368839
+chr1	17020409	17020878
+chr1	50513749	50513870
+chr16	1662753	1663216
+chr6	164051690	164052180
+chr1	6341279	6341287
+chr17	75398290	75398583
+chr7	65420025	65420249
+chrX	3264384	3264695
+chr16	11944926	11945018
+chr3	122785780	122786043
+chr7	44579223	44579467
+chr16	49499189	49499613
+chr4	4173030	4173449
+chr7	94953680	94953722
+chr8	67579548	67579568
+chr5	33936472	33936704
+chr16	30709114	30709518
+chr7	128379067	128379252
+chr17	37843745	37843818
+chr19	45885800	45885940
+chr2	177012143	177012324
+chr4	132651854	132652065
+chr1	2250136	2250525
+chr17	40118539	40118590
+chr3	192231844	192232664
+chr22	32026779	32026902
+chr16	15596167	15596375
+chr19	13215320	13215729
+chr19	52150230	52150547
+chr19	40229167	40229318
+chr16	51168768	51169389
+chr11	111410960	111411023
+chr19	39833510	39833609
+chr8	70906688	70907000
+chr3	53857876	53857953
+chr7	158059131	158059396
+chr4	8594324	8594514
+chr13	100636299	100636692
+chr15	25425051	25425388
+chr1	888909	889167
+chr5	146888397	146888580
+chr3	46742443	46742817
+chr1	183441376	183441395
+chr19	17530614	17530742
+chr7	30518000	30518197
+chr11	6495452	6495505
+chr8	25897153	25897534
+chr6	33653289	33653502
+chr2	383321	383401
+chr16	21170647	21171084
+chr19	53935117	53935228
+chr10	114133235	114133652
+chr22	31218179	31218629
+chr2	74734859	74735267
+chr12	110172214	110172346
+chr4	8262659	8262688
+chr6	28557765	28557774
+chr16	2570492	2571449
+chr1	63782347	63782378
+chr2	241562037	241562376
+chr7	98602548	98602745
+chr18	70211787	70211911
+chr16	21169131	21169615
+chr4	81106415	81106772
+chr16	30075895	30075921
+chr11	122932810	122933028
+chr7	99155983	99156195
+chr2	219906259	219906406
+chr7	155333289	155333384
+chr18	30352927	30352952
+chr5	37370967	37370999
+chr3	5022094	5022344
+chr5	138089055	138089608
+chr20	40247197	40247458
+chr16	1552789	1553648
+chr14	102680187	102680429
+chr7	131012497	131012631
+chr22	39097287	39097540
+chr12	6165683	6166125
+chr5	31532187	31532200
+chr16	3077830	3078500
+chr7	112580029	112580528
+chr1	101491427	101491561
+chr6	8282662	8283019
+chr7	26331199	26331291
+chr10	135149648	135150139
+chr16	11272199	11272440
+chr8	30241232	30241613
+chr19	57349815	57350004
+chr2	206641088	206641630
+chr22	38092771	38092830
+chr1	110210684	110210722
+chr4	4379982	4380019
+chr16	778351	778658
+chr16	88598525	88599035
+chr7	66648094	66648109
+chr6	26188953	26189127
+chr11	18033976	18034578
+chr12	115134326	115134496
+chr14	101528075	101528108
+chr16	3493633	3493997
+chr14	36288939	36289100
+chrX	136114577	136115233
+chr16	4663553	4664062
+chr10	76586186	76586206
+chr6	31322073	31322300
+chr7	95401644	95401647
+chr7	101457311	101457399
+chr12	56710306	56710362
+chr14	39644666	39644870
+chr5	134369881	134370033
+chr16	2581684	2582094
+chr4	100242957	100243455
+chr13	107687117	107687552
+chr6	30646940	30646949
+chr1	200880710	200880933
+chrY	24453658	24453709
+chr19	36499618	36499839
+chr20	37554817	37554849
+chr1	154127629	154128002
+chr15	73611202	73611321
+chr10	88731021	88731875
+chr22	37678222	37678489
+chr6	28479502	28479515
+chr1	116961404	116961464
+chr19	3933046	3933195
+chr10	95721204	95721318
+chr5	1938501	1938571
+chr20	47897020	47897159
+chr19	50100987	50101012
+chr10	1166946	1167544
+chr4	99064054	99064459
+chr16	68279176	68279192
+chr16	9184437	9184657
+chr15	75932821	75932931
+chr16	11348611	11348636
+chr3	49314595	49314655
+chr6	31747168	31747189
+chr2	71357290	71357313
+chr12	52281063	52281652
+chr17	8311635	8311700
+chr7	98741989	98742051
+chr12	34528074	34528521
+chr10	125816348	125816412
+chr2	11750732	11751071
+chr8	1922810	1923052
+chr11	70669137	70669292
+chr22	25170810	25170820
+chr5	180649514	180649677
+chr19	836679	836716
+chr10	30638342	30638372
+chr11	47600544	47600569
+chr19	1256951	1257029
+chr10	96305422	96305432
+chr6	101847010	101847270
+chr1	224301953	224302019
+chr10	44881551	44881702
+chr8	100025439	100026087
+chr5	140778396	140778498
+chr16	30933419	30934108
+chr10	1102894	1103535
+chr11	296432	296540
+chr16	88556790	88557499
+chr1	22327803	22328206
+chrX	24665496	24665607
+chr7	1278380	1278508
+chr4	2011331	2011427
+chr2	91634652	91634675
+chr6	166796531	166796540
+chr22	50900009	50900278
+chr1	85513741	85513889
+chr6	33165544	33165577
+chr1	112161735	112161864
+chr9	90341385	90341458
+chr1	101003337	101003688
+chr19	54704656	54704794
+chr6	41755394	41755399
+chr17	18163716	18163735
+chr2	71246588	71246660
+chr21	44590602	44590965
+chr16	1557318	1557605
+chr2	172750661	172750671
+chr10	43362028	43362370
+chr16	717659	717915
+chr1	26547059	26547377
+chr2	222437027	222437033
+chr19	55417500	55417599
+chr10	80827285	80827482
+chr16	1449260	1449480
+chr4	117626456	117626746
+chr11	3181527	3181822
+chr14	105041531	105041660
+chr14	51955716	51956044
+chr16	75032726	75033300
+chr4	493320	493681
+chr19	37329712	37329859
+chr14	57284048	57284219
+chr7	157572648	157573039
+chr19	9416214	9416722
+chr1	165797905	165798382
+chrX	153770003	153770045
+chr11	119352283	119352362
+chr7	154958660	154958976
+chr20	61919402	61919802
+chr5	99381964	99382144
+chr11	4628986	4629357
+chr12	42877381	42877540
+chr3	127317209	127317466
+chr12	123518888	123519109
+chr3	24537338	24537407
+chr12	371950	372139
+chr7	137531173	137531210
+chr19	10792795	10792991
+chr17	4850662	4850895
+chr22	42016984	42016998
+chr5	151304357	151304374
+chr15	69452675	69452784
+chr1	174128249	174128325
+chr2	133402427	133402940
+chr16	20753260	20753279
+chr2	162279276	162279638
+chr4	57333196	57333219
+chr6	33257323	33257434
+chr5	50264516	50264628
+chr7	22894801	22894898
+chr19	10691806	10691895
+chr10	89621741	89621822
+chr13	102069248	102069508
+chr16	3645794	3646274
+chr2	66661461	66661468
+chr2	120005612	120005755
+chr8	80695847	80696120
+chr2	128848500	128848528
+chr12	108079508	108079615
+chr16	88442717	88443063
+chr16	88752877	88753099
+chr11	364575	364704
+chr7	70599516	70599643
+chr4	2043525	2043572
+chr3	94656610	94656685
+chr16	949283	949929
+chr5	142066080	142066245
+chr7	99214643	99214679
+chr1	32859921	32860242
+chr16	2073245	2073744
+chr2	73151153	73151547
+chr19	59030948	59030979
+chr19	3676192	3676340
+chr3	193272513	193272655
+chr5	43602557	43602618
+chr1	226150183	226150385
+chr2	204193679	204194146
+chr7	102389344	102389433
+chr12	111800654	111800905
+chr16	1138367	1138697
+chr7	1423720	1423842
+chr9	140512465	140512815
+chr1	246959275	246959428
+chr19	49617420	49617447
+chr16	22012408	22012481
+chr4	83350243	83350536
+chr3	8809488	8810077
+chr6	30881610	30881728
+chrX	128656677	128656872
+chr9	99382084	99382145
+chr16	7568005	7568267
+chr20	13201655	13201670
+chrY	2655879	2655929
+chr16	4674594	4674629
+chr17	48071845	48071940
+chr17	4900617	4900687
+chr14	91977207	91977306
+chr1	218458390	218458485
+chr5	140306231	140306249
+chr6	83902113	83902450
+chr1	59247797	59248100
+chr2	135011474	135011937
+chr6	32729465	32729470
+chr1	182808478	182808517
+chr1	166809258	166809295
+chr16	30087031	30087189
+chr4	7512230	7512498
+chr8	1812034	1812566
+chr7	101571203	101571219
+chr20	42839571	42839587
+chr6	122793137	122793290
+chr21	38063872	38064651
+chr16	88700818	88700868
+chr21	34852600	34852608
+chr1	16693865	16694728
+chr1	236557134	236557425
+chr19	33696237	33696586
+chr10	105614381	105614937
+chr10	92922332	92922714
+chr4	44680502	44680636
+chr11	2922759	2922764
+chr14	35838885	35838929
+chr10	31608140	31608161
+chr8	145101182	145101623
+chr12	59990159	59990675
+chr8	144408540	144408852
+chr10	99094695	99095018
+chr6	33384343	33384425
+chr5	137667481	137667621
+chr6	33216286	33216368
+chr16	86570295	86570409
+chr3	62110775	62111708
+chr1	90228758	90228989
+chr14	75988356	75988765
+chr18	44337910	44338147
+chr12	7282323	7282328
+chr14	23982474	23982478
+chr16	19566943	19567306
+chr22	37640314	37640316
+chrX	52684130	52684133
+chr1	36859224	36859369
+chr14	23475850	23476019
+chr22	41791411	41791815
+chr10	93976039	93976201
+chr5	175970714	175971121
+chr1	62190944	62191127
+chr10	43048342	43048561
+chrX	133370867	133370918
+chr2	131113015	131113338
+chr16	69975542	69976228
+chr11	119191785	119191926
+chr5	71014409	71014713
+chr12	120806832	120807285
+chr20	2644910	2644954
+chr17	3571907	3571916
+chr19	1577954	1578250
+chr4	4543968	4543977
+chr6	158589294	158589318
+chr12	6949114	6949212
+chr1	24126943	24126991
+chr1	20480636	20480700
+chr13	80914158	80914295
+chr13	24079342	24079370
+chr16	5084497	5084837
+chr22	51222051	51222076
+chr11	68540704	68540864
+chr12	125725442	125725494
+chrX	134049614	134049630
+chr12	104853100	104853226
+chr4	113435851	113436184
+chr19	883389	883879
+chr5	1093690	1094035
+chr12	118298107	118298211
+chr5	2751806	2751839
+chr4	71569837	71570275
+chr1	43814258	43814983
+chr11	68609520	68609590
+chr16	15851692	15851822
+chr4	141293985	141294016
+chr18	13826351	13826671
+chr18	48405372	48405387
+chr16	67970396	67970687
+chr8	57350985	57351019
+chr1	78444909	78445114
+chr15	40575383	40575645
+chr17	7225013	7225294
+chr6	32375447	32375624
+chr12	51632663	51632942
+chr19	11669878	11670027
+chr13	78493664	78493704
+chr19	41510195	41510224
+chr12	119418319	119418622
+chrX	129402979	129403083
+chr1	2262285	2262426
+chr4	174292063	174292076
+chr10	119293967	119294055
+chr16	2039773	2039975
+chr3	195477778	195477854
+chr10	102732275	102732557
+chr7	7106214	7106306
+chr2	161350422	161350468
+chr1	186343707	186344077
+chr8	87520882	87521046
+chr19	47968997	47969108
+chr20	56285530	56285653
+chr17	74137336	74137399
+chr1	6557779	6558085
+chr12	27932499	27933133
+chr11	57479956	57480176
+chr16	88152486	88152986
+chr14	21558852	21559798
+chr10	102322508	102322911
+chr10	7453546	7453871
+chr14	101488297	101488343
+chr16	23690351	23690492
+chr15	57210347	57210358
+chr19	10764351	10764458
+chr6	30418741	30418797
+chrX	138774080	138774191
+chr2	63284720	63285097
+chr4	83206252	83206534
+chr2	175574343	175574593
+chr10	130828949	130828973
+chr16	22103791	22104151
+chr10	133913937	133914239
+chr5	147257325	147257408
+chr16	2587987	2588297
+chr16	30996399	30996435
+chr14	103430766	103430786
+chr21	35445682	35445696
+chr7	94286131	94286160
+chr16	31408664	31408867
+chr3	88108209	88108213
+chr19	45996372	45996460
+chr16	57832309	57832712
+chr2	29204009	29204142
+chr7	25021160	25021672
+chr18	12407563	12407684
+chr19	56657806	56658288
+chr1	110254661	110254787
+chr19	45457885	45458232
+chr1	214154037	214154240
+chr11	123814849	123814924
+chr21	45709556	45710177
+chr12	7904034	7904267
+chr11	2595557	2595800
+chr2	3489235	3489751
+chr4	113444247	113444313
+chr2	128175179	128175252
+chr1	118471327	118471929
+chr19	39970773	39971089
+chr10	127462176	127462659
+chr16	49892009	49892496
+chr1	153931253	153931566
+chr16	68056978	68057094
+chr1	2023210	2023434
+chr10	47008137	47008316
+chr2	238382343	238382672
+chr2	217674618	217675150
+chr20	45141911	45142065
+chr22	43089499	43089529
+chr13	113410361	113410839
+chr16	90066348	90066432
+chr5	112539140	112539223
+chr18	5195153	5195574
+chr5	1444212	1444395
+chr6	170059366	170059585
+chr3	131100407	131100550
+chr2	239360505	239360665
+chr20	45035289	45035327
+chr10	70091743	70091938
+chr3	164924711	164924728
+chr6	32940193	32940306
+chr2	43398031	43398154
+chr19	30156070	30156156
+chrX	41193409	41193572
+chr12	6658557	6658625
+chr13	84452946	84453232
+chr15	30918017	30918265
+chr11	910094	910254
+chr6	31599472	31599478
+chr15	63796365	63796567
+chr16	34441739	34442283
+chr1	161576580	161576581
+chr17	184106	184131
+chr11	93754223	93754288
+chr15	27670095	27670287
+chr1	3276687	3276738
+chr1	47134421	47134527
+chr21	37506434	37506791
+chr17	1163345	1163546
+chr15	35591053	35591466
+chr19	9649361	9649422
+chr4	90758729	90758797
+chr19	3185499	3185629
+chr7	4921991	4922148
+chr14	51411001	51411122
+chr3	52719354	52719575
+chr7	10979997	10980008
+chr1	2886744	2886868
+chr19	17447843	17448285
+chr22	39096465	39096631
+chr10	94833166	94833548
+chr3	128226565	128226649
+chr1	153513810	153514008
+chr1	25869959	25870241
+chr3	129158135	129158586
+chr11	8751837	8752313
+chr2	731250	731471
+chr3	133174878	133175193
+chr17	19651833	19651935
+chr2	17935179	17935719
+chr17	12921391	12921393
+chr3	183853078	183853112
+chr21	15456343	15456605
+chr14	24657749	24657962
+chr3	49977380	49977548
+chr10	49642921	49643038
+chr7	100275863	100276062
+chr15	41523314	41523320
+chr22	37730616	37731121
+chr10	47967037	47967284
+chr15	34629008	34629473
+chr5	2754226	2754274
+chr9	33076554	33076800
+chr10	2373548	2373651
+chr16	28857931	28858035
+chr14	89029504	89029511
+chr8	38964500	38964736
+chr4	183778237	183778395
+chr19	37808809	37808831
+chr19	10828928	10828930
+chr22	39268703	39268782
+chr16	3230726	3231104
+chr13	114057022	114057627
+chr4	1595366	1595659
+chr3	105085585	105085614
+chr15	50559124	50559131
+chr11	86748738	86748885
+chr6	10421324	10421622
+chr2	216878345	216878351
+chr11	117651253	117651424
+chr4	39447437	39447920
+chr5	37838290	37838363
+chr15	91537866	91537869
+chr8	38279600	38279719
+chr1	150254429	150254439
+chr3	14160542	14160912
+chr16	89904043	89904261
+chr19	39466247	39466575
+chr16	29998852	29998921
+chr7	116594159	116594382
+chr14	99584151	99584421
+chr18	32924560	32924572
+chr4	4859937	4859948
+chr16	9052489	9052714
+chr16	30905180	30905197
+chr22	40296767	40297048
+chr11	63768364	63768665
+chr16	8768377	8768458
+chr16	2977125	2977288
+chr18	7568186	7568217
+chr17	6756796	6756855
+chr8	41503840	41504197
+chr12	57569850	57569940
+chr13	113510311	113510389
+chr9	118687417	118687895
+chr4	15429483	15429524
+chr13	45992569	45992574
+chr14	58863000	58863049
+chr15	56536071	56536514
+chr17	61613073	61613219
+chr3	49941416	49941425
+chr15	51914987	51915039
+chr15	41254710	41254968
+chr2	42588648	42588796
+chr4	2388906	2389058
+chr7	32997046	32997063
+chr7	155261984	155262442
+chr1	202928564	202928772
+chr16	86411174	86411296
+chr14	53418164	53418264
+chr1	38510134	38510474
+chr14	99948187	99948289
+chr1	164290497	164290766
+chr3	49395574	49395585
+chr1	2259325	2259411
+chr4	100485070	100485143
+chr1	40367804	40367827
+chr1	31192334	31192337
+chr19	44285333	44285520
+chr2	114256392	114256406
+chr4	152966887	152967131
+chr8	143751447	143751450
+chr2	219575507	219575996
+chr17	50235345	50235689
+chr17	28087850	28088069
+chr16	3481785	3482078
+chr19	535988	536196
+chr6	31635898	31636140
+chr17	1308616	1308675
+chr17	75789345	75789481
+chr14	95623921	95624293
+chr10	31609200	31609303
+chr11	82444898	82445024
+chr4	4386745	4386858
+chr4	53617679	53617882
+chr16	30007495	30007513
+chr15	83315922	83316378
+chr11	95900326	95900802
+chr1	184021131	184021360
+chr2	132249321	132249809
+chr12	124432638	124432946
+chr5	78280283	78280482
+chr21	45742623	45742747
+chr8	131455770	131456284
+chr2	27601088	27601456
+chr19	11660189	11660310
+chr5	68462711	68462768
+chr12	122666527	122666612
+chr11	46848264	46848341
+chr19	2425428	2426333
+chr1	158368889	158369112
+chr14	36002851	36002860
+chr10	768493	768819
+chr9	136844349	136844644
+chr16	30913308	30913935
+chr19	56915031	56915100
+chr7	601665	601780
+chr2	209130978	209131226
+chr5	134786548	134786942
+chr1	1146729	1146903
+chr6	150039400	150039439
+chr3	197272263	197272328
+chr4	726649	726983
+chr3	57583334	57583355
+chr14	91700509	91701128
+chr12	56211528	56211548
+chr19	7676731	7676738
+chr3	183817182	183817678
+chr17	75370236	75370563
+chr8	101322598	101322743
+chr19	11877200	11877661
+chr10	33623461	33623787
+chr1	65210372	65210737
+chr6	170102266	170102889
+chr5	176853836	176854009
+chr10	102381293	102381484
+chr17	62018360	62018375
+chr19	37742834	37742877
+chr7	155089390	155089394
+chr8	38239693	38239869
+chr2	119604702	119604901
+chr16	11370064	11370301
+chr3	142167057	142167140
+chr15	65504534	65504897
+chr1	54355647	54355906
+chr12	14955832	14956003
+chr1	2820170	2820665
+chr4	6665857	6666299
+chr16	1256207	1256247
+chr6	5085177	5085404
+chr20	61340059	61340061
+chr18	44702735	44702757
+chr6	170559276	170559285
+chr16	3143044	3143153
+chr11	10562865	10562941
+chr11	2922003	2922068
+chr11	68039601	68039605
+chr14	20344083	20344394
+chr19	50935676	50936006
+chr2	136875857	136875869
+chr12	103352000	103352235
+chr1	45242030	45242191
+chr1	32671490	32671645
+chr1	19810215	19810690
+chr11	20182063	20182074
+chr6	32016166	32016188
+chr6	144416172	144416517
+chr7	34117970	34118416
+chr5	11903393	11903603
+chr12	57081784	57082064
+chr16	67225165	67225437
+chr8	10590455	10590463
+chr8	57358665	57359200
+chr8	97247165	97247777
+chr6	166205192	166205563
+chr12	128245610	128245740
+chr19	39881799	39881965
+chr1	38061735	38061737
+chr12	133177383	133177546
+chr6	26086340	26086585
+chrX	16730898	16730937
+chr12	10826785	10826858
+chr5	135170734	135170994
+chr20	633783	633844
+chr2	92262463	92262806
+chr17	79898782	79899261
+chr12	16064029	16064153
+chr10	180504	180755
+chr6	164092583	164092814
+chr19	3578064	3578313
+chr16	691979	692318
+chr17	34890851	34890860
+chr17	48917741	48918321
+chr19	7733401	7733835
+chr4	186456397	186456682
+chr14	77493334	77493722
+chr16	86714834	86715104
+chr7	157932903	157932923
+chr16	31117270	31117285
+chr11	33721799	33721855
+chr6	31122524	31122768
+chr2	95664233	95664311
+chr3	113465485	113465629
+chr21	46962546	46962548
+chr15	69324108	69324108
+chr2	73299103	73299249
+chr4	26585673	26585855
+chr16	3018056	3018214
+chr19	19221572	19221574
+chr2	61108954	61109155
+chr16	30996564	30996582
+chr3	147114352	147114358
+chr6	32781261	32781307
+chr18	12911359	12911663
+chr7	23637020	23637030
+chr7	90338555	90339132
+chr7	157053014	157053027
+chr17	80040028	80040107
+chr1	225840460	225840783
+chr11	116643266	116643503
+chr12	130590231	130590246
+chr1	21766015	21766308
+chr8	29778000	29778285
+chr1	110282274	110282477
+chr21	38073469	38073934
+chr15	42565784	42565790
+chr1	92949488	92949608
+chr6	157744881	157745223
+chr12	103889736	103889772
+chr2	25500046	25500077
+chr2	235406854	235407153
+chr5	94890408	94890667
+chr14	106173674	106173779
+chr8	22022996	22023343
+chr6	10747898	10748101
+chr8	101572127	101572721
+chr8	37654235	37654258
+chr16	30023615	30023732
+chr16	50699119	50699456
+chr12	109826435	109826496
+chr16	29937746	29938135
+chr8	94753404	94753488
+chr2	197036775	197036780
+chr4	47465818	47465839
+chr16	23464527	23464628
+chr16	29937102	29937403
+chr19	18721692	18721792
+chr7	97586935	97587012
+chrX	7066487	7066773
+chr10	47746374	47746741
+chr19	50643372	50643565
+chr10	44070130	44070152
+chr16	83841917	83842209
+chr11	66062488	66063091
+chr6	126964451	126964779
+chr1	150551966	150551983
+chr1	248005356	248005671
+chr4	1577884	1577897
+chr1	76082018	76082173
+chr22	50962002	50962176
+chr6	33374638	33374656
+chr1	2722691	2722811
+chr1	45965870	45965942
+chr3	187462173	187462411
+chr19	2282155	2282223
+chr11	926014	926034
+chr5	176981629	176981644
+chr3	111697713	111697794
+chr14	105499706	105500246
+chr12	49583064	49583448
+chr19	1267269	1267693
+chr6	31649026	31649041
+chr11	65836240	65837207
+chr7	93633829	93634030
+chr11	125037178	125037300
+chr10	104629619	104629869
+chr2	238778439	238778636
+chr9	98637534	98637794
+chr15	57598463	57598635
+chr4	145062551	145062810
+chr7	35295072	35295198
+chr7	139168403	139168481
+chr2	162164769	162164773
+chr2	178076886	178077188
+chr14	24768914	24768933
+chr1	236848652	236848682
+chr11	70842068	70842128
+chr18	32923878	32924093
+chr19	18061332	18061472
+chr17	48042779	48043063
+chr1	97187092	97187106
+chr2	240205554	240205724
+chr19	45515477	45515588
+chr19	40440570	40440915
+chr1	156084334	156084398
+chr2	169746998	169747004
+chr5	2703320	2703395
+chr5	122434544	122434853
+chr3	138952434	138952480
+chr6	135819541	135819548
+chr1	168195060	168195350
+chr12	132429624	132429633
+chr10	126107733	126107861
+chr20	5100652	5100671
+chr9	35490191	35490515
+chr2	21255250	21255272
+chr11	36317544	36317841
+chr7	116962468	116962626
+chr17	46824915	46824963
+chr19	24216154	24216221
+chr7	155327118	155327197
+chr6	169423725	169423832
+chr6	33288680	33288686
+chr11	74699945	74699961
+chr6	48036361	48036536
+chr16	3233020	3233404
+chr16	2264546	2264855
+chr13	113094247	113094645
+chr12	91573135	91573301
+chr3	52529293	52529317
+chr1	36235695	36235794
+chr11	79151814	79151918
+chr3	123123528	123123967
+chr16	1815055	1815154
+chr1	24286482	24286630
+chr19	35523479	35523569
+chr6	43022161	43022182
+chr4	3520643	3520668
+chr12	56236993	56237267
+chr20	13200973	13200982
+chr4	159593107	159593171
+chr1	1173622	1173868
+chr1	55505532	55505906
+chr15	93631575	93631578
+chr16	56622903	56622965
+chr3	13060971	13060974
+chr12	121164025	121164230
+chr20	2853854	2854059
+chr1	206317654	206317854
+chrX	48980084	48980142
+chr19	22817039	22817128
+chr19	22988088	22988394
+chr1	93645385	93645478
+chr19	13227289	13227474
+chr6	105388668	105388694
+chr16	1393055	1393718
+chr4	961505	962124
+chr17	74068619	74068629
+chr12	64238348	64238503
+chr16	3174219	3174416
+chr2	227700458	227700467
+chr1	68962076	68962236
+chr1	151763213	151763548
+chr11	74204840	74204900
+chrX	49160109	49160111
+chr1	8002425	8002480
+chr6	31852455	31852474
+chr20	60982779	60982814
+chr1	28286300	28286317
+chr17	26904098	26904121
+chr2	240305466	240305693
+chr1	26758258	26758260
+chr22	43810323	43811071
+chr15	27128633	27128909
+chr2	121107326	121107396
+chr2	106054920	106055153
+chr10	101089544	101090423
+chr9	131797825	131798317
+chr12	57146359	57146928
+chr12	49393244	49393307
+chr3	160167741	160167977
+chrY	23566730	23566863
+chr9	96792562	96792605
+chr6	46458558	46459138
+chr11	77705832	77705954
+chr17	26733246	26733254
+chr10	134896643	134896912
+chr2	10144009	10144261
+chrX	14547618	14547880
+chr10	35504007	35504020
+chr16	58549631	58549751
+chr19	1244416	1244764
+chr1	209604330	209604583
+chr8	124169251	124169320
+chr16	3095676	3096044
+chr16	2215282	2215728
+chr8	142431765	142432137
+chr3	40499347	40499768
+chr17	80914647	80915044
+chr3	180546402	180546409
+chr17	59521084	59521299
+chr13	101174364	101174372
+chr1	38020997	38021782
+chr6	31831633	31831740
+chr10	3576868	3577056
+chr17	49242773	49242784
+chrX	103268373	103268579
+chr6	17988404	17988624
+chr14	21572012	21572086
+chr5	43557596	43557703
+chr16	34374991	34375288
+chr11	61062704	61062837
+chr16	75034040	75034100
+chr5	180600912	180601135
+chr15	92937360	92937992
+chr16	560618	560855
+chr10	59081298	59081327
+chr10	102672737	102673203
+chr7	151107807	151107924
+chr15	89876571	89876729
+chr7	25164393	25164501
+chr6	118229641	118229684
+chr6	30685486	30685626
+chr19	58740205	58740207
+chr6	70992974	70993107
+chr16	31008574	31009035
+chr3	50284137	50284305
+chr6	30509642	30510190
+chr17	10276212	10276428
+chr7	11013694	11013768
+chr19	46522185	46522189
+chr11	31841524	31841768
+chr3	46759335	46759390
+chr1	45140192	45140307
+chr3	179322517	179322596
+chr1	149399406	149399863
+chr1	154516611	154516669
+chr6	31928209	31928347
+chr1	100315971	100315982
+chr2	38978635	38978664
+chr5	75127814	75127881
+chr7	131376953	131377037
+chr14	31027767	31027952
+chr19	1377065	1377185
+chr3	38080790	38080925
+chr2	112944829	112944951
+chr22	39884401	39884755
+chr11	12434002	12434337
+chr2	176964464	176964540
+chr12	10876014	10876115
+chr6	28956426	28956462
+chr16	2321510	2321743
+chr1	25175293	25175689
+chr10	91295338	91295346
+chr3	107241699	107241738
+chr10	38069945	38070117
+chr19	15558779	15559071
+chr16	2097910	2098065
+chr11	122887478	122887656
+chr6	100894465	100895050
+chr3	46854173	46854297
+chr17	37762953	37763000
+chr12	112035212	112035315
+chr22	22020396	22020557
+chr16	11680236	11680241
+chr19	51220225	51220286
+chr2	162930406	162930618
+chr2	97001304	97001353
+chr6	32134413	32134442
+chr19	49527897	49527899
+chr1	110526158	110526368
+chr16	2954369	2954750
+chr8	90769698	90770098
+chr16	1823483	1823738
+chr4	81187011	81187077
+chr19	45250754	45251132
+chr20	49708657	49708799
+chr1	32480191	32480195
+chr14	105167252	105167457
+chr19	35455201	35455225
+chr7	1398116	1398209
+chr2	96781359	96782027
+chr6	99276767	99277015
+chr10	127407979	127408000
+chr19	2328643	2328646
+chr6	78173672	78174017
+chr3	120003702	120003758
+chr15	62654446	62654488
+chr16	1979830	1980106
+chr6	33164180	33164457
+chr16	30440933	30441151
+chr2	183903364	183903429
+chr5	161178748	161178787
+chr4	4866144	4866619
+chr20	5931609	5931834
+chr1	29450536	29450643
+chr11	504551	504784
+chr11	534221	534632
+chr6	26537904	26537980
+chr22	46507193	46507566
+chr2	186412025	186412564
+chr19	55281085	55281226
+chr7	73609326	73609569
+chr4	1986980	1987188
+chr3	131100650	131100665
+chr19	58879809	58879943
+chr2	70175778	70176103
+chr6	166526741	166526800
+chr4	166795212	166795524
+chr6	33140721	33140934
+chr20	25129296	25129409
+chr1	151799073	151799266
+chr12	14924882	14924905
+chr5	102594299	102594857
+chr2	120301598	120301779
+chr5	157001092	157001591
+chr10	134721999	134722243
+chr19	36909606	36909783
+chr19	47812471	47812780
+chr2	222437387	222437788
+chr17	46687817	46688182
+chr1	6664055	6664268
+chr16	66994879	66994899
+chr7	157322944	157322986
+chr22	32601101	32601226
+chr1	43283071	43283076
+chr2	231742734	231743193
+chr2	168401282	168401305
+chr17	1012787	1012967
+chr8	61936333	61936466
+chr10	92631600	92631620
+chr20	43589181	43589250
+chr15	83736110	83736196
+chr11	747461	747472
+chr6	31597783	31598331
+chr17	57918262	57918500
+chr7	6098981	6099037
+chr1	231377103	231377133
+chr19	42746239	42746267
+chr3	156878591	156878604
+chr4	36246342	36246388
+chr2	71295179	71295286
+chr19	579361	579501
+chr2	64217157	64217409
+chr16	3085571	3085638
+chr10	125852964	125853038
+chr14	104096106	104096390
+chr6	2948399	2948641
+chr20	21495315	21495476
+chr8	28560419	28560637
+chr10	115999405	115999660
+chr3	45837122	45837149
+chr15	38746288	38746309
+chr20	19997791	19997823
+chr11	129722477	129722512
+chr13	41635650	41635949
+chr16	3640406	3640490
+chr11	122753456	122753667
+chr4	157997038	157997125
+chr12	2161592	2162082
+chr1	159684431	159684486
+chr1	40974132	40974239
+chrX	152712013	152712110
+chr16	88991869	88992130
+chr2	131861213	131861510
+chr6	170615752	170615780
+chr8	22926812	22926814
+chr9	118915819	118915907
+chr8	145638434	145638886
+chr20	61558000	61558006
+chr6	32151517	32151594
+chr16	1560791	1561227
+chr7	19813079	19813101
+chr17	7608699	7608811
+chr12	31226670	31226801
+chr6	29692475	29692534
+chr7	158336044	158336049
+chr11	9113184	9113190
+chr16	1020953	1021062
+chr6	28916809	28917281
+chr15	85525112	85525384
+chr7	77649540	77649542
+chrX	64754815	64754837
+chr12	94136108	94136269
+chr1	160040134	160040195
+chr16	11876378	11876860
+chr5	892523	892529
+chr14	89883198	89883534
+chr1	3080148	3080288
+chr10	12085052	12085058
+chr11	118781585	118781731
+chr14	101492980	101493204
+chr12	82752188	82752199
+chr5	159846505	159846543
+chr12	22488128	22488181
+chr6	167284353	167284462
+chr16	87734829	87735256
+chr7	27292322	27292506
+chr11	47213068	47213075
+chr5	161178436	161178483
+chr7	2646907	2647333
+chr1	179851385	179851391
+chr16	68877816	68877830
+chr1	62784221	62784332
+chr17	19280953	19281309
+chr1	62902633	62902687
+chr17	32682770	32683370
+chr1	3774810	3775030
+chr6	33256965	33256972
+chr7	94538408	94538894
+chr16	8862314	8862354
+chr7	103086026	103086189
+chr17	26879359	26879455
+chr21	46797899	46798196
+chr7	96647069	96647275
+chr3	125439782	125439823
+chr1	31158110	31158299
+chr1	229643976	229643989
+chr19	54253976	54254031
+chr1	2253813	2254151
+chr10	95360736	95360814
+chr16	2282324	2282909
+chr17	16593081	16593094
+chr16	32822344	32822612
+chr11	130319643	130319736
+chr13	78493205	78493215
+chr19	14444219	14444296
+chr14	95358026	95358161
+chr16	31470209	31470526
+chr11	2005425	2005449
+chr21	33783773	33784232
+chr20	32899784	32899806
+chr7	127881250	127881296
+chr14	106915957	106916446
+chr11	118799483	118799487
+chr19	39390470	39390480
+chr10	29827452	29827507
+chr16	12070306	12070685
+chr19	7926970	7927326
+chr14	105617173	105617575
+chr8	134202305	134202370
+chr16	30075102	30075463
+chr11	2323272	2323395
+chr14	100843019	100843283
+chr19	16607287	16607483
+chr2	10263432	10263648
+chr1	240071966	240072456
+chr16	88878366	88878469
+chr1	52870037	52870060
+chr4	141489989	141490027
+chr1	205312151	205312695
+chr16	737214	737393
+chr19	36980209	36980411
+chr17	75446565	75446592
+chr2	108905173	108905272
+chr1	27816252	27816466
+chrX	133684177	133684836
+chr10	12237505	12237710
+chr19	16682813	16683254
+chr6	30651515	30651825
+chr6	76644759	76644960
+chr15	55582159	55582165
+chr1	150980749	150980757
+chr1	153330351	153330758
+chrX	118108618	118108832
+chr19	1400851	1401118
+chr3	50360642	50360667
+chr15	83477917	83478207
+chr10	46090358	46090486
+chr16	1115469	1115962
+chr16	28889582	28890100
+chr1	156646293	156646635
+chr1	156253025	156253152
+chr5	1154848	1154930
+chr16	30958017	30958289
+chr6	10416034	10416042
+chr16	89922170	89922539
+chr6	28603123	28603125
+chr10	133508337	133508394
+chr10	126077595	126077746
+chrX	25021155	25021346
+chr17	44344541	44344864
+chr13	113584034	113584059
+chr4	111539304	111539859
+chr7	136849262	136849317
+chr4	148605515	148605624
+chr11	47429939	47429944
+chr19	4471622	4471704
+chr8	61627068	61627281
+chr1	151346048	151346352
+chr20	57582546	57582706
+chr1	9714795	9714797
+chr2	96675151	96675294
+chr6	31509352	31509402
+chr16	891352	891605
+chr16	87990645	87991122
+chr17	42402188	42402347
+chr9	44227162	44227291
+chr10	90639684	90639698
+chr2	219081829	219081866
+chr15	78369254	78369721
+chr17	47072857	47072907
+chr6	31750470	31750532
+chr2	1652314	1652432
+chr3	187387555	187387601
+chr7	156836969	156837085
+chr6	33273412	33273429
+chr7	50860125	50860564
+chr4	39529306	39529338
+chr4	111119820	111119828
+chr6	99279435	99279747
+chr15	45879227	45879286
+chr18	23713407	23713578
+chr15	92399195	92399546
+chr12	132503991	132504721
+chr19	47364426	47364695
+chr2	170681574	170681586
+chr6	28479217	28479384
+chr17	27188512	27188748
+chr4	7218684	7218707
+chr1	70035032	70035208
+chr10	103043943	103044146
+chr6	149067613	149067694
+chr7	157985732	157985818
+chr8	1789121	1789267
+chr21	34100294	34100306
+chr9	140500680	140501257
+chr11	3827665	3828391
+chr16	1116349	1116751
+chrX	30327771	30327782
+chr6	30029184	30029319
+chr14	105154946	105155327
+chr17	79963165	79963691
+chr19	56136019	56136024
+chr11	116661189	116661340
+chr19	16296015	16296030
+chr2	191183686	191183994
+chr5	5139610	5139626
+chr2	241627178	241627555
+chr16	29690271	29690524
+chr2	16124789	16124892
+chr6	159589874	159590155
+chr16	1583899	1583984
+chr12	125500634	125500652
+chr20	62715781	62715856
+chr1	77334207	77334256
+chr1	16260963	16261154
+chr10	134720534	134721172
+chr14	55185996	55186387
+chr19	58257805	58258041
+chr5	1467269	1467529
+chr8	8559630	8560379
+chr6	4135757	4135762
+chr11	618966	619032
+chr13	30982826	30982923
+chr2	177042445	177042741
+chrX	101854228	101854294
+chr19	45681491	45681510
+chr1	200379118	200379316
+chr12	120541569	120541737
+chr2	239996215	239996253
+chr3	53381757	53381828
+chr6	106551368	106551575
+chr9	140352140	140352270
+chr1	36184853	36184863
+chr8	26435434	26435609
+chr19	18315256	18316054
+chr5	2866779	2866803
+chr15	101729174	101729391
+chr12	104457740	104457893
+chr8	145019019	145019074
+chr12	112279656	112279835
+chr6	32169886	32170135
+chr4	56915900	56916003
+chr22	19467365	19467413
+chr8	139509025	139509129
+chr8	143858500	143858612
+chr1	40769660	40769696
+chr16	73082966	73083327
+chr6	32287266	32287286
+chr4	20253874	20254140
+chr10	88428247	88428429
+chr1	247241940	247242103
+chr6	33291471	33291500
+chr12	56413887	56413935
+chr16	85832847	85832872
+chr12	54369102	54369336
+chr10	43573271	43573332
+chr4	6676473	6676596
+chr16	2546426	2546596
+chr3	150996030	150996297
+chr1	6339906	6340006
+chr4	183062301	183062412
+chr9	135645761	135645926
+chr19	44645078	44645484
+chr4	9494859	9495205
+chr15	25434241	25434427
+chr11	67205113	67205291
+chr1	36916111	36916130
+chr14	23815839	23816088
+chr16	968739	969245
+chr12	49658878	49658878
+chr10	1767463	1767723
+chr17	27621436	27621476
+chr14	102431374	102431590
+chr16	4365605	4365670
+chr1	31769199	31769213
+chr9	133768966	133769184
+chr2	197503830	197504046
+chr20	61675079	61675457
+chr16	30407165	30407241
+chr1	159173953	159174028
+chr22	37823648	37823656
+chr16	3081310	3081463
+chr6	86387522	86388018
+chrX	130191987	130192080
+chr14	63784394	63784574
+chr11	107460894	107460996
+chr1	157963695	157963746
+chr12	48100171	48100238
+chr1	10459140	10459268
+chr17	48206749	48207119
+chr6	168107056	168107265
+chr1	35734356	35734376
+chr6	80246524	80246989
+chr10	853215	853325
+chr14	101309386	101309628
+chr19	56154854	56154873
+chr1	89489649	89489986
+chr2	236506727	236507151
+chr17	40075668	40075879
+chr12	54813107	54813119
+chr2	162270841	162270993
+chr3	69100702	69101174
+chr10	7214172	7214476
+chr2	54855540	54855886
+chr11	65625962	65625985
+chr12	630773	630807
+chr15	99558786	99558954
+chr3	156393772	156393980
+chr6	31697688	31697721
+chr15	57025816	57025966
+chr16	50099606	50099761
+chr15	89952087	89952224
+chr16	56623264	56623448
+chr2	79220462	79220528
+chr9	99961991	99962350
+chr16	20702380	20702824
+chr19	33622894	33622911
+chr5	59064469	59064579
+chr5	55008239	55008277
+chr16	32360338	32360419
+chr19	55794444	55794478
+chr1	41350161	41350183
+chr1	90309362	90309559
+chr9	106856376	106856629
+chr8	144561662	144561838
+chr3	58419733	58419769
+chr11	1257042	1257516
+chr16	1034270	1034527
+chr2	223165891	223166046
+chr20	44455874	44456103
+chr17	7476004	7476105
+chr6	46138768	46138795
+chr19	1503162	1503489
+chr10	134647211	134647690
+chr19	3626939	3626949
+chr22	20286406	20286845
+chr16	2198027	2198032
+chr3	17783421	17783427
+chr2	242211290	242211326
+chr2	167232363	167232597
+chr14	97925116	97925241
+chr19	58549711	58549906
+chr1	202208017	202208040
+chr12	49453322	49453590
+chr16	30388914	30389056
+chr10	102027486	102027489
+chr18	77219192	77219340
+chr6	154830513	154831692
+chr5	77268331	77268452
+chr18	77794302	77794317
+chr17	46673862	46674041
+chr22	23745028	23745083
+chr5	137090641	137090964
+chr7	101005784	101005846
+chr1	120612147	120612152
+chr11	32456864	32457079
+chr11	2907284	2907289
+chr1	150693464	150693482
+chr1	28919252	28919387
+chr6	30584222	30584672
+chr9	139916821	139917388
+chr19	2248302	2249023
+chr3	50606298	50606503
+chr5	152869834	152870258
+chr16	23846920	23847277
+chr16	30582882	30582894
+chr6	32917373	32917411
+chr2	201171288	201171299
+chr6	30013324	30013586
+chr17	80820651	80820709
+chr7	135194952	135195053
+chr7	94286425	94286436
+chr3	113465743	113465755
+chr16	71496337	71496687
+chr1	47903371	47903380
+chr16	69139416	69139520
+chr1	16369395	16369406
+chr19	17357571	17357593
+chr8	119916530	119916546
+chr16	1543642	1543911
+chr10	103960732	103960916
+chr4	25657951	25658035
+chr16	57653904	57653917
+chr12	133472454	133472595
+chr16	4838559	4838610
+chr16	88155545	88155775
+chr12	130527038	130527104
+chr20	60791262	60791454
+chr8	110988071	110988208
+chr4	48343042	48343250
+chrX	22981196	22981337
+chr15	28148282	28148383
+chr8	141248873	141248988
+chr22	44708908	44709176
+chr12	54718820	54718857
+chr6	107809473	107809881
+chr2	133038927	133039035
+chr16	981395	981631
+chr2	119614546	119614967
+chr13	40177062	40177068
+chr5	180046853	180047251
+chr17	76037239	76037250
+chr1	26608734	26608880
+chr11	2436203	2436640
+chr11	45727888	45727949
+chr3	40351162	40351750
+chr1	114642459	114642809
+chr1	151253911	151254091
+chr6	54001820	54001847
+chr16	3027920	3028109
+chr15	49103270	49103283
+chr4	4577273	4577386
+chr16	3068014	3068085
+chr6	33094829	33095030
+chr14	57856929	57857066
+chr7	27184017	27184094
+chr8	72917363	72917432
+chr5	13919426	13919449
+chr9	34459568	34460044
+chr16	523801	523818
+chr20	62688525	62688717
+chr14	100705102	100705568
+chr4	164074155	164074320
+chr11	110167543	110167546
+chr6	30312981	30312987
+chr16	1813748	1813987
+chr11	128712369	128712462
+chr14	21341823	21342066
+chr17	75084233	75084627
+chr19	2227381	2227651
+chr4	71200535	71200703
+chr1	155197511	155197644
+chr15	38856293	38856528
+chr16	87588683	87588845
+chr10	106093670	106093694
+chr8	12612811	12612870
+chr19	17799328	17799384
+chr19	10259606	10259609
+chr11	2465201	2465279
+chr15	40762993	40763025
+chr5	88179379	88179448
+chr11	44970723	44971001
+chr1	155910523	155910526
+chr16	23689705	23689802
+chr2	71205637	71205891
+chr1	100435412	100435437
+chr22	30752536	30752543
+chr12	121123972	121124359
+chr5	176734745	176734858
+chr19	58666161	58666408
+chr6	167370587	167370648
+chr11	46265134	46265393
+chr10	134358082	134358273
+chr1	68149989	68150145
+chr2	175199741	175199803
+chr11	15671837	15671883
+chr16	982031	982386
+chr6	32153115	32153575
+chr22	35670360	35670551
+chr2	26542115	26542188
+chr12	54089247	54089438
+chr2	128991052	128991244
+chr19	685252	685654
+chr16	2110688	2111046
+chr16	30441409	30441674
+chr16	1825888	1826040
+chr4	46391694	46391728
+chr8	41542140	41542172
+chr16	3931229	3931238
+chr11	63374063	63374138
+chr16	57318568	57318697
+chr12	102872603	102872937
+chr6	28602697	28602791
+chr15	37403242	37403256
+chr17	40330366	40330859
+chr2	17935919	17936376
+chr2	121745872	121746027
+chr11	64323400	64323816
+chr11	101918256	101918403
+chr4	6695203	6695377
+chr2	207024755	207024980
+chr10	94449519	94449797
+chr7	819902	820298
+chr19	10765084	10765229
+chr22	19005208	19005524
+chr20	35374650	35374699
+chr14	94158129	94158130
+chr1	27986258	27986375
+chr1	47902227	47902310
+chr16	67515036	67515055
+chr16	15951809	15952274
+chr16	88564747	88564934
+chr10	13390384	13390394
+chr7	150037842	150037940
+chr1	149224641	149224669
+chr1	40781708	40781776
+chr13	112187165	112187343
+chr2	162101262	162101458
+chr10	134359311	134359618
+chr20	60982411	60982474
+chr6	167536063	167536069
+chr15	89089587	89089914
+chr17	10741562	10741955
+chr22	41185235	41185415
+chr16	718066	718075
+chr16	30205998	30206028
+chr10	131813078	131813343
+chr17	1956916	1956925
+chr7	132261328	132261393
+chr2	875461	875946
+chr6	33386040	33386042
+chr10	63213192	63213339
+chr3	238883	239140
+chr3	49158443	49158462
+chr5	502523	502872
+chrX	47004411	47004528
+chr11	118480977	118481302
+chr16	18995250	18995484
+chr7	91510150	91510266
+chr15	26108615	26108642
+chr15	28356567	28356800
+chr18	77171824	77172069
+chr16	2765572	2765589
+chrX	57161946	57162307
+chr5	68788421	68788893
+chr17	80551495	80551747
+chr17	29876732	29877168
+chr19	4791363	4791504
+chr20	17662968	17663264
+chr13	81229310	81229444
+chr16	66914426	66914781
+chr5	1865501	1865662
+chr15	28339873	28340112
+chr19	49403501	49403890
+chr1	91316825	91317001
+chr16	55690825	55691054
+chr11	115631290	115631341
+chr22	29999883	29999921
+chr17	8191877	8191958
+chr9	130699885	130700265
+chr16	3551169	3551320
+chr19	17462407	17462862
+chr16	50058890	50059017
+chr16	21566241	21566385
+chr15	45406534	45406654
+chrX	153284911	153285118
+chr17	53046073	53046101
+chr14	105033283	105033467
+chr1	22190958	22191315
+chr19	18885810	18885947
+chr11	63827647	63827991
+chr12	109234911	109235071
+chr7	111846526	111846539
+chr19	41782108	41782135
+chr8	98636661	98636727
+chr4	117220421	117220873
+chr19	57989182	57989282
+chr1	30559051	30559124
+chr10	133978304	133978402
+chr11	57424236	57424401
+chr1	1243621	1244308
+chr16	86527875	86528625
+chr10	133606378	133606444
+chr13	101109072	101109204
+chr19	5245976	5246000
+chr2	133090203	133090299
+chr8	134309039	134309453
+chr16	69344975	69345019
+chr6	30043858	30043954
+chrX	152161930	152161956
+chr10	44071167	44071320
+chr9	140725539	140725850
+chr19	22018953	22018958
+chr8	56368042	56368202
+chrX	99665951	99666116
+chr12	54430684	54430991
+chr15	93587653	93588137
+chr16	4386844	4386944
+chr4	139163487	139163732
+chr16	88017838	88017985
+chr6	30071412	30071448
+chr8	30770174	30770617
+chr1	47799633	47799638
+chr8	9760869	9760877
+chr3	27762588	27762757
+chr2	86789845	86790039
+chr19	1479299	1479310
+chr19	19322770	19322854
+chr1	155214527	155214731
+chr3	127175002	127175109
+chr16	1536078	1536238
+chr5	121413977	121413981
+chr12	322924	322935
+chr15	50474163	50474182
+chr19	51142835	51142933
+chr1	110881531	110881772
+chr19	991113	991311
+chr10	71906516	71906521
+chr2	223174977	223175334
+chr6	170557534	170557757
+chr1	3234186	3234198
+chr2	135206071	135206289
+chr3	71113953	71114116
+chr6	170606413	170606506
+chr2	58273438	58273504
+chr16	34741256	34741493
+chr8	57124299	57124701
+chr7	130130240	130130320
+chr11	65554356	65554398
+chr20	47835736	47835749
+chr19	2446487	2446585
+chr16	27473344	27473774
+chr12	132951047	132951155
+chr4	11370745	11370824
+chr19	58962928	58962931
+chr11	8615710	8615871
+chr14	70316590	70316898
+chr22	29999118	29999205
+chr19	59067440	59067454
+chr12	4757711	4758153
+chr12	58176444	58176471
+chr12	113416145	113416220
+chr16	68027027	68027297
+chr16	11350115	11350118
+chrX	48828022	48828349
+chr16	55512774	55512820
+chr20	57225147	57225630
+chr9	131843135	131843585
+chr8	66546269	66546482
+chr18	32073016	32073112
+chr1	6188726	6188898
+chr7	155167401	155167654
+chr12	133351582	133351746
+chr3	107243742	107244105
+chr8	2093137	2093172
+chr17	20339541	20339830
+chr5	14581651	14581771
+chr5	140744983	140745340
+chr6	31591594	31591597
+chr10	70092640	70092681
+chr14	58064775	58064878
+chr16	8806963	8807018
+chr12	44229663	44229665
+chr17	80621588	80621718
+chr2	232573098	232573223
+chr13	79169705	79169775
+chr14	23387995	23388278
+chr3	195346589	195347035
+chr14	103366987	103367306
+chr3	133293412	133293451
+chr16	50186224	50186318
+chr11	68671428	68671438
+chr11	637127	637885
+chr3	74664098	74664120
+chr15	29862469	29862520
+chr1	182584193	182584520
+chr16	1728194	1728214
+chr8	143695328	143695343
+chr16	2835016	2835331
+chrX	110925197	110925317
+chr9	35096797	35096932
+chrX	51636562	51636581
+chr6	100050918	100051291
+chr7	158224491	158224769
+chr14	102605952	102606026
+chr6	29720460	29720485
+chr17	33775812	33775869
+chr6	170411827	170411905
+chr19	4868079	4868448
+chr2	172945144	172945226
+chr13	114800841	114800911
+chr16	34777915	34778087
+chr12	114917965	114918562
+chr16	70099560	70100145
+chr12	126345852	126345993
+chr14	94855088	94855099
+chr5	74349644	74349804
+chr6	31762305	31762361
+chr22	31500892	31501334
+chr1	32645060	32645107
+chr1	55230057	55230344
+chr16	1832685	1832704
+chr20	52687028	52687317
+chr17	45773511	45773522
+chr3	9691079	9691095
+chr6	90539506	90539508
+chr7	668292	668612
+chr16	28909725	28909898
+chr19	920370	920786
+chr20	20033044	20033136
+chr15	98195974	98196077
+chr12	89893765	89893799
+chr15	77197211	77197536
+chr15	78556887	78556892
+chr3	43659559	43659749
+chr11	75917724	75917796
+chr10	47083344	47083378
+chr12	133055011	133055075
+chr16	1593130	1593367
+chr2	38742741	38742843
+chr8	25229924	25229958
+chr16	1939193	1939295
+chr10	50507023	50507044
+chr16	3628364	3628368
+chr4	1985273	1985528
+chr18	55862663	55862763
+chr19	54134734	54135129
+chr1	178511737	178511959
+chr16	88815819	88815915
+chr16	89357429	89357552
+chr11	64578250	64578263
+chr13	103426862	103426972
+chr2	176977172	176977237
+chr21	45138799	45139181
+chr16	5147165	5147203
+chr10	131768880	131769026
+chr2	74756422	74756586
+chr10	75757998	75758427
+chr6	30523392	30523449
+chr10	112679062	112679176
+chr1	43147071	43147565
+chr10	134468830	134468928
+chr17	43324322	43324368
+chr2	197036352	197036384
+chr12	133758187	133758253
+chr16	55794408	55794547
+chrX	148714521	148714565
+chr1	91870362	91870382
+chr12	89744476	89744609
+chr2	63285739	63285798
+chr3	16555404	16555412
+chr7	5085252	5085378
+chr13	37453878	37453975
+chr6	31798069	31798635
+chr12	5998287	5998329
+chr16	3018943	3019106
+chr16	4234455	4234458
+chr22	30234222	30234245
+chr1	228194868	228195329
+chr1	47697965	47698081
+chr7	98552716	98552952
+chr3	9943889	9944512
+chr1	1268469	1268894
+chr16	3703273	3703304
+chr11	18814078	18814370
+chr3	125094274	125094397
+chr9	130743770	130743895
+chr20	18118393	18118658
+chr11	122848983	122848989
+chr16	50186918	50186948
+chr1	86861147	86861201
+chr16	28332320	28332432
+chr8	42995516	42995611
+chr6	11094094	11094097
+chr8	146024581	146024611
+chr16	4401296	4401425
+chr16	18478885	18479356
+chr16	68362223	68362652
+chr16	1384674	1384860
+chr2	219536588	219536679
+chr11	57092548	57092561
+chr16	49316883	49317032
+chr7	43797499	43797791
+chr9	20622309	20622995
+chr2	240046312	240046456
+chr3	185541835	185542425
+chr12	6492948	6493003
+chr12	8234565	8234647
+chr3	139108740	139108897
+chr15	90545586	90545697
+chr1	14149767	14149784
+chr14	93419496	93419506
+chr17	26990202	26990410
+chr2	172952088	172952367
+chr17	17067766	17067851
+chr20	33413616	33413629
+chr2	240008034	240008185
+chr15	44083931	44084097
+chr3	47621019	47621127
+chr11	68610632	68610658
+chr20	21086103	21086288
+chr6	28175936	28176104
+chr19	6375770	6375866
+chr1	204380466	204380496
+chr1	19615255	19615370
+chr5	52405301	52405313
+chr15	66678734	66678964
+chr11	20385124	20385128
+chr16	81327910	81328041
+chr1	166846026	166846134
+chr19	16045740	16046185
+chr18	7011220	7011388
+chr6	130686865	130687139
+chr8	23539907	23539939
+chr9	88897456	88897508
+chr12	62629162	62629186
+chr4	619611	619817
+chr13	76055871	76056027
+chr16	50775976	50776054
+chr16	47072169	47072306
+chr19	40724361	40724375
+chr19	44439563	44439673
+chr2	219892361	219892516
+chr3	44379376	44379503
+chr3	181438122	181438328
+chr16	3702486	3702776
+chr10	105127622	105127639
+chr18	29672458	29672468
+chr2	71127481	71127490
+chr19	35323288	35323673
+chr1	39324743	39324870
+chr6	33422190	33422194
+chr1	153518006	153518384
+chr11	124294730	124294967
+chr15	28051024	28051214
+chr6	1594411	1594543
+chr8	141520873	141520896
+chr7	154793806	154793970
+chr16	4322786	4323072
+chr9	137029702	137029881
+chr5	66299592	66299738
+chrX	103294519	103294682
+chr15	66796921	66796922
+chr12	48551546	48551862
+chr11	62446340	62446350
+chr16	2009272	2009297
+chr17	47337641	47337760
+chr6	71276807	71276966
+chr6	138188577	138188775
+chr17	75954416	75954646
+chr11	66234232	66234249
+chr17	42385898	42386075
+chr20	39318470	39318705
+chr14	96505674	96505821
+chr14	76448011	76448143
+chr16	2025688	2026277
+chr4	54975677	54975894
+chr1	95392678	95392682
+chr7	117854586	117854765
+chr17	73727831	73727909
+chr19	47217900	47217983
+chr7	150413564	150413632
+chr7	35077706	35077725
+chr7	156754584	156754681
+chr1	208136904	208137130
+chr7	31409	31441
+chr6	30037202	30037361
+chr21	43491319	43491362
+chr5	68389656	68389682
+chrX	47420444	47420453
+chr2	171626836	171627232
+chr4	40823896	40823935
+chr12	123380822	123380830
+chr17	9674769	9674987
+chr6	49681185	49681299
+chr6	168983411	168983447
+chr8	126444439	126444693
+chr17	81021472	81021703
+chr4	6052479	6052533
+chr11	62538773	62538951
+chr15	48936160	48936287
+chr7	102988023	102988138
+chr9	35757158	35757266
+chr1	40421002	40421272
+chr1	7710671	7711031
+chr16	11349520	11349832
+chr14	52118663	52119049
+chr6	29970394	29970480
+chr18	22006398	22006425
+chr22	50781146	50781482
+chr12	3702404	3702451
+chr16	2301174	2301739
+chr17	80875788	80876020
+chr20	3052221	3052224
+chr14	96845107	96845182
+chr2	106509881	106510087
+chr19	50193437	50193809
+chr16	50321770	50321830
+chr6	33144795	33144993
+chr12	53490304	53490412
+chr11	82867985	82868037
+chr11	64511984	64512188
+chr17	4401670	4401863
+chr10	28570835	28571322
+chr22	30662939	30662946
+chr6	29408113	29408118
+chr19	49540856	49540864
+chr3	52091651	52091781
+chrX	118987251	118987280
+chr1	156823819	156823892
+chrX	67867676	67867718
+chr3	52864611	52864694
+chr16	889131	889276
+chr16	979188	979488
+chr5	1645640	1645754
+chr20	57464925	57465123
+chr5	128430255	128430259
+chr19	56988813	56988929
+chr21	27542701	27542795
+chr1	27692247	27692467
+chr2	201935977	201936101
+chr16	3130224	3130324
+chr8	145728237	145728388
+chr16	972462	972615
+chr5	76936588	76936745
+chr4	82136823	82136839
+chr2	233498625	233498682
+chr4	1803029	1803395
+chrX	92928934	92929038
+chr1	153606770	153607143
+chr14	104621980	104622080
+chr5	140777344	140777501
+chr13	114103404	114103429
+chr18	580180	580196
+chr4	72053349	72053711
+chr17	79197621	79198053
+chr4	80246899	80247123
+chr15	100273097	100273505
+chr16	22336590	22336989
+chr15	66416086	66416399
+chr6	33160250	33160262
+chr14	93154484	93154758
+chr11	1715569	1715714
+chr1	153234342	153234387
+chr11	118889231	118889578
+chr16	3285233	3285403
+chr2	220025744	220026226
+chr1	9097193	9097422
+chr1	225997662	225997678
+chr6	43395509	43395769
+chr16	86538974	86539121
+chr1	154974950	154975359
+chr2	74667680	74668072
+chr4	118006619	118006699
+chr13	37006292	37006734
+chr6	32145921	32145923
+chr7	27188364	27188722
+chr6	32037865	32037868
+chr18	43683984	43684006
+chr2	19553546	19553950
+chr6	8435968	8435978
+chr7	95546491	95546508
+chr14	21121487	21121516
+chr6	24437412	24437422
+chr16	1217163	1217171
+chr16	2286738	2287113
+chr4	99182194	99182328
+chr19	12949679	12950103
+chr1	160040496	160040660
+chr21	15645810	15645988
+chr1	57888432	57888659
+chr3	179169523	179169602
+chr10	134991931	134992030
+chr7	731389	731549
+chr15	65648254	65648264
+chr10	102290046	102290066
+chr14	102476955	102476960
+chr2	223162001	223162080
+chr15	56757290	56757312
+chr12	57635431	57635906
+chr4	720761	720870
+chr7	38344934	38344935
+chr8	128747706	128747823
+chr3	42700537	42700626
+chr8	1765288	1765339
+chr6	170066598	170066898
+chr14	93412562	93412618
+chr12	130931922	130932128
+chr20	39316634	39316986
+chr1	39325059	39325342
+chr16	29816467	29816675
+chr20	17209611	17209797
+chr16	54324967	54325081
+chr15	40574544	40574697
+chr13	113422129	113422497
+chr14	64319495	64319764
+chr17	79849687	79849740
+chr7	73703480	73703601
+chr2	209225123	209225600
+chr6	30707918	30707934
+chr10	73610981	73611008
+chr1	41978988	41979076
+chr12	116971039	116971046
+chr14	21152735	21152739
+chr10	102987359	102987435
+chr1	110036849	110036894
+chr1	32410566	32410630
+chr17	21903945	21903947
+chr7	20370372	20370851
+chr5	19988630	19988658
+chr6	33419532	33419633
+chrX	82763518	82763706
+chr11	94823267	94823506
+chr18	33877173	33877207
+chr5	76011323	76011380
+chr7	1894252	1894526
+chr7	112726490	112726493
+chr13	113498402	113499073
+chr15	96876319	96876407
+chr3	132441075	132441200
+chr12	99038718	99038720
+chr2	176867139	176867285
+chr6	125284155	125284241
+chr11	30605581	30605704
+chr3	193587600	193587780
+chr7	155137827	155137879
+chr5	72793969	72794050
+chr19	54445463	54445888
+chr16	664647	664704
+chr16	30798661	30798668
+chr7	130353086	130353088
+chr12	120652556	120652666
+chr14	75530858	75530888
+chr19	37329318	37329381
+chr2	85765766	85765810
+chr7	102104807	102104916
+chrX	138285922	138286247
+chr1	153581535	153581750
+chr16	1204970	1205294
+chr7	66205542	66205681
+chr14	68283476	68283700
+chr4	96761264	96761329
+chr6	75915202	75915296
+chr17	16342083	16342085
+chr16	25078000	25078095
+chr6	117086941	117086948
+chr15	67357898	67357927
+chr16	84270672	84270722
+chr2	96874487	96874507
+chr1	193074287	193074380
+chr19	47127358	47127365
+chr2	43903478	43903534
+chr3	44039530	44039609
+chr4	109933648	109933823
+chr20	36040855	36041285
+chr7	1709441	1709532
+chr1	15930075	15930204
+chr15	99057371	99057549
+chr16	598674	598833
+chr1	38156211	38156235
+chr7	42971908	42971967
+chr14	102430389	102430545
+chr19	11456854	11456857
+chr20	23031198	23031515
+chr6	33154938	33155087
+chr6	170467439	170467790
+chr6	30457676	30457697
+chr18	7567669	7568159
+chr3	57994051	57994053
+chr6	29795501	29795509
+chr7	101754920	101755186
+chr6	10426310	10426339
+chr7	127231698	127232146
+chr18	43547252	43547338
+chr11	31832883	31832959
+chr17	47979069	47979465
+chr10	46221206	46221225
+chrX	78003205	78003346
+chr11	12620821	12621248
+chr4	1569231	1569870
+chr8	144099774	144099943
+chr22	42311273	42311326
+chr10	2308951	2308972
+chr6	30140231	30140257
+chr4	190284930	190284940
+chr2	45169500	45169681
+chr1	52521846	52522216
+chr20	49253552	49253600
+chr11	27015760	27015765
+chr6	33263112	33263214
+chr8	1854747	1854947
+chr16	20911085	20911522
+chr16	89284213	89284335
+chr3	66551530	66551541
+chr4	170679129	170679161
+chr7	36007718	36008153
+chr12	131199936	131200134
+chr6	168226540	168226576
+chr19	1226918	1227093
+chrX	134166205	134166239
+chr14	103373074	103373230
+chr14	70826451	70826572
+chr1	61547497	61547758
+chr1	234634932	234635029
+chr3	133380742	133380807
+chr6	31637616	31638016
+chr4	843637	843828
+chr12	71833022	71833031
+chr10	98272504	98272633
+chr1	228270029	228270142
+chr17	109444	109448
+chr6	30181335	30181425
+chr6	155537547	155537901
+chr1	35497458	35497607
+chr12	498582	498779
+chr7	157654054	157654170
+chr2	240153778	240153791
+chr11	66193883	66193993
+chr15	90208810	90208867
+chr10	15001839	15001988
+chr2	219137442	219137776
+chr15	101419221	101419227
+chr1	70671212	70671261
+chr12	98987143	98987217
+chr8	144649310	144649630
+chr1	1990732	1990868
+chr1	44016014	44016023
+chr14	23292092	23292277
+chr1	209405771	209406063
+chr16	3063632	3063821
+chr1	167486930	167487247
+chr21	46340785	46340857
+chr1	1190475	1190493
+chr22	36877559	36877627
+chr7	101882646	101882758
+chr16	79634660	79634675
+chrX	84258743	84258823
+chr20	60718270	60718314
+chr7	141501451	141501577
+chr8	146078959	146079365
+chr14	24020941	24020957
+chr6	32939477	32939665
+chr15	59730607	59730804
+chr9	117349945	117350186
+chr14	76734368	76734445
+chr2	220377774	220377837
+chr1	161008750	161008824
+chr11	796434	796521
+chr4	8200549	8200804
+chr2	201936639	201936661
+chr3	238496	238611
+chr15	72523739	72523758
+chr4	8073804	8074092
+chr16	565445	565575
+chr19	51128528	51128640
+chr10	133598638	133598669
+chr12	99038497	99038551
+chr16	32359673	32359756
+chr19	51869680	51869756
+chr11	34937559	34937564
+chr15	96909848	96909963
+chr2	97563685	97563966
+chr5	118965154	118965233
+chr14	61201746	61201929
+chr8	143279443	143279492
+chr6	42145851	42146052
+chr5	68666027	68666458
+chr4	1004506	1004609
+chr1	65774809	65775059
+chr1	994450	994534
+chr19	1510536	1510692
+chr16	31711991	31712064
+chr10	2964692	2964745
+chr8	65492792	65492846
+chr16	50099896	50100179
+chr16	3207475	3207919
+chr16	23568823	23568908
+chr16	30041836	30042330
+chr20	46414765	46414818
+chr1	20960867	20961181
+chr6	170554222	170554473
+chr13	37004942	37005074
+chr4	54967375	54967809
+chr16	576870	576982
+chr2	38604394	38604637
+chr16	77468802	77468845
+chr1	1295029	1295147
+chr20	58179540	58179799
+chr7	150216824	150216982
+chr2	8785728	8785969
+chr11	58980109	58980377
+chr16	6069351	6069731
+chr16	1922155	1922216
+chr13	114927641	114927806
+chr16	77469490	77469492
+chr19	34287170	34287343
+chr8	575726	575741
+chr10	21786348	21786359
+chr1	1293970	1294140
+chr2	70121081	70121218
+chr16	1859215	1859330
+chr7	1882776	1882949
+chr7	5161117	5161531
+chr12	67197888	67197984
+chr16	25123200	25123206
+chr19	50905585	50905903
+chr16	58498588	58498710
+chr2	162931003	162931127
+chr1	116380417	116380575
+chr1	159869960	159870026
+chr16	3221328	3221355
+chr3	56836203	56836209
+chr2	9563811	9563880
+chr7	27185345	27185512
+chr16	18994622	18995109
+chr1	50888710	50888826
+chr8	95835303	95835522
+chr7	28319541	28319546
+chr16	89632126	89632296
+chr1	60391651	60392140
+chr1	24828970	24829151
+chr13	79234715	79234799
+chr1	41889418	41889625
+chr4	37828066	37828336
+chr22	41593266	41593864
+chr6	33215649	33215685
+chr21	40752082	40752339
+chr6	168782602	168782615
+chr17	46653567	46653711
+chr19	1546272	1546337
+chr6	26183572	26183576
+chr8	81399237	81399470
+chrX	49017493	49017903
+chr20	47833701	47834007
+chr6	151687457	151687883
+chrX	55291238	55291317
+chr4	6107272	6107585
+chr12	132956139	132956274
+chrX	122866442	122866705
+chr1	36396366	36396445
+chr6	30069271	30069659
+chr3	195897856	195897864
+chr9	130967772	130968009
+chr2	133402999	133403009
+chr12	105956441	105956478
+chr18	29304434	29304818
+chr1	26372718	26372895
+chr11	128807835	128807903
+chr7	111368319	111368603
+chr1	2478041	2478362
+chr2	198669129	198669285
+chr19	52407582	52407881
+chr6	29717010	29717019
+chr2	1287787	1287808
+chr5	75919233	75919433
+chrX	92928623	92928663
+chr17	414692	415149
+chr6	32020377	32020477
+chr6	8435835	8435862
+chr6	159550208	159550381
+chr12	59313355	59313440
+chr7	27702618	27702700
+chr8	144552725	144552786
+chr22	45899186	45899244
+chr17	74099878	74099891
+chr17	6557720	6558016
+chrX	69655097	69655110
+chr12	57630059	57630422
+chr12	4099893	4099985
+chr5	3121982	3122162
+chr1	89664340	89664407
+chr12	7793305	7793313
+chr4	190731410	190731607
+chr16	2569653	2569911
+chr15	89949617	89949694
+chr17	56609082	56609262
+chr11	71498958	71499117
+chr14	94088469	94088604
+chr6	30522937	30523215
+chr10	131636799	131637200
+chr3	118753705	118753707
+chr2	175413349	175413592
+chr5	1814728	1814768
+chr16	882698	882848
+chr4	13546210	13546292
+chrX	48165587	48165663
+chr19	50060174	50060306
+chr8	102504482	102504564
+chr11	118868594	118868608
+chr16	10208417	10208426
+chr8	114389431	114389438
+chr1	173887053	173887284
+chr19	1828076	1828271
+chr1	1356902	1357313
+chr4	108746227	108746323
+chr1	1217159	1217511
+chr1	246728629	246728679
+chr19	1275266	1275448
+chr2	167168556	167168804
+chr8	50824358	50824749
+chr1	228327886	228327888
+chr16	711015	711033
+chr19	8201089	8201264
+chr3	63804366	63804635
+chr5	76115926	76116088
+chr8	125985846	125985883
+chr13	41345487	41345667
+chr10	132546420	132546452
+chr11	82905187	82905215
+chr16	5116237	5116626
+chr3	169386181	169386507
+chr7	44183432	44183642
+chr1	27339266	27339413
+chr19	14530314	14530417
+chr4	120243252	120243263
+chr4	40632314	40632675
+chr6	32366299	32366369
+chr14	24837788	24837844
+chr3	128720290	128720884
+chr2	28113397	28113553
+chr1	220101371	220101650
+chr16	3767934	3767978
+chr4	3315040	3315059
+chr7	94286267	94286294
+chr5	31639946	31640216
+chr7	39454090	39454109
+chr6	30031748	30031845
+chr7	139477911	139477971
+chrX	146993175	146993377
+chr11	2423148	2423231
+chr1	206859168	206859650
+chr10	126198917	126198993
+chr16	4465613	4465731
+chr19	46380134	46380346
+chr14	94546958	94547255
+chr11	95523445	95523458
+chr16	2827372	2827690
+chr6	29695413	29695542
+chr2	236579421	236579732
+chr16	2986767	2986885
+chr7	27169674	27169740
+chr2	169887771	169887884
+chr11	47575230	47575235
+chr2	63278211	63278550
+chr15	76050841	76050852
+chr3	48229270	48229618
+chr7	157195620	157195815
+chr13	112157732	112157871
+chr20	34241958	34242408
+chr15	89074269	89074512
+chr10	131577638	131577741
+chr12	125308099	125308217
+chr17	61905183	61905253
+chr11	70330927	70331378
+chr6	33216201	33216220
+chr4	82965818	82965820
+chr7	150417587	150417695
+chr9	27529907	27530554
+chr5	115297642	115297675
+chr13	111719172	111719629
+chr6	30017755	30017771
+chrX	55478491	55478562
+chr1	110672864	110673179
+chr11	126138802	126138895
+chr9	94712424	94712780
+chr6	31367648	31367670
+chr1	202936725	202936986
+chr17	708009	708362
+chr15	86685026	86685067
+chr1	16399867	16400060
+chr22	17956560	17956641
+chr12	16760954	16761114
+chr17	21226888	21227051
+chr16	50745896	50746015
+chr6	166582416	166582585
+chr1	153508542	153508553
+chr19	52227919	52227990
+chr19	53869064	53869406
+chr12	54473276	54473448
+chr20	3776212	3776212
+chr22	32767080	32767114
+chr16	85696657	85697118
+chr5	101834627	101834732
+chr1	32226684	32226935
+chr3	183851938	183852083
+chr1	27240514	27240646
+chr6	133562148	133562246
+chr12	26986983	26986997
+chr6	31504133	31504369
+chr6	41394869	41395046
+chr10	6220943	6221273
+chr19	9420518	9420631
+chr11	101001257	101001533
+chr12	28721541	28721907
+chr11	65381960	65381983
+chr4	187499376	187499410
+chr11	1258136	1258165
+chr4	42400837	42401056
+chr10	94451736	94452236
+chr5	166405437	166405523
+chr10	120354844	120355139
+chr15	32964277	32964500
+chr4	6344313	6344449
+chr17	4167205	4167268
+chr1	3037607	3037664
+chr12	372143	372211
+chr15	55610576	55611038
+chr9	126692907	126693384
+chr18	44787492	44787585
+chr12	125399699	125399725
+chr20	44540533	44540729
+chr7	42951745	42951814
+chr11	977232	977562
+chr2	4050749	4050845
+chr7	139024995	139025097
+chr8	15096726	15096831
+chr16	84273740	84273949
+chr20	48552853	48553039
+chr14	23388406	23388442
+chr6	33157099	33157222
+chrX	19002006	19002190
+chr9	130889610	130889808
+chr7	6145105	6145168
+chr17	80011325	80011568
+chr16	1181198	1181617
+chr2	241815009	241815194
+chr17	72199366	72199373
+chr7	157811864	157811918
+chr1	111218228	111218234
+chr4	6202553	6202558
+chr9	95432512	95432733
+chr19	6459352	6459536
+chr1	35250360	35250441
+chr16	20996602	20996671
+chr16	22824829	22824998
+chr16	87670032	87670386
+chr1	24126028	24126146
+chr1	160085385	160085520
+chr1	149223316	149223452
+chr15	79043459	79043531
+chr16	11891206	11891343
+chr4	2010714	2010926
+chr3	50376107	50376216
+chr5	96078430	96078678
+chr3	169386822	169387091
+chr21	43441482	43441670
+chr16	699268	699307
+chr22	35389016	35389453
+chr6	169104440	169104492
+chr8	21881998	21882013
+chr1	25258679	25259058
+chr12	115135282	115135368
+chr2	26864823	26865143
+chr12	27486027	27486780
+chr2	74685537	74685554
+chr8	1281551	1281696
+chr1	65885364	65885499
+chr5	125967312	125967357
+chr11	122752590	122753049
+chr14	23755360	23755370
+chr2	11605539	11605666
+chr21	30374748	30375086
+chr1	26605913	26605921
+chr12	87232463	87232692
+chr11	15136328	15136332
+chr7	98581010	98581041
+chr1	119535452	119535619
+chr21	43638893	43638901
+chr6	99272939	99273076
+chr12	65152724	65153022
+chr12	116996823	116996931
+chr17	8378756	8378795
+chr11	133777783	133777904
+chr7	151504844	151504864
+chr1	111149307	111149507
+chr18	9102531	9102705
+chr11	76744922	76745431
+chr10	1231002	1231071
+chr15	45694387	45694425
+chr2	108085864	108086048
+chr14	61201094	61201189
+chr4	122871528	122871735
+chr11	34535520	34535531
+chr3	114867123	114867274
+chr16	2579546	2580025
+chr22	38598948	38598981
+chr1	205898585	205898643
+chr20	43945206	43945364
+chr1	153321198	153321421
+chr6	1313495	1313730
+chr16	88132388	88132530
+chr6	125684580	125684631
+chr6	114384871	114385144
+chr16	1435378	1435493
+chr18	59221272	59221410
+chr11	123430724	123430824
+chr22	38863962	38864073
+chr7	27170819	27170832
+chr11	101785806	101786117
+chr15	90645859	90645967
+chr14	23352295	23352488
+chr1	145385286	145385524
+chr3	137728831	137728909
+chr1	179050404	179050625
+chr2	113402954	113403145
+chr16	3208748	3208876
+chr9	114937770	114937992
+chr12	4967040	4967126
+chr12	91349027	91349273
+chr13	113545521	113545563
+chr1	145474331	145474469
+chr11	57414409	57414578
+chr2	202121863	202121870
+chr6	33170722	33170731
+chr6	170337699	170337778
+chr15	78219273	78219423
+chr1	33613037	33613158
+chr1	87598021	87598351
+chr20	58630906	58630953
+chr2	2402305	2402588
+chr11	63971243	63971348
+chr16	29912460	29912652
+chr5	1386502	1386742
+chr5	122372479	122372674
+chr4	140216950	140217015
+chr8	99955941	99956467
+chr17	27944537	27944849
+chr5	44389282	44389358
+chr8	143859709	143859734
+chr6	32155034	32155124
+chr6	31996931	31997026
+chr19	2096711	2096762
+chr15	86219783	86220120
+chr2	70329779	70330031
+chr7	155299576	155299599
+chr1	19186757	19187237
+chr18	4454424	4454500
+chr12	111664754	111664785
+chr2	160654451	160654818
+chr8	48650745	48650989
+chr2	120124447	120124469
+chr19	3275346	3275598
+chr14	89290958	89291052
+chr17	3867956	3868068
+chr10	97666894	97666922
+chr17	78849910	78849916
+chr19	12984645	12984996
+chr2	74692479	74692545
+chr6	31833918	31833941
+chr12	120731179	120731287
+chr1	204166746	204166852
+chr14	69951733	69951791
+chr17	40828172	40828346
+chr7	100609375	100609534
+chr6	112575657	112575881
+chr1	37499309	37499428
+chr15	75094734	75094888
+chr9	120177435	120177471
+chr6	31829244	31829511
+chr6	116892514	116892579
+chr14	81879247	81879327
+chr4	187422119	187422293
+chr8	17353932	17354274
+chr19	808068	808154
+chr12	125258900	125259321
+chr1	212965052	212965065
+chr2	24162619	24163024
+chr12	32112331	32112341
+chr10	103881068	103881107
+chr2	73114863	73114919
+chr19	11639865	11639867
+chr4	8375240	8375268
+chr7	148922922	148922977
+chr1	171640211	171640223
+chr10	131650665	131650693
+chr6	32063553	32063607
+chr5	1217743	1217797
+chr8	140999853	140999965
+chr10	8555797	8556087
+chr1	22174085	22174450
+chr13	41344901	41345029
+chr10	112404926	112404949
+chr4	8468830	8469051
+chr1	156906437	156906957
+chr11	2308463	2308487
+chr7	553645	553747
+chr7	97501682	97501688
+chr19	41698548	41698814
+chr8	101964501	101964527
+chr6	28510313	28510339
+chr8	145725509	145725708
+chr19	1241542	1241620
+chr10	17270250	17270252
+chr4	6539931	6540063
+chr18	44098826	44099028
+chr11	70628890	70628970
+chr3	50358933	50358957
+chrX	153068748	153068875
+chr10	131355195	131355254
+chr7	116593721	116593724
+chr6	138483452	138483709
+chr16	34256290	34256428
+chr3	187870986	187871024
+chr6	43738977	43739011
+chr19	21512191	21512202
+chr2	161128136	161128348
+chr13	112906616	112906711
+chr3	119298147	119298222
+chr16	577621	577928
+chr16	1401898	1402058
+chr17	78079433	78079608
+chr5	140745892	140746001
+chr19	30020680	30020886
+chr16	2581414	2581522
+chr16	89882934	89883137
+chr17	8815828	8816266
+chr17	64873303	64873391
+chr16	1483122	1483192
+chr8	145910685	145911129
+chr5	156277406	156277587
+chrX	51150443	51151013
+chr2	219524230	219524377
+chr19	15089969	15090275
+chr10	17243289	17243390
+chr16	2587080	2587546
+chr9	133541653	133542125
+chr4	7763570	7763655
+chr12	67663035	67663044
+chr6	30033850	30034130
+chr14	75894261	75894267
+chr10	31608548	31608663
+chr16	24740886	24740891
+chr10	104178866	104178949
+chr16	930028	930029
+chr1	155715104	155715209
+chr17	80970456	80970799
+chr19	17908246	17908550
+chr2	170591199	170591239
+chr6	32942400	32942429
+chr6	52929657	52929668
+chr16	1260577	1260608
+chr10	99161231	99161263
+chr11	61584442	61584568
+chr1	151118251	151118416
+chr2	233351105	233351477
+chr17	1532169	1532172
+chr14	24701388	24701538
+chr1	28974762	28975001
+chr12	111664628	111664675
+chr10	62149509	62149594
+chr6	30068667	30068793
+chr19	39303458	39303650
+chr12	6677562	6677577
+chr6	30139855	30139979
+chr16	11001791	11001871
+chr1	91300183	91300288
+chr19	4037881	4038095
+chr2	161992830	161993315
+chr7	64541387	64541737
+chr5	1003051	1003086
+chr9	33167289	33167933
+chr20	62406831	62406964
+chr6	52926293	52926593
+chr11	35641207	35641457
+chr4	3726244	3726450
+chr13	114143948	114144001
+chr19	40791610	40791701
+chr19	49250032	49250252
+chr15	31621748	31621795
+chr3	39093320	39093392
+chr1	32054412	32054510
+chr3	129118619	129118661
+chr1	119531996	119532056
+chr11	65746292	65746335
+chr22	26908376	26908464
+chr1	2026193	2026224
+chr2	6636069	6636097
+chr7	56515846	56516028
+chr3	127174433	127174705
+chrY	22737848	22737946
+chr7	75623810	75623886
+chr4	140098334	140098609
+chr7	150783151	150783171
+chr19	8385452	8385921
+chr5	65891830	65891968
+chr9	129677834	129678250
+chrX	64887317	64887587
+chr17	4402654	4402773
+chr2	220142643	220142903
+chr4	71383999	71384311
+chr10	17686226	17686414
+chr11	44068661	44068960
+chr1	223257541	223257618
+chr1	145610747	145610755
+chr1	26871244	26871477
+chr1	167691662	167691851
+chr16	3451133	3451154
+chr13	114238719	114239186
+chr8	71315609	71315757
+chr11	5462540	5462868
+chr19	4446288	4446485
+chr19	41859111	41859256
+chrX	30233581	30233589
+chr6	169717616	169717713
+chr11	60101561	60101691
+chr19	44506816	44506841
+chr3	19975435	19975466
+chr7	87849886	87850031
+chr4	1988280	1988302
+chr4	18023851	18023907
+chr10	128193340	128193400
+chr1	197191318	197191386
+chr5	171881546	171881549
+chr8	1327546	1327575
+chr13	65500076	65500093
+chr15	81667437	81667725
+chr8	143234726	143234741
+chr4	1388811	1388830
+chr16	1832736	1832743
+chr17	72848149	72848310
+chr19	15218531	15218566
+chr2	209271335	209271505
+chr12	76953702	76953736
+chr16	87985047	87985059
+chr6	15663344	15663356
+chr8	28929242	28929641
+chr12	132896939	132897323
+chr10	70587072	70587083
+chr12	120315168	120315283
+chr6	89855447	89855455
+chr1	45792612	45792640
+chr10	76869460	76869864
+chr4	190939452	190939878
+chr17	7518355	7518500
+chr4	6945654	6945745
+chr8	6481534	6481560
+chr14	90798308	90798336
+chr6	49431069	49431135
+chr2	241516269	241516333
+chr6	36561965	36562212
+chr11	66489543	66489646
+chr6	29595349	29595491
+chr16	54404408	54404570
+chr2	47168976	47168977
+chr8	117951559	117951987
+chr15	80986965	80987197
+chr5	172113798	172113809
+chr17	75052534	75052555
+chr7	98579529	98579639
+chr20	11667650	11667807
+chr6	31548962	31548990
+chr1	154680167	154680385
+chr16	2127599	2127781
+chr2	114259248	114259669
+chr1	33283992	33284208
+chr15	100882202	100882334
+chr10	46090503	46090522
+chr16	4466650	4466770
+chr7	99699637	99699645
+chr7	141685595	141685610
+chr20	19866746	19866810
+chr16	3193279	3193362
+chr1	160001673	160001849
+chr4	38784549	38784890
+chr17	2699812	2700045
+chr19	57350265	57350455
+chr11	118550331	118550413
+chr15	96890404	96890550
+chr20	33680704	33680710
+chr10	652402	652485
+chr1	114301873	114301887
+chr5	87979594	87979871
+chr7	1133882	1133979
+chr11	65626142	65626208
+chr16	87584603	87584709
+chr1	154492899	154492904
+chr17	58754765	58754932
+chr7	140179398	140179401
+chr12	58013109	58013126
+chr5	153785129	153785214
+chr6	33150897	33151008
+chr9	140135729	140136157
+chr22	41956939	41957395
+chr6	9399331	9399598
+chr2	235953159	235953304
+chr6	134215613	134216081
+chr9	91933147	91933184
+chr12	132520600	132520668
+chr12	124858727	124858844
+chr15	37387304	37387438
+chr3	48481510	48481525
+chr12	12764714	12764792
+chr11	14994333	14994397
+chr7	6075288	6075438
+chr2	1745828	1746159
+chr21	45246012	45246116
+chr9	139760589	139760593
+chr17	80319923	80320037
+chr7	77428194	77428286
+chr17	899782	900031
+chr19	50380825	50381231
+chr3	47844321	47844363
+chr20	62369557	62369956
+chr22	38577965	38578070
+chr5	66459388	66459594
+chr5	175792430	175792445
+chr1	42921687	42921899
+chr1	201915446	201915661
+chr5	37834958	37835109
+chr12	5539688	5539784
+chr3	49894152	49894234
+chr5	150227524	150227654
+chr10	5734716	5734985
+chr19	38876250	38876618
+chr22	46326991	46327243
+chr22	33197590	33198055
+chr16	3450780	3450923
+chr8	142180061	142180327
+chr4	7033674	7033761
+chr16	900745	900975
+chr16	4675387	4675603
+chr16	31228263	31228299
+chr2	169920014	169920498
+chr13	113773011	113773110
+chr14	102829177	102829219
+chr16	1664408	1664414
+chr4	128554125	128554147
+chr5	15500201	15500222
+chr20	55966403	55966551
+chr17	7155848	7156125
+chr19	55494437	55494710
+chr5	155107613	155108037
+chr9	34590742	34591041
+chr10	1142046	1142096
+chr3	197477049	197477190
+chr17	80250875	80250887
+chr1	61519842	61520399
+chr11	76903086	76903183
+chr12	121416566	121416796
+chr16	2827999	2828056
+chr1	205425148	205425241
+chr2	75426789	75426800
+chr7	27225772	27225811
+chr15	93595502	93595513
+chr1	145437802	145438031
+chr1	214454282	214454661
+chr14	20929872	20929902
+chr1	180600998	180601032
+chr2	128617328	128617744
+chr7	50861995	50862035
+chr1	54304210	54304213
+chr17	38295894	38296011
+chr6	10723098	10723258
+chr7	44645808	44645893
+chr12	104323957	104324016
+chr16	27413904	27414224
+chr3	52723544	52723741
+chrX	71792943	71792999
+chr13	53226775	53226935
+chr16	2239275	2239313
+chr3	119216680	119217133
+chr1	2517342	2517425
+chr14	105045972	105045992
+chr2	37374960	37375071
+chr1	66797433	66797599
+chr6	44230977	44231305
+chr16	30885969	30886082
+chr1	225965463	225965676
+chr15	95400028	95400067
+chr10	103880300	103880303
+chr17	80050880	80051063
+chr19	12175268	12175413
+chr1	53068539	53068834
+chr15	41099716	41099719
+chr16	33963168	33963473
+chr17	33814548	33814769
+chr14	91224644	91224978
+chr2	73460428	73460607
+chr4	183710344	183710347
+chr1	17287157	17287243
+chr20	22795685	22795726
+chr3	185827002	185827035
+chr7	157179782	157179957
+chr2	69871051	69871056
+chr11	47207778	47207998
+chr6	86352588	86352627
+chr3	40566302	40566349
+chr6	43603549	43603665
+chr15	40423445	40423556
+chr12	108955255	108955272
+chrX	110187507	110187600
+chr8	22224520	22224925
+chr2	60983774	60984161
+chr5	140079898	140079941
+chr6	88879398	88879765
+chr5	72112331	72112333
+chr20	61472071	61472099
+chr19	39054989	39055452
+chr2	100937584	100937748
+chr16	23607767	23607770
+chr12	123756739	123756755
+chr3	101280602	101280610
+chr4	39480514	39480517
+chr4	2043303	2043414
+chr22	41682215	41682219
+chr1	52456480	52456551
+chr16	1543151	1543286
+chr1	1102417	1102446
+chr10	128077032	128077307
+chr2	21022829	21022933
+chr20	60905874	60906057
+chr1	181382847	181382934
+chr6	168476576	168476648
+chr1	32687775	32687897
+chr1	26233490	26233565
+chr15	89953247	89953370
+chr16	56485072	56485177
+chr18	55106237	55106337
+chr1	63249213	63249693
+chr13	113348391	113348674
+chr1	212738256	212738603
+chr16	12192215	12192277
+chr12	100594746	100594767
+chr6	31374049	31374206
+chr7	158107236	158107382
+chr13	24153954	24154260
+chr17	17184103	17184321
+chr7	44229844	44229866
+chr22	39101383	39101473
+chr10	125034591	125034770
+chr16	1660065	1660153
+chr2	42588340	42588392
+chr3	158362295	158362297
+chr5	55147197	55147403
+chr17	74884487	74884513
+chr17	73761474	73761514
+chr16	1484406	1484695
+chr11	76493497	76493828
+chr6	80816274	80816386
+chr2	241035207	241035593
+chr22	46374788	46375212
+chr2	128331430	128331470
+chr4	122853963	122853965
+chr6	119400380	119400462
+chrX	7810205	7810230
+chr3	113160490	113160506
+chr5	167688102	167688569
+chr7	56131471	56131707
+chr16	1518609	1518703
+chr16	1587562	1587636
+chr12	6125746	6125828
+chr10	121296010	121296042
+chr17	76220929	76220955
+chr18	72200578	72201018
+chr20	3725813	3726142
+chr3	15643063	15643079
+chr4	115519567	115519574
+chr6	10398650	10398706
+chr10	28287707	28287879
+chr12	3186858	3186967
+chr6	38671296	38671316
+chr1	93811314	93811463
+chr20	45279985	45280237
+chr12	58120189	58120635
+chr1	150229823	150230129
+chr14	71199514	71199600
+chr2	145274826	145274975
+chr16	67194139	67194232
+chr3	181420020	181420086
+chr1	24017943	24018063
+chr16	2086187	2086373
+chr16	49313990	49314209
+chr6	31240045	31240047
+chr2	139259418	139259433
+chr16	33965274	33965387
+chr16	20084803	20084999
+chr10	44880511	44880514
+chr6	152958576	152958601
+chr10	133929381	133929413
+chr2	238874860	238875195
+chr7	1570162	1570321
+chr12	102133040	102133291
+chr1	72749015	72749016
+chr17	38804237	38804263
+chr11	73588382	73588484
+chr9	115653222	115653802
+chr16	46724037	46724048
+chr4	81111177	81111393
+chr3	128144253	128144356
+chr10	122553454	122553652
+chr20	18485123	18485394
+chr16	2077399	2077599
+chr8	24814137	24814393
+chr3	147136415	147136538
+chr7	155921322	155921524
+chr14	101291885	101291949
+chr16	67694967	67694969
+chr19	10226339	10226446
+chr9	110044872	110044887
+chr1	43281678	43281746
+chr10	134684054	134684065
+chr8	1387493	1387753
+chr1	78354053	78354382
+chr2	3633471	3633827
+chr16	4783992	4784033
+chr5	78985436	78985441
+chr4	3443608	3443635
+chr10	81964782	81965123
+chr16	3087863	3087875
+chr7	101006915	101007024
+chr11	94822550	94822733
+chr8	86089798	86090186
+chr21	47808830	47808905
+chr2	61372069	61372165
+chr9	38487816	38488283
+chr10	91597442	91597593
+chr14	29236850	29237480
+chr6	28104585	28104690
+chr6	170575614	170575847
+chr7	157414294	157414339
+chr10	70748860	70749155
+chr16	68554689	68554741
+chr11	64646436	64646449
+chr20	44538288	44538557
+chr5	92603121	92603424
+chr4	25090250	25090491
+chr14	65381381	65381416
+chr16	33935507	33935608
+chr16	85206107	85206442
+chr6	27179037	27179068
+chr9	104160596	104160900
+chr5	143191771	143192067
+chr4	8455971	8456156
+chr2	175193470	175193478
+chr8	41167875	41168001
+chr9	140173501	140173908
+chr3	54155578	54155663
+chr14	104206654	104206836
+chr16	30681996	30682455
+chr2	234590542	234590817
+chr5	53813346	53813483
+chr9	131939552	131939961
+chr15	70371944	70372057
+chr15	74218921	74219259
+chr6	79942971	79943342
+chr8	38832267	38832728
+chr1	161015882	161015883
+chr12	21590198	21590257
+chr16	1193803	1193884
+chr1	35220224	35220251
+chr1	236559257	236559390
+chr10	133892358	133892567
+chr16	89826282	89826417
+chr6	29972884	29973221
+chr9	133589493	133589654
+chr17	63053306	63053384
+chr11	74459777	74459811
+chr16	3740662	3740774
+chr16	10274847	10274915
+chr3	15469033	15469042
+chr20	44936040	44936080
+chr8	11421886	11422119
+chr16	1499092	1499445
+chr9	95480921	95481073
+chr12	58025596	58026010
+chr18	74202887	74203084
+chr4	103266373	103266375
+chr6	35656758	35656848
+chr8	124054855	124054861
+chr17	56741	57072
+chr2	141441360	141441479
+chr1	229762093	229762120
+chr5	137592917	137593370
+chr6	32142122	32142147
+chr17	37922150	37922249
+chr2	85839459	85839602
+chr7	1863652	1863962
+chr1	247267708	247267873
+chr15	67835137	67835140
+chr8	1970994	1971172
+chr2	183732559	183733057
+chr4	5928072	5928079
+chr3	50297410	50297632
+chr3	52719983	52720008
+chr16	88698563	88698776
+chr4	57371320	57371467
+chr16	49308435	49308886
+chr2	30143585	30144152
+chr16	67979081	67979437
+chr6	33167798	33167969
+chr12	57584720	57584754
+chr14	66975324	66975551
+chr1	113162570	113162598
+chr17	77925890	77926388
+chr11	64794707	64794785
+chr12	12938034	12938113
+chr16	28962473	28962477
+chr13	49550510	49550815
+chr14	106003300	106003359
+chr5	864249	864337
+chr20	42194533	42194559
+chrX	38420326	38420370
+chr16	730927	731172
+chr19	1248507	1248689
+chr11	1262175	1262189
+chr16	1222471	1222626
+chr17	19411026	19411426
+chr19	18303576	18303578
+chr15	31775406	31775847
+chr17	29233478	29233515
+chr16	11837499	11837671
+chr10	120101750	120101821
+chr11	303989	304080
+chr16	767093	767277
+chr10	133730070	133730182
+chr3	192126536	192126694
+chr17	79658424	79658458
+chr6	167047829	167047842
+chr11	47470887	47470900
+chr12	2788782	2788847
+chr1	153631285	153631633
+chr12	102874566	102874832
+chr2	107084802	107084839
+chr17	78323643	78323799
+chr4	2264032	2264149
+chr6	31648700	31648719
+chr6	154406664	154406841
+chr1	84464326	84464645
+chr19	41129588	41129881
+chr19	49077997	49078071
+chr2	3704745	3705130
+chr5	168728222	168728447
+chr2	68694517	68694606
+chr12	125262045	125262460
+chr4	15781047	15781154
+chr1	10856202	10856418
+chr16	1430087	1430103
+chr1	31191128	31191544
+chr2	233749394	233749736
+chr12	96643106	96643517
+chr12	6797909	6797953
+chr10	65390215	65390526
+chr7	29874285	29874306
+chr22	39627543	39627641
+chr7	25991107	25991606
+chr11	16628010	16628233
+chr15	29392916	29393319
+chr4	25378438	25378485
+chr1	40723146	40723339
+chr1	53308606	53308720
+chr4	115519593	115519920
+chr17	36904034	36904425
+chr16	29985301	29985458
+chr5	559009	559155
+chr7	44349341	44349656
+chr8	59058225	59058537
+chr8	22409083	22409254
+chr16	1088520	1088686
+chr19	3942223	3942330
+chr5	59784203	59784544
+chr16	90037558	90037668
+chr16	47071547	47071638
+chr1	116311644	116311749
+chr10	3277089	3277144
+chr1	155278430	155278455
+chr7	51384931	51384937
+chr16	85542701	85542843
+chr22	32146002	32146186
+chr16	2186853	2186875
+chr19	3825282	3825342
+chr16	11350337	11350371
+chr12	116922217	116922244
+chr10	85899044	85899104
+chr6	31164899	31164952
+chr16	30022229	30022548
+chr20	57599136	57599210
+chr5	159200676	159201045
+chr16	30582539	30582820
+chr6	31497366	31497557
+chr4	174451455	174451460
+chr16	29757296	29757375
+chr7	64734178	64734330
+chr1	16971480	16971537
+chr10	105881692	105881694
+chr2	136875216	136875267
+chr3	48701666	48701722
+chr5	50685716	50686147
+chr1	56184693	56185048
+chr19	22605103	22605186
+chr13	36919857	36919960
+chr12	131159447	131159610
+chr17	52977445	52977460
+chr6	40722468	40722990
+chr17	612398	612420
+chr20	6750989	6751435
+chr11	119205373	119205542
+chr18	14450199	14450415
+chr10	102414862	102415086
+chr16	571953	572062
+chr16	31147585	31147789
+chr18	29769532	29769853
+chr5	137072456	137072746
+chr10	27541865	27541877
+chr1	27560845	27561008
+chr9	138554593	138555026
+chr16	24856104	24856114
+chr16	27214702	27214781
+chr11	20385206	20385280
+chr2	242757606	242757618
+chr7	128172288	128172399
+chr2	136499364	136499469
+chr12	50444522	50444723
+chr19	8550710	8550992
+chr17	57249903	57249935
+chr19	59092564	59093025
+chr10	28034808	28035109
+chr7	16844852	16845283
+chr21	31588123	31588354
+chr7	1025825	1026168
+chr1	3400697	3400732
+chr16	3723376	3723496
+chr6	30139641	30139686
+chr10	43903424	43903540
+chr8	47119035	47119271
+chr19	55987515	55987524
+chr16	29874755	29874869
+chr12	14996743	14996776
+chr2	46612916	46613024
+chr3	10370264	10370507
+chr5	178053183	178053244
+chr12	53342890	53343057
+chr1	116961135	116961185
+chr12	55028708	55028956
+chr10	48413710	48413802
+chr16	1362243	1362578
+chr9	91193127	91193195
+chr16	10674409	10674414
+chr9	37591734	37592420
+chr12	132638993	132639139
+chr2	175595352	175595510
+chr10	125651526	125651549
+chr17	27276799	27277048
+chr2	3337680	3337709
+chr14	104184503	104184527
+chr1	55353279	55353706
+chr4	24474668	24474861
+chr7	6388738	6388742
+chr1	57286265	57286512
+chr1	165567492	165567529
+chr11	57981219	57981245
+chr14	51298737	51298954
+chr7	151000789	151001017
+chr1	40506070	40506077
+chr10	121250007	121250035
+chr6	26223965	26224070
+chr6	29720427	29720443
+chr2	47143082	47143106
+chr10	111216962	111217173
+chr12	6184307	6184468
+chr1	150208884	150208936
+chr10	133058169	133058553
+chr2	205410517	205410738
+chr6	31763126	31763229
+chr9	37800606	37800774
+chrX	49686184	49686383
+chr21	40178383	40178652
+chr2	132202537	132202958
+chr3	49056140	49056168
+chr3	150481300	150481361
+chr11	369119	369133
+chr16	58548995	58549086
+chr20	20350367	20350481
+chr16	34430789	34430857
+chr17	259426	259707
+chrX	43515457	43515544
+chr17	80373285	80373348
+chr19	1011028	1011102
+chr2	86946868	86947341
+chr16	10479875	10480205
+chr2	74730630	74730755
+chr11	5829982	5830119
+chr17	1028673	1028676
+chr3	195310839	195310888
+chr8	122651438	122651520
+chr10	15017063	15017145
+chr10	121171811	121172035
+chr3	141495352	141495473
+chr1	89458521	89458547
+chr5	5494990	5495167
+chr19	53445988	53446005
+chr1	6191822	6191831
+chr11	64570331	64570509
+chr22	18780198	18780224
+chr16	621723	621793
+chr6	43138853	43138877
+chr1	3689201	3689519
+chr10	53459199	53459337
+chr11	22850840	22850970
+chr6	163147974	163148242
+chr16	5122037	5122237
+chr16	21964237	21964364
+chr3	88030644	88031000
+chr1	218458543	218458566
+chr6	56818361	56818431
+chrX	99662602	99662884
+chr16	30394484	30394664
+chr6	82462394	82462400
+chr2	71268532	71268832
+chr2	176961907	176962172
+chr15	68851337	68851418
+chr6	170238466	170238587
+chr4	58029717	58029914
+chr16	1374937	1375145
+chr16	2502146	2502163
+chr16	4902850	4903006
+chr3	147129136	147129213
+chrX	77914067	77914149
+chr19	1494978	1495162
+chr7	2105870	2106029
+chr16	2083080	2083120
+chr15	40331323	40331369
+chr1	182808943	182809277
+chr16	685737	686222
+chr6	32827202	32827216
+chr17	78898214	78898369
+chr5	177740069	177740106
+chr18	77512339	77512404
+chr1	21995880	21995967
+chr17	48070843	48071254
+chr4	2944178	2944550
+chr10	45675585	45675680
+chr12	115135090	115135121
+chr2	173330294	173330347
+chr22	25960664	25961141
+chr6	38092182	38092392
+chr11	20618964	20619158
+chr17	74467780	74467924
+chr2	176981064	176981280
+chr7	129250939	129251173
+chr1	63792815	63793270
+chr20	4128750	4129073
+chr4	2814016	2814074
+chr6	168549794	168549880
+chr1	207226369	207226419
+chr11	89391431	89391841
+chr16	8891458	8891554
+chr22	38203629	38203669
+chr16	67696047	67696090
+chr17	73717164	73717552
+chr6	31510407	31510491
+chr13	28491492	28491590
+chr19	3381432	3381478
+chr10	14995957	14996031
+chr12	130908965	130909093
+chr2	30669597	30669711
+chr19	40696565	40697059
+chr20	60795362	60795457
+chr6	22644034	22644085
+chrX	146993722	146993730
+chr2	219841134	219841474
+chr19	39694783	39694993
+chr5	146889265	146889275
+chr3	66022776	66023109
+chr8	144965764	144965788
+chr2	210867635	210867743
+chr9	135333030	135333467
+chr12	113515332	113515391
+chr6	163148762	163148777
+chrX	100673192	100673417
+chr1	167488800	167489111
+chr6	32818150	32818212
+chr8	75262557	75262575
+chr20	24784136	24784168
+chr15	53075877	53076140
+chr1	36549671	36549678
+chr16	11327093	11327322
+chr3	191048411	191048753
+chr1	32253858	32254033
+chr10	28288192	28288669
+chr15	43622840	43622898
+chr21	45937201	45937358
+chr15	68155825	68155977
+chr6	30521111	30521181
+chr7	27164237	27164661
+chr5	314505	314510
+chr16	29756951	29757270
+chr3	111450718	111451090
+chr7	16922326	16922421
+chr16	28074388	28074414
+chr19	40368363	40368782
+chr1	156391125	156391310
+chr16	49525091	49525225
+chr10	75541506	75541558
+chr1	117491857	117491918
+chr5	55291124	55291388
+chr10	65930548	65930570
+chr9	93404929	93405086
+chr1	17766186	17766190
+chr11	1775039	1775244
+chr3	155838351	155838625
+chr15	100516532	100516563
+chr17	998432	998504
+chr6	25732105	25732239
+chr16	51168485	51168503
+chr5	36151277	36151301
+chr3	170075398	170075404
+chr5	133861746	133861746
+chr2	242089897	242090216
+chr16	18573498	18573511
+chr16	84065247	84065271
+chr7	2559425	2559692
+chr12	54943009	54943102
+chr19	58193221	58193275
+chr20	3801033	3801058
+chr4	6380703	6380812
+chr8	90996956	90997008
+chr1	30179817	30179877
+chr22	31742478	31742480
+chr2	72079498	72079609
+chr1	154474480	154474482
+chr3	98243099	98243118
+chr7	157259973	157260141
+chr9	6413804	6414096
+chr6	25930846	25930895
+chr1	247587330	247587794
+chr19	11266458	11266493
+chr2	3680247	3680421
+chr2	220300061	220300242
+chr3	11314115	11314335
+chr17	46894246	46894463
+chr12	49504643	49504719
+chr12	110011396	110011404
+chr14	105287379	105287408
+chr15	48413054	48413218
+chr1	1677539	1677541
+chr4	71587640	71587674
+chr11	130078188	130078492
+chr12	2762684	2762689
+chr2	219263965	219264229
+chr4	6675628	6675632
+chr19	56879207	56879214
+chr20	62165721	62166207
+chr8	8085844	8085946
+chr19	53445297	53445693
+chr7	100845599	100845801
+chr4	57774358	57774669
+chr11	33182739	33182751
+chr16	1265148	1265487
+chr11	69931461	69931467
+chr20	34287034	34287185
+chr16	4731718	4731773
+chr10	81652773	81652948
+chr4	190567275	190567721
+chr3	173116094	173116113
+chr4	147443742	147443996
+chr1	153332924	153333350
+chr12	53901357	53901441
+chr15	79357037	79357112
+chr20	48807332	48807386
+chr8	25906106	25906243
+chr12	14412687	14413090
+chr16	20975864	20976025
+chr6	32023409	32023527
+chr3	62305285	62305438
+chrX	102884585	102884995
+chr17	7461508	7461590
+chr5	140855421	140855456
+chr1	39956204	39956370
+chr8	145180699	145180933
+chr1	27287034	27287133
+chr4	1582133	1582248
+chr8	38008543	38008582
+chr10	30025734	30026015
+chr14	96505569	96505636
+chr15	96904128	96904404
+chr20	45439721	45439757
+chr6	29984107	29984241
+chr16	56696919	56697040
+chr4	2794616	2794637
+chr6	33181517	33181816
+chr6	31126775	31126784
+chr11	46867110	46867314
+chr10	52833444	52833562
+chr16	25026713	25026718
+chr6	105628027	105628044
+chr11	115860906	115860938
+chr16	66959235	66959402
+chr9	124991408	124991432
+chr2	236917961	236918346
+chr11	118781150	118781360
+chr1	8877622	8877662
+chr1	10534809	10534838
+chr12	49731189	49731393
+chr17	46089788	46089993
+chr3	113822406	113822413
+chr11	133804743	133804886
+chr11	69199398	69199466
+chr6	41168924	41169001
+chr4	188916678	188916814
+chr15	83951865	83951971
+chr16	88907136	88907370
+chr18	77642911	77643212
+chrX	101771986	101772051
+chr7	130080798	130080915
+chr1	59369108	59369261
+chr12	54359712	54359713
+chr16	71323367	71323380
+chr4	2263638	2263672
+chr5	1222799	1223119
+chr8	145560507	145560718
+chr16	12071382	12071766
+chr16	30381109	30381255
+chr1	203156577	203156716
+chr16	1869043	1869158
+chr19	6424783	6424942
+chr16	89674804	89674844
+chr19	43979566	43979739
+chr10	118031654	118031864
+chr12	133215533	133215947
+chr20	29551422	29551622
+chr19	4066963	4066983
+chr16	29857049	29857167
+chr1	156616506	156616512
+chr21	46045994	46046183
+chr16	17107562	17107720
+chr12	34319740	34319822
+chr13	49001192	49001303
+chr7	156409738	156409788
+chr18	77552354	77552568
+chr12	4647880	4647961
+chr12	13044353	13044489
+chr4	13486251	13486450
+chr5	177026869	177026906
+chr4	17516445	17516502
+chr6	30434525	30434552
+chr5	131310413	131310623
+chr16	31044087	31044493
+chr5	1777602	1777671
+chr6	170497869	170497892
+chr15	53097792	53098209
+chr2	172967732	172967747
+chr12	124810860	124810874
+chr19	21540898	21540987
+chr6	30124769	30124792
+chr7	27242005	27242044
+chr21	31310872	31311339
+chr3	38496048	38496051
+chr7	12728890	12729367
+chr14	101592328	101592480
+chr11	74039060	74039460
+chr12	49717017	49717037
+chr16	22385607	22385614
+chr2	37458832	37458838
+chr8	10592118	10592179
+chr1	156358066	156358068
+chr16	1224849	1225126
+chr20	32891252	32891265
+chr6	52535880	52535895
+chr16	75600564	75600717
+chr2	62423052	62423088
+chr1	53990151	53990507
+chr18	6920686	6920873
+chr8	67341108	67341294
+chr10	640013	640037
+chr13	26796584	26796634
+chr19	18682793	18682889
+chr1	160039921	160039942
+chr10	69644351	69644357
+chr17	81039699	81039772
+chr20	39657087	39657260
+chr6	33239976	33240018
+chr10	127591208	127591222
+chr11	108338114	108338238
+chr16	1464612	1464758
+chr10	26222248	26222250
+chr5	43007632	43007799
+chr6	106553289	106553538
+chr3	122604779	122604848
+chr11	65292939	65293094
+chr12	100661520	100661645
+chr6	87646876	87646922
+chr9	134731583	134731611
+chr1	231471030	231471456
+chr11	59436238	59436644
+chr19	36001509	36001570
+chr10	131642886	131642913
+chr11	1260151	1260163
+chr5	112041847	112041869
+chr8	87354766	87354771
+chrX	109561524	109561549
+chrX	118107997	118108458
+chr1	205313385	205313575
+chr16	19896346	19896461
+chr19	13227176	13227180
+chr14	23451676	23451694
+chr16	31072166	31073034
+chr2	223164587	223164747
+chr22	18958135	18958268
+chr3	49466537	49466612
+chr8	145004144	145004388
+chr1	155145515	155145555
+chr1	202182417	202182603
+chr16	6696174	6696189
+chr19	31841113	31841271
+chr2	23608927	23609183
+chrX	70752888	70752964
+chr1	26560484	26560494
+chr20	39319278	39319540
+chr16	86555102	86555195
+chr6	24358633	24358683
+chr7	1272207	1272325
+chr3	50378529	50378616
+chr6	25882280	25882354
+chr8	142200044	142200140
+chr2	122288134	122288280
+chr10	71389876	71389896
+chr11	118901768	118901842
+chr17	65713541	65713858
+chr22	21997043	21997331
+chr19	50836561	50836862
+chr2	60781129	60781169
+chr6	34216880	34216901
+chr6	80713632	80714000
+chr6	139564109	139564167
+chr20	44441064	44441076
+chr16	29188606	29188796
+chr1	155225337	155225354
+chr8	145180355	145180496
+chr11	2156561	2156694
+chr10	87403681	87403707
+chr16	3265180	3265396
+chr10	530666	530805
+chr6	32374184	32374706
+chr17	39823312	39823448
+chr4	1305113	1305282
+chr4	1165219	1165511
+chr6	106958340	106958474
+chr7	96632729	96632841
+chrX	107179273	107179367
+chr1	91172770	91172882
+chr12	112857226	112857578
+chr17	43393844	43394337
+chr19	5048645	5048814
+chr16	3333424	3333438
+chr16	28996314	28996449
+chr6	159639282	159639549
+chr5	74061951	74062005
+chr6	28891292	28891298
+chr12	13153416	13153589
+chr12	54674884	54674987
+chr10	114591659	114591685
+chr7	76026560	76026648
+chr1	156675831	156675902
+chr4	153857909	153858075
+chr14	106857188	106857312
+chr16	57416121	57416332
+chr2	8822690	8823042
+chr10	3158662	3158946
+chr8	145063167	145063169
+chr2	36582883	36583117
+chr1	173794059	173794162
+chr12	57869421	57869490
+chr2	98852910	98852938
+chr2	2581305	2581475
+chr2	191207242	191207561
+chr16	89614873	89615069
+chr16	12354966	12355292
+chr16	89066669	89066778
+chr1	68298432	68298565
+chr11	74457145	74457172
+chr2	119602645	119602857
+chr20	62575758	62575851
+chr15	53097060	53097247
+chr1	28845165	28845292
+chr4	144435593	144435690
+chr19	37569302	37569342
+chr9	77501487	77501645
+chr11	8053198	8053358
+chr16	28877611	28877881
+chr2	145273249	145273728
+chrX	124336888	124336990
+chr14	23236577	23236725
+chr1	3315145	3315281
+chr3	101568192	101568198
+chr12	58236300	58236712
+chr5	2743553	2743655
+chr16	30007184	30007336
+chr16	46461709	46461904
+chr8	10987869	10988069
+chr1	145610965	145611027
+chr16	75018230	75018413
+chr4	10147038	10147052
+chr11	111250304	111250307
+chr18	30091235	30091401
+chr14	105603389	105603412
+chr6	144330162	144330233
+chr3	137480702	137480853
+chr5	87971446	87971746
+chr10	75007030	75007105
+chr8	1112707	1112755
+chr10	29698412	29698414
+chr1	201438397	201438462
+chr5	83678957	83679123
+chr10	46222224	46222474
+chr20	61151419	61151424
+chr11	113143664	113143682
+chr4	113430381	113430608
+chr11	3186146	3186501
+chr1	47999516	47999856
+chr18	11908755	11908763
+chr19	56444163	56444551
+chr17	76497386	76497868
+chr1	119683198	119683285
+chr2	84686387	84686570
+chr15	66795547	66795689
+chr16	4034250	4034263
+chr6	166720092	166720114
+chr8	141110699	141110852
+chr1	32827968	32828057
+chr14	101520121	101520412
+chr3	53926053	53926108
+chr4	1736197	1736385
+chr11	110582910	110582946
+chr12	117407922	117408122
+chr6	28744038	28744196
+chr13	46287862	46288117
+chr2	136577255	136577274
+chr6	156718240	156718398
+chr2	219262192	219262261
+chr10	118563127	118563228
+chr1	38471572	38471629
+chrX	133680446	133680463
+chr14	55033982	55034288
+chr5	75013442	75013544
+chr12	74565068	74565515
+chr20	44993182	44993218
+chr7	936408	936591
+chr1	211307178	211307217
+chr11	64146776	64146822
+chr13	112761533	112761740
+chr10	15077470	15077929
+chr10	102996523	102996750
+chr1	102700608	102700639
+chr14	68086459	68086501
+chr7	158179265	158179627
+chr7	22539693	22539820
+chr9	129375847	129375945
+chr19	13262683	13262847
+chr1	33429733	33429891
+chr2	183580475	183580526
+chr6	33996522	33996580
+chr20	524243	524296
+chrX	48937649	48937814
+chr19	48018582	48018583
+chr11	44927766	44927784
+chr1	14075958	14076243
+chr6	30710447	30710455
+chr3	128211638	128212269
+chr14	103969354	103969487
+chr1	27874382	27874478
+chr7	150554626	150554867
+chr22	26895403	26895530
+chr1	26856574	26856648
+chr13	53774169	53774311
+chr14	62584278	62584465
+chr2	196521508	196521673
+chr8	116679763	116679830
+chr10	131989607	131989736
+chr12	28128551	28128567
+chr2	170440771	170440905
+chr1	205473356	205473547
+chr15	94346800	94346887
+chr3	32726557	32726591
+chr3	75410699	75410741
+chr1	29508578	29508594
+chr1	43832916	43832951
+chr3	9811407	9811419
+chr3	50304186	50304202
+chr6	33232644	33232750
+chr16	31091608	31091654
+chr1	22264166	22264515
+chr11	64009651	64009745
+chr12	103359273	103359368
+chr10	133930730	133930978
+chr10	126688639	126688744
+chr17	33787354	33787451
+chr10	97802997	97803000
+chr19	38794587	38794664
+chr11	82996473	82996731
+chr11	6191393	6191635
+chr1	36553529	36553731
+chr14	103569292	103569349
+chr11	415430	415457
+chr15	50647570	50647576
+chr3	50492698	50492818
+chr5	219137	219334
+chr5	112073686	112073769
+chr22	46263415	46263430
+chr3	52487733	52488037
+chr2	152685118	152685130
+chr7	156782563	156782588
+chr15	85202042	85202358
+chr17	38083788	38083955
+chr6	30038754	30038791
+chr1	168698301	168698415
+chr11	132948129	132948196
+chr5	137801054	137801117
+chr6	167275733	167275761
+chr22	45596980	45597019
+chr2	228190367	228190660
+chr3	127266751	127266990
+chr7	22705331	22705333
+chr19	58715984	58716135
+chr7	150721518	150721602
+chr16	928778	928894
+chr19	42221191	42221417
+chr10	134004931	134005278
+chr12	48167491	48167505
+chr16	4526820	4526878
+chr7	33169273	33169422
+chr9	129375151	129375311
+chr5	127420075	127420219
+chr1	85040110	85040206
+chr12	99289247	99289451
+chr10	134065956	134066014
+chr12	2760899	2760969
+chr1	220101965	220102043
+chr16	1024278	1024642
+chr17	4926898	4926958
+chr10	83634926	83635300
+chr16	29242185	29242315
+chr2	97174815	97174912
+chr19	51165393	51165404
+chr2	187454299	187454551
+chr18	11149020	11149435
+chr2	200136966	200137062
+chr3	71804139	71804142
+chr1	55107291	55107373
+chr1	184006765	184006768
+chr9	976645	976947
+chr19	54040726	54040765
+chr6	29576422	29576770
+chr16	23521756	23521898
+chr10	3679014	3679037
+chr16	672991	673067
+chr16	30786672	30786923
+chr6	6320710	6320889
+chr6	43423089	43423424
+chr16	31154357	31154636
+chr7	120590496	120590537
+chr20	43936805	43936933
+chr16	67204681	67204807
+chr4	123747447	123747485
+chr2	232062797	232063174
+chr16	3074442	3074502
+chr16	19127160	19127172
+chr2	232646331	232646383
+chr12	69080845	69080850
+chr13	48878688	48878700
+chr2	39102989	39103068
+chr7	129691449	129691953
+chr1	161193933	161193965
+chr11	71814456	71814458
+chr15	80216111	80216228
+chr16	30832385	30832529
+chr3	55508379	55508460
+chr6	30180737	30180789
+chr14	81422050	81422111
+chr16	2816368	2816725
+chr17	76834730	76834941
+chr5	139927110	139927116
+chr2	177022914	177023062
+chr5	137609787	137610079
+chr5	157099032	157099149
+chr7	111202457	111202666
+chr4	46996057	46996216
+chr6	160147864	160148002
+chr14	38064112	38064456
+chr15	25304474	25304609
+chr6	29521488	29521499
+chr18	77608948	77609087
+chr16	3174662	3174915
+chr3	138553122	138553528
+chr19	21265216	21265364
+chr13	22185547	22185632
+chrX	79591006	79591032
+chr20	10153013	10153192
+chr20	47895410	47895481
+chr14	61201365	61201370
+chr15	42066774	42067042
+chr11	61160099	61160442
+chr16	29801729	29801792
+chr3	194991637	194992047
+chr15	81292878	81293049
+chr12	77459480	77459485
+chr17	27046520	27046591
+chr4	54457746	54457842
+chr10	77035945	77036584
+chr16	56623063	56623167
+chr22	43583690	43583797
+chr17	40706061	40706337
+chr1	39283522	39283780
+chr12	53299097	53299310
+chr16	31044668	31044683
+chr16	56702096	56702110
+chr14	105209604	105209780
+chr6	30157039	30157133
+chr2	5584457	5584614
+chr8	38964978	38965122
+chr20	61371610	61371760
+chr10	118369843	118369890
+chr11	2162462	2162488
+chr3	188665930	188665974
+chr1	234614967	234614993
+chr8	145838926	145839411
+chr16	2867051	2867386
+chr1	87617763	87617916
+chr2	70056612	70056642
+chr7	64345219	64345417
+chr7	4828451	4828519
+chr9	140119520	140119882
+chr6	169568488	169568564
+chr16	968265	968595
+chr16	3550908	3550924
+chr2	217559369	217559688
+chr4	40859280	40859293
+chr6	33156236	33156293
+chr2	69968554	69968558
+chr11	76777774	76777863
+chr6	166901788	166901831
+chr19	53561393	53561811
+chr21	47648645	47648860
+chr12	6691698	6691805
+chr12	110151630	110151938
+chr6	31370989	31371023
+chr15	89879049	89879190
+chr21	34144316	34144322
+chr5	68665436	68665540
+chr4	81119299	81119473
+chr1	151584695	151584854
+chr16	1133172	1133199
+chr3	69985375	69985594
+chr6	3118159	3118525
+chr6	3749854	3749968
+chr6	144385917	144386093
+chrX	19140490	19140658
+chr2	179184816	179184818
+chr14	77647935	77647959
+chr6	151152826	151152916
+chr7	54827016	54827052
+chr2	173293328	173293344
+chr2	232393016	232393196
+chr5	140567533	140568027
+chr15	55700853	55701181
+chr17	46641863	46641963
+chr7	42533282	42533414
+chr5	149900914	149901187
+chr5	145758881	145759373
+chr16	2273898	2274162
+chr19	18709429	18709437
+chr16	22012560	22012565
+chr10	105452291	105452352
+chr2	98261992	98262021
+chr6	28602578	28602639
+chr3	45348202	45348484
+chr4	151000084	151000187
+chr20	2276615	2276992
+chr1	92945668	92946132
+chr11	66206505	66206894
+chr11	1771907	1771930
+chr6	17281015	17281327
+chr16	46963261	46963716
+chr15	40226588	40226905
+chr6	33163689	33163745
+chr19	12251131	12251201
+chr2	25473481	25473733
+chr6	30294854	30294860
+chr12	115134918	115134950
+chr7	1819219	1819246
+chr17	40428711	40428746
+chr2	1544072	1544076
+chr6	33255190	33255193
+chr7	96747045	96747063
+chr3	183165546	183165756
+chr14	100531543	100531752
+chr16	71559397	71559531
+chr6	27860679	27860893
+chr16	1275402	1275475
+chr7	121940581	121940647
+chr10	64028702	64028956
+chr11	112034877	112034949
+chr3	184529821	184529823
+chr6	94129243	94129364
+chr2	54952298	54952487
+chr10	30248831	30248839
+chr1	63154320	63154417
+chr2	174267224	174267362
+chr11	64085635	64085670
+chr6	28249428	28249497
+chr20	4990973	4990980
+chr4	75023719	75023801
+chr1	896257	896262
+chr16	15787892	15787920
+chr7	75157394	75157408
+chr11	10715140	10715165
+chr6	28550343	28550368
+chr6	30010155	30010457
+chr15	90118933	90119137
+chr10	130124602	130124853
+chr6	167616968	167617071
+chr1	208042632	208042910
+chr11	67176986	67176994
+chr16	10837635	10837642
+chr3	138327322	138327339
+chr10	99332073	99332241
+chr7	121950924	121950926
+chr1	40839702	40839764
+chr18	24445214	24445270
+chr12	91539868	91539892
+chr16	4702786	4703003
+chr16	22926538	22926553
+chr9	139780848	139781161
+chr1	40204431	40204614
+chr12	122019028	122019032
+chr19	618059	618324
+chr17	73500739	73501021
+chr11	117187223	117187236
+chr13	97600124	97600168
+chr15	44069470	44069569
+chrX	118109413	118109796
+chr17	3627010	3627045
+chr4	83719847	83719860
+chr6	6623195	6623530
+chr14	105944607	105944942
+chr11	6439806	6439816
+chr6	32133963	32134176
+chr1	15478934	15478992
+chr1	116518930	116518937
+chr16	19533571	19533767
+chr5	92932120	92932433
+chr13	112726070	112726124
+chr1	1590669	1590941
+chr1	59012469	59012484
+chr1	228494821	228494830
+chr5	139090055	139090266
+chr16	30645626	30645706
+chr12	121790271	121790273
+chr4	105416420	105416432
+chr10	2006842	2006902
+chr1	92683406	92683514
+chr15	44487308	44487497
+chr16	734532	734619
+chr2	29033248	29033304
+chr16	84085964	84086080
+chr2	163008774	163009075
+chr3	147112438	147112493
+chr8	55294562	55294721
+chr1	15850369	15850408
+chr7	23287420	23287560
+chr1	9243600	9243631
+chr16	73101021	73101216
+chr5	172640567	172640858
+chr13	100153613	100153622
+chr1	77748432	77748680
+chr7	139320346	139320459
+chr11	109963885	109963985
+chr7	157208882	157208920
+chr10	423529	423559
+chr1	75198551	75198582
+chr14	91751725	91752093
+chr1	223566713	223566746
+chr11	133446185	133446262
+chr17	70339099	70339101
+chr4	1305377	1305780
+chr6	28829931	28829946
+chr16	588434	588514
+chr20	2781214	2781316
+chrX	23925698	23925777
+chr19	17392414	17392429
+chr19	57922462	57922542
+chr1	38511455	38511629
+chr19	7680057	7680231
+chr4	106629846	106629914
+chr19	8555649	8555685
+chr1	35450601	35450602
+chr1	36948522	36948733
+chr4	187621972	187622033
+chr1	87596886	87597321
+chr11	120434931	120435008
+chr6	31709765	31709844
+chr6	30158652	30158801
+chr9	139565151	139565154
+chr11	69500748	69500925
+chr1	38599578	38600001
+chr11	46164604	46164726
+chr14	102770909	102771005
+chr20	2733136	2733318
+chr7	1986533	1986592
+chr16	22326155	22326332
+chr1	3562445	3562606
+chr15	67228757	67228949
+chr16	8738256	8738393
+chr16	30758831	30759130
+chr2	85581711	85581729
+chr6	97730957	97731008
+chr8	102804654	102804678
+chr3	178969654	178969685
+chr1	247094338	247094438
+chr20	56293638	56294175
+chr19	54926734	54926805
+chr2	56420072	56420171
+chr3	132003583	132004064
+chr6	7910793	7911245
+chr12	88974473	88974484
+chr2	241326904	241326932
+chr16	2004686	2004729
+chr6	43858537	43858735
+chr19	24269842	24269920
+chr4	6596296	6596373
+chr17	54230730	54230739
+chr15	99602406	99602498
+chr16	620304	620748
+chr5	142092787	142092803
+chr3	156273085	156273098
+chrX	49126150	49126157
+chr2	232396125	232396241
+chr20	40627929	40628022
+chr1	7913019	7913033
+chr12	111358422	111358545
+chr3	39850364	39850621
+chr10	134222170	134222445
+chr14	76870538	76870544
+chr16	30581180	30581384
+chr16	86767251	86767518
+chr4	41881933	41882163
+chr6	31685392	31685430
+chr7	63392039	63392278
+chr5	1084523	1084622
+chr1	154192157	154192304
+chr20	30073546	30073576
+chr15	40544174	40544305
+chr14	101349584	101349688
+chr15	41877394	41877806
+chr7	151722938	151723229
+chr17	36103905	36103978
+chr8	10587604	10587769
+chr8	141521211	141521442
+chr11	10879813	10879980
+chr8	27132258	27132319
+chr1	3680297	3680420
+chr3	35681147	35681627
+chr1	31538636	31538649
+chr1	108023249	108023318
+chr3	184319417	184319566
+chr13	114321698	114321701
+chr19	2650727	2650755
+chr6	99790912	99791015
+chr10	75490132	75490152
+chr12	91572191	91572199
+chr15	93977844	93978198
+chr11	791906	791965
+chr11	27015592	27015656
+chr17	56084812	56084814
+chr2	166813578	166813756
+chr1	160061098	160061365
+chr19	58627859	58627987
+chr2	45159504	45159663
+chr11	18725481	18725854
+chr12	108908742	108908745
+chr15	31515804	31515984
+chr20	34253034	34253154
+chr12	54446019	54446033
+chr15	81134431	81134449
+chr4	184908746	184908884
+chr19	51221603	51221605
+chr5	81147781	81147843
+chr7	64035369	64035529
+chr1	155035700	155035931
+chr16	2944345	2944395
+chr16	8736279	8736433
+chr13	76211003	76211251
+chr11	3078832	3078854
+chr1	3158842	3159083
+chr20	60981861	60981990
+chr16	88492707	88492868
+chr12	131617481	131617937
+chr1	206808250	206808481
+chr16	2795390	2795664
+chr19	36049448	36049672
+chr16	1500430	1500567
+chr8	29172512	29172906
+chr22	20072653	20072661
+chr2	213696794	213696983
+chr3	63849527	63849739
+chr4	151177089	151177422
+chr8	3974097	3974177
+chr5	68710859	68710912
+chr7	100425517	100425567
+chr5	71475111	71475255
+chr1	241694605	241694886
+chr15	75614905	75614917
+chr16	81812565	81812606
+chr19	51567924	51568260
+chr6	28984586	28984594
+chr15	23049135	23049515
+chr1	110753895	110753956
+chr1	11724009	11724092
+chr15	89914913	89915003
+chr16	31343056	31343380
+chr16	49623715	49623820
+chr14	53419080	53419111
+chr1	153514376	153514442
+chr1	77684965	77684967
+chr11	121526216	121526609
+chr18	11148510	11148634
+chr22	21212864	21213087
+chr10	23216969	23217125
+chr10	43572359	43572413
+chr17	57785039	57785475
+chr14	106090676	106090702
+chr11	132935072	132935463
+chr20	43104309	43104402
+chr3	146213648	146213718
+chr6	146285339	146285414
+chr14	24658731	24658841
+chr17	72322460	72322612
+chr19	45943615	45943817
+chr8	11225875	11226291
+chr11	32458769	32459057
+chr12	9885516	9885950
+chr16	2012715	2013058
+chr6	32943791	32944019
+chr7	752624	752632
+chr14	24740889	24740893
+chr14	31495892	31495899
+chr11	15095022	15095178
+chr16	72132666	72132684
+chr15	34516440	34516592
+chr20	32262772	32263104
+chr10	697901	698162
+chr10	8089653	8089685
+chr5	1931376	1931496
+chr2	242754285	242754316
+chr2	114325959	114326024
+chr13	100622582	100622742
+chr6	167560299	167560504
+chr20	35467535	35467726
+chrX	106449823	106449854
+chrX	152676991	152676995
+chr17	14608488	14608636
+chr17	56564807	56565392
+chr8	117886554	117886570
+chr22	43505985	43506194
+chr19	30018436	30018733
+chr3	50314291	50314296
+chr19	6495904	6495909
+chr4	3768081	3768097
+chr15	93617030	93617065
+chr22	43485480	43485488
+chr6	21593907	21593963
+chr10	94820844	94820875
+chr14	100613058	100613178
+chr14	102227895	102228210
+chr14	104851832	104851903
+chr1	59234863	59234881
+chr7	48074723	48075128
+chr17	46692008	46692021
+chr17	79650824	79650865
+chr7	1956978	1957317
+chrX	128788929	128788936
+chr1	162039948	162039957
+chr11	62496282	62496393
+chr10	74034596	74034615
+chr4	3475262	3475280
+chr16	2288665	2288760
+chr19	6393724	6393920
+chr6	33289630	33289660
+chr16	1832661	1832675
+chr8	141545576	141545641
+chr12	76414486	76414681
+chr15	76135111	76135236
+chr5	1752864	1753253
+chr5	1037853	1037979
+chr6	79788502	79788573
+chr16	12662474	12662581
+chr20	2795593	2795601
+chr16	1128673	1128698
+chr17	78801921	78802104
+chr19	58095547	58095611
+chr6	30310112	30310118
+chr16	2053563	2053579
+chr21	36260985	36261009
+chr1	210501573	210501586
+chr16	86565671	86565932
+chr14	74111027	74111210
+chr5	17275894	17275997
+chr12	93861162	93861276
+chr16	46603191	46603259
+chr5	139284250	139284498
+chr3	119187638	119187843
+chr12	40019768	40019835
+chr15	67135348	67135374
+chr11	1706846	1706854
+chr11	8305171	8305302
+chr1	36273452	36273677
+chr10	3146741	3147008
+chr17	17682593	17682984
+chr9	139741803	139741866
+chr11	14665287	14665307
+chr19	51457432	51457787
+chr6	33272430	33272516
+chr19	55660572	55660577
+chr8	99917203	99917303
+chr6	33245995	33246008
+chr16	86528753	86529003
+chr18	60382495	60382585
+chr20	60758035	60758377
+chr3	99536150	99536261
+chr19	3094186	3094637
+chr13	113382154	113382215
+chr22	48027716	48027921
+chr8	42911648	42911960
+chr11	1248911	1248923
+chr12	131780841	131781223
+chr14	20811315	20811419
+chr6	29548535	29548643
+chrX	103813150	103813550
+chr6	33405448	33405517
+chr6	99872792	99872838
+chr11	69455664	69455667
+chr2	207024188	207024197
+chr12	132326213	132326359
+chr14	52240877	52241003
+chr17	8230235	8230350
+chr7	73389575	73389632
+chr1	100435336	100435382
+chr17	40119847	40119957
+chr19	43918417	43918868
+chr6	168709944	168710203
+chr4	123843025	123843227
+chr15	101567846	101568393
+chr8	37621167	37621231
+chr17	5323715	5323805
+chr2	113299015	113299370
+chr19	8934532	8934731
+chr22	36557301	36557559
+chr16	3067578	3067711
+chr1	2984227	2984255
+chr6	29975080	29975093
+chr19	34012887	34012909
+chr5	92906630	92906851
+chr1	159916034	159916077
+chr4	46995743	46995821
+chr16	744861	744891
+chr5	154393281	154393446
+chr8	143210597	143210937
+chr2	171571049	171571151
+chr10	3373627	3373722
+chr2	175198768	175198904
+chr17	11461572	11461617
+chr4	107958104	107958443
+chr19	10213417	10213674
+chr6	100676841	100677068
+chr1	111022652	111022774
+chr10	6162106	6162140
+chr6	31854281	31854303
+chr9	84303915	84304366
+chr11	2890622	2890657
+chr11	7272828	7273049
+chr11	69683043	69683413
+chr16	30389462	30389503
+chr15	65593640	65593933
+chr16	48644198	48644211
+chr16	89972022	89972291
+chr3	197391793	197391942
+chr7	152618877	152619168
+chr1	36915964	36915991
+chr10	133796348	133796446
+chr16	10276081	10276119
+chr2	152146702	152146944
+chr6	30684883	30684905
+chr1	27729801	27729992
+chr14	103541561	103541909
+chr16	30103511	30103528
+chr2	198570720	198570726
+chr4	163085228	163085235
+chr1	40974605	40974785
+chr17	8908079	8908225
+chr7	2086492	2086509
+chr7	48031420	48031559
+chr5	175816246	175816296
+chr6	32367750	32367922
+chr12	72233372	72233493
+chr16	72981551	72981948
+chr4	129208894	129209001
+chr1	76262663	76262857
+chr1	6514605	6514615
+chrX	132547094	132547235
+chr1	172628065	172628215
+chr1	182573107	182573405
+chr3	45636177	45636338
+chr8	687970	688084
+chrX	153200444	153200851
+chr1	54868559	54868959
+chr19	52206176	52206258
+chr5	74632964	74632966
+chr8	77586347	77586439
+chr12	52300911	52300922
+chr4	111559018	111559105
+chr11	84635788	84635858
+chr6	31832445	31832486
+chr4	7438565	7438609
+chr1	27278114	27278244
+chr2	242212374	242212470
+chr11	114271280	114271288
+chr13	107354612	107354631
+chr15	52405416	52405647
+chr2	201450695	201450962
+chr1	22108716	22108717
+chr4	157997832	157998201
+chr12	52257845	52258029
+chr17	21792970	21793388
+chr19	14273713	14274172
+chr19	49302808	49302909
+chr4	46995426	46995461
+chr13	113689091	113689236
+chr11	118662118	118662120
+chr2	27545703	27545861
+chr1	98515177	98515272
+chr6	85474209	85474265
+chr11	64023038	64023126
+chr17	77766373	77766769
+chr7	63667446	63667452
+chr14	57735852	57735919
+chr10	23003984	23004020
+chr10	119306193	119306198
+chr17	46620299	46620365
+chr2	71680559	71680637
+chr6	24491098	24491120
+chr6	31803246	31803263
+chr13	28369466	28369574
+chr20	21000321	21000761
+chr16	81039847	81039865
+chr22	43342890	43343036
+chr9	138370655	138370691
+chr17	80621794	80621810
+chr18	22006089	22006268
+chr4	57976573	57976756
+chr15	78441410	78441512
+chr17	78915881	78916330
+chr3	187463569	187463583
+chr9	127623377	127623523
+chr10	728953	729204
+chr14	21457454	21457823
+chr19	1315962	1316043
+chr12	69005242	69005390
+chr6	110797497	110797506
+chr1	26737422	26737663
+chr2	220436873	220436894
+chr16	12009330	12009357
+chr16	733794	733857
+chr17	27918338	27918532
+chr7	50861544	50861549
+chr14	51955524	51955537
+chr16	29263033	29263077
+chr19	55740682	55740727
+chr2	27712693	27712704
+chr11	279902	280397
+chr6	32072119	32072474
+chr7	100183862	100183965
+chr8	61591156	61591398
+chr10	135270877	135270899
+chr12	1943758	1943841
+chr7	98568332	98568525
+chrX	30671338	30671362
+chr5	41071405	41071831
+chr5	2751502	2751504
+chr8	80679978	80679988
+chr20	36148457	36148556
+chr5	71852711	71853215
+chr12	9600884	9600886
+chr6	41194812	41195044
+chr19	50321369	50321447
+chr10	135113336	135113403
+chr16	2880101	2880278
+chr2	467891	468131
+chr3	41240939	41240962
+chr3	148804381	148804429
+chr3	194118430	194118565
+chr11	75141627	75141674
+chr12	752290	752381
+chr9	115650839	115650856
+chr10	96305340	96305431
+chr8	144680362	144680385
+chr1	33938162	33938224
+chr19	44576247	44576465
+chr7	156786185	156786278
+chr1	1990986	1991003
+chr12	106979014	106979030
+chr16	31548908	31549141
+chr6	13574573	13574794
+chr7	100964950	100965198
+chr8	144680893	144681049
+chr12	52800261	52800423
+chr21	28338788	28339262
+chr2	231085677	231085687
+chr6	157505920	157505996
+chr8	22419442	22419519
+chr7	598411	598729
+chr4	23892492	23892573
+chr14	73706479	73706676
+chr19	42724332	42724346
+chr5	178368075	178368112
+chr6	160389711	160389717
+chr7	157849639	157849649
+chr7	77427825	77427853
+chr11	71709751	71709762
+chr5	38258670	38258853
+chr14	104152319	104152337
+chr4	53522773	53522876
+chr14	24658184	24658201
+chr12	132897458	132897840
+chr19	1568032	1568034
+chr1	120838397	120838644
+chr2	16081776	16081974
+chr9	102585273	102585669
+chr1	2847778	2848062
+chr1	57285160	57285278
+chr17	14738117	14738223
+chr16	29802448	29802874
+chr19	44123438	44123912
+chr5	107718043	107718300
+chr6	32049781	32049797
+chr21	38935943	38936111
+chr16	54404305	54404333
+chr14	93799041	93799109
+chr7	27142437	27142527
+chr11	45827260	45827271
+chr17	37760604	37760830
+chr5	3768096	3768133
+chr19	58011257	58011261
+chr20	42136670	42136729
+chr9	140056179	140056489
+chr16	75247229	75247317
+chr16	34404054	34404476
+chr8	41166738	41166942
+chr6	32120847	32120851
+chr2	66672640	66672793
+chr1	33722087	33722575
+chr10	130123624	130123952
+chr12	133225562	133225569
+chr14	101506379	101506484
+chr2	218808604	218808697
+chr1	10490895	10490937
+chr19	54465535	54465548
+chr22	38214979	38215016
+chr3	98620581	98620635
+chr7	2353402	2353634
+chr11	58869979	58870075
+chr7	44122171	44122176
+chr7	157818716	157818833
+chrX	41135378	41135632
+chr7	150100737	150100820
+chr1	206857669	206857947
+chr14	90422776	90422783
+chr19	35597062	35597226
+chr3	50341026	50341135
+chr5	17491421	17491538
+chr10	133872448	133872484
+chr14	101514594	101515040
+chr12	125423682	125423743
+chr14	105748320	105748448
+chr16	1295261	1295560
+chr22	45608428	45608440
+chr6	131949485	131949551
+chr13	25497052	25497207
+chr15	42750414	42750750
+chr18	8367425	8367520
+chr19	1112279	1112316
+chr5	111495926	111495933
+chr20	60961944	60961997
+chr19	5789472	5789699
+chr2	55199795	55200153
+chr5	68787696	68787699
+chr19	2732959	2733368
+chr6	31601411	31601481
+chr8	30013831	30013939
+chr11	61322059	61322255
+chr1	229283352	229283626
+chr12	133532453	133532874
+chr4	1994233	1994462
+chr6	50680997	50681066
+chr1	93544522	93544665
+chr6	10398446	10398553
+chr9	20621460	20621538
+chr1	197888075	197888257
+chr6	31409527	31409673
+chr10	105331423	105331465
+chr5	100238935	100238969
+chr14	61119577	61119707
+chr22	41215559	41215569
+chr4	160024626	160024851
+chr7	155249398	155249480
+chr7	2048497	2048663
+chr3	10157252	10157272
+chr21	46715096	46715205
+chr4	3250226	3250247
+chr7	156315450	156315663
+chr16	4743655	4743684
+chr7	2967925	2968268
+chr19	2761618	2761892
+chr7	7034770	7034864
+chr7	97821037	97821169
+chr16	69760516	69760710
+chr18	76308275	76308387
+chr2	202047198	202047459
+chr7	144533234	144533283
+chr17	7530871	7530998
+chr3	37218150	37218164
+chr5	170736776	170737255
+chr1	38231768	38231880
+chr1	244013679	244013908
+chr12	39836148	39836285
+chr14	37130714	37131008
+chr19	4323200	4323637
+chr13	20762934	20763245
+chr7	77166654	77166857
+chr3	146490136	146490370
+chr1	11752162	11752294
+chrX	79830295	79830506
+chr12	56391069	56391451
+chr1	70876575	70876598
+chr2	236716004	236716171
+chr4	4868393	4868675
+chr19	4402962	4402971
+chr3	183948058	183948196
+chr6	391141	391160
+chr22	39713014	39713022
+chr7	100770366	100770386
+chr12	95942761	95942847
+chr16	11681434	11681487
+chr2	51253973	51254054
+chr12	48357275	48357279
+chr16	10934325	10934560
+chr17	62066773	62067215
+chr10	135340802	135340823
+chr3	13919362	13919811
+chr17	77960371	77960689
+chr7	128431230	128431582
+chr12	123011709	123011713
+chr17	79682691	79683028
+chr19	15375304	15375319
+chr5	111496322	111496509
+chr5	131132829	131132943
+chr9	15553238	15553451
+chr10	70321620	70321770
+chr16	56994770	56995201
+chr19	35800743	35800877
+chr10	115860606	115860751
+chr11	33279084	33279087
+chr19	22800645	22801034
+chr7	27199704	27199767
+chr1	117077068	117077088
+chr14	103989208	103989315
+chr12	45459037	45459163
+chr3	3151851	3152038
+chr15	101587458	101587610
+chr3	48229821	48230119
+chr19	40324898	40324966
+chr20	61427636	61427638
+chr21	45936145	45936466
+chr1	2106400	2106620
+chr11	134232265	134232289
+chr9	94124655	94124746
+chr10	50818659	50818911
+chr16	1078641	1078674
+chr22	29601571	29601715
+chr6	31465817	31465828
+chr16	50583441	50583729
+chr6	100903839	100903861
+chr3	12917836	12918015
+chr13	114814353	114814680
+chrX	102862956	102862965
+chr17	79316238	79316639
+chrX	106515895	106516174
+chr16	33483244	33483249
+chr12	51591677	51591918
+chr12	122261097	122261162
+chr16	2903198	2903344
+chr12	21680508	21680669
+chr11	31835486	31835529
+chr11	70563677	70563792
+chr20	30060954	30060996
+chr16	89202817	89202896
+chr2	105478885	105479006
+chr1	234746449	234746546
+chr11	131506338	131506389
+chr14	94759743	94759767
+chr6	30859929	30859936
+chr8	105235943	105235978
+chr7	57878845	57878945
+chr11	36398393	36398394
+chr13	105791842	105792236
+chr11	64110609	64110683
+chr11	66405818	66405911
+chr20	55098811	55098927
+chr12	52301634	52301922
+chrX	68114393	68114404
+chr3	33760183	33760425
+chr16	83960264	83960383
+chr5	153853009	153853106
+chr12	12938397	12938425
+chr21	43187035	43187227
+chr11	236651	236695
+chr14	105683361	105683798
+chr12	105501478	105501481
+chr13	69558880	69559039
+chr19	10589961	10590114
+chr10	58121007	58121012
+chr11	18747871	18748134
+chr5	1092066	1092343
+chr8	65488119	65488308
+chr1	243637790	243637966
+chr2	155556016	155556273
+chr1	15911041	15911134
+chr16	1556238	1556735
+chr16	4381979	4382072
+chr19	10399757	10399845
+chr3	47051533	47051546
+chr10	116634793	116634829
+chr1	211779590	211779890
+chr11	77850393	77850528
+chr6	28832274	28832310
+chrX	134478016	134478119
+chr15	40674878	40674883
+chr11	64509592	64510418
+chr19	3224848	3224954
+chr19	38893468	38893547
+chr12	118541247	118541250
+chr4	7940327	7940341
+chr22	42896798	42896937
+chr2	223289512	223289683
+chr17	29421718	29421804
+chr6	105628000	105628013
+chr6	130031536	130031539
+chr6	138893687	138893712
+chr16	2089803	2089849
+chr9	17134569	17134794
+chr6	30164267	30164282
+chr13	112895383	112895473
+chr6	26233994	26234013
+chr5	32313017	32313149
+chr19	46145142	46145630
+chr2	545551	545645
+chr5	113391280	113391294
+chr1	155292726	155293070
+chr10	86088207	86088214
+chr16	1212761	1212879
+chr16	4313628	4313709
+chr3	156394350	156394724
+chr3	138153784	138154278
+chr5	95769005	95769008
+chr7	95064926	95065091
+chr11	7272605	7272804
+chrX	64626534	64626828
+chr22	50944355	50944457
+chr6	31697232	31697530
+chr17	80737495	80737654
+chr19	49055390	49055432
+chr14	24600500	24600569
+chr15	62524183	62524275
+chr2	113884686	113885116
+chr16	1993082	1993179
+chr8	42128950	42129305
+chr6	139094390	139094402
+chr16	1832765	1832865
+chr10	6186589	6186599
+chr1	17746390	17746443
+chr16	2069444	2069785
+chr1	19687940	19688056
+chr6	143833011	143833173
+chr2	113522364	113522465
+chr6	28864130	28864138
+chr15	89154010	89154044
+chr16	1376523	1376555
+chr16	1727894	1728139
+chr12	88429195	88429378
+chr15	72565016	72565024
+chr4	189203762	189203914
+chr1	180198261	180198277
+chr10	104261862	104262085
+chr7	94538117	94538134
+chr2	26568896	26568901
+chr1	209406581	209406589
+chr16	2318766	2318940
+chr16	838206	838229
+chr11	6624594	6624617
+chr6	105725999	105726132
+chr2	131518152	131518648
+chr15	62456016	62456058
+chr13	33590425	33590447
+chr18	30051516	30051524
+chr19	6712309	6712321
+chr4	156588326	156588339
+chr16	57219756	57219801
+chr7	27160674	27160960
+chr10	133769902	133769916
+chr16	28985880	28985933
+chr16	30941217	30941527
+chr16	30968679	30969112
+chr1	204010639	204010929
+chr19	5142198	5142260
+chr19	41860571	41860824
+chr22	26881026	26881183
+chr12	6898737	6898975
+chr4	41361628	41361695
+chr1	48450143	48450218
+chr2	85822359	85822375
+chr1	101702744	101702782
+chr10	31422942	31423315
+chr12	53845606	53845683
+chr16	88962986	88963198
+chr20	44992537	44992754
+chr16	23569023	23569051
+chr22	46860228	46860524
+chr14	100204210	100204480
+chr1	9131662	9131735
+chr1	171105733	171105877
+chr12	34361865	34362315
+chr16	15951176	15951182
+chr6	89855703	89855705
+chr16	89346436	89346443
+chr10	1531034	1531243
+chr20	30640041	30640121
+chr1	6566090	6566289
+chr19	46002528	46002793
+chr3	111697844	111697926
+chr14	99880345	99880406
+chr14	105779826	105779862
+chr1	247494210	247494428
+chr6	31634821	31634824
+chr7	94284630	94284634
+chr19	51330251	51330405
+chr1	159825504	159825547
+chr1	146544044	146544097
+chr7	45151369	45151440
+chr16	989969	990057
+chr16	2041512	2041778
+chrX	136511365	136511500
+chr19	4101514	4101811
+chr2	51255306	51255324
+chr6	29127931	29127934
+chr12	50898411	50898483
+chr12	103351206	103351388
+chr5	122430821	122431371
+chr14	21270527	21270802
+chr4	99580073	99580095
+chr19	41220945	41221028
+chr2	24270357	24270364
+chr13	28562838	28562852
+chr9	130639783	130640212
+chr20	17512294	17512604
+chr1	174969442	174969573
+chr16	2113804	2113978
+chr14	94546674	94546944
+chr6	168971135	168971450
+chr17	78157897	78157950
+chr3	197382686	197383122
+chr6	32042148	32042152
+chr16	30675233	30675634
+chr1	3600804	3600831
+chr10	104535473	104535744
+chr12	123450766	123450821
+chr16	1723718	1724063
+chr21	38078719	38078971
+chr2	176994317	176994448
+chr10	134837664	134837723
+chr17	72744083	72744524
+chr6	32947198	32947695
+chr9	36166258	36166456
+chr6	5995085	5995102
+chr17	685665	685670
+chr15	43560128	43560165
+chr17	80763758	80763811
+chr8	144945014	144945387
+chr19	524336	524608
+chr6	41606770	41606869
+chr11	72929505	72929935
+chr19	9271917	9271995
+chr3	142683128	142683281
+chr17	17942355	17942551
+chr2	85999628	85999825
+chr2	238383617	238384023
+chr8	17942993	17943293
+chr1	165086977	165087474
+chr10	77158025	77158502
+chr16	34726686	34726856
+chr11	390989	391408
+chr19	17797485	17797656
+chr17	46608511	46608522
+chr10	1406218	1406508
+chr4	56660143	56660280
+chr10	89577971	89578072
+chr7	100807120	100807362
+chr8	144803258	144803553
+chr12	54409657	54409770
+chr16	20086392	20086891
+chr16	30999339	30999390
+chr17	61514705	61514920
+chr11	44586996	44587009
+chr16	57917995	57918095
+chr11	2397607	2397614
+chr8	121136140	121136486
+chr1	2564456	2564584
+chr16	12656958	12657103
+chr1	32665536	32665987
+chr15	101419470	101419606
+chr2	240168283	240168365
+chr1	30161532	30161665
+chr16	1187722	1187841
+chr7	26437192	26437633
+chr1	5936617	5937110
+chr10	48438452	48438614
+chr19	39896665	39897131
+chr5	54455653	54455907
+chr16	745615	745639
+chr17	74524998	74525066
+chr3	46735152	46735154
+chr18	25757555	25757662
+chr1	159140445	159140702
+chr17	80986570	80986746
+chr5	134735496	134735549
+chr4	154682576	154682645
+chr16	1652434	1652552
+chr19	35085624	35085629
+chr20	13976058	13976069
+chr20	37590555	37590570
+chr6	3227741	3227751
+chr10	126157900	126157962
+chr12	133072958	133073172
+chr16	89702762	89703023
+chr1	240286433	240286626
+chr6	32119874	32119875
+chr16	82203988	82203996
+chr10	70980067	70980112
+chr13	114325202	114325446
+chr5	5423294	5423457
+chr21	48081018	48081194
+chr17	78489250	78489359
+chr10	77191098	77191570
+chr10	134361910	134361949
+chr14	105940762	105940772
+chr17	4510627	4510743
+chr8	141646407	141646421
+chr11	85430586	85430609
+chr7	120627791	120628002
+chr6	30736959	30737068
+chr17	292927	293023
+chr1	179851535	179851575
+chr19	19639533	19639548
+chr1	65775570	65775734
+chr16	30418326	30418672
+chr13	114812136	114812254
+chr12	104234963	104234975
+chr6	29691851	29691936
+chr6	22570704	22571177
+chr9	35789052	35789350
+chr6	31324500	31324512
+chr2	170220015	170220129
+chr8	22735285	22735388
+chr5	77140195	77140381
+chr8	101661740	101661918
+chr10	100994381	100994441
+chr15	57598755	57598924
+chr2	10517275	10517304
+chr1	39920621	39920707
+chr12	115106884	115107167
+chr19	57791598	57791606
+chr6	36314439	36314558
+chr22	37215656	37215948
+chr6	7261271	7261517
+chr16	77270108	77270312
+chr2	130956071	130956098
+chr16	87091301	87091652
+chr7	94285736	94285814
+chr5	131133021	131133214
+chr6	28501768	28501867
+chrY	21906868	21906893
+chr16	1012601	1012735
+chr19	10958920	10958922
+chr13	114881500	114881556
+chr2	27435514	27435638
+chr3	181421500	181421703
+chr20	62680517	62680922
+chr4	4543764	4543907
+chr5	57786356	57786401
+chr7	121512827	121513010
+chr12	54611066	54611548
+chr16	85181102	85181163
+chr9	990692	991047
+chr16	22236981	22237027
+chr15	38987310	38987640
+chr6	170764630	170764764
+chr1	193075583	193075590
+chr12	6442954	6442966
+chr15	53095775	53095984
+chr6	32097726	32097786
+chr2	3111349	3111484
+chr19	6459912	6459963
+chr12	57915565	57915570
+chr16	56388945	56388981
+chr17	75315060	75315244
+chr15	35837830	35837992
+chr16	29852910	29853214
+chr2	105953705	105953709
+chr12	95466977	95467123
+chr21	37757192	37757477
+chr5	956343	956473
+chr9	123475367	123475627
+chr16	86371248	86371315
+chr1	3028862	3028987
+chr12	7167964	7168008
+chrX	48397929	48397938
+chr11	85645962	85646077
+chr15	90455680	90455744
+chr19	1446280	1446301
+chr20	57416221	57416506
+chr1	53163908	53163955
+chr1	155904156	155904158
+chr15	28342183	28342208
+chr16	983954	984175
+chr3	169529653	169529716
+chr10	13391488	13391535
+chr1	167523064	167523069
+chr15	68125197	68125518
+chr6	32041285	32041430
+chr16	3306989	3307326
+chr1	48936968	48937250
+chr10	64576070	64576130
+chr11	44325029	44325210
+chr14	73146313	73146448
+chr7	64043071	64043193
+chr22	41347219	41347240
+chr8	70602451	70602467
+chr6	100055614	100055785
+chr1	155023387	155023602
+chr10	128994605	128994608
+chr1	91359382	91359533
+chr4	83483375	83483435
+chr7	97923799	97923834
+chr1	16346120	16346299
+chr18	32557882	32558052
+chr18	28682181	28682345
+chr10	88982648	88982653
+chr11	16627584	16627602
+chr11	75110446	75110460
+chr1	39491411	39491882
+chr6	151646492	151646504
+chr8	30585433	30585443
+chr1	6673301	6673306
+chr6	129204125	129204158
+chr8	24772513	24772830
+chr3	43732990	43732993
+chr16	1074111	1074308
+chr17	40021685	40021788
+chr1	169863446	169863468
+chr2	42396665	42396882
+chr7	101386903	101387080
+chr1	6259905	6260133
+chr2	234372844	234372982
+chr1	50892299	50892463
+chr3	142315278	142315566
+chr7	596154	596538
+chr6	33094306	33094339
+chr19	51685227	51685247
+chr10	1120491	1120601
+chr14	95047543	95047607
+chr2	167232696	167232981
+chr6	161351831	161352065
+chr6	170176415	170176447
+chr10	102989263	102989315
+chr16	4162203	4162493
+chr4	1198430	1198476
+chr18	77499721	77499754
+chr9	124980041	124980074
+chr3	42307799	42307866
+chr19	49141115	49141130
+chr1	53067589	53067717
+chr19	1009901	1010236
+chrX	39864984	39865331
+chr4	164264964	164265394
+chr16	27899404	27899630
+chr1	16175902	16176059
+chr6	164393351	164393434
+chr16	2564791	2565290
+chrX	21858131	21858304
+chr2	137748460	137748833
+chr3	137717550	137717580
+chr3	99904510	99904527
+chr14	60558473	60558485
+chr10	123688108	123688359
+chr13	31736638	31736679
+chrX	47489615	47489671
+chr19	8028470	8028594
+chr6	44090700	44090983
+chr6	14282429	14282523
+chr6	33254879	33254892
+chr14	101359994	101360040
+chr13	36788795	36788811
+chr4	103997839	103997969
+chr11	3254240	3254296
+chr11	108093287	108093290
+chr6	24583566	24583675
+chrX	22049984	22050115
+chr15	45406314	45406327
+chr18	12991014	12991151
+chr6	84233962	84233970
+chr14	88789655	88790044
+chr8	121138184	121138269
+chr16	3284378	3284592
+chr4	7069494	7069785
+chr1	98511210	98511226
+chr8	38034642	38034966
+chr22	42666616	42666626
+chr1	42618891	42618970
+chr8	6479707	6479728
+chr7	42277071	42277347
+chr8	126442440	126442446
+chr12	122985628	122985643
+chr17	6912669	6912673
+chr6	26033427	26033506
+chr8	1105283	1105374
+chr16	90088849	90088868
+chr4	3675072	3675363
+chr7	1460832	1460944
+chr15	50557917	50558051
+chr17	18129026	18129039
+chr4	176986739	176986845
+chr17	41277364	41277381
+chr19	12817378	12817392
+chr5	71403990	71404193
+chr6	91320082	91320142
+chr12	127207919	127208176
+chr13	112054448	112054742
+chr4	94753355	94753431
+chr13	29158289	29158364
+chr1	1476661	1476845
+chr11	27679421	27679584
+chr2	102758898	102758923
+chr4	46126253	46126261
+chr6	169274032	169274118
+chr15	75748094	75748354
+chr19	460135	460569
+chr1	91300342	91300446
+chr1	67600124	67600181
+chr17	42734455	42734611
+chr22	38598529	38598733
+chr7	151511901	151512049
+chr15	81616677	81616686
+chr7	157387108	157387229
+chr11	10715667	10715767
+chr16	85931946	85932166
+chr5	172711054	172711061
+chr6	31474506	31474803
+chr7	108211071	108211104
+chr19	33716210	33716273
+chr1	17292860	17293094
+chr17	19770448	19770860
+chr19	58868858	58869004
+chr10	133766634	133767125
+chr1	27884131	27884297
+chr17	3769680	3769847
+chr19	51321395	51321569
+chr6	32016247	32016257
+chr1	28099366	28099570
+chr20	48732573	48732607
+chr8	11843768	11843971
+chr6	30582368	30582738
+chr8	125462959	125462982
+chr1	221061058	221061070
+chr11	47736305	47736377
+chr16	3096634	3096662
+chr19	17858053	17858207
+chr5	4866009	4866270
+chr4	94749894	94750047
+chr17	13972099	13972162
+chr17	26851054	26851153
+chrX	55650979	55651284
+chr16	592317	592317
+chr6	107349390	107349535
+chr4	87515480	87515626
+chr5	42813794	42813896
+chr17	78237341	78237397
+chr9	135753121	135753193
+chr2	170221055	170221298
+chr16	68117460	68117943
+chr16	29823637	29823868
+chr5	67483875	67484008
+chr18	47088325	47088373
+chr11	67166104	67166216
+chr1	228337626	228337728
+chr10	1692862	1692977
+chr10	134980671	134980876
+chr20	61314143	61314594
+chr6	30455759	30455798
+chr8	101735189	101735200
+chr12	72665328	72665462
+chr5	128796120	128796266
+chr11	70917283	70917458
+chr10	94051190	94051242
+chr2	86850987	86851015
+chr5	138775137	138775200
+chr3	125567196	125567258
+chr1	46049741	46050004
+chr16	88575301	88575460
+chr19	52074470	52074483
+chr1	15931007	15931098
+chr19	37407326	37407414
+chr12	56322619	56322959
+chr20	35580391	35580555
+chr19	39971182	39971299
+chr2	180725597	180725643
+chr14	92994057	92994110
+chr10	1778529	1778546
+chr4	8007014	8007090
+chr11	61485853	61486220
+chr1	237206434	237206514
+chr17	39781055	39781060
+chr4	3827882	3828046
+chr18	48723744	48723763
+chr19	49655176	49655218
+chr5	65439898	65439923
+chr11	133800726	133800800
+chr1	210001323	210001351
+chr19	54024758	54024786
+chr1	161171163	161171335
+chr16	27279448	27279610
+chr19	2614104	2614177
+chr3	42976884	42976956
+chr16	2164640	2164776
+chr5	3311265	3311319
+chr16	30597257	30597449
+chr19	50887482	50887715
+chr10	73156790	73156810
+chr13	113489992	113490012
+chr15	100273684	100273790
+chr18	47018779	47018869
+chr6	37400392	37400616
+chr7	98249051	98249055
+chr12	53719569	53719777
+chr19	8601138	8601288
+chr16	54324298	54324310
+chr19	41903151	41903186
+chr2	242823227	242823437
+chr8	94712319	94712325
+chr11	107436281	107436424
+chr16	2801866	2801904
+chr3	179280008	179280332
+chr11	1947601	1947695
+chr16	88459468	88459479
+chr16	57662347	57662541
+chr10	26223206	26223262
+chr8	21966443	21966736
+chr20	591151	591173
+chr12	57039124	57039556
+chr4	26862189	26862197
+chr16	73099517	73099869
+chr11	10531448	10531548
+chr13	113400343	113400630
+chr4	1803959	1804058
+chr11	1785723	1785804
+chr5	43121527	43121531
+chr16	2479271	2479333
+chr17	72857005	72857028
+chr5	34929912	34929971
+chr19	7098587	7098992
+chr14	103593457	103593472
+chr2	101435427	101435503
+chr5	148808340	148808456
+chr16	898419	898755
+chr19	10628135	10628487
+chr7	856247	856659
+chr20	36322214	36322369
+chr8	142913256	142913302
+chr17	46697366	46697495
+chr3	195354369	195354549
+chr1	149859469	149859591
+chr6	32301230	32301389
+chr19	10679720	10679729
+chr11	1275384	1275504
+chr17	78851149	78851165
+chr3	48453514	48453941
+chr16	15820745	15820855
+chr10	28287340	28287495
+chr10	96443147	96443165
+chr19	45927211	45927218
+chr1	2406236	2406721
+chr13	50702671	50702747
+chr15	80696397	80696529
+chr7	128294405	128294794
+chr11	2367313	2367739
+chr3	32508982	32509039
+chr8	1899420	1899490
+chr1	16164109	16164122
+chr15	40857029	40857259
+chr17	20947103	20947263
+chr2	232063339	232063351
+chr3	118753871	118754049
+chrX	139589163	139589424
+chr11	58347088	58347178
+chr3	12045401	12045411
+chr19	5785204	5785818
+chr6	30449254	30449466
+chr7	127911987	127912372
+chr21	38574620	38574643
+chr1	41962019	41962146
+chr10	133507991	133508246
+chr2	39893032	39893185
+chr1	156711145	156711303
+chr11	2584446	2584581
+chr2	219921571	219921728
+chr4	120988018	120988083
+chr1	10698719	10698746
+chr7	51384531	51384609
+chr4	25989868	25989982
+chr22	48955968	48956105
+chr10	123779162	123779362
+chr19	11353913	11353948
+chr5	1363899	1364053
+chr6	31926242	31926342
+chr11	64009035	64009352
+chr12	71003576	71003577
+chr2	242970490	242970589
+chr6	169012205	169012404
+chr9	131798771	131799144
+chr16	89786885	89786921
+chr4	83955958	83956057
+chr6	29455331	29455365
+chr16	3405792	3405902
+chr6	83777291	83777297
+chr16	85730584	85730606
+chr20	50416789	50416976
+chr6	170560006	170560097
+chr13	32885906	32886034
+chr6	166667323	166667504
+chr17	78513167	78513611
+chr2	200422978	200423078
+chr16	75182191	75182320
+chr19	12992070	12992181
+chr17	76490379	76490717
+chr10	101492579	101492601
+chr12	95867190	95867231
+chr7	97857923	97857941
+chr17	4079293	4079306
+chr12	122750597	122750916
+chr12	54354114	54354414
+chr16	1608794	1608810
+chr20	57465132	57465139
+chr21	45336673	45336855
+chr16	810292	810643
+chr10	23983990	23984486
+chr17	80179931	80180068
+chr2	242128753	242128843
+chr3	42056663	42056814
+chr11	6790768	6790774
+chr2	237018157	237018215
+chr4	123653523	123653540
+chr11	74394708	74395011
+chr14	68086342	68086375
+chr3	39851009	39851075
+chr1	209957965	209957974
+chr19	17346041	17346367
+chr1	247242130	247242157
+chr9	35162048	35162103
+chr20	36888742	36889109
+chr6	169632675	169632740
+chr2	27309063	27309153
+chr1	236029703	236029828
+chr6	15520972	15521099
+chr1	242690593	242690733
+chr6	99290284	99290349
+chr1	207991729	207991732
+chr11	116658840	116658853
+chr1	16010553	16010598
+chr19	55248535	55248971
+chr3	39373356	39373683
+chr11	125133072	125133391
+chr19	709761	709841
+chr2	740418	740483
+chr1	153919230	153919326
+chr1	183774526	183774742
+chr3	39222518	39222754
+chr7	1528967	1529203
+chr17	46534400	46534708
+chr2	65454481	65454506
+chr6	29796303	29796315
+chr7	2758014	2758068
+chr1	154155363	154155675
+chr11	113258750	113258908
+chr1	119532688	119532773
+chr18	11183	11676
+chr1	203096899	203097186
+chr3	101418125	101418132
+chr4	5053585	5053596
+chr2	37035809	37035817
+chr4	84376950	84376986
+chr14	24476430	24476559
+chr12	25541364	25541565
+chr17	40439628	40439974
+chr12	122396677	122396687
+chr2	88316373	88316472
+chr7	130021544	130021651
+chr2	1821733	1822072
+chr8	105340821	105341290
+chr12	123750827	123750864
+chr6	32921521	32921791
+chr11	2423455	2423511
+chr7	149411450	149411604
+chr16	58163201	58163203
+chr5	54848311	54848427
+chr6	27860959	27860961
+chr10	8096600	8096602
+chr10	135075124	135075390
+chr10	32218391	32218853
+chr17	39623265	39623639
+chr22	38714287	38714347
+chr3	124732769	124732807
+chr17	3337136	3337286
+chr4	53098	53115
+chr6	170456901	170457048
+chr4	15939862	15939889
+chr6	33240042	33240072
+chr5	36152378	36152436
+chr7	66459912	66460335
+chr11	63439109	63439207
+chr14	74100086	74100307
+chr15	23810652	23810843
+chr6	158402864	158402868
+chr15	95870409	95870440
+chr17	79935824	79936040
+chr11	66359430	66359489
+chr3	49460177	49460521
+chr1	19283713	19284039
+chr16	28505320	28505439
+chr6	169613162	169613281
+chr5	63801845	63802106
+chr6	31706971	31707103
+chr17	38136779	38136817
+chr6	10415605	10415667
+chr10	7517765	7517807
+chr6	49917175	49917254
+chr6	31707502	31707511
+chr6	42893702	42894099
+chr8	11302983	11303039
+chr16	4164843	4165257
+chr14	65007389	65007464
+chr10	135171337	135171455
+chr2	232321341	232321601
+chr22	43253521	43253547
+chr1	51567771	51567810
+chr2	191045563	191045632
+chr4	882591	882597
+chr17	10560813	10560880
+chr3	57541894	57541901
+chr11	71791545	71791555
+chr19	2785164	2785208
+chr17	29624179	29624348
+chr2	160919234	160919336
+chr1	145548806	145548867
+chr12	56660871	56660873
+chr2	97192958	97193032
+chr3	134635213	134635534
+chr13	30727927	30728099
+chr14	42076757	42076759
+chr16	4987271	4987610
+chr16	89234442	89234766
+chr19	11289301	11289308
+chr10	102986525	102986601
+chr3	25469392	25469402
+chr7	38331705	38331871
+chrX	106044796	106045287
+chr12	130624293	130624596
+chr2	96873066	96873264
+chr5	132072092	132072371
+chr6	34031060	34031094
+chr1	11865304	11865594
+chr6	144416942	144417437
+chr6	167041601	167041892
+chr2	154333650	154333653
+chr2	119597367	119597586
+chr6	100016683	100016685
+chr15	74284753	74284772
+chr20	57427665	57427730
+chr10	820835	821124
+chr2	177003948	177003967
+chr17	79045615	79045695
+chr10	134540198	134540335
+chr10	72027078	72027309
+chr12	122242538	122242541
+chr12	122250380	122250470
+chr11	118230374	118230601
+chr5	307132	307543
+chr2	233497957	233497961
+chr14	29244137	29244230
+chr1	152538426	152538809
+chr7	150674375	150674548
+chr1	876249	876551
+chr22	50892903	50893041
+chr16	31538508	31538718
+chr14	91866373	91866685
+chr1	236445178	236445184
+chr3	107601965	107601974
+chrX	134478413	134478512
+chr8	30769864	30769870
+chr7	75624460	75624699
+chr17	73285533	73285568
+chr22	43343608	43343959
+chr7	139184863	139184937
+chr5	159827116	159827216
+chr8	54789600	54789978
+chr19	45567390	45567856
+chr12	6862784	6862849
+chr19	52848616	52848664
+chr8	145688206	145688521
+chr11	68866697	68866713
+chr6	30227246	30227273
+chr6	31475183	31475203
+chr16	1027309	1027335
+chr19	11070867	11071224
+chr12	122064206	122064328
+chr11	68550320	68550342
+chr11	63827313	63827384
+chr19	36207534	36207871
+chr4	996964	997351
+chr17	79269488	79269836
+chr19	1816250	1816307
+chr5	2643129	2643299
+chr6	33588884	33588896
+chr19	35068662	35068740
+chr15	97322456	97322551
+chr16	22308418	22308438
+chr16	30669615	30669819
+chr17	63119453	63119851
+chr17	38347555	38347611
+chr12	48395442	48395820
+chr19	2546890	2547019
+chr10	118033312	118033322
+chr11	110583543	110583549
+chr2	10589006	10589194
+chr3	64211107	64211156
+chr11	60619624	60619907
+chr12	131488414	131488426
+chr16	33956555	33956717
+chr5	137224236	137224723
+chr8	91658185	91658296
+chr13	21714410	21714429
+chr4	2758288	2758333
+chr5	167696398	167696420
+chr16	82660280	82660376
+chr6	31631801	31632123
+chr18	51796331	51796453
+chr20	20349241	20349568
+chr11	98891708	98891733
+chr19	50713660	50713914
+chr4	100815572	100815812
+chr2	38302626	38302844
+chr12	58021981	58022362
+chr20	3801318	3801574
+chr22	42548783	42548792
+chr11	76494119	76494176
+chr7	64030039	64030348
+chr1	28286836	28286837
+chr3	58106772	58107208
+chr17	9808552	9808690
+chr14	95240500	95240560
+chr6	33091612	33091634
+chr6	170125165	170125193
+chr10	89623076	89623122
+chr17	46704640	46704970
+chr11	68816143	68816232
+chr12	322659	322831
+chr2	27294671	27294673
+chr6	467681	467762
+chrX	71400961	71401203
+chr17	13504351	13504472
+chr1	150979026	150979092
+chr5	22212884	22212890
+chr1	84972327	84972482
+chr16	67876083	67876093
+chr10	44144397	44144477
+chr16	89294133	89294245
+chr6	29595251	29595267
+chr7	70060787	70061064
+chr7	156259146	156259159
+chr20	37074185	37074631
+chr19	48216502	48216565
+chr6	44281032	44281036
+chrX	117628623	117629034
+chr6	105403577	105403899
+chr4	54965904	54965951
+chr6	32917607	32917931
+chr2	218874888	218874968
+chr22	30278828	30278944
+chr22	44350812	44350835
+chr11	62445555	62445776
+chr17	5971984	5972001
+chr2	241758901	241759279
+chr7	117067804	117067871
+chr11	842764	842897
+chr2	219762495	219762664
+chr1	6507442	6507645
+chr5	40798723	40799054
+chr1	27687454	27687637
+chr17	36613498	36613548
+chr6	99797552	99797842
+chr2	241992443	241992532
+chr4	122685522	122685593
+chr6	158589400	158589504
+chr15	48623138	48623205
+chr17	37761168	37761316
+chr4	89619345	89619372
+chr4	1294783	1294948
+chr17	78977970	78978347
+chrX	68725548	68725767
+chr1	115829808	115829893
+chr12	132854818	132855060
+chr19	46106350	46106663
+chr6	5026171	5026324
+chr8	144940253	144940743
+chr14	29243762	29244105
+chr11	1227723	1227807
+chr20	34359496	34359568
+chr16	50501797	50502088
+chr12	117131719	117131772
+chr19	14693303	14693699
+chr3	50383127	50383227
+chr7	130353467	130353493
+chr10	125034296	125034402
+chr2	239959377	239959436
+chr7	63222546	63222556
+chr8	74884601	74884689
+chr20	54966989	54967165
+chr7	122526763	122526776
+chr16	50776580	50776714
+chr20	21695343	21695725
+chr1	2160249	2160666
+chr14	90527917	90527924
+chr19	54481419	54481620
+chr8	107283146	107283501
+chr9	34049294	34049428
+chr1	70033624	70033627
+chr13	32420685	32420690
+chr8	41583273	41583498
+chr1	185125608	185125650
+chr6	9896893	9897068
+chrX	3234873	3235329
+chr11	130297101	130297149
+chrX	48815696	48815699
+chr1	110626962	110627127
+chr11	58910374	58910422
+chr2	208635839	208635894
+chr14	35009444	35009852
+chr17	292173	292193
+chr15	91478982	91479023
+chr8	64081360	64081664
+chr5	175991081	175991468
+chr2	166810277	166810369
+chr12	125438479	125438492
+chr19	4304529	4304933
+chr15	92936417	92936630
+chr10	124067232	124067402
+chr16	84251987	84252213
+chr7	1535093	1535423
+chr2	47403193	47403360
+chr22	24199866	24199972
+chr13	51796962	51797139
+chr10	104596890	104597307
+chr9	36189363	36190106
+chr19	843687	843940
+chr3	12598373	12598618
+chr19	10226580	10226701
+chr3	44038484	44038821
+chr16	11348956	11348975
+chr15	85358595	85359001
+chr1	111813509	111813642
+chr5	177631425	177631446
+chr2	24712329	24712362
+chr1	116384534	116385005
+chr10	102089633	102089882
+chr1	33648600	33648608
+chr17	27181503	27181511
+chr6	33266604	33266655
+chr15	29562029	29562120
+chr3	182970850	182970855
+chr6	31636374	31636865
+chr14	102974240	102974365
+chr2	20424989	20425000
+chr19	55361685	55361713
+chr21	37758170	37758542
+chr1	151737205	151737704
+chr4	143767454	143767608
+chr19	9945605	9945628
+chr8	80942092	80942271
+chr19	42437416	42437425
+chr19	46056723	46056736
+chr2	27579041	27579505
+chr20	62673968	62673980
+chr17	80189985	80190054
+chr15	23086927	23086931
+chr19	5231400	5231555
+chr8	145111250	145111391
+chr11	57103366	57103375
+chr3	107242730	107243066
+chr15	68624713	68624768
+chr16	87616126	87616248
+chr2	242048127	242048218
+chr16	75285087	75285194
+chr8	26687914	26688088
+chr10	106402382	106402507
+chr13	27131708	27131732
+chr17	27507560	27507578
+chr15	85201781	85201891
+chr2	114256406	114256673
+chr1	207991118	207991122
+chr16	88473440	88473713
+chr12	2999713	2999782
+chr5	174135571	174135761
+chr6	33132996	33133039
+chr4	7052355	7052425
+chr1	27247775	27247781
+chr3	187463246	187463264
+chr6	7109550	7109845
+chr4	74486080	74486094
+chr11	47574646	47574990
+chr22	38885348	38885708
+chr7	27142810	27142998
+chr3	87040640	87040661
+chr2	208576089	208576144
+chr1	224370322	224370538
+chr12	95043504	95043595
+chr8	17104280	17104425
+chr7	5348822	5348924
+chr12	123754187	123754280
+chr1	11866188	11866332
+chr10	103985682	103985805
+chr7	23749667	23749674
+chr19	38746749	38747031
+chr13	100153373	100153603
+chr13	103047225	103047239
+chr16	966314	966462
+chr2	71357466	71357485
+chr19	5568168	5568170
+chr3	97483242	97483418
+chr8	21956640	21956730
+chr1	119683646	119683953
+chr2	183943198	183943203
+chr22	50250235	50250238
+chr1	3808079	3808169
+chr13	113425536	113425573
+chr1	32936780	32936813
+chr1	115213174	115213243
+chr12	45269944	45269952
+chr11	2722613	2722625
+chr11	58910080	58910108
+chrX	52950284	52950534
+chr3	142682291	142682330
+chr6	170184742	170184833
+chr3	157213371	157213493
+chr5	44808896	44808985
+chr12	42680888	42681138
+chr12	54389934	54389934
+chr13	100548910	100549017
+chr10	100027958	100027962
+chr10	134536090	134536109
+chr19	8429034	8429160
+chr19	52408350	52408371
+chr2	114384827	114384846
+chr14	67825961	67826044
+chr8	29210325	29210532
+chr14	23025898	23025933
+chr6	33245128	33245163
+chr7	18125833	18126070
+chr14	59105212	59105293
+chr20	36975012	36975035
+chr17	76125152	76125211
+chr17	76421394	76421490
+chr19	3465709	3465714
+chr7	95026200	95026211
+chr5	142208412	142208871
+chr4	47034267	47034380
+chr7	73645735	73645930
+chr2	97307159	97307171
+chr14	35184508	35184805
+chr16	3777942	3778217
+chr9	19788257	19788269
+chrX	53468600	53468618
+chr6	33359407	33359413
+chr10	103347685	103347722
+chr7	99517229	99517279
+chr19	539193	539489
+chr22	27053416	27053422
+chr18	9136804	9137021
+chr6	47755913	47755984
+chr22	23728491	23728963
+chr16	22959875	22960082
+chr2	27616177	27616268
+chr4	3446405	3446682
+chr4	657538	657842
+chr18	3451436	3451475
+chr20	62744748	62745242
+chr13	114914547	114914617
+chr15	75229567	75230004
+chr19	51376305	51376639
+chr3	167967398	167967414
+chr14	96180528	96180550
+chr4	3526703	3526817
+chr2	233323333	233323532
+chr5	172661811	172661922
+chr20	30102579	30102855
+chr16	15188353	15188395
+chr11	62606662	62607119
+chr8	144695996	144696281
+chr9	129566665	129567043
+chr15	74421739	74421800
+chr16	86321564	86321899
+chr2	219646433	219646609
+chr3	125687221	125687662
+chr3	181431065	181431306
+chr1	201978923	201979128
+chr16	49670096	49670437
+chr12	132845336	132845433
+chr5	42951887	42952113
+chr19	23578317	23578377
+chr21	41029374	41029452
+chr14	75180476	75180486
+chr2	1595498	1595686
+chr6	31635733	31635866
+chr7	143076881	143077178
+chr5	76249728	76249849
+chr7	99775131	99775137
+chr8	144924893	144925280
+chr1	1677221	1677225
+chr7	128550898	128550902
+chr1	156570919	156571111
+chr10	131639126	131639315
+chr19	10463783	10463831
+chr2	172974138	172974169
+chr20	326934	327122
+chrX	53713791	53713793
+chr13	53422799	53422860
+chr16	34407868	34407918
+chr6	29521783	29521788
+chr16	30107743	30107747
+chr11	70253451	70253460
+chr17	46908838	46908912
+chr7	4873338	4873380
+chr5	130506206	130506292
+chr8	99961545	99961720
+chr16	67183003	67183177
+chr6	116176379	116176683
+chr7	66386441	66386451
+chr19	31848001	31848008
+chr3	196230657	196230661
+chr5	176046096	176046233
+chr11	128646953	128647003
+chr3	44903163	44903188
+chr6	110798012	110798022
+chr16	89341634	89341851
+chrX	75005039	75005096
+chr22	19974637	19974818
+chr6	34204646	34204650
+chr14	101291500	101291571
+chr17	30814466	30814625
+chr17	30437749	30437854
+chr2	32390743	32390924
+chr4	190861188	190861511
+chr9	129567307	129567370
+chr16	30968016	30968205
+chr15	85259776	85259834
+chr12	21926428	21926524
+chr2	91670734	91670894
+chr20	57426343	57426347
+chr5	112849285	112849405
+chr6	31855386	31855457
+chr2	173100097	173100242
+chr20	32262063	32262282
+chr3	11763292	11763659
+chr1	19971172	19971176
+chr19	16144327	16144451
+chr17	1553405	1553484
+chr2	56149777	56150255
+chr11	66790623	66791038
+chr12	79811776	79811982
+chr19	1287832	1287884
+chr2	211090171	211090199
+chr6	32847842	32847845
+chr19	1761424	1761732
+chr3	123752345	123752504
+chr19	33878750	33878853
+chr1	4716489	4716554
+chr12	71314662	71314752
+chr21	47744064	47744200
+chr5	88180146	88180330
+chr8	144935784	144935787
+chr15	79576250	79576704
+chr11	19733661	19733794
+chr1	179545043	179545086
+chr6	11232799	11232885
+chr19	12145947	12146115
+chr19	38885050	38885194
+chr2	234072769	234072811
+chr8	23584042	23584098
+chr3	27756796	27756803
+chr7	148984568	148984587
+chr17	3907451	3907702
+chr15	90295566	90295903
+chr20	62795782	62795807
+chr6	170860359	170860440
+chr12	124246927	124247047
+chr16	32213944	32214185
+chr13	100637560	100637882
+chr16	55909166	55909393
+chr15	86338186	86338204
+chr1	8044533	8044553
+chr4	8137016	8137019
+chr1	6188937	6189040
+chr1	230561200	230561250
+chr14	105281643	105281991
+chr2	73114359	73114371
+chr19	4402429	4402454
+chr6	52051228	52051269
+chr18	24128116	24128455
+chr16	31129151	31129259
+chr10	3239873	3240019
+chr2	95825303	95825312
+chr10	20106787	20106825
+chr11	65029595	65029602
+chr21	27012567	27012878
+chr12	54450822	54450826
+chr16	29151700	29151913
+chr11	74860623	74860937
+chr12	104105241	104105517
+chrX	135229382	135229551
+chr12	132663572	132663593
+chr16	31483726	31483984
+chr7	64878073	64878160
+chr11	82611753	82612022
+chr1	168194826	168194889
+chr12	133133464	133133524
+chr21	34774834	34775032
+chr10	101282768	101282835
+chr11	63438768	63438904
+chr11	65385911	65386028
+chr15	96877252	96877720
+chr1	151020868	151021364
+chr19	4785480	4785605
+chr3	42814808	42814880
+chr3	44666766	44666850
+chr8	10339429	10339449
+chr19	58728560	58728562
+chr7	609506	609545
+chr10	95462382	95462398
+chr4	106395547	106395595
+chr17	33470730	33470733
+chr16	3188556	3188967
+chr9	13278464	13278578
+chr5	139077047	139077178
+chr1	36615054	36615143
+chr5	150138773	150138818
+chr6	168720505	168720679
+chr1	2999680	2999893
+chr7	20818880	20818887
+chr12	9217688	9217763
+chr13	114797383	114797865
+chr5	625594	625656
+chr16	1404786	1404866
+chr2	149403196	149403594
+chr10	64133674	64133686
+chr18	18511878	18511936
+chr16	71523436	71523475
+chr16	605347	605677
+chr16	31190960	31191119
+chr19	57922209	57922271
+chr13	113663197	113663538
+chr2	45029929	45030072
+chr4	155410860	155411351
+chr7	1080558	1080788
+chr2	198380277	198380297
+chr14	100626950	100626964
+chr18	78005487	78005593
+chr14	35183946	35184065
+chr1	42845753	42845942
+chr1	249120594	249120669
+chr15	101592026	101592151
+chr17	46655164	46655241
+chr2	74941807	74942001
+chr14	24615924	24615930
+chr1	100503813	100503820
+chr1	898397	898804
+chr11	101785671	101785684
+chr12	1059224	1059231
+chr8	110551796	110551799
+chr8	17355133	17355191
+chr3	50227687	50228164
+chr12	6579938	6580010
+chr2	69969591	69969794
+chr4	177713813	177714302
+chr1	11561663	11561908
+chr2	7017571	7017698
+chr20	36037277	36037706
+chr3	48481648	48481655
+chr6	30459464	30459492
+chr4	83932063	83932168
+chr10	134046018	134046189
+chr11	116578271	116578399
+chr10	4979610	4979614
+chr17	78818871	78819092
+chr7	1347342	1347457
+chr1	19146909	19147074
+chr6	116421826	116421833
+chr16	28503357	28503359
+chr8	28480583	28480797
+chr9	136397692	136398117
+chr2	120516961	120517001
+chr14	48144321	48144765
+chr15	65809585	65809723
+chrX	18371852	18371858
+chr10	71333138	71333161
+chr20	30458626	30458634
+chr12	111403932	111404204
+chr19	59073321	59073366
+chr1	53703698	53704012
+chr16	28550123	28550221
+chr21	35747585	35747594
+chr1	11761649	11761718
+chr6	167709237	167709672
+chr13	111213704	111214048
+chr1	158149674	158149926
+chr15	68724948	68724954
+chr15	75745131	75745181
+chr1	216896804	216896813
+chr19	45954345	45954356
+chr11	2604317	2604391
+chr5	112043117	112043131
+chr4	5896912	5897223
+chr8	1136305	1136444
+chr9	125693629	125693836
+chr11	32008793	32008961
+chr2	64881724	64881850
+chr1	158724009	158724314
+chr19	8660710	8661033
+chr11	61685186	61685257
+chr20	1538305	1538318
+chr15	75315826	75315858
+chr18	55094774	55095177
+chr7	102105195	102105201
+chr11	23425965	23426416
+chr11	15093744	15093769
+chr3	52827657	52827704
+chr16	46864685	46864715
+chr14	101175469	101175645
+chr6	36646435	36646473
+chr3	13245693	13245958
+chrX	133680692	133680812
+chr16	9186626	9186974
+chr11	1977621	1977903
+chr17	9863009	9863013
+chr1	6479352	6479424
+chr10	6622425	6622433
+chr13	53423078	53423084
+chr12	114841792	114841870
+chr13	24895356	24895854
+chr1	44440897	44440915
+chr22	42524936	42525206
+chr4	24796705	24796755
+chr4	108910565	108910787
+chr7	104885200	104885375
+chr16	32330265	32330302
+chr20	62196339	62196641
+chr19	51538267	51538368
+chr1	161087200	161087322
+chr1	40420587	40420606
+chr1	171711261	171711280
+chr5	172571377	172571390
+chr18	74845706	74845829
+chr6	84222035	84222040
+chr8	54164310	54164374
+chr14	64108276	64108295
+chr16	72042302	72042372
+chr16	57576302	57576346
+chr1	155112702	155112791
+chr1	155210992	155211079
+chr14	75800893	75801023
+chr16	1359179	1359182
+chr8	144872012	144872260
+chr19	11998460	11998536
+chr2	176971353	176971355
+chr4	658981	659233
+chr2	236721754	236721826
+chr20	42142446	42142511
+chr4	4863282	4863308
+chr14	103469300	103469439
+chr6	5261043	5261046
+chr6	28602910	28602922
+chr1	43855459	43855567
+chr10	85954336	85954511
+chr14	102553775	102554067
+chr2	128569063	128569067
+chr15	73343932	73344185
+chr1	2276565	2276969
+chr19	10401361	10402119
+chr20	33762625	33762943
+chr6	30689171	30689177
+chr16	1793255	1793363
+chr10	134679335	134679387
+chr10	134861083	134861184
+chr12	131438626	131438689
+chr22	46449933	46450011
+chr12	120427667	120428028
+chr19	14247419	14247481
+chr11	57519391	57519426
+chr12	110939283	110939771
+chr16	422005	422109
+chr1	26671870	26671891
+chr14	105070816	105070998
+chr12	32112956	32112958
+chr6	28832260	28832270
+chr4	100572993	100573102
+chr1	28261642	28261658
+chr7	149569988	149569992
+chr11	64546322	64546335
+chr4	6839030	6839424
+chr3	169684620	169684630
+chr3	114012785	114012806
+chr14	53162779	53163071
+chr11	112097023	112097025
+chr17	722949	723194
+chr21	40194630	40194735
+chr7	27701940	27702368
+chr10	29698255	29698368
+chr19	1313359	1313502
+chr16	50280072	50280495
+chr8	22548498	22548828
+chr20	30539873	30539958
+chr6	31462038	31462047
+chr10	125033722	125033782
+chr7	4911051	4911121
+chr1	45965797	45965846
+chr12	33590837	33591288
+chr6	147124986	147124988
+chr13	113717379	113717830
+chr6	139094539	139094545
+chr16	1069574	1069760
+chr16	48419489	48419493
+chr10	101419471	101419579
+chr15	78592154	78592258
+chr16	87021978	87022073
+chrX	151806508	151806628
+chr1	50574469	50574591
+chr13	49821810	49821878
+chr14	37116073	37116296
+chr6	32821660	32821694
+chr3	155587904	155588010
+chr6	36842865	36843324
+chr7	62528643	62528804
+chr22	21321225	21321368
+chr13	99404105	99404231
+chr4	163483284	163483351
+chr11	27384648	27384808
+chr8	144797915	144797919
+chr19	5681119	5681123
+chr19	51017130	51017263
+chr11	108093413	108093419
+chr19	12844820	12845012
+chr3	98312023	98312354
+chr16	8806359	8806483
+chr2	152118423	152118459
+chr8	1441985	1442292
+chr12	133019038	133019135
+chr16	646395	646579
+chr16	62070171	62070186
+chr22	39548724	39548919
+chr7	158936739	158937107
+chr4	2009167	2009396
+chr17	22052080	22052189
+chr5	114880697	114880771
+chr18	11908960	11909052
+chr11	46958025	46958043
+chr10	134260933	134261413
+chr20	45280240	45280311
+chr22	38240510	38240517
+chr20	50385438	50385712
+chr22	39152000	39152076
+chr11	82612705	82612718
+chr7	2058817	2059150
+chr1	222645855	222646212
+chr10	72142615	72142636
+chr11	32447944	32448067
+chr2	131099744	131099746
+chr10	135191635	135191639
+chr12	13043680	13043734
+chr6	43243709	43243897
+chr16	50731067	50731364
+chr16	89337055	89337334
+chr7	149767502	149767828
+chr18	267637	267663
+chr7	158740838	158740908
+chr10	95720700	95721133
+chr10	132909065	132909105
+chr2	233470647	233470652
+chr12	132501869	132501960
+chr16	1551396	1551774
+chr17	76676366	76676673
+chr6	88986071	88986213
+chr10	22634391	22634530
+chr15	34260956	34260975
+chr2	232261007	232261238
+chr19	853006	853097
+chr14	105509229	105509328
+chr2	81694534	81694560
+chr7	100861046	100861205
+chr14	107253273	107253290
+chr16	23607392	23607577
+chr2	157184614	157184768
+chr6	28109577	28109581
+chr8	46940895	46941103
+chr11	120983418	120983442
+chr16	967329	967618
+chr19	48896065	48896100
+chr6	160527310	160527453
+chr10	69634058	69634168
+chr2	101179311	101179329
+chr6	30685413	30685439
+chr15	44955936	44955947
+chr16	31580542	31580841
+chr3	197663873	197664106
+chr2	208634004	208634073
+chr6	108437636	108438047
+chr16	4508243	4508686
+chr2	198317965	198317982
+chr6	31926920	31926931
+chr16	25043083	25043275
+chr19	5147807	5148023
+chr2	119600360	119600519
+chr11	64879137	64879148
+chr12	54388886	54389066
+chr16	88763005	88763096
+chr19	11908712	11909183
+chr10	38739837	38740029
+chr3	143690445	143690447
+chr7	12609412	12609859
+chr17	7382829	7382838
+chr3	149191167	149191576
+chr6	33092243	33092494
+chr14	93651116	93651169
+chr5	1074670	1074685
+chr5	149676826	149677228
+chr6	96025748	96025855
+chr8	140632686	140632785
+chr19	54928012	54928137
+chr16	88637332	88637426
+chr10	134692119	134692358
+chr12	95044311	95044446
+chr9	35073790	35073808
+chr16	28888747	28888796
+chr16	57391781	57392198
+chr19	51326980	51327177
+chr8	82633679	82633716
+chr15	80762656	80762691
+chr10	132364035	132364391
+chr11	6518511	6518529
+chr1	20396702	20397074
+chr19	736116	736237
+chr7	94294080	94294230
+chr11	2890527	2890577
+chr10	134977964	134978001
+chr15	50716707	50716825
+chr17	51900534	51900887
+chr7	1178030	1178041
+chr1	9687471	9687880
+chr15	26234550	26234721
+chr2	242611829	242611942
+chr7	23530633	23530689
+chr2	240044117	240044341
+chr20	34994266	34994743
+chr3	183146615	183146789
+chr5	2206868	2207052
+chr4	155413075	155413392
+chr16	746062	746084
+chr8	55382539	55382592
+chrX	119709530	119709733
+chr19	45505005	45505298
+chr3	141457267	141457316
+chr5	176057765	176057876
+chr22	51001152	51001330
+chr7	158220708	158220808
+chr10	131264846	131265059
+chr2	47797915	47798348
+chr3	57134296	57134580
+chr3	138738597	138738821
+chr8	95653239	95653243
+chr19	17487728	17487848
+chr11	130343533	130343750
+chr16	30709663	30709778
+chr17	72209673	72209802
+chr4	870773	870804
+chr10	3108459	3108603
+chr16	70323758	70323915
+chr12	132983814	132984261
+chr17	18881962	18882091
+chr22	39770356	39770386
+chr11	818903	818917
+chr6	117585479	117585767
+chr16	4475555	4475566
+chr2	154728735	154729011
+chr22	18955907	18956341
+chr1	71546600	71546685
+chr10	27149660	27149668
+chr20	61158170	61158292
+chr4	137733853	137734021
+chr16	86492864	86492895
+chr19	4584005	4584187
+chr19	49617647	49617821
+chr3	48282574	48282590
+chr9	132082909	132083215
+chr11	20384886	20385037
+chr16	89335039	89335133
+chr2	231809610	231809672
+chr14	60631988	60632081
+chr8	124169696	124169771
+chr10	97416018	97416393
+chr1	153747551	153747600
+chr4	38664952	38665106
+chr10	105678128	105678131
+chr10	133956776	133956875
+chr12	124904701	124904884
+chr7	927934	927986
+chr12	6619116	6619248
+chr14	46283069	46283172
+chr16	67200133	67200444
+chr4	114901139	114901163
+chr10	134913764	134913874
+chrX	2847503	2847510
+chr16	19125772	19126242
+chr20	21082942	21083097
+chr12	7055538	7055609
+chr3	50275346	50275398
+chr1	16490791	16491125
+chr10	126138800	126138879
+chr20	55043271	55043471
+chr10	21824110	21824359
+chr4	976412	976565
+chr2	109335655	109335699
+chr19	4639462	4639614
+chr2	56410143	56410197
+chr6	32019178	32019363
+chr8	28173732	28173887
+chr7	93204970	93205078
+chr1	92952469	92952473
+chr16	20911833	20911997
+chr16	29884806	29884922
+chr3	152552877	152553013
+chr11	66102352	66102686
+chr12	58218572	58218672
+chr22	19701779	19701820
+chr16	2732443	2732466
+chr6	32551949	32551954
+chr10	102766338	102766410
+chr1	38260988	38261004
+chr7	108168673	108169094
+chrX	138285492	138285780
+chr9	120176467	120176762
+chr19	19281207	19281222
+chr11	14380918	14380999
+chr22	38453191	38453248
+chr8	144922448	144922697
+chr19	11529252	11529396
+chr19	8620632	8620696
+chr17	42287715	42287923
+chr10	86088115	86088161
+chr2	45538072	45538291
+chr16	1494617	1494629
+chr4	96471057	96471143
+chr1	43637803	43637823
+chr14	74958970	74959179
+chr10	28525739	28525755
+chr20	62738077	62738149
+chr4	187477065	187477310
+chr11	61582526	61582697
+chr5	176757391	176757514
+chr6	32362696	32362707
+chr1	222791514	222791571
+chr6	8102457	8102683
+chr1	17765006	17765020
+chr1	10533753	10534116
+chr12	131246148	131246468
+chr19	55630001	55630336
+chr19	11472397	11472683
+chr8	54164003	54164081
+chr5	16936879	16937331
+chr6	32115968	32115981
+chr4	13526611	13526769
+chr11	48001787	48001892
+chr17	77924221	77924227
+chr3	48541454	48541459
+chr6	56953934	56953991
+chr16	10912696	10912699
+chr17	73401817	73401858
+chr1	18971824	18972048
+chr1	109235007	109235208
+chr10	12390868	12390960
+chr2	26951130	26951473
+chr19	53898642	53898840
+chr15	77320213	77320336
+chr4	36283275	36283588
+chr8	37797780	37798156
+chr11	64578348	64578473
+chr12	106980319	106980498
+chr19	56110823	56110832
+chr12	128675283	128675378
+chr10	557061	557217
+chr16	19079293	19079446
+chr12	80328163	80328474
+chr1	227506639	227506820
+chr5	177876815	177876930
+chr2	85361982	85362432
+chr5	56205046	56205270
+chr6	109415390	109415607
+chr17	76136677	76136904
+chr1	86045888	86046274
+chr7	27225271	27225294
+chr2	127729049	127729123
+chr7	138483046	138483143
+chr11	85566439	85566512
+chr1	29138936	29139021
+chr13	99101630	99101644
+chr9	21335078	21335551
+chr20	22564899	22565180
+chr1	173834029	173834155
+chr10	43800334	43800430
+chr1	95698989	95699097
+chr1	46153737	46153765
+chr2	84517690	84517694
+chr4	6643098	6643108
+chr4	140163176	140163192
+chr19	51925080	51925272
+chr12	4699085	4699232
+chr8	145626850	145627023
+chr5	14011368	14011572
+chr8	23261312	23261570
+chr12	123921688	123921793
+chr3	126721465	126721586
+chr10	14372383	14372548
+chr16	5121683	5121855
+chr12	53645202	53645477
+chr8	10447472	10447726
+chr13	115000168	115000206
+chr19	4944112	4944325
+chr2	136845655	136846053
+chr5	78532896	78533319
+chr8	23712714	23712968
+chr11	56949026	56949240
+chr10	71336514	71336773
+chr12	123757488	123757812
+chr19	470879	470976
+chr4	130014369	130014437
+chr4	3769706	3769762
+chr20	35833148	35833202
+chr11	101454685	101454717
+chr3	48697408	48697409
+chr1	213021213	213021561
+chr20	57618098	57618439
+chr10	734710	735041
+chr16	1272275	1272450
+chr2	71116188	71116411
+chr14	70346413	70346417
+chr4	6107649	6107743
+chrX	128977530	128977653
+chr3	87138462	87138592
+chr8	109260982	109260989
+chrX	107978163	107978480
+chr20	5891712	5891733
+chr16	7703812	7703893
+chr22	41487235	41487734
+chr2	170683855	170683859
+chr6	30618797	30618999
+chr8	105479248	105479270
+chr16	29606629	29606982
+chr10	22622123	22622459
+chr14	104687209	104687321
+chr11	105481863	105481940
+chr12	48397225	48397520
+chr14	73703796	73704007
+chr16	29171108	29171518
+chr2	33171736	33171954
+chr4	1661123	1661308
+chr6	170559067	170559121
+chr8	1273592	1273604
+chr16	27500185	27500345
+chr3	32022767	32023008
+chr4	132898790	132898980
+chr4	55100918	55100947
+chrX	154444422	154444490
+chr10	103113654	103113657
+chr2	239335397	239335399
+chr8	144631720	144631810
+chr1	202311235	202311278
+chr21	28340091	28340256
+chr19	35629555	35629701
+chr10	99258018	99258251
+chr19	49646109	49646179
+chr3	6108969	6109005
+chr1	19043573	19043598
+chr7	621828	622164
+chr21	37756833	37757022
+chr9	111881604	111881665
+chr10	73078768	73078810
+chr16	2024570	2024786
+chr2	131010027	131010375
+chr3	141043080	141043432
+chr16	34209017	34209247
+chr22	41809501	41809911
+chr17	7790048	7790179
+chr8	61593040	61593179
+chr6	158404013	158404082
+chr1	179050803	179050911
+chr19	7991683	7991945
+chr8	131309356	131309573
+chr15	75249828	75249842
+chr4	106654	106750
+chr8	110703978	110704032
+chr20	30311703	30311915
+chr8	144120633	144120658
+chr1	180600601	180600890
+chr3	50126218	50126228
+chr6	30520120	30520184
+chr16	69760370	69760411
+chr1	200589415	200589505
+chr1	95007283	95007356
+chr11	5364785	5364924
+chr8	67976393	67976417
+chr10	103051881	103052161
+chr9	842799	842914
+chr10	22634170	22634176
+chr16	90030558	90030601
+chr14	60557893	60557946
+chr11	64532923	64533113
+chr3	50654326	50654332
+chr6	32118811	32119016
+chr6	39083072	39083175
+chr10	101281703	101281924
+chr1	42501689	42501709
+chr6	33288785	33288800
+chr16	30661992	30662075
+chr20	25566465	25566470
+chr8	11560763	11560779
+chr15	89164474	89164482
+chr20	61051729	61051747
+chr1	26663115	26663193
+chr13	95086098	95086158
+chr12	124105429	124105832
+chr2	239037374	239037450
+chr16	73080861	73081124
+chrY	2801829	2802055
+chr2	238657868	238657905
+chr1	17446027	17446068
+chr16	86012573	86012792
+chr4	81106342	81106366
+chr16	32127656	32127659
+chr7	155260582	155260847
+chr17	81015941	81016036
+chr1	18617630	18617649
+chr12	58138628	58138723
+chr13	44453359	44453387
+chr13	100624082	100624207
+chr19	4054714	4055037
+chr3	150804490	150804696
+chr12	56652449	56652945
+chr16	23197660	23197740
+chr4	154388330	154388409
+chr17	2843101	2843158
+chr11	62432494	62432535
+chr20	43935243	43935361
+chr6	18277615	18278053
+chr6	30228021	30228028
+chr11	55872467	55872478
+chr2	63286307	63286573
+chr18	77398552	77398897
+chr7	1145727	1145819
+chr17	5372317	5372445
+chr18	5890245	5890448
+chr6	30684736	30684760
+chr17	76264164	76264518
+chr1	28906466	28906490
+chr17	26708318	26708773
+chr10	129845903	129846082
+chrX	69642677	69642862
+chr14	59931024	59931062
+chr16	6624242	6624245
+chr18	55020051	55020324
+chr5	134181494	134181527
+chr10	132684361	132684481
+chr16	2144849	2144857
+chr10	25305695	25305826
+chr12	125093204	125093662
+chr4	174429326	174429370
+chr4	39482010	39482134
+chr19	47354257	47354276
+chr5	39424119	39424524
+chr12	132835295	132835786
+chr4	7131247	7131403
+chr15	79043040	79043380
+chr17	42441522	42441775
+chr2	65659557	65659702
+chr4	17711022	17711202
+chr13	43149123	43149186
+chr19	34973596	34973715
+chr1	22213908	22213934
+chr1	231473532	231473538
+chr12	133286970	133287198
+chr14	100615652	100615945
+chr11	68853350	68853686
+chr22	49697565	49697716
+chr1	11724197	11724344
+chr16	4381533	4381613
+chr15	65596249	65596329
+chr1	8393930	8394077
+chr14	55658398	55658686
+chr2	61407222	61407366
+chr11	560887	560903
+chr15	72410226	72410489
+chr1	156611963	156612140
+chr4	81189774	81189927
+chr1	45454370	45454376
+chr1	244816000	244816040
+chr8	122651252	122651271
+chr12	119616616	119616618
+chr6	30684891	30685074
+chr16	3969086	3969181
+chr16	24267178	24267399
+chr19	51111388	51111677
+chr6	154832000	154832002
+chr1	45987864	45987898
+chr7	149484832	149484985
+chr2	240650410	240650655
+chr3	147077588	147077665
+chr5	79552422	79552489
+chr5	1504991	1505354
+chr10	94451303	94451518
+chr1	155293914	155294010
+chr15	94443727	94443764
+chr16	1584404	1584468
+chr11	1324430	1324528
+chr11	58939770	58939905
+chr11	45929519	45929541
+chr6	30691764	30691847
+chr20	7921059	7921280
+chr9	139096080	139096152
+chr6	32134870	32134916
+chr14	35515810	35516235
+chr17	80794081	80794091
+chr4	155662375	155662390
+chr19	33350797	33350931
+chr6	31592926	31592935
+chr1	1051859	1052046
+chr12	111843286	111843385
+chr17	79633565	79633586
+chr10	22911489	22911577
+chr11	65082070	65082072
+chr17	8079816	8079830
+chr6	160023927	160023954
+chr3	52272844	52273243
+chr16	50775240	50775428
+chr6	387096	387123
+chr17	7197375	7197384
+chr21	47394015	47394032
+chr16	2013573	2014063
+chr8	59465595	59465609
+chr9	15422376	15422589
+chr1	87019097	87019175
+chr11	60524575	60524799
+chr11	67171476	67171585
+chr4	113739170	113739184
+chr12	48550853	48551185
+chr12	72233922	72233984
+chr4	119273841	119274013
+chr11	64126344	64126383
+chr2	233252706	233252976
+chr6	31696102	31696113
+chr1	36807505	36807524
+chr16	4233614	4233714
+chr3	42631381	42631489
+chr14	95693780	95693881
+chr6	24646316	24646473
+chr10	17686059	17686071
+chr15	96897103	96897142
+chr16	87391813	87391953
+chr3	350634	350789
+chr15	78913635	78913772
+chr15	83952774	83952808
+chr16	28874970	28874982
+chr7	99699562	99699573
+chr16	56815325	56815778
+chr10	81967536	81967618
+chr11	65222179	65222403
+chr14	99532845	99532847
+chr2	98808005	98808187
+chr11	71258392	71258869
+chr16	30346786	30346812
+chr10	83633980	83634228
+chr16	30428794	30429204
+chr16	88871903	88871911
+chr6	3231700	3231977
+chr16	15018808	15018814
+chr17	975818	976094
+chr7	56891354	56891698
+chr10	79793365	79793366
+chr8	145925708	145925767
+chr1	231115823	231115949
+chr9	100459634	100459834
+chr16	15239600	15239992
+chr16	53468205	53468302
+chr11	50227199	50227265
+chr5	111093927	111093945
+chr3	79815734	79815800
+chr14	101419328	101419662
+chr19	4909242	4909318
+chr6	29635459	29635531
+chr1	156404917	156405201
+chr22	43506417	43506435
+chr7	72741893	72741987
+chr3	9289739	9289747
+chr19	21950196	21950216
+chr16	30194728	30194767
+chr17	53343235	53343553
+chr4	94750205	94750656
+chr7	27213923	27213984
+chr1	1906899	1907079
+chr11	65641335	65641397
+chr12	4479577	4479794
+chr3	188665228	188665365
+chr5	167545249	167545264
+chrX	154255215	154255217
+chr10	54714764	54714816
+chr2	201936323	201936362
+chr6	33359099	33359166
+chr17	79114577	79114756
+chr7	100209832	100209891
+chr8	67579219	67579493
+chr1	43389725	43389788
+chr6	29796391	29796481
+chr7	29725196	29725523
+chr10	1708500	1708619
+chr19	6108864	6108873
+chr2	189156501	189156874
+chr9	108320178	108320327
+chr17	8093456	8093611
+chr17	77901081	77901176
+chr5	3823459	3823462
+chr6	33387188	33387205
+chr1	213031527	213031687
+chr16	20774825	20774960
+chr1	167408709	167408735
+chr6	30421043	30421107
+chr9	34623728	34624080
+chr16	34808891	34809256
+chr12	98988194	98988194
+chr20	44452801	44453049
+chr16	33959547	33959785
+chr17	39804486	39804831
+chr6	56911139	56911171
+chr2	220432824	220432956
+chr7	140714766	140714781
+chr10	1209463	1209891
+chr16	71518570	71518786
+chr11	73472369	73472421
+chr10	44701916	44701981
+chr13	93878974	93878994
+chr3	28389633	28389645
+chr15	50716274	50716372
+chr19	15197641	15197788
+chr6	31634125	31634189
+chr18	23671011	23671031
+chr4	925410	925652
+chr11	1979879	1980229
+chr12	42632138	42632312
+chr12	99139797	99139819
+chr11	18727580	18727774
+chr3	23957438	23957916
+chr10	75173326	75173569
+chr2	176968052	176968536
+chr8	144450049	144450491
+chr19	11529973	11529977
+chr3	145879578	145879594
+chr2	131046313	131046480
+chr6	30687159	30687197
+chr6	134638833	134639020
+chr17	78882501	78882693
+chr2	233320593	233320712
+chr22	31885298	31885573
+chr11	72385307	72385425
+chr5	140514381	140514711
+chr11	75922323	75922637
+chr19	662283	662692
+chr11	129991445	129991544
+chr1	67395499	67395567
+chr5	137688207	137688375
+chr22	22089369	22089704
+chr1	26758776	26758846
+chr2	3129858	3129914
+chr10	94448654	94448728
+chr6	151815241	151815526
+chr6	28891897	28891917
+chr6	26758238	26758395
+chr9	140151348	140151706
+chr2	37194107	37194308
+chr6	43253015	43253097
+chr4	185938754	185938885
+chr5	178004204	178004685
+chr4	4669436	4669555
+chr13	112610870	112611028
+chr17	41278573	41278581
+chr16	15083088	15083564
+chr20	61808643	61808840
+chr7	5460496	5460916
+chr7	64363527	64363542
+chr19	2199940	2199972
+chr2	95787923	95787933
+chr5	1750604	1750660
+chr11	58939103	58939272
+chr14	102505014	102505425
+chr7	150935722	150936167
+chr2	209120147	209120237
+chr11	113659881	113659883
+chr5	881047	881116
+chr11	101918140	101918145
+chr8	110552297	110552368
+chr17	2627537	2627661
+chr12	50136042	50136105
+chr1	28907637	28907691
+chr6	151671966	151672133
+chr12	121148110	121148246
+chr15	20486552	20487014
+chr5	87980863	87980882
+chr17	8066203	8066470
+chrX	20135349	20135450
+chr1	50893149	50893178
+chr13	50700845	50701050
+chr15	55488761	55489084
+chr8	142517505	142517758
+chr17	26989191	26989200
+chr6	26027527	26027533
+chr1	170634811	170634883
+chr6	4018361	4018772
+chr7	75465317	75465432
+chr15	39542829	39543043
+chr12	82752460	82752651
+chr11	118442975	118442980
+chr16	31724650	31724812
+chrX	133371335	133371491
+chr16	30430041	30430148
+chr17	74381736	74382166
+chr6	167786592	167786594
+chr5	40756078	40756081
+chr4	7025904	7026353
+chr2	211035209	211035360
+chr11	118436778	118436794
+chr15	59949482	59949499
+chr16	30134068	30134345
+chr11	108464736	108464883
+chr2	179396750	179396778
+chr7	93520288	93520323
+chr8	6692901	6693103
+chr9	136567739	136568145
+chr15	62989904	62989995
+chr2	242626393	242626488
+chr8	11561313	11561458
+chr11	31833216	31833477
+chr16	4312571	4312596
+chr16	30794157	30794631
+chr16	80966033	80966070
+chr3	57113654	57113767
+chr17	53499545	53499747
+chr2	127780411	127780606
+chr5	171710856	171710907
+chr14	105857208	105857250
+chr17	1420044	1420129
+chrX	56590386	56590513
+chr1	17312753	17313000
+chr14	65289946	65289947
+chr19	16435660	16436074
+chr5	134880388	134880580
+chr8	2046757	2046862
+chr16	67235912	67236183
+chr17	80402548	80402566
+chr11	7870238	7870356
+chr3	33138627	33138824
+chr1	805102	805338
+chrX	120181407	120181456
+chr14	105946393	105946843
+chr7	106301719	106302069
+chr11	59578490	59578514
+chr15	90198834	90199179
+chr5	1801364	1801434
+chr1	3077965	3078158
+chr3	13008921	13009117
+chr16	1464982	1465032
+chr3	37274530	37274798
+chr2	101766314	101766538
+chr11	118992230	118992260
+chr16	56716025	56716069
+chr5	1055202	1055379
+chr6	109804922	109805026
+chr7	85010676	85010693
+chr12	133120760	133121162
+chr17	790616	790628
+chr6	159342704	159342738
+chr16	31538871	31538946
+chr20	3189311	3189389
+chr16	18812833	18812920
+chr16	188603	188684
+chr2	74153968	74153995
+chr8	29210790	29210800
+chr8	142517426	142517446
+chr4	146100633	146100770
+chrX	58562182	58562358
+chr11	69924156	69924182
+chr19	50100052	50100523
+chr12	56757758	56757788
+chr8	22456073	22456391
+chr1	26346812	26347088
+chr12	54447759	54447873
+chr14	106657745	106657833
+chr20	44485949	44486028
+chr6	30711757	30711784
+chr8	42037122	42037387
+chr2	176968766	176968872
+chrX	142716024	142716429
+chr20	37053921	37054159
+chr1	220863748	220864119
+chr16	85654109	85654213
+chr19	1580456	1580576
+chr6	101840281	101840370
+chr11	128419199	128419356
+chr2	202507513	202507599
+chr15	22992931	22993124
+chr15	75018222	75018259
+chr16	717556	717573
+chr4	100737773	100737782
+chr6	31703455	31703873
+chr11	278538	278864
+chr20	2083388	2083850
+chr12	108908874	108909008
+chr16	771666	772142
+chr16	1816780	1817232
+chr10	11206765	11206792
+chr11	2889886	2889971
+chr9	139389768	139389988
+chrX	47483024	47483043
+chr16	69166466	69166482
+chr7	156742176	156742187
+chr3	149688583	149688798
+chr7	5463284	5463336
+chr7	151553734	151553819
+chr15	44281315	44281505
+chr19	14183651	14183671
+chr6	30878399	30878437
+chr6	106429268	106429443
+chr15	28362491	28362747
+chr18	56932266	56932666
+chr7	129418982	129419091
+chr7	43313745	43314016
+chr20	34638696	34638811
+chr7	139929855	139930018
+chr15	66679094	66679100
+chr12	56365823	56365894
+chr8	101733166	101733612
+chr12	132549292	132549361
+chrX	118284520	118284586
+chr16	21513745	21513802
+chr17	78857859	78857928
+chr1	160037877	160038302
+chr14	73956325	73956710
+chr12	20521251	20521463
+chr19	17611298	17611398
+chr17	47492440	47492478
+chr6	28979290	28979307
+chr13	48611561	48611615
+chr2	7058432	7058545
+chr16	55090822	55090946
+chr2	13673008	13673027
+chr5	72595112	72595140
+chr11	57298543	57298594
+chr8	182266	182402
+chr14	73358816	73358862
+chr20	44420425	44420441
+chr5	139076776	139076782
+chr17	236013	236093
+chr3	186649237	186649428
+chr3	101659630	101659687
+chr6	44238426	44238857
+chrX	48958366	48958375
+chr22	50609143	50609145
+chr11	66325288	66325302
+chr16	728084	728422
+chr16	4746990	4747168
+chr19	53794618	53794663
+chr5	37835548	37835684
+chr19	15131959	15132184
+chr14	101515855	101515879
+chr19	2354242	2354440
+chr12	132832250	132832322
+chr10	60935977	60935983
+chr12	50016958	50017272
+chr4	2965148	2965191
+chr16	1836765	1837011
+chr5	145561962	145562268
+chr6	133079939	133080390
+chr1	25943790	25943793
+chr6	158094401	158094750
+chr4	15780258	15780522
+chr11	19367175	19367188
+chr12	26112065	26112073
+chr5	10567595	10567905
+chr6	112194695	112194697
+chr6	160523731	160523821
+chr16	4431454	4431536
+chr1	2020822	2020955
+chr16	89190735	89190809
+chr16	1790683	1790700
+chr14	55034950	55035029
+chr20	388553	388556
+chr2	24398668	24398695
+chr20	62317519	62317640
+chr10	105156396	105156401
+chr4	85503981	85503991
+chr6	170338591	170338826
+chr17	78518825	78519034
+chr19	36980702	36980726
+chr19	49402048	49402051
+chr3	5020948	5021225
+chr6	138188545	138188557
+chr11	117052181	117052349
+chr20	34359828	34359860
+chr6	29944854	29944917
+chrX	68048338	68048406
+chr19	2302823	2302995
+chr6	3849577	3849640
+chr12	127630812	127631198
+chr1	222628324	222628632
+chr20	57485971	57486028
+chr8	123790294	123790743
+chr15	90039746	90039757
+chr6	3157673	3157781
+chr8	144178640	144178768
+chr11	636611	637032
+chr1	2250748	2250812
+chr16	88106882	88106939
+chr12	133178856	133178976
+chr20	57617035	57617168
+chr1	17846746	17846756
+chr15	45492446	45492679
+chr16	894919	895307
+chr19	17942025	17942221
+chr2	3818960	3818985
+chr14	96000921	96000930
+chr16	28509589	28509975
+chr1	99973563	99974022
+chr10	16478815	16478862
+chr16	1831468	1831674
+chr13	113891485	113891597
+chr10	104401496	104401932
+chr12	125412939	125413076
+chr7	1584275	1584479
+chr3	117715573	117716071
+chr8	99057882	99057973
+chr3	194836254	194836414
+chr4	82136116	82136441
+chr13	110959668	110960177
+chr18	51751307	51751391
+chr2	85106954	85106968
+chr22	39492141	39492255
+chr11	1430607	1430892
+chr20	21685877	21686032
+chr16	4818784	4818842
+chr2	228563935	228564058
+chr3	151102655	151102836
+chr6	47254004	47254042
+chr1	11024213	11024222
+chr16	2946577	2946805
+chr19	40950505	40950655
+chr5	5422607	5422748
+chr8	141231575	141231628
+chr15	35414035	35414228
+chr5	131993805	131993925
+chr5	1019590	1020022
+chr6	30853560	30853900
+chr10	70660528	70660547
+chr10	121265539	121265790
+chr17	72889660	72889666
+chr4	3775739	3775850
+chr8	7005514	7005678
+chr15	62537912	62538111
+chr19	58038065	58038525
+chr7	149473097	149473130
+chr1	161492618	161492997
+chr10	134884271	134884350
+chr16	71929861	71930048
+chr22	50528538	50528593
+chr4	165109526	165109834
+chr9	116174261	116174442
+chr5	11384753	11385019
+chr9	103788911	103789186
+chr7	130353865	130353928
+chr11	45715109	45715423
+chr10	88296364	88296423
+chr6	31615889	31615891
+chr19	2783503	2783607
+chr2	3682982	3683071
+chr4	2272482	2272522
+chr13	22245578	22245726
+chr1	4221331	4221340
+chr17	53315948	53316111
+chr10	118765077	118765145
+chr4	84255925	84255978
+chr4	162198206	162198446
+chr16	1041088	1041133
+chr3	23958829	23958856
+chr9	129386206	129386623
+chr17	28088580	28088606
+chr6	99275622	99275716
+chr7	73081771	73081845
+chr10	134557961	134558243
+chr11	64458798	64458869
+chr17	79099729	79099737
+chr2	201170809	201170819
+chr17	78753708	78753826
+chr16	1843867	1844104
+chr15	91643651	91643655
+chr6	100441533	100441954
+chr3	44283303	44283333
+chr11	64658946	64659044
+chr16	22386263	22386267
+chr16	89323036	89323264
+chr15	40401038	40401063
+chr19	35490532	35490561
+chr1	155007206	155007275
+chr1	236046891	236047034
+chr16	21289764	21289767
+chr2	100824055	100824288
+chr5	172097064	172097289
+chr10	71811879	71812101
+chr2	63278026	63278052
+chr12	13067269	13067271
+chr6	33263890	33263899
+chr12	132977028	132977092
+chr11	17756479	17756750
+chr9	136931974	136932376
+chr12	121125308	121125683
+chr19	52222650	52223051
+chr15	27819614	27819876
+chr10	33224318	33224696
+chr2	2797435	2797612
+chr2	74425749	74425761
+chr11	93063840	93063934
+chr1	16957366	16957435
+chr11	71619555	71619642
+chr5	178986830	178986906
+chr1	155145726	155145732
+chr16	29888571	29888622
+chr18	20513432	20513619
+chr2	159314695	159314911
+chr5	40681137	40681444
+chr19	47524174	47524187
+chr19	4247058	4247075
+chr2	171608293	171608303
+chr21	26980131	26980136
+chr21	37500402	37500594
+chr11	57335406	57335474
+chr2	119613078	119613227
+chr3	49067049	49067103
+chr11	44087664	44087684
+chr4	1018778	1019095
+chr17	42463229	42463592
+chr6	116601305	116601663
+chr4	77997201	77997372
+chr1	20143041	20143217
+chr17	4458473	4458623
+chrX	154034149	154034184
+chr6	50817450	50817626
+chr10	74057705	74057806
+chr16	1107316	1107453
+chr17	75180961	75181131
+chr5	178903039	178903057
+chr1	40025761	40025882
+chr13	45151950	45152287
+chr6	32191847	32192024
+chr16	8715306	8715490
+chr8	57359922	57359956
+chr17	1132368	1132754
+chr5	958921	959141
+chr6	126661280	126661369
+chr1	38455215	38455491
+chr10	533420	533431
+chr11	15094980	15095020
+chr15	78556512	78556534
+chr16	3184909	3184954
+chr2	27008771	27008805
+chr3	187457684	187458083
+chr5	171189960	171190064
+chr19	6531335	6531539
+chr19	24182670	24182789
+chr1	236559547	236559646
+chr14	88652066	88652192
+chr6	13711890	13712126
+chr1	22979495	22979546
+chr7	141673534	141673649
+chr1	84326621	84326767
+chr12	114073142	114073303
+chr16	83842731	83842889
+chr3	13590173	13590302
+chr16	15744349	15744639
+chr19	42788848	42788918
+chr9	129986197	129986525
+chrX	99891286	99891595
+chr6	83072352	83072522
+chr2	198364548	198364630
+chr12	14134874	14135203
+chr6	29275023	29275070
+chr16	1814418	1814481
+chr2	21229872	21229936
+chr19	46010585	46010592
+chr17	1945135	1945138
+chr16	32165148	32165177
+chr15	60287349	60287537
+chr19	1050977	1051031
+chr7	134330777	134330790
+chr20	42142176	42142188
+chr11	77790963	77791070
+chr11	130183659	130183998
+chr2	97303624	97303987
+chr6	30122384	30122523
+chr17	68164821	68164866
+chr6	34206491	34206495
+chr13	113739462	113739577
+chr11	121322954	121322956
+chr19	12886576	12886980
+chr11	86383756	86383761
+chr12	54694925	54695016
+chr16	4784199	4784336
+chr3	121380236	121380485
+chr12	114232702	114232746
+chr20	60813137	60813376
+chr1	24104458	24104624
+chr10	131653088	131653237
+chr8	6638075	6638082
+chr1	65991616	65991717
+chr12	117036929	117036972
+chr16	29828301	29828550
+chrX	101905359	101905837
+chr11	14913757	14913849
+chr1	155881569	155881846
+chr16	3057911	3058316
+chr15	37172274	37172461
+chr19	33556012	33556347
+chr5	161493967	161494274
+chr7	106301593	106301660
+chr2	176983237	176983471
+chr3	195929444	195929544
+chr3	61237226	61237270
+chr15	43398298	43398317
+chr5	82360356	82360818
+chr1	173793888	173793996
+chr11	70565153	70565177
+chr14	100055765	100055921
+chr1	53168724	53168811
+chr1	145472579	145473005
+chr16	2140438	2140870
+chr6	38607245	38607247
+chr15	44086569	44086577
+chr14	74254023	74254025
+chr5	75009014	75009428
+chr17	40825932	40826212
+chr12	123215471	123215524
+chr16	14014387	14014712
+chr4	1166767	1166776
+chr1	228136208	228136455
+chr7	1328829	1328968
+chr16	4012949	4013337
+chr11	47198996	47199457
+chr1	151762557	151762630
+chr6	1523751	1523823
+chr7	63652720	63652735
+chr17	42247565	42247696
+chr7	157361040	157361396
+chr16	30773423	30773510
+chr19	44259072	44259100
+chr7	63028025	63028153
+chr5	140070921	140070982
+chr6	32936848	32937159
+chr6	168975424	168975608
+chr7	998981	999105
+chr9	124328012	124328279
+chr10	49813412	49813434
+chr8	638208	638330
+chr17	78940161	78940266
+chr5	133706426	133706609
+chr10	99609836	99609860
+chr15	49448000	49448057
+chr13	25945811	25946220
+chr1	24127928	24128066
+chr14	20937801	20937824
+chr13	80911644	80911808
+chr12	56753886	56753911
+chr3	150967711	150967751
+chr12	97300755	97300763
+chr14	75530723	75530737
+chr3	46925181	46925476
+chr6	106676237	106676381
+chr2	202507183	202507314
+chrX	151307813	151308272
+chr7	155276049	155276169
+chr2	240291097	240291378
+chr3	138064802	138065217
+chr1	205418278	205418362
+chr12	104697339	104697341
+chr2	239049653	239050026
+chr4	15704502	15704599
+chr6	47623462	47623751
+chr1	1114912	1114914
+chr10	11505280	11505402
+chr3	120315121	120315127
+chr4	53578478	53578491
+chr5	180480769	180480934
+chr15	45248758	45248830
+chr21	46392128	46392347
+chr1	231557867	231557869
+chr10	115614335	115614344
+chrX	20284697	20285056
+chr10	90985007	90985014
+chr16	1843751	1843753
+chr1	153536480	153536563
+chr20	61162102	61162112
+chr1	164290179	164290198
+chr18	56296046	56296243
+chr3	169540079	169540297
+chr8	144869848	144869985
+chr2	44223273	44223280
+chr12	16035177	16035274
+chr10	104677600	104677967
+chr14	101489507	101489601
+chr7	148921362	148921808
+chr6	28249157	28249173
+chr17	62103283	62103369
+chr4	77819534	77819574
+chr7	56131800	56131819
+chr6	31622340	31622439
+chr19	10252818	10252852
+chr4	57521138	57521609
+chr6	158507953	158508140
+chr17	75209412	75209530
+chr3	87040260	87040426
+chr6	3054772	3054884
+chr1	151736255	151736633
+chr17	46662603	46662869
+chr8	9182010	9182204
+chr17	78925184	78925278
+chr1	41707858	41708077
+chr11	105481271	105481274
+chr11	118436902	118436943
+chr21	37692341	37692453
+chr1	161860335	161860629
+chr9	4984158	4984502
+chr11	5531235	5531476
+chr6	29910912	29910946
+chr4	81123258	81123369
+chrX	103499746	103499759
+chr1	145397173	145397178
+chr2	97359878	97359879
+chr2	239334270	239334385
+chr6	30313498	30313742
+chr6	132722421	132722616
+chr10	135340491	135340721
+chr8	102121398	102121621
+chr2	233415195	233415197
+chr16	70483878	70484007
+chr3	112359440	112359446
+chr2	20425324	20425340
+chr2	37898638	37899023
+chr7	907797	907864
+chr16	88101616	88101858
+chr20	47662591	47662595
+chr10	15139056	15139147
+chr3	123602795	123602957
+chr1	228270177	228270396
+chr15	62531125	62531146
+chr6	55444013	55444072
+chr14	21755820	21755992
+chr17	42462910	42463030
+chr4	4139730	4139845
+chr2	220253143	220253383
+chr12	94543899	94543978
+chr5	121297569	121297615
+chr11	70449258	70449316
+chr19	52643306	52643317
+chr3	42544101	42544131
+chr3	126074601	126074736
+chr21	36168008	36168288
+chr1	214153294	214153377
+chr10	133793394	133793477
+chr12	122151762	122151934
+chr7	2105385	2105395
+chr6	166666974	166667163
+chr2	169103466	169103738
+chr11	66314319	66314330
+chr16	1550447	1550537
+chr2	1425035	1425205
+chr7	139208804	139208823
+chr12	114843884	114843907
+chr14	70700838	70700977
+chr16	970310	970754
+chr19	15121531	15121543
+chr6	5996980	5997072
+chr3	27763218	27763581
+chr6	100911696	100911727
+chr19	7977612	7977647
+chr7	2500022	2500152
+chr1	33358788	33358957
+chr16	19467042	19467219
+chr16	81716373	81716474
+chr19	639726	639746
+chr4	3472023	3472246
+chr13	28494996	28495173
+chr8	669129	669429
+chr1	47900217	47900320
+chr11	44587100	44587106
+chr3	158288896	158288903
+chr16	4525918	4525986
+chr2	133342790	133343067
+chr8	86019162	86019187
+chr17	59477557	59477564
+chr2	3487931	3488420
+chr10	102295576	102295592
+chr7	157730148	157730216
+chr10	112630780	112630787
+chr4	146019088	146019093
+chr12	105478329	105478345
+chr9	138837667	138837979
+chr8	77594834	77595027
+chr3	122785510	122785650
+chr16	30385396	30385767
+chr2	74875179	74875253
+chr7	157568170	157568225
+chr2	102759576	102759734
+chr3	46506483	46506519
+chr20	20348903	20348920
+chr8	11627232	11627473
+chrX	117251558	117251577
+chr17	80351272	80351339
+chr1	48175274	48175615
+chr11	5951316	5951360
+chr16	14723959	14724253
+chr2	197458360	197458521
+chr14	97263512	97263524
+chr16	85936432	85936666
+chr3	169755595	169755602
+chr6	84937069	84937229
+chr16	50584552	50584941
+chr9	140171189	140171342
+chr1	176318350	176318588
+chr19	52195451	52195511
+chr6	31922643	31922649
+chr7	48351495	48351847
+chr3	39425930	39426053
+chr19	36054625	36054965
+chr6	31134115	31134117
+chr6	32782569	32782748
+chr11	43702335	43702347
+chr22	49765054	49765138
+chr12	64173304	64173363
+chr10	134999627	134999791
+chr15	40659768	40660063
+chr16	1199918	1200035
+chr19	7682838	7682877
+chr19	2731726	2731830
+chrX	70363992	70364305
+chr17	80806387	80806388
+chr2	239999418	239999490
+chr14	77843620	77843695
+chr1	209979470	209979487
+chr21	37259516	37259754
+chr1	46016473	46016485
+chr16	34293230	34293670
+chr2	175547972	175548310
+chr11	69949703	69949726
+chr12	12419921	12420075
+chr15	48484012	48484302
+chr4	7105262	7105272
+chr16	29262546	29262641
+chr6	32362359	32362551
+chr18	67136928	67136982
+chr16	69984889	69984927
+chr6	32096866	32096869
+chr11	122756860	122756965
+chr22	39712646	39712682
+chr4	174452085	174452111
+chr1	15481319	15481493
+chr5	175875354	175875427
+chr1	117909127	117909199
+chr10	105344723	105344747
+chr17	4634553	4634586
+chr3	44754398	44754587
+chr10	2814956	2814967
+chr8	145733771	145733971
+chr10	64892963	64893072
+chr6	108439098	108439463
+chr1	150521241	150521404
+chr16	14576456	14576603
+chr11	20690934	20690957
+chr5	72598917	72599143
+chr19	58570371	58570379
+chr2	235860535	235860554
+chr7	157514626	157514730
+chr7	158933335	158933456
+chr2	11681405	11681860
+chr12	117536182	117536436
+chr2	65217520	65217528
+chr7	92462981	92463170
+chr19	8810115	8810154
+chr18	44498047	44498293
+chr6	160210962	160211307
+chr14	35182753	35182841
+chr8	21946769	21947203
+chr1	155990721	155990793
+chr1	44494685	44495089
+chr1	36989683	36989783
+chr15	84748814	84748986
+chr1	212965141	212965260
+chr15	40399053	40399131
+chr2	71098889	71098892
+chrX	105855128	105855157
+chr2	20251148	20251308
+chr12	120966929	120967015
+chr13	42621865	42621966
+chr9	136222913	136223383
+chr1	93811583	93811696
+chr16	1451278	1451446
+chr16	22827345	22827807
+chr3	157813327	157813363
+chr3	79817077	79817184
+chr7	95402267	95402431
+chr17	10276997	10277010
+chr6	32052380	32052396
+chr20	30448864	30449049
+chr4	128651478	128651484
+chr17	41157777	41158134
+chr19	19174103	19174247
+chr15	42186988	42187131
+chr19	56113869	56114094
+chr19	11531421	11531519
+chr3	99357437	99357499
+chr8	55014772	55014847
+chr22	21335304	21335632
+chr19	12250730	12250965
+chr11	2019732	2019736
+chr1	55151051	55151508
+chr15	38746227	38746253
+chr11	1001335	1001512
+chr17	79668348	79668370
+chr11	18993891	18994080
+chr12	125299515	125299638
+chr3	46246360	46246578
+chr7	152591099	152591175
+chr13	113140301	113140323
+chr4	180980988	180981242
+chr10	819979	820206
+chr1	6260325	6260616
+chr22	42828370	42828447
+chr1	65428216	65428577
+chr2	43822604	43822965
+chr3	9791587	9791615
+chr7	50518573	50518647
+chr2	103235363	103235491
+chr7	157916636	157916687
+chr19	54972047	54972426
+chr21	43918975	43919316
+chr11	5981632	5981980
+chr10	43047086	43047132
+chr10	134807160	134807335
+chr17	59539436	59539587
+chr1	154297874	154297985
+chr12	132276629	132276759
+chr13	53424716	53424764
+chr5	149829254	149829322
+chr1	12677088	12677263
+chr11	70516997	70517057
+chr17	3658636	3658762
+chr16	816602	816874
+chr2	17997117	17997138
+chr21	28218789	28218959
+chr12	49620920	49621030
+chr20	15176557	15176782
+chr17	17597777	17598032
+chr3	38065696	38065951
+chr9	132199563	132199971
+chr17	16472123	16472425
+chr2	27665079	27665080
+chr12	54785261	54785272
+chr12	113530518	113530867
+chr1	47799098	47799304
+chr12	132695344	132695523
+chr16	965732	965809
+chr20	13619699	13619704
+chr11	124709175	124709245
+chr12	8570210	8570220
+chr17	53499954	53500384
+chr16	4897242	4897330
+chr2	73152624	73152761
+chr14	23235676	23235690
+chr1	68698503	68698718
+chr8	20110405	20110766
+chr17	48238931	48239024
+chrX	150344156	150344264
+chr13	20207640	20207648
+chr6	46702983	46703075
+chr10	3235465	3235484
+chr16	76349097	76349255
+chr8	101662053	101662198
+chr11	63971576	63971718
+chr16	2653226	2653250
+chr5	134074985	134075279
+chr6	152128489	152128536
+chr17	18061518	18061557
+chr19	4910226	4910228
+chr3	44690131	44690187
+chr5	180596586	180596816
+chr19	17581060	17581073
+chr7	4839495	4839778
+chr6	10585889	10586119
+chr6	31832962	31833007
+chr3	128840773	128840803
+chr10	70748438	70748447
+chr10	131934538	131934541
+chr4	88343588	88343606
+chr2	157182965	157183243
+chr6	112375333	112375822
+chr10	106093659	106093685
+chr7	1403804	1403856
+chr7	150715634	150715783
+chr11	61559952	61560092
+chr16	28635371	28635374
+chr5	139927204	139927271
+chr22	46508563	46508604
+chr2	27069408	27069805
+chr19	710775	710858
+chr4	492808	492811
+chr17	55333426	55333738
+chr12	8331931	8332152
+chr12	113658991	113659000
+chr1	45250218	45250440
+chr19	58070999	58071269
+chr17	41832418	41832705
+chr6	36304635	36304794
+chr2	201681069	201681185
+chr1	3352544	3352782
+chr12	132512652	132512810
+chr5	19988790	19988800
+chr10	135050630	135050650
+chr11	93474840	93474945
+chr17	62775367	62775505
+chr7	149465429	149465808
+chrX	47246987	47247326
+chr19	4246845	4246850
+chr19	30165085	30165308
+chr10	115934468	115934483
+chr6	114292751	114292754
+chr9	79791871	79792026
+chr10	134787577	134787905
+chr16	89822327	89822399
+chr10	97051605	97051613
+chr16	10970753	10970960
+chr16	81348261	81348372
+chr2	128471382	128471493
+chr12	121124829	121124845
+chr14	66974003	66974115
+chr2	203776269	203776739
+chr11	34938064	34938095
+chr11	119039382	119039595
+chr3	147112081	147112096
+chr1	149858116	149858211
+chr19	543909	544020
+chr17	21281115	21281318
+chr5	177592761	177592874
+chr10	118956828	118956845
+chr12	3427729	3427765
+chr15	64454779	64454893
+chr2	43454763	43454769
+chr2	198364743	198364757
+chr16	1172095	1172157
+chr16	30593652	30593918
+chr11	2285989	2286006
+chr10	25305334	25305338
+chr22	39239287	39239554
+chr6	32729500	32729545
+chr14	101438430	101438461
+chr14	99728957	99728984
+chr4	74486230	74486250
+chr8	21867933	21868068
+chr2	3704541	3704703
+chr20	62601520	62601614
+chr1	64669031	64669077
+chr12	50561022	50561094
+chr2	149632661	149632912
+chr6	30095269	30095277
+chr7	27197831	27198025
+chr16	10274016	10274315
+chr6	32036530	32036532
+chr13	114108515	114108652
+chr3	156878202	156878464
+chr6	122003933	122003976
+chr14	101521416	101521477
+chr1	13881331	13881399
+chrX	30265251	30265302
+chr12	49076155	49076159
+chr10	99473176	99473509
+chr16	88868791	88868821
+chr11	107578665	107578745
+chr2	43999938	44000062
+chr17	32580821	32581035
+chr2	197457372	197457377
+chr6	168053811	168054252
+chr8	56433584	56433616
+chr2	109403072	109403091
+chrX	55934745	55934752
+chr3	14219855	14219857
+chr18	25755847	25755894
+chr4	8642776	8643029
+chr5	140561986	140562007
+chr15	43028884	43029154
+chr16	334701	334841
+chr6	42185682	42185715
+chr11	134254779	134254829
+chr22	45680628	45680639
+chr8	38854328	38854356
+chr16	755718	755745
+chr21	33941555	33941714
+chr17	78735220	78735254
+chr2	63277127	63277195
+chr4	187572960	187573046
+chr5	115298704	115298720
+chr17	28256976	28256992
+chr3	160473693	160474064
+chr19	2840764	2840817
+chr2	51259504	51259693
+chr1	223936460	223936751
+chr7	75831459	75831489
+chr1	207925605	207925746
+chr16	19896596	19897093
+chr19	39226692	39226820
+chr8	109799739	109799756
+chr3	119361131	119361622
+chr2	20646825	20646832
+chr4	77069525	77069623
+chr19	36248739	36248852
+chr2	170220725	170220732
+chrX	53468930	53469134
+chr16	48530049	48530505
+chr1	79471984	79472234
+chr12	95840548	95840800
+chr5	141016960	141017257
+chr12	54377225	54377457
+chr5	171434020	171434267
+chr1	24645974	24646046
+chr9	139091875	139092102
+chr1	204183529	204183533
+chr15	92706077	92706140
+chr2	792213	792364
+chr9	84302083	84302296
+chrX	107979940	107980084
+chr16	9857168	9857475
+chr5	140514944	140515039
+chr12	45269610	45269742
+chr22	47058966	47059031
+chr5	87988256	87988459
+chr2	220407774	220407951
+chrX	23018009	23018062
+chr4	95373254	95373261
+chr12	131518518	131518782
+chr16	86537142	86537268
+chr17	27331785	27331928
+chr17	77924323	77924534
+chr3	132379004	132379197
+chr1	117113618	117113752
+chr6	26988129	26988187
+chr15	66084495	66084731
+chr10	43277893	43278166
+chr12	120150414	120150487
+chr11	62559850	62559856
+chr4	100870750	100871150
+chr13	111290619	111290748
+chr16	1821672	1822124
+chr8	55366152	55366490
+chr16	1030513	1030520
+chr16	10673960	10674278
+chr6	37465274	37465753
+chr6	116892486	116892488
+chr20	30539733	30539860
+chr10	122738745	122738954
+chr17	72969043	72969046
+chr2	218933489	218933610
+chr2	226264773	226265132
+chr3	57313721	57313889
+chr8	37552609	37553029
+chr7	75613146	75613149
+chr11	118764003	118764028
+chr17	80789038	80789512
+chr9	73424572	73424960
+chr15	25490537	25490539
+chr9	132804232	132804510
+chr16	2129306	2129668
+chr5	131563589	131563605
+chr19	17933300	17933782
+chr16	88923459	88923468
+chr19	8495671	8495718
+chr2	240082090	240082335
+chr9	132816281	132816402
+chr12	98849532	98849697
+chr15	39872919	39873060
+chr6	72130359	72130432
+chr8	70747440	70747457
+chr2	30669967	30669977
+chr6	32906557	32906734
+chr14	105487229	105487248
+chr14	100752096	100752258
+chr3	63428840	63428859
+chr14	78639688	78639719
+chr6	74171430	74171446
+chr10	122609968	122610158
+chr9	140116045	140116089
+chr19	675961	676444
+chr13	113688124	113688220
+chr16	12996841	12997160
+chr8	140744200	140744278
+chr1	223854639	223854704
+chr3	183602683	183602690
+chr1	29209645	29210069
+chr19	38879544	38879625
+chr3	127842836	127842843
+chr17	76165079	76165253
+chrX	152665963	152666217
+chr11	2554295	2554330
+chr7	41745354	41745376
+chr8	145844806	145845212
+chr7	54956419	54956598
+chr8	142285145	142285223
+chr16	88941773	88942093
+chr13	28366498	28366550
+chr2	106509480	106509825
+chr2	68871054	68871420
+chr3	138313050	138313064
+chr5	39425499	39425501
+chr13	71086048	71086226
+chr1	1334803	1334814
+chr4	52917541	52917543
+chr11	68095662	68096049
+chr4	141565219	141565541
+chr5	151303799	151303934
+chrX	48931742	48931823
+chr1	90097933	90098291
+chr10	72165322	72165580
+chr9	133762611	133762848
+chr6	30164320	30164453
+chr6	136611636	136611664
+chr12	1937829	1937920
+chr8	96281430	96281443
+chr1	110091035	110091086
+chr6	32145558	32145617
+chr10	96162940	96163157
+chr12	122688279	122688708
+chr20	25065207	25065418
+chr16	1316137	1316439
+chr1	159750490	159750522
+chr7	211878	211932
+chr3	36805370	36805426
+chr8	79428386	79428396
+chr17	75463812	75463936
+chr1	19600719	19600730
+chr12	14927880	14928035
+chr6	32862002	32862109
+chr16	4258102	4258342
+chr21	28337168	28337594
+chr7	127292107	127292110
+chr9	139872161	139872198
+chr17	4463371	4463863
+chr12	3590738	3590750
+chr2	20068702	20068871
+chr6	32073035	32073075
+chr10	1510000	1510029
+chr14	23938408	23938736
+chr3	192445332	192445340
+chr8	296808	297281
+chr12	132886302	132886405
+chr19	12792430	12792705
+chr14	105834424	105834764
+chr15	89907399	89907810
+chr5	1882963	1883214
+chr7	23719613	23719634
+chr1	202976491	202976858
+chr2	10220768	10220838
+chr1	178061897	178062390
+chr2	66666292	66666422
+chr4	1208737	1208960
+chr5	177558041	177558052
+chr6	150213124	150213234
+chr2	241263026	241263049
+chr16	49407465	49407746
+chr22	20134415	20134578
+chr9	127624236	127624485
+chr5	87990074	87990097
+chr7	2802554	2802560
+chr7	102087309	102087552
+chr3	11888407	11888436
+chr3	182510844	182510901
+chr6	126112122	126112125
+chr7	98030434	98030593
+chrX	105067054	105067311
+chr3	146263099	146263288
+chr14	105045139	105045299
+chr20	30437512	30437683
+chr1	67520210	67520304
+chr20	60544751	60544932
+chr10	97804089	97804280
+chr3	113955600	113955940
+chr19	5711979	5712020
+chr20	23471737	23471921
+chr19	19249409	19249433
+chr12	54500175	54500619
+chr6	165746952	165746981
+chr1	153030519	153030546
+chr2	207506480	207506487
+chr9	34620222	34620395
+chr12	125667848	125667859
+chr11	72433503	72433619
+chr15	28341452	28341562
+chr16	50744951	50745054
+chr16	1152511	1153002
+chr6	133120269	133120407
+chr1	154839765	154839909
+chr1	154943349	154943603
+chr2	31456775	31456789
+chr3	58418944	58419375
+chr3	56502646	56502747
+chr4	467983	467992
+chr12	113658854	113658888
+chr12	54385517	54385526
+chr16	4382269	4382727
+chr8	103741780	103742075
+chr2	118380944	118381131
+chr5	41924744	41925072
+chr1	174968457	174968509
+chr1	20616440	20616496
+chr4	1341016	1341371
+chr3	45429828	45430029
+chr6	33421509	33421704
+chr16	1029697	1030166
+chr7	100425027	100425106
+chr10	133795510	133795575
+chr16	1455735	1455802
+chr21	46238804	46238957
+chr10	35894222	35894247
+chr16	777408	777441
+chr22	25575198	25575378
+chr11	105948767	105949099
+chr7	140771371	140771779
+chr3	197517876	197517914
+chr17	37895429	37895771
+chr4	186318115	186318356
+chr11	105947864	105948098
+chr2	71134791	71134888
+chr4	15682874	15682893
+chr3	49044755	49044904
+chr7	120497479	120497511
+chr12	58019647	58019759
+chr1	41627791	41628022
+chr1	200841805	200841813
+chr16	28073770	28073940
+chr8	72757739	72757779
+chr13	21277342	21277362
+chr4	189060852	189060982
+chr17	42634907	42635262
+chr10	70715697	70715782
+chr12	109914017	109914093
+chr8	56756852	56757013
+chr1	155035340	155035482
+chr18	76751616	76751952
+chr1	25255872	25256321
+chr7	101846945	101847004
+chr1	205745659	205745713
+chr6	32121355	32121368
+chr1	165322736	165323232
+chr6	29691202	29691264
+chr1	2082458	2082522
+chr6	32812518	32812521
+chr5	122429469	122429966
+chr1	177140510	177140561
+chr2	8684041	8684126
+chr6	33262531	33262552
+chr16	27280283	27280386
+chr1	2271279	2271419
+chr2	242742807	242743214
+chr20	10655416	10655447
+chr8	63160698	63160713
+chr6	111580656	111580838
+chr3	148804742	148804818
+chr17	46806056	46806134
+chr22	48916862	48917166
+chr1	1099118	1099563
+chr19	40711818	40711880
+chr8	67783229	67783685
+chr6	32060768	32061036
+chr19	8274017	8274069
+chr1	63792134	63792183
+chr10	37967356	37967620
+chr19	2950866	2950871
+chr7	158072443	158072687
+chr1	155051521	155051711
+chr2	234637306	234637526
+chr7	24613072	24613078
+chr1	231473786	231473791
+chr2	234749770	234749871
+chr17	8380530	8380905
+chr17	77925088	77925269
+chr6	32011527	32011583
+chr1	2288167	2288251
+chr15	75932598	75932625
+chr2	242989856	242990263
+chr2	241075915	241075960
+chr10	550379	550564
+chr14	45431685	45431795
+chr9	124132111	124132345
+chr15	75871759	75871765
+chr18	39535047	39535156
+chr2	10696980	10697152
+chr2	92280662	92280697
+chr11	134532208	134532287
+chr13	113570860	113570931
+chr11	18727273	18727504
+chr19	58038694	58038808
+chr1	161284176	161284279
+chr12	51592032	51592093
+chr5	43042288	43042726
+chr15	31093040	31093049
+chr11	334513	334785
+chr14	93581519	93581830
+chr6	57037051	57037243
+chr16	611937	612258
+chr20	10415871	10415952
+chr14	52780919	52780921
+chr19	45409440	45409713
+chr6	16128969	16129124
+chr7	150896413	150896449
+chr6	155577916	155578034
+chr12	34453300	34453498
+chr5	54516782	54516879
+chr6	87865051	87865072
+chr11	2183660	2183776
+chr16	90085674	90085915
+chr14	75469471	75469539
+chr12	20521112	20521133
+chr11	60680440	60680467
+chr6	34205763	34206084
+chr1	2521794	2522282
+chr17	66097411	66097496
+chr2	127933644	127933944
+chr2	234358080	234358327
+chr7	1065908	1066024
+chr17	40118690	40118906
+chr9	136024925	136025100
+chr19	50093493	50093678
+chr3	44037760	44037868
+chr2	1828377	1828390
+chr14	75388007	75388105
+chr5	15936758	15936768
+chr10	64892796	64892832
+chr12	123160012	123160418
+chr4	188045495	188045641
+chr1	44440194	44440353
+chr11	61735088	61735090
+chr15	89164553	89164951
+chr2	232571771	232572234
+chr11	125703119	125703182
+chr2	96190967	96191158
+chr20	61493177	61493179
+chr6	157932130	157932132
+chr14	105780383	105780647
+chr19	37569216	37569268
+chrX	9431257	9431278
+chr5	36607333	36607377
+chr5	115912213	115912383
+chr8	145138177	145138303
+chr1	85930809	85930813
+chr16	25078391	25078649
+chr19	1754700	1754780
+chr11	3819108	3819306
+chr15	26109204	26109213
+chr1	10532799	10532838
+chr17	75136271	75136278
+chr6	31124103	31124408
+chr8	38089514	38089872
+chr7	150948712	150948861
+chr3	183415648	183415779
+chr7	100081457	100081471
+chr20	1874805	1875011
+chr1	165513270	165513274
+chr4	141543062	141543410
+chr11	417246	417540
+chr14	101530722	101530856
+chr1	53686094	53686403
+chr12	3602162	3602238
+chr16	712099	712206
+chr2	10687636	10687659
+chr13	100644276	100644372
+chr7	27143758	27143788
+chr19	2270759	2270953
+chr22	42316176	42316433
+chr7	100075348	100075402
+chr16	1869296	1869400
+chr14	65006222	65006281
+chr22	35695234	35695253
+chr6	30539092	30539234
+chr14	77606942	77607174
+chr2	21022517	21022539
+chr8	25316344	25316367
+chr12	120703929	120703958
+chr6	31802109	31802121
+chr7	1006746	1006792
+chr14	74181237	74181379
+chr16	68573240	68573504
+chr19	36450215	36450358
+chr2	37899953	37900205
+chr10	81107244	81107246
+chr12	49449791	49450126
+chr17	41363549	41363580
+chr19	51920837	51920932
+chr7	30544895	30545026
+chr2	220432815	220432822
+chr14	74769859	74770062
+chr14	102780914	102781012
+chrX	153696700	153696867
+chr16	30773975	30773997
+chr12	116043910	116043977
+chr13	111317935	111317974
+chr19	58838322	58838326
+chr15	99550802	99550811
+chr19	44174545	44174882
+chr19	16437362	16437789
+chr14	95237338	95237589
+chr8	26148057	26148147
+chr8	101118035	101118329
+chr11	65194917	65194941
+chr20	61002809	61002818
+chr14	91007672	91007747
+chr16	3068128	3068267
+chr1	153515454	153515539
+chr8	66580803	66581044
+chr2	119916438	119916462
+chr8	23429097	23429119
+chr4	754733	755017
+chr15	42840349	42840643
+chr19	45458562	45458615
+chr2	171785027	171785085
+chr6	7910269	7910271
+chr2	38303219	38303338
+chr4	77996196	77996389
+chr19	14247518	14247520
+chr2	171671730	171671795
+chr20	42143441	42143454
+chr1	168148069	168148262
+chr4	156680999	156681385
+chr11	688275	688397
+chr14	101033900	101034236
+chr20	47538576	47538719
+chr12	53835315	53835350
+chr6	27101002	27101120
+chr6	28192892	28192979
+chr19	3506391	3506553
+chr2	241569661	241569846
+chr6	112667932	112668163
+chr9	127905013	127905101
+chr6	31707154	31707200
+chr1	201509268	201509367
+chrX	151903218	151903224
+chr16	1365725	1365877
+chr22	46285849	46285985
+chr3	145968692	145968696
+chr8	142441540	142441547
+chr1	179560870	179560983
+chr16	3021746	3021802
+chr19	2525459	2525586
+chr22	17081668	17081939
+chr12	57483108	57483465
+chr17	27309065	27309139
+chr19	55691752	55691761
+chr15	63341333	63341463
+chr6	33284312	33284336
+chr15	76484054	76484379
+chr11	78128397	78128696
+chr6	86547801	86548232
+chr6	52629311	52629370
+chr6	31238388	31238703
+chr4	106472942	106473040
+chr1	179561299	179561500
+chr1	212874552	212874586
+chr11	65222443	65222561
+chr16	49525807	49526201
+chr4	113066700	113067023
+chr17	2323612	2323626
+chr12	65563916	65564395
+chr1	38942403	38942533
+chr1	25573940	25573955
+chr1	183604789	183604810
+chr7	97875211	97875293
+chr15	40633294	40633416
+chr1	153963502	153963545
+chr19	55874335	55874452
+chr6	91297190	91297352
+chr12	53738046	53738511
+chr16	87719098	87719153
+chr4	93225418	93225517
+chr14	103686511	103686519
+chr7	27250204	27250296
+chr7	135346452	135346754
+chrX	70364497	70364566
+chr10	45359611	45359667
+chr5	16742006	16742131
+chr22	41777456	41777658
+chr8	145670322	145670656
+chr1	24742201	24742201
+chr16	2015049	2015066
+chr11	118842932	118842952
+chrX	19533969	19534066
+chr7	134915756	134916185
+chr12	109549041	109549049
+chr15	45421812	45421951
+chr6	26533192	26533349
+chr16	2007410	2007559
+chr18	77623427	77623435
+chr20	37230436	37230612
+chr5	34656925	34657214
+chr15	77988617	77988793
+chr4	57371671	57371820
+chr1	169764411	169764525
+chr12	12876682	12876897
+chr8	125383778	125384121
+chr2	44588907	44588913
+chr16	6623690	6623787
+chr17	74303838	74303852
+chr5	42943809	42944030
+chr7	1066348	1066650
+chr14	104569529	104569581
+chr17	30770913	30771106
+chr8	11566048	11566478
+chr16	32096416	32096575
+chr17	750379	750766
+chr1	156785288	156785510
+chr3	137486637	137487033
+chr1	156571322	156571355
+chr12	108154917	108154919
+chr3	194405973	194406142
+chr3	57094356	57094763
+chr10	134016267	134016665
+chr10	392243	392646
+chr12	24736888	24737079
+chr6	31864658	31865084
+chr7	24797054	24797192
+chr11	125757583	125757753
+chr8	11626510	11626984
+chr12	56415271	56415591
+chr3	10492478	10492743
+chr8	143397460	143397670
+chr5	159625542	159625565
+chr19	58873524	58873982
+chr9	130922685	130922769
+chr7	157958623	157958748
+chr1	177140257	177140274
+chr16	22019950	22020026
+chr19	2131880	2132027
+chr12	132284512	132284569
+chr2	106485470	106485483
+chr16	58664450	58664462
+chr12	132166293	132166333
+chr12	96587734	96587840
+chr17	77037916	77037938
+chr2	1683948	1684003
+chr7	563891	563916
+chr18	74770402	74770431
+chr8	1403050	1403454
+chr11	2925634	2925768
+chr8	81397741	81397828
+chr3	9851429	9851524
+chr15	78384472	78384712
+chr2	73340441	73340724
+chr19	54312807	54312881
+chr14	97263668	97263753
+chr17	61904693	61904742
+chr19	44173100	44173237
+chr2	11758793	11758995
+chr3	155588322	155588334
+chr8	1814884	1814909
+chr20	23968830	23969237
+chr6	29910225	29910269
+chr9	135454903	135455126
+chr12	132045317	132045666
+chr10	101769971	101770090
+chr10	132893586	132893698
+chr5	140071040	140071056
+chr19	19612760	19612767
+chr3	50283423	50283852
+chr3	122399507	122399601
+chr6	31869565	31869572
+chr19	2819672	2819690
+chr12	4405536	4405549
+chr6	33217504	33217535
+chr8	2003762	2003787
+chr1	151585657	151586010
+chr12	124086170	124086301
+chr2	84517321	84517474
+chr4	44727882	44727986
+chr10	7138926	7139026
+chr13	42845646	42846024
+chr19	40441469	40441563
+chr3	121265395	121265678
+chr1	242686661	242686970
+chr10	93392822	93392839
+chr12	123335444	123335639
+chr6	51275338	51275456
+chr2	242802099	242802127
+chr3	45430041	45430139
+chr3	193095961	193096438
+chr10	75256027	75256221
+chr11	2422337	2422391
+chr7	616628	616716
+chr14	96506401	96506542
+chr17	37381225	37381475
+chr8	145133111	145133152
+chr1	26373006	26373084
+chr12	124343780	124344196
+chr6	129513952	129513973
+chr6	160771074	160771574
+chr6	30313070	30313077
+chr11	65153777	65153794
+chr2	79220833	79221130
+chr20	46130584	46130592
+chr4	9492758	9493066
+chr15	83953883	83953929
+chr16	1425500	1425841
+chr5	172571655	172571786
+chr16	88094158	88094287
+chr12	65563159	65563210
+chr21	43373079	43373088
+chr1	204839558	204839771
+chr11	64889644	64889651
+chr5	134210410	134210503
+chr13	113383528	113383706
+chr12	50418837	50419238
+chr12	133172731	133172993
+chr8	23430838	23430966
+chr1	207627978	207628110
+chr13	24734730	24734747
+chr16	29625989	29626077
+chr2	157291903	157291970
+chr7	4303742	4303970
+chr19	23084177	23084196
+chr19	2085286	2085297
+chr12	52464081	52464244
+chr19	40366346	40366607
+chr6	32546743	32547019
+chr12	16034914	16034931
+chr3	44511383	44511713
+chr3	69788247	69788394
+chr4	187810446	187810502
+chr10	94352700	94352726
+chr13	113533425	113533862
+chr19	56879565	56879571
+chr15	76196055	76196091
+chr6	13486497	13486599
+chr6	109761890	109762110
+chr2	240298187	240298511
+chr1	16090670	16091052
+chr15	25434632	25435052
+chr6	29617820	29617902
+chr15	75251533	75251685
+chr6	30685087	30685120
+chr20	18121410	18121820
+chr7	45125615	45126100
+chr3	50193049	50193184
+chr19	44810574	44810637
+chr6	46620676	46620708
+chr16	85587615	85587921
+chr3	157217331	157217414
+chr16	30934696	30934727
+chr17	35084927	35085012
+chr2	220290871	220291055
+chr2	132415701	132416160
+chr11	62446602	62446605
+chr21	44527778	44527812
+chr4	146100881	146100950
+chr11	18270548	18270955
+chr16	2014791	2014817
+chr1	183604510	183604626
+chr19	633577	633601
+chr6	161575585	161575667
+chr11	811545	811557
+chr3	36421183	36421524
+chr3	178865233	178865502
+chr16	29195979	29196424
+chr8	121457778	121457786
+chr3	52099548	52099561
+chr12	2162290	2162491
+chr12	69139768	69139774
+chr3	99944068	99944194
+chr5	72251278	72251358
+chr19	56904532	56904755
+chr4	66535335	66535355
+chr2	191045697	191045885
+chr14	101393226	101393397
+chr10	103880512	103880527
+chr17	72920176	72920187
+chr21	44905016	44905245
+chr4	159816181	159816397
+chr1	93250693	93250863
+chr9	100264124	100264241
+chr2	163175335	163175400
+chr6	1610673	1610688
+chr17	7298465	7298471
+chr3	9177754	9178132
+chr3	66702975	66703010
+chr16	4000474	4000539
+chr20	43280726	43280957
+chr17	1359383	1359781
+chr6	31671159	31671165
+chr1	151483425	151483526
+chr19	1324834	1325052
+chr2	242716340	242716511
+chr10	65733388	65733575
+chr12	51318640	51318733
+chr4	128886996	128887130
+chr12	123351734	123351798
+chr3	10052845	10052848
+chr7	28966468	28966482
+chr16	15931190	15931580
+chr4	1340351	1340354
+chr9	108006974	108007124
+chr1	113249894	113249926
+chr19	54676900	54676946
+chr10	131263914	131264054
+chr15	78933902	78934280
+chr5	38556435	38556796
+chr9	35406069	35406542
+chr3	51746675	51746731
+chr19	45349335	45349387
+chr20	36148264	36148275
+chr19	1402419	1402626
+chr9	117068159	117068361
+chr3	160167681	160167698
+chr16	427636	427708
+chr16	87577607	87577680
+chr1	222987673	222987845
+chr19	53662546	53662572
+chr3	54121271	54121713
+chr1	9884624	9884671
+chr2	97533635	97534057
+chr5	82769097	82769514
+chr16	67977992	67978110
+chr9	79629668	79629795
+chr9	88969507	88969709
+chr6	31941361	31941422
+chr15	80634248	80634459
+chr7	75947528	75947586
+chr4	6380399	6380441
+chr1	17294704	17294724
+chr1	6420665	6420733
+chr16	2265446	2265480
+chr11	65983930	65984061
+chr6	29760816	29760849
+chr9	99801550	99801675
+chr11	75379864	75379867
+chr16	87730603	87730904
+chr11	47416310	47416487
+chr17	73274392	73274405
+chr6	42715312	42715412
+chr1	175036687	175036986
+chr22	35946739	35946799
+chrX	109561793	109561870
+chr1	14031986	14032156
+chr19	19322628	19322630
+chr12	82153410	82153416
+chr1	41249191	41249206
+chr12	11151382	11151430
+chr16	1592043	1592106
+chr8	42234724	42234732
+chr8	142653823	142653862
+chr1	11779326	11779347
+chr6	28833292	28833432
+chr6	42847567	42847598
+chr3	10400464	10400500
+chr7	23285742	23285761
+chr11	2398773	2398776
+chr1	159915429	159915569
+chr1	2304216	2304267
+chr12	6665424	6665447
+chr2	154729189	154729200
+chr10	50970567	50970575
+chr7	62809325	62809572
+chr19	10196678	10196681
+chr22	21213387	21213401
+chr6	31547656	31547917
+chr1	28833588	28833787
+chr4	146267319	146267337
+chr1	2371799	2372006
+chr7	148823965	148824398
+chr6	32409365	32409856
+chr10	91011689	91011695
+chr2	63285365	63285425
+chr5	141348837	141349103
+chr13	100037488	100037570
+chr6	46620661	46620666
+chr15	73075539	73075935
+chr16	2206254	2206272
+chr3	184280384	184280664
+chr16	88550695	88550913
+chr1	212458981	212459242
+chr17	8702816	8702823
+chr2	108602906	108602931
+chr1	147070522	147070895
+chr12	56843371	56843527
+chr4	110736647	110736667
+chr11	43604549	43604710
+chr5	42924319	42924504
+chr7	158039691	158040051
+chr15	74315491	74315710
+chr4	186877778	186877868
+chr12	131496404	131496866
+chr16	1060319	1060497
+chr10	121632324	121632381
+chr5	2890273	2890284
+chr6	167737889	167738277
+chr6	28891795	28891819
+chr13	44454131	44454147
+chr4	56815070	56815073
+chr10	28591383	28591736
+chr11	14380065	14380330
+chr4	166795574	166795649
+chr16	67143792	67143798
+chr19	55314050	55314542
+chr7	77428616	77428631
+chr19	44302906	44303010
+chr4	39640592	39640692
+chr7	96642462	96642605
+chr16	88540175	88540241
+chr3	125678667	125678923
+chr14	23834861	23834977
+chr2	62020677	62020921
+chr7	101944382	101944556
+chr10	125852143	125852267
+chr6	31762671	31762688
+chr15	39872071	39872186
+chr10	2932251	2932386
+chr1	117453315	117453354
+chr8	143055478	143055856
+chr3	10857800	10857955
+chr3	187455953	187456175
+chr6	28892031	28892177
+chr16	2893702	2893718
+chr12	132429311	132429481
+chr17	47210222	47210231
+chr11	2846971	2847258
+chr19	44306685	44306899
+chr19	58459235	58459310
+chr12	25539612	25539794
+chr1	227506021	227506465
+chr1	234735498	234735653
+chr11	89463537	89463689
+chrX	74146414	74146560
+chr10	120863675	120863813
+chr15	74914434	74914443
+chr6	28109239	28109414
+chr10	135002804	135002928
+chr6	30079102	30079139
+chr10	89621940	89621984
+chr19	44506973	44506977
+chr12	132915910	132916034
+chr5	77072222	77072348
+chr12	96336073	96336198
+chr6	28554801	28554816
+chr19	7661462	7661617
+chr3	107597020	107597051
+chr7	6388618	6388620
+chr1	180472298	180472306
+chr2	128433058	128433157
+chr2	220197716	220197852
+chr1	113258187	113258217
+chr17	1619494	1619658
+chr22	24998133	24998564
+chr1	93914004	93914365
+chr15	52472335	52472341
+chr5	90576256	90576380
+chr5	140098126	140098182
+chr6	32822150	32822182
+chr3	32862571	32862782
+chr1	2835156	2835258
+chr6	117002125	117002136
+chr19	35167950	35168238
+chr2	99797349	99797358
+chr7	65842437	65842439
+chr6	12012496	12012503
+chr7	27260466	27260585
+chr2	182542510	182542816
+chr6	30654559	30654622
+chr4	73935038	73935377
+chr7	142552940	142553109
+chr3	195164012	195164024
+chr4	111509090	111509210
+chr6	159360705	159360761
+chr17	29902341	29902402
+chr17	43212787	43212841
+chr17	73512319	73512464
+chr5	72921546	72921653
+chr8	145537709	145537915
+chr3	181441316	181441384
+chr1	85220040	85220130
+chr1	147231061	147231476
+chr6	167535764	167535861
+chr21	40984505	40984562
+chr11	113746783	113746795
+chr17	38708638	38708761
+chr6	22569556	22569590
+chr1	98519504	98519661
+chr19	50848114	50848199
+chr2	239930852	239930963
+chr6	166298445	166298520
+chr7	94139369	94139401
+chr3	69927381	69927701
+chr17	78387573	78387595
+chr1	40782713	40782785
+chr16	29822668	29822737
+chr4	140656096	140656359
+chr12	66563837	66563846
+chr10	131265067	131265071
+chr7	154720165	154720404
+chr3	128564943	128564980
+chr10	102988841	102989206
+chr15	63414019	63414208
+chr16	103592	103646
+chr18	18517514	18517856
+chr1	154955991	154956222
+chr6	158365130	158365160
+chr11	58710158	58710266
+chr13	22493728	22493739
+chr16	4166866	4166952
+chr21	31970880	31970997
+chr11	65028766	65029061
+chr17	7960376	7960401
+chr2	720516	720852
+chr10	134161948	134161968
+chr15	95739389	95739445
+chr8	93107556	93107627
+chr18	54317824	54318276
+chr22	28839137	28839249
+chr1	109584974	109584983
+chr3	51422506	51422528
+chr8	121136903	121137288
+chr11	74108683	74109076
+chr12	12878817	12878887
+chr1	43534145	43534197
+chr19	55103605	55103698
+chr10	100993535	100993539
+chr2	190445429	190445551
+chr6	168533689	168533990
+chr11	62439475	62439619
+chr6	118972184	118972683
+chr1	2724826	2725083
+chr1	181998878	181998933
+chr19	5623147	5623150
+chr20	33872414	33872506
+chr15	64455389	64455548
+chr16	4321333	4321433
+chr11	67814962	67815000
+chr12	131125269	131125517
+chr10	95462113	95462119
+chr2	239228995	239229134
+chr9	125874627	125874949
+chr2	3718077	3718155
+chr11	31391040	31391061
+chr17	58216551	58216651
+chr17	77127487	77127605
+chr12	54410526	54410576
+chr12	65003944	65004241
+chr3	35721037	35721072
+chr3	141378729	141378979
+chr16	85674980	85675112
+chrX	71458818	71458823
+chr22	45636269	45636477
+chr21	45232539	45232547
+chr6	133561886	133561898
+chr9	72873325	72873544
+chr10	8117467	8117508
+chr5	68389948	68390333
+chr17	48911093	48911109
+chr12	50297533	50297540
+chr1	219347062	219347204
+chr2	232395336	232395355
+chr11	121970692	121970720
+chr22	26829758	26829938
+chr6	32038462	32038493
+chr20	896976	897002
+chr7	107220368	107220372
+chr1	2119531	2119550
+chr1	236511046	236511281
+chr3	180456508	180456625
+chr9	35102736	35102903
+chr16	1396289	1396368
+chr17	5322836	5322840
+chr19	40005554	40005563
+chr5	140857995	140857998
+chr12	122019110	122019117
+chr6	133137893	133138165
+chr15	75018447	75018528
+chr17	36452793	36453009
+chr17	14115538	14115620
+chr10	124220808	124220826
+chr2	62932787	62932913
+chr17	12877321	12877546
+chr19	54107634	54107706
+chr12	32831369	32831428
+chr16	89000666	89000932
+chr16	2380875	2381245
+chr19	15375326	15375370
+chr1	65432431	65432444
+chr19	17634023	17634060
+chr16	68279438	68279565
+chr19	41798233	41798251
+chr1	26185997	26186070
+chr11	2610547	2610693
+chr6	30029091	30029095
+chr6	30882953	30883026
+chr6	160210882	160210888
+chr6	32076270	32076337
+chr1	18963429	18963622
+chr11	94276850	94276855
+chr7	91763468	91763737
+chr2	36825350	36825355
+chr7	2025000	2025172
+chr19	38308215	38308410
+chr12	57623949	57624371
+chr12	56040048	56040058
+chr19	42498642	42498662
+chr6	109760819	109760831
+chr7	45717588	45717603
+chr9	34958091	34958499
+chr16	3306476	3306685
+chr2	65357544	65357763
+chr19	35085509	35085512
+chr7	2583402	2583541
+chr19	36980517	36980602
+chr1	19283054	19283164
+chr18	77637974	77638216
+chr19	23945695	23945761
+chr19	41935347	41935467
+chr16	619794	619826
+chr17	46830125	46830212
+chr19	6373108	6373413
+chr10	134943284	134943309
+chr1	861317	861629
+chr19	46294482	46294847
+chr3	96533530	96533651
+chr11	1097211	1097554
+chr7	51539466	51539535
+chr11	1249008	1249444
+chr6	168628452	168628662
+chr13	79183465	79183694
+chr1	1856025	1856464
+chr10	135178643	135178849
+chr11	130271769	130271855
+chr5	83017644	83017873
+chr11	1769645	1770066
+chr1	228295568	228295858
+chr19	58458572	58458721
+chrX	70288356	70288358
+chrX	149716267	149716393
+chrX	64196230	64196295
+chr19	46974614	46974838
+chr11	44541905	44541999
+chr8	37963317	37963428
+chr6	90312200	90312468
+chr7	44365292	44365303
+chr7	84816454	84816843
+chr15	93876533	93876582
+chr7	55955335	55955621
+chr6	39281135	39281421
+chr5	134526076	134526173
+chr17	6347944	6347971
+chr11	119293869	119294235
+chr22	17515637	17516125
+chr1	24861872	24861919
+chr3	61547237	61547239
+chr16	88698872	88699035
+chr16	841502	841991
+chr5	30429281	30429433
+chr8	140712424	140712445
+chr2	113522495	113522573
+chr13	99229590	99229849
+chr2	25475678	25475757
+chr20	30410691	30410856
+chr3	128182210	128182327
+chr17	46688321	46688329
+chr3	11195269	11195703
+chr8	10530005	10530123
+chr14	23306850	23306926
+chr15	29396152	29396219
+chr20	21378447	21378512
+chr6	32978223	32978233
+chr1	146550074	146550467
+chr19	40596853	40596855
+chr6	163570725	163570860
+chr9	85678194	85678203
+chr19	7747220	7747713
+chr2	63285902	63286049
+chr1	33799703	33800125
+chr19	56269246	56269259
+chr7	155920108	155920287
+chr5	37371192	37371213
+chr17	30347803	30347981
+chr19	57901516	57901745
+chr7	89747970	89748001
+chr7	30185315	30185728
+chr7	1248277	1248645
+chr12	127547939	127547994
+chr1	197871836	197871847
+chr12	7315351	7315531
+chr20	61447775	61447831
+chr21	44527986	44528293
+chr6	150346921	150346964
+chr11	120196353	120196371
+chr3	9957467	9957531
+chr16	1440373	1440450
+chr20	48769948	48770123
+chr16	71264579	71264658
+chrX	24380365	24380373
+chr17	5323110	5323140
+chr15	42500294	42500463
+chr6	1410489	1410497
+chr12	133424655	133424661
+chr8	75262469	75262474
+chr18	21594202	21594413
+chr15	68498589	68498809
+chr6	29600462	29600468
+chr6	28829348	28829350
+chr5	78532028	78532229
+chr19	6707248	6707459
+chr6	146285417	146285544
+chr17	78796031	78796159
+chr11	977048	977074
+chr6	33176399	33176405
+chr17	7083365	7083519
+chr5	178054264	178054469
+chr14	77965123	77965284
+chr5	43313677	43313767
+chr5	118324465	118324619
+chr1	38230779	38230827
+chr5	141303574	141303900
+chr14	38067917	38068292
+chr15	75095377	75095399
+chr4	187628413	187628521
+chr8	48739113	48739208
+chr12	94580378	94580609
+chr4	148538295	148538443
+chr3	157827967	157828117
+chr1	212459245	212459693
+chr4	111120056	111120249
+chr5	1650894	1650985
+chr17	1837612	1837648
+chr6	152002969	152002990
+chr16	4524103	4524223
+chr11	98891163	98891492
+chr6	136610989	136611015
+chr11	73694566	73694801
+chr3	113251979	113252149
+chr2	219157035	219157103
+chr10	766453	766464
+chr1	182991683	182991799
+chr6	32162695	32162755
+chr19	36024313	36024375
+chr17	60501112	60501122
+chr16	4524466	4524620
+chr19	42914828	42915324
+chr6	34111965	34112244
+chr19	38924116	38924182
+chr2	75937918	75937996
+chr5	178368205	178368415
+chr2	110873031	110873394
+chr10	75757763	75757766
+chr12	131357140	131357429
+chr1	22469666	22469675
+chr2	95873194	95873225
+chr8	125739363	125739784
+chr6	164520673	164520746
+chr21	42797799	42797891
+chr7	73894951	73895013
+chr19	58090211	58090229
+chr1	44584302	44584369
+chr12	107974248	107974396
+chr1	214557351	214557497
+chr1	155197753	155197843
+chr3	31574261	31574495
+chr6	167411361	167411506
+chr11	19367573	19367766
+chr12	133382933	133383213
+chr16	19727094	19727399
+chr12	132923291	132923382
+chr14	105268492	105268542
+chr11	105948458	105948472
+chr22	30643015	30643376
+chr17	27054446	27054467
+chr16	4588796	4588812
+chr4	1334485	1334513
+chr5	175084670	175084695
+chr16	28888877	28889062
+chr11	112097164	112097232
+chr19	5892265	5892412
+chr6	160220721	160220921
+chrX	40006072	40006075
+chr2	198236102	198236234
+chr7	63667546	63667718
+chr3	20081470	20081582
+chr6	129203735	129203887
+chr3	186288370	186288388
+chr8	104310665	104310722
+chr19	50014987	50015178
+chr7	139257552	139257770
+chr1	54821910	54821960
+chr1	204043732	204044122
+chr15	49103386	49103565
+chr14	65381042	65381070
+chr2	95940063	95940475
+chr3	182400155	182400230
+chr8	43129374	43129678
+chr7	143058944	143059170
+chr16	1992583	1992734
+chr4	169401621	169401639
+chr6	133135639	133135828
+chr8	142201637	142201784
+chr10	1034120	1034284
+chr10	44052120	44052400
+chr19	50667086	50667404
+chr22	44576821	44577015
+chr18	74207390	74207503
+chr7	17339028	17339433
+chr7	77427790	77427822
+chr6	144164650	144164755
+chr1	16058422	16058427
+chr3	47845138	47845624
+chr4	8201080	8201560
+chr17	8022527	8022544
+chr16	1233592	1233824
+chr4	6247592	6247830
+chr3	47398007	47398209
+chr1	153756061	153756071
+chr11	20385639	20385756
+chr6	42928498	42928725
+chr7	99746088	99746231
+chr19	57742255	57742260
+chr8	11058097	11058347
+chr1	209878178	209878341
+chr7	786634	786861
+chr13	113425199	113425249
+chr20	57414548	57414836
+chr16	13873757	13873785
+chr1	224051868	224052035
+chr5	43066427	43066490
+chr6	28832090	28832107
+chr11	64112432	64112498
+chr11	49070231	49070637
+chr12	131355417	131355786
+chr8	179284	179287
+chr11	28129628	28129685
+chr1	244624507	244624510
+chr11	2908233	2908348
+chr17	75277597	75277987
+chr22	18893669	18893679
+chr2	26915844	26916101
+chrX	152712875	152713268
+chr12	123636457	123636548
+chr9	96716998	96717301
+chr10	30024328	30024742
+chr4	166129241	166129561
+chr1	220445993	220445995
+chr8	67974296	67974324
+chr11	9406067	9406069
+chr5	122181017	122181023
+chr6	111409483	111409499
+chr2	224904683	224904724
+chr1	151171009	151171034
+chr4	1684743	1684825
+chr7	95951129	95951432
+chr3	186284968	186285036
+chr5	148737478	148737491
+chr16	88949937	88950027
+chr6	33401514	33401520
+chr8	1830866	1830917
+chr1	155214516	155214522
+chr17	31620820	31621201
+chr6	138613022	138613217
+chr10	71893159	71893365
+chr5	64920465	64920682
+chr8	22462419	22462445
+chr2	242953437	242953706
+chr5	176882595	176882869
+chr16	702075	702538
+chr19	33165499	33165562
+chr8	74658199	74658628
+chr2	95978173	95978199
+chr15	74495109	74495354
+chr1	11160083	11160106
+chr19	18896584	18896853
+chr7	98476450	98476580
+chr10	2005709	2005787
+chr17	1619022	1619080
+chr2	239335418	239335774
+chr12	96429111	96429271
+chr17	1627652	1627653
+chr16	19729769	19729774
+chr12	64062564	64062724
+chr1	228346133	228346290
+chr10	851053	851217
+chr12	124118184	124118264
+chr16	25269413	25269641
+chr2	237033449	237033583
+chr19	56154045	56154165
+chr5	980532	980708
+chr17	36831195	36831197
+chr6	87865437	87865802
+chr19	54976458	54976708
+chr20	42543129	42543184
+chr16	87467986	87468092
+chr6	108582892	108583023
+chr1	11958326	11958524
+chr6	33168957	33168971
+chr11	107798924	107799072
+chr16	30934656	30934666
+chr17	80455473	80455631
+chr10	129924922	129925077
+chr7	39873832	39874034
+chr6	33386087	33386148
+chr15	66679669	66679676
+chr3	184095197	184095505
+chr6	118228382	118228493
+chr12	52758833	52758902
+chr14	93799351	93799370
+chr3	5028674	5028761
+chr6	34499341	34499440
+chr3	197463378	197463746
+chr14	81687597	81687673
+chr6	30647100	30647128
+chr1	3816609	3816695
+chr11	111472582	111472693
+chr8	99182374	99182441
+chr15	65068546	65068837
+chr12	75723784	75723785
+chr14	24711884	24711919
+chr16	1742197	1742233
+chr2	558775	558994
+chr17	1553154	1553341
+chr3	195600560	195600868
+chr20	62076013	62076083
+chr9	116811633	116811741
+chr1	207096358	207096725
+chr17	79935160	79935165
+chr2	107200898	107201149
+chr3	11746135	11746226
+chr1	166845717	166845736
+chr9	101017883	101018043
+chr10	3466747	3466852
+chr16	215733	215743
+chr19	4954579	4954869
+chr6	72806727	72806742
+chr16	221542	221811
+chr6	41888842	41888845
+chr8	10872648	10872771
+chr10	127461065	127461233
+chr15	78857577	78857848
+chr6	30689496	30689514
+chr8	143867129	143867256
+chr10	73975246	73975286
+chr17	76673221	76673380
+chr3	150803247	150803259
+chr16	67875607	67875619
+chr10	116045787	116045882
+chr11	45792562	45792923
+chr16	11376154	11376261
+chr6	29910363	29910525
+chr3	33155916	33156070
+chr11	67033753	67034249
+chr1	116694158	116694617
+chr11	64329378	64329602
+chr15	81071225	81071660
+chr7	1051703	1052092
+chr12	54375971	54376094
+chr1	242142427	242142508
+chr10	23480237	23480316
+chr3	112693867	112694014
+chr19	17326067	17326073
+chr4	7657255	7657359
+chr1	244395067	244395207
+chr5	79703702	79703937
+chr9	125675579	125675605
+chr1	53558066	53558245
+chr6	71377500	71377503
+chrX	118284593	118284647
+chr7	140773688	140773905
+chr19	10615049	10615151
+chr7	1499380	1499391
+chr6	1605865	1605980
+chr9	131548632	131549075
+chr1	54203500	54203678
+chr1	167904236	167904675
+chr10	75541617	75541620
+chr17	883294	883776
+chr12	113917085	113917347
+chr2	63275509	63275602
+chr15	43941515	43941594
+chr3	128880118	128880122
+chr1	25228749	25228753
+chr2	175208761	175209075
+chr11	103907480	103907715
+chr13	46425929	46425951
+chr19	18942513	18942575
+chr3	113160637	113160821
+chr1	228645073	228645254
+chr19	10397381	10397513
+chr16	47006731	47006792
+chr15	89960503	89960644
+chr1	1487068	1487266
+chr16	2389659	2389857
+chrX	148713678	148713713
+chr11	9406013	9406015
+chr16	11836643	11836653
+chr6	155054211	155054225
+chr15	74420796	74420890
+chr5	131630064	131630074
+chr1	11072574	11072694
+chr16	11369567	11369892
+chr16	31712294	31712420
+chr5	178157956	178157962
+chr7	99630979	99630998
+chr6	33173533	33173879
+chr1	149670340	149670509
+chr6	28984958	28985069
+chr16	5078978	5079174
+chr12	34547067	34547337
+chr1	37980474	37980491
+chr1	65612817	65612994
+chr4	6675571	6675612
+chr17	78644646	78644718
+chr17	40996565	40996578
+chr16	4743395	4743474
+chr12	125594179	125594183
+chr1	45279281	45279301
+chr6	26225989	26226155
+chr17	7155352	7155389
+chr2	5833774	5834014
+chr5	95769071	95769079
+chr19	1940546	1940607
+chr16	68344947	68344949
+chr21	34915186	34915222
+chr12	123001792	123001863
+chr1	33841118	33841122
+chr11	69481995	69482104
+chr16	1608969	1609393
+chr1	39875021	39875238
+chr12	49463804	49463807
+chr14	85997421	85997471
+chr4	187647354	187647457
+chr1	112531802	112531838
+chrX	101186679	101186694
+chr8	126103295	126103681
+chr17	75522134	75522344
+chr17	77752442	77752623
+chr19	46088110	46088275
+chr19	12978255	12978312
+chr10	112678958	112679055
+chr11	616089	616112
+chr2	160654236	160654324
+chr13	98628964	98629019
+chr16	54970254	54970421
+chr12	85306500	85306526
+chr1	47910074	47910181
+chr1	145549016	145549031
+chr11	18344319	18344427
+chr17	26684665	26684673
+chr5	137367784	137367923
+chr5	179718637	179719123
+chr5	156736991	156737087
+chr20	34203745	34203749
+chr1	228604017	228604192
+chr8	142160924	142161072
+chr12	49463982	49463988
+chr10	82345935	82345955
+chr10	135032413	135032504
+chr9	35071724	35071839
+chr12	58165658	58165675
+chr9	137001737	137001921
+chr6	168391307	168391564
+chr20	30865353	30865376
+chr9	101018113	101018580
+chr20	62131189	62131260
+chr3	49946385	49946690
+chr12	51664392	51664394
+chr11	47360181	47360243
+chr16	67313552	67313563
+chr6	33147206	33147211
+chr10	131309116	131309299
+chr1	113933337	113933363
+chr13	95357784	95358044
+chr16	23160676	23160858
+chr2	25600059	25600451
+chr20	44636981	44637310
+chr18	12948653	12948732
+chr1	221069524	221069651
+chr3	15374486	15374586
+chr7	157778531	157778545
+chr1	155057209	155057324
+chr4	8588810	8588822
+chr6	26021751	26021795
+chr19	22715300	22715410
+chr17	17255427	17255514
+chr9	92219331	92219697
+chr17	6899249	6899262
+chr2	228029517	228029637
+chr12	26348481	26348749
+chr6	43596716	43596987
+chrX	101967307	101967461
+chr8	27941792	27942055
+chr1	206731118	206731616
+chr1	226595930	226596079
+chr10	31610091	31610093
+chr6	31855906	31855914
+chr12	3600039	3600106
+chr17	80573239	80573549
+chrX	153719144	153719176
+chr8	1238536	1238566
+chr3	98216159	98216324
+chr2	75061793	75062057
+chr5	74350132	74350214
+chr3	112709596	112709636
+chr4	640503	640546
+chr13	95363755	95363763
+chr16	51174069	51174083
+chr19	37329498	37329500
+chr8	109798825	109799215
+chr1	1086777	1086836
+chr16	56023299	56023696
+chr8	70855009	70855146
+chr13	21635665	21635674
+chr6	58287827	58287890
+chr5	1225026	1225224
+chr19	36606061	36606069
+chr20	37076678	37076865
+chr4	159644641	159644664
+chr19	12175639	12175671
+chr6	55104866	55105217
+chr3	40518138	40518435
+chrX	72783109	72783117
+chr1	158083111	158083299
+chr15	44085747	44085947
+chr1	1567131	1567209
+chr10	134659356	134659433
+chr12	54090471	54090754
+chr5	151304769	151304951
+chrX	130207446	130207604
+chr14	106438219	106438417
+chr19	1848745	1848747
+chr7	156799224	156799393
+chr14	24505506	24505653
+chr6	33291013	33291019
+chr17	1733385	1733397
+chr2	1544352	1544370
+chr7	92857212	92857228
+chr11	47447518	47447795
+chr14	105933035	105933283
+chr19	840447	840689
+chr1	17026406	17026738
+chrX	47092037	47092288
+chr4	128544542	128544619
+chr19	36391442	36391464
+chr15	101835348	101835624
+chr16	89034797	89035147
+chr2	45028604	45028712
+chr21	28515815	28516018
+chr1	42631437	42631835
+chr20	6104267	6104274
+chr4	77871616	77871846
+chr2	236293419	236293433
+chr5	132073658	132073868
+chr4	3567485	3567670
+chr15	99434633	99434688
+chr19	49946108	49946433
+chr19	40971869	40971904
+chr16	2771183	2771425
+chr10	75911181	75911381
+chr11	65314161	65314454
+chr4	99458299	99458354
+chr12	51795291	51795298
+chr16	28915196	28915234
+chr10	44321630	44321795
+chr7	157369847	157369942
+chr8	79578035	79578116
+chr3	150421675	150421817
+chr20	43922401	43922664
+chr12	49524048	49524181
+chr2	208795771	208795859
+chr10	99052507	99052618
+chr6	4772842	4773278
+chr13	40746549	40746600
+chr3	48956740	48956913
+chr14	53019119	53019294
+chr10	11386631	11386866
+chr8	134224814	134224842
+chr16	89165406	89165605
+chr10	101190703	101190764
+chr7	26416122	26416184
+chr17	41924351	41924357
+chr16	87027322	87027441
+chr7	36192369	36192770
+chr17	75315503	75315527
+chr2	153574197	153574281
+chr8	102380912	102381002
+chr1	50489606	50489714
+chr15	22954743	22954769
+chr12	110718311	110718550
+chr1	812200	812539
+chr10	85899209	85899224
+chr10	105253104	105253294
+chr6	170373755	170373903
+chr18	77139037	77139248
+chr1	28994987	28995092
+chr18	76754902	76754913
+chr12	6730309	6730599
+chr11	18719942	18720026
+chr8	142852815	142852890
+chr4	3478064	3478161
+chr22	25201891	25201906
+chr6	170481752	170481885
+chr3	126911715	126911844
+chr3	97540617	97540975
+chr6	33141824	33141958
+chr6	170449587	170449810
+chr2	171705073	171705415
+chr12	111856416	111856652
+chr12	123200485	123200953
+chr5	148786254	148786329
+chr11	66056587	66056676
+chr6	137814680	137814912
+chr9	96328401	96328529
+chr12	56652115	56652260
+chr19	36705612	36705659
+chr12	116920091	116920256
+chr1	18957020	18957023
+chr9	139258476	139258938
+chr11	107436445	107436452
+chr1	16174732	16175060
+chr1	11710412	11710610
+chr7	1950147	1950232
+chr2	86422857	86422958
+chr13	70681230	70681317
+chr5	168189625	168189635
+chr6	110678956	110679107
+chr15	90294520	90294607
+chr6	33381798	33381867
+chr7	158319029	158319098
+chr15	74537868	74537915
+chr16	60438	60700
+chr2	164204704	164204829
+chr17	26926627	26926738
+chr15	91361926	91362421
+chr16	14622500	14622926
+chr10	124899755	124899894
+chr6	18264737	18264786
+chr5	170833402	170833637
+chr15	37170506	37170768
+chr19	7293341	7293776
+chr20	56804110	56804279
+chr12	71552457	71552569
+chr15	40545097	40545127
+chr7	23144751	23144792
+chr7	97911938	97912101
+chr6	31475887	31475895
+chr10	103578534	103578579
+chr1	63790044	63790202
+chr2	80549797	80549973
+chr3	112051808	112051846
+chr21	33247885	33247984
+chr2	113398727	113399144
+chr6	139695804	139695808
+chr6	73935125	73935200
+chr1	1228942	1229105
+chr5	156773546	156773616
+chr3	18480249	18480341
+chr2	242566905	242566940
+chr2	240239755	240239767
+chr17	48858588	48858603
+chr16	89342351	89342629
+chr13	28544814	28545214
+chr1	26233404	26233435
+chr13	114062198	114062507
+chr1	33235571	33235717
+chr3	48594424	48594454
+chrX	42637449	42637506
+chr5	131347720	131347725
+chr15	93257477	93257579
+chr1	9380708	9380800
+chr12	110888158	110888232
+chr13	53776211	53776396
+chr9	139840384	139840630
+chr3	96495326	96495603
+chr4	7287567	7287737
+chr11	65819726	65819742
+chr20	25371652	25371671
+chr19	5567758	5568093
+chr6	33272178	33272186
+chr7	156801539	156801818
+chr17	48698713	48698751
+chr12	131258228	131258361
+chr9	5831674	5831951
+chrX	154842736	154842793
+chr15	43513504	43513563
+chr8	30890469	30890553
+chr8	145019491	145019563
+chr11	65196125	65196174
+chr21	46019376	46019570
+chr22	41777755	41777779
+chr1	43147939	43148010
+chr2	178257542	178257632
+chr11	1446386	1446802
+chr6	32820153	32820214
+chr19	15343347	15343377
+chr9	4679736	4679986
+chr10	90343387	90343641
+chr8	54852115	54852232
+chr9	95947098	95947348
+chr16	88761048	88761284
+chr20	20257813	20258001
+chr13	30948114	30948122
+chr7	95026538	95026672
+chr7	44530455	44530521
+chr5	2752553	2752834
+chr16	30798770	30798776
+chr19	46713398	46713416
+chr4	1352452	1352787
+chr8	61566034	61566391
+chr6	170065843	170065938
+chr16	21294899	21295207
+chr20	23028842	23028977
+chr6	133562475	133562479
+chr2	62732892	62733114
+chr11	7951168	7951173
+chr17	79792936	79792949
+chr13	96705664	96705738
+chr5	132386262	132386298
+chr12	7126208	7126344
+chr3	119421553	119421604
+chr8	72754421	72754905
+chr6	30134908	30135065
+chr22	20130575	20130698
+chr1	53542934	53543090
+chr8	1765679	1765772
+chr5	180615482	180615543
+chr7	158857749	158858057
+chr16	89557908	89557923
+chr10	11783974	11784058
+chr19	10444117	10444479
+chr11	102669042	102669291
+chr4	1604438	1604576
+chr10	50747266	50747328
+chr6	33265322	33265386
+chr3	49142215	49142226
+chr8	143193033	143193131
+chr16	23193800	23193885
+chr17	40332910	40332961
+chr3	54157647	54157677
+chr6	30881579	30881595
+chr6	27100067	27100370
+chr16	31383055	31383088
+chr5	175223598	175223982
+chr11	102745886	102746236
+chr17	56296115	56296444
+chr16	4511869	4511939
+chr4	103790056	103790299
+chr15	31284413	31284569
+chr11	104034282	104034571
+chr20	18569003	18569196
+chr19	22019044	22019059
+chr8	61429582	61429779
+chr11	66335975	66336077
+chr10	133758671	133758839
+chr6	31856959	31857034
+chr3	51428372	51428392
+chr14	104647027	104647046
+chr20	60737957	60738265
+chr2	119606698	119607049
+chr11	2813073	2813298
+chr11	2020129	2020231
+chr14	104175847	104176333
+chr11	1785547	1785552
+chr1	161009415	161009644
+chr7	39170539	39170715
+chr17	45855505	45855691
+chr20	21686205	21686264
+chr5	141693817	141694185
+chr17	840927	841205
+chr2	3750517	3750952
+chrX	118708041	118708065
+chr17	43238138	43238230
+chr6	169226282	169226337
+chr3	160283421	160283489
+chr7	1959941	1960073
+chr1	231762664	231762689
+chr10	7860354	7860463
+chr7	157367159	157367462
+chr17	76498943	76498964
+chr14	102027124	102027514
+chr17	26941944	26942145
+chr8	96036568	96036755
+chr4	15964902	15965016
+chrX	48329927	48329937
+chr11	10472101	10472108
+chr4	39460330	39460342
+chr6	32549313	32549496
+chr7	104654852	104654870
+chr6	159240766	159240774
+chr19	1079986	1080466
+chr1	39339553	39339683
+chr4	74486409	74486510
+chr6	29999567	29999708
+chr1	84543108	84543369
+chr1	8877774	8877813
+chr12	39298591	39298776
+chr6	42946146	42946178
+chr14	77279079	77279247
+chr1	2565265	2565729
+chr17	72368116	72368179
+chr5	138612986	138613030
+chr6	26502058	26502192
+chr7	2598460	2598473
+chr19	8649796	8649942
+chr3	127006239	127006414
+chr5	132072786	132072925
+chr4	870161	870443
+chr11	1365592	1365668
+chr16	1575153	1575219
+chr1	76189753	76189897
+chr2	130691926	130691932
+chr11	1413842	1413990
+chr7	1881390	1881839
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotate_peak/test-data/annoPeakTable.csv	Thu Mar 16 07:21:37 2017 -0400
@@ -0,0 +1,9882 @@
+"seqnames","start","end","width","strand","annotation","geneChr","geneStart","geneEnd","geneLength","geneStrand","geneId","distanceToTSS","ENSEMBL","SYMBOL","GENENAME"
+"chrX",106959609,106960186,578,"*","5' UTR",23,106956452,107019202,62751,2,"1831",59016,"ENSG00000157514","TSC22D3","TSC22 domain family member 3"
+"chr1",54203844,54204501,658,"*","Distal Intergenic",1,53971906,54199877,227972,2,"148979",-3967,"ENSG00000174332","GLIS1","GLIS family zinc finger 1"
+"chr5",112073385,112073454,70,"*","Intron (uc011cvt.2/324, intron 1 of 13)",5,112043202,112181936,138735,1,"324",30183,"ENSG00000134982","APC","adenomatous polyposis coli"
+"chr18",56338460,56338659,200,"*","Promoter (<=1kb)",18,56338618,56417370,78753,1,"10892",0,"ENSG00000172175","MALT1","MALT1 paracaspase"
+"chr6",29943460,29944045,586,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1459890,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr11",64405452,64405993,542,"*","Intron (uc001oap.3/9379, intron 6 of 6)",11,64358282,64369825,11544,1,"116085",47170,"ENSG00000197891","SLC22A12","solute carrier family 22 member 12"
+"chr4",1363998,1364344,347,"*","Intron (uc003gde.4/57654, intron 8 of 13)",4,1385340,1389782,4443,1,"285464",-20996,"ENSG00000179979","CRIPAK","cysteine rich PAK1 inhibitor"
+"chr16",78079753,78080193,441,"*","Distal Intergenic",16,78056443,78066001,9559,1,"10143",23310,"ENSG00000166509","CLEC3A","C-type lectin domain family 3 member A"
+"chr3",38070886,38071301,416,"*","Promoter (<=1kb)",3,38048987,38071154,22168,2,"5333",0,"ENSG00000187091","PLCD1","phospholipase C delta 1"
+"chr2",175351922,175352168,247,"*","Promoter (<=1kb)",2,175296300,175351816,55517,2,"151556",-106,"ENSG00000163328","GPR155","G protein-coupled receptor 155"
+"chr4",1806633,1807332,700,"*","Exon (uc003gdq.3/2261, exon 10 of 17)",4,1795039,1810599,15561,1,"2261",11594,"ENSG00000068078","FGFR3","fibroblast growth factor receptor 3"
+"chr6",28793329,28793608,280,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-309759,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr4",1205447,1206004,558,"*","Promoter (2-3kb)",4,1189571,1202750,13180,2,"100130872",-2697,NA,"LOC100130872","uncharacterized LOC100130872"
+"chr3",113775302,113775388,87,"*","Promoter (<=1kb)",3,113682984,113775460,92477,2,"57577",72,"ENSG00000163617","CCDC191","coiled-coil domain containing 191"
+"chr16",3085934,3086940,1007,"*","Promoter (<=1kb)",16,3077868,3085542,7675,2,"146439",-392,"ENSG00000162069","CCDC64B","coiled-coil domain containing 64B"
+"chr2",27485967,27486122,156,"*","Intron (uc010ylh.2/7781, intron 7 of 8)",2,27477440,27498188,20749,2,"7781",12066,"ENSG00000115194","SLC30A3","solute carrier family 30 member 3"
+"chr1",2918058,2918526,469,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-19520,"ENSG00000169717","ACTRT2","actin related protein T2"
+"chr17",422325,422568,244,"*","3' UTR",17,289771,295731,5961,2,"359845",-126594,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
+"chr5",141031071,141031094,24,"*","Promoter (<=1kb)",5,141018869,141030986,12118,2,"89848",-85,"ENSG00000197948","FCHSD1","FCH and double SH3 domains 1"
+"chr6",17987573,17987659,87,"*","Promoter (<=1kb)",6,17759414,17987854,228441,2,"63971",195,"ENSG00000137177","KIF13A","kinesin family member 13A"
+"chr17",2952307,2952767,461,"*","Distal Intergenic",17,2965963,2966901,939,2,"8386",14134,"ENSG00000262628","OR1D5","olfactory receptor family 1 subfamily D member 5"
+"chr19",16653151,16653581,431,"*","Promoter (<=1kb)",19,16628700,16653263,24564,2,"10523",0,"ENSG00000085872","CHERP","calcium homeostasis endoplasmic reticulum protein"
+"chr3",193921489,193922037,549,"*","Distal Intergenic",3,193853931,193856401,2471,1,"3280",67558,"ENSG00000114315","HES1","hes family bHLH transcription factor 1"
+"chr2",70418309,70418827,519,"*","Promoter (<=1kb)",2,70377017,70418151,41135,2,"54980",-158,"ENSG00000115998","C2orf42","chromosome 2 open reading frame 42"
+"chr16",1095625,1096754,1130,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-26002,"ENSG00000162009","SSTR5","somatostatin receptor 5"
+"chr11",2161355,2161411,57,"*","Promoter (<=1kb)",11,2161758,2169896,8139,1,"51214",-347,"ENSG00000099869","IGF2-AS","IGF2 antisense RNA"
+"chr12",51664503,51664607,105,"*","Promoter (<=1kb)",12,51639133,51664202,25070,2,"57228",-301,"ENSG00000170545","SMAGP","small cell adhesion glycoprotein"
+"chr16",1705991,1706153,163,"*","Exon (uc010uvh.2/57585, exon 9 of 20)",16,1728278,1752073,23796,1,"90861",-22125,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
+"chr14",23067033,23067188,156,"*","Promoter (<=1kb)",14,23067147,23081265,14119,1,"63874",0,"ENSG00000100439","ABHD4","abhydrolase domain containing 4"
+"chr3",173113110,173113519,410,"*","Promoter (2-3kb)",3,173116244,174001116,884873,1,"22871",-2725,"ENSG00000169760","NLGN1","neuroligin 1"
+"chr7",50444039,50444317,279,"*","Exon (uc003tow.4/10320, exon 4 of 8)",7,50511832,50518088,6257,2,"63979",73771,"ENSG00000132436","FIGNL1","fidgetin like 1"
+"chr3",100053070,100053140,71,"*","Promoter (<=1kb)",3,100053562,100074478,20917,1,"56954",-422,"ENSG00000114021","NIT2","nitrilase family member 2"
+"chr17",6918792,6918952,161,"*","Promoter (2-3kb)",17,6920934,6921341,408,2,"574456",2389,"ENSG00000273895","MIR497","microRNA 497"
+"chr2",175350573,175351649,1077,"*","Promoter (<=1kb)",2,175296300,175351816,55517,2,"151556",167,"ENSG00000163328","GPR155","G protein-coupled receptor 155"
+"chr6",33216768,33217142,375,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",330928,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",85646762,85646832,71,"*","Promoter (1-2kb)",16,85645029,85709812,64784,1,"23199",1733,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
+"chr16",11439254,11439785,532,"*","5' UTR",16,11374693,11375192,500,2,"5619",-64062,"ENSG00000175646","PRM1","protamine 1"
+"chr2",201981786,201981873,88,"*","Promoter (<=1kb)",2,201980877,202037411,56535,1,"8837",909,"ENSG00000003402","CFLAR","CASP8 and FADD like apoptosis regulator"
+"chr10",128993810,128994432,623,"*","Promoter (<=1kb)",10,128933690,128994422,60733,2,"642938",0,"ENSG00000188916","FAM196A","family with sequence similarity 196 member A"
+"chr7",116593215,116593288,74,"*","Promoter (<=1kb)",7,116593381,116870075,276695,1,"7982",-93,"ENSG00000004866","ST7","suppression of tumorigenicity 7"
+"chr16",29873565,29874506,942,"*","Promoter (<=1kb)",16,29869678,29874578,4901,2,"10423",72,"ENSG00000103502","CDIPT","CDP-diacylglycerol--inositol 3-phosphatidyltransferase"
+"chr22",40742327,40742374,48,"*","Promoter (<=1kb)",22,40742504,40762575,20072,1,"158",-130,"ENSG00000239900","ADSL","adenylosuccinate lyase"
+"chr21",46031707,46032038,332,"*","Promoter (<=1kb)",21,46031996,46032871,876,1,"386681",0,"ENSG00000187766","KRTAP10-8","keratin associated protein 10-8"
+"chr6",31940192,31940302,111,"*","Exon (uc003nyt.3/8859, exon 2 of 8)",6,32485154,32557613,72460,2,"3127",617311,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",128784344,128784923,580,"*","Promoter (<=1kb)",2,128698791,128785633,86843,2,"79595",710,"ENSG00000136715","SAP130","Sin3A associated protein 130kDa"
+"chr19",45927001,45927018,18,"*","Intron (uc002pbs.2/2067, intron 9 of 9)",19,45882892,45909607,26716,2,"10848",-17394,"ENSG00000104881","PPP1R13L","protein phosphatase 1 regulatory subunit 13 like"
+"chr16",24550834,24552079,1246,"*","Promoter (1-2kb)",16,24549014,24584183,35170,1,"5930",1820,"ENSG00000122257","RBBP6","retinoblastoma binding protein 6"
+"chr6",26284890,26285184,295,"*","Promoter (<=1kb)",6,26285354,26285727,374,2,"8365",543,"ENSG00000158406","HIST1H4H","histone cluster 1, H4h"
+"chr22",47158324,47158521,198,"*","Promoter (<=1kb)",22,47158518,47571342,412825,1,"25771",0,"ENSG00000054611","TBC1D22A","TBC1 domain family member 22A"
+"chr3",63850035,63850278,244,"*","Promoter (<=1kb)",3,63850233,63989136,138904,1,"6314",0,"ENSG00000163635","ATXN7","ataxin 7"
+"chr16",672235,672882,648,"*","Intron (uc021szt.1/57799, intron 4 of 6)",16,681012,684116,3105,1,"117166",-8130,"ENSG00000127578","WFIKKN1","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1"
+"chr14",57274763,57275234,472,"*","Promoter (1-2kb)",14,57267425,57277194,9770,2,"5015",1960,"ENSG00000165588","OTX2","orthodenticle homeobox 2"
+"chr16",3766844,3767679,836,"*","Promoter (<=1kb)",16,3708038,3767598,59561,2,"10131",0,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
+"chr3",44036098,44036453,356,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-119251,"ENSG00000207954","MIR138-1","microRNA 138-1"
+"chr15",32907294,32907402,109,"*","Promoter (<=1kb)",15,32907345,32931868,24524,1,"9824",0,"ENSG00000198826","ARHGAP11A","Rho GTPase activating protein 11A"
+"chr17",48637584,48637666,83,"*","Promoter (<=1kb)",17,48638429,48704832,66404,1,"8913",-763,"ENSG00000006283","CACNA1G","calcium voltage-gated channel subunit alpha1 G"
+"chr5",137800779,137801033,255,"*","Promoter (<=1kb)",5,137801181,137805004,3824,1,"1958",-148,"ENSG00000120738","EGR1","early growth response 1"
+"chr22",20004369,20004611,243,"*","Promoter (<=1kb)",22,20004554,20053447,48894,1,"128989",0,"ENSG00000183597","TANGO2","transport and golgi organization 2 homolog"
+"chr19",35531102,35531591,490,"*","Promoter (<=1kb)",19,35531410,35557477,26068,1,"3249",0,"ENSG00000105707","HPN","hepsin"
+"chr18",32397976,32398246,271,"*","5' UTR",18,32556892,32723432,166541,1,"10982",-158646,"ENSG00000166974","MAPRE2","microtubule associated protein RP/EB family member 2"
+"chr22",30162987,30162991,5,"*","Promoter (<=1kb)",22,30126945,30163000,36056,2,"55954",9,"ENSG00000100319","ZMAT5","zinc finger matrin-type 5"
+"chr17",78032296,78032492,197,"*","Exon (uc010wub.2/55036, exon 8 of 9)",17,78010431,78074412,63982,1,"55036",21865,"ENSG00000141519","CCDC40","coiled-coil domain containing 40"
+"chr10",131927297,131927449,153,"*","Distal Intergenic",10,131934639,131982785,48147,1,"10539",-7190,"ENSG00000108010","GLRX3","glutaredoxin 3"
+"chr19",1947674,1947912,239,"*","Intron (uc002lul.4/1455, intron 1 of 11)",19,1941161,1981336,40176,1,"1455",6513,"ENSG00000133275","CSNK1G2","casein kinase 1 gamma 2"
+"chr1",36106988,36107155,168,"*","Promoter (<=1kb)",1,36035413,36107445,72033,2,"5690",290,"ENSG00000126067","PSMB2","proteasome subunit beta 2"
+"chr9",101568927,101569648,722,"*","Promoter (<=1kb)",9,101569981,101612363,42383,1,"79695",-333,"ENSG00000119514","GALNT12","polypeptide N-acetylgalactosaminyltransferase 12"
+"chr18",48346660,48346795,136,"*","Intron (uc002lex.4/83876, intron 7 of 7)",18,48321490,48351754,30265,2,"83876",4959,"ENSG00000134042","MRO","maestro"
+"chr1",211652228,211652741,514,"*","3' UTR",1,211649864,211666259,16396,2,"343035",13518,"ENSG00000198570","RD3","retinal degeneration 3"
+"chr4",1294432,1294566,135,"*","Intron (uc010ibs.1/10296, intron 1 of 4)",4,1283672,1333925,50254,1,"10296",10760,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
+"chr1",12079449,12079505,57,"*","Promoter (<=1kb)",1,12079299,12092106,12808,1,"60672",150,"ENSG00000116691","MIIP","migration and invasion inhibitory protein"
+"chr14",103740037,103740476,440,"*","Distal Intergenic",14,103800339,103811361,11023,1,"1983",-59863,"ENSG00000100664","EIF5","eukaryotic translation initiation factor 5"
+"chr12",108237572,108237937,366,"*","Distal Intergenic",12,108296927,108297548,622,2,"728739",59611,NA,"LOC728739","programmed cell death 2 pseudogene"
+"chr13",113097259,113097633,375,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",66608,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
+"chr18",63417557,63417735,179,"*","Promoter (<=1kb)",18,63417488,63548175,130688,1,"1005",69,"ENSG00000081138","CDH7","cadherin 7"
+"chr3",51976003,51976171,169,"*","Promoter (<=1kb)",3,51967442,51975957,8516,2,"9136",-46,"ENSG00000114767","RRP9","ribosomal RNA processing 9, small subunit (SSU) processome component, homolog (yeast)"
+"chr12",123237034,123237126,93,"*","Promoter (<=1kb)",12,123237371,123255953,18583,1,"8562",-245,"ENSG00000139726","DENR","density-regulated protein"
+"chr9",88555654,88555863,210,"*","Promoter (<=1kb)",9,88556057,88637217,81161,1,"60560",-194,"ENSG00000135040","NAA35","N(alpha)-acetyltransferase 35, NatC auxiliary subunit"
+"chr3",53289290,53289728,439,"*","Promoter (<=1kb)",3,53258723,53290130,31408,2,"7086",402,"ENSG00000163931","TKT","transketolase"
+"chr16",31214346,31214378,33,"*","Promoter (<=1kb)",16,31212807,31214097,1291,2,"29108",-249,"ENSG00000103490","PYCARD","PYD and CARD domain containing"
+"chr12",8185029,8185344,316,"*","Promoter (<=1kb)",12,8185359,8208118,22760,1,"55810",-15,"ENSG00000065970","FOXJ2","forkhead box J2"
+"chr10",38146893,38147096,204,"*","Promoter (<=1kb)",10,38065454,38147012,81559,2,"57209",0,"ENSG00000198105","ZNF248","zinc finger protein 248"
+"chr11",62341426,62341521,96,"*","Promoter (<=1kb)",11,62327073,62342401,15329,2,"1937",880,"ENSG00000254772","EEF1G","eukaryotic translation elongation factor 1 gamma"
+"chr14",65239309,65239653,345,"*","Exon (uc010aqi.3/6710, exon 7 of 18)",14,65171193,65211060,39868,1,"26030",68116,"ENSG00000126822","PLEKHG3","pleckstrin homology and RhoGEF domain containing G3"
+"chr20",42219469,42219655,187,"*","Promoter (<=1kb)",20,42219579,42275862,56284,1,"51098",0,"ENSG00000101052","IFT52","intraflagellar transport 52"
+"chr12",10364612,10365082,471,"*","Promoter (<=1kb)",12,10365489,10375724,10236,1,"23710",-407,"ENSG00000139112","GABARAPL1","GABA(A) receptor-associated protein like 1"
+"chr3",48487981,48488082,102,"*","Promoter (<=1kb)",3,48488114,48509044,20931,1,"84126",-32,"ENSG00000164053","ATRIP","ATR interacting protein"
+"chr7",45614242,45614720,479,"*","Promoter (<=1kb)",7,45613739,45762714,148976,1,"107",503,"ENSG00000164742","ADCY1","adenylate cyclase 1 (brain)"
+"chr2",208632784,208633283,500,"*","Promoter (<=1kb)",2,208627310,208634143,6834,2,"7855",860,"ENSG00000163251","FZD5","frizzled class receptor 5"
+"chr9",75136064,75136701,638,"*","Promoter (<=1kb)",9,75136717,75451267,314551,1,"117531",-16,"ENSG00000165091","TMC1","transmembrane channel like 1"
+"chr12",12966076,12966271,196,"*","5' UTR",12,12917583,12917677,95,1,"693198",48493,"ENSG00000207983","MIR613","microRNA 613"
+"chr1",16563734,16563906,173,"*","Promoter (<=1kb)",1,16558182,16563659,5478,2,"79363",-75,"ENSG00000132881","RSG1","REM2 and RAB like small GTPase 1"
+"chr16",2255332,2255883,552,"*","Promoter (<=1kb)",16,2255178,2259418,4241,1,"64223",154,"ENSG00000167965","MLST8","MTOR associated protein, LST8 homolog"
+"chr9",77642922,77643323,402,"*","Promoter (<=1kb)",9,77597873,77643310,45438,2,"138199",0,"ENSG00000156017","CARNMT1","carnosine N-methyltransferase 1"
+"chr14",56047764,56047916,153,"*","Promoter (<=1kb)",14,56046925,56151302,104378,1,"3895",839,"ENSG00000126777","KTN1","kinectin 1"
+"chr19",10138244,10138615,372,"*","Distal Intergenic",19,10152032,10184813,32782,1,"388503",-13417,"ENSG00000167798","C3P1","complement component 3 precursor pseudogene"
+"chr17",73901016,73901339,324,"*","5' UTR",17,73894724,73905899,11176,2,"64978",4560,"ENSG00000204316","MRPL38","mitochondrial ribosomal protein L38"
+"chr16",14397688,14397766,79,"*","Promoter (<=1kb)",16,14397824,14397906,83,1,"574455",-58,"ENSG00000207639","MIR193B","microRNA 193b"
+"chr16",30457360,30457524,165,"*","Promoter (<=1kb)",16,30454952,30457224,2273,2,"22928",-136,"ENSG00000179918","SEPHS2","selenophosphate synthetase 2"
+"chr1",155243076,155243300,225,"*","5' UTR",1,155247218,155259639,12422,1,"57657",-3918,"ENSG00000143630","HCN3","hyperpolarization activated cyclic nucleotide gated potassium channel 3"
+"chr16",32936895,32937009,115,"*","Intron (uc021thc.2/uc021thc.2, intron 4 of 8)",16,32888797,32896463,7667,2,"386757",-40432,"ENSG00000214617","SLC6A10P","solute carrier family 6 member 10, pseudogene"
+"chr7",18067530,18067535,6,"*","Promoter (<=1kb)",7,18066400,18067486,1087,2,"221823",-44,"ENSG00000229937","PRPS1L1","phosphoribosyl pyrophosphate synthetase 1-like 1"
+"chr11",1304252,1304348,97,"*","Intron (uc001ltd.3/54472, intron 1 of 5)",11,1295598,1330892,35295,2,"54472",26544,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr16",56677510,56677585,76,"*","Promoter (<=1kb)",16,56677599,56678853,1255,1,"326343",-14,NA,"MT1DP","metallothionein 1D, pseudogene"
+"chr20",2821434,2821485,52,"*","Promoter (<=1kb)",20,2821373,2847378,26006,1,"64601",61,"ENSG00000215305","VPS16","VPS16, CORVET/HOPS core subunit"
+"chr1",153914312,153914453,142,"*","Exon (uc001fdd.1/9909, exon 6 of 28)",1,153901977,153919154,17178,2,"9909",4701,"ENSG00000198837","DENND4B","DENN domain containing 4B"
+"chr16",2569925,2570212,288,"*","Promoter (<=1kb)",16,2570363,2580955,10593,1,"51005",-151,"ENSG00000162066","AMDHD2","amidohydrolase domain containing 2"
+"chr15",68870979,68871357,379,"*","Promoter (<=1kb)",15,68871308,69020144,148837,1,"10391",0,"ENSG00000103647","CORO2B","coronin 2B"
+"chr17",7517617,7517649,33,"*","Promoter (<=1kb)",17,7517382,7536700,19319,1,"6462",235,"ENSG00000129214","SHBG","sex hormone-binding globulin"
+"chr16",28608846,28609531,686,"*","Promoter (<=1kb)",16,28603264,28608391,5128,2,"6799",-455,"ENSG00000197165","SULT1A2","sulfotransferase family 1A member 2"
+"chr7",2563136,2563622,487,"*","Intron (uc021zyw.1/3955, intron 2 of 8)",7,2566708,2566786,79,1,"100616116",-3086,"ENSG00000264357","MIR4648","microRNA 4648"
+"chr1",75139583,75139958,376,"*","Promoter (<=1kb)",1,75033795,75139422,105628,2,"127254",-161,"ENSG00000178965","ERICH3","glutamate rich 3"
+"chr7",44104935,44105118,184,"*","Promoter (<=1kb)",7,44102326,44105186,2861,2,"5224",68,"ENSG00000164708","PGAM2","phosphoglycerate mutase 2"
+"chr16",4852372,4852777,406,"*","Promoter (<=1kb)",16,4846963,4852951,5989,2,"79641",174,"ENSG00000067836","ROGDI","rogdi homolog"
+"chr6",101328458,101329304,847,"*","Promoter (<=1kb)",6,100956608,101329224,372617,2,"10973",0,"ENSG00000112249","ASCC3","activating signal cointegrator 1 complex subunit 3"
+"chr20",35504198,35504371,174,"*","Promoter (<=1kb)",20,35504570,35522632,18063,1,"140711",-199,"ENSG00000101342","TLDC2","TBC/LysM-associated domain containing 2"
+"chr6",33656083,33656500,418,"*","Exon (uc021ywr.1/3710, exon 48 of 58)",6,33664538,33679528,14991,2,"84300",23028,"ENSG00000137288","UQCC2","ubiquinol-cytochrome c reductase complex assembly factor 2"
+"chr12",120739972,120740007,36,"*","Promoter (<=1kb)",12,120740124,120751045,10922,1,"23409",-117,"ENSG00000089163","SIRT4","sirtuin 4"
+"chr1",247579560,247580517,958,"*","Promoter (<=1kb)",1,247579458,247612406,32949,1,"114548",102,"ENSG00000162711","NLRP3","NLR family, pyrin domain containing 3"
+"chr8",37824481,37824496,16,"*","Promoter (<=1kb)",8,37820514,37824184,3671,2,"155",-297,"ENSG00000188778","ADRB3","adrenoceptor beta 3"
+"chr12",108079012,108079503,492,"*","Promoter (<=1kb)",12,108079590,108106257,26668,1,"11137",-87,"ENSG00000136045","PWP1","PWP1 homolog, endonuclein"
+"chr19",10735958,10736001,44,"*","Intron (uc002mpe.4/57153, intron 1 of 21)",19,10713121,10755235,42115,1,"57153",22837,"ENSG00000129353","SLC44A2","solute carrier family 44 member 2"
+"chr7",154706045,154706916,872,"*","Distal Intergenic",7,154720227,154741196,20970,1,"100132707",-13311,"ENSG00000214106","PAXIP1-AS2","PAXIP1 antisense RNA 2"
+"chr16",8962538,8962970,433,"*","Promoter (<=1kb)",16,8946799,8962869,16071,2,"23589",0,"ENSG00000153048","CARHSP1","calcium regulated heat stable protein 1"
+"chr10",45914477,45914640,164,"*","Intron (uc001jce.4/240, intron 4 of 13)",10,45869624,45941567,71944,1,"240",44853,"ENSG00000012779","ALOX5","arachidonate 5-lipoxygenase"
+"chr16",12211050,12211322,273,"*","Intron (uc002dby.5/92017, intron 11 of 20)",16,12070602,12668146,597545,1,"92017",140448,"ENSG00000048471","SNX29","sorting nexin 29"
+"chr16",31366118,31366418,301,"*","Promoter (<=1kb)",16,31366509,31394318,27810,1,"3687",-91,"ENSG00000140678","ITGAX","integrin subunit alpha X"
+"chr14",58893467,58893740,274,"*","Promoter (<=1kb)",14,58894103,59015549,121447,1,"9786",-363,"ENSG00000100578","KIAA0586","KIAA0586"
+"chr18",23806180,23806263,84,"*","Promoter (<=1kb)",18,23806409,23971650,165242,1,"6875",-146,"ENSG00000141384","TAF4B","TATA-box binding protein associated factor 4b"
+"chr7",82541,82911,371,"*","Distal Intergenic",7,192969,300740,107772,1,"56975",-110058,"ENSG00000177706","FAM20C","family with sequence similarity 20 member C"
+"chr15",77287290,77287608,319,"*","Promoter (<=1kb)",15,77287021,77329671,42651,1,"9051",269,"ENSG00000140368","PSTPIP1","proline-serine-threonine phosphatase interacting protein 1"
+"chr15",69706335,69706469,135,"*","Promoter (<=1kb)",15,69706627,69740764,34138,1,"9493",-158,"ENSG00000137807","KIF23","kinesin family member 23"
+"chr3",195622522,195622598,77,"*","Intron (uc003fvu.1/10188, intron 14 of 14)",3,195590236,195638816,48581,2,"10188",16218,"ENSG00000061938","TNK2","tyrosine kinase, non-receptor, 2"
+"chr12",24102533,24103021,489,"*","5' UTR",12,24365355,24365429,75,1,"100126320",-262334,"ENSG00000216192","MIR920","microRNA 920"
+"chr10",31607330,31607651,322,"*","Promoter (<=1kb)",10,31607424,31818742,211319,1,"6935",0,"ENSG00000148516","ZEB1","zinc finger E-box binding homeobox 1"
+"chr3",53164962,53165031,70,"*","Promoter (<=1kb)",3,53122501,53164470,41970,2,"91869",-492,"ENSG00000163933","RFT1","RFT1 homolog"
+"chr16",19566218,19566823,606,"*","Promoter (<=1kb)",16,19566737,19712485,145749,1,"57020",0,"ENSG00000103544","C16orf62","chromosome 16 open reading frame 62"
+"chr19",18451444,18451525,82,"*","Promoter (<=1kb)",19,18451408,18480763,29356,1,"54858",36,"ENSG00000130517","PGPEP1","pyroglutamyl-peptidase I"
+"chr7",100493811,100494332,522,"*","Promoter (<=1kb)",7,100487615,100494539,6925,2,"43",207,"ENSG00000087085","ACHE","acetylcholinesterase (Yt blood group)"
+"chr16",3550032,3550792,761,"*","Promoter (<=1kb)",16,3550945,3589051,38107,1,"23059",-153,"ENSG00000103351","CLUAP1","clusterin associated protein 1"
+"chr16",20359396,20359923,528,"*","Exon (uc002dgz.3/7369, exon 3 of 11)",16,20344373,20364037,19665,2,"7369",4114,"ENSG00000169344","UMOD","uromodulin"
+"chr2",27994492,27994636,145,"*","Promoter (<=1kb)",2,27994584,28002608,8025,1,"9553",0,"ENSG00000243147","MRPL33","mitochondrial ribosomal protein L33"
+"chr16",8715546,8715882,337,"*","Promoter (<=1kb)",16,8715527,8740079,24553,1,"79091",19,"ENSG00000067365","METTL22","methyltransferase like 22"
+"chr16",30379343,30380183,841,"*","Promoter (1-2kb)",16,30368422,30381522,13101,2,"26000",1339,"ENSG00000169221","TBC1D10B","TBC1 domain family member 10B"
+"chr16",29296186,29296693,508,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-6135,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
+"chr15",45879564,45879610,47,"*","Promoter (<=1kb)",15,45879417,45901909,22493,1,"26258",147,"ENSG00000104164","BLOC1S6","biogenesis of lysosomal organelles complex 1 subunit 6"
+"chr11",70289501,70289510,10,"*","Distal Intergenic",11,70244612,70282690,38079,1,"2017",44889,"ENSG00000085733","CTTN","cortactin"
+"chr20",56935373,56935483,111,"*","3' UTR",20,56964175,57026156,61982,1,"9217",-28692,"ENSG00000124164","VAPB","VAMP (vesicle-associated membrane protein)-associated protein B and C"
+"chr10",48355005,48355070,66,"*","Promoter (<=1kb)",10,48355089,48373866,18778,1,"118738",-19,"ENSG00000265763","ZNF488","zinc finger protein 488"
+"chr14",63568147,63568558,412,"*","Promoter (<=1kb)",14,63173945,63568584,394640,2,"27133",26,"ENSG00000140015","KCNH5","potassium voltage-gated channel subfamily H member 5"
+"chr1",224518178,224518192,15,"*","Promoter (<=1kb)",1,224415036,224517891,102856,2,"4931",-287,"ENSG00000143748","NVL","nuclear VCP-like"
+"chr10",99447118,99447212,95,"*","Promoter (<=1kb)",10,99437181,99447015,9835,2,"60370",-103,"ENSG00000119986","AVPI1","arginine vasopressin induced 1"
+"chr2",130763379,130763641,263,"*","Distal Intergenic",2,130724165,130738045,13881,2,"100131320",-25334,"ENSG00000225449","RAB6C-AS1","RAB6C antisense RNA 1"
+"chr1",27901757,27902687,931,"*","Intron (uc009vsy.3/27245, intron 6 of 6)",1,27860756,27930361,69606,2,"27245",27674,"ENSG00000126705","AHDC1","AT-hook DNA binding motif containing 1"
+"chr16",19124971,19125137,167,"*","Promoter (<=1kb)",16,19125254,19132952,7699,1,"162073",-117,"ENSG00000205730","ITPRIPL2","inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
+"chr17",74236897,74237210,314,"*","Promoter (<=1kb)",17,74138534,74236390,97857,2,"114804",-507,"ENSG00000141576","RNF157","ring finger protein 157"
+"chr1",228782809,228783335,527,"*","Promoter (2-3kb)",1,228780394,228788159,7766,1,"574029",2415,NA,"DUSP5P1","dual specificity phosphatase 5 pseudogene 1"
+"chr15",85144175,85144257,83,"*","Promoter (<=1kb)",15,85144249,85166947,22699,1,"54993",0,"ENSG00000176371","ZSCAN2","zinc finger and SCAN domain containing 2"
+"chr5",122181105,122181680,576,"*","Promoter (<=1kb)",5,122181160,122344902,163743,1,"28966",0,"ENSG00000064652","SNX24","sorting nexin 24"
+"chr2",143886278,143886375,98,"*","Promoter (<=1kb)",2,143886899,144525921,639023,1,"55843",-524,"ENSG00000075884","ARHGAP15","Rho GTPase activating protein 15"
+"chr20",31349704,31349891,188,"*","Promoter (<=1kb)",20,31350191,31397162,46972,1,"1789",-300,"ENSG00000088305","DNMT3B","DNA (cytosine-5-)-methyltransferase 3 beta"
+"chr19",7964567,7964703,137,"*","Exon (uc002mir.3/80131, exon 3 of 3)",19,7968765,7979363,10599,1,"5609",-4062,"ENSG00000076984","MAP2K7","mitogen-activated protein kinase kinase 7"
+"chr16",33853176,33853496,321,"*","Distal Intergenic",16,33961052,33962503,1452,2,"649159",109007,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
+"chr4",2845528,2845623,96,"*","Promoter (<=1kb)",4,2845584,2931802,86219,1,"118",0,"ENSG00000087274","ADD1","adducin 1"
+"chr16",30661660,30661867,208,"*","Promoter (<=1kb)",16,30662241,30667734,5494,1,"78994",-374,"ENSG00000156858","PRR14","proline rich 14"
+"chr10",93567106,93567261,156,"*","Intron (uc001khp.3/80351, intron 1 of 26)",10,93558151,93625232,67082,1,"80351",8955,"ENSG00000107854","TNKS2","tankyrase 2"
+"chr5",1076844,1077231,388,"*","Exon (uc003jbu.3/10723, exon 13 of 24)",5,1063011,1063089,79,2,"100616479",-13755,"ENSG00000263834","MIR4635","microRNA 4635"
+"chr11",644011,644218,208,"*","Downstream (<1kb)",11,637305,640705,3401,1,"1815",6706,"ENSG00000069696","DRD4","dopamine receptor D4"
+"chr6",31937228,31937307,80,"*","Exon (uc003nyn.1/6499, exon 28 of 28)",6,32485154,32557613,72460,2,"3127",620306,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",89752831,89753123,293,"*","Promoter (<=1kb)",16,89753076,89762772,9697,1,"8558",0,"ENSG00000185324","CDK10","cyclin-dependent kinase 10"
+"chr2",71017211,71017557,347,"*","Promoter (<=1kb)",2,71004442,71017775,13334,2,"344018",218,"ENSG00000183733","FIGLA","folliculogenesis specific bHLH transcription factor"
+"chr19",41767621,41768027,407,"*","Promoter (<=1kb)",19,41768391,41813811,45421,1,"11100",-364,"ENSG00000105323","HNRNPUL1","heterogeneous nuclear ribonucleoprotein U-like 1"
+"chr8",145019582,145019681,100,"*","Promoter (<=1kb)",8,145019359,145019447,89,2,"724031",-135,"ENSG00000207574","MIR661","microRNA 661"
+"chr16",49593978,49594703,726,"*","Intron (uc010vgn.3/23090, intron 3 of 5)",16,49407808,49433319,25512,1,"123970",186170,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
+"chr15",92459255,92459857,603,"*","Exon (uc002bqx.2/28232, exon 2 of 10)",15,92396938,92715665,318728,1,"28232",62317,"ENSG00000176463","SLCO3A1","solute carrier organic anion transporter family member 3A1"
+"chr2",174890420,174890570,151,"*","Distal Intergenic",2,174771187,174830430,59244,2,"6670",-59990,"ENSG00000172845","SP3","Sp3 transcription factor"
+"chr6",25652357,25652531,175,"*","Promoter (<=1kb)",6,25652429,25702008,49580,1,"10590",0,"ENSG00000079689","SCGN","secretagogin, EF-hand calcium binding protein"
+"chr18",72201590,72201615,26,"*","Promoter (<=1kb)",18,72201692,72252261,50570,1,"84735",-77,"ENSG00000150656","CNDP1","carnosine dipeptidase 1 (metallopeptidase M20 family)"
+"chr5",66124492,66124515,24,"*","Intron (uc003jur.4/375449, intron 3 of 5)",5,65892176,66465423,573248,1,"375449",232316,"ENSG00000069020","MAST4","microtubule associated serine/threonine kinase family member 4"
+"chr16",19534852,19535044,193,"*","Promoter (<=1kb)",16,19535179,19564728,29550,1,"9738",-135,"ENSG00000103540","CCP110","centriolar coiled-coil protein 110kDa"
+"chr16",89268689,89268799,111,"*","Promoter (2-3kb)",16,89262169,89266529,4361,2,"146429",-2160,"ENSG00000259803","SLC22A31","solute carrier family 22 member 31"
+"chr6",168972162,168972469,308,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",130331,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr1",151810856,151811572,717,"*","Promoter (<=1kb)",1,151810945,151816641,5697,1,"100132111",0,NA,"LOC100132111","uncharacterized LOC100132111"
+"chr1",94344811,94344881,71,"*","Promoter (<=1kb)",1,94335014,94344762,9749,2,"30836",-49,"ENSG00000067334","DNTTIP2","deoxynucleotidyltransferase, terminal, interacting protein 2"
+"chr5",132082753,132083105,353,"*","Promoter (<=1kb)",5,132083137,132089856,6720,1,"645121",-32,"ENSG00000205089","CCNI2","cyclin I family member 2"
+"chr10",93557965,93558141,177,"*","Promoter (<=1kb)",10,93558151,93625232,67082,1,"80351",-10,"ENSG00000107854","TNKS2","tankyrase 2"
+"chr1",220960463,220960506,44,"*","Promoter (<=1kb)",1,220960039,220987741,27703,1,"64757",424,"ENSG00000186205","MARC1","mitochondrial amidoxime reducing component 1"
+"chr10",51827480,51827594,115,"*","Promoter (<=1kb)",10,51780942,51827563,46622,2,"326332",0,NA,NA,NA
+"chr7",157369960,157370206,247,"*","Promoter (2-3kb)",7,157367028,157367114,87,2,"406945",-2846,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr6",114178172,114178324,153,"*","Promoter (<=1kb)",6,114178527,114184652,6126,1,"4082",-203,"ENSG00000277443","MARCKS","myristoylated alanine rich protein kinase C substrate"
+"chr14",69282992,69283484,493,"*","Distal Intergenic",14,69254372,69262960,8589,2,"677",-20032,"ENSG00000185650","ZFP36L1","ZFP36 ring finger protein-like 1"
+"chr7",92861558,92861612,55,"*","Promoter (<=1kb)",7,92861653,92990435,128783,1,"55610",-41,"ENSG00000004766","VPS50","VPS50, EARP/GARPII complex subunit"
+"chr19",18303845,18303865,21,"*","Promoter (<=1kb)",19,18304040,18307550,3511,1,"84769",-175,"ENSG00000254858","MPV17L2","MPV17 mitochondrial membrane protein-like 2"
+"chr17",73975697,73976041,345,"*","Promoter (<=1kb)",17,73937589,73975515,37927,2,"51",-182,"ENSG00000161533","ACOX1","acyl-CoA oxidase 1, palmitoyl"
+"chr21",43809471,43809567,97,"*","Intron (uc002zba.2/64699, intron 10 of 10)",21,43791996,43816955,24960,2,"64699",7388,"ENSG00000160183","TMPRSS3","transmembrane protease, serine 3"
+"chr10",27529785,27530202,418,"*","Promoter (<=1kb)",10,27484143,27531068,46926,2,"91452",866,"ENSG00000107897","ACBD5","acyl-CoA binding domain containing 5"
+"chr17",73201717,73201932,216,"*","Promoter (<=1kb)",17,73201597,73231854,30258,1,"79902",120,"ENSG00000125450","NUP85","nucleoporin 85kDa"
+"chr3",124605199,124605640,442,"*","Promoter (<=1kb)",3,124481795,124606144,124350,2,"3693",504,"ENSG00000082781","ITGB5","integrin subunit beta 5"
+"chr14",31028192,31028335,144,"*","Promoter (<=1kb)",14,31028329,31089046,60718,1,"55632",0,"ENSG00000092140","G2E3","G2/M-phase specific E3 ubiquitin protein ligase"
+"chr6",26104245,26104560,316,"*","Promoter (<=1kb)",6,26104176,26104565,390,1,"8364",69,"ENSG00000197061","HIST1H4C","histone cluster 1, H4c"
+"chr15",73735608,73735694,87,"*","Promoter (<=1kb)",15,73735499,73852353,116855,1,"283677",109,"ENSG00000183324","REC114","REC114 meiotic recombination protein"
+"chr8",1954777,1955069,293,"*","3' UTR",8,1922044,1955109,33066,1,"9920",32733,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
+"chr11",10315561,10315706,146,"*","Promoter (<=1kb)",11,9800214,10315754,515541,2,"81846",48,"ENSG00000133812","SBF2","SET binding factor 2"
+"chr16",3062320,3062349,30,"*","Promoter (<=1kb)",16,3062457,3064506,2050,1,"9080",-108,"ENSG00000213937","CLDN9","claudin 9"
+"chr12",56862322,56862729,408,"*","Promoter (<=1kb)",12,56862301,56864767,2467,1,"283377",21,"ENSG00000176422","SPRYD4","SPRY domain containing 4"
+"chr4",10041728,10042401,674,"*","Promoter (<=1kb)",4,9827848,10041872,214025,2,"56606",0,"ENSG00000109667","SLC2A9","solute carrier family 2 member 9"
+"chr17",31487,31552,66,"*","Promoter (<=1kb)",17,6011,31420,25410,2,"8447",-67,"ENSG00000272636","DOC2B","double C2-like domains, beta"
+"chr17",41739082,41739246,165,"*","Promoter (<=1kb)",17,41717758,41739262,21505,2,"4222",16,"ENSG00000005102","MEOX1","mesenchyme homeobox 1"
+"chr5",16616462,16617242,781,"*","Promoter (<=1kb)",5,16473147,16617167,144021,2,"54463",0,"ENSG00000154153","FAM134B","family with sequence similarity 134 member B"
+"chr2",232651038,232651061,24,"*","Intron (uc010fxy.1/64708, intron 1 of 5)",2,232646445,232673434,26990,1,"64708",4593,"ENSG00000144524","COPS7B","COP9 signalosome subunit 7B"
+"chr20",43029652,43029847,196,"*","Intron (uc010zwo.1/3172, intron 2 of 3)",20,43036760,43036843,84,1,"100500813",-6913,"ENSG00000266151","MIR3646","microRNA 3646"
+"chr1",161129091,161129122,32,"*","Promoter (<=1kb)",1,161129254,161135516,6263,1,"27005",-132,"ENSG00000143258","USP21","ubiquitin specific peptidase 21"
+"chr14",52216412,52216656,245,"*","Distal Intergenic",14,52313952,52436518,122567,1,"54331",-97296,"ENSG00000186469","GNG2","G protein subunit gamma 2"
+"chr18",61368814,61369206,393,"*","Promoter (<=1kb)",18,61370085,61393666,23582,1,"89778",-879,"ENSG00000206072","SERPINB11","serpin peptidase inhibitor, clade B (ovalbumin), member 11 (gene/pseudogene)"
+"chr2",220083306,220083454,149,"*","Promoter (1-2kb)",2,220074488,220085174,10687,2,"10058",1720,"ENSG00000115657","ABCB6","ATP binding cassette subfamily B member 6 (Langereis blood group)"
+"chr1",33815638,33815702,65,"*","Intron (uc001bxg.1/1912, intron 6 of 13)",1,33797994,33798093,100,2,"100500853",-17545,NA,"MIR3605","microRNA 3605"
+"chr12",54366859,54366875,17,"*","Promoter (<=1kb)",12,54366910,54370203,3294,1,"3227",-35,"ENSG00000123388","HOXC11","homeobox C11"
+"chr6",170361194,170361827,634,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-162273,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
+"chr10",118900416,118900422,7,"*","Promoter (2-3kb)",10,118888032,118897812,9781,2,"11023",-2604,"ENSG00000148704","VAX1","ventral anterior homeobox 1"
+"chr7",4841387,4841835,449,"*","Exon (uc003sng.1/55698, exon 12 of 16)",7,4828196,4828270,75,2,"100616465",-13117,"ENSG00000264474","MIR4656","microRNA 4656"
+"chr7",56551592,56552034,443,"*","Distal Intergenic",7,56563916,56564977,1062,1,"222029",-11882,NA,"DKFZp434L192","uncharacterized protein DKFZp434L192"
+"chr1",65533502,65533851,350,"*","Distal Intergenic",1,65524117,65524191,75,2,"406893",-9311,"ENSG00000199135","MIR101-1","microRNA 101-1"
+"chr12",120755328,120755363,36,"*","Distal Intergenic",12,120759914,120765592,5679,2,"5319",10229,"ENSG00000170890","PLA2G1B","phospholipase A2 group IB"
+"chr10",665054,665510,457,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",22208,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr5",135265705,135265801,97,"*","Promoter (<=1kb)",5,135266006,135287280,21275,1,"26223",-205,NA,"FBXL21","F-box and leucine-rich repeat protein 21 (gene/pseudogene)"
+"chr3",9885753,9886090,338,"*","Promoter (<=1kb)",3,9879533,9885702,6170,2,"285367",-51,"ENSG00000156990","RPUSD3","RNA pseudouridylate synthase domain containing 3"
+"chr1",226187478,226187828,351,"*","Promoter (<=1kb)",1,226170403,226187066,16664,2,"163859",-412,"ENSG00000143751","SDE2","SDE2 telomere maintenance homolog (S. pombe)"
+"chr12",57853743,57853920,178,"*","Promoter (<=1kb)",12,57853918,57866047,12130,1,"2735",0,"ENSG00000111087","GLI1","GLI family zinc finger 1"
+"chr8",17104455,17104487,33,"*","Promoter (<=1kb)",8,17104401,17155533,51133,1,"137492",54,"ENSG00000155975","VPS37A","VPS37A, ESCRT-I subunit"
+"chr13",100611510,100611817,308,"*","Distal Intergenic",13,100615275,100624178,8904,2,"85416",12361,"ENSG00000139800","ZIC5","Zic family member 5"
+"chr12",112563230,112563241,12,"*","Promoter (<=1kb)",12,112563349,112591408,28060,1,"10906",-108,"ENSG00000135148","TRAFD1","TRAF-type zinc finger domain containing 1"
+"chr18",34973942,34973956,15,"*","Intron (uc002lae.2/56853, intron 11 of 12)",18,34823008,35146000,322993,2,"56853",172044,"ENSG00000101489","CELF4","CUGBP, Elav-like family member 4"
+"chr17",259930,259942,13,"*","Promoter (<=1kb)",17,260118,264457,4340,1,"400566",-176,"ENSG00000187624","C17orf97","chromosome 17 open reading frame 97"
+"chr9",127615385,127616076,692,"*","Promoter (<=1kb)",9,127615696,127620170,4475,1,"401551",0,"ENSG00000136918","WDR38","WD repeat domain 38"
+"chr6",31926840,31926915,76,"*","5' UTR",6,32485154,32557613,72460,2,"3127",630698,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",4913514,4913712,199,"*","Intron (uc003sng.1/55698, intron 14 of 15)",7,4834285,4923335,89051,2,"55698",9623,"ENSG00000157927","RADIL","Ras association and DIL domains"
+"chr22",37914206,37914811,606,"*","Promoter (<=1kb)",22,37875383,37915378,39996,2,"29775",567,"ENSG00000100065","CARD10","caspase recruitment domain family member 10"
+"chr12",6798404,6798535,132,"*","Promoter (<=1kb)",12,6775643,6798738,23096,2,"171017",203,"ENSG00000126746","ZNF384","zinc finger protein 384"
+"chr3",43663331,43663662,332,"*","Promoter (<=1kb)",3,43407818,43663560,255743,2,"55129",0,"ENSG00000160746","ANO10","anoctamin 10"
+"chr2",3642400,3642581,182,"*","Promoter (<=1kb)",2,3642422,3692234,49813,1,"78989",0,"ENSG00000118004","COLEC11","collectin subfamily member 11"
+"chr5",161494450,161494467,18,"*","Promoter (<=1kb)",5,161494648,161582545,87898,1,"2566",-181,"ENSG00000113327","GABRG2","gamma-aminobutyric acid type A receptor gamma2 subunit"
+"chr15",45315313,45315362,50,"*","Promoter (<=1kb)",15,45315302,45367287,51986,1,"6652",11,"ENSG00000140263","SORD","sorbitol dehydrogenase"
+"chr17",73851651,73851978,328,"*","Promoter (<=1kb)",17,73841780,73851501,9722,2,"23558",-150,"ENSG00000132471","WBP2","WW domain binding protein 2"
+"chr4",107956508,107957024,517,"*","5' UTR",4,107842959,108204846,361888,2,"27123",247822,"ENSG00000155011","DKK2","dickkopf WNT signaling pathway inhibitor 2"
+"chr3",139257229,139257727,499,"*","Promoter (<=1kb)",3,139236276,139258671,22396,2,"5947",944,"ENSG00000114115","RBP1","retinol binding protein 1"
+"chr16",1413965,1414480,516,"*","3' UTR",16,1401900,1413352,11453,1,"84572",12065,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
+"chr12",5541205,5541234,30,"*","Promoter (<=1kb)",12,5541280,5604465,63186,1,"4908",-46,"ENSG00000185652","NTF3","neurotrophin 3"
+"chr1",238024463,238024671,209,"*","Promoter (<=1kb)",1,238025475,238091619,66145,1,"100130331",-804,"ENSG00000237250","LOC100130331","POTE ankyrin domain family, member F pseudogene"
+"chr22",43506457,43506480,24,"*","Promoter (<=1kb)",22,43506754,43525718,18965,1,"638",-274,"ENSG00000100290","BIK","BCL2-interacting killer"
+"chr20",865906,866039,134,"*","Exon (uc002wei.3/51378, exon 4 of 9)",20,853297,896960,43664,2,"51378",30921,"ENSG00000101280","ANGPT4","angiopoietin 4"
+"chr7",94294857,94295579,723,"*","3' UTR",7,94285637,94299006,13370,1,"23089",9220,"ENSG00000242265","PEG10","paternally expressed 10"
+"chr5",138609337,138609700,364,"*","Promoter (<=1kb)",5,138609441,138618873,9433,1,"724102",0,NA,"SNHG4","small nucleolar RNA host gene 4"
+"chr6",86353836,86353970,135,"*","Promoter (<=1kb)",6,86317502,86353043,35542,2,"10492",-793,"ENSG00000135316","SYNCRIP","synaptotagmin binding, cytoplasmic RNA interacting protein"
+"chr12",122687992,122688186,195,"*","Promoter (<=1kb)",12,122688228,122692084,3857,1,"79369",-42,"ENSG00000176383","B3GNT4","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 4"
+"chr16",1014544,1014975,432,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",16343,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr18",13801222,13801271,50,"*","Distal Intergenic",18,13825543,13826861,1319,1,"4161",-24272,"ENSG00000176136","MC5R","melanocortin 5 receptor"
+"chr21",40817848,40817988,141,"*","Promoter (<=1kb)",21,40817797,40887433,69637,1,"6450",51,"ENSG00000185437","SH3BGR","SH3 domain binding glutamate rich protein"
+"chr17",29335105,29335669,565,"*","Distal Intergenic",17,29302353,29303017,665,1,"503645",32752,"ENSG00000264743","DPRXP4","divergent-paired related homeobox pseudogene 4"
+"chr2",33824342,33824362,21,"*","Promoter (<=1kb)",2,33808729,33824362,15634,2,"25940",0,"ENSG00000119812","FAM98A","family with sequence similarity 98 member A"
+"chr1",38470578,38470622,45,"*","Promoter (<=1kb)",1,38462442,38471187,8746,2,"2275",565,"ENSG00000183386","FHL3","four and a half LIM domains 3"
+"chr9",5449890,5450535,646,"*","Promoter (<=1kb)",9,5450503,5470567,20065,1,"29126",0,"ENSG00000120217","CD274","CD274 molecule"
+"chr5",1061253,1061289,37,"*","Promoter (1-2kb)",5,1063011,1063089,79,2,"100616479",1800,"ENSG00000263834","MIR4635","microRNA 4635"
+"chr10",131934684,131934715,32,"*","Promoter (<=1kb)",10,131934639,131982785,48147,1,"10539",45,"ENSG00000108010","GLRX3","glutaredoxin 3"
+"chr2",33172394,33172396,3,"*","Promoter (<=1kb)",2,33172369,33624575,452207,1,"4052",25,"ENSG00000049323","LTBP1","latent transforming growth factor beta binding protein 1"
+"chr17",78820876,78821024,149,"*","Intron (uc010wuf.1/57521, intron 10 of 11)",17,78965641,78973933,8293,1,"79643",-144617,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr2",32581942,32582034,93,"*","Promoter (<=1kb)",2,32582096,32843965,261870,1,"57448",-62,"ENSG00000115760","BIRC6","baculoviral IAP repeat containing 6"
+"chr4",2011033,2011051,19,"*","Promoter (<=1kb)",4,1984441,2010962,26522,2,"7469",-71,"ENSG00000185049","NELFA","negative elongation factor complex member A"
+"chr10",122217348,122217422,75,"*","Promoter (<=1kb)",10,122216466,122349367,132902,1,"196051",882,"ENSG00000203805","PLPP4","phospholipid phosphatase 4"
+"chr1",166134346,166134465,120,"*","Promoter (1-2kb)",1,166026690,166135958,109269,2,"149297",1493,"ENSG00000188859","FAM78B","family with sequence similarity 78 member B"
+"chr5",56247905,56248185,281,"*","5' UTR",5,56215429,56267502,52074,2,"166968",19317,"ENSG00000155545","MIER3","MIER family member 3"
+"chr12",130823838,130823967,130,"*","Promoter (1-2kb)",12,130822433,130856877,34445,1,"9271",1405,"ENSG00000125207","PIWIL1","piwi-like RNA-mediated gene silencing 1"
+"chr7",12250712,12250857,146,"*","Promoter (<=1kb)",7,12250848,12276890,26043,1,"54664",0,"ENSG00000106460","TMEM106B","transmembrane protein 106B"
+"chr2",242810869,242811101,233,"*","Promoter (<=1kb)",2,242811886,242815482,3597,1,"285093",-785,"ENSG00000277949","RTP5","receptor (chemosensory) transporter protein 5 (putative)"
+"chr11",62139609,62139710,102,"*","Intron (uc001nte.4/80150, intron 4 of 6)",11,62104774,62160887,56114,1,"80150",34835,"ENSG00000162174","ASRGL1","asparaginase like 1"
+"chr4",40045334,40045641,308,"*","Exon (uc011byr.1/344967, exon 3 of 3)",4,40058524,40159872,101349,1,"55728",-12883,"ENSG00000078177","N4BP2","NEDD4 binding protein 2"
+"chr17",8648514,8649122,609,"*","Promoter (<=1kb)",17,8633246,8648154,14909,2,"146849",-360,"ENSG00000161973","CCDC42","coiled-coil domain containing 42"
+"chr20",3762064,3762119,56,"*","Promoter (<=1kb)",20,3758151,3762102,3952,2,"25876",0,"ENSG00000101222","SPEF1","sperm flagellar 1"
+"chr11",2235203,2235402,200,"*","Distal Intergenic",11,2194293,2194368,76,1,"100616126",40910,"ENSG00000265258","MIR4686","microRNA 4686"
+"chr6",29945051,29945155,105,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1461481,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr12",132863782,132863935,154,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132851977,132857486,5510,1,"100130238",11805,NA,"LOC100130238","uncharacterized LOC100130238"
+"chr2",238535997,238536058,62,"*","Promoter (<=1kb)",2,238536224,238690290,154067,1,"9208",-166,"ENSG00000124831","LRRFIP1","leucine rich repeat (in FLII) interacting protein 1"
+"chr2",66660414,66660793,380,"*","Promoter (<=1kb)",2,66650475,66660602,10128,2,"730198",0,NA,"MEIS1-AS3","MEIS1 antisense RNA 3"
+"chr15",51385764,51385868,105,"*","Intron (uc001zyy.3/388121, intron 1 of 2)",15,51348799,51397473,48675,2,"388121",11605,"ENSG00000183578","TNFAIP8L3","TNF alpha induced protein 8 like 3"
+"chr7",5632221,5632224,4,"*","Promoter (<=1kb)",7,5632436,5646287,13852,1,"6624",-212,"ENSG00000075618","FSCN1","fascin actin-bundling protein 1"
+"chr17",46621964,46622037,74,"*","Promoter (<=1kb)",17,46621713,46628603,6891,1,"100874362",251,"ENSG00000230148","HOXB-AS1","HOXB cluster antisense RNA 1"
+"chr16",1071052,1071884,833,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",39244,"ENSG00000005513","SOX8","SRY-box 8"
+"chr1",111506641,111506667,27,"*","Promoter (<=1kb)",1,111489812,111506566,16755,2,"55791",-75,"ENSG00000121931","LRIF1","ligand dependent nuclear receptor interacting factor 1"
+"chr8",74361002,74361220,219,"*","Intron (uc003xzm.3/27067, intron 2 of 14)",8,74332309,74353753,21445,1,"100128126",28693,"ENSG00000253302","STAU2-AS1","STAU2 antisense RNA 1"
+"chr10",102045962,102046095,134,"*","Promoter (<=1kb)",10,102033035,102046469,13435,2,"282991",374,"ENSG00000196072","BLOC1S2","biogenesis of lysosomal organelles complex 1 subunit 2"
+"chr16",8941568,8941747,180,"*","3' UTR",16,8946799,8962869,16071,2,"23589",21122,"ENSG00000153048","CARHSP1","calcium regulated heat stable protein 1"
+"chr22",39898368,39898620,253,"*","Promoter (2-3kb)",22,39896105,39914137,18033,1,"54471",2263,"ENSG00000100335","MIEF1","mitochondrial elongation factor 1"
+"chr13",112547370,112547823,454,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",-174090,"ENSG00000182968","SOX1","SRY-box 1"
+"chr8",57906058,57906543,486,"*","Promoter (<=1kb)",8,57870488,57906430,35943,2,"54928",0,"ENSG00000104331","IMPAD1","inositol monophosphatase domain containing 1"
+"chr1",45672438,45672524,87,"*","Promoter (<=1kb)",1,45482076,45672250,190175,2,"57643",-188,"ENSG00000162415","ZSWIM5","zinc finger SWIM-type containing 5"
+"chr12",90102506,90102530,25,"*","Promoter (<=1kb)",12,90102732,90105729,2998,1,"338758",-202,"ENSG00000271614","LINC00936","long intergenic non-protein coding RNA 936"
+"chr21",11098970,11099431,462,"*","Promoter (<=1kb)",21,11057796,11098937,41142,2,"574",-33,NA,"BAGE","B melanoma antigen"
+"chr10",135266836,135267307,472,"*","Promoter (<=1kb)",10,135267432,135337062,69631,1,"619207",-125,"ENSG00000214279","SCART1","scavenger receptor protein family member"
+"chr1",29449036,29449356,321,"*","Promoter (1-2kb)",1,29445937,29450421,4485,2,"399474",1065,"ENSG00000253304","TMEM200B","transmembrane protein 200B"
+"chr16",84178556,84178891,336,"*","Promoter (<=1kb)",16,84155744,84178800,23057,2,"83693",0,"ENSG00000103160","HSDL1","hydroxysteroid dehydrogenase like 1"
+"chr7",74489845,74489851,7,"*","Promoter (<=1kb)",7,74456283,74489699,33417,2,"81554",-146,"ENSG00000274523","WBSCR16","Williams-Beuren syndrome chromosome region 16"
+"chr6",31758849,31758862,14,"*","Intron (uc003nxe.3/7407, intron 22 of 29)",6,32485154,32557613,72460,2,"3127",798751,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",125475315,125475385,71,"*","Promoter (<=1kb)",6,125474879,125584644,109766,1,"7164",436,"ENSG00000111907","TPD52L1","tumor protein D52-like 1"
+"chr6",31854781,31854834,54,"*","Exon (uc003nxy.1/10919, exon 15 of 27)",6,32485154,32557613,72460,2,"3127",702779,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr14",73393231,73393894,664,"*","Promoter (<=1kb)",14,73393040,73426357,33318,1,"26094",191,"ENSG00000119599","DCAF4","DDB1 and CUL4 associated factor 4"
+"chr14",101052970,101053354,385,"*","Distal Intergenic",14,101003484,101036131,32648,2,"57596",-16839,"ENSG00000183092","BEGAIN","brain enriched guanylate kinase associated"
+"chr19",41196603,41196729,127,"*","Promoter (<=1kb)",19,41171812,41196556,24745,2,"9253",-47,"ENSG00000105245","NUMBL","numb homolog (Drosophila)-like"
+"chr1",181057597,181057798,202,"*","Promoter (<=1kb)",1,181057638,181059979,2342,1,"51278",0,"ENSG00000162783","IER5","immediate early response 5"
+"chr2",20549724,20550531,808,"*","Promoter (<=1kb)",2,20448453,20550463,102011,2,"23369",0,"ENSG00000055917","PUM2","pumilio RNA binding family member 2"
+"chr15",41795039,41795304,266,"*","Exon (uc001znz.3/3706, exon 6 of 7)",15,41786056,41795757,9702,1,"3706",8983,"ENSG00000137825","ITPKA","inositol-trisphosphate 3-kinase A"
+"chr16",2125627,2125989,363,"*","Exon (uc002con.3/7249, exon 23 of 42)",16,2140196,2140285,90,2,"100188847",14296,"ENSG00000221656","MIR1225","microRNA 1225"
+"chr8",113655436,113655967,532,"*","Promoter (<=1kb)",8,113655722,113655812,91,1,"100302225",0,"ENSG00000238399","MIR2053","microRNA 2053"
+"chr1",159771327,159771711,385,"*","Promoter (1-2kb)",1,159770301,159786047,15747,1,"343413",1026,"ENSG00000181036","FCRL6","Fc receptor like 6"
+"chr17",8013409,8013632,224,"*","Exon (uc002gka.3/59344, exon 9 of 15)",17,7999218,8022234,23017,2,"59344",8602,"ENSG00000179148","ALOXE3","arachidonate lipoxygenase 3"
+"chr19",42584469,42584732,264,"*","Exon (uc002osk.4/64763, exon 2 of 2)",19,42572629,42585720,13092,1,"64763",11840,"ENSG00000105732","ZNF574","zinc finger protein 574"
+"chr16",1495122,1495787,666,"*","Promoter (<=1kb)",16,1484389,1494490,10102,2,"645811",-632,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
+"chr4",1362393,1362864,472,"*","Intron (uc003gde.4/57654, intron 8 of 13)",4,1341104,1381837,40734,1,"57654",21289,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
+"chr18",21452682,21452788,107,"*","Intron (uc002kuq.3/3909, intron 38 of 74)",18,21572737,21715574,142838,1,"125488",-119949,"ENSG00000168234","TTC39C","tetratricopeptide repeat domain 39C"
+"chr15",79237145,79237217,73,"*","Promoter (<=1kb)",15,79214092,79237420,23329,2,"1512",203,"ENSG00000103811","CTSH","cathepsin H"
+"chr6",21667407,21667815,409,"*","Promoter (2-3kb)",6,21665003,22214734,549732,1,"401237",2404,"ENSG00000272168","CASC15","cancer susceptibility candidate 15 (non-protein coding)"
+"chr7",114329849,114329956,108,"*","Exon (uc003vgu.3/93986, exon 20 of 20)",7,114293400,114293510,111,1,"100500896",36449,"ENSG00000272230","MIR3666","microRNA 3666"
+"chr8",107281773,107281984,212,"*","Promoter (<=1kb)",8,107282406,107764921,482516,1,"55074",-422,"ENSG00000164830","OXR1","oxidation resistance 1"
+"chr6",34433754,34433775,22,"*","Promoter (<=1kb)",6,34433838,34503000,69163,1,"29993",-63,"ENSG00000124507","PACSIN1","protein kinase C and casein kinase substrate in neurons 1"
+"chr5",60457793,60458176,384,"*","Promoter (<=1kb)",5,60453536,60458302,4767,2,"643155",126,"ENSG00000188725","SMIM15","small integral membrane protein 15"
+"chr7",987309,987411,103,"*","Intron (uc003sjo.4/11033, intron 10 of 10)",7,937537,1015235,77699,2,"11033",27824,"ENSG00000105963","ADAP1","ArfGAP with dual PH domains 1"
+"chr5",126112605,126112609,5,"*","Promoter (<=1kb)",5,126112315,126172712,60398,1,"4001",290,"ENSG00000113368","LMNB1","lamin B1"
+"chr11",7052239,7052589,351,"*","Intron (uc001mfb.1/338323, intron 1 of 11)",11,7041700,7092757,51058,1,"338323",10539,"ENSG00000158077","NLRP14","NLR family, pyrin domain containing 14"
+"chr7",27154537,27154720,184,"*","Intron (uc011jzl.2/3200, intron 2 of 2)",7,27145809,27166639,20831,2,"3200",11919,"ENSG00000105997","HOXA3","homeobox A3"
+"chr14",102228216,102228754,539,"*","Promoter (<=1kb)",14,102228135,102394328,166194,1,"5527",81,"ENSG00000078304","PPP2R5C","protein phosphatase 2 regulatory subunit B', gamma"
+"chr5",137368318,137368839,522,"*","Promoter (<=1kb)",5,137273642,137368802,95161,2,"51306",0,"ENSG00000031003","FAM13B","family with sequence similarity 13 member B"
+"chr1",17020409,17020878,470,"*","Intron (uc001azn.1/284729, intron 1 of 10)",1,17017713,17046652,28940,2,"284729",25774,"ENSG00000268869","ESPNP","espin pseudogene"
+"chr1",50513749,50513870,122,"*","Promoter (<=1kb)",1,50513686,50667540,153855,1,"1996",63,"ENSG00000162374","ELAVL4","ELAV like neuron-specific RNA binding protein 4"
+"chr16",1662753,1663216,464,"*","Promoter (<=1kb)",16,1560428,1662109,101682,2,"9742",-644,"ENSG00000187535","IFT140","intraflagellar transport 140"
+"chr6",164051690,164052180,491,"*","Distal Intergenic",6,163835675,163999628,163954,1,"9444",216015,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
+"chr1",6341279,6341287,9,"*","Exon (uc001amq.3/11332, exon 8 of 9)",1,6307406,6321035,13630,2,"387509",-20244,"ENSG00000158292","GPR153","G protein-coupled receptor 153"
+"chr17",75398290,75398583,294,"*","5' UTR",17,75393066,75393136,71,2,"100422851",-5154,"ENSG00000264060","MIR4316","microRNA 4316"
+"chr7",65420025,65420249,225,"*","Exon (uc003tum.1/uc003tum.1, exon 1 of 1)",7,65425673,65447301,21629,2,"2990",27052,"ENSG00000169919","GUSB","glucuronidase, beta"
+"chrX",3264384,3264695,312,"*","Promoter (<=1kb)",23,3226609,3264684,38076,2,"25878",0,"ENSG00000101825","MXRA5","matrix-remodelling associated 5"
+"chr16",11944926,11945018,93,"*","Promoter (<=1kb)",16,11928055,11945442,17388,2,"26156",424,"ENSG00000171490","RSL1D1","ribosomal L1 domain containing 1"
+"chr3",122785780,122786043,264,"*","Promoter (<=1kb)",3,122785856,122880953,95098,1,"10954",0,"ENSG00000065485","PDIA5","protein disulfide isomerase family A member 5"
+"chr7",44579223,44579467,245,"*","Promoter (1-2kb)",7,44552135,44580914,28780,2,"29881",1447,"ENSG00000015520","NPC1L1","NPC1-like 1"
+"chr16",49499189,49499613,425,"*","Distal Intergenic",16,49407808,49433319,25512,1,"123970",91381,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
+"chr4",4173030,4173449,420,"*","Distal Intergenic",4,4190530,4228621,38092,2,"133060",55172,"ENSG00000163982","OTOP1","otopetrin 1"
+"chr7",94953680,94953722,43,"*","Exon (uc003uns.3/5444, exon 1 of 9)",7,94927669,95025687,98019,2,"5444",71965,"ENSG00000005421","PON1","paraoxonase 1"
+"chr8",67579548,67579568,21,"*","Promoter (<=1kb)",8,67542488,67579452,36965,2,"80124",-96,"ENSG00000175073","VCPIP1","valosin containing protein (p97)/p47 complex interacting protein 1"
+"chr5",33936472,33936704,233,"*","Promoter (<=1kb)",5,33936491,33939023,2533,1,"51289",0,"ENSG00000277069","RXFP3","relaxin/insulin-like family peptide receptor 3"
+"chr16",30709114,30709518,405,"*","Promoter (<=1kb)",16,30709025,30709810,786,2,"730183",292,NA,"LOC730183","uncharacterized LOC730183"
+"chr7",128379067,128379252,186,"*","Promoter (<=1kb)",7,128379346,128413477,34132,1,"813",-94,"ENSG00000128595","CALU","calumenin"
+"chr17",37843745,37843818,74,"*","Promoter (<=1kb)",17,37827375,37844310,16936,2,"93210",492,"ENSG00000161395","PGAP3","post-GPI attachment to proteins 3"
+"chr19",45885800,45885940,141,"*","Exon (uc002pbm.3/10848, exon 5 of 6)",19,45854649,45873845,19197,2,"2068",-11955,"ENSG00000104884","ERCC2","excision repair cross-complementation group 2"
+"chr2",177012143,177012324,182,"*","Promoter (2-3kb)",2,177015031,177015140,110,1,"406903",-2707,"ENSG00000207744","MIR10B","microRNA 10b"
+"chr4",132651854,132652065,212,"*","Distal Intergenic",4,134070470,134112732,42263,1,"57575",-1418405,"ENSG00000138650","PCDH10","protocadherin 10"
+"chr1",2250136,2250525,390,"*","Downstream (2-3kb)",1,2281853,2284100,2248,2,"100129534",33575,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr17",40118539,40118590,52,"*","Promoter (<=1kb)",17,40118759,40129754,10996,1,"1267",-169,"ENSG00000173786","CNP","2',3'-cyclic nucleotide 3' phosphodiesterase"
+"chr3",192231844,192232664,821,"*","Intron (uc003fsy.3/2257, intron 4 of 5)",3,191857182,192445388,588207,2,"2257",212724,"ENSG00000114279","FGF12","fibroblast growth factor 12"
+"chr22",32026779,32026902,124,"*","5' UTR",22,32014477,32058252,43776,2,"23761",31350,"ENSG00000241878","PISD","phosphatidylserine decarboxylase"
+"chr16",15596167,15596375,209,"*","5' UTR",16,15528325,15682116,153792,1,"89927",67842,"ENSG00000166780","C16orf45","chromosome 16 open reading frame 45"
+"chr19",13215320,13215729,410,"*","Promoter (1-2kb)",19,13209842,13213974,4133,2,"4066",-1346,"ENSG00000104903","LYL1","lymphoblastic leukemia associated hematopoiesis regulator 1"
+"chr19",52150230,52150547,318,"*","Promoter (<=1kb)",19,52145806,52150132,4327,2,"100049587",-98,"ENSG00000254415","SIGLEC14","sialic acid binding Ig like lectin 14"
+"chr19",40229167,40229318,152,"*","Promoter (<=1kb)",19,40221893,40228669,6777,2,"1178",-498,"ENSG00000105205","CLC","Charcot-Leyden crystal galectin"
+"chr16",51168768,51169389,622,"*","Downstream (<1kb)",16,51169886,51185183,15298,2,"6299",15794,"ENSG00000103449","SALL1","spalt-like transcription factor 1"
+"chr11",111410960,111411023,64,"*","Promoter (<=1kb)",11,111411233,111432470,21238,1,"143903",-210,"ENSG00000204381","LAYN","layilin"
+"chr19",39833510,39833609,100,"*","Promoter (<=1kb)",19,39833108,39875537,42430,1,"55095",402,"ENSG00000179134","SAMD4B","sterile alpha motif domain containing 4B"
+"chr8",70906688,70907000,313,"*","Distal Intergenic",8,70963886,70983562,19677,2,"63978",76562,"ENSG00000147596","PRDM14","PR domain 14"
+"chr3",53857876,53857953,78,"*","Exon (uc003dgz.3/55349, exon 3 of 9)",3,53850324,53880420,30097,2,"55349",22467,"ENSG00000016391","CHDH","choline dehydrogenase"
+"chr7",158059131,158059396,266,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",266109,"ENSG00000207637","MIR595","microRNA 595"
+"chr4",8594324,8594514,191,"*","5' UTR",4,8582217,8621488,39272,1,"8532",12107,"ENSG00000109625","CPZ","carboxypeptidase Z"
+"chr13",100636299,100636692,394,"*","Promoter (2-3kb)",13,100634026,100639019,4994,1,"7546",2273,"ENSG00000043355","ZIC2","Zic family member 2"
+"chr15",25425051,25425388,338,"*","Promoter (<=1kb)",15,25425644,25425725,82,1,"100033443",-256,"ENSG00000200812","SNORD115-6","small nucleolar RNA, C/D box 115-6"
+"chr1",888909,889167,259,"*","Exon (uc001aby.4/26155, exon 6 of 17)",1,879583,894679,15097,2,"26155",5512,"ENSG00000188976","NOC2L","NOC2 like nucleolar associated transcriptional repressor"
+"chr5",146888397,146888580,184,"*","Promoter (1-2kb)",5,146770371,146889619,119249,2,"1809",1039,"ENSG00000113657","DPYSL3","dihydropyrimidinase like 3"
+"chr3",46742443,46742817,375,"*","Promoter (<=1kb)",3,46742823,46752413,9591,1,"259236",-6,"ENSG00000181585","TMIE","transmembrane inner ear"
+"chr1",183441376,183441395,20,"*","Promoter (<=1kb)",1,183441506,183523328,81823,1,"9887",-111,"ENSG00000116698","SMG7","SMG7 nonsense mediated mRNA decay factor"
+"chr19",17530614,17530742,129,"*","Promoter (<=1kb)",19,17530912,17536140,5229,1,"93343",-170,"ENSG00000141971","MVB12A","multivesicular body subunit 12A"
+"chr7",30518000,30518197,198,"*","Promoter (<=1kb)",7,30464143,30518393,54251,2,"10392",196,"ENSG00000106100","NOD1","nucleotide binding oligomerization domain containing 1"
+"chr11",6495452,6495505,54,"*","Promoter (<=1kb)",11,6469843,6495689,25847,2,"10612",184,"ENSG00000110171","TRIM3","tripartite motif containing 3"
+"chr8",25897153,25897534,382,"*","Intron (uc003xek.3/5520, intron 7 of 10)",8,25699246,25902640,203395,2,"64641",5106,"ENSG00000221818","EBF2","early B-cell factor 2"
+"chr6",33653289,33653502,214,"*","Exon (uc021ywr.1/3710, exon 40 of 58)",6,33664538,33679528,14991,2,"84300",26026,"ENSG00000137288","UQCC2","ubiquinol-cytochrome c reductase complex assembly factor 2"
+"chr2",383321,383401,81,"*","Distal Intergenic",2,279561,288308,8748,2,"285016",-95013,"ENSG00000189292","FAM150B","family with sequence similarity 150 member B"
+"chr16",21170647,21171084,438,"*","Promoter (<=1kb)",16,20944476,21170762,226287,2,"55567",0,"ENSG00000158486","DNAH3","dynein axonemal heavy chain 3"
+"chr19",53935117,53935228,112,"*","Promoter (<=1kb)",19,53935227,53947925,12699,1,"147804",0,"ENSG00000241015","TPM3P9","tropomyosin 3 pseudogene 9"
+"chr10",114133235,114133652,418,"*","Promoter (<=1kb)",10,114133916,114188138,54223,1,"51703",-264,"ENSG00000197142","ACSL5","acyl-CoA synthetase long-chain family member 5"
+"chr22",31218179,31218629,451,"*","5' UTR",22,31127544,31127628,85,1,"100422912",90635,NA,"MIR3200","microRNA 3200"
+"chr2",74734859,74735267,409,"*","Promoter (<=1kb)",2,74732170,74734821,2652,2,"84759",-38,"ENSG00000115289","PCGF1","polycomb group ring finger 1"
+"chr12",110172214,110172346,133,"*","Exon (uc031qjl.1/84983, exon 4 of 4)",12,110152187,110208312,56126,1,"84915",20027,"ENSG00000139438","FAM222A","family with sequence similarity 222 member A"
+"chr4",8262659,8262688,30,"*","Distal Intergenic",4,8271489,8308838,37350,1,"94031",-8801,"ENSG00000170801","HTRA3","HtrA serine peptidase 3"
+"chr6",28557765,28557774,10,"*","Exon (uc003nlp.1/uc003nlp.1, exon 2 of 2)",6,28471073,28483570,12498,2,"257202",-74195,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",2570492,2571449,958,"*","Promoter (<=1kb)",16,2570363,2580955,10593,1,"51005",129,"ENSG00000162066","AMDHD2","amidohydrolase domain containing 2"
+"chr1",63782347,63782378,32,"*","Promoter (<=1kb)",1,63624754,63782901,158148,2,"199899",523,"ENSG00000224209","LINC00466","long intergenic non-protein coding RNA 466"
+"chr2",241562037,241562376,340,"*","Intron (uc010fzh.2/2859, intron 5 of 5)",2,241544825,241570676,25852,1,"2859",17212,"ENSG00000178623","GPR35","G protein-coupled receptor 35"
+"chr7",98602548,98602745,198,"*","Intron (uc003upp.3/8295, intron 67 of 71)",7,98479273,98479352,80,1,"100500819",123275,"ENSG00000266019","MIR3609","microRNA 3609"
+"chr18",70211787,70211911,125,"*","Promoter (<=1kb)",18,70203915,70211723,7809,2,"147381",-64,"ENSG00000141668","CBLN2","cerebellin 2 precursor"
+"chr16",21169131,21169615,485,"*","Promoter (<=1kb)",16,21169912,21191937,22026,1,"57146",-297,"ENSG00000011638","TMEM159","transmembrane protein 159"
+"chr4",81106415,81106772,358,"*","Promoter (<=1kb)",4,81105439,81125482,20044,1,"56978",976,"ENSG00000152784","PRDM8","PR domain 8"
+"chr16",30075895,30075921,27,"*","5' UTR",16,30087350,30096695,9346,1,"5531",-11429,"ENSG00000149923","PPP4C","protein phosphatase 4 catalytic subunit"
+"chr11",122932810,122933028,219,"*","Promoter (<=1kb)",11,122928200,122933186,4987,2,"3312",158,"ENSG00000109971","HSPA8","heat shock protein family A (Hsp70) member 8"
+"chr7",99155983,99156195,213,"*","Promoter (<=1kb)",7,99143923,99156115,12193,2,"221786",0,"ENSG00000221909","FAM200A","family with sequence similarity 200 member A"
+"chr2",219906259,219906406,148,"*","Promoter (<=1kb)",2,219867568,219906273,38706,2,"255101",0,"ENSG00000181378","CFAP65","cilia and flagella associated protein 65"
+"chr7",155333289,155333384,96,"*","Distal Intergenic",7,155293953,155326539,32587,2,"285888",-6750,"ENSG00000146910","CNPY1","canopy FGF signaling regulator 1"
+"chr18",30352927,30352952,26,"*","Promoter (<=1kb)",18,30252634,30352974,100341,2,"57565",22,"ENSG00000197705","KLHL14","kelch like family member 14"
+"chr5",37370967,37370999,33,"*","Promoter (<=1kb)",5,37291941,37371197,79257,2,"9631",198,"ENSG00000113569","NUP155","nucleoporin 155kDa"
+"chr3",5022094,5022344,251,"*","Promoter (<=1kb)",3,4938493,5021646,83154,2,"100507582",-448,"ENSG00000235831","BHLHE40-AS1","BHLHE40 antisense RNA 1"
+"chr5",138089055,138089608,554,"*","Promoter (<=1kb)",5,138089107,138270723,181617,1,"1495",0,"ENSG00000044115","CTNNA1","catenin alpha 1"
+"chr20",40247197,40247458,262,"*","Promoter (<=1kb)",20,40031170,40247133,215964,2,"84181",-64,"ENSG00000124177","CHD6","chromodomain helicase DNA binding protein 6"
+"chr16",1552789,1553648,860,"*","Exon (uc002cly.3/9894, exon 15 of 21)",16,1543352,1560460,17109,1,"9894",9437,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr14",102680187,102680429,243,"*","3' UTR",14,102606189,102690010,83822,1,"91833",73998,"ENSG00000140153","WDR20","WD repeat domain 20"
+"chr7",131012497,131012631,135,"*","5' UTR",7,130794855,131181398,386544,1,"4289",217642,"ENSG00000128585","MKLN1","muskelin 1"
+"chr22",39097287,39097540,254,"*","Promoter (<=1kb)",22,39081548,39096459,14912,2,"9929",-828,"ENSG00000100221","JOSD1","Josephin domain containing 1"
+"chr12",6165683,6166125,443,"*","Exon (uc001qnn.1/7450, exon 15 of 52)",12,6058040,6233836,175797,2,"7450",67711,"ENSG00000110799","VWF","von Willebrand factor"
+"chr5",31532187,31532200,14,"*","Promoter (<=1kb)",5,31400602,31532282,131681,2,"29102",82,"ENSG00000113360","DROSHA","drosha ribonuclease III"
+"chr16",3077830,3078500,671,"*","3' UTR",16,3072626,3074287,1662,2,"54985",-3543,"ENSG00000103145","HCFC1R1","host cell factor C1 regulator 1 (XPO1 dependent)"
+"chr7",112580029,112580528,500,"*","Promoter (<=1kb)",7,112459202,112579932,120731,2,"154743",-97,"ENSG00000164603","C7orf60","chromosome 7 open reading frame 60"
+"chr1",101491427,101491561,135,"*","Promoter (<=1kb)",1,101455180,101491644,36465,2,"51611",83,"ENSG00000117543","DPH5","diphthamide biosynthesis 5"
+"chr6",8282662,8283019,358,"*","Distal Intergenic",6,8413301,8435794,22494,2,"51000",152775,"ENSG00000124786","SLC35B3","solute carrier family 35 member B3"
+"chr7",26331199,26331291,93,"*","Promoter (<=1kb)",7,26331515,26413949,82435,1,"29887",-224,"ENSG00000086300","SNX10","sorting nexin 10"
+"chr10",135149648,135150139,492,"*","Promoter (<=1kb)",10,135138928,135150475,11548,2,"50632",336,"ENSG00000130643","CALY","calcyon neuron specific vesicular protein"
+"chr16",11272199,11272440,242,"*","Exon (uc002dao.3/23274, exon 23 of 23)",16,11343506,11445617,102112,1,"116028",-71066,"ENSG00000175643","RMI2","RecQ mediated genome instability 2"
+"chr8",30241232,30241613,382,"*","Promoter (<=1kb)",8,30241944,30429734,187791,1,"11030",-331,"ENSG00000157110","RBPMS","RNA binding protein with multiple splicing"
+"chr19",57349815,57350004,190,"*","Promoter (2-3kb)",19,57321445,57352094,30650,2,"5178",2090,"ENSG00000198300","PEG3","paternally expressed 3"
+"chr2",206641088,206641630,543,"*","3' UTR",2,206547224,206662857,115634,1,"8828",93864,"ENSG00000118257","NRP2","neuropilin 2"
+"chr22",38092771,38092830,60,"*","Intron (uc003atq.1/11078, intron 7 of 12)",22,38082344,38172563,90220,1,"11078",10427,"ENSG00000100106","TRIOBP","TRIO and F-actin binding protein"
+"chr1",110210684,110210722,39,"*","5' UTR",1,110198698,110226619,27922,1,"2946",11986,"ENSG00000213366","GSTM2","glutathione S-transferase mu 2 (muscle)"
+"chr4",4379982,4380019,38,"*","Intron (uc031sde.1/27065, intron 1 of 8)",4,4349869,4420785,70917,1,"27065",30113,"ENSG00000168824","NSG1","neuron specific gene family member 1"
+"chr16",778351,778658,308,"*","Promoter (1-2kb)",16,776958,779715,2758,1,"84264",1393,"ENSG00000103253","HAGHL","hydroxyacylglutathione hydrolase-like"
+"chr16",88598525,88599035,511,"*","Exon (uc002fkv.3/161882, exon 7 of 10)",16,88636789,88698372,61584,1,"124245",-37754,"ENSG00000158545","ZC3H18","zinc finger CCCH-type containing 18"
+"chr7",66648094,66648109,16,"*","Intron (uc003tvn.4/55253, intron 13 of 15)",7,66579309,66579384,76,2,"100616331",-68710,"ENSG00000264494","MIR4650-2","microRNA 4650-2"
+"chr6",26188953,26189127,175,"*","Promoter (<=1kb)",6,26188938,26189304,367,2,"8360",177,"ENSG00000277157","HIST1H4D","histone cluster 1, H4d"
+"chr11",18033976,18034578,603,"*","Promoter (<=1kb)",11,17809597,18034637,225041,2,"26297",59,"ENSG00000129158","SERGEF","secretion regulating guanine nucleotide exchange factor"
+"chr12",115134326,115134496,171,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-12357,"ENSG00000135111","TBX3","T-box 3"
+"chr14",101528075,101528108,34,"*","Promoter (<=1kb)",14,101528387,101528455,69,1,"494326",-279,NA,"MIR377","microRNA 377"
+"chr16",3493633,3493997,365,"*","Promoter (<=1kb)",16,3493668,3536963,43296,1,"79903",0,"ENSG00000122390","NAA60","N(alpha)-acetyltransferase 60, NatF catalytic subunit"
+"chr14",36288939,36289100,162,"*","Distal Intergenic",14,36295597,36341169,45573,1,"84312",-6497,"ENSG00000100916","BRMS1L","breast cancer metastasis-suppressor 1-like"
+"chrX",136114577,136115233,657,"*","Promoter (<=1kb)",23,136112307,136113833,1527,2,"83550",-744,"ENSG00000165370","GPR101","G protein-coupled receptor 101"
+"chr16",4663553,4664062,510,"*","Promoter (<=1kb)",16,4658884,4664927,6044,2,"124402",865,"ENSG00000153443","UBALD1","UBA like domain containing 1"
+"chr10",76586186,76586206,21,"*","Promoter (<=1kb)",10,76586171,76792380,206210,1,"23522",15,"ENSG00000156650","KAT6B","lysine acetyltransferase 6B"
+"chr6",31322073,31322300,228,"*","3' UTR",6,32485154,32557613,72460,2,"3127",1235313,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",95401644,95401647,4,"*","Promoter (<=1kb)",7,95401818,95727736,325919,1,"1780",-171,"ENSG00000158560","DYNC1I1","dynein cytoplasmic 1 intermediate chain 1"
+"chr7",101457311,101457399,89,"*","Promoter (1-2kb)",7,101459184,101927250,468067,1,"1523",-1785,"ENSG00000257923","CUX1","cut like homeobox 1"
+"chr12",56710306,56710362,57,"*","Promoter (<=1kb)",12,56704213,56710128,5916,2,"10330",-178,"ENSG00000257727","CNPY2","canopy FGF signaling regulator 2"
+"chr14",39644666,39644870,205,"*","Promoter (<=1kb)",14,39644387,39652422,8036,1,"5411",279,"ENSG00000100941","PNN","pinin, desmosome associated protein"
+"chr5",134369881,134370033,153,"*","Promoter (<=1kb)",5,134363424,134369964,6541,2,"5307",0,"ENSG00000069011","PITX1","paired like homeodomain 1"
+"chr16",2581684,2582094,411,"*","Promoter (<=1kb)",16,2581923,2582006,84,2,"100422974",0,"ENSG00000266232","MIR3178","microRNA 3178"
+"chr4",100242957,100243455,499,"*","Promoter (<=1kb)",4,100227527,100242572,15046,2,"125",-385,"ENSG00000196616","ADH1B","alcohol dehydrogenase 1B (class I), beta polypeptide"
+"chr13",107687117,107687552,436,"*","Distal Intergenic",13,107306228,107324528,18301,1,"100874173",380889,"ENSG00000230156","LINC00443","long intergenic non-protein coding RNA 443"
+"chr6",30646940,30646949,10,"*","Intron (uc003nra.3/170954, intron 1 of 3)",6,32485154,32557613,72460,2,"3127",1910664,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",200880710,200880933,224,"*","Exon (uc001gvo.4/55765, exon 9 of 10)",1,200860627,200884864,24238,1,"55765",20083,"ENSG00000163362","C1orf106","chromosome 1 open reading frame 106"
+"chrY",24453658,24453709,52,"*","Promoter (1-2kb)",24,24455006,24462352,7347,1,"159162",-1297,"ENSG00000243040","RBMY2FP","RNA binding motif protein, Y-linked, family 2, member F pseudogene"
+"chr19",36499618,36499839,222,"*","Promoter (<=1kb)",19,36494002,36500273,6272,2,"163183",434,"ENSG00000181392","SYNE4","spectrin repeat containing, nuclear envelope family member 4"
+"chr20",37554817,37554849,33,"*","Promoter (<=1kb)",20,37554955,37581703,26749,1,"81610",-106,"ENSG00000101447","FAM83D","family with sequence similarity 83 member D"
+"chr1",154127629,154128002,374,"*","Promoter (<=1kb)",1,153965168,154127592,162425,2,"91181",-37,"ENSG00000143552","NUP210L","nucleoporin 210kDa like"
+"chr15",73611202,73611321,120,"*","Downstream (<1kb)",15,73612200,73661605,49406,2,"10021",50284,"ENSG00000138622","HCN4","hyperpolarization activated cyclic nucleotide gated potassium channel 4"
+"chr10",88731021,88731875,855,"*","Promoter (<=1kb)",10,88730498,88784487,53990,1,"119385",523,NA,"AGAP11","ArfGAP with GTPase domain, ankyrin repeat and PH domain 11"
+"chr22",37678222,37678489,268,"*","Promoter (<=1kb)",22,37678495,37711389,32895,1,"27128",-6,"ENSG00000100055","CYTH4","cytohesin 4"
+"chr6",28479502,28479515,14,"*","Intron (uc010jrg.1/257202, intron 3 of 3)",6,28471073,28483570,12498,2,"257202",4055,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr1",116961404,116961464,61,"*","Promoter (<=1kb)",1,116935487,116961244,25758,2,"84852",-160,"ENSG00000203865","ATP1A1-AS1","ATP1A1 antisense RNA 1"
+"chr19",3933046,3933195,150,"*","Promoter (<=1kb)",19,3933101,3942414,9314,1,"27231",0,"ENSG00000077009","NMRK2","nicotinamide riboside kinase 2"
+"chr10",95721204,95721318,115,"*","Promoter (<=1kb)",10,95717897,95721672,3776,2,"266971",354,"ENSG00000180764","PIPSL","PIP5K1A and PSMD4-like, pseudogene"
+"chr5",1938501,1938571,71,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",-51208,"ENSG00000113430","IRX4","iroquois homeobox 4"
+"chr20",47897020,47897159,140,"*","Promoter (<=1kb)",20,47897220,47897309,90,1,"692057",-61,"ENSG00000212304","SNORD12","small nucleolar RNA, C/D box 12"
+"chr19",50100987,50101012,26,"*","Exon (uc002poo.4/57479, exon 4 of 14)",19,50094912,50129696,34785,1,"57479",6075,"ENSG00000126464","PRR12","proline rich 12"
+"chr10",1166946,1167544,599,"*","Intron (uc031ptc.1/22884, intron 11 of 13)",10,1205708,1210612,4905,1,"399706",-38164,"ENSG00000229205","LINC00200","long intergenic non-protein coding RNA 200"
+"chr4",99064054,99064459,406,"*","Promoter (<=1kb)",4,98480025,99064391,584367,2,"285555",0,"ENSG00000163116","STPG2","sperm tail PG-rich repeat containing 2"
+"chr16",68279176,68279192,17,"*","Promoter (<=1kb)",16,68279247,68294961,15715,1,"23659",-55,"ENSG00000103066","PLA2G15","phospholipase A2 group XV"
+"chr16",9184437,9184657,221,"*","Promoter (<=1kb)",16,9185537,9213555,28019,1,"29035",-880,"ENSG00000182831","C16orf72","chromosome 16 open reading frame 72"
+"chr15",75932821,75932931,111,"*","Promoter (<=1kb)",15,75931426,75932664,1239,2,"55272",-157,"ENSG00000177971","IMP3","IMP3, U3 small nucleolar ribonucleoprotein"
+"chr16",11348611,11348636,26,"*","Promoter (1-2kb)",16,11348274,11350039,1766,2,"8651",1403,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
+"chr3",49314595,49314655,61,"*","Promoter (<=1kb)",3,49306030,49314508,8479,2,"375341",-87,"ENSG00000188315","C3orf62","chromosome 3 open reading frame 62"
+"chr6",31747168,31747189,22,"*","Intron (uc021yuy.1/7407, intron 2 of 4)",6,32485154,32557613,72460,2,"3127",810424,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",71357290,71357313,24,"*","Promoter (<=1kb)",2,71336806,71357394,20589,2,"84693",81,"ENSG00000124370","MCEE","methylmalonyl-CoA epimerase"
+"chr12",52281063,52281652,590,"*","Promoter (<=1kb)",12,52281793,52285505,3713,1,"341405",-141,"ENSG00000167612","ANKRD33","ankyrin repeat domain 33"
+"chr17",8311635,8311700,66,"*","Distal Intergenic",17,8294023,8301144,7122,2,"643904",-10491,"ENSG00000189051","RNF222","ring finger protein 222"
+"chr7",98741989,98742051,63,"*","Promoter (<=1kb)",7,98625058,98741743,116686,2,"57154",-246,"ENSG00000198742","SMURF1","SMAD specific E3 ubiquitin protein ligase 1"
+"chr12",34528074,34528521,448,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",352858,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
+"chr10",125816348,125816412,65,"*","Intron (uc001lhm.4/51363, intron 7 of 7)",10,125767182,125853123,85942,2,"51363",36711,"ENSG00000182022","CHST15","carbohydrate (N-acetylgalactosamine 4-sulfate 6-O) sulfotransferase 15"
+"chr2",11750732,11751071,340,"*","Exon (uc002rbk.1/9687, exon 18 of 33)",2,11798304,11810329,12026,2,"23620",59258,"ENSG00000169006","NTSR2","neurotensin receptor 2"
+"chr8",1922810,1923052,243,"*","Promoter (<=1kb)",8,1922044,1955109,33066,1,"9920",766,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
+"chr11",70669137,70669292,156,"*","Intron (uc001oqc.3/22941, intron 14 of 21)",11,70708895,70711220,2326,1,"220070",-39603,"ENSG00000171671","SHANK2-AS3","SHANK2 antisense RNA 3"
+"chr22",25170810,25170820,11,"*","Promoter (<=1kb)",22,25115001,25170687,55687,2,"440822",-123,"ENSG00000184571","PIWIL3","piwi-like RNA-mediated gene silencing 3"
+"chr5",180649514,180649677,164,"*","Promoter (<=1kb)",5,180649566,180649633,68,2,"100616342",0,"ENSG00000264732","MIR4638","microRNA 4638"
+"chr19",836679,836716,38,"*","Distal Intergenic",19,840985,848175,7191,1,"5657",-4269,"ENSG00000196415","PRTN3","proteinase 3"
+"chr10",30638342,30638372,31,"*","Intron (uc001ivb.4/55149, intron 8 of 16)",10,30598730,30663377,64648,2,"55149",25005,"ENSG00000107951","MTPAP","mitochondrial poly(A) polymerase"
+"chr11",47600544,47600569,26,"*","Promoter (<=1kb)",11,47593749,47600567,6819,2,"55709",0,"ENSG00000123444","KBTBD4","kelch repeat and BTB domain containing 4"
+"chr19",1256951,1257029,79,"*","Exon (uc002lrp.3/90007, exon 8 of 8)",19,1248552,1259142,10591,1,"90007",8399,"ENSG00000167470","MIDN","midnolin"
+"chr10",96305422,96305432,11,"*","Promoter (<=1kb)",10,96305543,96361856,56314,1,"3070",-111,"ENSG00000119969","HELLS","helicase, lymphoid-specific"
+"chr6",101847010,101847270,261,"*","Promoter (<=1kb)",6,101846669,102517958,671290,1,"2898",341,"ENSG00000164418","GRIK2","glutamate ionotropic receptor kainate type subunit 2"
+"chr1",224301953,224302019,67,"*","Promoter (<=1kb)",1,224301789,224349749,47961,1,"23219",164,"ENSG00000143756","FBXO28","F-box protein 28"
+"chr10",44881551,44881702,152,"*","Promoter (1-2kb)",10,44865601,44880545,14945,2,"6387",-1006,"ENSG00000107562","CXCL12","C-X-C motif chemokine ligand 12"
+"chr8",100025439,100026087,649,"*","Promoter (<=1kb)",8,100025494,100889814,864321,1,"157680",0,"ENSG00000132549","VPS13B","vacuolar protein sorting 13 homolog B (yeast)"
+"chr5",140778396,140778498,103,"*","Promoter (<=1kb)",5,140777695,140892548,114854,1,"56101",701,"ENSG00000276547","PCDHGB5","protocadherin gamma subfamily B, 5"
+"chr16",30933419,30934108,690,"*","Promoter (<=1kb)",16,30934392,30960104,25713,1,"54620",-284,"ENSG00000099364","FBXL19","F-box and leucine-rich repeat protein 19"
+"chr10",1102894,1103535,642,"*","Promoter (<=1kb)",10,1085964,1102644,16681,2,"3422",-250,"ENSG00000067064","IDI1","isopentenyl-diphosphate delta isomerase 1"
+"chr11",296432,296540,109,"*","Promoter (2-3kb)",11,298201,299526,1326,2,"387733",2986,"ENSG00000206013","IFITM5","interferon induced transmembrane protein 5"
+"chr16",88556790,88557499,710,"*","Intron (uc002fkv.3/161882, intron 3 of 9)",16,88535326,88535439,114,1,"100847057",21464,"ENSG00000263456","MIR5189","microRNA 5189"
+"chr1",22327803,22328206,404,"*","Promoter (<=1kb)",1,22328149,22339035,10887,1,"10136",0,"ENSG00000142789","CELA3A","chymotrypsin like elastase family member 3A"
+"chrX",24665496,24665607,112,"*","Intron (uc004dbj.3/9468, intron 7 of 7)",23,24576204,24690979,114776,2,"9468",25372,"ENSG00000102230","PCYT1B","phosphate cytidylyltransferase 1, choline, beta"
+"chr7",1278380,1278508,129,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",5726,"ENSG00000164853","UNCX","UNC homeobox"
+"chr4",2011331,2011427,97,"*","Promoter (<=1kb)",4,1984441,2010962,26522,2,"7469",-369,"ENSG00000185049","NELFA","negative elongation factor complex member A"
+"chr2",91634652,91634675,24,"*","Distal Intergenic",2,91805188,91847975,42788,2,"654342",213300,NA,"LOC654342","lymphocyte-specific protein 1 pseudogene"
+"chr6",166796531,166796540,10,"*","Promoter (<=1kb)",6,166778408,166796501,18094,2,"51660",-30,"ENSG00000060762","MPC1","mitochondrial pyruvate carrier 1"
+"chr22",50900009,50900278,270,"*","Exon (uc011arx.2/6305, exon 15 of 34)",22,50883431,50913464,30034,2,"6305",13186,"ENSG00000100241","SBF1","SET binding factor 1"
+"chr1",85513741,85513889,149,"*","Promoter (<=1kb)",1,85483765,85514223,30459,2,"55283",334,"ENSG00000055732","MCOLN3","mucolipin 3"
+"chr6",33165544,33165577,34,"*","Exon (uc003odb.4/6257, exon 4 of 10)",6,33540323,33548070,7748,2,"578",382493,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr1",112161735,112161864,130,"*","Intron (uc001ebi.3/5906, intron 1 of 7)",1,112141629,112150940,9312,2,"100129269",-10795,NA,"LINC01160","long intergenic non-protein coding RNA 1160"
+"chr9",90341385,90341458,74,"*","Promoter (<=1kb)",9,90340974,90346384,5411,1,"1514",411,"ENSG00000135047","CTSL","cathepsin L"
+"chr1",101003337,101003688,352,"*","Promoter (<=1kb)",1,101003728,101007583,3856,1,"54112",-40,"ENSG00000181656","GPR88","G protein-coupled receptor 88"
+"chr19",54704656,54704794,139,"*","Promoter (<=1kb)",19,54704726,54711515,6790,1,"6203",0,"ENSG00000170889","RPS9","ribosomal protein S9"
+"chr6",41755394,41755399,6,"*","Promoter (1-2kb)",6,41754178,41757634,3457,1,"100188893",1216,"ENSG00000214736","TOMM6","translocase of outer mitochondrial membrane 6"
+"chr17",18163716,18163735,20,"*","Promoter (<=1kb)",17,18163848,18169095,5248,1,"125170",-113,"ENSG00000177427","MIEF2","mitochondrial elongation factor 2"
+"chr2",71246588,71246660,73,"*","Distal Intergenic",2,71251205,71257060,5856,1,"79315",-4545,"ENSG00000205847","OR7E91P","olfactory receptor family 7 subfamily E member 91 pseudogene"
+"chr21",44590602,44590965,364,"*","Promoter (1-2kb)",21,44589141,44592913,3773,1,"1409",1461,"ENSG00000160202","CRYAA","crystallin alpha A"
+"chr16",1557318,1557605,288,"*","Exon (uc002cly.3/9894, exon 19 of 21)",16,1543352,1560460,17109,1,"9894",13966,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr2",172750661,172750671,11,"*","Promoter (<=1kb)",2,172639915,172750816,110902,2,"8604",145,"ENSG00000115840","SLC25A12","solute carrier family 25 member 12"
+"chr10",43362028,43362370,343,"*","Distal Intergenic",10,43277954,43330385,52432,1,"9790",84074,"ENSG00000165733","BMS1","BMS1, ribosome biogenesis factor"
+"chr16",717659,717915,257,"*","Promoter (<=1kb)",16,718083,724174,6092,1,"89941",-168,"ENSG00000140983","RHOT2","ras homolog family member T2"
+"chr1",26547059,26547377,319,"*","Distal Intergenic",1,26560693,26605299,44607,1,"64793",-13316,"ENSG00000130695","CEP85","centrosomal protein 85kDa"
+"chr2",222437027,222437033,7,"*","Promoter (<=1kb)",2,222282747,222437010,154264,2,"2043",-17,"ENSG00000116106","EPHA4","EPH receptor A4"
+"chr19",55417500,55417599,100,"*","Promoter (<=1kb)",19,55417508,55424439,6932,1,"9437",0,"ENSG00000189430","NCR1","natural cytotoxicity triggering receptor 1"
+"chr10",80827285,80827482,198,"*","Promoter (1-2kb)",10,80703083,80828536,125454,2,"283050",1054,"ENSG00000224596","ZMIZ1-AS1","ZMIZ1 antisense RNA 1"
+"chr16",1449260,1449480,221,"*","Exon (uc031qup.1/64718, exon 5 of 15)",16,1413206,1464705,51500,2,"64718",15225,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr4",117626456,117626746,291,"*","Distal Intergenic",4,118004710,118006736,2027,2,"133022",379990,"ENSG00000174599","TRAM1L1","translocation associated membrane protein 1-like 1"
+"chr11",3181527,3181822,296,"*","Intron (uc001lxk.2/114879, intron 21 of 21)",11,3108346,3187969,79624,2,"114879",6147,"ENSG00000021762","OSBPL5","oxysterol binding protein like 5"
+"chr14",105041531,105041660,130,"*","Distal Intergenic",14,105046056,105056183,10128,1,"400258",-4396,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
+"chr14",51955716,51956044,329,"*","Promoter (<=1kb)",14,51955839,52197444,241606,1,"122786",0,"ENSG00000139926","FRMD6","FERM domain containing 6"
+"chr16",75032726,75033300,575,"*","Promoter (<=1kb)",16,75032915,75144892,111978,1,"84937",0,"ENSG00000186187","ZNRF1","zinc and ring finger 1, E3 ubiquitin protein ligase"
+"chr4",493320,493681,362,"*","Promoter (<=1kb)",4,492989,533320,40332,1,"54872",331,"ENSG00000174227","PIGG","phosphatidylinositol glycan anchor biosynthesis class G"
+"chr19",37329712,37329859,148,"*","Intron (uc021utl.1/388536, intron 4 of 4)",19,37341260,37403930,62671,1,"25850",-11401,"ENSG00000251247","ZNF345","zinc finger protein 345"
+"chr14",57284048,57284219,172,"*","Intron (uc021rtn.1/100309464, intron 2 of 2)",14,57278724,57397550,118827,1,"100309464",5324,"ENSG00000248550","OTX2-AS1","OTX2 antisense RNA 1 (head to head)"
+"chr7",157572648,157573039,392,"*","Intron (uc011kwa.2/5799, intron 11 of 22)",7,157647277,157658782,11506,1,"100506585",-74238,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr19",9416214,9416722,509,"*","Promoter (<=1kb)",19,9405986,9415795,9810,2,"374879",-419,"ENSG00000196110","ZNF699","zinc finger protein 699"
+"chr1",165797905,165798382,478,"*","Promoter (<=1kb)",1,165693528,165796992,103465,2,"54499",-913,"ENSG00000143183","TMCO1","transmembrane and coiled-coil domains 1"
+"chrX",153770003,153770045,43,"*","Promoter (<=1kb)",23,153770459,153793261,22803,1,"8517",-414,"ENSG00000269335","IKBKG","inhibitor of kappa light polypeptide gene enhancer in B-cells, kinase gamma"
+"chr11",119352283,119352362,80,"*","Intron (uc001pwo.3/100499227, intron 3 of 3)",11,119288655,119294246,5592,2,"7070",-58037,"ENSG00000154096","THY1","Thy-1 cell surface antigen"
+"chr7",154958660,154958976,317,"*","Distal Intergenic",7,154858779,154863267,4489,2,"100128264",-95393,"ENSG00000220575","HTR5A-AS1","HTR5A antisense RNA 1"
+"chr20",61919402,61919802,401,"*","Promoter (1-2kb)",20,61918160,61918218,59,1,"100422945",1242,"ENSG00000266104","MIR4326","microRNA 4326"
+"chr5",99381964,99382144,181,"*","Exon (uc021ybz.1/uc021ybz.1, exon 1 of 1)",5,99715209,99723958,8750,2,"100133050",341814,NA,"LOC100133050","glucuronidase, beta pseudogene"
+"chr11",4628986,4629357,372,"*","Promoter (<=1kb)",11,4619902,4629489,9588,2,"55128",132,"ENSG00000167333","TRIM68","tripartite motif containing 68"
+"chr12",42877381,42877540,160,"*","5' UTR",12,42852140,42983572,131433,2,"144165",106032,"ENSG00000139174","PRICKLE1","prickle planar cell polarity protein 1"
+"chr3",127317209,127317466,258,"*","Promoter (<=1kb)",3,127317200,127341278,24079,1,"4171",9,"ENSG00000073111","MCM2","minichromosome maintenance complex component 2"
+"chr12",123518888,123519109,222,"*","Exon (uc001uej.1/57605, exon 2 of 25)",12,123495214,123495275,62,2,"100422931",-23613,"ENSG00000265526","MIR4304","microRNA 4304"
+"chr3",24537338,24537407,70,"*","Promoter (<=1kb)",3,24158645,24536453,377809,2,"7068",-885,"ENSG00000151090","THRB","thyroid hormone receptor beta"
+"chr12",371950,372139,190,"*","Promoter (<=1kb)",12,329787,372039,42253,2,"6540",0,"ENSG00000010379","SLC6A13","solute carrier family 6 member 13"
+"chr7",137531173,137531210,38,"*","Promoter (<=1kb)",7,137074385,137531609,457225,2,"9162",399,"ENSG00000157680","DGKI","diacylglycerol kinase iota"
+"chr19",10792795,10792991,197,"*","Exon (uc002mpk.2/3609, exon 12 of 18)",19,10812112,10824043,11932,1,"81890",-19121,"ENSG00000213339","QTRT1","queuine tRNA-ribosyltransferase catalytic subunit 1"
+"chr17",4850662,4850895,234,"*","Promoter (1-2kb)",17,4848945,4852381,3437,2,"5216",1486,"ENSG00000108518","PFN1","profilin 1"
+"chr22",42016984,42016998,15,"*","Promoter (<=1kb)",22,41994032,42017061,23030,2,"27351",63,"ENSG00000100418","DESI1","desumoylating isopeptidase 1"
+"chr5",151304357,151304374,18,"*","Promoter (<=1kb)",5,151202074,151304397,102324,2,"2741",23,"ENSG00000145888","GLRA1","glycine receptor alpha 1"
+"chr15",69452675,69452784,110,"*","Promoter (<=1kb)",15,69452973,69564544,111572,1,"26035",-189,"ENSG00000138604","GLCE","glucuronic acid epimerase"
+"chr1",174128249,174128325,77,"*","Promoter (<=1kb)",1,174128552,174964445,835894,1,"9910",-227,"ENSG00000152061","RABGAP1L","RAB GTPase activating protein 1-like"
+"chr2",133402427,133402940,514,"*","3' UTR",2,133402337,133429070,26734,2,"116372",26130,"ENSG00000150551","LYPD1","LY6/PLAUR domain containing 1"
+"chr16",20753260,20753279,20,"*","Promoter (<=1kb)",16,20744986,20753199,8214,2,"55623",-61,"ENSG00000066654","THUMPD1","THUMP domain containing 1"
+"chr2",162279276,162279638,363,"*","Intron (uc002ubw.1/10716, intron 5 of 5)",2,162272620,162281573,8954,1,"10716",6656,"ENSG00000136535","TBR1","T-box, brain 1"
+"chr4",57333196,57333219,24,"*","Promoter (<=1kb)",4,57333762,57369847,36086,1,"6731",-543,"ENSG00000174780","SRP72","signal recognition particle 72kDa"
+"chr6",33257323,33257434,112,"*","5' UTR",6,33540323,33548070,7748,2,"578",290636,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr5",50264516,50264628,113,"*","Distal Intergenic",5,49961733,50142356,180624,1,"79668",302783,"ENSG00000151883","PARP8","poly(ADP-ribose) polymerase family member 8"
+"chr7",22894801,22894898,98,"*","Promoter (1-2kb)",7,22896232,22896305,74,1,"692210",-1334,"ENSG00000221740","SNORD93","small nucleolar RNA, C/D box 93"
+"chr19",10691806,10691895,90,"*","Intron (uc002mpc.3/10053, intron 6 of 11)",19,10683347,10697991,14645,2,"10053",6096,"ENSG00000129354","AP1M2","adaptor related protein complex 1 mu 2 subunit"
+"chr10",89621741,89621822,82,"*","Promoter (1-2kb)",10,89618918,89623194,4277,2,"100144748",1372,"ENSG00000227268","KLLN","killin, p53-regulated DNA replication inhibitor"
+"chr13",102069248,102069508,261,"*","Promoter (<=1kb)",13,101706130,102068843,362714,2,"259232",-405,"ENSG00000102452","NALCN","sodium leak channel, non-selective"
+"chr16",3645794,3646274,481,"*","Exon (uc002cvp.2/84464, exon 8 of 15)",16,3631184,3661585,30402,2,"84464",15311,"ENSG00000188827","SLX4","SLX4 structure-specific endonuclease subunit"
+"chr2",66661461,66661468,8,"*","Promoter (<=1kb)",2,66650475,66660602,10128,2,"730198",-859,NA,"MEIS1-AS3","MEIS1 antisense RNA 3"
+"chr2",120005612,120005755,144,"*","Exon (uc002tlp.3/55240, exon 4 of 6)",2,119981384,120023227,41844,1,"55240",24228,"ENSG00000115107","STEAP3","STEAP3 metalloreductase"
+"chr8",80695847,80696120,274,"*","Intron (uc003ybn.3/uc003ybn.3, intron 2 of 5)",8,80676245,80680098,3854,2,"23462",-15749,"ENSG00000164683","HEY1","hes related family bHLH transcription factor with YRPW motif 1"
+"chr2",128848500,128848528,29,"*","Promoter (<=1kb)",2,128848754,128953249,104496,1,"56886",-226,"ENSG00000136731","UGGT1","UDP-glucose glycoprotein glucosyltransferase 1"
+"chr12",108079508,108079615,108,"*","Promoter (<=1kb)",12,108079590,108106257,26668,1,"11137",0,"ENSG00000136045","PWP1","PWP1 homolog, endonuclein"
+"chr16",88442717,88443063,347,"*","Distal Intergenic",16,88493879,88507165,13287,1,"84627",-50816,"ENSG00000225614","ZNF469","zinc finger protein 469"
+"chr16",88752877,88753099,223,"*","Promoter (<=1kb)",16,88744090,88752882,8793,2,"333929",0,"ENSG00000185669","SNAI3","snail family zinc finger 3"
+"chr11",364575,364704,130,"*","Distal Intergenic",11,369795,382117,12323,1,"338707",-5091,"ENSG00000182272","B4GALNT4","beta-1,4-N-acetyl-galactosaminyltransferase 4"
+"chr7",70599516,70599643,128,"*","Promoter (1-2kb)",7,70597523,71178586,581064,1,"64409",1993,"ENSG00000185274","WBSCR17","Williams-Beuren syndrome chromosome region 17"
+"chr4",2043525,2043572,48,"*","Promoter (<=1kb)",4,2043720,2045697,1978,1,"401115",-148,"ENSG00000243449","C4orf48","chromosome 4 open reading frame 48"
+"chr3",94656610,94656685,76,"*","Promoter (<=1kb)",3,94657107,94895083,237977,1,"255025",-422,"ENSG00000239589","LINC00879","long intergenic non-protein coding RNA 879"
+"chr16",949283,949929,647,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",81389,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr5",142066080,142066245,166,"*","Intron (uc003lmq.3/2246, intron 3 of 4)",5,141971743,142077635,105893,2,"2246",11390,"ENSG00000113578","FGF1","fibroblast growth factor 1"
+"chr7",99214643,99214679,37,"*","Promoter (<=1kb)",7,99214571,99336131,121561,1,"221785",72,"ENSG00000197037","ZSCAN25","zinc finger and SCAN domain containing 25"
+"chr1",32859921,32860242,322,"*","Promoter (<=1kb)",1,32830705,32860062,29358,2,"55108",0,"ENSG00000160058","BSDC1","BSD domain containing 1"
+"chr16",2073245,2073744,500,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,2076869,2089027,12159,1,"9351",-3125,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
+"chr2",73151153,73151547,395,"*","Exon (uc002sin.1/2016, exon 2 of 3)",2,73144604,73162020,17417,1,"2016",6549,"ENSG00000135638","EMX1","empty spiracles homeobox 1"
+"chr19",59030948,59030979,32,"*","Promoter (<=1kb)",19,59024897,59031188,6292,2,"84878",209,"ENSG00000119574","ZBTB45","zinc finger and BTB domain containing 45"
+"chr19",3676192,3676340,149,"*","Intron (uc002lyj.2/23396, intron 17 of 17)",19,3630179,3700477,70299,2,"23396",24137,"ENSG00000186111","PIP5K1C","phosphatidylinositol-4-phosphate 5-kinase, type I, gamma"
+"chr3",193272513,193272655,143,"*","Promoter (<=1kb)",3,193119866,193272696,152831,2,"84239",41,"ENSG00000127249","ATP13A4","ATPase 13A4"
+"chr5",43602557,43602618,62,"*","Promoter (<=1kb)",5,43602791,43705668,102878,1,"23530",-173,"ENSG00000112992","NNT","nicotinamide nucleotide transhydrogenase"
+"chr1",226150183,226150385,203,"*","Distal Intergenic",1,226124298,226129083,4786,2,"7044",-21100,"ENSG00000143768","LEFTY2","left-right determination factor 2"
+"chr2",204193679,204194146,468,"*","Promoter (<=1kb)",2,204193003,204296892,103890,1,"10152",676,"ENSG00000138443","ABI2","abl-interactor 2"
+"chr7",102389344,102389433,90,"*","Promoter (<=1kb)",7,102389399,102449672,60274,1,"222234",0,"ENSG00000222011","FAM185A","family with sequence similarity 185 member A"
+"chr12",111800654,111800905,252,"*","Exon (uc001tsc.3/144717, exon 2 of 2)",12,111798455,111806925,8471,2,"144717",6020,"ENSG00000198324","FAM109A","family with sequence similarity 109 member A"
+"chr16",1138367,1138697,331,"*","3' UTR",16,1138226,1146244,8019,2,"390664",7547,"ENSG00000184471","C1QTNF8","C1q and tumor necrosis factor related protein 8"
+"chr7",1423720,1423842,123,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",75267,"ENSG00000164877","MICALL2","MICAL like 2"
+"chr9",140512465,140512815,351,"*","Promoter (<=1kb)",9,140509784,140513308,3525,2,"85026",493,"ENSG00000203993","ARRDC1-AS1","ARRDC1 antisense RNA 1"
+"chr1",246959275,246959428,154,"*","Distal Intergenic",1,246939315,246955685,16371,1,"149134",19960,NA,"LINC01341","long intergenic non-protein coding RNA 1341"
+"chr19",49617420,49617447,28,"*","Promoter (<=1kb)",19,49617618,49621717,4100,1,"64130",-171,"ENSG00000104863","LIN7B","lin-7 homolog B, crumbs cell polarity complex component"
+"chr16",22012408,22012481,74,"*","Promoter (<=1kb)",16,21995186,22012431,17246,2,"255762",0,"ENSG00000155714","PDZD9","PDZ domain containing 9"
+"chr4",83350243,83350536,294,"*","Promoter (<=1kb)",4,83343717,83351378,7662,2,"9987",842,"ENSG00000152795","HNRNPDL","heterogeneous nuclear ribonucleoprotein D like"
+"chr3",8809488,8810077,590,"*","Promoter (1-2kb)",3,8792095,8811300,19206,2,"5021",1223,"ENSG00000180914","OXTR","oxytocin receptor"
+"chr6",30881610,30881728,119,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1675885,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chrX",128656677,128656872,196,"*","Promoter (<=1kb)",23,128580478,128657460,76983,2,"6594",588,"ENSG00000102038","SMARCA1","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 1"
+"chr9",99382084,99382145,62,"*","Promoter (<=1kb)",9,99262395,99382112,119718,2,"8555",0,"ENSG00000081377","CDC14B","cell division cycle 14B"
+"chr16",7568005,7568267,263,"*","Exon (uc002cyr.1/54715, exon 5 of 12)",16,8619502,8622226,2725,2,"283953",1053959,"ENSG00000232258","TMEM114","transmembrane protein 114"
+"chr20",13201655,13201670,16,"*","Promoter (<=1kb)",20,13202418,13281297,78880,1,"140862",-748,"ENSG00000101230","ISM1","isthmin 1, angiogenesis inhibitor"
+"chrY",2655879,2655929,51,"*","Promoter (<=1kb)",24,2654896,2655792,897,2,"6736",-87,"ENSG00000184895","SRY","sex determining region Y"
+"chr16",4674594,4674629,36,"*","Promoter (<=1kb)",16,4674825,4740975,66151,1,"23295",-196,"ENSG00000102858","MGRN1","mahogunin ring finger 1, E3 ubiquitin protein ligase"
+"chr17",48071845,48071940,96,"*","Promoter (<=1kb)",17,48067369,48072588,5220,2,"1747",648,"ENSG00000064195","DLX3","distal-less homeobox 3"
+"chr17",4900617,4900687,71,"*","Promoter (<=1kb)",17,4891425,4900905,9481,2,"388324",218,"ENSG00000196388","INCA1","inhibitor of CDK, cyclin A1 interacting protein 1"
+"chr14",91977207,91977306,100,"*","Promoter (<=1kb)",14,91923956,91976813,52858,2,"55671",-394,"ENSG00000100796","PPP4R3A","protein phosphatase 4 regulatory subunit 3A"
+"chr1",218458390,218458485,96,"*","Promoter (<=1kb)",1,218458629,218511325,52697,1,"51018",-144,"ENSG00000067533","RRP15","ribosomal RNA processing 15 homolog"
+"chr5",140306231,140306249,19,"*","Promoter (<=1kb)",5,140306302,140391929,85628,1,"56135",-53,"ENSG00000248383","PCDHAC1","protocadherin alpha subfamily C, 1"
+"chr6",83902113,83902450,338,"*","Promoter (<=1kb)",6,83903032,83906256,3225,1,"112611",-582,"ENSG00000013392","RWDD2A","RWD domain containing 2A"
+"chr1",59247797,59248100,304,"*","Promoter (1-2kb)",1,59246463,59249785,3323,2,"3725",1685,"ENSG00000177606","JUN","jun proto-oncogene"
+"chr2",135011474,135011937,464,"*","Promoter (<=1kb)",2,135011830,135212192,200363,1,"4249",0,"ENSG00000152127","MGAT5","mannosyl (alpha-1,6-)-glycoprotein beta-1,6-N-acetyl-glucosaminyltransferase"
+"chr6",32729465,32729470,6,"*","Exon (uc003oby.4/3120, exon 2 of 5)",6,32605183,32614839,9657,1,"3117",124282,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr1",182808478,182808517,40,"*","Promoter (<=1kb)",1,182808439,182857117,48679,1,"1660",39,"ENSG00000135829","DHX9","DEAH-box helicase 9"
+"chr1",166809258,166809295,38,"*","Promoter (<=1kb)",1,166808724,166823709,14986,1,"57645",534,"ENSG00000143157","POGK","pogo transposable element with KRAB domain"
+"chr16",30087031,30087189,159,"*","Promoter (<=1kb)",16,30087350,30096695,9346,1,"5531",-161,"ENSG00000149923","PPP4C","protein phosphatase 4 catalytic subunit"
+"chr4",7512230,7512498,269,"*","Intron (uc003gkb.4/57537, intron 2 of 26)",4,7461755,7461845,91,1,"100422826",50475,"ENSG00000266690","MIR4274","microRNA 4274"
+"chr8",1812034,1812566,533,"*","Exon (uc003wpq.1/9639, exon 6 of 23)",8,1772149,1906807,134659,1,"9639",39885,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
+"chr7",101571203,101571219,17,"*","Intron (uc003uys.4/1523, intron 2 of 23)",7,101459184,101927250,468067,1,"1523",112019,"ENSG00000257923","CUX1","cut like homeobox 1"
+"chr20",42839571,42839587,17,"*","Promoter (<=1kb)",20,42839600,42854667,15068,1,"100505783",-13,"ENSG00000223891","OSER1-AS1","OSER1 antisense RNA 1 (head to head)"
+"chr6",122793137,122793290,154,"*","Promoter (<=1kb)",6,122793062,123047518,254457,1,"5570",75,"ENSG00000135549","PKIB","protein kinase (cAMP-dependent, catalytic) inhibitor beta"
+"chr21",38063872,38064651,780,"*","Distal Intergenic",21,38071991,38122510,50520,1,"6493",-7340,"ENSG00000159263","SIM2","single-minded family bHLH transcription factor 2"
+"chr16",88700818,88700868,51,"*","Distal Intergenic",16,88705001,88706882,1882,1,"27189",-4133,"ENSG00000124391","IL17C","interleukin 17C"
+"chr21",34852600,34852608,9,"*","Promoter (<=1kb)",21,34804793,34852316,47524,2,"757",-284,"ENSG00000142188","TMEM50B","transmembrane protein 50B"
+"chr1",16693865,16694728,864,"*","Promoter (<=1kb)",1,16693525,16724643,31119,1,"26099",340,"ENSG00000055070","SZRD1","SUZ RNA binding domain containing 1"
+"chr1",236557134,236557425,292,"*","Promoter (<=1kb)",1,236557680,236648008,90329,1,"128178",-255,"ENSG00000186197","EDARADD","EDAR-associated death domain"
+"chr19",33696237,33696586,350,"*","Exon (uc010edh.3/4037, exon 5 of 7)",19,33685599,33699773,14175,1,"4037",10638,"ENSG00000130881","LRP3","LDL receptor related protein 3"
+"chr10",105614381,105614937,557,"*","Promoter (<=1kb)",10,105348285,105615164,266880,2,"9644",227,"ENSG00000107957","SH3PXD2A","SH3 and PX domains 2A"
+"chr10",92922332,92922714,383,"*","Promoter (<=1kb)",10,92922769,93044088,121320,1,"84333",-55,"ENSG00000180628","PCGF5","polycomb group ring finger 5"
+"chr4",44680502,44680636,135,"*","Promoter (<=1kb)",4,44680433,44702697,22265,1,"60558",69,"ENSG00000151806","GUF1","GUF1 homolog, GTPase"
+"chr11",2922759,2922764,6,"*","Promoter (1-2kb)",11,2920951,2946476,25526,1,"5002",1808,"ENSG00000110628","SLC22A18","solute carrier family 22 member 18"
+"chr14",35838885,35838929,45,"*","Distal Intergenic",14,35870716,35873960,3245,2,"4792",35031,"ENSG00000100906","NFKBIA","NFKB inhibitor alpha"
+"chr10",31608140,31608161,22,"*","Promoter (<=1kb)",10,31605457,31608024,2568,2,"220930",-116,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
+"chr8",145101182,145101623,442,"*","3' UTR",8,145106167,145115584,9418,2,"26873",13961,"ENSG00000178814","OPLAH","5-oxoprolinase (ATP-hydrolysing)"
+"chr12",59990159,59990675,517,"*","Promoter (<=1kb)",12,59989821,60183635,193815,1,"9194",338,"ENSG00000118596","SLC16A7","solute carrier family 16 member 7"
+"chr8",144408540,144408852,313,"*","Intron (uc003yxz.4/116447, intron 11 of 13)",8,144391497,144442147,50651,2,"116447",33295,"ENSG00000184428","TOP1MT","topoisomerase (DNA) I, mitochondrial"
+"chr10",99094695,99095018,324,"*","Promoter (<=1kb)",10,99092254,99094458,2205,2,"23401",-237,"ENSG00000181274","FRAT2","frequently rearranged in advanced T-cell lymphomas 2"
+"chr6",33384343,33384425,83,"*","3' UTR",6,33540323,33548070,7748,2,"578",163645,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr5",137667481,137667621,141,"*","5' UTR",5,137673224,137685418,12195,1,"51307",-5603,"ENSG00000120709","FAM53C","family with sequence similarity 53 member C"
+"chr6",33216286,33216368,83,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",331702,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",86570295,86570409,115,"*","Intron (uc002fjm.3/64779, intron 1 of 7)",16,86563782,86588841,25060,2,"64779",18432,"ENSG00000103248","MTHFSD","methenyltetrahydrofolate synthetase domain containing"
+"chr3",62110775,62111708,934,"*","Intron (uc003dlb.3/5793, intron 5 of 29)",3,62247494,62304622,57129,2,"100506994",192914,"ENSG00000241472","PTPRG-AS1","PTPRG antisense RNA 1"
+"chr1",90228758,90228989,232,"*","Distal Intergenic",1,90286573,90401989,115417,1,"55144",-57584,"ENSG00000171492","LRRC8D","leucine-rich repeat containing 8 family member D"
+"chr14",75988356,75988765,410,"*","Promoter (<=1kb)",14,75988784,76013334,24551,1,"10538",-19,"ENSG00000156127","BATF","basic leucine zipper ATF-like transcription factor"
+"chr18",44337910,44338147,238,"*","Promoter (<=1kb)",18,44259081,44337039,77959,2,"29906",-871,"ENSG00000101638","ST8SIA5","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 5"
+"chr12",7282323,7282328,6,"*","Promoter (<=1kb)",12,7282967,7311530,28564,1,"9746",-639,"ENSG00000139182","CLSTN3","calsyntenin 3"
+"chr14",23982474,23982478,5,"*","Promoter (1-2kb)",14,23980969,24028790,47822,1,"79178",1505,"ENSG00000259431","THTPA","thiamine triphosphatase"
+"chr16",19566943,19567306,364,"*","Promoter (<=1kb)",16,19566737,19712485,145749,1,"57020",206,"ENSG00000103544","C16orf62","chromosome 16 open reading frame 62"
+"chr22",37640314,37640316,3,"*","Promoter (<=1kb)",22,37621310,37640305,18996,2,"5880",-9,"ENSG00000128340","RAC2","ras-related C3 botulinum toxin substrate 2 (rho family, small GTP binding protein Rac2)"
+"chrX",52684130,52684133,4,"*","Promoter (<=1kb)",23,52673111,52683950,10840,2,"280658",-180,"ENSG00000187754","SSX7","synovial sarcoma, X breakpoint 7"
+"chr1",36859224,36859369,146,"*","3' UTR",1,36859031,36863493,4463,2,"84967",4124,"ENSG00000181817","LSM10","LSM10, U7 small nuclear RNA associated"
+"chr14",23475850,23476019,170,"*","Intron (uc001wia.4/60686, intron 7 of 7)",14,23456110,23479360,23251,2,"60686",3341,"ENSG00000100802","C14orf93","chromosome 14 open reading frame 93"
+"chr22",41791411,41791815,405,"*","Exon (uc003azx.4/7008, exon 4 of 4)",22,41763337,41795332,31996,1,"7008",28074,"ENSG00000167074","TEF","thyrotrophic embryonic factor"
+"chr10",93976039,93976201,163,"*","Intron (uc001khu.2/22849, intron 8 of 8)",10,93808397,94050875,242479,2,"22849",74674,"ENSG00000107864","CPEB3","cytoplasmic polyadenylation element binding protein 3"
+"chr5",175970714,175971121,408,"*","Promoter (1-2kb)",5,175969512,176022769,53258,1,"54825",1202,"ENSG00000074276","CDHR2","cadherin related family member 2"
+"chr1",62190944,62191127,184,"*","Promoter (<=1kb)",1,62146719,62191095,44377,2,"83941",0,"ENSG00000162604","TM2D1","TM2 domain containing 1"
+"chr10",43048342,43048561,220,"*","Promoter (<=1kb)",10,43008961,43048280,39320,2,"100129482",-62,"ENSG00000234420","ZNF37BP","zinc finger protein 37B, pseudogene"
+"chrX",133370867,133370918,52,"*","Promoter (<=1kb)",23,133371077,133379808,8732,1,"347475",-159,"ENSG00000203952","CCDC160","coiled-coil domain containing 160"
+"chr2",131113015,131113338,324,"*","Promoter (<=1kb)",2,131113580,131132982,19403,1,"26469",-242,"ENSG00000072135","PTPN18","protein tyrosine phosphatase, non-receptor type 18"
+"chr16",69975542,69976228,687,"*","3' UTR",16,69984608,70220798,236191,1,"283971",-8380,"ENSG00000157335","CLEC18C","C-type lectin domain family 18 member C"
+"chr11",119191785,119191926,142,"*","Distal Intergenic",11,119179234,119187840,8607,2,"4162",-3945,"ENSG00000076706","MCAM","melanoma cell adhesion molecule"
+"chr5",71014409,71014713,305,"*","Promoter (<=1kb)",5,71014990,71016875,1886,1,"9607",-277,"ENSG00000164326","CARTPT","CART prepropeptide"
+"chr12",120806832,120807285,454,"*","Promoter (<=1kb)",12,120779133,120806983,27851,2,"4440",0,"ENSG00000135097","MSI1","musashi RNA binding protein 1"
+"chr20",2644910,2644954,45,"*","Promoter (<=1kb)",20,2639041,2644865,5825,2,"3420",-45,"ENSG00000101365","IDH3B","isocitrate dehydrogenase 3 (NAD+) beta"
+"chr17",3571907,3571916,10,"*","Promoter (<=1kb)",17,3566187,3571973,5787,2,"30851",57,"ENSG00000213977","TAX1BP3","Tax1 binding protein 3"
+"chr19",1577954,1578250,297,"*","3' UTR",19,1554668,1568057,13390,2,"399664",-9897,"ENSG00000181588","MEX3D","mex-3 RNA binding family member D"
+"chr4",4543968,4543977,10,"*","Promoter (<=1kb)",4,4543858,4712664,168807,1,"100507266",110,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
+"chr6",158589294,158589318,25,"*","Promoter (<=1kb)",6,158530536,158589312,58777,2,"84947",0,"ENSG00000122335","SERAC1","serine active site containing 1"
+"chr12",6949114,6949212,99,"*","Promoter (<=1kb)",12,6949118,6956557,7440,1,"2784",0,"ENSG00000111664","GNB3","G protein subunit beta 3"
+"chr1",24126943,24126991,49,"*","Promoter (<=1kb)",1,24122089,24127294,5206,2,"2582",303,"ENSG00000117308","GALE","UDP-galactose-4-epimerase"
+"chr1",20480636,20480700,65,"*","Distal Intergenic",1,20465823,20476879,11057,1,"64600",14813,"ENSG00000158786","PLA2G2F","phospholipase A2 group IIF"
+"chr13",80914158,80914295,138,"*","Promoter (<=1kb)",13,80910112,80915086,4975,2,"10253",791,"ENSG00000136158","SPRY2","sprouty RTK signaling antagonist 2"
+"chr13",24079342,24079370,29,"*","Distal Intergenic",13,24043651,24061603,17953,1,"100506697",35691,"ENSG00000232977","LINC00327","long intergenic non-protein coding RNA 327"
+"chr16",5084497,5084837,341,"*","Promoter (<=1kb)",16,5074845,5083942,9098,2,"51172",-555,"ENSG00000103174","NAGPA","N-acetylglucosamine-1-phosphodiester alpha-N-acetylglucosaminidase"
+"chr22",51222051,51222076,26,"*","Promoter (<=1kb)",22,51205920,51222087,16168,2,"11158",11,"ENSG00000079974","RABL2B","RAB, member of RAS oncogene family-like 2B"
+"chr11",68540704,68540864,161,"*","Exon (uc001oof.4/1374, exon 14 of 19)",11,68474908,68518988,44081,2,"9633",-21716,"ENSG00000132749","MTL5","metallothionein-like 5, testis-specific (tesmin)"
+"chr12",125725442,125725494,53,"*","Distal Intergenic",12,125811162,126143589,332428,1,"114795",-85668,"ENSG00000139364","TMEM132B","transmembrane protein 132B"
+"chrX",134049614,134049630,17,"*","Promoter (<=1kb)",23,134021662,134049297,27636,2,"56180",-317,"ENSG00000101928","MOSPD1","motile sperm domain containing 1"
+"chr12",104853100,104853226,127,"*","Promoter (2-3kb)",12,104850692,105155792,305101,1,"50515",2408,"ENSG00000171310","CHST11","carbohydrate (chondroitin 4) sulfotransferase 11"
+"chr4",113435851,113436184,334,"*","Promoter (1-2kb)",4,113434672,113437328,2657,2,"63973",1144,"ENSG00000178403","NEUROG2","neurogenin 2"
+"chr19",883389,883879,491,"*","Intron (uc002lqd.1/10025, intron 10 of 15)",19,867962,893218,25257,2,"10025",9339,"ENSG00000175221","MED16","mediator complex subunit 16"
+"chr5",1093690,1094035,346,"*","Exon (uc003jbu.3/10723, exon 3 of 24)",5,1050489,1112172,61684,2,"10723",18137,"ENSG00000113504","SLC12A7","solute carrier family 12 member 7"
+"chr12",118298107,118298211,105,"*","Exon (uc001two.2/283455, exon 2 of 20)",12,117890817,118406028,515212,2,"283455",107817,"ENSG00000171435","KSR2","kinase suppressor of ras 2"
+"chr5",2751806,2751839,34,"*","Promoter (<=1kb)",5,2746279,2751769,5491,2,"153572",-37,"ENSG00000170561","IRX2","iroquois homeobox 2"
+"chr4",71569837,71570275,439,"*","Promoter (<=1kb)",4,71570654,71674336,103683,1,"22902",-379,"ENSG00000018189","RUFY3","RUN and FYVE domain containing 3"
+"chr1",43814258,43814983,726,"*","Exon (uc001civ.3/4352, exon 9 of 10)",1,43824626,43828873,4248,1,"991",-9643,"ENSG00000117399","CDC20","cell division cycle 20"
+"chr11",68609520,68609590,71,"*","Promoter (<=1kb)",11,68522088,68609399,87312,2,"1374",-121,"ENSG00000110090","CPT1A","carnitine palmitoyltransferase 1A"
+"chr16",15851692,15851822,131,"*","Exon (uc002ddv.3/4629, exon 14 of 43)",16,15796992,15950887,153896,2,"4629",99065,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
+"chr4",141293985,141294016,32,"*","Promoter (<=1kb)",4,141204880,141294546,89667,2,"100129858",530,"ENSG00000196951","SCOC-AS1","SCOC antisense RNA 1"
+"chr18",13826351,13826671,321,"*","Promoter (<=1kb)",18,13825543,13826861,1319,1,"4161",808,"ENSG00000176136","MC5R","melanocortin 5 receptor"
+"chr18",48405372,48405387,16,"*","Promoter (<=1kb)",18,48405432,48476162,70731,1,"4200",-45,"ENSG00000082212","ME2","malic enzyme 2, NAD(+)-dependent, mitochondrial"
+"chr16",67970396,67970687,292,"*","Promoter (<=1kb)",16,67964629,67970780,6152,2,"5699",93,"ENSG00000205220","PSMB10","proteasome subunit beta 10"
+"chr8",57350985,57351019,35,"*","Downstream (2-3kb)",8,57353513,57359282,5770,2,"5179",8263,"ENSG00000181195","PENK","proenkephalin"
+"chr1",78444909,78445114,206,"*","Promoter (<=1kb)",1,78444934,78482995,38062,1,"11080",0,"ENSG00000162616","DNAJB4","DnaJ heat shock protein family (Hsp40) member B4"
+"chr15",40575383,40575645,263,"*","Promoter (<=1kb)",15,40573645,40574787,1143,2,"100131244",-596,"ENSG00000230778","ANKRD63","ankyrin repeat domain 63"
+"chr17",7225013,7225294,282,"*","Promoter (2-3kb)",17,7215978,7222527,6550,2,"2874",-2486,"ENSG00000132522","GPS2","G protein pathway suppressor 2"
+"chr6",32375447,32375624,178,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",181989,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr12",51632663,51632942,280,"*","Promoter (<=1kb)",12,51632508,51640501,7994,1,"9802",155,"ENSG00000183283","DAZAP2","DAZ associated protein 2"
+"chr19",11669878,11670027,150,"*","Promoter (<=1kb)",19,11663858,11670051,6194,2,"84337",24,"ENSG00000130165","ELOF1","elongation factor 1 homolog"
+"chr13",78493664,78493704,41,"*","Promoter (<=1kb)",13,78493824,79191460,697637,1,"100874222",-120,"ENSG00000234377","RNF219-AS1","RNF219 antisense RNA 1"
+"chr19",41510195,41510224,30,"*","Exon (uc002opr.1/1555, exon 3 of 9)",19,41497204,41524301,27098,1,"1555",12991,"ENSG00000197408","CYP2B6","cytochrome P450 family 2 subfamily B member 6"
+"chr12",119418319,119418622,304,"*","Promoter (<=1kb)",12,119419300,119600856,181557,1,"84530",-678,"ENSG00000139767","SRRM4","serine/arginine repetitive matrix 4"
+"chrX",129402979,129403083,105,"*","Promoter (<=1kb)",23,129336673,129402922,66250,2,"55609",-57,"ENSG00000056277","ZNF280C","zinc finger protein 280C"
+"chr1",2262285,2262426,142,"*","Intron (uc001ajb.1/79906, intron 2 of 13)",1,2281853,2284100,2248,2,"100129534",21674,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr4",174292063,174292076,14,"*","Promoter (<=1kb)",4,174292093,174298683,6591,1,"8819",-17,"ENSG00000164105","SAP30","Sin3A associated protein 30kDa"
+"chr10",119293967,119294055,89,"*","Intron (uc001ldf.3/196047, intron 2 of 2)",10,119301956,119309057,7102,1,"2018",-7901,"ENSG00000170370","EMX2","empty spiracles homeobox 2"
+"chr16",2039773,2039975,203,"*","Promoter (<=1kb)",16,2039946,2044276,4331,1,"9143",0,"ENSG00000127561","SYNGR3","synaptogyrin 3"
+"chr3",195477778,195477854,77,"*","Exon (uc010hzq.3/4585, exon 4 of 6)",3,195447753,195464540,16788,1,"200958",30025,"ENSG00000176945","MUC20","mucin 20, cell surface associated"
+"chr10",102732275,102732557,283,"*","Promoter (2-3kb)",10,102734742,102734841,100,1,"693193",-2185,"ENSG00000207551","MIR608","microRNA 608"
+"chr7",7106214,7106306,93,"*","Distal Intergenic",7,7115401,7136417,21017,2,"100131257",30111,NA,"LOC100131257","zinc finger protein 655 pseudogene"
+"chr2",161350422,161350468,47,"*","Promoter (<=1kb)",2,161128662,161350318,221657,2,"5937",-104,"ENSG00000153250","RBMS1","RNA binding motif, single stranded interacting protein 1"
+"chr1",186343707,186344077,371,"*","Promoter (<=1kb)",1,186280786,186344864,64079,2,"7175",787,"ENSG00000047410","TPR","translocated promoter region, nuclear basket protein"
+"chr8",87520882,87521046,165,"*","Promoter (<=1kb)",8,87484578,87521009,36432,2,"51115",0,"ENSG00000176623","RMDN1","regulator of microtubule dynamics 1"
+"chr19",47968997,47969108,112,"*","Exon (uc010ele.3/6543, exon 1 of 9)",19,47931279,47975307,44029,2,"6543",6199,"ENSG00000118160","SLC8A2","solute carrier family 8 member A2"
+"chr20",56285530,56285653,124,"*","Promoter (<=1kb)",20,56223448,56286592,63145,2,"56937",939,"ENSG00000124225","PMEPA1","prostate transmembrane protein, androgen induced 1"
+"chr17",74137336,74137399,64,"*","Promoter (<=1kb)",17,74132415,74137380,4966,2,"2302",0,"ENSG00000129654","FOXJ1","forkhead box J1"
+"chr1",6557779,6558085,307,"*","Intron (uc001anp.2/57449, intron 21 of 21)",1,6526152,6580121,53970,2,"57449",22036,"ENSG00000171680","PLEKHG5","pleckstrin homology and RhoGEF domain containing G5"
+"chr12",27932499,27933133,635,"*","Promoter (<=1kb)",12,27933187,27955973,22787,1,"57542",-54,"ENSG00000087448","KLHL42","kelch like family member 42"
+"chr11",57479956,57480176,221,"*","Promoter (<=1kb)",11,57479995,57586652,106658,1,"100528016",0,"ENSG00000254462","TMX2-CTNND1","TMX2-CTNND1 readthrough (NMD candidate)"
+"chr16",88152486,88152986,501,"*","Distal Intergenic",16,87984238,88110924,126687,1,"54971",168248,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr14",21558852,21559798,947,"*","Exon (uc001vzr.2/51222, exon 4 of 5)",14,21567096,21571883,4788,1,"643382",-7298,"ENSG00000232070","TMEM253","transmembrane protein 253"
+"chr10",102322508,102322911,404,"*","Distal Intergenic",10,102295641,102313681,18041,1,"55662",26867,"ENSG00000166135","HIF1AN","hypoxia inducible factor 1 alpha subunit inhibitor"
+"chr10",7453546,7453871,326,"*","Promoter (<=1kb)",10,7200586,7453448,252863,2,"57713",-98,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
+"chr14",101488297,101488343,47,"*","Promoter (<=1kb)",14,101488403,101488469,67,1,"494328",-60,NA,"MIR379","microRNA 379"
+"chr16",23690351,23690492,142,"*","Promoter (<=1kb)",16,23690201,23701688,11488,1,"5347",150,"ENSG00000166851","PLK1","polo like kinase 1"
+"chr15",57210347,57210358,12,"*","Promoter (<=1kb)",15,57210323,57580714,370392,1,"6938",24,"ENSG00000140262","TCF12","transcription factor 12"
+"chr19",10764351,10764458,108,"*","Promoter (<=1kb)",19,10762538,10764548,2011,2,"147727",90,"ENSG00000267100","ILF3-AS1","ILF3 antisense RNA 1 (head to head)"
+"chr6",30418741,30418797,57,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1935171,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrX",138774080,138774191,112,"*","Exon (uc011mwn.1/4168, exon 1 of 26)",23,138663930,138790381,126452,2,"4168",16190,"ENSG00000101977","MCF2","MCF.2 cell line derived transforming sequence"
+"chr2",63284720,63285097,378,"*","3' UTR",2,63277192,63284966,7775,1,"5013",7528,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr4",83206252,83206534,283,"*","Distal Intergenic",4,83274467,83295149,20683,2,"3184",88615,"ENSG00000138668","HNRNPD","heterogeneous nuclear ribonucleoprotein D"
+"chr2",175574343,175574593,251,"*","Intron (uc002uiw.3/uc002uiw.3, intron 2 of 3)",2,175424302,175547627,123326,2,"7456",-26716,"ENSG00000115935","WIPF1","WAS/WASL interacting protein family member 1"
+"chr10",130828949,130828973,25,"*","Distal Intergenic",10,131265454,131565783,300330,1,"4255",-436481,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
+"chr16",22103791,22104151,361,"*","Promoter (<=1kb)",16,22103863,22168287,64425,1,"146177",0,"ENSG00000175267","VWA3A","von Willebrand factor A domain containing 3A"
+"chr10",133913937,133914239,303,"*","Distal Intergenic",10,133918313,133998313,80001,1,"282973",-4074,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
+"chr5",147257325,147257408,84,"*","Promoter (<=1kb)",5,147258274,147261756,3483,1,"117156",-866,"ENSG00000164265","SCGB3A2","secretoglobin family 3A member 2"
+"chr16",2587987,2588297,311,"*","Promoter (<=1kb)",16,2587965,2653191,65227,1,"5170",22,"ENSG00000140992","PDPK1","3-phosphoinositide dependent protein kinase 1"
+"chr16",30996399,30996435,37,"*","Promoter (<=1kb)",16,30996519,31000473,3955,1,"80270",-84,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
+"chr14",103430766,103430786,21,"*","Intron (uc001ymi.1/9578, intron 18 of 36)",14,103388993,103397179,8187,1,"81693",41773,"ENSG00000166126","AMN","amnion associated transmembrane protein"
+"chr21",35445682,35445696,15,"*","Promoter (<=1kb)",21,35445823,35515334,69512,1,"64968",-127,"ENSG00000243927","MRPS6","mitochondrial ribosomal protein S6"
+"chr7",94286131,94286160,30,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",494,"ENSG00000242265","PEG10","paternally expressed 10"
+"chr16",31408664,31408867,204,"*","Exon (uc010vfl.1/3681, exon 3 of 9)",16,31404633,31437826,33194,1,"3681",4031,"ENSG00000156886","ITGAD","integrin subunit alpha D"
+"chr3",88108209,88108213,5,"*","Intron (uc003dqu.3/8545, intron 2 of 3)",3,88031726,88042919,11194,1,"3355",76483,"ENSG00000179097","HTR1F","5-hydroxytryptamine receptor 1F"
+"chr19",45996372,45996460,89,"*","Exon (uc002pcb.4/6253, exon 5 of 11)",19,45988546,46000313,11768,2,"6253",3853,"ENSG00000125744","RTN2","reticulon 2"
+"chr16",57832309,57832712,404,"*","Intron (uc002emp.3/3801, intron 18 of 18)",16,57844549,57850831,6283,1,"388282",-11837,NA,"LOC388282","uncharacterized LOC388282"
+"chr2",29204009,29204142,134,"*","Promoter (<=1kb)",2,29204164,29275096,70933,1,"165186",-22,"ENSG00000189350","FAM179A","family with sequence similarity 179 member A"
+"chr7",25021160,25021672,513,"*","Promoter (1-2kb)",7,24836164,25019760,183597,2,"26031",-1400,"ENSG00000070882","OSBPL3","oxysterol binding protein like 3"
+"chr18",12407563,12407684,122,"*","Promoter (<=1kb)",18,12407895,12432236,24342,1,"10650",-211,"ENSG00000141391","PRELID3A","PRELI domain containing 3A"
+"chr19",56657806,56658288,483,"*","5' UTR",19,56652535,56672262,19728,1,"55311",5271,"ENSG00000167685","ZNF444","zinc finger protein 444"
+"chr1",110254661,110254787,127,"*","Promoter (<=1kb)",1,110254864,110260890,6027,1,"2949",-77,"ENSG00000134201","GSTM5","glutathione S-transferase mu 5"
+"chr19",45457885,45458232,348,"*","Promoter (<=1kb)",19,45457842,45496604,38763,1,"1209",43,"ENSG00000104853","CLPTM1","cleft lip and palate associated transmembrane protein 1"
+"chr1",214154037,214154240,204,"*","Distal Intergenic",1,214161278,214214847,53570,1,"5629",-7038,"ENSG00000117707","PROX1","prospero homeobox 1"
+"chr11",123814849,123814924,76,"*","Promoter (<=1kb)",11,123813574,123814545,972,2,"219874",-304,"ENSG00000181499","OR6T1","olfactory receptor family 6 subfamily T member 1"
+"chr21",45709556,45710177,622,"*","5' UTR",21,45705721,45718102,12382,1,"326",3835,"ENSG00000160224","AIRE","autoimmune regulator"
+"chr12",7904034,7904267,234,"*","Promoter (1-2kb)",12,7882011,7902069,20059,2,"170482",-1965,"ENSG00000198178","CLEC4C","C-type lectin domain family 4 member C"
+"chr11",2595557,2595800,244,"*","Intron (uc001lwn.3/3784, intron 6 of 15)",11,2629558,2721228,91671,2,"10984",125428,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
+"chr2",3489235,3489751,517,"*","Distal Intergenic",2,3501690,3523350,21661,2,"55256",33599,"ENSG00000182551","ADI1","acireductone dioxygenase 1"
+"chr4",113444247,113444313,67,"*","Distal Intergenic",4,113434672,113437328,2657,2,"63973",-6919,"ENSG00000178403","NEUROG2","neurogenin 2"
+"chr2",128175179,128175252,74,"*","Promoter (<=1kb)",2,128175996,128186822,10827,1,"5624",-744,"ENSG00000115718","PROC","protein C, inactivator of coagulation factors Va and VIIIa"
+"chr1",118471327,118471929,603,"*","Promoter (<=1kb)",1,118406107,118472302,66196,2,"54834",373,"ENSG00000196505","GDAP2","ganglioside induced differentiation associated protein 2"
+"chr19",39970773,39971089,317,"*","Promoter (<=1kb)",19,39971052,39981528,10477,1,"92609",0,"ENSG00000105197","TIMM50","translocase of inner mitochondrial membrane 50"
+"chr10",127462176,127462659,484,"*","Promoter (1-2kb)",10,127455027,127464390,9364,2,"118856",1731,"ENSG00000154485","MMP21","matrix metallopeptidase 21"
+"chr16",49892009,49892496,488,"*","Promoter (<=1kb)",16,49524515,49891830,367316,2,"23090",-179,"ENSG00000102935","ZNF423","zinc finger protein 423"
+"chr1",153931253,153931566,314,"*","Promoter (<=1kb)",1,153920148,153931132,10985,2,"200186",-121,"ENSG00000160741","CRTC2","CREB regulated transcription coactivator 2"
+"chr16",68056978,68057094,117,"*","Promoter (<=1kb)",16,68056847,68113226,56380,1,"54920",131,"ENSG00000167264","DUS2","dihydrouridine synthase 2"
+"chr1",2023210,2023434,225,"*","Intron (uc001aiq.3/5590, intron 4 of 17)",1,1981909,2116834,134926,1,"5590",41301,"ENSG00000067606","PRKCZ","protein kinase C zeta"
+"chr10",47008137,47008316,180,"*","Distal Intergenic",10,46993546,47000568,7023,1,"9721",14591,"ENSG00000204175","GPRIN2","G protein regulated inducer of neurite outgrowth 2"
+"chr2",238382343,238382672,330,"*","Distal Intergenic",2,238395053,238463961,68909,1,"79083",-12381,"ENSG00000115648","MLPH","melanophilin"
+"chr2",217674618,217675150,533,"*","Distal Intergenic",2,217724182,217724782,601,2,"7141",49632,"ENSG00000118245","TNP1","transition protein 1"
+"chr20",45141911,45142065,155,"*","Promoter (<=1kb)",20,45128269,45142198,13930,2,"55713",133,"ENSG00000198185","ZNF334","zinc finger protein 334"
+"chr22",43089499,43089529,31,"*","Exon (uc003bdb.3/53947, exon 3 of 3)",22,43088127,43117286,29160,2,"53947",27757,"ENSG00000128274","A4GALT","alpha 1,4-galactosyltransferase"
+"chr13",113410361,113410839,479,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",65718,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr16",90066348,90066432,85,"*","Exon (uc002fpx.1/172, exon 11 of 13)",16,90086069,90111379,25311,1,"2622",-19637,"ENSG00000141013","GAS8","growth arrest specific 8"
+"chr5",112539140,112539223,84,"*","Intron (uc003kqj.4/4163, intron 16 of 16)",5,112312407,112357892,45486,1,"167227",226733,"ENSG00000172795","DCP2","decapping mRNA 2"
+"chr18",5195153,5195574,422,"*","Promoter (1-2kb)",18,5143672,5197255,53584,2,"642597",1681,"ENSG00000231824","C18orf42","chromosome 18 open reading frame 42"
+"chr5",1444212,1444395,184,"*","Promoter (1-2kb)",5,1392905,1445543,52639,2,"6531",1148,"ENSG00000142319","SLC6A3","solute carrier family 6 member 3"
+"chr6",170059366,170059585,220,"*","Exon (uc003qwv.2/253769, exon 2 of 15)",6,169857303,170102159,244857,2,"253769",42574,"ENSG00000184465","WDR27","WD repeat domain 27"
+"chr3",131100407,131100550,144,"*","Promoter (<=1kb)",3,131100515,131107674,7160,1,"131870",0,"ENSG00000198585","NUDT16","nudix hydrolase 16"
+"chr2",239360505,239360665,161,"*","3' UTR",2,239335626,239360891,25266,1,"51665",24879,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
+"chr20",45035289,45035327,39,"*","Intron (uc010zxs.1/63916, intron 19 of 19)",20,44994690,45061704,67015,2,"63916",26377,"ENSG00000062598","ELMO2","engulfment and cell motility 2"
+"chr10",70091743,70091938,196,"*","Promoter (<=1kb)",10,70091768,70102953,11186,1,"3189",0,"ENSG00000096746","HNRNPH3","heterogeneous nuclear ribonucleoprotein H3"
+"chr3",164924711,164924728,18,"*","Distal Intergenic",3,164904508,164914469,9962,2,"22865",-10242,"ENSG00000121871","SLITRK3","SLIT and NTRK like family member 3"
+"chr6",32940193,32940306,114,"*","5' UTR",6,32605183,32614839,9657,1,"3117",335010,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr2",43398031,43398154,124,"*","Distal Intergenic",2,43449541,43453745,4205,2,"678",55591,"ENSG00000152518","ZFP36L2","ZFP36 ring finger protein-like 2"
+"chr19",30156070,30156156,87,"*","Promoter (<=1kb)",19,30156327,30166383,10057,1,"79156",-171,"ENSG00000166289","PLEKHF1","pleckstrin homology and FYVE domain containing 1"
+"chrX",41193409,41193572,164,"*","Promoter (<=1kb)",23,41192651,41223725,31075,1,"1654",758,"ENSG00000215301","DDX3X","DEAD-box helicase 3, X-linked"
+"chr12",6658557,6658625,69,"*","Intron (uc001qoy.3/25900, intron 6 of 11)",12,6647539,6665249,17711,2,"25900",6624,"ENSG00000010295","IFFO1","intermediate filament family orphan 1"
+"chr13",84452946,84453232,287,"*","3' UTR",13,84451343,84456528,5186,2,"114798",3296,"ENSG00000178235","SLITRK1","SLIT and NTRK like family member 1"
+"chr15",30918017,30918265,249,"*","Promoter (1-2kb)",15,30916697,30977810,61114,1,"89839",1320,"ENSG00000187951","ARHGAP11B","Rho GTPase activating protein 11B"
+"chr11",910094,910254,161,"*","Intron (uc010qwu.1/66005, intron 13 of 13)",11,867357,915058,47702,2,"66005",4804,"ENSG00000177830","CHID1","chitinase domain containing 1"
+"chr6",31599472,31599478,7,"*","Exon (uc003nvb.4/7916, exon 16 of 31)",6,32485154,32557613,72460,2,"3127",958135,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr15",63796365,63796567,203,"*","Promoter (<=1kb)",15,63796710,63886839,90130,1,"9960",-143,"ENSG00000140455","USP3","ubiquitin specific peptidase 3"
+"chr16",34441739,34442283,545,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",-36977,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr1",161576580,161576581,2,"*","Promoter (<=1kb)",1,161575849,161578341,2493,1,"3311",731,NA,"HSPA7","heat shock protein family A (Hsp70) member 7"
+"chr17",184106,184131,26,"*","Intron (uc002fre.2/9501, intron 9 of 9)",17,180996,183279,2284,1,"100506388",3110,"ENSG00000262061","LOC100506388","uncharacterized LOC100506388"
+"chr11",93754223,93754288,66,"*","Promoter (<=1kb)",11,93754378,93847374,92997,1,"341208",-90,"ENSG00000181333","HEPHL1","hephaestin like 1"
+"chr15",27670095,27670287,193,"*","Intron (uc001zbf.4/2567, intron 5 of 5)",15,27216429,27778373,561945,1,"2567",453666,"ENSG00000182256","GABRG3","gamma-aminobutyric acid type A receptor gamma3 subunit"
+"chr1",3276687,3276738,52,"*","Intron (uc001akc.3/63976, intron 3 of 16)",1,3371147,3397677,26531,1,"27237",-94409,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
+"chr1",47134421,47134527,107,"*","Promoter (<=1kb)",1,47100711,47134099,33389,2,"64756",-322,"ENSG00000123472","ATPAF1","ATP synthase mitochondrial F1 complex assembly factor 1"
+"chr21",37506434,37506791,358,"*","Promoter (<=1kb)",21,37507263,37518860,11598,1,"874",-472,"ENSG00000159231","CBR3","carbonyl reductase 3"
+"chr17",1163345,1163546,202,"*","Distal Intergenic",17,1173858,1174565,708,1,"727857",-10312,"ENSG00000205899","BHLHA9","basic helix-loop-helix family member a9"
+"chr15",35591053,35591466,414,"*","Distal Intergenic",15,35529527,35530264,738,1,"723972",61526,"ENSG00000259516","ANP32AP1","acidic nuclear phosphoprotein 32 family member A pseudogene 1"
+"chr19",9649361,9649422,62,"*","Promoter (<=1kb)",19,9638681,9649303,10623,2,"79088",-58,"ENSG00000130818","ZNF426","zinc finger protein 426"
+"chr4",90758729,90758797,69,"*","Promoter (<=1kb)",4,90645250,90759447,114198,2,"6622",650,"ENSG00000145335","SNCA","synuclein alpha"
+"chr19",3185499,3185629,131,"*","Promoter (<=1kb)",19,3185875,3209573,23699,1,"56926",-246,"ENSG00000125912","NCLN","nicalin"
+"chr7",4921991,4922148,158,"*","Promoter (1-2kb)",7,4834285,4923335,89051,2,"55698",1187,"ENSG00000157927","RADIL","Ras association and DIL domains"
+"chr14",51411001,51411122,122,"*","Promoter (<=1kb)",14,51371935,51411248,39314,2,"5836",126,"ENSG00000100504","PYGL","phosphorylase, glycogen, liver"
+"chr3",52719354,52719575,222,"*","Promoter (<=1kb)",3,52579368,52719866,140499,2,"55193",291,"ENSG00000163939","PBRM1","polybromo 1"
+"chr7",10979997,10980008,12,"*","Promoter (<=1kb)",7,10971580,10979813,8234,2,"4697",-184,"ENSG00000189043","NDUFA4","NDUFA4, mitochondrial complex associated"
+"chr1",2886744,2886868,125,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-51178,"ENSG00000169717","ACTRT2","actin related protein T2"
+"chr19",17447843,17448285,443,"*","Promoter (2-3kb)",19,17445791,17453540,7750,1,"84705",2052,"ENSG00000130299","GTPBP3","GTP binding protein 3 (mitochondrial)"
+"chr22",39096465,39096631,167,"*","Promoter (<=1kb)",22,39081548,39096459,14912,2,"9929",-6,"ENSG00000100221","JOSD1","Josephin domain containing 1"
+"chr10",94833166,94833548,383,"*","Promoter (<=1kb)",10,94833232,94837641,4410,1,"1592",0,"ENSG00000095596","CYP26A1","cytochrome P450 family 26 subfamily A member 1"
+"chr3",128226565,128226649,85,"*","Promoter (<=1kb)",3,128226678,128229429,2752,1,"90246",-29,NA,"LOC90246","uncharacterized LOC90246"
+"chr1",153513810,153514008,199,"*","Promoter (<=1kb)",1,153509623,153514241,4619,2,"6276",233,"ENSG00000196420","S100A5","S100 calcium binding protein A5"
+"chr1",25869959,25870241,283,"*","Promoter (<=1kb)",1,25870076,25895377,25302,1,"26119",0,"ENSG00000157978","LDLRAP1","low density lipoprotein receptor adaptor protein 1"
+"chr3",129158135,129158586,452,"*","Promoter (<=1kb)",3,129158968,129239191,80224,1,"55764",-382,"ENSG00000163913","IFT122","intraflagellar transport 122"
+"chr11",8751837,8752313,477,"*","Exon (uc001mgt.3/6764, exon 3 of 20)",11,8706986,8707116,131,1,"677826",44851,"ENSG00000212607","SNORA3B","small nucleolar RNA, H/ACA box 3B"
+"chr2",731250,731471,222,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",-53811,"ENSG00000151353","TMEM18","transmembrane protein 18"
+"chr3",133174878,133175193,316,"*","Intron (uc003epn.1/8419, intron 4 of 6)",3,133118790,133194056,75267,1,"8419",56088,"ENSG00000170819","BFSP2","beaded filament structural protein 2"
+"chr17",19651833,19651935,103,"*","Promoter (<=1kb)",17,19641298,19651746,10449,2,"218",-87,"ENSG00000108602","ALDH3A1","aldehyde dehydrogenase 3 family member A1"
+"chr2",17935179,17935719,541,"*","Promoter (<=1kb)",2,17935177,17966632,31456,1,"348654",2,"ENSG00000178295","GEN1","GEN1, Holliday junction 5' flap endonuclease"
+"chr17",12921391,12921393,3,"*","Promoter (<=1kb)",17,12894929,12921381,26453,2,"60528",-10,"ENSG00000006744","ELAC2","elaC ribonuclease Z 2"
+"chr3",183853078,183853112,35,"*","Promoter (<=1kb)",3,183852810,183863099,10290,1,"8893",268,"ENSG00000145191","EIF2B5","eukaryotic translation initiation factor 2B subunit epsilon"
+"chr21",15456343,15456605,263,"*","Exon (uc002yjk.3/uc002yjk.3, exon 2 of 3)",21,15316096,15352765,36670,2,"391267",-103578,"ENSG00000215559","ANKRD20A11P","ankyrin repeat domain 20 family member A11, pseudogene"
+"chr14",24657749,24657962,214,"*","Promoter (1-2kb)",14,24649425,24659859,10435,2,"79711",1897,"ENSG00000196497","IPO4","importin 4"
+"chr3",49977380,49977548,169,"*","Promoter (<=1kb)",3,49977477,50137484,160008,1,"10180",0,"ENSG00000004534","RBM6","RNA binding motif protein 6"
+"chr10",49642921,49643038,118,"*","3' UTR",10,49514786,49643183,128398,1,"5599",128135,"ENSG00000107643","MAPK8","mitogen-activated protein kinase 8"
+"chr7",100275863,100276062,200,"*","Exon (uc003uwb.3/2783, exon 8 of 10)",7,100271363,100276792,5430,1,"2783",4500,"ENSG00000172354","GNB2","G protein subunit beta 2"
+"chr15",41523314,41523320,7,"*","Promoter (<=1kb)",15,41523437,41574083,50647,1,"11261",-117,"ENSG00000187446","CHP1","calcineurin like EF-hand protein 1"
+"chr22",37730616,37731121,506,"*","Distal Intergenic",22,37678495,37711389,32895,1,"27128",52121,"ENSG00000100055","CYTH4","cytohesin 4"
+"chr10",47967037,47967284,248,"*","Distal Intergenic",10,47894023,51893269,3999247,1,"55747",73014,NA,NA,NA
+"chr15",34629008,34629473,466,"*","Promoter (<=1kb)",15,34522197,34630265,108069,2,"9990",792,"ENSG00000140199","SLC12A6","solute carrier family 12 member 6"
+"chr5",2754226,2754274,49,"*","Promoter (1-2kb)",5,2752262,2755511,3250,1,"153571",1964,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
+"chr9",33076554,33076800,247,"*","Promoter (<=1kb)",9,33041850,33076714,34865,2,"55234",0,"ENSG00000122692","SMU1","smu-1 suppressor of mec-8 and unc-52 homolog (C. elegans)"
+"chr10",2373548,2373651,104,"*","Distal Intergenic",10,2342513,2357268,14756,2,"399708",-16280,NA,"LINC00701","long intergenic non-protein coding RNA 701"
+"chr16",28857931,28858035,105,"*","Promoter (<=1kb)",16,28858010,28885534,27525,1,"25970",0,"ENSG00000178188","SH2B1","SH2B adaptor protein 1"
+"chr14",89029504,89029511,8,"*","Promoter (<=1kb)",14,89029253,89079853,50601,1,"79882",251,"ENSG00000100722","ZC3H14","zinc finger CCCH-type containing 14"
+"chr8",38964500,38964736,237,"*","Promoter (<=1kb)",8,38965050,39142436,177387,1,"203102",-314,"ENSG00000197140","ADAM32","ADAM metallopeptidase domain 32"
+"chr4",183778237,183778395,159,"*","Distal Intergenic",4,183811244,183838630,27387,2,"1635",60235,"ENSG00000129187","DCTD","dCMP deaminase"
+"chr19",37808809,37808831,23,"*","5' UTR",19,37803739,37855357,51619,1,"284459",5070,"ENSG00000181666","HKR1","HKR1, GLI-Kruppel zinc finger family member"
+"chr19",10828928,10828930,3,"*","Promoter (<=1kb)",19,10829080,10829179,100,1,"693223",-150,"ENSG00000207972","MIR638","microRNA 638"
+"chr22",39268703,39268782,80,"*","Promoter (<=1kb)",22,39260248,39268258,8011,2,"23466",-445,"ENSG00000183741","CBX6","chromobox 6"
+"chr16",3230726,3231104,379,"*","Distal Intergenic",16,3254247,3255185,939,1,"4992",-23143,"ENSG00000168124","OR1F1","olfactory receptor family 1 subfamily F member 1"
+"chr13",114057022,114057627,606,"*","Distal Intergenic",13,113978505,114018463,39959,2,"79774",-38559,"ENSG00000139835","GRTP1","growth hormone regulated TBC protein 1"
+"chr4",1595366,1595659,294,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",90329,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr3",105085585,105085614,30,"*","Promoter (<=1kb)",3,105085557,105295757,210201,1,"214",28,"ENSG00000170017","ALCAM","activated leukocyte cell adhesion molecule"
+"chr15",50559124,50559131,8,"*","Promoter (<=1kb)",15,50534146,50558162,24017,2,"3067",-962,"ENSG00000140287","HDC","histidine decarboxylase"
+"chr11",86748738,86748885,148,"*","Promoter (<=1kb)",11,86748886,87039876,290991,1,"65084",-1,"ENSG00000166575","TMEM135","transmembrane protein 135"
+"chr6",10421324,10421622,299,"*","Promoter (1-2kb)",6,10396916,10419797,22882,2,"7020",-1527,"ENSG00000137203","TFAP2A","transcription factor AP-2 alpha (activating enhancer binding protein 2 alpha)"
+"chr2",216878345,216878351,7,"*","Promoter (<=1kb)",2,216807314,216878346,71033,2,"55686",0,"ENSG00000118242","MREG","melanoregulin"
+"chr11",117651253,117651424,172,"*","5' UTR",11,117298489,117688240,389752,2,"57453",36816,"ENSG00000177103","DSCAML1","Down syndrome cell adhesion molecule like 1"
+"chr4",39447437,39447920,484,"*","Intron (uc003gua.3/152831, intron 3 of 4)",4,39455745,39460568,4824,2,"6133",12648,"ENSG00000163682","RPL9","ribosomal protein L9"
+"chr5",37838290,37838363,74,"*","Promoter (1-2kb)",5,37812779,37839782,27004,2,"2668",1419,"ENSG00000168621","GDNF","glial cell derived neurotrophic factor"
+"chr15",91537866,91537869,4,"*","Promoter (<=1kb)",15,91509268,91537881,28614,2,"9055",12,"ENSG00000198901","PRC1","protein regulator of cytokinesis 1"
+"chr8",38279600,38279719,120,"*","Intron (uc011lbu.2/2260, intron 11 of 18)",8,38243959,38266062,22104,1,"137994",35641,"ENSG00000165046","LETM2","leucine zipper and EF-hand containing transmembrane protein 2"
+"chr1",150254429,150254439,11,"*","Promoter (<=1kb)",1,150254953,150259501,4549,1,"148523",-514,"ENSG00000159208","CIART","circadian associated repressor of transcription"
+"chr3",14160542,14160912,371,"*","Intron (uc003byi.4/131474, intron 2 of 3)",3,14153577,14166371,12795,2,"131474",5459,"ENSG00000163528","CHCHD4","coiled-coil-helix-coiled-coil-helix domain containing 4"
+"chr16",89904043,89904261,219,"*","Intron (uc010civ.1/84501, intron 2 of 9)",16,89894907,89937727,42821,1,"84501",9136,"ENSG00000204991","SPIRE2","spire type actin nucleation factor 2"
+"chr19",39466247,39466575,329,"*","Promoter (<=1kb)",19,39432042,39466380,34339,2,"115290",0,"ENSG00000269190","FBXO17","F-box protein 17"
+"chr16",29998852,29998921,70,"*","Exon (uc002dva.2/9344, exon 16 of 16)",16,30003642,30007417,3776,2,"8479",8496,"ENSG00000149929","HIRIP3","HIRA interacting protein 3"
+"chr7",116594159,116594382,224,"*","Promoter (<=1kb)",7,116592501,116594388,1888,2,"93653",6,"ENSG00000227199","ST7-AS1","ST7 antisense RNA 1"
+"chr14",99584151,99584421,271,"*","Distal Intergenic",14,99635625,99737822,102198,2,"64919",153401,"ENSG00000127152","BCL11B","B-cell CLL/lymphoma 11B"
+"chr18",32924560,32924572,13,"*","Promoter (<=1kb)",18,32912178,32924426,12249,2,"7572",-134,"ENSG00000172466","ZNF24","zinc finger protein 24"
+"chr4",4859937,4859948,12,"*","Promoter (1-2kb)",4,4861392,4865660,4269,1,"4487",-1444,"ENSG00000163132","MSX1","msh homeobox 1"
+"chr16",9052489,9052714,226,"*","Intron (uc002czl.2/7874, intron 30 of 30)",16,8985951,9057341,71391,2,"7874",4627,"ENSG00000187555","USP7","ubiquitin specific peptidase 7 (herpes virus-associated)"
+"chr16",30905180,30905197,18,"*","Promoter (<=1kb)",16,30905224,30905306,83,1,"100313837",-27,"ENSG00000211591","MIR762","microRNA 762"
+"chr22",40296767,40297048,282,"*","Promoter (<=1kb)",22,40297086,40367384,70299,1,"9402",-38,"ENSG00000100351","GRAP2","GRB2-related adaptor protein 2"
+"chr11",63768364,63768665,302,"*","Intron (uc001nyh.3/28992, intron 7 of 10)",11,63753325,63765892,12568,1,"55611",15039,"ENSG00000167770","OTUB1","OTU deubiquitinase, ubiquitin aldehyde binding 1"
+"chr16",8768377,8768458,82,"*","Promoter (<=1kb)",16,8768444,8878432,109989,1,"18",0,"ENSG00000183044","ABAT","4-aminobutyrate aminotransferase"
+"chr16",2977125,2977288,164,"*","Intron (uc002csb.3/84256, intron 2 of 8)",16,2961980,3001209,39230,1,"84256",15145,"ENSG00000059122","FLYWCH1","FLYWCH-type zinc finger 1"
+"chr18",7568186,7568217,32,"*","Promoter (<=1kb)",18,7567314,8406859,839546,1,"5797",872,"ENSG00000173482","PTPRM","protein tyrosine phosphatase, receptor type M"
+"chr17",6756796,6756855,60,"*","Promoter (<=1kb)",17,6756895,6803668,46774,1,"245",-40,"ENSG00000262943","ALOX12P2","arachidonate 12-lipoxygenase pseudogene 2"
+"chr8",41503840,41504197,358,"*","3' UTR",8,41517959,41518026,68,2,"619554",13829,NA,"MIR486-1","microRNA 486-1"
+"chr12",57569850,57569940,91,"*","Exon (uc001snd.3/4035, exon 24 of 89)",12,57588287,57588359,73,1,"100302201",-18347,"ENSG00000221365","MIR1228","microRNA 1228"
+"chr13",113510311,113510389,79,"*","Exon (uc001vsi.4/23250, exon 20 of 30)",13,113622814,113754053,131240,1,"23263",-112425,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr9",118687417,118687895,479,"*","Promoter (<=1kb)",9,118650544,118687377,36834,2,"58483",-40,NA,"LINC00474","long intergenic non-protein coding RNA 474"
+"chr4",15429483,15429524,42,"*","Intron (uc003gno.3/114905, intron 1 of 2)",4,15471489,15603180,131692,1,"57545",-41965,"ENSG00000048342","CC2D2A","coiled-coil and C2 domain containing 2A"
+"chr13",45992569,45992574,6,"*","Promoter (<=1kb)",13,45967454,45992516,25063,2,"253512",-53,"ENSG00000174032","SLC25A30","solute carrier family 25 member 30"
+"chr14",58863000,58863049,50,"*","Promoter (<=1kb)",14,58862644,58875419,12776,1,"387990",356,"ENSG00000196860","TOMM20L","translocase of outer mitochondrial membrane 20 like"
+"chr15",56536071,56536514,444,"*","Promoter (<=1kb)",15,56379479,56535483,156005,2,"64864",-588,"ENSG00000181827","RFX7","regulatory factor X7"
+"chr17",61613073,61613219,147,"*","Exon (uc002jax.1/81033, exon 6 of 6)",17,61600695,61626338,25644,1,"81033",12378,"ENSG00000173826","KCNH6","potassium voltage-gated channel subfamily H member 6"
+"chr3",49941416,49941425,10,"*","Promoter (<=1kb)",3,49924436,49941306,16871,2,"4486",-110,"ENSG00000164078","MST1R","macrophage stimulating 1 receptor"
+"chr15",51914987,51915039,53,"*","Promoter (<=1kb)",15,51739921,51914967,175047,2,"23312",-20,"ENSG00000104093","DMXL2","Dmx like 2"
+"chr15",41254710,41254968,259,"*","Distal Intergenic",15,41245636,41248717,3082,1,"79094",9074,"ENSG00000128965","CHAC1","ChaC glutathione-specific gamma-glutamylcyclotransferase 1"
+"chr2",42588648,42588796,149,"*","5' UTR",2,42577645,42596150,18506,2,"9167",7354,"ENSG00000115944","COX7A2L","cytochrome c oxidase subunit 7A2 like"
+"chr4",2388906,2389058,153,"*","Intron (uc003gex.2/57732, intron 12 of 12)",4,2271324,2420370,149047,2,"57732",31312,"ENSG00000159733","ZFYVE28","zinc finger FYVE-type containing 28"
+"chr7",32997046,32997063,18,"*","Promoter (<=1kb)",7,32997005,33046543,49539,1,"11328",41,"ENSG00000122642","FKBP9","FK506 binding protein 9"
+"chr7",155261984,155262442,459,"*","Distal Intergenic",7,155250824,155257526,6703,1,"2020",11160,"ENSG00000164778","EN2","engrailed homeobox 2"
+"chr1",202928564,202928772,209,"*","Promoter (<=1kb)",1,202909960,202927700,17741,2,"51094",-864,"ENSG00000159346","ADIPOR1","adiponectin receptor 1"
+"chr16",86411174,86411296,123,"*","Distal Intergenic",16,86365456,86379285,13830,2,"732275",-31889,"ENSG00000168367","LINC00917","long intergenic non-protein coding RNA 917"
+"chr14",53418164,53418264,101,"*","Promoter (<=1kb)",14,53323989,53417815,93827,2,"10979",-349,"ENSG00000073712","FERMT2","fermitin family member 2"
+"chr1",38510134,38510474,341,"*","Promoter (1-2kb)",1,38509523,38512450,2928,2,"5453",1976,"ENSG00000185668","POU3F1","POU class 3 homeobox 1"
+"chr14",99948187,99948289,103,"*","Promoter (<=1kb)",14,99947739,99977852,30114,1,"8812",448,"ENSG00000090061","CCNK","cyclin K"
+"chr1",164290497,164290766,270,"*","Distal Intergenic",1,164528597,164854300,325704,1,"5087",-237831,"ENSG00000185630","PBX1","pre-B-cell leukemia homeobox 1"
+"chr3",49395574,49395585,12,"*","Promoter (<=1kb)",3,49394609,49395791,1183,2,"2876",206,"ENSG00000233276","GPX1","glutathione peroxidase 1"
+"chr1",2259325,2259411,87,"*","Intron (uc001ajb.1/79906, intron 2 of 13)",1,2281853,2284100,2248,2,"100129534",24689,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr4",100485070,100485143,74,"*","Promoter (<=1kb)",4,100467864,100485189,17326,2,"93587",46,"ENSG00000145331","TRMT10A","tRNA methyltransferase 10A"
+"chr1",40367804,40367827,24,"*","Promoter (<=1kb)",1,40361096,40367687,6592,2,"4610",-117,"ENSG00000116990","MYCL","v-myc avian myelocytomatosis viral oncogene lung carcinoma derived homolog"
+"chr1",31192334,31192337,4,"*","Promoter (<=1kb)",1,31191619,31199593,7975,1,"100129196",715,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
+"chr19",44285333,44285520,188,"*","Promoter (<=1kb)",19,44270685,44285409,14725,2,"3783",0,"ENSG00000104783","KCNN4","potassium calcium-activated channel subfamily N member 4"
+"chr2",114256392,114256406,15,"*","Promoter (<=1kb)",2,114256661,114258727,2067,1,"200350",-255,"ENSG00000184492","FOXD4L1","forkhead box D4-like 1"
+"chr4",152966887,152967131,245,"*","Distal Intergenic",4,152591809,152682175,90367,2,"5188",-284712,"ENSG00000059691","GATB","glutamyl-tRNA(Gln) amidotransferase, subunit B"
+"chr8",143751447,143751450,4,"*","Promoter (<=1kb)",8,143738874,143751401,12528,2,"8629",-46,"ENSG00000234616","JRK","Jrk helix-turn-helix protein"
+"chr2",219575507,219575996,490,"*","Promoter (<=1kb)",2,219575568,219620138,44571,1,"9654",0,"ENSG00000135912","TTLL4","tubulin tyrosine ligase like 4"
+"chr17",50235345,50235689,345,"*","Promoter (1-2kb)",17,49707674,50237377,529704,2,"56934",1688,"ENSG00000154975","CA10","carbonic anhydrase X"
+"chr17",28087850,28088069,220,"*","Intron (uc002heo.1/85464, intron 13 of 14)",17,27941774,27948441,6668,2,"84940",-139409,"ENSG00000167549","CORO6","coronin 6"
+"chr16",3481785,3482078,294,"*","Distal Intergenic",16,3486110,3493490,7381,2,"146434",11412,"ENSG00000167981","ZNF597","zinc finger protein 597"
+"chr19",535988,536196,209,"*","Intron (uc002lov.3/997, intron 2 of 4)",19,531733,542087,10355,1,"997",4255,"ENSG00000099804","CDC34","cell division cycle 34"
+"chr6",31635898,31636140,243,"*","3' UTR",6,32485154,32557613,72460,2,"3127",921473,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",1308616,1308675,60,"*","Distal Intergenic",17,1247834,1303556,55723,2,"7531",-5060,"ENSG00000108953","YWHAE","tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein epsilon"
+"chr17",75789345,75789481,137,"*","Distal Intergenic",17,75875083,75880169,5087,2,"400624",90688,"ENSG00000204283","FLJ45079","FLJ45079 protein"
+"chr14",95623921,95624293,373,"*","Promoter (<=1kb)",14,95624025,95646270,22246,1,"400242",0,"ENSG00000235706","DICER1-AS1","DICER1 antisense RNA 1"
+"chr10",31609200,31609303,104,"*","Promoter (1-2kb)",10,31605457,31608024,2568,2,"220930",-1176,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
+"chr11",82444898,82445024,127,"*","Promoter (<=1kb)",11,82443046,82444906,1861,2,"220382",0,"ENSG00000182103","FAM181B","family with sequence similarity 181 member B"
+"chr4",4386745,4386858,114,"*","5' UTR",4,4349869,4420785,70917,1,"27065",36876,"ENSG00000168824","NSG1","neuron specific gene family member 1"
+"chr4",53617679,53617882,204,"*","Promoter (<=1kb)",4,53609684,53617807,8124,2,"100288413",0,"ENSG00000226887","ERVMER34-1","endogenous retrovirus group MER34 member 1"
+"chr16",30007495,30007513,19,"*","Promoter (<=1kb)",16,30007531,30017112,9582,1,"283899",-18,"ENSG00000169592","INO80E","INO80 complex subunit E"
+"chr15",83315922,83316378,457,"*","Promoter (<=1kb)",15,83316521,83361572,45052,1,"283692",-143,"ENSG00000259462","CPEB1-AS1","CPEB1 antisense RNA 1"
+"chr11",95900326,95900802,477,"*","Intron (uc001pfw.1/84441, intron 4 of 4)",11,96074602,96074690,89,1,"100422991",-173800,"ENSG00000266192","MIR1260B","microRNA 1260b"
+"chr1",184021131,184021360,230,"*","Promoter (<=1kb)",1,184020811,184043344,22534,1,"116461",320,"ENSG00000198860","TSEN15","tRNA splicing endonuclease subunit 15"
+"chr2",132249321,132249809,489,"*","Promoter (<=1kb)",2,132241533,132250064,8532,2,"653784",255,"ENSG00000173272","MZT2A","mitotic spindle organizing protein 2A"
+"chr12",124432638,124432946,309,"*","Intron (uc001ufw.1/80212, intron 4 of 4)",12,124420955,124457163,36209,2,"80212",24217,"ENSG00000119242","CCDC92","coiled-coil domain containing 92"
+"chr5",78280283,78280482,200,"*","Promoter (1-2kb)",5,78073037,78282357,209321,2,"411",1875,"ENSG00000113273","ARSB","arylsulfatase B"
+"chr21",45742623,45742747,125,"*","Intron (uc002zek.3/5211, intron 17 of 24)",21,45748827,45759285,10459,2,"755",16538,"ENSG00000160226","C21orf2","chromosome 21 open reading frame 2"
+"chr8",131455770,131456284,515,"*","Promoter (<=1kb)",8,131064351,131455906,391556,2,"50807",0,"ENSG00000153317","ASAP1","ArfGAP with SH3 domain, ankyrin repeat and PH domain 1"
+"chr2",27601088,27601456,369,"*","Promoter (2-3kb)",2,27600098,27603611,3514,2,"130557",2155,"ENSG00000163795","ZNF513","zinc finger protein 513"
+"chr19",11660189,11660310,122,"*","Exon (uc002msc.1/1264, exon 6 of 7)",19,11663858,11670051,6194,2,"84337",9741,"ENSG00000130165","ELOF1","elongation factor 1 homolog"
+"chr5",68462711,68462768,58,"*","Promoter (<=1kb)",5,68462837,68474070,11234,1,"891",-69,"ENSG00000134057","CCNB1","cyclin B1"
+"chr12",122666527,122666612,86,"*","Intron (uc009zxl.1/254050, intron 1 of 5)",12,122656577,122658746,2170,2,"386653",-7781,"ENSG00000204671","IL31","interleukin 31"
+"chr11",46848264,46848341,78,"*","Intron (uc001ndi.2/9793, intron 43 of 43)",11,46765084,46867859,102776,2,"9793",19518,"ENSG00000175216","CKAP5","cytoskeleton associated protein 5"
+"chr19",2425428,2426333,906,"*","Promoter (1-2kb)",19,2425622,2427875,2254,2,"26517",1542,"ENSG00000099800","TIMM13","translocase of inner mitochondrial membrane 13"
+"chr1",158368889,158369112,224,"*","Promoter (<=1kb)",1,158368312,158369256,945,2,"128360",144,"ENSG00000186306","OR10T2","olfactory receptor family 10 subfamily T member 2"
+"chr14",36002851,36002860,10,"*","Promoter (<=1kb)",14,36003248,36006260,3013,1,"84684",-388,"ENSG00000168348","INSM2","insulinoma-associated 2"
+"chr10",768493,768819,327,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-32885,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr9",136844349,136844644,296,"*","Intron (uc004cer.3/7410, intron 26 of 26)",9,136627016,136857446,230431,2,"7410",12802,"ENSG00000160293","VAV2","vav guanine nucleotide exchange factor 2"
+"chr16",30913308,30913935,628,"*","3' UTR",16,30907928,30914881,6954,1,"1489",5380,"ENSG00000150281","CTF1","cardiotrophin 1"
+"chr19",56915031,56915100,70,"*","Promoter (<=1kb)",19,56915383,56936400,21018,1,"147949",-283,"ENSG00000198440","ZNF583","zinc finger protein 583"
+"chr7",601665,601780,116,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",41637,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr2",209130978,209131226,249,"*","Promoter (<=1kb)",2,209130991,209223475,92485,1,"200576",0,"ENSG00000115020","PIKFYVE","phosphoinositide kinase, FYVE-type zinc finger containing"
+"chr5",134786548,134786942,395,"*","Promoter (1-2kb)",5,134784558,134788089,3532,2,"497189",1147,"ENSG00000255833","TIFAB","TIFA inhibitor"
+"chr1",1146729,1146903,175,"*","Promoter (2-3kb)",1,1146706,1149548,2843,2,"7293",2645,"ENSG00000186827","TNFRSF4","tumor necrosis factor receptor superfamily member 4"
+"chr6",150039400,150039439,40,"*","Promoter (<=1kb)",6,149979289,150039392,60104,2,"9113",-8,"ENSG00000131023","LATS1","large tumor suppressor kinase 1"
+"chr3",197272263,197272328,66,"*","Intron (uc003fxr.3/622, intron 5 of 7)",3,197236654,197300194,63541,2,"622",27866,"ENSG00000161267","BDH1","3-hydroxybutyrate dehydrogenase, type 1"
+"chr4",726649,726983,335,"*","Intron (uc003gbc.2/10336, intron 3 of 4)",4,699573,764427,64855,1,"10336",27076,"ENSG00000185619","PCGF3","polycomb group ring finger 3"
+"chr3",57583334,57583355,22,"*","Promoter (<=1kb)",3,57557090,57583215,26126,2,"378",-119,"ENSG00000168374","ARF4","ADP ribosylation factor 4"
+"chr14",91700509,91701128,620,"*","Exon (uc001xzg.3/8111, exon 2 of 2)",14,91698876,91720224,21349,2,"8111",19096,"ENSG00000119714","GPR68","G protein-coupled receptor 68"
+"chr12",56211528,56211548,21,"*","Promoter (<=1kb)",12,56146247,56211540,65294,2,"84324",0,"ENSG00000205323","SARNP","SAP domain containing ribonucleoprotein"
+"chr19",7676731,7676738,8,"*","Exon (uc002mgu.4/57662, exon 13 of 19)",19,7660788,7683196,22409,1,"57662",15943,"ENSG00000076826","CAMSAP3","calmodulin regulated spectrin associated protein family member 3"
+"chr3",183817182,183817678,497,"*","Promoter (2-3kb)",3,183814852,183824783,9932,1,"285242",2330,"ENSG00000186038","HTR3E","5-hydroxytryptamine receptor 3E"
+"chr17",75370236,75370563,328,"*","Intron (uc002jts.4/10801, intron 2 of 11)",17,75393066,75393136,71,2,"100422851",22573,"ENSG00000264060","MIR4316","microRNA 4316"
+"chr8",101322598,101322743,146,"*","Promoter (<=1kb)",8,101269288,101322379,53092,2,"25897",-219,"ENSG00000034677","RNF19A","ring finger protein 19A, RBR E3 ubiquitin protein ligase"
+"chr19",11877200,11877661,462,"*","Promoter (<=1kb)",19,11877815,11894893,17079,1,"126068",-154,"ENSG00000197044","ZNF441","zinc finger protein 441"
+"chr10",33623461,33623787,327,"*","Promoter (<=1kb)",10,33466419,33624006,157588,2,"8829",219,"ENSG00000099250","NRP1","neuropilin 1"
+"chr1",65210372,65210737,366,"*","Promoter (<=1kb)",1,65210778,65298914,88137,1,"55225",-41,"ENSG00000162437","RAVER2","ribonucleoprotein, PTB-binding 2"
+"chr6",170102266,170102889,624,"*","Promoter (<=1kb)",6,170102257,170106402,4146,1,"387263",9,"ENSG00000185127","C6orf120","chromosome 6 open reading frame 120"
+"chr5",176853836,176854009,174,"*","Promoter (<=1kb)",5,176853687,176869850,16164,1,"2870",149,"ENSG00000198055","GRK6","G protein-coupled receptor kinase 6"
+"chr10",102381293,102381484,192,"*","Distal Intergenic",10,102295641,102313681,18041,1,"55662",85652,"ENSG00000166135","HIF1AN","hypoxia inducible factor 1 alpha subunit inhibitor"
+"chr17",62018360,62018375,16,"*","Exon (uc002jds.1/6329, exon 24 of 24)",17,62006098,62009704,3607,2,"974",-8656,"ENSG00000007312","CD79B","CD79b molecule"
+"chr19",37742834,37742877,44,"*","Exon (uc002ofv.3/uc002ofv.3, exon 1 of 8)",19,37756841,37759912,3072,2,"284412",17035,NA,"LOC284412","uncharacterized LOC284412"
+"chr7",155089390,155089394,5,"*","Promoter (<=1kb)",7,155089486,155101945,12460,1,"3638",-92,"ENSG00000186480","INSIG1","insulin induced gene 1"
+"chr8",38239693,38239869,177,"*","Promoter (<=1kb)",8,38132561,38239790,107230,2,"54904",0,"ENSG00000147548","WHSC1L1","Wolf-Hirschhorn syndrome candidate 1-like 1"
+"chr2",119604702,119604901,200,"*","Promoter (<=1kb)",2,119599747,119605759,6013,2,"2019",858,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr16",11370064,11370301,238,"*","Promoter (<=1kb)",16,11369493,11370337,845,2,"5620",36,"ENSG00000122304","PRM2","protamine 2"
+"chr3",142167057,142167140,84,"*","Promoter (<=1kb)",3,142025449,142166853,141405,2,"54464",-204,"ENSG00000114127","XRN1","5'-3' exoribonuclease 1"
+"chr15",65504534,65504897,364,"*","Promoter (<=1kb)",15,65488337,65503840,15504,2,"8483",-694,"ENSG00000138615","CILP","cartilage intermediate layer protein"
+"chr1",54355647,54355906,260,"*","Promoter (<=1kb)",1,54317392,54355487,38096,2,"54432",-160,"ENSG00000058799","YIPF1","Yip1 domain family member 1"
+"chr12",14955832,14956003,172,"*","Promoter (<=1kb)",12,14939412,14956401,16990,2,"51729",398,"ENSG00000084463","WBP11","WW domain binding protein 11"
+"chr1",2820170,2820665,496,"*","Distal Intergenic",1,2572807,2706230,133424,2,"100287898",-113940,"ENSG00000215912","TTC34","tetratricopeptide repeat domain 34"
+"chr4",6665857,6666299,443,"*","Distal Intergenic",4,6675821,6677774,1954,1,"93622",-9522,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
+"chr16",1256207,1256247,41,"*","Exon (uc002cks.3/8912, exon 12 of 35)",16,1271651,1275254,3604,2,"25823",19007,"ENSG00000116176","TPSG1","tryptase gamma 1"
+"chr6",5085177,5085404,228,"*","Promoter (<=1kb)",6,5085720,5087455,1736,1,"648791",-316,"ENSG00000219607","PPP1R3G","protein phosphatase 1 regulatory subunit 3G"
+"chr20",61340059,61340061,3,"*","Promoter (<=1kb)",20,61340189,61394123,53935,1,"4923",-128,"ENSG00000101188","NTSR1","neurotensin receptor 1 (high affinity)"
+"chr18",44702735,44702757,23,"*","Promoter (<=1kb)",18,44681390,44702745,21356,2,"51124",0,"ENSG00000134049","IER3IP1","immediate early response 3 interacting protein 1"
+"chr6",170559276,170559285,10,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",12372,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr16",3143044,3143153,110,"*","5' UTR",16,3138895,3149293,10399,2,"84891",6140,"ENSG00000130182","ZSCAN10","zinc finger and SCAN domain containing 10"
+"chr11",10562865,10562941,77,"*","Promoter (<=1kb)",11,10562783,10621479,58697,1,"100129827",82,"ENSG00000177112","MRVI1-AS1","MRVI1 antisense RNA 1"
+"chr11",2922003,2922068,66,"*","Promoter (1-2kb)",11,2920951,2946476,25526,1,"5002",1052,"ENSG00000110628","SLC22A18","solute carrier family 22 member 18"
+"chr11",68039601,68039605,5,"*","Promoter (<=1kb)",11,68028803,68039469,10667,2,"53838",-132,"ENSG00000171067","C11orf24","chromosome 11 open reading frame 24"
+"chr14",20344083,20344394,312,"*","Promoter (<=1kb)",14,20344427,20345371,945,1,"390431",-33,"ENSG00000165762","OR4K2","olfactory receptor family 4 subfamily K member 2"
+"chr19",50935676,50936006,331,"*","Promoter (<=1kb)",19,50936160,50969583,33424,1,"4606",-154,"ENSG00000086967","MYBPC2","myosin binding protein C, fast type"
+"chr2",136875857,136875869,13,"*","Promoter (<=1kb)",2,136871919,136875725,3807,2,"7852",-132,"ENSG00000121966","CXCR4","chemokine (C-X-C motif) receptor 4"
+"chr12",103352000,103352235,236,"*","Promoter (<=1kb)",12,103351452,103354294,2843,1,"429",548,"ENSG00000139352","ASCL1","achaete-scute family bHLH transcription factor 1"
+"chr1",45242030,45242191,162,"*","Promoter (<=1kb)",1,45242164,45242261,98,1,"94161",0,"ENSG00000200913","SNORD46","small nucleolar RNA, C/D box 46"
+"chr1",32671490,32671645,156,"*","Promoter (<=1kb)",1,32671236,32674288,3053,1,"55721",254,"ENSG00000160051","IQCC","IQ motif containing C"
+"chr1",19810215,19810690,476,"*","Promoter (1-2kb)",1,19665267,19812066,146800,2,"832",1376,"ENSG00000077549","CAPZB","capping actin protein of muscle Z-line beta subunit"
+"chr11",20182063,20182074,12,"*","Promoter (<=1kb)",11,20177760,20181870,4111,2,"120237",-193,"ENSG00000109851","DBX1","developing brain homeobox 1"
+"chr6",32016166,32016188,23,"*","Exon (uc003nzl.2/7148, exon 29 of 44)",6,32485154,32557613,72460,2,"3127",541425,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",144416172,144416517,346,"*","Promoter (<=1kb)",6,144416018,144416754,737,2,"83443",237,"ENSG00000169976","SF3B5","splicing factor 3b subunit 5"
+"chr7",34117970,34118416,447,"*","Intron (uc011kap.2/168667, intron 12 of 15)",7,33944523,34195484,250962,1,"168667",173447,"ENSG00000164619","BMPER","BMP binding endothelial regulator"
+"chr5",11903393,11903603,211,"*","Promoter (<=1kb)",5,10971952,11904110,932159,2,"1501",507,"ENSG00000169862","CTNND2","catenin delta 2"
+"chr12",57081784,57082064,281,"*","Promoter (<=1kb)",12,57057125,57082078,24954,2,"10728",14,"ENSG00000110958","PTGES3","prostaglandin E synthase 3"
+"chr16",67225165,67225437,273,"*","Promoter (<=1kb)",16,67226068,67232821,6754,1,"1874",-631,"ENSG00000205250","E2F4","E2F transcription factor 4"
+"chr8",10590455,10590463,9,"*","Intron (uc003wtg.1/uc003wtg.1, intron 1 of 2)",8,10530147,10558103,27957,1,"203076",60308,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
+"chr8",57358665,57359200,536,"*","Promoter (<=1kb)",8,57353513,57359282,5770,2,"5179",82,"ENSG00000181195","PENK","proenkephalin"
+"chr8",97247165,97247777,613,"*","Promoter (<=1kb)",8,97238904,97247862,8959,2,"7381",85,"ENSG00000156467","UQCRB","ubiquinol-cytochrome c reductase binding protein"
+"chr6",166205192,166205563,372,"*","Intron (uc003qup.1/uc003qup.1, intron 1 of 1)",6,165740776,166075588,334813,2,"10846",-129604,"ENSG00000112541","PDE10A","phosphodiesterase 10A"
+"chr12",128245610,128245740,131,"*","Distal Intergenic",12,128366162,128383184,17023,1,"400087",-120422,"ENSG00000256597","FLJ37505","uncharacterized LOC400087"
+"chr19",39881799,39881965,167,"*","Promoter (<=1kb)",19,39876270,39881835,5566,2,"54623",0,"ENSG00000006712","PAF1","PAF1 homolog, Paf1/RNA polymerase II complex component"
+"chr1",38061735,38061737,3,"*","Promoter (<=1kb)",1,38032413,38061586,29174,2,"29889",-149,"ENSG00000134697","GNL2","G protein nucleolar 2"
+"chr12",133177383,133177546,164,"*","Downstream (2-3kb)",12,133179736,133187037,7302,2,"100507055",9491,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
+"chr6",26086340,26086585,246,"*","Promoter (<=1kb)",6,26087509,26095469,7961,1,"3077",-924,"ENSG00000010704","HFE","hemochromatosis"
+"chrX",16730898,16730937,40,"*","Promoter (<=1kb)",23,16606122,16731059,124938,2,"56474",122,"ENSG00000047230","CTPS2","CTP synthase 2"
+"chr12",10826785,10826858,74,"*","Promoter (<=1kb)",12,10771538,10826891,55354,2,"55359",33,"ENSG00000060140","STYK1","serine/threonine/tyrosine kinase 1"
+"chr5",135170734,135170994,261,"*","Promoter (<=1kb)",5,135170365,135224326,53962,1,"153328",369,"ENSG00000145832","SLC25A48","solute carrier family 25 member 48"
+"chr20",633783,633844,62,"*","5' UTR",20,627268,656823,29556,2,"140809",22979,"ENSG00000271303","SRXN1","sulfiredoxin 1"
+"chr2",92262463,92262806,344,"*","Distal Intergenic",2,92129159,92130496,1338,1,"440888",133304,"ENSG00000280263","ACTR3BP2","ACTR3B pseudogene 2"
+"chr17",79898782,79899261,480,"*","Exon (uc010wvf.1/255275, exon 3 of 3)",17,79890267,79895172,4906,2,"5831",-3610,"ENSG00000183010","PYCR1","pyrroline-5-carboxylate reductase 1"
+"chr12",16064029,16064153,125,"*","Promoter (<=1kb)",12,16064186,16190315,126130,1,"51071",-33,"ENSG00000023697","DERA","deoxyribose-phosphate aldolase"
+"chr10",180504,180755,252,"*","Promoter (<=1kb)",10,180405,300577,120173,1,"10771",99,"ENSG00000015171","ZMYND11","zinc finger MYND-type containing 11"
+"chr6",164092583,164092814,232,"*","Exon (uc003quk.1/uc003quk.1, exon 1 of 4)",6,163835675,163999628,163954,1,"9444",256908,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
+"chr19",3578064,3578313,250,"*","Exon (uc002lya.3/10362, exon 9 of 10)",19,3572943,3579081,6139,1,"10362",5121,"ENSG00000064961","HMG20B","high mobility group 20B"
+"chr16",691979,692318,340,"*","Promoter (<=1kb)",16,691849,698474,6626,1,"84331",130,"ENSG00000172366","FAM195A","family with sequence similarity 195 member A"
+"chr17",34890851,34890860,10,"*","Promoter (<=1kb)",17,34890847,34895150,4304,1,"284098",4,"ENSG00000277161","PIGW","phosphatidylinositol glycan anchor biosynthesis class W"
+"chr17",48917741,48918321,581,"*","Exon (uc010dbu.3/124857, exon 2 of 2)",17,48912011,48919709,7699,1,"124857",5730,"ENSG00000173714","WFIKKN2","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 2"
+"chr19",7733401,7733835,435,"*","Promoter (<=1kb)",19,7733972,7735340,1369,1,"56729",-137,"ENSG00000104918","RETN","resistin"
+"chr4",186456397,186456682,286,"*","Promoter (<=1kb)",4,186421815,186456712,34898,2,"27295",30,"ENSG00000154553","PDLIM3","PDZ and LIM domain 3"
+"chr14",77493334,77493722,389,"*","Promoter (1-2kb)",14,77490886,77495042,4157,2,"64207",1320,"ENSG00000119669","IRF2BPL","interferon regulatory factor 2 binding protein-like"
+"chr16",86714834,86715104,271,"*","Distal Intergenic",16,86612115,86615304,3190,1,"2300",102719,"ENSG00000176678","FOXL1","forkhead box L1"
+"chr7",157932903,157932923,21,"*","Intron (uc011kwa.2/5799, intron 17 of 22)",7,157647277,157658782,11506,1,"100506585",285626,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr16",31117270,31117285,16,"*","Promoter (2-3kb)",16,31119615,31124112,4498,1,"10295",-2330,"ENSG00000103507","BCKDK","branched chain ketoacid dehydrogenase kinase"
+"chr11",33721799,33721855,57,"*","Promoter (<=1kb)",11,33719654,33722286,2633,2,"100131378",431,"ENSG00000205177","C11orf91","chromosome 11 open reading frame 91"
+"chr6",31122524,31122768,245,"*","Exon (uc011dne.2/54535, exon 3 of 17)",6,32485154,32557613,72460,2,"3127",1434845,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",95664233,95664311,79,"*","Distal Intergenic",2,95691400,95719737,28338,1,"4118",-27089,"ENSG00000172005","MAL","mal T-cell differentiation protein"
+"chr3",113465485,113465629,145,"*","Promoter (<=1kb)",3,113465866,113530905,65040,1,"523",-237,"ENSG00000114573","ATP6V1A","ATPase H+ transporting V1 subunit A"
+"chr21",46962546,46962548,3,"*","Promoter (1-2kb)",21,46918115,46964325,46211,2,"6573",1777,"ENSG00000173638","SLC19A1","solute carrier family 19 member 1"
+"chr15",69324108,69324108,1,"*","5' UTR",15,69365266,69388163,22898,1,"283673",-41158,"ENSG00000212766","EWSAT1","Ewing sarcoma associated transcript 1"
+"chr2",73299103,73299249,147,"*","Promoter (<=1kb)",2,73169165,73298965,129801,2,"94097",-138,"ENSG00000144040","SFXN5","sideroflexin 5"
+"chr4",26585673,26585855,183,"*","Promoter (<=1kb)",4,26585546,26756918,171373,1,"55296",127,"ENSG00000109680","TBC1D19","TBC1 domain family member 19"
+"chr16",3018056,3018214,159,"*","Promoter (1-2kb)",16,3019342,3023485,4144,1,"124222",-1128,"ENSG00000162073","PAQR4","progestin and adipoQ receptor family member IV"
+"chr19",19221572,19221574,3,"*","Exon (uc002nlf.3/284439, exon 8 of 8)",19,19230425,19249310,18886,2,"54929",27736,"ENSG00000064545","TMEM161A","transmembrane protein 161A"
+"chr2",61108954,61109155,202,"*","Promoter (<=1kb)",2,61108752,61150178,41427,1,"5966",202,"ENSG00000162924","REL","v-rel avian reticuloendotheliosis viral oncogene homolog"
+"chr16",30996564,30996582,19,"*","Promoter (<=1kb)",16,30996519,31000473,3955,1,"80270",45,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
+"chr3",147114352,147114358,7,"*","5' UTR",3,147103835,147124596,20762,2,"84107",10238,"ENSG00000174963","ZIC4","Zic family member 4"
+"chr6",32781261,32781307,47,"*","Intron (uc003oca.3/3112, intron 2 of 5)",6,32605183,32614839,9657,1,"3117",176078,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr18",12911359,12911663,305,"*","Distal Intergenic",18,12785477,12884334,98858,2,"5771",-27025,"ENSG00000175354","PTPN2","protein tyrosine phosphatase, non-receptor type 2"
+"chr7",23637020,23637030,11,"*","Promoter (<=1kb)",7,23636998,23684327,47330,1,"90693",22,"ENSG00000169193","CCDC126","coiled-coil domain containing 126"
+"chr7",90338555,90339132,578,"*","5' UTR",7,90095738,90839904,744167,1,"5218",242817,"ENSG00000058091","CDK14","cyclin-dependent kinase 14"
+"chr7",157053014,157053027,14,"*","Intron (uc010lqs.3/9690, intron 22 of 22)",7,157129710,157210133,80424,1,"10049",-76683,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
+"chr17",80040028,80040107,80,"*","Exon (uc002kdu.3/2194, exon 36 of 43)",17,80036214,80056106,19893,2,"2194",15999,"ENSG00000169710","FASN","fatty acid synthase"
+"chr1",225840460,225840783,324,"*","Promoter (<=1kb)",1,225674534,225840845,166312,2,"55740",62,"ENSG00000154380","ENAH","enabled homolog (Drosophila)"
+"chr11",116643266,116643503,238,"*","Promoter (<=1kb)",11,116618886,116643714,24829,2,"84811",211,"ENSG00000137656","BUD13","BUD13 homolog"
+"chr12",130590231,130590246,16,"*","Distal Intergenic",12,130636138,130646768,10631,2,"440119",56522,"ENSG00000250208","FZD10-AS1","FZD10 antisense RNA 1 (head to head)"
+"chr1",21766015,21766308,294,"*","Promoter (<=1kb)",1,21766583,21811393,44811,1,"84224",-275,"ENSG00000142794","NBPF3","neuroblastoma breakpoint family member 3"
+"chr8",29778000,29778285,286,"*","Promoter (<=1kb)",8,29779029,29811123,32095,1,"286135",-744,"ENSG00000253279","FAM183CP","family with sequence similarity 183 member C, pseudogene"
+"chr1",110282274,110282477,204,"*","Promoter (1-2kb)",1,110276554,110283660,7107,2,"2947",1183,"ENSG00000134202","GSTM3","glutathione S-transferase mu 3 (brain)"
+"chr21",38073469,38073934,466,"*","Promoter (1-2kb)",21,38071991,38122510,50520,1,"6493",1478,"ENSG00000159263","SIM2","single-minded family bHLH transcription factor 2"
+"chr15",42565784,42565790,7,"*","Promoter (<=1kb)",15,42502726,42565755,63030,2,"25963",-29,"ENSG00000103978","TMEM87A","transmembrane protein 87A"
+"chr1",92949488,92949608,121,"*","Promoter (2-3kb)",1,92940318,92952433,12116,2,"2672",2825,"ENSG00000162676","GFI1","growth factor independent 1 transcription repressor"
+"chr6",157744881,157745223,343,"*","Promoter (<=1kb)",6,157710054,157745253,35200,2,"729515",30,"ENSG00000215712","TMEM242","transmembrane protein 242"
+"chr12",103889736,103889772,37,"*","Promoter (<=1kb)",12,103631369,103889749,258381,2,"374470",0,"ENSG00000179088","C12orf42","chromosome 12 open reading frame 42"
+"chr2",25500046,25500077,32,"*","Intron (uc002rgc.4/1788, intron 19 of 22)",2,25551509,25551590,82,2,"100302246",51513,NA,"MIR1301","microRNA 1301"
+"chr2",235406854,235407153,300,"*","Promoter (1-2kb)",2,235401686,235405693,4008,2,"10123",-1161,"ENSG00000188042","ARL4C","ADP ribosylation factor like GTPase 4C"
+"chr5",94890408,94890667,260,"*","Promoter (<=1kb)",5,94799599,94890709,91111,2,"9652",42,"ENSG00000198677","TTC37","tetratricopeptide repeat domain 37"
+"chr14",106173674,106173779,106,"*","Exon (uc031qqx.1/uc031qqx.1, exon 5044 of 5065)",14,106134458,106139163,4706,2,"2003",-34511,NA,"ELK2AP","ELK2A, member of ETS oncogene family, pseudogene"
+"chr8",22022996,22023343,348,"*","Promoter (<=1kb)",8,22022653,22069840,47188,1,"649",343,"ENSG00000168487","BMP1","bone morphogenetic protein 1"
+"chr6",10747898,10748101,204,"*","Promoter (<=1kb)",6,10747995,10974541,226547,1,"221711",0,"ENSG00000153157","SYCP2L","synaptonemal complex protein 2 like"
+"chr8",101572127,101572721,595,"*","Promoter (<=1kb)",8,101521980,101572014,50035,2,"157567",-113,"ENSG00000186106","ANKRD46","ankyrin repeat domain 46"
+"chr8",37654235,37654258,24,"*","Promoter (<=1kb)",8,37654401,37701504,47104,1,"25960",-143,"ENSG00000020181","ADGRA2","adhesion G protein-coupled receptor A2"
+"chr16",30023615,30023732,118,"*","Promoter (1-2kb)",16,30016835,30024843,8009,2,"8448",1111,"ENSG00000149927","DOC2A","double C2-like domains, alpha"
+"chr16",50699119,50699456,338,"*","Downstream (<1kb)",16,50700211,50715264,15054,2,"124460",15808,"ENSG00000167208","SNX20","sorting nexin 20"
+"chr12",109826435,109826496,62,"*","Promoter (<=1kb)",12,109826524,109886176,59653,1,"283446",-28,"ENSG00000174527","MYO1H","myosin IH"
+"chr16",29937746,29938135,390,"*","Promoter (<=1kb)",16,29917657,29937545,19889,2,"253980",-201,"ENSG00000174943","KCTD13","potassium channel tetramerization domain containing 13"
+"chr8",94753404,94753488,85,"*","Promoter (<=1kb)",8,94743731,94753224,9494,2,"389677",-180,"ENSG00000183808","RBM12B","RNA binding motif protein 12B"
+"chr2",197036775,197036780,6,"*","Intron (uc010fsh.3/9262, intron 7 of 7)",2,196998307,197041227,42921,2,"9262",4447,"ENSG00000081320","STK17B","serine/threonine kinase 17b"
+"chr4",47465818,47465839,22,"*","Promoter (<=1kb)",4,47452811,47465676,12866,2,"54951",-142,"ENSG00000169019","COMMD8","COMM domain containing 8"
+"chr16",23464527,23464628,102,"*","Promoter (<=1kb)",16,23399814,23464512,64699,2,"91949",-15,"ENSG00000168434","COG7","component of oligomeric golgi complex 7"
+"chr16",29937102,29937403,302,"*","Promoter (<=1kb)",16,29917657,29937545,19889,2,"253980",142,"ENSG00000174943","KCTD13","potassium channel tetramerization domain containing 13"
+"chr19",18721692,18721792,101,"*","Promoter (1-2kb)",19,18723682,18731849,8168,1,"25789",-1890,"ENSG00000105696","TMEM59L","transmembrane protein 59 like"
+"chr7",97586935,97587012,78,"*","Intron (uc010lfp.1/389538, intron 3 of 4)",7,97503667,97601638,97972,2,"389538",14626,NA,"MGC72080","MGC72080 pseudogene"
+"chrX",7066487,7066773,287,"*","Promoter (<=1kb)",23,6966961,7066231,99271,2,"8226",-256,"ENSG00000130021","PUDP","pseudouridine 5'-phosphatase"
+"chr10",47746374,47746741,368,"*","Promoter (<=1kb)",10,47746920,47770647,23728,1,"244",-179,NA,NA,NA
+"chr19",50643372,50643565,194,"*","Promoter (<=1kb)",19,50643459,50643577,119,2,"100170227",12,NA,"SNAR-D","small ILF3/NF90-associated RNA D"
+"chr10",44070130,44070152,23,"*","Promoter (<=1kb)",10,44051793,44070066,18274,2,"8187",-64,"ENSG00000196793","ZNF239","zinc finger protein 239"
+"chr16",83841917,83842209,293,"*","Promoter (<=1kb)",16,83841508,83846607,5100,1,"3281",409,"ENSG00000230989","HSBP1","heat shock factor binding protein 1"
+"chr11",66062488,66063091,604,"*","Exon (uc001ohl.3/256472, exon 2 of 2)",11,66059373,66064135,4763,1,"256472",3115,"ENSG00000179292","TMEM151A","transmembrane protein 151A"
+"chr6",126964451,126964779,329,"*","Intron (uc003qaq.1/uc003qaq.1, intron 4 of 9)",6,126661253,126669754,8502,1,"387103",303198,"ENSG00000203760","CENPW","centromere protein W"
+"chr1",150551966,150551983,18,"*","Promoter (<=1kb)",1,150547027,150552214,5188,2,"4170",231,"ENSG00000143384","MCL1","myeloid cell leukemia 1"
+"chr1",248005356,248005671,316,"*","Promoter (<=1kb)",1,248004230,248005198,969,2,"391189",-158,"ENSG00000197591","OR11L1","olfactory receptor family 11 subfamily L member 1"
+"chr4",1577884,1577897,14,"*","Exon (uc003gdg.1/uc003gdg.1, exon 1 of 1)",4,1641608,1685988,44381,2,"152877",108091,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr1",76082018,76082173,156,"*","Intron (uc010oqz.1/204962, intron 22 of 22)",1,75667816,76143610,475795,2,"204962",61437,"ENSG00000137968","SLC44A5","solute carrier family 44 member 5"
+"chr22",50962002,50962176,175,"*","Promoter (2-3kb)",22,50961997,50964905,2909,2,"9997",2729,"ENSG00000130489","SCO2","SCO2 cytochrome c oxidase assembly protein"
+"chr6",33374638,33374656,19,"*","Exon (uc003oef.4/3833, exon 10 of 11)",6,33540323,33548070,7748,2,"578",173414,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr1",2722691,2722811,121,"*","Distal Intergenic",1,2572807,2706230,133424,2,"100287898",-16461,"ENSG00000215912","TTC34","tetratricopeptide repeat domain 34"
+"chr1",45965870,45965942,73,"*","Promoter (<=1kb)",1,45965856,45976739,10884,1,"25974",14,"ENSG00000132763","MMACHC","methylmalonic aciduria (cobalamin deficiency) cblC type, with homocystinuria"
+"chr3",187462173,187462411,239,"*","Promoter (1-2kb)",3,187439165,187463513,24349,2,"604",1102,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
+"chr19",2282155,2282223,69,"*","Promoter (<=1kb)",19,2274631,2282181,7551,2,"374872",0,"ENSG00000188305","C19orf35","chromosome 19 open reading frame 35"
+"chr11",926014,926034,21,"*","Promoter (<=1kb)",11,925809,1012245,86437,1,"161",205,"ENSG00000183020","AP2A2","adaptor related protein complex 2 alpha 2 subunit"
+"chr5",176981629,176981644,16,"*","Promoter (<=1kb)",5,176946790,176981548,34759,2,"54540",-81,"ENSG00000146067","FAM193B","family with sequence similarity 193 member B"
+"chr3",111697713,111697794,82,"*","Promoter (<=1kb)",3,111697723,111712215,14493,1,"55347",0,"ENSG00000144827","ABHD10","abhydrolase domain containing 10"
+"chr14",105499706,105500246,541,"*","Distal Intergenic",14,105475910,105487425,11516,2,"55038",-12281,"ENSG00000170779","CDCA4","cell division cycle associated 4"
+"chr12",49583064,49583448,385,"*","Promoter (<=1kb)",12,49578578,49583107,4530,2,"7846",0,"ENSG00000167552","TUBA1A","tubulin alpha 1a"
+"chr19",1267269,1267693,425,"*","Promoter (1-2kb)",19,1269267,1274439,5173,1,"1153",-1574,"ENSG00000099622","CIRBP","cold inducible RNA binding protein"
+"chr6",31649026,31649041,16,"*","Exon (uc003nvw.1/80741, exon 2 of 4)",6,32485154,32557613,72460,2,"3127",908572,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr11",65836240,65837207,968,"*","Promoter (<=1kb)",11,65837824,66012218,174395,1,"55690",-617,"ENSG00000175115","PACS1","phosphofurin acidic cluster sorting protein 1"
+"chr7",93633829,93634030,202,"*","Promoter (<=1kb)",7,93592082,93633690,41609,2,"10282",-139,"ENSG00000105829","BET1","Bet1 golgi vesicular membrane trafficking protein"
+"chr11",125037178,125037300,123,"*","Promoter (2-3kb)",11,125034559,125303285,268727,1,"63876",2619,"ENSG00000165495","PKNOX2","PBX/knotted 1 homeobox 2"
+"chr10",104629619,104629869,251,"*","Promoter (<=1kb)",10,104629210,104661655,32446,1,"57412",409,"ENSG00000214435","AS3MT","arsenite methyltransferase"
+"chr2",238778439,238778636,198,"*","Intron (uc002vxj.3/10267, intron 1 of 2)",2,238768187,238820755,52569,1,"10267",10252,"ENSG00000132329","RAMP1","receptor (G protein-coupled) activity modifying protein 1"
+"chr9",98637534,98637794,261,"*","Promoter (<=1kb)",9,98637900,98767137,129238,1,"375748",-106,"ENSG00000182150","ERCC6L2","excision repair cross-complementation group 6 like 2"
+"chr15",57598463,57598635,173,"*","Exon (uc010ugt.1/283663, exon 2 of 3)",15,57592563,57599967,7405,1,"283663",5900,"ENSG00000247982","LINC00926","long intergenic non-protein coding RNA 926"
+"chr4",145062551,145062810,260,"*","Promoter (<=1kb)",4,144917257,145061904,144648,2,"2993",-647,"ENSG00000170180","GYPA","glycophorin A (MNS blood group)"
+"chr7",35295072,35295198,127,"*","Promoter (1-2kb)",7,35242042,35293711,51670,2,"57057",-1361,"ENSG00000164532","TBX20","T-box 20"
+"chr7",139168403,139168481,79,"*","Promoter (<=1kb)",7,139138088,139168457,30370,2,"346689",0,"ENSG00000188883","KLRG2","killer cell lectin like receptor G2"
+"chr2",162164769,162164773,5,"*","Promoter (<=1kb)",2,162164786,162268228,103443,1,"10213",-13,"ENSG00000115233","PSMD14","proteasome 26S subunit, non-ATPase 14"
+"chr2",178076886,178077188,303,"*","Promoter (<=1kb)",2,178077422,178088685,11264,1,"220988",-234,"ENSG00000170144","HNRNPA3","heterogeneous nuclear ribonucleoprotein A3"
+"chr14",24768914,24768933,20,"*","Promoter (<=1kb)",14,24759804,24769039,9236,2,"115817",106,"ENSG00000157379","DHRS1","dehydrogenase/reductase (SDR family) member 1"
+"chr1",236848652,236848682,31,"*","Promoter (1-2kb)",1,236849770,236927558,77789,1,"88",-1088,"ENSG00000077522","ACTN2","actinin alpha 2"
+"chr11",70842068,70842128,61,"*","Intron (uc001oqc.3/22941, intron 20 of 21)",11,70313961,70935842,621882,2,"22941",93714,"ENSG00000162105","SHANK2","SH3 and multiple ankyrin repeat domains 2"
+"chr18",32923878,32924093,216,"*","Promoter (<=1kb)",18,32912178,32924426,12249,2,"7572",333,"ENSG00000172466","ZNF24","zinc finger protein 24"
+"chr19",18061332,18061472,141,"*","Promoter (<=1kb)",19,18062111,18109930,47820,1,"3780",-639,"ENSG00000105642","KCNN1","potassium calcium-activated channel subfamily N member 1"
+"chr17",48042779,48043063,285,"*","Distal Intergenic",17,48046562,48052323,5762,1,"1748",-3499,"ENSG00000108813","DLX4","distal-less homeobox 4"
+"chr1",97187092,97187106,15,"*","Promoter (<=1kb)",1,97187175,97280605,93431,1,"58155",-69,"ENSG00000117569","PTBP2","polypyrimidine tract binding protein 2"
+"chr2",240205554,240205724,171,"*","Intron (uc002vyk.4/9759, intron 25 of 26)",2,240227157,240227240,84,1,"100423043",-21433,"ENSG00000265215","MIR4269","microRNA 4269"
+"chr19",45515477,45515588,112,"*","Exon (uc021uvp.1/5971, exon 3 of 11)",19,45504707,45541456,36750,1,"5971",10770,"ENSG00000104856","RELB","v-rel avian reticuloendotheliosis viral oncogene homolog B"
+"chr19",40440570,40440915,346,"*","Promoter (<=1kb)",19,40353963,40440533,86571,2,"8857",-37,"ENSG00000275395","FCGBP","Fc fragment of IgG binding protein"
+"chr1",156084334,156084398,65,"*","Intron (uc001fnf.1/4000, intron 3 of 12)",1,156052369,156109880,57512,1,"4000",31965,"ENSG00000160789","LMNA","lamin A/C"
+"chr2",169746998,169747004,7,"*","Promoter (<=1kb)",2,169727401,169746944,19544,2,"57405",-54,"ENSG00000152253","SPC25","SPC25, NDC80 kinetochore complex component"
+"chr5",2703320,2703395,76,"*","Distal Intergenic",5,2746279,2751769,5491,2,"153572",48374,"ENSG00000170561","IRX2","iroquois homeobox 2"
+"chr5",122434544,122434853,310,"*","Intron (uc003kti.3/93166, intron 2 of 7)",5,122424841,122523745,98905,1,"93166",9703,"ENSG00000061455","PRDM6","PR domain 6"
+"chr3",138952434,138952480,47,"*","Promoter (<=1kb)",3,138951834,138952364,531,2,"140464",-70,"ENSG00000281473","PISRT1","polled intersex syndrome regulated transcript 1 (non-protein coding RNA)"
+"chr6",135819541,135819548,8,"*","Promoter (<=1kb)",6,135818939,136037193,218255,1,"100131814",602,"ENSG00000231028","LINC00271","long intergenic non-protein coding RNA 271"
+"chr1",168195060,168195350,291,"*","Promoter (<=1kb)",1,168195255,168212088,16834,1,"375035",0,"ENSG00000213064","SFT2D2","SFT2 domain containing 2"
+"chr12",132429624,132429633,10,"*","Distal Intergenic",12,132434465,132565011,130547,1,"57634",-4832,"ENSG00000183495","EP400","E1A binding protein p400"
+"chr10",126107733,126107861,129,"*","Promoter (<=1kb)",10,126085872,126107545,21674,2,"4942",-188,"ENSG00000065154","OAT","ornithine aminotransferase"
+"chr20",5100652,5100671,20,"*","Promoter (<=1kb)",20,5100232,5100615,384,1,"100302739",420,NA,"PCNA-AS1","PCNA antisense RNA 1"
+"chr9",35490191,35490515,325,"*","Promoter (<=1kb)",9,35490007,35561895,71889,1,"9853",184,"ENSG00000198853","RUSC2","RUN and SH3 domain containing 2"
+"chr2",21255250,21255272,23,"*","Exon (uc002red.3/338, exon 10 of 29)",2,21224301,21266945,42645,2,"338",11673,"ENSG00000084674","APOB","apolipoprotein B"
+"chr11",36317544,36317841,298,"*","Promoter (<=1kb)",11,36317725,36486754,169030,1,"79899",0,"ENSG00000135362","PRR5L","proline rich 5 like"
+"chr7",116962468,116962626,159,"*","Promoter (<=1kb)",7,116916686,116963343,46658,2,"7472",717,"ENSG00000105989","WNT2","wingless-type MMTV integration site family member 2"
+"chr17",46824915,46824963,49,"*","Distal Intergenic",17,46802127,46806111,3985,2,"10481",-18804,"ENSG00000159184","HOXB13","homeobox B13"
+"chr19",24216154,24216221,68,"*","Promoter (<=1kb)",19,24216247,24312654,96408,1,"9534",-26,"ENSG00000213096","ZNF254","zinc finger protein 254"
+"chr7",155327118,155327197,80,"*","Promoter (<=1kb)",7,155293953,155326539,32587,2,"285888",-579,"ENSG00000146910","CNPY1","canopy FGF signaling regulator 1"
+"chr6",169423725,169423832,108,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",230305,"ENSG00000186340","THBS2","thrombospondin 2"
+"chr6",33288680,33288686,7,"*","Exon (uc021ywn.1/1616, exon 2 of 8)",6,33540323,33548070,7748,2,"578",259384,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr11",74699945,74699961,17,"*","Promoter (<=1kb)",11,74699324,74718743,19420,1,"10825",621,"ENSG00000162139","NEU3","neuraminidase 3 (membrane sialidase)"
+"chr6",48036361,48036536,176,"*","5' UTR",6,47845764,48078943,233180,2,"442213",42407,"ENSG00000244694","PTCHD4","patched domain containing 4"
+"chr16",3233020,3233404,385,"*","Distal Intergenic",16,3254247,3255185,939,1,"4992",-20843,"ENSG00000168124","OR1F1","olfactory receptor family 1 subfamily F member 1"
+"chr16",2264546,2264855,310,"*","Promoter (<=1kb)",16,2261603,2264822,3220,2,"283871",0,"ENSG00000184207","PGP","phosphoglycolate phosphatase"
+"chr13",113094247,113094645,399,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",63596,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
+"chr12",91573135,91573301,167,"*","5' UTR",12,91539035,91576806,37772,2,"1634",3505,"ENSG00000011465","DCN","decorin"
+"chr3",52529293,52529317,25,"*","Promoter (<=1kb)",3,52529356,52558511,29156,1,"23166",-39,"ENSG00000010327","STAB1","stabilin 1"
+"chr1",36235695,36235794,100,"*","Promoter (<=1kb)",1,36197713,36235551,37839,2,"63967",-144,"ENSG00000092853","CLSPN","claspin"
+"chr11",79151814,79151918,105,"*","Promoter (<=1kb)",11,78364328,79151695,787368,2,"26011",-119,"ENSG00000149256","TENM4","teneurin transmembrane protein 4"
+"chr3",123123528,123123967,440,"*","Intron (uc021xdd.1/111, intron 20 of 20)",3,123001143,123167392,166250,2,"111",43425,"ENSG00000173175","ADCY5","adenylate cyclase 5"
+"chr16",1815055,1815154,100,"*","Exon (uc002cmk.3/23162, exon 20 of 32)",16,1820321,1821710,1390,2,"4832",6556,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
+"chr1",24286482,24286630,149,"*","Promoter (<=1kb)",1,24286301,24289949,3649,1,"55629",181,"ENSG00000189266","PNRC2","proline rich nuclear receptor coactivator 2"
+"chr19",35523479,35523569,91,"*","Promoter (1-2kb)",19,35521592,35531353,9762,1,"6324",1887,"ENSG00000105711","SCN1B","sodium voltage-gated channel beta subunit 1"
+"chr6",43022161,43022182,22,"*","Promoter (<=1kb)",6,43005355,43021683,16329,2,"9820",-478,"ENSG00000044090","CUL7","cullin 7"
+"chr4",3520643,3520668,26,"*","Exon (uc003ghh.4/4043, exon 4 of 8)",4,3505324,3534224,28901,2,"4043",13556,"ENSG00000163956","LRPAP1","LDL receptor related protein associated protein 1"
+"chr12",56236993,56237267,275,"*","Promoter (<=1kb)",12,56229214,56236767,7554,2,"4327",-226,"ENSG00000123342","MMP19","matrix metallopeptidase 19"
+"chr20",13200973,13200982,10,"*","Promoter (1-2kb)",20,13202418,13281297,78880,1,"140862",-1436,"ENSG00000101230","ISM1","isthmin 1, angiogenesis inhibitor"
+"chr4",159593107,159593171,65,"*","Promoter (<=1kb)",4,159593277,159629841,36565,1,"2110",-106,"ENSG00000171503","ETFDH","electron transfer flavoprotein dehydrogenase"
+"chr1",1173622,1173868,247,"*","Distal Intergenic",1,1167629,1170420,2792,1,"126792",5993,"ENSG00000176022","B3GALT6","Beta-1,3-galactosyltransferase 6"
+"chr1",55505532,55505906,375,"*","Promoter (<=1kb)",1,55505149,55530526,25378,1,"255738",383,"ENSG00000169174","PCSK9","proprotein convertase subtilisin/kexin type 9"
+"chr15",93631575,93631578,4,"*","Promoter (<=1kb)",15,93586636,93632443,45808,2,"56963",865,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
+"chr16",56622903,56622965,63,"*","Promoter (<=1kb)",16,56623267,56625000,1734,1,"4504",-302,"ENSG00000087250","MT3","metallothionein 3"
+"chr3",13060971,13060974,4,"*","Intron (uc011auw.2/9922, intron 14 of 14)",3,12938542,13114617,176076,2,"9922",53643,"ENSG00000144711","IQSEC1","IQ motif and Sec7 domain 1"
+"chr12",121164025,121164230,206,"*","Promoter (<=1kb)",12,121163571,121177811,14241,1,"35",454,"ENSG00000122971","ACADS","acyl-CoA dehydrogenase, C-2 to C-3 short chain"
+"chr20",2853854,2854059,206,"*","Intron (uc002whj.3/5786, intron 5 of 27)",20,2844825,3019315,174491,1,"5786",9029,"ENSG00000132670","PTPRA","protein tyrosine phosphatase, receptor type A"
+"chr1",206317654,206317854,201,"*","Promoter (<=1kb)",1,206317459,206332104,14646,1,"1510",195,"ENSG00000196188","CTSE","cathepsin E"
+"chrX",48980084,48980142,59,"*","Promoter (<=1kb)",23,48969022,48980079,11058,2,"27238",-5,"ENSG00000068394","GPKOW","G-patch domain and KOW motifs"
+"chr19",22817039,22817128,90,"*","Promoter (<=1kb)",19,22817126,22850472,33347,1,"57615",0,"ENSG00000229676","ZNF492","zinc finger protein 492"
+"chr19",22988088,22988394,307,"*","Distal Intergenic",19,22934985,22966973,31989,2,"7652",-21115,"ENSG00000213973","ZNF99","zinc finger protein 99"
+"chr1",93645385,93645478,94,"*","Promoter (<=1kb)",1,93615299,93646246,30948,2,"50999",768,"ENSG00000117500","TMED5","transmembrane p24 trafficking protein 5"
+"chr19",13227289,13227474,186,"*","Promoter (<=1kb)",19,13215714,13227563,11850,2,"55621",89,"ENSG00000104907","TRMT1","tRNA methyltransferase 1"
+"chr6",105388668,105388694,27,"*","Promoter (<=1kb)",6,105384169,105388402,4234,2,"100113403",-266,"ENSG00000203809","LIN28B-AS1","LIN28B antisense RNA 1"
+"chr16",1393055,1393718,664,"*","Exon (uc002clj.3/8938, exon 15 of 34)",16,1399241,1401873,2633,2,"115939",8155,"ENSG00000007520","TSR3","TSR3, 20S rRNA accumulation, homolog (S. cerevisiae)"
+"chr4",961505,962124,620,"*","Exon (uc003gbw.4/1609, exon 5 of 23)",4,952672,967348,14677,2,"1609",5224,"ENSG00000145214","DGKQ","diacylglycerol kinase theta"
+"chr17",74068619,74068629,11,"*","Promoter (<=1kb)",17,74034856,74068607,33752,2,"6730",-12,"ENSG00000167881","SRP68","signal recognition particle 68kDa"
+"chr12",64238348,64238503,156,"*","Promoter (<=1kb)",12,64238541,64541613,303073,1,"57522",-38,"ENSG00000196935","SRGAP1","SLIT-ROBO Rho GTPase activating protein 1"
+"chr16",3174219,3174416,198,"*","Distal Intergenic",16,3160461,3165599,5139,2,"81854",-8620,NA,"ZNF205-AS1","ZNF205 antisense RNA 1"
+"chr2",227700458,227700467,10,"*","Promoter (<=1kb)",2,227700671,227863923,163253,1,"84236",-204,"ENSG00000144468","RHBDD1","rhomboid domain containing 1"
+"chr1",68962076,68962236,161,"*","Promoter (<=1kb)",1,68939835,68962799,22965,2,"55635",563,"ENSG00000024526","DEPDC1","DEP domain containing 1"
+"chr1",151763213,151763548,336,"*","Promoter (<=1kb)",1,151742583,151763010,20428,2,"11022",-203,"ENSG00000182134","TDRKH","tudor and KH domain containing"
+"chr11",74204840,74204900,61,"*","Promoter (<=1kb)",11,74202923,74204755,1833,2,"387787",-85,"ENSG00000175536","LIPT2","lipoyl(octanoyl) transferase 2 (putative)"
+"chrX",49160109,49160111,3,"*","Promoter (<=1kb)",23,49160125,49176311,16187,1,"643832",-14,NA,NA,NA
+"chr1",8002425,8002480,56,"*","Promoter (<=1kb)",1,7975931,8003225,27295,2,"3604",745,"ENSG00000049249","TNFRSF9","tumor necrosis factor receptor superfamily member 9"
+"chr6",31852455,31852474,20,"*","Exon (uc003nxx.1/10919, exon 2 of 10)",6,32485154,32557613,72460,2,"3127",705139,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr20",60982779,60982814,36,"*","Promoter (<=1kb)",20,60963686,60982339,18654,2,"81928",-440,"ENSG00000149679","CABLES2","Cdk5 and Abl enzyme substrate 2"
+"chr1",28286300,28286317,18,"*","Promoter (<=1kb)",1,28286504,28294604,8101,1,"55113",-187,"ENSG00000158156","XKR8","XK related 8"
+"chr17",26904098,26904121,24,"*","Promoter (<=1kb)",17,26900133,26903951,3819,2,"230",-147,"ENSG00000109107","ALDOC","aldolase, fructose-bisphosphate C"
+"chr2",240305466,240305693,228,"*","Intron (uc002vyk.4/9759, intron 26 of 26)",2,239969864,240323346,353483,2,"9759",17653,"ENSG00000068024","HDAC4","histone deacetylase 4"
+"chr1",26758258,26758260,3,"*","Promoter (<=1kb)",1,26758773,26797795,39023,1,"79947",-513,"ENSG00000117682","DHDDS","dehydrodolichyl diphosphate synthase subunit"
+"chr22",43810323,43811071,749,"*","Promoter (2-3kb)",22,43808020,43902800,94781,1,"758",2303,"ENSG00000186732","MPPED1","metallophosphoesterase domain containing 1"
+"chr15",27128633,27128909,277,"*","Exon (uc001zbd.2/2558, exon 6 of 11)",15,27111866,27194357,82492,1,"2558",16767,"ENSG00000186297","GABRA5","gamma-aminobutyric acid type A receptor alpha5 subunit"
+"chr2",121107326,121107396,71,"*","Exon (uc002tmn.2/3625, exon 2 of 2)",2,121103719,121109383,5665,1,"3625",3607,"ENSG00000163083","INHBB","inhibin beta B"
+"chr2",106054920,106055153,234,"*","Promoter (<=1kb)",2,105977283,106055230,77948,2,"2274",77,"ENSG00000115641","FHL2","four and a half LIM domains 2"
+"chr10",101089544,101090423,880,"*","Promoter (<=1kb)",10,101088856,101154087,65232,1,"26507",688,"ENSG00000119946","CNNM1","cyclin and CBS domain divalent metal cation transport mediator 1"
+"chr9",131797825,131798317,493,"*","Promoter (<=1kb)",9,131798923,131834351,35429,1,"84895",-606,"ENSG00000148343","FAM73B","family with sequence similarity 73 member B"
+"chr12",57146359,57146928,570,"*","Promoter (<=1kb)",12,57125364,57146146,20783,2,"5557",-213,"ENSG00000198056","PRIM1","primase (DNA) subunit 1"
+"chr12",49393244,49393307,64,"*","Promoter (<=1kb)",12,49388933,49393088,4156,2,"23109",-156,"ENSG00000181418","DDN","dendrin"
+"chr3",160167741,160167977,237,"*","Promoter (<=1kb)",3,160153291,160167626,14336,2,"286827",-115,"ENSG00000213186","TRIM59","tripartite motif containing 59"
+"chrY",23566730,23566863,134,"*","Distal Intergenic",24,23557034,23563448,6415,2,"159125",-3282,"ENSG00000223637","RBMY2EP","RNA binding motif protein, Y-linked, family 2, member E pseudogene"
+"chr9",96792562,96792605,44,"*","Promoter (<=1kb)",9,96793076,96872138,79063,1,"138639",-471,"ENSG00000158079","PTPDC1","protein tyrosine phosphatase domain containing 1"
+"chr6",46458558,46459138,581,"*","Promoter (<=1kb)",6,46188467,46459804,271338,2,"10231",666,"ENSG00000172348","RCAN2","regulator of calcineurin 2"
+"chr11",77705832,77705954,123,"*","Promoter (<=1kb)",11,77589766,77705717,115952,2,"92105",-115,"ENSG00000149262","INTS4","integrator complex subunit 4"
+"chr17",26733246,26733254,9,"*","Promoter (<=1kb)",17,26721661,26733230,11570,2,"113235",-16,"ENSG00000076351","SLC46A1","solute carrier family 46 member 1"
+"chr10",134896643,134896912,270,"*","Intron (uc001llw.3/84435, intron 7 of 15)",10,134884433,134945179,60747,1,"84435",12210,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
+"chr2",10144009,10144261,253,"*","Distal Intergenic",2,10183682,10194963,11282,1,"8462",-39421,"ENSG00000172059","KLF11","Kruppel-like factor 11"
+"chrX",14547618,14547880,263,"*","Promoter (<=1kb)",23,14547420,14749933,202514,1,"2742",198,"ENSG00000101958","GLRA2","glycine receptor alpha 2"
+"chr10",35504007,35504020,14,"*","Distal Intergenic",10,35535953,35860847,324895,1,"219771",-31933,"ENSG00000108100","CCNY","cyclin Y"
+"chr16",58549631,58549751,121,"*","Promoter (<=1kb)",16,58549383,58554431,5049,1,"79918",248,"ENSG00000103037","SETD6","SET domain containing 6"
+"chr19",1244416,1244764,349,"*","Promoter (2-3kb)",19,1241749,1244824,3076,1,"513",2667,"ENSG00000099624","ATP5D","ATP synthase, H+ transporting, mitochondrial F1 complex, delta subunit"
+"chr1",209604330,209604583,254,"*","Promoter (<=1kb)",1,209605478,209605587,110,1,"406988",-895,"ENSG00000276335","MIR205","microRNA 205"
+"chr8",124169251,124169320,70,"*","Distal Intergenic",8,124191287,124222318,31032,1,"84985",-21967,"ENSG00000147689","FAM83A","family with sequence similarity 83 member A"
+"chr16",3095676,3096044,369,"*","Promoter (<=1kb)",16,3096682,3110724,14043,1,"64386",-638,"ENSG00000008516","MMP25","matrix metallopeptidase 25"
+"chr16",2215282,2215728,447,"*","Intron (uc002cow.3/84231, intron 2 of 20)",16,2205799,2228130,22332,1,"84231",9483,"ENSG00000131653","TRAF7","TNF receptor associated factor 7"
+"chr8",142431765,142432137,373,"*","Promoter (<=1kb)",8,142432007,142441620,9614,1,"11156",0,"ENSG00000184489","PTP4A3","protein tyrosine phosphatase type IVA, member 3"
+"chr3",40499347,40499768,422,"*","Promoter (<=1kb)",3,40498783,40503863,5081,1,"9045",564,"ENSG00000188846","RPL14","ribosomal protein L14"
+"chr17",80914647,80915044,398,"*","Intron (uc002kge.1/146712, intron 4 of 9)",17,80900031,81009686,109656,2,"146712",94642,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
+"chr3",180546402,180546409,8,"*","Intron (uc003fko.3/uc003fko.3, intron 12 of 13)",3,180630234,180700539,70306,1,"8087",-83825,"ENSG00000114416","FXR1","FMR1 autosomal homolog 1"
+"chr17",59521084,59521299,216,"*","Distal Intergenic",17,59529779,59562471,32693,1,"9496",-8480,"ENSG00000121075","TBX4","T-box 4"
+"chr13",101174364,101174372,9,"*","Intron (uc001voo.3/5095, intron 22 of 23)",13,101116691,101133269,16579,2,"100885777",-41095,NA,"PCCA-AS1","PCCA antisense RNA 1"
+"chr1",38020997,38021782,786,"*","Promoter (<=1kb)",1,38022520,38032458,9939,1,"7802",-738,"ENSG00000163879","DNALI1","dynein axonemal light intermediate chain 1"
+"chr6",31831633,31831740,108,"*","Intron (uc011dol.2/80736, intron 1 of 20)",6,32485154,32557613,72460,2,"3127",725873,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",3576868,3577056,189,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3818188,3827473,9286,2,"1316",250417,"ENSG00000067082","KLF6","Kruppel-like factor 6"
+"chr17",49242773,49242784,12,"*","Promoter (<=1kb)",17,49242796,49249105,6310,1,"4831",-12,"ENSG00000011052","NME2","NME/NM23 nucleoside diphosphate kinase 2"
+"chrX",103268373,103268579,207,"*","Promoter (<=1kb)",23,103265719,103268256,2538,2,"158983",-117,"ENSG00000123569","H2BFWT","H2B histone family member W, testis specific"
+"chr6",17988404,17988624,221,"*","Promoter (<=1kb)",6,17759414,17987854,228441,2,"63971",-550,"ENSG00000137177","KIF13A","kinesin family member 13A"
+"chr14",21572012,21572086,75,"*","Promoter (<=1kb)",14,21558205,21572863,14659,2,"51222",777,"ENSG00000165804","ZNF219","zinc finger protein 219"
+"chr5",43557596,43557703,108,"*","Promoter (<=1kb)",5,43526370,43557521,31152,2,"10605",-75,"ENSG00000172239","PAIP1","poly(A) binding protein interacting protein 1"
+"chr16",34374991,34375288,298,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",29474,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr11",61062704,61062837,134,"*","Promoter (<=1kb)",11,61025758,61062788,37031,2,"220001",0,"ENSG00000167992","VWCE","von Willebrand factor C and EGF domains"
+"chr16",75034040,75034100,61,"*","Promoter (1-2kb)",16,75032915,75144892,111978,1,"84937",1125,"ENSG00000186187","ZNRF1","zinc and ring finger 1, E3 ubiquitin protein ligase"
+"chr5",180600912,180601135,224,"*","Exon (uc021yjx.1/uc021yjx.1, exon 1 of 1)",5,180581943,180582890,948,1,"285659",18969,"ENSG00000182613","OR2V2","olfactory receptor family 2 subfamily V member 2"
+"chr15",92937360,92937992,633,"*","Promoter (<=1kb)",15,92937140,93011958,74819,1,"8128",220,"ENSG00000140557","ST8SIA2","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 2"
+"chr16",560618,560855,238,"*","Exon (uc002chf.3/9727, exon 9 of 14)",16,576847,577407,561,2,"64493",16552,NA,"LINC00235","long intergenic non-protein coding RNA 235"
+"chr10",59081298,59081327,30,"*","Distal Intergenic",10,59064239,59064319,81,2,"100500834",-16979,"ENSG00000264747","MIR3924","microRNA 3924"
+"chr10",102672737,102673203,467,"*","Promoter (<=1kb)",10,102672326,102724891,52566,1,"55719",411,"ENSG00000119906","SLF2","SMC5-SMC6 complex localization factor 2"
+"chr7",151107807,151107924,118,"*","Promoter (<=1kb)",7,151078207,151107740,29534,2,"349136",-67,"ENSG00000187260","WDR86","WD repeat domain 86"
+"chr15",89876571,89876729,159,"*","Promoter (1-2kb)",15,89859536,89878026,18491,2,"5428",1297,"ENSG00000140521","POLG","polymerase (DNA) gamma, catalytic subunit"
+"chr7",25164393,25164501,109,"*","Promoter (<=1kb)",7,25158270,25164980,6711,2,"54205",479,"ENSG00000172115","CYCS","cytochrome c, somatic"
+"chr6",118229641,118229684,44,"*","Promoter (<=1kb)",6,118228689,118638839,410151,1,"222553",952,"ENSG00000196376","SLC35F1","solute carrier family 35 member F1"
+"chr6",30685486,30685626,141,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1871987,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",58740205,58740207,3,"*","Promoter (<=1kb)",19,58740070,58775008,34939,1,"27300",135,"ENSG00000198131","ZNF544","zinc finger protein 544"
+"chr6",70992974,70993107,134,"*","Intron (uc003pfg.4/1297, intron 32 of 37)",6,70925743,71012786,87044,2,"1297",19679,"ENSG00000112280","COL9A1","collagen type IX alpha 1"
+"chr16",31008574,31009035,462,"*","Exon (uc010cad.2/112755, exon 5 of 10)",16,30996519,31000473,3955,1,"80270",12055,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
+"chr3",50284137,50284305,169,"*","Intron (uc003cyo.1/2771, intron 1 of 9)",3,50263724,50296786,33063,1,"2771",20413,"ENSG00000114353","GNAI2","G protein subunit alpha i2"
+"chr6",30509642,30510190,549,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-2026072,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr17",10276212,10276428,217,"*","Promoter (<=1kb)",17,10204183,10276322,72140,2,"8735",0,"ENSG00000006788","MYH13","myosin, heavy chain 13, skeletal muscle"
+"chr7",11013694,11013768,75,"*","Promoter (<=1kb)",7,11013499,11209250,195752,1,"9678",195,"ENSG00000106443","PHF14","PHD finger protein 14"
+"chr19",46522185,46522189,5,"*","Promoter (<=1kb)",19,46522190,46522307,118,1,"768217",-1,"ENSG00000211580","MIR769","microRNA 769"
+"chr11",31841524,31841768,245,"*","Promoter (2-3kb)",11,31806340,31839509,33170,2,"5080",-2015,"ENSG00000007372","PAX6","paired box 6"
+"chr3",46759335,46759390,56,"*","5' UTR",3,46742823,46752413,9591,1,"259236",16512,"ENSG00000181585","TMIE","transmembrane inner ear"
+"chr1",45140192,45140307,116,"*","Promoter (<=1kb)",1,45140394,45191263,50870,1,"339541",-87,"ENSG00000198520","C1orf228","chromosome 1 open reading frame 228"
+"chr3",179322517,179322596,80,"*","Promoter (<=1kb)",3,179322575,179342288,19714,1,"4711",0,"ENSG00000136521","NDUFB5","NADH:ubiquinone oxidoreductase subunit B5"
+"chr1",149399406,149399863,458,"*","Distal Intergenic",1,149369294,149378297,9004,1,"100132417",30112,"ENSG00000265531","FCGR1CP","Fc fragment of IgG receptor Ic, pseudogene"
+"chr1",154516611,154516669,59,"*","Intron (uc001ffd.3/126668, intron 9 of 12)",1,154521051,154531120,10070,2,"55585",14451,"ENSG00000160714","UBE2Q1","ubiquitin conjugating enzyme E2Q family member 1"
+"chr6",31928209,31928347,139,"*","5' UTR",6,32485154,32557613,72460,2,"3127",629266,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",100315971,100315982,12,"*","Promoter (<=1kb)",1,100315640,100389579,73940,1,"178",331,"ENSG00000162688","AGL","amylo-alpha-1, 6-glucosidase, 4-alpha-glucanotransferase"
+"chr2",38978635,38978664,30,"*","Promoter (<=1kb)",2,38970741,38978636,7896,2,"6432",0,"ENSG00000115875","SRSF7","serine/arginine-rich splicing factor 7"
+"chr5",75127814,75127881,68,"*","Distal Intergenic",5,74970024,75013313,43290,2,"134359",-114501,"ENSG00000152359","POC5","POC5 centriolar protein"
+"chr7",131376953,131377037,85,"*","Distal Intergenic",7,131185021,131241376,56356,2,"5420",-135577,"ENSG00000128567","PODXL","podocalyxin like"
+"chr14",31027767,31027952,186,"*","Promoter (<=1kb)",14,31028329,31089046,60718,1,"55632",-377,"ENSG00000092140","G2E3","G2/M-phase specific E3 ubiquitin protein ligase"
+"chr19",1377065,1377185,121,"*","3' UTR",19,1383526,1395588,12063,1,"374291",-6341,"ENSG00000115286","NDUFS7","NADH:ubiquinone oxidoreductase core subunit S7"
+"chr3",38080790,38080925,136,"*","Promoter (<=1kb)",3,38080696,38164228,83533,1,"9940",94,"ENSG00000008226","DLEC1","deleted in lung and esophageal cancer 1"
+"chr2",112944829,112944951,123,"*","Exon (uc002tho.1/129804, exon 8 of 8)",2,112895962,112945791,49830,1,"129804",48867,"ENSG00000144152","FBLN7","fibulin 7"
+"chr22",39884401,39884755,355,"*","Exon (uc003axv.4/4248, exon 2 of 2)",22,39896105,39914137,18033,1,"54471",-11350,"ENSG00000100335","MIEF1","mitochondrial elongation factor 1"
+"chr11",12434002,12434337,336,"*","Intron (uc001mkh.3/55742, intron 1 of 3)",11,12399026,12556903,157878,1,"55742",34976,"ENSG00000197702","PARVA","parvin alpha"
+"chr2",176964464,176964540,77,"*","Promoter (<=1kb)",2,176964530,176965488,959,1,"3238",0,"ENSG00000170178","HOXD12","homeobox D12"
+"chr12",10876014,10876115,102,"*","Promoter (<=1kb)",12,10851676,10875953,24278,2,"8531",-61,"ENSG00000060138","YBX3","Y-box binding protein 3"
+"chr6",28956426,28956462,37,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-472856,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",2321510,2321743,234,"*","Promoter (<=1kb)",16,2321748,2321841,94,1,"100126328",-5,"ENSG00000274753","MIR940","microRNA 940"
+"chr1",25175293,25175689,397,"*","Distal Intergenic",1,25071760,25170815,99056,1,"25932",103533,"ENSG00000169504","CLIC4","chloride intracellular channel 4"
+"chr10",91295338,91295346,9,"*","Promoter (<=1kb)",10,91190051,91295313,105263,2,"387700",-25,"ENSG00000152779","SLC16A12","solute carrier family 16 member 12"
+"chr3",107241699,107241738,40,"*","Promoter (<=1kb)",3,107241783,107530176,288394,1,"56987",-45,"ENSG00000114439","BBX","bobby sox homolog (Drosophila)"
+"chr10",38069945,38070117,173,"*","Intron (uc031pue.1/57209, intron 1 of 6)",10,38082866,38084103,1238,2,"100419868",13986,NA,"ZNF33BP1","zinc finger protein 33B pseudogene 1"
+"chr19",15558779,15559071,293,"*","Promoter (1-2kb)",19,15560359,15560419,61,1,"100302127",-1288,"ENSG00000269782","MIR1470","microRNA 1470"
+"chr16",2097910,2098065,156,"*","Promoter (<=1kb)",16,2097990,2138713,40724,1,"7249",0,"ENSG00000103197","TSC2","tuberous sclerosis 2"
+"chr11",122887478,122887656,179,"*","Promoter (<=1kb)",11,122888274,122890319,2046,1,"341056",-618,NA,"LOC341056","SUMO1 activating enzyme subunit 1 pseudogene"
+"chr6",100894465,100895050,586,"*","Intron (uc003pqj.4/6492, intron 3 of 10)",6,100836750,100912805,76056,2,"6492",17755,"ENSG00000112246","SIM1","single-minded family bHLH transcription factor 1"
+"chr3",46854173,46854297,125,"*","Promoter (<=1kb)",3,46753606,46854064,100459,2,"29122",-109,"ENSG00000206549","PRSS50","protease, serine 50"
+"chr17",37762953,37763000,48,"*","Promoter (1-2kb)",17,37760021,37764175,4155,2,"4761",1175,"ENSG00000171532","NEUROD2","neuronal differentiation 2"
+"chr12",112035212,112035315,104,"*","Promoter (2-3kb)",12,111890018,112037480,147463,2,"6311",2165,"ENSG00000204842","ATXN2","ataxin 2"
+"chr22",22020396,22020557,162,"*","Promoter (<=1kb)",22,22020273,22052202,31930,1,"23759",123,"ENSG00000100023","PPIL2","peptidylprolyl isomerase like 2"
+"chr16",11680236,11680241,6,"*","Promoter (1-2kb)",16,11641578,11681322,39745,2,"9516",1081,"ENSG00000189067","LITAF","lipopolysaccharide-induced TNF factor"
+"chr19",51220225,51220286,62,"*","Promoter (<=1kb)",19,51165084,51220195,55112,2,"50944",-30,"ENSG00000161681","SHANK1","SH3 and multiple ankyrin repeat domains 1"
+"chr2",162930406,162930618,213,"*","Promoter (<=1kb)",2,162848755,162931052,82298,2,"1803",434,"ENSG00000197635","DPP4","dipeptidyl peptidase 4"
+"chr2",97001304,97001353,50,"*","Promoter (<=1kb)",2,97001484,97041274,39791,1,"23397",-131,"ENSG00000121152","NCAPH","non-SMC condensin I complex subunit H"
+"chr6",32134413,32134442,30,"*","Intron (uc003nzy.2/100532746, intron 11 of 20)",6,32485154,32557613,72460,2,"3127",423171,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",49527897,49527899,3,"*","Promoter (<=1kb)",19,49526126,49527632,1507,2,"1082",-265,"ENSG00000104827","CGB3","chorionic gonadotropin beta subunit 3"
+"chr1",110526158,110526368,211,"*","Promoter (1-2kb)",1,110527387,110566364,38978,1,"10768",-1019,"ENSG00000168710","AHCYL1","adenosylhomocysteinase like 1"
+"chr16",2954369,2954750,382,"*","Distal Intergenic",16,2961980,3001209,39230,1,"84256",-7230,"ENSG00000059122","FLYWCH1","FLYWCH-type zinc finger 1"
+"chr8",90769698,90770098,401,"*","Promoter (<=1kb)",8,90769975,90803292,33318,1,"8767",0,"ENSG00000104312","RIPK2","receptor interacting serine/threonine kinase 2"
+"chr16",1823483,1823738,256,"*","Promoter (<=1kb)",16,1823229,1826340,3112,1,"197342",254,"ENSG00000197774","EME2","essential meiotic structure-specific endonuclease subunit 2"
+"chr4",81187011,81187077,67,"*","Promoter (<=1kb)",4,81187742,81212171,24430,1,"2250",-665,"ENSG00000138675","FGF5","fibroblast growth factor 5"
+"chr19",45250754,45251132,379,"*","Promoter (<=1kb)",19,45251978,45263301,11324,1,"602",-846,"ENSG00000069399","BCL3","B-cell CLL/lymphoma 3"
+"chr20",49708657,49708799,143,"*","Distal Intergenic",20,49620193,49639675,19483,2,"3755",-68982,"ENSG00000026559","KCNG1","potassium voltage-gated channel modifier subfamily G member 1"
+"chr1",32480191,32480195,5,"*","Promoter (<=1kb)",1,32479295,32526460,47166,1,"10657",896,"ENSG00000121774","KHDRBS1","KH domain containing, RNA binding, signal transduction associated 1"
+"chr14",105167252,105167457,206,"*","Intron (uc001yoy.4/64423, intron 1 of 4)",14,105155943,105185947,30005,1,"64423",11309,"ENSG00000203485","INF2","inverted formin, FH2 and WH2 domain containing"
+"chr19",35455201,35455225,25,"*","Promoter (<=1kb)",19,35447258,35454953,7696,2,"126375",-248,"ENSG00000180884","ZNF792","zinc finger protein 792"
+"chr7",1398116,1398209,94,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",100900,"ENSG00000164877","MICALL2","MICAL like 2"
+"chr2",96781359,96782027,669,"*","Promoter (<=1kb)",2,96778623,96781888,3266,2,"151",0,"ENSG00000274286","ADRA2B","adrenoceptor alpha 2B"
+"chr6",99276767,99277015,249,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",-5565,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
+"chr10",127407979,127408000,22,"*","Promoter (<=1kb)",10,127393859,127408062,14204,2,"399821",62,"ENSG00000224023","FLJ37035","uncharacterized LOC399821"
+"chr19",2328643,2328646,4,"*","Promoter (<=1kb)",19,2321520,2328614,7095,2,"51690",-29,"ENSG00000130332","LSM7","LSM7 homolog, U6 small nuclear RNA and mRNA degradation associated"
+"chr6",78173672,78174017,346,"*","Promoter (<=1kb)",6,78171948,78173120,1173,2,"3351",-552,"ENSG00000135312","HTR1B","5-hydroxytryptamine receptor 1B"
+"chr3",120003702,120003758,57,"*","Distal Intergenic",3,119884328,119963325,78998,2,"165829",-40377,"ENSG00000175697","GPR156","G protein-coupled receptor 156"
+"chr15",62654446,62654488,43,"*","Distal Intergenic",15,62455737,62457482,1746,2,"388125",-196964,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
+"chr16",1979830,1980106,277,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,1961465,1968231,6767,2,"64711",-11599,"ENSG00000162040","HS3ST6","heparan sulfate-glucosamine 3-sulfotransferase 6"
+"chr6",33164180,33164457,278,"*","Exon (uc003odb.4/6257, exon 5 of 10)",6,33540323,33548070,7748,2,"578",383613,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",30440933,30441151,219,"*","Promoter (<=1kb)",16,30435019,30441373,6355,2,"79077",222,"ENSG00000179958","DCTPP1","dCTP pyrophosphatase 1"
+"chr2",183903364,183903429,66,"*","Promoter (<=1kb)",2,183789579,183903586,114008,2,"10787",157,"ENSG00000061676","NCKAP1","NCK associated protein 1"
+"chr5",161178748,161178787,40,"*","Distal Intergenic",5,161112658,161129598,16941,1,"2559",66090,"ENSG00000145863","GABRA6","gamma-aminobutyric acid type A receptor alpha6 subunit"
+"chr4",4866144,4866619,476,"*","Distal Intergenic",4,4861392,4865660,4269,1,"4487",4752,"ENSG00000163132","MSX1","msh homeobox 1"
+"chr20",5931609,5931834,226,"*","Promoter (<=1kb)",20,5931298,5975831,44534,1,"84515",311,"ENSG00000125885","MCM8","minichromosome maintenance 8 homologous recombination repair factor"
+"chr1",29450536,29450643,108,"*","Promoter (<=1kb)",1,29445937,29450421,4485,2,"399474",-115,"ENSG00000253304","TMEM200B","transmembrane protein 200B"
+"chr11",504551,504784,234,"*","Promoter (2-3kb)",11,494512,507283,12772,2,"6050",2499,"ENSG00000023191","RNH1","ribonuclease/angiogenin inhibitor 1"
+"chr11",534221,534632,412,"*","Promoter (<=1kb)",11,532242,535550,3309,2,"3265",918,"ENSG00000174775","HRAS","Harvey rat sarcoma viral oncogene homolog"
+"chr6",26537904,26537980,77,"*","Promoter (<=1kb)",6,26538572,26547164,8593,1,"10473",-592,"ENSG00000182952","HMGN4","high mobility group nucleosomal binding domain 4"
+"chr22",46507193,46507566,374,"*","Promoter (1-2kb)",22,46508629,46508702,74,1,"406883",-1063,NA,"MIRLET7A3","microRNA let-7a-3"
+"chr2",186412025,186412564,540,"*","Distal Intergenic",2,186603355,186698016,94662,1,"401024",-190791,"ENSG00000188738","FSIP2","fibrous sheath interacting protein 2"
+"chr19",55281085,55281226,142,"*","Exon (uc021vbl.1/uc021vbl.1, exon 3 of 3)",19,55266473,55367367,100895,1,"3809",14612,"ENSG00000221957","KIR2DS4","killer cell immunoglobulin like receptor, two Ig domains and short cytoplasmic tail 4"
+"chr7",73609326,73609569,244,"*","Exon (uc003uad.1/7458, exon 7 of 7)",7,73605528,73605624,97,1,"693175",3798,"ENSG00000207741","MIR590","microRNA 590"
+"chr4",1986980,1987188,209,"*","Promoter (1-2kb)",4,1988111,1988204,94,2,"100126332",1016,"ENSG00000216105","MIR943","microRNA 943"
+"chr3",131100650,131100665,16,"*","Promoter (<=1kb)",3,131100515,131107674,7160,1,"131870",135,"ENSG00000198585","NUDT16","nudix hydrolase 16"
+"chr19",58879809,58879943,135,"*","Exon (uc002qsl.4/116412, exon 3 of 3)",19,58858172,58874214,16043,2,"1",-5595,"ENSG00000121410","A1BG","alpha-1-B glycoprotein"
+"chr2",70175778,70176103,326,"*","Distal Intergenic",2,70187224,70189397,2174,2,"151516",13294,"ENSG00000244617","ASPRV1","aspartic peptidase, retroviral-like 1"
+"chr6",166526741,166526800,60,"*","Distal Intergenic",6,166571146,166582157,11012,2,"6862",55357,"ENSG00000164458","T","T brachyury transcription factor"
+"chr4",166795212,166795524,313,"*","Promoter (<=1kb)",4,166794410,167025609,231200,1,"7092",802,"ENSG00000038295","TLL1","tolloid like 1"
+"chr6",33140721,33140934,214,"*","Exon (uc003ocx.1/1302, exon 38 of 66)",6,33540323,33548070,7748,2,"578",407136,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr20",25129296,25129409,114,"*","Promoter (<=1kb)",20,25121434,25129426,7993,2,"284798",17,"ENSG00000230725","LOC284798","uncharacterized LOC284798"
+"chr1",151799073,151799266,194,"*","Intron (uc001ezh.3/6097, intron 9 of 10)",1,151778547,151804348,25802,2,"6097",5082,"ENSG00000143365","RORC","RAR related orphan receptor C"
+"chr12",14924882,14924905,24,"*","Promoter (<=1kb)",12,14923654,14924065,412,2,"121504",-817,"ENSG00000197837","HIST4H4","histone cluster 4, H4"
+"chr5",102594299,102594857,559,"*","Promoter (<=1kb)",5,102594442,102614361,19920,1,"90355",0,"ENSG00000181751","C5orf30","chromosome 5 open reading frame 30"
+"chr2",120301598,120301779,182,"*","Promoter (<=1kb)",2,120302008,120414237,112230,1,"200373",-229,"ENSG00000163075","CFAP221","cilia and flagella associated protein 221"
+"chr5",157001092,157001591,500,"*","Promoter (1-2kb)",5,156822542,157002831,180290,2,"8728",1240,"ENSG00000135074","ADAM19","ADAM metallopeptidase domain 19"
+"chr10",134721999,134722243,245,"*","Exon (uc021qbc.1/54777, exon 22 of 58)",10,134621896,134756089,134194,2,"54777",33846,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
+"chr19",36909606,36909783,178,"*","Promoter (<=1kb)",19,36882861,36909550,26690,2,"284406",-56,"ENSG00000181007","ZFP82","ZFP82 zinc finger protein"
+"chr19",47812471,47812780,310,"*","Promoter (<=1kb)",19,47813104,47825327,12224,1,"728",-324,"ENSG00000197405","C5AR1","complement component 5a receptor 1"
+"chr2",222437387,222437788,402,"*","Promoter (<=1kb)",2,222282747,222437010,154264,2,"2043",-377,"ENSG00000116106","EPHA4","EPH receptor A4"
+"chr17",46687817,46688182,366,"*","Promoter (<=1kb)",17,46684595,46688383,3789,2,"3217",201,"ENSG00000260027","HOXB7","homeobox B7"
+"chr1",6664055,6664268,214,"*","Promoter (1-2kb)",1,6650779,6662929,12151,2,"9903",-1126,"ENSG00000162413","KLHL21","kelch like family member 21"
+"chr16",66994879,66994899,21,"*","Promoter (<=1kb)",16,66995132,67009052,13921,1,"23491",-233,"ENSG00000172828","CES3","carboxylesterase 3"
+"chr7",157322944,157322986,43,"*","Distal Intergenic",7,157367028,157367114,87,2,"406945",44128,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr22",32601101,32601226,126,"*","Promoter (<=1kb)",22,32586422,32600718,14297,2,"10739",-383,"ENSG00000128253","RFPL2","ret finger protein like 2"
+"chr1",43283071,43283076,6,"*","Promoter (<=1kb)",1,43272723,43283059,10337,2,"374969",-12,"ENSG00000177868","SVBP","small vasohibin binding protein"
+"chr2",231742734,231743193,460,"*","3' UTR",2,231751261,231769232,17972,1,"151484",-8068,"ENSG00000232520","LOC151484","uncharacterized LOC151484"
+"chr2",168401282,168401305,24,"*","Distal Intergenic",2,168675182,168727366,52185,1,"8708",-273877,"ENSG00000172318","B3GALT1","Beta-1,3-galactosyltransferase 1"
+"chr17",1012787,1012967,181,"*","Intron (uc002fsd.4/29, intron 21 of 22)",17,906758,1090616,183859,2,"29",77649,"ENSG00000159842","ABR","active BCR-related"
+"chr8",61936333,61936466,134,"*","Distal Intergenic",8,61878680,61880307,1628,2,"100130298",-56026,NA,"LOC100130298","hCG1816373-like"
+"chr10",92631600,92631620,21,"*","Promoter (<=1kb)",10,92631275,92668312,37038,1,"10556",325,"ENSG00000148688","RPP30","ribonuclease P/MRP 30kDa subunit"
+"chr20",43589181,43589250,70,"*","Promoter (<=1kb)",20,43570771,43589114,18344,2,"10953",-67,"ENSG00000025772","TOMM34","translocase of outer mitochondrial membrane 34"
+"chr15",83736110,83736196,87,"*","Promoter (<=1kb)",15,83685181,83736106,50926,2,"53339",-4,"ENSG00000064726","BTBD1","BTB domain containing 1"
+"chr11",747461,747472,12,"*","Promoter (<=1kb)",11,747432,765024,17593,1,"6888",29,"ENSG00000177156","TALDO1","transaldolase 1"
+"chr6",31597783,31598331,549,"*","Intron (uc011dnv.1/7916, intron 12 of 13)",6,32485154,32557613,72460,2,"3127",959282,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",57918262,57918500,239,"*","Promoter (<=1kb)",17,57918627,57918698,72,1,"406991",-127,"ENSG00000199004","MIR21","microRNA 21"
+"chr7",6098981,6099037,57,"*","Promoter (<=1kb)",7,6061878,6098860,36983,2,"27102",-121,"ENSG00000086232","EIF2AK1","eukaryotic translation initiation factor 2 alpha kinase 1"
+"chr1",231377103,231377133,31,"*","Promoter (<=1kb)",1,231359509,231376924,17416,2,"128061",-179,"ENSG00000143633","C1orf131","chromosome 1 open reading frame 131"
+"chr19",42746239,42746267,29,"*","Promoter (<=1kb)",19,42734338,42746736,12399,2,"2931",469,"ENSG00000105723","GSK3A","glycogen synthase kinase 3 alpha"
+"chr3",156878591,156878604,14,"*","Promoter (<=1kb)",3,156864297,156878482,14186,2,"57018",-109,"ENSG00000163660","CCNL1","cyclin L1"
+"chr4",36246342,36246388,47,"*","Promoter (<=1kb)",4,35949843,36245979,296137,2,"116984",-363,"ENSG00000047365","ARAP2","ArfGAP with RhoGAP domain, ankyrin repeat and PH domain 2"
+"chr2",71295179,71295286,108,"*","Promoter (<=1kb)",2,71295408,71305998,10591,1,"55577",-122,"ENSG00000124357","NAGK","N-acetylglucosamine kinase"
+"chr19",579361,579501,141,"*","5' UTR",19,571277,583493,12217,1,"682",8084,"ENSG00000172270","BSG","basigin (Ok blood group)"
+"chr2",64217157,64217409,253,"*","Intron (uc002scp.3/51542, intron 22 of 22)",2,64119667,64246214,126548,2,"51542",28805,"ENSG00000143952","VPS54","VPS54, GARP complex subunit"
+"chr16",3085571,3085638,68,"*","Promoter (<=1kb)",16,3077868,3085542,7675,2,"146439",-29,"ENSG00000162069","CCDC64B","coiled-coil domain containing 64B"
+"chr10",125852964,125853038,75,"*","Promoter (<=1kb)",10,125767182,125853123,85942,2,"51363",85,"ENSG00000182022","CHST15","carbohydrate (N-acetylgalactosamine 4-sulfate 6-O) sulfotransferase 15"
+"chr14",104096106,104096390,285,"*","Intron (uc010tyd.1/3831, intron 4 of 17)",14,104029299,104167888,138590,1,"3831",66807,"ENSG00000126214","KLC1","kinesin light chain 1"
+"chr6",2948399,2948641,243,"*","3' UTR",6,2948393,2972399,24007,2,"5269",23758,"ENSG00000124570","SERPINB6","serpin peptidase inhibitor, clade B (ovalbumin), member 6"
+"chr20",21495315,21495476,162,"*","Promoter (<=1kb)",20,21491660,21494664,3005,2,"4821",-651,"ENSG00000125820","NKX2-2","NK2 homeobox 2"
+"chr8",28560419,28560637,219,"*","Promoter (1-2kb)",8,28558990,28611207,52218,1,"2137",1429,"ENSG00000012232","EXTL3","exostosin like glycosyltransferase 3"
+"chr10",115999405,115999660,256,"*","Promoter (<=1kb)",10,115999013,116054259,55247,1,"340706",392,"ENSG00000165816","VWA2","von Willebrand factor A domain containing 2"
+"chr3",45837122,45837149,28,"*","Promoter (<=1kb)",3,45796941,45838035,41095,2,"54716",886,"ENSG00000163817","SLC6A20","solute carrier family 6 member 20"
+"chr15",38746288,38746309,22,"*","Promoter (<=1kb)",15,38746328,38777063,30736,1,"283742",-19,"ENSG00000171262","FAM98B","family with sequence similarity 98 member B"
+"chr20",19997791,19997823,33,"*","Promoter (<=1kb)",20,19997934,20014273,16340,1,"51126",-111,"ENSG00000173418","NAA20","N(alpha)-acetyltransferase 20, NatB catalytic subunit"
+"chr11",129722477,129722512,36,"*","Exon (uc001qfe.1/120224, exon 2 of 6)",11,129685741,129729898,44158,1,"120224",36736,"ENSG00000151715","TMEM45B","transmembrane protein 45B"
+"chr13",41635650,41635949,300,"*","Promoter (<=1kb)",13,41635697,41658139,22443,1,"11193",0,"ENSG00000120688","WBP4","WW domain binding protein 4"
+"chr16",3640406,3640490,85,"*","Exon (uc002cvp.2/84464, exon 12 of 15)",16,3589036,3627392,38357,2,"197358",-13014,"ENSG00000167984","NLRC3","NLR family, CARD domain containing 3"
+"chr11",122753456,122753667,212,"*","Promoter (<=1kb)",11,122753236,122830430,77195,1,"79864",220,"ENSG00000109944","C11orf63","chromosome 11 open reading frame 63"
+"chr4",157997038,157997125,88,"*","Promoter (<=1kb)",4,157997277,158093242,95966,1,"2743",-152,"ENSG00000109738","GLRB","glycine receptor beta"
+"chr12",2161592,2162082,491,"*","Promoter (<=1kb)",12,2162416,2807115,644700,1,"775",-334,"ENSG00000151067","CACNA1C","calcium voltage-gated channel subunit alpha1 C"
+"chr1",159684431,159684486,56,"*","Promoter (<=1kb)",1,159682079,159684379,2301,2,"1401",-52,"ENSG00000132693","CRP","C-reactive protein, pentraxin-related"
+"chr1",40974132,40974239,108,"*","Promoter (<=1kb)",1,40974433,40982214,7782,1,"64789",-194,"ENSG00000164002","EXO5","exonuclease 5"
+"chrX",152712013,152712110,98,"*","Promoter (<=1kb)",23,152710178,152711945,1768,2,"11219",-68,"ENSG00000183479","TREX2","three prime repair exonuclease 2"
+"chr16",88991869,88992130,262,"*","Intron (uc002fml.2/863, intron 10 of 10)",16,88941263,89043504,102242,2,"863",51374,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
+"chr2",131861213,131861510,298,"*","Promoter (<=1kb)",2,131862420,132111282,248863,1,"55041",-910,"ENSG00000115762","PLEKHB2","pleckstrin homology domain containing B2"
+"chr6",170615752,170615780,29,"*","Promoter (<=1kb)",6,170615844,170714237,98394,1,"84498",-64,"ENSG00000112584","FAM120B","family with sequence similarity 120B"
+"chr8",22926812,22926814,3,"*","Promoter (<=1kb)",8,22877648,22926700,49053,2,"8795",-112,"ENSG00000120889","TNFRSF10B","tumor necrosis factor receptor superfamily member 10b"
+"chr9",118915819,118915907,89,"*","Promoter (<=1kb)",9,118916071,119164600,248530,1,"5069",-164,"ENSG00000182752","PAPPA","pregnancy-associated plasma protein A, pappalysin 1"
+"chr8",145638434,145638886,453,"*","Exon (uc003zcn.4/55630, exon 2 of 4)",8,145637798,145642273,4476,2,"55630",3387,"ENSG00000147804","SLC39A4","solute carrier family 39 member 4"
+"chr20",61558000,61558006,7,"*","Intron (uc002yds.2/11083, intron 15 of 15)",20,61509090,61569304,60215,2,"11083",11298,"ENSG00000101191","DIDO1","death inducer-obliterator 1"
+"chr6",32151517,32151594,78,"*","5' UTR",6,32485154,32557613,72460,2,"3127",406019,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",1560791,1561227,437,"*","3' UTR",16,1543352,1560460,17109,1,"9894",17439,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr7",19813079,19813101,23,"*","Promoter (<=1kb)",7,19758938,19813216,54279,2,"256130",115,"ENSG00000173452","TMEM196","transmembrane protein 196"
+"chr17",7608699,7608811,113,"*","Promoter (<=1kb)",17,7608520,7614693,6174,1,"1949",179,"ENSG00000108947","EFNB3","ephrin-B3"
+"chr12",31226670,31226801,132,"*","Promoter (<=1kb)",12,31173697,31226781,53085,2,"100506660",0,"ENSG00000245614","DDX11-AS1","DDX11 antisense RNA 1"
+"chr6",29692475,29692534,60,"*","Intron (uc031sna.1/3134, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1208905,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",158336044,158336049,6,"*","Intron (uc003wno.3/5799, intron 22 of 22)",7,158325410,158325505,96,2,"693180",-10539,"ENSG00000207637","MIR595","microRNA 595"
+"chr11",9113184,9113190,7,"*","Promoter (<=1kb)",11,9041047,9113150,72104,2,"57758",-34,"ENSG00000175356","SCUBE2","signal peptide, CUB domain and EGF like domain containing 2"
+"chr16",1020953,1021062,110,"*","5' UTR",16,903635,1031318,127684,2,"64788",10256,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr6",28916809,28917281,473,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-433239,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr15",85525112,85525384,273,"*","Promoter (1-2kb)",15,85523744,85682376,158633,1,"5151",1368,"ENSG00000073417","PDE8A","phosphodiesterase 8A"
+"chr7",77649540,77649542,3,"*","Intron (uc003ugx.3/9863, intron 1 of 21)",7,77428109,77586821,158713,1,"57157",221431,"ENSG00000006576","PHTF2","putative homeodomain transcription factor 2"
+"chrX",64754815,64754837,23,"*","Promoter (<=1kb)",23,64732462,64754686,22225,2,"81887",-129,"ENSG00000001497","LAS1L","LAS1-like, ribosome biogenesis factor"
+"chr12",94136108,94136269,162,"*","Intron (uc001tda.3/8738, intron 2 of 2)",12,94071151,94288616,217466,1,"8738",64957,"ENSG00000169372","CRADD","CASP2 and RIPK1 domain containing adaptor with death domain"
+"chr1",160040134,160040195,62,"*","Promoter (<=1kb)",1,160007257,160040051,32795,2,"3766",-83,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
+"chr16",11876378,11876860,483,"*","Intron (uc002dbl.3/29066, intron 22 of 22)",16,11844442,11891114,46673,2,"29066",14254,"ENSG00000122299","ZC3H7A","zinc finger CCCH-type containing 7A"
+"chr5",892523,892529,7,"*","Promoter (<=1kb)",5,863850,892939,29090,2,"65980",410,"ENSG00000028310","BRD9","bromodomain containing 9"
+"chr14",89883198,89883534,337,"*","Promoter (<=1kb)",14,89883698,89886137,2440,1,"400236",-164,"ENSG00000258920","FOXN3-AS1","FOXN3 antisense RNA 1"
+"chr1",3080148,3080288,141,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",35609,NA,"MIR4251","microRNA 4251"
+"chr10",12085052,12085058,7,"*","Promoter (<=1kb)",10,11962021,12085169,123149,2,"26019",111,"ENSG00000151461","UPF2","UPF2 regulator of nonsense transcripts homolog (yeast)"
+"chr11",118781585,118781731,147,"*","Promoter (<=1kb)",11,118766851,118781613,14763,2,"283149",0,"ENSG00000186174","BCL9L","B-cell CLL/lymphoma 9-like"
+"chr14",101492980,101493204,225,"*","Promoter (<=1kb)",14,101493122,101493201,80,1,"574408",0,NA,"MIR329-1","microRNA 329-1"
+"chr12",82752188,82752199,12,"*","Promoter (<=1kb)",12,82752276,82873016,120741,1,"84190",-77,"ENSG00000127720","METTL25","methyltransferase like 25"
+"chr5",159846505,159846543,39,"*","Promoter (<=1kb)",5,159828648,159846168,17521,2,"10569",-337,"ENSG00000164609","SLU7","SLU7 homolog, splicing factor"
+"chr12",22488128,22488181,54,"*","Promoter (<=1kb)",12,22346325,22487648,141324,2,"6489",-480,"ENSG00000111728","ST8SIA1","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 1"
+"chr6",167284353,167284462,110,"*","Distal Intergenic",6,166822854,167275771,452918,2,"6196",-8582,"ENSG00000071242","RPS6KA2","ribosomal protein S6 kinase A2"
+"chr16",87734829,87735256,428,"*","3' UTR",16,87736729,87799598,62870,2,"54758",64342,"ENSG00000104731","KLHDC4","kelch domain containing 4"
+"chr7",27292322,27292506,185,"*","Distal Intergenic",7,27282164,27286192,4029,1,"2128",10158,"ENSG00000106038","EVX1","even-skipped homeobox 1"
+"chr11",47213068,47213075,8,"*","Distal Intergenic",11,47199073,47208010,8938,2,"29763",-5058,"ENSG00000165912","PACSIN3","protein kinase C and casein kinase substrate in neurons 3"
+"chr5",161178436,161178483,48,"*","Distal Intergenic",5,161112658,161129598,16941,1,"2559",65778,"ENSG00000145863","GABRA6","gamma-aminobutyric acid type A receptor alpha6 subunit"
+"chr7",2646907,2647333,427,"*","3' UTR",7,2671603,2704436,32834,1,"80727",-24270,"ENSG00000136295","TTYH3","tweety family member 3"
+"chr1",179851385,179851391,7,"*","Promoter (<=1kb)",1,179851177,179889212,38036,1,"26092",208,"ENSG00000143337","TOR1AIP1","torsin 1A interacting protein 1"
+"chr16",68877816,68877830,15,"*","Promoter (<=1kb)",16,68877509,69119085,241577,1,"79613",307,"ENSG00000103047","TANGO6","transport and golgi organization 6 homolog"
+"chr1",62784221,62784332,112,"*","Promoter (<=1kb)",1,62701837,62785083,83247,2,"163782",751,"ENSG00000132854","KANK4","KN motif and ankyrin repeat domains 4"
+"chr17",19280953,19281309,357,"*","Promoter (<=1kb)",17,19281034,19286857,5824,1,"5598",0,"ENSG00000166484","MAPK7","mitogen-activated protein kinase 7"
+"chr1",62902633,62902687,55,"*","Promoter (<=1kb)",1,62901975,62917475,15501,1,"7398",658,"ENSG00000162607","USP1","ubiquitin specific peptidase 1"
+"chr17",32682770,32683370,601,"*","Promoter (<=1kb)",17,32683471,32685629,2159,1,"6357",-101,"ENSG00000181374","CCL13","C-C motif chemokine ligand 13"
+"chr1",3774810,3775030,221,"*","Promoter (<=1kb)",1,3773845,3801993,28149,1,"1677",965,"ENSG00000169598","DFFB","DNA fragmentation factor subunit beta"
+"chr6",33256965,33256972,8,"*","5' UTR",6,33540323,33548070,7748,2,"578",291098,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr7",94538408,94538894,487,"*","Promoter (1-2kb)",7,94536949,94925727,388779,1,"55607",1459,"ENSG00000158528","PPP1R9A","protein phosphatase 1 regulatory subunit 9A"
+"chr16",8862314,8862354,41,"*","Intron (uc002czc.4/18, intron 10 of 15)",16,8889037,8891505,2469,2,"25880",29151,"ENSG00000184857","TMEM186","transmembrane protein 186"
+"chr7",103086026,103086189,164,"*","Promoter (<=1kb)",7,102993177,103086624,93448,2,"375611",435,"ENSG00000170615","SLC26A5","solute carrier family 26 member 5"
+"chr17",26879359,26879455,97,"*","Promoter (<=1kb)",17,26873725,26879646,5922,2,"9094",191,"ENSG00000109103","UNC119","unc-119 lipid binding chaperone"
+"chr21",46797899,46798196,298,"*","Distal Intergenic",21,46825097,46933634,108538,1,"80781",-26901,"ENSG00000182871","COL18A1","collagen type XVIII alpha 1"
+"chr7",96647069,96647275,207,"*","Downstream (2-3kb)",7,96597827,96643377,45551,2,"285987",-3692,NA,"DLX6-AS1","DLX6 antisense RNA 1"
+"chr3",125439782,125439823,42,"*","Distal Intergenic",3,125509247,125509395,149,2,"100302204",69572,"ENSG00000221737","MIR548I1","microRNA 548i-1"
+"chr1",31158110,31158299,190,"*","Distal Intergenic",1,31191619,31199593,7975,1,"100129196",-33320,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
+"chr1",229643976,229643989,14,"*","Promoter (<=1kb)",1,229577044,229644088,67045,2,"55746",99,"ENSG00000069248","NUP133","nucleoporin 133kDa"
+"chr19",54253976,54254031,56,"*","Promoter (<=1kb)",19,54254465,54254551,87,1,"574495",-434,"ENSG00000281751","MIR522","microRNA 522"
+"chr1",2253813,2254151,339,"*","Intron (uc001ajb.1/79906, intron 1 of 13)",1,2281853,2284100,2248,2,"100129534",29949,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr10",95360736,95360814,79,"*","Promoter (<=1kb)",10,95351593,95360993,9401,2,"5950",179,"ENSG00000138207","RBP4","retinol binding protein 4"
+"chr16",2282324,2282909,586,"*","Exon (uc002cpm.3/1877, exon 4 of 14)",16,2286424,2288712,2289,1,"1775",-3515,"ENSG00000167968","DNASE1L2","deoxyribonuclease I-like 2"
+"chr17",16593081,16593094,14,"*","Promoter (<=1kb)",17,16593639,16678311,84673,1,"9720",-545,"ENSG00000170160","CCDC144A","coiled-coil domain containing 144A"
+"chr16",32822344,32822612,269,"*","Distal Intergenic",16,32888797,32896463,7667,2,"386757",73851,"ENSG00000214617","SLC6A10P","solute carrier family 6 member 10, pseudogene"
+"chr11",130319643,130319736,94,"*","Promoter (<=1kb)",11,130318869,130346539,27671,1,"170689",774,"ENSG00000166106","ADAMTS15","ADAM metallopeptidase with thrombospondin type 1 motif 15"
+"chr13",78493205,78493215,11,"*","Promoter (<=1kb)",13,78493824,79191460,697637,1,"100874222",-609,"ENSG00000234377","RNF219-AS1","RNF219 antisense RNA 1"
+"chr19",14444219,14444296,78,"*","Distal Intergenic",19,14491956,14519537,27582,1,"976",-47660,"ENSG00000123146","ADGRE5","adhesion G protein-coupled receptor E5"
+"chr14",95358026,95358161,136,"*","Distal Intergenic",14,95234560,95236499,1940,2,"145258",-121527,"ENSG00000133937","GSC","goosecoid homeobox"
+"chr16",31470209,31470526,318,"*","Promoter (<=1kb)",16,31469594,31478488,8895,1,"79798",615,"ENSG00000140691","ARMC5","armadillo repeat containing 5"
+"chr11",2005425,2005449,25,"*","Exon (uc010qxh.2/100133545, exon 4 of 4)",11,2004439,2011150,6712,2,"100133545",5701,"ENSG00000226416","MRPL23-AS1","MRPL23 antisense RNA 1"
+"chr21",33783773,33784232,460,"*","Promoter (<=1kb)",21,33784752,33887697,102946,1,"59271",-520,"ENSG00000166979","EVA1C","eva-1 homolog C (C. elegans)"
+"chr20",32899784,32899806,23,"*","Promoter (<=1kb)",20,32868071,32899608,31538,2,"191",-176,"ENSG00000101444","AHCY","adenosylhomocysteinase"
+"chr7",127881250,127881296,47,"*","Promoter (<=1kb)",7,127881331,127897682,16352,1,"3952",-35,"ENSG00000174697","LEP","leptin"
+"chr14",106915957,106916446,490,"*","Exon (uc031qqx.1/uc031qqx.1, exon 395 of 5065)",14,106938455,106951529,13075,1,"338005",-22009,"ENSG00000270816","LINC00221","long intergenic non-protein coding RNA 221"
+"chr11",118799483,118799487,5,"*","Distal Intergenic",11,118766851,118781613,14763,2,"283149",-17870,"ENSG00000186174","BCL9L","B-cell CLL/lymphoma 9-like"
+"chr19",39390470,39390480,11,"*","Promoter (<=1kb)",19,39369195,39390502,21308,2,"22933",22,"ENSG00000068903","SIRT2","sirtuin 2"
+"chr10",29827452,29827507,56,"*","Intron (uc031ptq.1/6840, intron 31 of 33)",10,29833933,29834026,94,2,"693189",6519,"ENSG00000207612","MIR604","microRNA 604"
+"chr16",12070306,12070685,380,"*","Promoter (<=1kb)",16,12070602,12668146,597545,1,"92017",0,"ENSG00000048471","SNX29","sorting nexin 29"
+"chr19",7926970,7927326,357,"*","Exon (uc002min.3/115704, exon 15 of 19)",19,7933605,7939326,5722,2,"80164",12000,"ENSG00000183248","PRR36","proline rich 36"
+"chr14",105617173,105617575,403,"*","5' UTR",14,105607318,105635161,27844,2,"3714",17586,"ENSG00000184916","JAG2","jagged 2"
+"chr8",134202305,134202370,66,"*","Promoter (<=1kb)",8,134203282,134243932,40651,1,"8840",-912,"ENSG00000104415","WISP1","WNT1 inducible signaling pathway protein 1"
+"chr16",30075102,30075463,362,"*","5' UTR",16,30064411,30081741,17331,1,"226",10691,"ENSG00000149925","ALDOA","aldolase, fructose-bisphosphate A"
+"chr11",2323272,2323395,124,"*","Promoter (<=1kb)",11,2323243,2339430,16188,1,"10077",29,"ENSG00000064201","TSPAN32","tetraspanin 32"
+"chr14",100843019,100843283,265,"*","Promoter (<=1kb)",14,100842755,100996640,153886,1,"79446",264,"ENSG00000176473","WDR25","WD repeat domain 25"
+"chr19",16607287,16607483,197,"*","Promoter (<=1kb)",19,16607205,16632163,24959,1,"84167",82,"ENSG00000105072","C19orf44","chromosome 19 open reading frame 44"
+"chr2",10263432,10263648,217,"*","Promoter (<=1kb)",2,10262695,10271546,8852,1,"6241",737,"ENSG00000171848","RRM2","ribonucleotide reductase regulatory subunit M2"
+"chr1",240071966,240072456,491,"*","Exon (uc001hyp.3/1131, exon 5 of 5)",1,240170824,240176560,5737,1,"645884",-98368,NA,"RPS7P5","ribosomal protein S7 pseudogene 5"
+"chr16",88878366,88878469,104,"*","Promoter (<=1kb)",16,88875877,88878342,2466,2,"353",-24,"ENSG00000198931","APRT","adenine phosphoribosyltransferase"
+"chr1",52870037,52870060,24,"*","Promoter (<=1kb)",1,52838501,52870143,31643,2,"4998",83,"ENSG00000085840","ORC1","origin recognition complex subunit 1"
+"chr4",141489989,141490027,39,"*","Promoter (<=1kb)",4,141481050,141489959,8910,2,"7350",-30,"ENSG00000109424","UCP1","uncoupling protein 1 (mitochondrial, proton carrier)"
+"chr1",205312151,205312695,545,"*","Exon (uc001hcf.2/55220, exon 2 of 6)",1,205305193,205326218,21026,2,"55220",13523,"ENSG00000162873","KLHDC8A","kelch domain containing 8A"
+"chr16",737214,737393,180,"*","Promoter (2-3kb)",16,731667,734439,2773,2,"339123",-2775,"ENSG00000161999","JMJD8","jumonji domain containing 8"
+"chr19",36980209,36980411,203,"*","Promoter (<=1kb)",19,36936021,36980463,44443,2,"84924",52,"ENSG00000186017","ZNF566","zinc finger protein 566"
+"chr17",75446565,75446592,28,"*","Intron (uc002jts.4/10801, intron 3 of 11)",17,75393066,75393136,71,2,"100422851",-53429,"ENSG00000264060","MIR4316","microRNA 4316"
+"chr2",108905173,108905272,100,"*","Promoter (<=1kb)",2,108905095,108926371,21277,1,"6819",78,"ENSG00000198203","SULT1C2","sulfotransferase family 1C member 2"
+"chr1",27816252,27816466,215,"*","Promoter (<=1kb)",1,27730734,27816678,85945,2,"10163",212,"ENSG00000158195","WASF2","WAS protein family member 2"
+"chrX",133684177,133684836,660,"*","Promoter (<=1kb)",23,133684054,133694428,10375,1,"100506757",123,NA,"LINC00629","long intergenic non-protein coding RNA 629"
+"chr10",12237505,12237710,206,"*","Promoter (<=1kb)",10,12237961,12292589,54629,1,"8872",-251,"ENSG00000151465","CDC123","cell division cycle 123"
+"chr19",16682813,16683254,442,"*","Promoter (<=1kb)",19,16660648,16683193,22546,2,"79939",0,"ENSG00000127526","SLC35E1","solute carrier family 35 member E1"
+"chr6",30651515,30651825,311,"*","Intron (uc003nra.3/170954, intron 2 of 3)",6,32485154,32557613,72460,2,"3127",1905788,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",76644759,76644960,202,"*","Intron (uc003pik.1/3617, intron 3 of 16)",6,76631062,76782335,151274,2,"3617",137375,"ENSG00000112706","IMPG1","interphotoreceptor matrix proteoglycan 1"
+"chr15",55582159,55582165,7,"*","Promoter (<=1kb)",15,55495164,55582013,86850,2,"5873",-146,"ENSG00000069974","RAB27A","RAB27A, member RAS oncogene family"
+"chr1",150980749,150980757,9,"*","Promoter (<=1kb)",1,150969301,150980854,11554,2,"55793",97,"ENSG00000143409","FAM63A","family with sequence similarity 63 member A"
+"chr1",153330351,153330758,408,"*","Promoter (<=1kb)",1,153330330,153333503,3174,1,"6280",21,"ENSG00000163220","S100A9","S100 calcium binding protein A9"
+"chrX",118108618,118108832,215,"*","Promoter (<=1kb)",23,118108713,118151949,43237,1,"79836",0,"ENSG00000175556","LONRF3","LON peptidase N-terminal domain and ring finger 3"
+"chr19",1400851,1401118,268,"*","Promoter (<=1kb)",19,1397025,1401569,4545,2,"2593",451,"ENSG00000130005","GAMT","guanidinoacetate N-methyltransferase"
+"chr3",50360642,50360667,26,"*","Promoter (<=1kb)",3,50355221,50360281,5061,2,"8692",-361,"ENSG00000068001","HYAL2","hyaluronoglucosaminidase 2"
+"chr15",83477917,83478207,291,"*","Promoter (<=1kb)",15,83477973,83503613,25641,1,"123720",0,"ENSG00000156232","WHAMM","WAS protein homolog associated with actin, golgi membranes and microtubules"
+"chr10",46090358,46090486,129,"*","Promoter (<=1kb)",10,45952817,46090354,137538,2,"220972",-4,"ENSG00000165406","MARCH8","membrane associated ring-CH-type finger 8"
+"chr16",1115469,1115962,494,"*","Exon (uc002cko.3/146336, exon 4 of 4)",16,1122756,1131454,8699,1,"6755",-6794,"ENSG00000162009","SSTR5","somatostatin receptor 5"
+"chr16",28889582,28890100,519,"*","Promoter (<=1kb)",16,28889809,28915830,26022,1,"487",0,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
+"chr1",156646293,156646635,343,"*","Promoter (<=1kb)",1,156638556,156647189,8634,2,"10763",554,"ENSG00000132688","NES","nestin"
+"chr1",156253025,156253152,128,"*","Promoter (<=1kb)",1,156252704,156262234,9531,1,"84283",321,"ENSG00000163472","TMEM79","transmembrane protein 79"
+"chr5",1154848,1154930,83,"*","Distal Intergenic",5,1050489,1112172,61684,2,"10723",-42676,"ENSG00000113504","SLC12A7","solute carrier family 12 member 7"
+"chr16",30958017,30958289,273,"*","Promoter (2-3kb)",16,30960405,30966259,5855,1,"93129",-2116,"ENSG00000175938","ORAI3","ORAI calcium release-activated calcium modulator 3"
+"chr6",10416034,10416042,9,"*","Exon (uc003myw.3/100130275, exon 3 of 3)",6,10412551,10416402,3852,1,"100130275",3483,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
+"chr16",89922170,89922539,370,"*","Exon (uc010civ.1/84501, exon 8 of 10)",16,89939994,89977792,37799,1,"22980",-17455,"ENSG00000141002","TCF25","transcription factor 25 (basic helix-loop-helix)"
+"chr6",28603123,28603125,3,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119553,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr10",133508337,133508394,58,"*","Distal Intergenic",10,133604734,133622535,17802,2,"399827",114141,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
+"chr10",126077595,126077746,152,"*","Distal Intergenic",10,126085872,126107545,21674,2,"4942",29799,"ENSG00000065154","OAT","ornithine aminotransferase"
+"chrX",25021155,25021346,192,"*","Downstream (<1kb)",23,25021813,25034065,12253,2,"170302",12719,"ENSG00000004848","ARX","aristaless related homeobox"
+"chr17",44344541,44344864,324,"*","Distal Intergenic",17,44839872,44896126,56255,2,"7473",551262,"ENSG00000108379","WNT3","wingless-type MMTV integration site family member 3"
+"chr13",113584034,113584059,26,"*","Intron (uc001vso.3/uc001vso.3, intron 2 of 2)",13,113622814,113754053,131240,1,"23263",-38755,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr4",111539304,111539859,556,"*","Exon (uc003iac.3/5308, exon 3 of 3)",4,111538580,111563279,24700,2,"5308",23420,"ENSG00000164093","PITX2","paired like homeodomain 2"
+"chr7",136849262,136849317,56,"*","Promoter (<=1kb)",7,136583520,136849088,265569,2,"349160",-174,"ENSG00000234352","LOC349160","uncharacterized LOC349160"
+"chr4",148605515,148605624,110,"*","Promoter (<=1kb)",4,148559534,148605280,45747,2,"90826",-235,"ENSG00000164169","PRMT9","protein arginine methyltransferase 9"
+"chr11",47429939,47429944,6,"*","Intron (uc001nfd.3/91252, intron 3 of 7)",11,47440320,47448024,7705,2,"5702",18080,"ENSG00000165916","PSMC3","proteasome 26S subunit, ATPase 3"
+"chr19",4471622,4471704,83,"*","Promoter (<=1kb)",19,4472255,4502222,29968,1,"84717",-551,"ENSG00000167674","HDGFRP2","hepatoma-derived growth factor-related protein 2"
+"chr8",61627068,61627281,214,"*","Intron (uc003xue.3/55636, intron 1 of 37)",8,61591324,61780586,189263,1,"55636",35744,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
+"chr1",151346048,151346352,305,"*","Promoter (<=1kb)",1,151336778,151345210,8433,2,"8991",-838,"ENSG00000143416","SELENBP1","selenium binding protein 1"
+"chr20",57582546,57582706,161,"*","Promoter (<=1kb)",20,57570242,57582309,12068,2,"1522",-237,"ENSG00000101160","CTSZ","cathepsin Z"
+"chr1",9714795,9714797,3,"*","Promoter (<=1kb)",1,9712668,9714644,1977,2,"644997",-151,"ENSG00000179840","PIK3CD-AS1","PIK3CD antisense RNA 1"
+"chr2",96675151,96675294,144,"*","Promoter (1-2kb)",2,96676299,96688884,12586,1,"729234",-1005,"ENSG00000231584","FAHD2CP","fumarylacetoacetate hydrolase domain containing 2C, pseudogene"
+"chr6",31509352,31509402,51,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1048211,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",891352,891605,254,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",35909,"ENSG00000167945","PRR25","proline rich 25"
+"chr16",87990645,87991122,478,"*","Intron (uc002fko.1/54971, intron 1 of 7)",16,87984238,88110924,126687,1,"54971",6407,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr17",42402188,42402347,160,"*","Promoter (<=1kb)",17,42396993,42402217,5225,2,"51629",0,"ENSG00000013306","SLC25A39","solute carrier family 25 member 39"
+"chr9",44227162,44227291,130,"*","Distal Intergenic",9,43684885,43922473,237589,1,"728577",542277,"ENSG00000154529","CNTNAP3B","contactin associated protein-like 3B"
+"chr10",90639684,90639698,15,"*","Promoter (<=1kb)",10,90639944,90734910,94967,1,"57559",-246,"ENSG00000138134","STAMBPL1","STAM binding protein like 1"
+"chr2",219081829,219081866,38,"*","Promoter (<=1kb)",2,219081817,219119071,37255,1,"10109",12,"ENSG00000163466","ARPC2","actin related protein 2/3 complex subunit 2"
+"chr15",78369254,78369721,468,"*","Promoter (<=1kb)",15,78287327,78369994,82668,2,"23102",273,"ENSG00000167202","TBC1D2B","TBC1 domain family member 2B"
+"chr17",47072857,47072907,51,"*","Promoter (1-2kb)",17,47074774,47133507,58734,1,"10642",-1867,"ENSG00000159217","IGF2BP1","insulin like growth factor 2 mRNA binding protein 1"
+"chr6",31750470,31750532,63,"*","Exon (uc003nxe.3/7407, exon 15 of 30)",6,32485154,32557613,72460,2,"3127",807081,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",1652314,1652432,119,"*","Exon (uc002qxa.3/7837, exon 17 of 23)",2,1635659,1748291,112633,2,"7837",95859,"ENSG00000130508","PXDN","peroxidasin"
+"chr3",187387555,187387601,47,"*","Promoter (<=1kb)",3,187386694,187388201,1508,2,"6750",600,"ENSG00000157005","SST","somatostatin"
+"chr7",156836969,156837085,117,"*","Distal Intergenic",7,156803551,156809118,5568,1,"645249",33418,"ENSG00000243479","MNX1-AS1","MNX1 antisense RNA 1 (head to head)"
+"chr6",33273412,33273429,18,"*","Intron (uc003odx.2/6892, intron 5 of 7)",6,33540323,33548070,7748,2,"578",274641,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr7",50860125,50860564,440,"*","Promoter (<=1kb)",7,50657760,50861159,203400,2,"2887",595,"ENSG00000106070","GRB10","growth factor receptor bound protein 10"
+"chr4",39529306,39529338,33,"*","Promoter (<=1kb)",4,39500375,39529218,28844,2,"7358",-88,"ENSG00000109814","UGDH","UDP-glucose 6-dehydrogenase"
+"chr4",111119820,111119828,9,"*","Promoter (<=1kb)",4,110970229,111119820,149592,2,"79071",0,"ENSG00000170522","ELOVL6","ELOVL fatty acid elongase 6"
+"chr6",99279435,99279747,313,"*","Promoter (2-3kb)",6,99282580,99286666,4087,1,"5454",-2833,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
+"chr15",45879227,45879286,60,"*","Promoter (<=1kb)",15,45879417,45901909,22493,1,"26258",-131,"ENSG00000104164","BLOC1S6","biogenesis of lysosomal organelles complex 1 subunit 6"
+"chr18",23713407,23713578,172,"*","Promoter (<=1kb)",18,23713816,23773319,59504,1,"143471",-238,"ENSG00000154611","PSMA8","proteasome subunit alpha 8"
+"chr15",92399195,92399546,352,"*","Promoter (2-3kb)",15,92396938,92715665,318728,1,"28232",2257,"ENSG00000176463","SLCO3A1","solute carrier organic anion transporter family member 3A1"
+"chr12",132503991,132504721,731,"*","Exon (uc001ujn.3/57634, exon 22 of 53)",12,132515769,132515905,137,1,"677829",-11048,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
+"chr19",47364426,47364695,270,"*","Distal Intergenic",19,47341423,47354203,12781,2,"1175",-10223,"ENSG00000042753","AP2S1","adaptor related protein complex 2 sigma 1 subunit"
+"chr2",170681574,170681586,13,"*","Promoter (<=1kb)",2,170668268,170681420,13153,2,"29081",-154,"ENSG00000138382","METTL5","methyltransferase like 5"
+"chr6",28479217,28479384,168,"*","Intron (uc010jrg.1/257202, intron 3 of 3)",6,28471073,28483570,12498,2,"257202",4186,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr17",27188512,27188748,237,"*","Promoter (<=1kb)",17,27188673,27188748,76,2,"100616385",0,"ENSG00000278521","MIR4732","microRNA 4732"
+"chr4",7218684,7218707,24,"*","Intron (uc003gkb.4/57537, intron 1 of 26)",4,7194374,7744564,550191,1,"57537",24310,"ENSG00000184985","SORCS2","sortilin related VPS10 domain containing receptor 2"
+"chr1",70035032,70035208,177,"*","Promoter (2-3kb)",1,70032868,70589171,556304,1,"57554",2164,"ENSG00000033122","LRRC7","leucine rich repeat containing 7"
+"chr10",103043943,103044146,204,"*","Distal Intergenic",10,102989351,102998616,9266,1,"399806",54592,NA,"LBX1-AS1","LBX1 antisense RNA 1 (head to head)"
+"chr6",149067613,149067694,82,"*","Promoter (<=1kb)",6,149068271,149398126,329856,1,"10090",-577,"ENSG00000111962","UST","uronyl-2-sulfotransferase"
+"chr7",157985732,157985818,87,"*","Intron (uc011kwa.2/5799, intron 19 of 22)",7,157647277,157658782,11506,1,"100506585",338455,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr8",1789121,1789267,147,"*","Intron (uc003wpq.1/9639, intron 2 of 22)",8,1772149,1906807,134659,1,"9639",16972,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
+"chr21",34100294,34100306,13,"*","Promoter (<=1kb)",21,34001069,34100351,99283,2,"8867",45,"ENSG00000159082","SYNJ1","synaptojanin 1"
+"chr9",140500680,140501257,578,"*","Promoter (<=1kb)",9,140500096,140510657,10562,1,"92714",584,"ENSG00000197070","ARRDC1","arrestin domain containing 1"
+"chr11",3827665,3828391,727,"*","Intron (uc001lyl.4/27315, intron 1 of 7)",11,3696240,3819022,122783,2,"4928",-8643,"ENSG00000110713","NUP98","nucleoporin 98kDa"
+"chr16",1116349,1116751,403,"*","5' UTR",16,1122756,1131454,8699,1,"6755",-6005,"ENSG00000162009","SSTR5","somatostatin receptor 5"
+"chrX",30327771,30327782,12,"*","Promoter (<=1kb)",23,30322539,30327495,4957,2,"190",-276,"ENSG00000169297","NR0B1","nuclear receptor subfamily 0 group B member 1"
+"chr6",30029184,30029319,136,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1545614,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr14",105154946,105155327,382,"*","Promoter (<=1kb)",14,105155943,105185947,30005,1,"64423",-616,"ENSG00000203485","INF2","inverted formin, FH2 and WH2 domain containing"
+"chr17",79963165,79963691,527,"*","Intron (uc002kcx.3/79058, intron 7 of 15)",17,79976579,79980785,4207,2,"201254",17094,"ENSG00000169689","STRA13","stimulated by retinoic acid 13"
+"chr19",56136019,56136024,6,"*","Promoter (<=1kb)",19,56132107,56135941,3835,2,"147808",-78,"ENSG00000179922","ZNF784","zinc finger protein 784"
+"chr11",116661189,116661340,152,"*","Promoter (1-2kb)",11,116660086,116663136,3051,2,"116519",1796,"ENSG00000110243","APOA5","apolipoprotein A-V"
+"chr19",16296015,16296030,16,"*","Promoter (<=1kb)",19,16296235,16302857,6623,1,"26017",-205,"ENSG00000105058","FAM32A","family with sequence similarity 32 member A"
+"chr2",191183686,191183994,309,"*","Promoter (<=1kb)",2,191069360,191184771,115412,2,"26275",777,"ENSG00000198130","HIBCH","3-hydroxyisobutyryl-CoA hydrolase"
+"chr5",5139610,5139626,17,"*","Promoter (<=1kb)",5,5140443,5320412,179970,1,"170690",-817,"ENSG00000145536","ADAMTS16","ADAM metallopeptidase with thrombospondin type 1 motif 16"
+"chr2",241627178,241627555,378,"*","Distal Intergenic",2,241631262,241637900,6639,1,"375318",-3707,"ENSG00000184945","AQP12A","aquaporin 12A"
+"chr16",29690271,29690524,254,"*","Promoter (<=1kb)",16,29690441,29709314,18874,1,"23475",0,"ENSG00000103485","QPRT","quinolinate phosphoribosyltransferase"
+"chr2",16124789,16124892,104,"*","Distal Intergenic",2,16080020,16081845,1826,2,"10408",-42944,"ENSG00000233718","MYCNOS","MYCN opposite strand"
+"chr6",159589874,159590155,282,"*","Promoter (<=1kb)",6,159590429,159693140,102712,1,"84624",-274,"ENSG00000164694","FNDC1","fibronectin type III domain containing 1"
+"chr16",1583899,1583984,86,"*","5' UTR",16,1578742,1605581,26840,1,"79652",5157,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr12",125500634,125500652,19,"*","Intron (uc001uha.1/140707, intron 2 of 2)",12,125478194,125510349,32156,1,"140707",22440,"ENSG00000184992","BRI3BP","BRI3 binding protein"
+"chr20",62715781,62715856,76,"*","Promoter (<=1kb)",20,62714733,62715712,980,2,"198437",-69,"ENSG00000171695","LKAAEAR1","LKAAEAR motif containing 1"
+"chr1",77334207,77334256,50,"*","Promoter (1-2kb)",1,77333186,77529737,196552,1,"81849",1021,"ENSG00000117069","ST6GALNAC5","ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5"
+"chr1",16260963,16261154,192,"*","Exon (uc001axk.1/23013, exon 11 of 15)",1,16268364,16302627,34264,2,"7709",41473,"ENSG00000116809","ZBTB17","zinc finger and BTB domain containing 17"
+"chr10",134720534,134721172,639,"*","Intron (uc021qbc.1/54777, intron 36 of 57)",10,134621896,134756089,134194,2,"54777",34917,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
+"chr14",55185996,55186387,392,"*","Intron (uc001xbb.4/23034, intron 2 of 11)",14,55034330,55260033,225704,1,"23034",151666,"ENSG00000020577","SAMD4A","sterile alpha motif domain containing 4A"
+"chr19",58257805,58258041,237,"*","Promoter (<=1kb)",19,58258164,58376491,118328,1,"84914",-123,"ENSG00000198466","ZNF587","zinc finger protein 587"
+"chr5",1467269,1467529,261,"*","5' UTR",5,1392905,1445543,52639,2,"6531",-21726,"ENSG00000142319","SLC6A3","solute carrier family 6 member 3"
+"chr8",8559630,8560379,750,"*","Promoter (<=1kb)",8,8559666,8561617,1952,1,"137075",0,"ENSG00000253958","CLDN23","claudin 23"
+"chr6",4135757,4135762,6,"*","Promoter (<=1kb)",6,4115927,4135831,19905,2,"10455",69,"ENSG00000198721","ECI2","enoyl-CoA delta isomerase 2"
+"chr11",618966,619032,67,"*","Promoter (2-3kb)",11,612555,615999,3445,2,"3665",-2967,"ENSG00000185507","IRF7","interferon regulatory factor 7"
+"chr13",30982826,30982923,98,"*","Distal Intergenic",13,30914407,30948036,33630,2,"100188949",-34790,"ENSG00000238121","LINC00426","long intergenic non-protein coding RNA 426"
+"chr2",177042445,177042741,297,"*","Exon (uc002uku.3/401022, exon 1 of 3)",2,177053307,177055635,2329,1,"3231",-10566,"ENSG00000128645","HOXD1","homeobox D1"
+"chrX",101854228,101854294,67,"*","Promoter (<=1kb)",23,101854276,101972661,118386,1,"100528062",0,"ENSG00000158301","ARMCX5-GPRASP2","ARMCX5-GPRASP2 readthrough"
+"chr19",45681491,45681510,20,"*","Promoter (<=1kb)",19,45666186,45681501,15316,2,"79090",0,"ENSG00000007255","TRAPPC6A","trafficking protein particle complex 6A"
+"chr1",200379118,200379316,199,"*","Promoter (<=1kb)",1,200375420,200379166,3747,2,"23528",0,"ENSG00000162702","ZNF281","zinc finger protein 281"
+"chr12",120541569,120541737,169,"*","5' UTR",12,120532899,120554643,21745,2,"11021",12906,"ENSG00000111737","RAB35","RAB35, member RAS oncogene family"
+"chr2",239996215,239996253,39,"*","Intron (uc010fyy.3/9759, intron 5 of 23)",2,239990513,239990610,98,2,"100616397",-5605,"ENSG00000266109","MIR4440","microRNA 4440"
+"chr3",53381757,53381828,72,"*","Promoter (<=1kb)",3,53317445,53381654,64210,2,"55802",-103,"ENSG00000272886","DCP1A","decapping mRNA 1A"
+"chr6",106551368,106551575,208,"*","Intron (uc003prd.2/639, intron 4 of 6)",6,106534195,106557814,23620,1,"639",17173,"ENSG00000057657","PRDM1","PR domain 1"
+"chr9",140352140,140352270,131,"*","Promoter (1-2kb)",9,140342023,140353786,11764,2,"26012",1516,"ENSG00000165802","NSMF","NMDA receptor synaptonuclear signaling and neuronal migration factor"
+"chr1",36184853,36184863,11,"*","Promoter (<=1kb)",1,36179477,36184790,5314,2,"127703",-63,"ENSG00000142686","C1orf216","chromosome 1 open reading frame 216"
+"chr8",26435434,26435609,176,"*","5' UTR",8,26371709,26515693,143985,1,"1808",63725,"ENSG00000092964","DPYSL2","dihydropyrimidinase like 2"
+"chr19",18315256,18316054,799,"*","Promoter (<=1kb)",19,18307611,18314874,7264,2,"5864",-382,"ENSG00000105649","RAB3A","RAB3A, member RAS oncogene family"
+"chr5",2866779,2866803,25,"*","Distal Intergenic",5,2752262,2755511,3250,1,"153571",114517,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
+"chr15",101729174,101729391,218,"*","Intron (uc021sxt.1/22856, intron 1 of 2)",15,101715928,101792137,76210,2,"22856",62746,"ENSG00000131873","CHSY1","chondroitin sulfate synthase 1"
+"chr12",104457740,104457893,154,"*","Promoter (<=1kb)",12,104382765,104457961,75197,2,"83468",68,"ENSG00000120820","GLT8D2","glycosyltransferase 8 domain containing 2"
+"chr8",145019019,145019074,56,"*","Promoter (<=1kb)",8,145019359,145019447,89,2,"724031",373,"ENSG00000207574","MIR661","microRNA 661"
+"chr12",112279656,112279835,180,"*","Promoter (<=1kb)",12,112280032,112331228,51197,1,"8550",-197,"ENSG00000089022","MAPKAPK5","mitogen-activated protein kinase-activated protein kinase 5"
+"chr6",32169886,32170135,250,"*","5' UTR",6,32485154,32557613,72460,2,"3127",387478,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",56915900,56916003,104,"*","Distal Intergenic",4,56814974,56899529,84556,1,"9662",100926,"ENSG00000174799","CEP135","centrosomal protein 135kDa"
+"chr22",19467365,19467413,49,"*","Promoter (<=1kb)",22,19467414,19508135,40722,1,"8318",-1,"ENSG00000093009","CDC45","cell division cycle 45"
+"chr8",139509025,139509129,105,"*","Promoter (<=1kb)",8,139142266,139509065,366800,2,"51059",0,"ENSG00000147724","FAM135B","family with sequence similarity 135 member B"
+"chr8",143858500,143858612,113,"*","Promoter (1-2kb)",8,143845756,143859640,13885,2,"66004",1028,"ENSG00000180155","LYNX1","Ly6/neurotoxin 1"
+"chr1",40769660,40769696,37,"*","Intron (uc001cfh.1/1298, intron 7 of 31)",1,40766163,40783060,16898,2,"1298",13364,"ENSG00000049089","COL9A2","collagen type IX alpha 2"
+"chr16",73082966,73083327,362,"*","Intron (uc002fcl.3/463, intron 8 of 8)",16,72816786,73092534,275749,2,"463",9207,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
+"chr6",32287266,32287286,21,"*","Intron (uc011dpx.2/10665, intron 7 of 25)",6,32485154,32557613,72460,2,"3127",270327,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",20253874,20254140,267,"*","Promoter (1-2kb)",4,20255235,20620788,365554,1,"9353",-1095,"ENSG00000145147","SLIT2","slit guidance ligand 2"
+"chr10",88428247,88428429,183,"*","Promoter (1-2kb)",10,88426551,88495824,69274,1,"11155",1696,"ENSG00000122367","LDB3","LIM domain binding 3"
+"chr1",247241940,247242103,164,"*","Promoter (<=1kb)",1,247108849,247242115,133267,2,"100533111",12,"ENSG00000135747","ZNF670-ZNF695","ZNF670-ZNF695 readthrough (NMD candidate)"
+"chr6",33291471,33291500,30,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",256570,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr12",56413887,56413935,49,"*","Promoter (1-2kb)",12,56411922,56432219,20298,1,"64375",1965,"ENSG00000123411","IKZF4","IKAROS family zinc finger 4"
+"chr16",85832847,85832872,26,"*","Promoter (<=1kb)",16,85812231,85833148,20918,2,"10328",276,"ENSG00000131148","EMC8","ER membrane protein complex subunit 8"
+"chr12",54369102,54369336,235,"*","Promoter (<=1kb)",12,54356092,54368740,12649,2,"100124700",-362,"ENSG00000228630","HOTAIR","HOX transcript antisense RNA"
+"chr10",43573271,43573332,62,"*","Promoter (<=1kb)",10,43572517,43625797,53281,1,"5979",754,"ENSG00000165731","RET","ret proto-oncogene"
+"chr4",6676473,6676596,124,"*","Promoter (<=1kb)",4,6675821,6677774,1954,1,"93622",652,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
+"chr16",2546426,2546596,171,"*","Exon (uc002cqk.3/57465, exon 2 of 7)",16,2563727,2570224,6498,1,"527",-17131,"ENSG00000185883","ATP6V0C","ATPase H+ transporting V0 subunit c"
+"chr3",150996030,150996297,268,"*","Promoter (<=1kb)",3,150929905,150996230,66326,2,"9934",0,"ENSG00000174944","P2RY14","purinergic receptor P2Y14"
+"chr1",6339906,6340006,101,"*","Intron (uc001amq.3/11332, intron 1 of 8)",1,6307406,6321035,13630,2,"387509",-18871,"ENSG00000158292","GPR153","G protein-coupled receptor 153"
+"chr4",183062301,183062412,112,"*","Promoter (2-3kb)",4,183065140,183724177,659038,1,"55714",-2728,"ENSG00000218336","TENM3","teneurin transmembrane protein 3"
+"chr9",135645761,135645926,166,"*","Intron (uc004cbu.1/158067, intron 2 of 12)",9,135469676,135545788,76113,2,"64794",-99973,"ENSG00000125485","DDX31","DEAD-box helicase 31"
+"chr19",44645078,44645484,407,"*","Promoter (<=1kb)",19,44645710,44664462,18753,1,"10780",-226,"ENSG00000263002","ZNF234","zinc finger protein 234"
+"chr4",9494859,9495205,347,"*","Distal Intergenic",4,9446260,9452240,5981,1,"644414",48599,"ENSG00000186146","DEFB131","defensin beta 131"
+"chr15",25434241,25434427,187,"*","Promoter (<=1kb)",15,25434561,25494426,59866,1,"100033448",-134,"ENSG00000200486","SNORD115-11","small nucleolar RNA, C/D box 115-11"
+"chr11",67205113,67205291,179,"*","Promoter (<=1kb)",11,67202981,67205153,2173,2,"5790",0,"ENSG00000213402","PTPRCAP","protein tyrosine phosphatase, receptor type C associated protein"
+"chr1",36916111,36916130,20,"*","Promoter (<=1kb)",1,36883507,36916086,32580,2,"127700",-25,"ENSG00000116885","OSCP1","organic solute carrier partner 1"
+"chr14",23815839,23816088,250,"*","3' UTR",14,23815527,23822080,6554,2,"51310",5992,"ENSG00000092096","SLC22A17","solute carrier family 22 member 17"
+"chr16",968739,969245,507,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",62073,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr12",49658878,49658878,1,"*","5' UTR",12,49688909,49692481,3573,1,"5630",-30031,"ENSG00000135406","PRPH","peripherin"
+"chr10",1767463,1767723,261,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1223253,1779670,556418,2,"105",11947,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
+"chr17",27621436,27621476,41,"*","Promoter (<=1kb)",17,27582854,27621166,38313,2,"57532",-270,"ENSG00000108256","NUFIP2","nuclear fragile X mental retardation protein interacting protein 2"
+"chr14",102431374,102431590,217,"*","Promoter (<=1kb)",14,102430865,102517135,86271,1,"1778",509,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
+"chr16",4365605,4365670,66,"*","Distal Intergenic",16,4382216,4389598,7383,1,"84662",-16546,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
+"chr1",31769199,31769213,15,"*","Promoter (<=1kb)",1,31732415,31769644,37230,2,"9410",431,"ENSG00000060688","SNRNP40","small nuclear ribonucleoprotein U5 subunit 40"
+"chr9",133768966,133769184,219,"*","Promoter (<=1kb)",9,133768815,133769225,411,2,"347148",41,"ENSG00000188710","QRFP","pyroglutamylated RFamide peptide"
+"chr2",197503830,197504046,217,"*","Promoter (<=1kb)",2,197504356,197597530,93175,1,"284992",-310,"ENSG00000144395","CCDC150","coiled-coil domain containing 150"
+"chr20",61675079,61675457,379,"*","Intron (uc002yec.1/63930, intron 1 of 4)",20,61669363,61685215,15853,1,"100144597",5716,"ENSG00000237119","LINC01056","long intergenic non-protein coding RNA 1056"
+"chr16",30407165,30407241,77,"*","Exon (uc021tgi.1/197407, exon 2 of 3)",16,30418735,30440920,22186,1,"51333",-11494,"ENSG00000179965","ZNF771","zinc finger protein 771"
+"chr1",159173953,159174028,76,"*","Promoter (<=1kb)",1,159173803,159176290,2488,1,"2532",150,"ENSG00000213088","ACKR1","atypical chemokine receptor 1 (Duffy blood group)"
+"chr22",37823648,37823656,9,"*","Promoter (<=1kb)",22,37764000,37823505,59506,2,"114794",-143,"ENSG00000166897","ELFN2","extracellular leucine-rich repeat and fibronectin type III domain containing 2"
+"chr16",3081310,3081463,154,"*","Promoter (1-2kb)",16,3082482,3089133,6652,1,"100128770",-1019,"ENSG00000205890","LOC100128770","uncharacterized LOC100128770"
+"chr6",86387522,86388018,497,"*","Promoter (<=1kb)",6,86387307,86387377,71,2,"692088",-145,"ENSG00000275072","SNORD50B","small nucleolar RNA, C/D box 50B"
+"chrX",130191987,130192080,94,"*","Promoter (<=1kb)",23,130192216,130223857,31642,1,"158763",-136,"ENSG00000147256","ARHGAP36","Rho GTPase activating protein 36"
+"chr14",63784394,63784574,181,"*","Promoter (1-2kb)",14,63779549,63785593,6045,2,"122876",1019,"ENSG00000179600","GPHB5","glycoprotein hormone beta 5"
+"chr11",107460894,107460996,103,"*","Promoter (<=1kb)",11,107461817,107537505,75689,1,"55531",-821,"ENSG00000110675","ELMOD1","ELMO domain containing 1"
+"chr1",157963695,157963746,52,"*","Promoter (<=1kb)",1,157963063,158065844,102782,1,"55243",632,"ENSG00000183853","KIRREL","kin of IRRE like (Drosophila)"
+"chr12",48100171,48100238,68,"*","Promoter (<=1kb)",12,48055715,48099844,44130,2,"79657",-327,"ENSG00000005175","RPAP3","RNA polymerase II associated protein 3"
+"chr1",10459140,10459268,129,"*","Promoter (<=1kb)",1,10459085,10480201,21117,1,"5226",55,"ENSG00000142657","PGD","phosphogluconate dehydrogenase"
+"chr17",48206749,48207119,371,"*","Promoter (<=1kb)",17,48188673,48207246,18574,2,"201191",127,"ENSG00000167100","SAMD14","sterile alpha motif domain containing 14"
+"chr6",168107056,168107265,210,"*","Distal Intergenic",6,168185219,168197539,12321,2,"26238",90274,"ENSG00000146521","LINC01558","long intergenic non-protein coding RNA 1558"
+"chr1",35734356,35734376,21,"*","Promoter (<=1kb)",1,35734568,35887545,152978,1,"9202",-192,"ENSG00000146463","ZMYM4","zinc finger MYM-type containing 4"
+"chr6",80246524,80246989,466,"*","Promoter (<=1kb)",6,80194708,80247147,52440,2,"167691",158,"ENSG00000135338","LCA5","Leber congenital amaurosis 5"
+"chr10",853215,853325,111,"*","3' UTR",10,320130,735608,415479,2,"22982",-117607,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr14",101309386,101309628,243,"*","Intron (uc021sbw.2/55384, intron 5 of 6)",14,101318727,101318824,98,1,"768222",-9099,"ENSG00000211574","MIR770","microRNA 770"
+"chr19",56154854,56154873,20,"*","Promoter (2-3kb)",19,56152392,56154836,2445,1,"51157",2462,"ENSG00000213015","ZNF580","zinc finger protein 580"
+"chr1",89489649,89489986,338,"*","Promoter (1-2kb)",1,89472360,89488549,16190,2,"2635",-1100,"ENSG00000117226","GBP3","guanylate binding protein 3"
+"chr2",236506727,236507151,425,"*","Intron (uc021vyp.1/116987, intron 1 of 9)",2,236402733,237040444,637712,1,"116987",103994,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
+"chr17",40075668,40075879,212,"*","Promoter (<=1kb)",17,40023179,40075272,52094,2,"47",-396,"ENSG00000131473","ACLY","ATP citrate lyase"
+"chr12",54813107,54813119,13,"*","Promoter (<=1kb)",12,54789045,54813050,24006,2,"3678",-57,"ENSG00000161638","ITGA5","integrin subunit alpha 5"
+"chr2",162270841,162270993,153,"*","Promoter (1-2kb)",2,162272620,162281573,8954,1,"10716",-1627,"ENSG00000136535","TBR1","T-box, brain 1"
+"chr3",69100702,69101174,473,"*","Promoter (<=1kb)",3,69068978,69101484,32507,2,"7110",310,"ENSG00000144747","TMF1","TATA element modulatory factor 1"
+"chr10",7214172,7214476,305,"*","Exon (uc009xio.2/57713, exon 18 of 21)",10,7200586,7453448,252863,2,"57713",238972,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
+"chr2",54855540,54855886,347,"*","Intron (uc002rxu.3/6711, intron 13 of 35)",2,54952149,55199156,247008,1,"400954",-96263,"ENSG00000214595","EML6","echinoderm microtubule associated protein like 6"
+"chr11",65625962,65625985,24,"*","Promoter (<=1kb)",11,65622285,65626886,4602,2,"1072",901,"ENSG00000172757","CFL1","cofilin 1"
+"chr12",630773,630807,35,"*","Intron (uc001qii.1/283358, intron 1 of 19)",12,569543,671058,101516,1,"283358",61230,"ENSG00000139044","B4GALNT3","beta-1,4-N-acetyl-galactosaminyltransferase 3"
+"chr15",99558786,99558954,169,"*","Distal Intergenic",15,99511459,99551024,39566,2,"145814",-7762,"ENSG00000183571","PGPEP1L","pyroglutamyl-peptidase I-like"
+"chr3",156393772,156393980,209,"*","Promoter (<=1kb)",3,156390960,156393502,2543,2,"100287227",-270,NA,"TIPARP-AS1","TIPARP antisense RNA 1"
+"chr6",31697688,31697721,34,"*","Intron (uc003nwq.3/23564, intron 6 of 6)",6,32485154,32557613,72460,2,"3127",859892,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr15",57025816,57025966,151,"*","Intron (uc002adw.1/54816, intron 18 of 23)",15,57210323,57580714,370392,1,"6938",-184357,"ENSG00000140262","TCF12","transcription factor 12"
+"chr16",50099606,50099761,156,"*","Promoter (<=1kb)",16,50099881,50139375,39495,1,"55027",-120,"ENSG00000155393","HEATR3","HEAT repeat containing 3"
+"chr15",89952087,89952224,138,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",40757,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
+"chr16",56623264,56623448,185,"*","Promoter (<=1kb)",16,56623267,56625000,1734,1,"4504",0,"ENSG00000087250","MT3","metallothionein 3"
+"chr2",79220462,79220528,67,"*","Distal Intergenic",2,79252812,79255630,2819,1,"130120",-32284,"ENSG00000143954","REG3G","regenerating family member 3 gamma"
+"chr9",99961991,99962350,360,"*","Intron (uc010msl.1/uc010msl.1, intron 1 of 3)",9,100000708,100059596,58889,1,"100499484",-38358,"ENSG00000254876","LOC100499484","SUGT1-1300002K09Rik pseudogene"
+"chr16",20702380,20702824,445,"*","5' UTR",16,20634559,20709066,74508,2,"116285",6242,"ENSG00000166743","ACSM1","acyl-CoA synthetase medium-chain family member 1"
+"chr19",33622894,33622911,18,"*","Promoter (<=1kb)",19,33622998,33666703,43706,1,"126248",-87,"ENSG00000166359","WDR88","WD repeat domain 88"
+"chr5",59064469,59064579,111,"*","Intron (uc003jsa.2/5144, intron 14 of 14)",5,59783540,59843484,59945,1,"25859",-718961,"ENSG00000152931","PART1","prostate androgen-regulated transcript 1 (non-protein coding)"
+"chr5",55008239,55008277,39,"*","Promoter (<=1kb)",5,54921673,55008554,86882,2,"153129",277,"ENSG00000177058","SLC38A9","solute carrier family 38 member 9"
+"chr16",32360338,32360419,82,"*","Distal Intergenic",16,32264650,32267243,2594,1,"729264",95688,"ENSG00000205456","TP53TG3D","TP53 target 3D"
+"chr19",55794444,55794478,35,"*","Promoter (1-2kb)",19,55793440,55823903,30464,1,"84446",1004,"ENSG00000160469","BRSK1","BR serine/threonine kinase 1"
+"chr1",41350161,41350183,23,"*","Distal Intergenic",1,41326728,41328018,1291,2,"163732",-22143,"ENSG00000179862","CITED4","Cbp/p300 interacting transactivator with Glu/Asp rich carboxy-terminal domain 4"
+"chr1",90309362,90309559,198,"*","Intron (uc001dnm.3/55144, intron 2 of 2)",1,90286573,90401989,115417,1,"55144",22789,"ENSG00000171492","LRRC8D","leucine-rich repeat containing 8 family member D"
+"chr9",106856376,106856629,254,"*","Promoter (<=1kb)",9,106856541,106903700,47160,1,"10592",0,"ENSG00000136824","SMC2","structural maintenance of chromosomes 2"
+"chr8",144561662,144561838,177,"*","Intron (uc003yyd.2/23144, intron 8 of 11)",8,144510230,144512602,2373,2,"389692",-49060,"ENSG00000182759","MAFA","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog A"
+"chr3",58419733,58419769,37,"*","Promoter (<=1kb)",3,58413357,58419579,6223,2,"5162",-154,"ENSG00000168291","PDHB","pyruvate dehydrogenase (lipoamide) beta"
+"chr11",1257042,1257516,475,"*","Intron (uc009yct.2/727897, intron 23 of 25)",11,1295598,1330892,35295,2,"54472",73376,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr16",1034270,1034527,258,"*","Promoter (2-3kb)",16,1031808,1036979,5172,1,"30812",2462,"ENSG00000005513","SOX8","SRY-box 8"
+"chr2",223165891,223166046,156,"*","Promoter (2-3kb)",2,223064606,223163715,99110,2,"5077",-2176,"ENSG00000135903","PAX3","paired box 3"
+"chr20",44455874,44456103,230,"*","Promoter (<=1kb)",20,44451855,44455953,4099,2,"7125",0,"ENSG00000101470","TNNC2","troponin C2, fast skeletal type"
+"chr17",7476004,7476105,102,"*","Promoter (1-2kb)",17,7478031,7478165,135,1,"652965",-1926,"ENSG00000209582","SNORA48","small nucleolar RNA, H/ACA box 48"
+"chr6",46138768,46138795,28,"*","Promoter (<=1kb)",6,46127762,46138717,10956,2,"59084",-51,"ENSG00000112796","ENPP5","ectonucleotide pyrophosphatase/phosphodiesterase 5 (putative)"
+"chr19",1503162,1503489,328,"*","Downstream (1-2kb)",19,1505017,1513188,8172,2,"339366",9699,"ENSG00000185761","ADAMTSL5","ADAMTS like 5"
+"chr10",134647211,134647690,480,"*","Exon (uc021qbc.1/54777, exon 49 of 58)",10,134598320,134599537,1218,2,"84504",-47674,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
+"chr19",3626939,3626949,11,"*","Promoter (<=1kb)",19,3610627,3626813,16187,2,"58509",-126,"ENSG00000105298","CACTIN","cactin, spliceosome C complex subunit"
+"chr22",20286406,20286845,440,"*","Distal Intergenic",22,20301761,20307628,5868,2,"85359",20783,"ENSG00000128185","DGCR6L","DiGeorge syndrome critical region gene 6-like"
+"chr16",2198027,2198032,6,"*","Promoter (<=1kb)",16,2198145,2204141,5997,1,"25837",-113,"ENSG00000167964","RAB26","RAB26, member RAS oncogene family"
+"chr3",17783421,17783427,7,"*","Promoter (<=1kb)",3,17198654,17784240,585587,2,"9779",813,"ENSG00000131374","TBC1D5","TBC1 domain family member 5"
+"chr2",242211290,242211326,37,"*","Intron (uc002waz.3/3069, intron 27 of 27)",2,242254723,242293441,38719,1,"4735",-43397,"ENSG00000168385","SEPT2","septin 2"
+"chr2",167232363,167232597,235,"*","Promoter (<=1kb)",2,167051697,167232497,180801,2,"6335",0,"ENSG00000169432","SCN9A","sodium voltage-gated channel alpha subunit 9"
+"chr14",97925116,97925241,126,"*","Exon (uc001yfu.3/uc001yfu.3, exon 1 of 3)",14,98098984,98152995,54012,2,"100129345",227754,"ENSG00000197176","LOC100129345","uncharacterized LOC100129345"
+"chr19",58549711,58549906,196,"*","3' UTR",19,58545434,58565999,20566,1,"284312",4277,"ENSG00000152467","ZSCAN1","zinc finger and SCAN domain containing 1"
+"chr1",202208017,202208040,24,"*","Intron (uc001gxu.3/59352, intron 4 of 17)",1,202163118,202288889,125772,1,"59352",44899,"ENSG00000133067","LGR6","leucine-rich repeat containing G protein-coupled receptor 6"
+"chr12",49453322,49453590,269,"*","Distal Intergenic",12,49412758,49449107,36350,2,"8085",-4215,"ENSG00000167548","KMT2D","lysine methyltransferase 2D"
+"chr16",30388914,30389056,143,"*","Promoter (<=1kb)",16,30389633,30411429,21797,1,"197407",-577,"ENSG00000180035","ZNF48","zinc finger protein 48"
+"chr10",102027486,102027489,4,"*","Promoter (<=1kb)",10,101992055,102027437,35383,2,"55280",-49,"ENSG00000095485","CWF19L1","CWF19-like 1, cell cycle control (S. pombe)"
+"chr18",77219192,77219340,149,"*","Intron (uc002lnc.1/4772, intron 6 of 7)",18,77155772,77289323,133552,1,"4772",63420,"ENSG00000131196","NFATC1","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1"
+"chr6",154830513,154831692,1180,"*","Promoter (<=1kb)",6,154726433,154831753,105321,2,"154043",61,"ENSG00000153721","CNKSR3","CNKSR family member 3"
+"chr5",77268331,77268452,122,"*","Distal Intergenic",5,76986995,77072185,85191,2,"6902",-196146,"ENSG00000171530","TBCA","tubulin folding cofactor A"
+"chr18",77794302,77794317,16,"*","Promoter (<=1kb)",18,77794346,77853788,59443,1,"79863",-29,"ENSG00000101546","RBFA","ribosome binding factor A (putative)"
+"chr17",46673862,46674041,180,"*","Promoter (2-3kb)",17,46668619,46671103,2485,2,"3215",-2759,"ENSG00000120075","HOXB5","homeobox B5"
+"chr22",23745028,23745083,56,"*","Promoter (<=1kb)",22,23732792,23744799,12008,2,"150244",-229,NA,"ZDHHC8P1","zinc finger DHHC-type containing 8 pseudogene 1"
+"chr5",137090641,137090964,324,"*","Promoter (<=1kb)",5,137087073,137090039,2967,2,"10949",-602,"ENSG00000177733","HNRNPA0","heterogeneous nuclear ribonucleoprotein A0"
+"chr7",101005784,101005846,63,"*","Promoter (<=1kb)",7,101006122,101202304,196183,1,"136227",-276,"ENSG00000160963","COL26A1","collagen type XXVI alpha 1"
+"chr1",120612147,120612152,6,"*","Promoter (<=1kb)",1,120454176,120612317,158142,2,"4853",165,"ENSG00000134250","NOTCH2","notch 2"
+"chr11",32456864,32457079,216,"*","Promoter (<=1kb)",11,32409322,32457081,47760,2,"7490",2,"ENSG00000184937","WT1","Wilms tumor 1"
+"chr11",2907284,2907289,6,"*","Promoter (<=1kb)",11,2904448,2906995,2548,2,"1028",-289,"ENSG00000129757","CDKN1C","cyclin-dependent kinase inhibitor 1C"
+"chr1",150693464,150693482,19,"*","Promoter (<=1kb)",1,150670535,150693364,22830,2,"84072",-100,"ENSG00000143452","HORMAD1","HORMA domain containing 1"
+"chr1",28919252,28919387,136,"*","Promoter (<=1kb)",1,28918712,28921088,2377,1,"115273",540,"ENSG00000188060","RAB42","RAB42, member RAS oncogene family"
+"chr6",30584222,30584672,451,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1972941,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr9",139916821,139917388,568,"*","5' UTR",9,139921916,139931234,9319,1,"401563",-4528,NA,"C9orf139","chromosome 9 open reading frame 139"
+"chr19",2248302,2249023,722,"*","Promoter (<=1kb)",19,2249113,2252072,2960,1,"268",-90,"ENSG00000104899","AMH","anti-Mullerian hormone"
+"chr3",50606298,50606503,206,"*","Promoter (<=1kb)",3,50606583,50622421,15839,1,"51409",-80,"ENSG00000114735","HEMK1","HemK methyltransferase family member 1"
+"chr5",152869834,152870258,425,"*","Promoter (<=1kb)",5,152869175,153193429,324255,1,"2890",659,"ENSG00000155511","GRIA1","glutamate ionotropic receptor AMPA type subunit 1"
+"chr16",23846920,23847277,358,"*","Promoter (<=1kb)",16,23847300,24231932,384633,1,"5579",-23,"ENSG00000166501","PRKCB","protein kinase C beta"
+"chr16",30582882,30582894,13,"*","Promoter (<=1kb)",16,30581019,30583728,2710,2,"146542",834,"ENSG00000229809","ZNF688","zinc finger protein 688"
+"chr6",32917373,32917411,39,"*","Exon (uc003ocm.2/3108, exon 3 of 5)",6,32605183,32614839,9657,1,"3117",312190,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr2",201171288,201171299,12,"*","Promoter (<=1kb)",2,201170604,201346986,176383,1,"26010",684,"ENSG00000196141","SPATS2L","spermatogenesis associated serine rich 2 like"
+"chr6",30013324,30013586,263,"*","Intron (uc011dme.2/80862, intron 3 of 5)",6,28471073,28483570,12498,2,"257202",-1529754,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr17",80820651,80820709,59,"*","Intron (uc002kfx.1/6904, intron 12 of 24)",17,80787310,80797931,10622,2,"79755",-22720,"ENSG00000141579","ZNF750","zinc finger protein 750"
+"chr7",135194952,135195053,102,"*","Promoter (<=1kb)",7,135046547,135194875,148329,2,"4850",-77,"ENSG00000080802","CNOT4","CCR4-NOT transcription complex subunit 4"
+"chr7",94286425,94286436,12,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",788,"ENSG00000242265","PEG10","paternally expressed 10"
+"chr3",113465743,113465755,13,"*","Promoter (<=1kb)",3,113465866,113530905,65040,1,"523",-111,"ENSG00000114573","ATP6V1A","ATPase H+ transporting V1 subunit A"
+"chr16",71496337,71496687,351,"*","Intron (uc002faj.1/uc002faj.1, intron 1 of 1)",16,71481503,71523217,41715,2,"7571",26530,"ENSG00000167377","ZNF23","zinc finger protein 23"
+"chr1",47903371,47903380,10,"*","Promoter (1-2kb)",1,47901689,47906363,4675,1,"2306",1682,"ENSG00000186564","FOXD2","forkhead box D2"
+"chr16",69139416,69139520,105,"*","Promoter (<=1kb)",16,69139467,69152619,13153,1,"3038",0,"ENSG00000103044","HAS3","hyaluronan synthase 3"
+"chr1",16369395,16369406,12,"*","Intron (uc021ogl.1/1188, intron 1 of 4)",1,16355621,16383821,28201,1,"1188",13774,"ENSG00000184908","CLCNKB","chloride voltage-gated channel Kb"
+"chr19",17357571,17357593,23,"*","Promoter (1-2kb)",19,17342694,17356151,13458,2,"2063",-1420,"ENSG00000160113","NR2F6","nuclear receptor subfamily 2 group F member 6"
+"chr8",119916530,119916546,17,"*","Distal Intergenic",8,119935796,119964383,28588,2,"4982",47837,"ENSG00000164761","TNFRSF11B","tumor necrosis factor receptor superfamily member 11b"
+"chr16",1543642,1543911,270,"*","Promoter (<=1kb)",16,1543352,1560460,17109,1,"9894",290,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr10",103960732,103960916,185,"*","Distal Intergenic",10,103986143,103989344,3202,1,"83401",-25227,"ENSG00000119915","ELOVL3","ELOVL fatty acid elongase 3"
+"chr4",25657951,25658035,85,"*","Promoter (<=1kb)",4,25657435,25680368,22934,1,"10568",516,"ENSG00000157765","SLC34A2","solute carrier family 34 member 2"
+"chr16",57653904,57653917,14,"*","Promoter (<=1kb)",16,57653650,57698944,45295,1,"9289",254,"ENSG00000205336","ADGRG1","adhesion G protein-coupled receptor G1"
+"chr12",133472454,133472595,142,"*","Distal Intergenic",12,133416938,133464204,47267,2,"55743",-8250,"ENSG00000072609","CHFR","checkpoint with forkhead and ring finger domains, E3 ubiquitin protein ligase"
+"chr16",4838559,4838610,52,"*","Promoter (<=1kb)",16,4827615,4838522,10908,2,"124404",-37,"ENSG00000140623","SEPT12","septin 12"
+"chr16",88155545,88155775,231,"*","Distal Intergenic",16,87984238,88110924,126687,1,"54971",171307,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr12",130527038,130527104,67,"*","Promoter (<=1kb)",12,130518357,130526887,8531,2,"100190940",-151,"ENSG00000214039","LOC100190940","uncharacterized LOC100190940"
+"chr20",60791262,60791454,193,"*","Exon (uc002ycf.2/11255, exon 3 of 3)",20,60790017,60795323,5307,2,"11255",3869,"ENSG00000101180","HRH3","histamine receptor H3"
+"chr8",110988071,110988208,138,"*","Promoter (<=1kb)",8,110979233,110988076,8844,2,"27012",0,"ENSG00000164794","KCNV1","potassium voltage-gated channel modifier subfamily V member 1"
+"chr4",48343042,48343250,209,"*","Promoter (<=1kb)",4,48343613,48428215,84603,1,"57606",-363,"ENSG00000109171","SLAIN2","SLAIN motif family member 2"
+"chrX",22981196,22981337,142,"*","Intron (uc031tgz.1/100873065, intron 3 of 5)",23,23018078,23020206,2129,1,"168400",-36741,"ENSG00000184735","DDX53","DEAD-box helicase 53"
+"chr15",28148282,28148383,102,"*","Intron (uc001zbh.4/4948, intron 5 of 23)",15,28000023,28344458,344436,2,"4948",196075,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr8",141248873,141248988,116,"*","Intron (uc003yvj.2/83696, intron 7 of 22)",8,140742586,141468678,726093,2,"83696",219690,"ENSG00000167632","TRAPPC9","trafficking protein particle complex 9"
+"chr22",44708908,44709176,269,"*","Promoter (<=1kb)",22,44639557,44708731,69175,2,"85352",-177,"ENSG00000138944","KIAA1644","KIAA1644"
+"chr12",54718820,54718857,38,"*","Promoter (<=1kb)",12,54718874,54745635,26762,1,"22818",-17,"ENSG00000111481","COPZ1","coatomer protein complex subunit zeta 1"
+"chr6",107809473,107809881,409,"*","Promoter (1-2kb)",6,107811317,107982513,171197,1,"55084",-1436,"ENSG00000112320","SOBP","sine oculis binding protein homolog"
+"chr2",133038927,133039035,109,"*","Distal Intergenic",2,132905164,133015542,110379,2,"554226",-23385,"ENSG00000163046","ANKRD30BL","ankyrin repeat domain 30B-like"
+"chr16",981395,981631,237,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",49687,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr2",119614546,119614967,422,"*","Distal Intergenic",2,119599747,119605759,6013,2,"2019",-8787,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr13",40177062,40177068,7,"*","Promoter (<=1kb)",13,39917029,40177356,260328,2,"10186",288,"ENSG00000183722","LHFP","lipoma HMGIC fusion partner"
+"chr5",180046853,180047251,399,"*","Exon (uc003mlz.4/2324, exon 17 of 30)",5,180017105,180018487,1383,2,"92304",-28366,"ENSG00000161055","SCGB3A1","secretoglobin family 3A member 1"
+"chr17",76037239,76037250,12,"*","Intron (uc002jud.2/57690, intron 3 of 20)",17,76000318,76104916,104599,1,"57690",36921,"ENSG00000078687","TNRC6C","trinucleotide repeat containing 6C"
+"chr1",26608734,26608880,147,"*","Promoter (2-3kb)",1,26606213,26608013,1801,1,"83442",2521,"ENSG00000142669","SH3BGRL3","SH3 domain binding glutamate rich protein like 3"
+"chr11",2436203,2436640,438,"*","Exon (uc001lwm.4/29850, exon 9 of 24)",11,2425746,2444275,18530,2,"29850",7635,"ENSG00000070985","TRPM5","transient receptor potential cation channel subfamily M member 5"
+"chr11",45727888,45727949,62,"*","Distal Intergenic",11,45743858,45746106,2249,1,"100507384",-15909,"ENSG00000254519","LOC100507384","uncharacterized LOC100507384"
+"chr3",40351162,40351750,589,"*","Promoter (<=1kb)",3,40351173,40353915,2743,1,"10289",0,"ENSG00000114784","EIF1B","eukaryotic translation initiation factor 1B"
+"chr1",114642459,114642809,351,"*","Intron (uc021orz.1/148281, intron 4 of 7)",1,114631914,114696472,64559,2,"148281",53663,"ENSG00000134207","SYT6","synaptotagmin 6"
+"chr1",151253911,151254091,181,"*","Promoter (<=1kb)",1,151254094,151264381,10288,1,"57592",-3,"ENSG00000143373","ZNF687","zinc finger protein 687"
+"chr6",54001820,54001847,28,"*","Exon (uc003pcf.2/90523, exon 4 of 12)",6,53883714,54131078,247365,1,"90523",118106,"ENSG00000146147","MLIP","muscular LMNA-interacting protein"
+"chr16",3027920,3028109,190,"*","Promoter (2-3kb)",16,3022792,3030540,7749,2,"9088",2431,"ENSG00000127564","PKMYT1","protein kinase, membrane associated tyrosine/threonine 1"
+"chr15",49103270,49103283,14,"*","Promoter (<=1kb)",15,49030135,49103343,73209,2,"22995",60,"ENSG00000103995","CEP152","centrosomal protein 152kDa"
+"chr4",4577273,4577386,114,"*","Intron (uc003gid.3/100507266, intron 2 of 5)",4,4543858,4712664,168807,1,"100507266",33415,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
+"chr16",3068014,3068085,72,"*","Promoter (<=1kb)",16,3064713,3068188,3476,2,"9074",103,"ENSG00000184697","CLDN6","claudin 6"
+"chr6",33094829,33095030,202,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",453040,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr14",57856929,57857066,138,"*","Promoter (<=1kb)",14,57857271,57879466,22196,1,"122830",-205,"ENSG00000139977","NAA30","N(alpha)-acetyltransferase 30, NatC catalytic subunit"
+"chr7",27184017,27184094,78,"*","Promoter (<=1kb)",7,27180671,27183287,2617,2,"3202",-730,"ENSG00000106004","HOXA5","homeobox A5"
+"chr8",72917363,72917432,70,"*","Intron (uc011lff.2/100132891, intron 4 of 4)",8,72933486,72987819,54334,2,"8989",70387,"ENSG00000104321","TRPA1","transient receptor potential cation channel subfamily A member 1"
+"chr5",13919426,13919449,24,"*","Exon (uc003jfd.2/1767, exon 7 of 79)",5,13690437,13944589,254153,2,"1767",25140,"ENSG00000039139","DNAH5","dynein axonemal heavy chain 5"
+"chr9",34459568,34460044,477,"*","Promoter (<=1kb)",9,34458811,34520982,62172,1,"27019",757,"ENSG00000122735","DNAI1","dynein axonemal intermediate chain 1"
+"chr16",523801,523818,18,"*","Intron (uc002chf.3/9727, intron 3 of 13)",16,475668,572481,96814,1,"9727",48133,"ENSG00000090565","RAB11FIP3","RAB11 family interacting protein 3 (class II)"
+"chr20",62688525,62688717,193,"*","Promoter (<=1kb)",20,62688175,62703700,15526,1,"6919",350,"ENSG00000171703","TCEA2","transcription elongation factor A2"
+"chr14",100705102,100705568,467,"*","Promoter (<=1kb)",14,100705102,100745371,40270,1,"7528",0,"ENSG00000100811","YY1","YY1 transcription factor"
+"chr4",164074155,164074320,166,"*","Intron (uc010iqw.1/92345, intron 6 of 7)",4,164047860,164088073,40214,2,"92345",13753,"ENSG00000145414","NAF1","nuclear assembly factor 1 ribonucleoprotein"
+"chr11",110167543,110167546,4,"*","Promoter (<=1kb)",11,110045605,110167437,121833,2,"5962",-106,"ENSG00000137710","RDX","radixin"
+"chr6",30312981,30312987,7,"*","Exon (uc003nqe.2/79897, exon 1 of 5)",6,28471073,28483570,12498,2,"257202",-1829411,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",1813748,1813987,240,"*","Exon (uc002cmk.3/23162, exon 17 of 32)",16,1820321,1821710,1390,2,"4832",7723,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
+"chr11",128712369,128712462,94,"*","5' UTR",11,128707909,128737268,29360,2,"3758",24806,"ENSG00000151704","KCNJ1","potassium voltage-gated channel subfamily J member 1"
+"chr14",21341823,21342066,244,"*","Distal Intergenic",14,21359562,21360507,946,1,"6037",-17496,"ENSG00000169397","RNASE3","ribonuclease A family member 3"
+"chr17",75084233,75084627,395,"*","Promoter (<=1kb)",17,75084725,75213181,128457,1,"6397",-98,"ENSG00000129657","SEC14L1","SEC14 like lipid binding 1"
+"chr19",2227381,2227651,271,"*","Intron (uc002lvb.4/84444, intron 27 of 27)",19,2234061,2234148,88,2,"100302283",6497,"ENSG00000221411","MIR1227","microRNA 1227"
+"chr4",71200535,71200703,169,"*","Promoter (<=1kb)",4,71200671,71202833,2163,1,"85438",0,"ENSG00000145309","CABS1","calcium binding protein, spermatid associated 1"
+"chr1",155197511,155197644,134,"*","Intron (uc021pau.2/2630, intron 1 of 1)",1,155183616,155208441,24826,2,"2630",10797,"ENSG00000160766","GBAP1","glucosidase, beta, acid pseudogene 1"
+"chr15",38856293,38856528,236,"*","Promoter (<=1kb)",15,38780302,38857007,76706,2,"10125",479,"ENSG00000172575","RASGRP1","RAS guanyl releasing protein 1"
+"chr16",87588683,87588845,163,"*","Distal Intergenic",16,87635441,87731761,96321,1,"57338",-46596,"ENSG00000154118","JPH3","junctophilin 3"
+"chr10",106093670,106093694,25,"*","Intron (uc001kyg.4/85450, intron 1 of 1)",10,106069454,106098251,28798,2,"85450",4557,"ENSG00000148841","ITPRIP","inositol 1,4,5-trisphosphate receptor interacting protein"
+"chr8",12612811,12612870,60,"*","Promoter (<=1kb)",8,12579406,12612992,33587,2,"91694",122,"ENSG00000154359","LONRF1","LON peptidase N-terminal domain and ring finger 1"
+"chr19",17799328,17799384,57,"*","Promoter (<=1kb)",19,17712137,17799050,86914,2,"23025",-278,"ENSG00000130477","UNC13A","unc-13 homolog A (C. elegans)"
+"chr19",10259606,10259609,4,"*","Exon (uc002mng.3/1786, exon 26 of 40)",19,10225690,10230599,4910,2,"8666",-29007,"ENSG00000130811","EIF3G","eukaryotic translation initiation factor 3 subunit G"
+"chr11",2465201,2465279,79,"*","Promoter (<=1kb)",11,2466221,2870340,404120,1,"3784",-942,"ENSG00000053918","KCNQ1","potassium voltage-gated channel subfamily Q member 1"
+"chr15",40762993,40763025,33,"*","Promoter (<=1kb)",15,40763160,40765357,2198,1,"113189",-135,"ENSG00000169105","CHST14","carbohydrate sulfotransferase 14"
+"chr5",88179379,88179448,70,"*","Intron (uc003kjl.3/4208, intron 10 of 11)",5,88014058,88199922,185865,2,"4208",20474,"ENSG00000081189","MEF2C","myocyte enhancer factor 2C"
+"chr11",44970723,44971001,279,"*","Promoter (1-2kb)",11,44953899,44972857,18959,2,"9537",1856,"ENSG00000175274","TP53I11","tumor protein p53 inducible protein 11"
+"chr1",155910523,155910526,4,"*","Promoter (<=1kb)",1,155911480,155912625,1146,1,"339403",-954,"ENSG00000173080","RXFP4","relaxin/insulin-like family peptide receptor 4"
+"chr16",23689705,23689802,98,"*","Promoter (<=1kb)",16,23690201,23701688,11488,1,"5347",-399,"ENSG00000166851","PLK1","polo like kinase 1"
+"chr2",71205637,71205891,255,"*","Promoter (<=1kb)",2,71205575,71212629,7055,1,"79998",62,"ENSG00000144031","ANKRD53","ankyrin repeat domain 53"
+"chr1",100435412,100435437,26,"*","Promoter (<=1kb)",1,100435345,100492534,57190,1,"23443",67,"ENSG00000117620","SLC35A3","solute carrier family 35 member A3"
+"chr22",30752536,30752543,8,"*","Promoter (<=1kb)",22,30752627,30772818,20192,1,"550631",-84,"ENSG00000187860","CCDC157","coiled-coil domain containing 157"
+"chr12",121123972,121124359,388,"*","Promoter (<=1kb)",12,121124949,121139667,14719,1,"9761",-590,"ENSG00000110917","MLEC","malectin"
+"chr5",176734745,176734858,114,"*","5' UTR",5,176730763,176733960,3198,1,"27166",3982,"ENSG00000169230","PRELID1","PRELI domain containing 1"
+"chr19",58666161,58666408,248,"*","Promoter (<=1kb)",19,58637619,58666477,28859,2,"79673",69,"ENSG00000181894","ZNF329","zinc finger protein 329"
+"chr6",167370587,167370648,62,"*","Promoter (<=1kb)",6,167343004,167370679,27676,2,"8635",31,"ENSG00000026297","RNASET2","ribonuclease T2"
+"chr11",46265134,46265393,260,"*","Distal Intergenic",11,46299228,46342972,43745,1,"90993",-33835,"ENSG00000157613","CREB3L1","cAMP responsive element binding protein 3-like 1"
+"chr10",134358082,134358273,192,"*","Intron (uc001llo.1/3632, intron 1 of 12)",10,134351353,134596984,245632,1,"3632",6729,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
+"chr1",68149989,68150145,157,"*","Promoter (<=1kb)",1,68150860,68154021,3162,1,"1647",-715,"ENSG00000116717","GADD45A","growth arrest and DNA damage inducible alpha"
+"chr2",175199741,175199803,63,"*","Promoter (<=1kb)",2,175199821,175202268,2448,1,"100131390",-18,"ENSG00000217236","SP9","Sp9 transcription factor"
+"chr11",15671837,15671883,47,"*","Distal Intergenic",11,15133970,15268756,134787,1,"387755",537867,"ENSG00000188487","INSC","inscuteable homolog (Drosophila)"
+"chr16",982031,982386,356,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",48932,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr6",32153115,32153575,461,"*","3' UTR",6,32485154,32557613,72460,2,"3127",404038,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr22",35670360,35670551,192,"*","Intron (uc003ank.3/10042, intron 6 of 11)",22,35653445,35691800,38356,1,"10042",16915,"ENSG00000100281","HMGXB4","HMG-box containing 4"
+"chr2",26542115,26542188,74,"*","Intron (uc002rhb.1/165082, intron 14 of 14)",2,26568954,26618759,49806,1,"85465",-26766,"ENSG00000138018","EPT1","ethanolaminephosphotransferase 1"
+"chr12",54089247,54089438,192,"*","Distal Intergenic",12,54058944,54070512,11569,2,"517",-18735,"ENSG00000135390","ATP5G2","ATP synthase, H+ transporting, mitochondrial Fo complex subunit C2 (subunit 9)"
+"chr2",128991052,128991244,193,"*","Distal Intergenic",2,129023054,129076171,53118,2,"9394",84927,"ENSG00000136720","HS6ST1","heparan sulfate 6-O-sulfotransferase 1"
+"chr19",685252,685654,403,"*","3' UTR",19,676389,683392,7004,1,"10272",8863,"ENSG00000070404","FSTL3","follistatin like 3"
+"chr16",2110688,2111046,359,"*","Exon (uc002con.3/7249, exon 11 of 42)",16,2097990,2138713,40724,1,"7249",12698,"ENSG00000103197","TSC2","tuberous sclerosis 2"
+"chr16",30441409,30441674,266,"*","Promoter (<=1kb)",16,30435019,30441373,6355,2,"79077",-36,"ENSG00000179958","DCTPP1","dCTP pyrophosphatase 1"
+"chr16",1825888,1826040,153,"*","Promoter (2-3kb)",16,1823229,1826340,3112,1,"197342",2659,"ENSG00000197774","EME2","essential meiotic structure-specific endonuclease subunit 2"
+"chr4",46391694,46391728,35,"*","Promoter (<=1kb)",4,46251581,46392421,140841,2,"2555",693,"ENSG00000151834","GABRA2","gamma-aminobutyric acid type A receptor alpha2 subunit"
+"chr8",41542140,41542172,33,"*","Exon (uc003xoh.3/286, exon 21 of 27)",8,41517959,41518026,68,2,"619554",-24114,NA,"MIR486-1","microRNA 486-1"
+"chr16",3931229,3931238,10,"*","Promoter (1-2kb)",16,3775056,3930121,155066,2,"1387",-1108,"ENSG00000005339","CREBBP","CREB binding protein"
+"chr11",63374063,63374138,76,"*","Intron (uc001nxh.2/11145, intron 3 of 3)",11,63341944,63381941,39998,2,"11145",7803,"ENSG00000176485","PLA2G16","phospholipase A2 group XVI"
+"chr16",57318568,57318697,130,"*","Promoter (<=1kb)",16,57290009,57318584,28576,2,"51090",0,"ENSG00000102934","PLLP","plasmolipin"
+"chr12",102872603,102872937,335,"*","Promoter (1-2kb)",12,102789645,102874378,84734,2,"3479",1441,"ENSG00000017427","IGF1","insulin like growth factor 1"
+"chr6",28602697,28602791,95,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119127,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr15",37403242,37403256,15,"*","Distal Intergenic",15,37183222,37393500,210279,2,"4212",-9742,"ENSG00000134138","MEIS2","Meis homeobox 2"
+"chr17",40330366,40330859,494,"*","Promoter (2-3kb)",17,40308910,40333296,24387,2,"23415",2437,"ENSG00000089558","KCNH4","potassium voltage-gated channel subfamily H member 4"
+"chr2",17935919,17936376,458,"*","Promoter (<=1kb)",2,17935177,17966632,31456,1,"348654",742,"ENSG00000178295","GEN1","GEN1, Holliday junction 5' flap endonuclease"
+"chr2",121745872,121746027,156,"*","Exon (uc002tmq.1/2736, exon 10 of 11)",2,121493199,121750229,257031,1,"2736",252673,"ENSG00000074047","GLI2","GLI family zinc finger 2"
+"chr11",64323400,64323816,417,"*","Promoter (<=1kb)",11,64323098,64338999,15902,1,"55867",302,"ENSG00000168065","SLC22A11","solute carrier family 22 member 11"
+"chr11",101918256,101918403,148,"*","Promoter (<=1kb)",11,101918169,101955291,37123,1,"85016",87,"ENSG00000137691","C11orf70","chromosome 11 open reading frame 70"
+"chr4",6695203,6695377,175,"*","Promoter (<=1kb)",4,6695566,6698897,3332,1,"6286",-189,"ENSG00000163993","S100P","S100 calcium binding protein P"
+"chr2",207024755,207024980,226,"*","Promoter (<=1kb)",2,207024318,207027653,3336,1,"1933",437,"ENSG00000114942","EEF1B2","eukaryotic translation elongation factor 1 beta 2"
+"chr10",94449519,94449797,279,"*","Promoter (<=1kb)",10,94449681,94455408,5728,1,"3087",0,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
+"chr7",819902,820298,397,"*","Intron (uc003siz.2/54919, intron 12 of 12)",7,855194,914557,59364,1,"23353",-34896,"ENSG00000164828","SUN1","Sad1 and UNC84 domain containing 1"
+"chr19",10765084,10765229,146,"*","Promoter (<=1kb)",19,10764937,10803095,38159,1,"3609",147,"ENSG00000129351","ILF3","interleukin enhancer binding factor 3"
+"chr22",19005208,19005524,317,"*","Promoter (<=1kb)",22,19005347,19007761,2415,1,"25787",0,"ENSG00000273032","DGCR9","DiGeorge syndrome critical region gene 9 (non-protein coding)"
+"chr20",35374650,35374699,50,"*","Promoter (<=1kb)",20,35280169,35374541,94373,2,"57446",-109,"ENSG00000101079","NDRG3","NDRG family member 3"
+"chr14",94158129,94158130,2,"*","Exon (uc001ybs.1/57578, exon 47 of 50)",14,94184644,94254766,70123,2,"145270",96636,"ENSG00000175785","PRIMA1","proline rich membrane anchor 1"
+"chr1",27986258,27986375,118,"*","Distal Intergenic",1,27992572,27998724,6153,2,"2537",12349,"ENSG00000126709","IFI6","interferon, alpha-inducible protein 6"
+"chr1",47902227,47902310,84,"*","Promoter (<=1kb)",1,47901689,47906363,4675,1,"2306",538,"ENSG00000186564","FOXD2","forkhead box D2"
+"chr16",67515036,67515055,20,"*","Promoter (<=1kb)",16,67471917,67515089,43173,2,"9114",34,"ENSG00000159720","ATP6V0D1","ATPase H+ transporting V0 subunit d1"
+"chr16",15951809,15952274,466,"*","Promoter (<=1kb)",16,15796992,15950887,153896,2,"4629",-922,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
+"chr16",88564747,88564934,188,"*","Intron (uc002fkv.3/161882, intron 3 of 9)",16,88535326,88535439,114,1,"100847057",29421,"ENSG00000263456","MIR5189","microRNA 5189"
+"chr10",13390384,13390394,11,"*","Promoter (<=1kb)",10,13359438,13390298,30861,2,"22929",-86,"ENSG00000086475","SEPHS1","selenophosphate synthetase 1"
+"chr7",150037842,150037940,99,"*","Promoter (<=1kb)",7,150035407,150038763,3357,2,"5919",823,"ENSG00000106538","RARRES2","retinoic acid receptor responder (tazarotene induced) 2"
+"chr1",149224641,149224669,29,"*","Distal Intergenic",1,149279476,149291742,12267,1,"388692",-54807,"ENSG00000272419","LOC388692","uncharacterized LOC388692"
+"chr1",40781708,40781776,69,"*","Promoter (1-2kb)",1,40766163,40783060,16898,2,"1298",1284,"ENSG00000049089","COL9A2","collagen type IX alpha 2"
+"chr13",112187165,112187343,179,"*","Distal Intergenic",13,111973015,111996594,23580,1,"121793",214150,"ENSG00000153495","TEX29","testis expressed 29"
+"chr2",162101262,162101458,197,"*","Exon (uc002ubt.1/uc002ubt.1, exon 1 of 2)",2,162164786,162268228,103443,1,"10213",-63328,"ENSG00000115233","PSMD14","proteasome 26S subunit, non-ATPase 14"
+"chr10",134359311,134359618,308,"*","Intron (uc001llo.1/3632, intron 1 of 12)",10,134351353,134596984,245632,1,"3632",7958,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
+"chr20",60982411,60982474,64,"*","Promoter (<=1kb)",20,60963686,60982339,18654,2,"81928",-72,"ENSG00000149679","CABLES2","Cdk5 and Abl enzyme substrate 2"
+"chr6",167536063,167536069,7,"*","Intron (uc003qvl.3/1235, intron 10 of 12)",6,167570360,167571319,960,2,"2853",35250,"ENSG00000120436","GPR31","G protein-coupled receptor 31"
+"chr15",89089587,89089914,328,"*","Promoter (<=1kb)",15,89054786,89089912,35127,2,"55070",0,"ENSG00000140543","DET1","de-etiolated homolog 1 (Arabidopsis)"
+"chr17",10741562,10741955,394,"*","Promoter (<=1kb)",17,10725792,10741418,15627,2,"644139",-144,"ENSG00000233670","PIRT","phosphoinositide-interacting regulator of transient receptor potential channels"
+"chr22",41185235,41185415,181,"*","Intron (uc003azc.3/10478, intron 5 of 8)",22,41209887,41209962,76,2,"100616283",24547,"ENSG00000266594","MIR4766","microRNA 4766"
+"chr16",718066,718075,10,"*","Promoter (<=1kb)",16,718083,724174,6092,1,"89941",-8,"ENSG00000140983","RHOT2","ras homolog family member T2"
+"chr16",30205998,30206028,31,"*","Promoter (<=1kb)",16,29454226,30205627,751402,2,"552900",-371,"ENSG00000183336","BOLA2","bolA family member 2"
+"chr10",131813078,131813343,266,"*","Distal Intergenic",10,131633496,131762091,128596,2,"253738",-50987,"ENSG00000108001","EBF3","early B-cell factor 3"
+"chr17",1956916,1956925,10,"*","Promoter (<=1kb)",17,1957448,1962981,5534,1,"3090",-523,"ENSG00000177374","HIC1","hypermethylated in cancer 1"
+"chr7",132261328,132261393,66,"*","Intron (uc003vrb.3/91584, intron 3 of 4)",7,131808091,132333447,525357,2,"91584",72054,"ENSG00000221866","PLXNA4","plexin A4"
+"chr2",875461,875946,486,"*","Distal Intergenic",2,779837,864112,84276,2,"339822",-11349,"ENSG00000237667","LINC01115","long intergenic non-protein coding RNA 1115"
+"chr6",33386040,33386042,3,"*","5' UTR",6,33540323,33548070,7748,2,"578",162028,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr10",63213192,63213339,148,"*","Promoter (<=1kb)",10,63166401,63213208,46808,2,"219623",0,"ENSG00000196932","TMEM26","transmembrane protein 26"
+"chr3",238883,239140,258,"*","Promoter (<=1kb)",3,238279,451097,212819,1,"10752",604,"ENSG00000134121","CHL1","cell adhesion molecule L1 like"
+"chr3",49158443,49158462,20,"*","Promoter (<=1kb)",3,49145479,49158371,12893,2,"10869",-72,"ENSG00000172046","USP19","ubiquitin specific peptidase 19"
+"chr5",502523,502872,350,"*","Intron (uc003jbe.2/6550, intron 16 of 16)",5,473334,524549,51216,2,"6550",21677,"ENSG00000066230","SLC9A3","solute carrier family 9 member A3"
+"chrX",47004411,47004528,118,"*","Promoter (<=1kb)",23,47001615,47004609,2995,2,"54539",81,"ENSG00000147123","NDUFB11","NADH:ubiquinone oxidoreductase subunit B11"
+"chr11",118480977,118481302,326,"*","Intron (uc001ptr.2/23187, intron 1 of 23)",11,118477213,118528748,51536,1,"23187",3764,"ENSG00000019144","PHLDB1","pleckstrin homology like domain family B member 1"
+"chr16",18995250,18995484,235,"*","Promoter (<=1kb)",16,18995256,19075262,80007,1,"79905",0,"ENSG00000170537","TMC7","transmembrane channel like 7"
+"chr7",91510150,91510266,117,"*","Promoter (<=1kb)",7,91431460,91510016,78557,2,"7978",-134,"ENSG00000127989","MTERF1","mitochondrial transcription termination factor 1"
+"chr15",26108615,26108642,28,"*","Promoter (1-2kb)",15,25923860,26110317,186458,2,"57194",1675,"ENSG00000206190","ATP10A","ATPase phospholipid transporting 10A (putative)"
+"chr15",28356567,28356800,234,"*","3' UTR",15,28000023,28344458,344436,2,"4948",-12109,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr18",77171824,77172069,246,"*","Intron (uc002lnc.1/4772, intron 2 of 7)",18,77155772,77289323,133552,1,"4772",16052,"ENSG00000131196","NFATC1","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1"
+"chr16",2765572,2765589,18,"*","Intron (uc002crf.3/83886, intron 3 of 5)",16,2762423,2770552,8130,2,"83886",4963,"ENSG00000172382","PRSS27","protease, serine 27"
+"chrX",57161946,57162307,362,"*","Promoter (1-2kb)",23,57162083,57164058,1976,2,"54466",1751,"ENSG00000147059","SPIN2A","spindlin family member 2A"
+"chr5",68788421,68788893,473,"*","Promoter (<=1kb)",5,68788119,68853931,65813,1,"100506658",302,"ENSG00000197822","OCLN","occludin"
+"chr17",80551495,80551747,253,"*","Exon (uc002kfo.3/3607, exon 1 of 4)",17,80572438,80606411,33974,2,"56270",54664,"ENSG00000141580","WDR45B","WD repeat domain 45B"
+"chr17",29876732,29877168,437,"*","Exon (uc021tuo.1/uc021tuo.1, exon 1 of 1)",17,29887015,29887102,88,1,"406968",-9847,"ENSG00000207614","MIR193A","microRNA 193a"
+"chr19",4791363,4791504,142,"*","Promoter (<=1kb)",19,4791728,4795571,3844,1,"55527",-224,"ENSG00000141965","FEM1A","fem-1 homolog a (C. elegans)"
+"chr20",17662968,17663264,297,"*","Promoter (<=1kb)",20,17594323,17662928,68606,2,"6238",-40,"ENSG00000125844","RRBP1","ribosome binding protein 1"
+"chr13",81229310,81229444,135,"*","Distal Intergenic",13,80910112,80915086,4975,2,"10253",-314224,"ENSG00000136158","SPRY2","sprouty RTK signaling antagonist 2"
+"chr16",66914426,66914781,356,"*","Promoter (<=1kb)",16,66914383,66925002,10620,1,"57546",43,"ENSG00000172840","PDP2","pyruvate dehyrogenase phosphatase catalytic subunit 2"
+"chr5",1865501,1865662,162,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",21631,"ENSG00000113430","IRX4","iroquois homeobox 4"
+"chr15",28339873,28340112,240,"*","Intron (uc001zbh.4/4948, intron 23 of 23)",15,28000023,28344458,344436,2,"4948",4346,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr19",49403501,49403890,390,"*","Promoter (<=1kb)",19,49403307,49426540,23234,1,"4924",194,"ENSG00000104805","NUCB1","nucleobindin 1"
+"chr1",91316825,91317001,177,"*","Intron (uc001dnu.2/uc001dnu.2, intron 1 of 1)",1,91177579,91182794,5216,2,"343472",-134031,"ENSG00000143032","BARHL2","BarH like homeobox 2"
+"chr16",55690825,55691054,230,"*","Promoter (1-2kb)",16,55689542,55740104,50563,1,"6530",1283,"ENSG00000103546","SLC6A2","solute carrier family 6 member 2"
+"chr11",115631290,115631341,52,"*","Promoter (<=1kb)",11,115626051,115631345,5295,2,"283143",4,NA,"LINC00900","long intergenic non-protein coding RNA 900"
+"chr22",29999883,29999921,39,"*","Promoter (<=1kb)",22,29999545,30094589,95045,1,"4771",338,"ENSG00000186575","NF2","neurofibromin 2 (merlin)"
+"chr17",8191877,8191958,82,"*","Promoter (<=1kb)",17,8191969,8193409,1441,1,"29098",-11,"ENSG00000108961","RANGRF","RAN guanine nucleotide release factor"
+"chr9",130699885,130700265,381,"*","Promoter (<=1kb)",9,130697374,130700763,3390,2,"8818",498,"ENSG00000136908","DPM2","dolichyl-phosphate mannosyltransferase polypeptide 2, regulatory subunit"
+"chr16",3551169,3551320,152,"*","Promoter (<=1kb)",16,3550945,3589051,38107,1,"23059",224,"ENSG00000103351","CLUAP1","clusterin associated protein 1"
+"chr19",17462407,17462862,456,"*","3' UTR",19,17445791,17453540,7750,1,"84705",16616,"ENSG00000130299","GTPBP3","GTP binding protein 3 (mitochondrial)"
+"chr16",50058890,50059017,128,"*","Promoter (<=1kb)",16,50059189,50070999,11811,1,"255919",-172,"ENSG00000205423","CNEP1R1","CTD nuclear envelope phosphatase 1 regulatory subunit 1"
+"chr16",21566241,21566385,145,"*","Intron (uc021tel.1/uc021tel.1, intron 2 of 3)",16,21415198,21531765,116568,2,"100271836",-34476,"ENSG00000180747","SMG1P3","SMG1 pseudogene 3"
+"chr15",45406534,45406654,121,"*","Promoter (<=1kb)",15,45406523,45410301,3779,1,"405753",11,"ENSG00000140274","DUOXA2","dual oxidase maturation factor 2"
+"chrX",153284911,153285118,208,"*","Promoter (<=1kb)",23,153275957,153285342,9386,2,"3654",224,"ENSG00000184216","IRAK1","interleukin 1 receptor associated kinase 1"
+"chr17",53046073,53046101,29,"*","Promoter (<=1kb)",17,53029259,53046064,16806,2,"1353",-9,"ENSG00000166260","COX11","COX11 cytochrome c oxidase copper chaperone"
+"chr14",105033283,105033467,185,"*","Distal Intergenic",14,105046056,105056183,10128,1,"400258",-12589,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
+"chr1",22190958,22191315,358,"*","Intron (uc001bfj.3/3339, intron 61 of 96)",1,22138758,22151714,12957,1,"401944",52200,"ENSG00000187942","LDLRAD2","low density lipoprotein receptor class A domain containing 2"
+"chr19",18885810,18885947,138,"*","Intron (uc002nkb.4/23373, intron 12 of 13)",19,18893583,18902114,8532,2,"1311",16167,"ENSG00000105664","COMP","cartilage oligomeric matrix protein"
+"chr11",63827647,63827991,345,"*","Intron (uc001nyh.3/28992, intron 8 of 10)",11,63871362,63886645,15284,1,"23769",-43371,"ENSG00000126500","FLRT1","fibronectin leucine rich transmembrane protein 1"
+"chr12",109234911,109235071,161,"*","Intron (uc001tnm.3/54434, intron 13 of 14)",12,109176466,109251359,74894,2,"54434",16288,"ENSG00000084112","SSH1","slingshot protein phosphatase 1"
+"chr7",111846526,111846539,14,"*","Promoter (<=1kb)",7,111366164,111846462,480299,2,"9732",-64,"ENSG00000128512","DOCK4","dedicator of cytokinesis 4"
+"chr19",41782108,41782135,28,"*","Exon (uc002opz.4/11100, exon 5 of 15)",19,41768391,41813811,45421,1,"11100",13717,"ENSG00000105323","HNRNPUL1","heterogeneous nuclear ribonucleoprotein U-like 1"
+"chr8",98636661,98636727,67,"*","Distal Intergenic",8,98656407,98742488,86082,1,"92140",-19680,"ENSG00000147649","MTDH","metadherin"
+"chr4",117220421,117220873,453,"*","Promoter (<=1kb)",4,117220881,117220924,44,1,"100302290",-8,NA,"MIR1973","microRNA 1973"
+"chr19",57989182,57989282,101,"*","Promoter (<=1kb)",19,57980954,57988938,7985,2,"400720",-244,"ENSG00000197128","ZNF772","zinc finger protein 772"
+"chr1",30559051,30559124,74,"*","Distal Intergenic",1,31191619,31199593,7975,1,"100129196",-632495,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
+"chr10",133978304,133978402,99,"*","Intron (uc001lkx.4/282973, intron 20 of 23)",10,134000414,134019280,18867,1,"10570",-22012,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
+"chr11",57424236,57424401,166,"*","Promoter (<=1kb)",11,57425216,57429337,4122,1,"10978",-815,"ENSG00000172409","CLP1","cleavage and polyadenylation factor I subunit 1"
+"chr1",1243621,1244308,688,"*","Promoter (<=1kb)",1,1243994,1247057,3064,1,"126789",0,"ENSG00000169972","PUSL1","pseudouridylate synthase-like 1"
+"chr16",86527875,86528625,751,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",13841,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
+"chr10",133606378,133606444,67,"*","Exon (uc021qba.1/399827, exon 4 of 5)",10,133604734,133622535,17802,2,"399827",16091,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
+"chr13",101109072,101109204,133,"*","Intron (uc001voo.3/5095, intron 21 of 23)",13,101116691,101133269,16579,2,"100885777",24065,NA,"PCCA-AS1","PCCA antisense RNA 1"
+"chr19",5245976,5246000,25,"*","Exon (uc002mbu.1/5802, exon 7 of 31)",19,5158506,5340814,182309,2,"5802",94814,"ENSG00000105426","PTPRS","protein tyrosine phosphatase, receptor type S"
+"chr2",133090203,133090299,97,"*","Distal Intergenic",2,132905164,133015542,110379,2,"554226",-74661,"ENSG00000163046","ANKRD30BL","ankyrin repeat domain 30B-like"
+"chr8",134309039,134309453,415,"*","Promoter (<=1kb)",8,134249414,134309547,60134,2,"10397",94,"ENSG00000104419","NDRG1","N-myc downstream regulated 1"
+"chr16",69344975,69345019,45,"*","Promoter (<=1kb)",16,69345287,69358946,13660,1,"27183",-268,"ENSG00000132612","VPS4A","vacuolar protein sorting 4 homolog A (S. cerevisiae)"
+"chr6",30043858,30043954,97,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1560288,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrX",152161930,152161956,27,"*","Promoter (<=1kb)",23,152157368,152162671,5304,2,"114824",715,"ENSG00000198883","PNMA5","paraneoplastic Ma antigen family member 5"
+"chr10",44071167,44071320,154,"*","Promoter (1-2kb)",10,44051793,44070066,18274,2,"8187",-1101,"ENSG00000196793","ZNF239","zinc finger protein 239"
+"chr9",140725539,140725850,312,"*","Intron (uc011mfc.2/79813, intron 25 of 26)",9,140732871,140732968,98,1,"693187",-7021,"ENSG00000207693","MIR602","microRNA 602"
+"chr19",22018953,22018958,6,"*","5' UTR",19,21987751,22034870,47120,2,"7594",15912,"ENSG00000198521","ZNF43","zinc finger protein 43"
+"chr8",56368042,56368202,161,"*","Promoter (<=1kb)",8,56361757,56367881,6125,2,"100133234",-161,"ENSG00000248522","SBF1P1","SET binding factor 1 pseudogene 1"
+"chrX",99665951,99666116,166,"*","Promoter (<=1kb)",23,99546642,99665271,118630,2,"57526",-680,"ENSG00000165194","PCDH19","protocadherin 19"
+"chr12",54430684,54430991,308,"*","Promoter (2-3kb)",12,54427734,54427829,96,1,"693200",2950,"ENSG00000207571","MIR615","microRNA 615"
+"chr15",93587653,93588137,485,"*","3' UTR",15,93586636,93632443,45808,2,"56963",44306,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
+"chr16",4386844,4386944,101,"*","Exon (uc002cwc.1/84662, exon 6 of 6)",16,4382216,4389598,7383,1,"84662",4628,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
+"chr4",139163487,139163732,246,"*","Promoter (<=1kb)",4,139085248,139163503,78256,2,"23657",0,"ENSG00000151012","SLC7A11","solute carrier family 7 member 11"
+"chr16",88017838,88017985,148,"*","Exon (uc002fko.1/54971, exon 3 of 8)",16,87984238,88110924,126687,1,"54971",33600,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr6",30071412,30071448,37,"*","Exon (uc003npg.1/11074, exon 9 of 9)",6,28471073,28483570,12498,2,"257202",-1587842,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr8",30770174,30770617,444,"*","Distal Intergenic",8,30689060,30706533,17474,2,"56154",-63641,"ENSG00000133863","TEX15","testis expressed 15"
+"chr1",47799633,47799638,6,"*","Promoter (<=1kb)",1,47799469,47844511,45043,1,"51727",164,"ENSG00000162368","CMPK1","cytidine/uridine monophosphate kinase 1"
+"chr8",9760869,9760877,9,"*","Promoter (<=1kb)",8,9757574,9760839,3266,2,"157627",-30,"ENSG00000253230","LINC00599","long intergenic non-protein coding RNA 599"
+"chr3",27762588,27762757,170,"*","Promoter (1-2kb)",3,27757440,27764206,6767,2,"8320",1449,"ENSG00000163508","EOMES","eomesodermin"
+"chr2",86789845,86790039,195,"*","Promoter (<=1kb)",2,86730553,86790620,60068,2,"51652",581,"ENSG00000115561","CHMP3","charged multivesicular body protein 3"
+"chr19",1479299,1479310,12,"*","Promoter (<=1kb)",19,1461762,1479228,17467,2,"148223",-71,"ENSG00000119559","C19orf25","chromosome 19 open reading frame 25"
+"chr19",19322770,19322854,85,"*","Promoter (<=1kb)",19,19322782,19363061,40280,1,"1463",0,"ENSG00000130287","NCAN","neurocan"
+"chr1",155214527,155214731,205,"*","Promoter (<=1kb)",1,155204239,155214653,10415,2,"2629",0,"ENSG00000177628","GBA","glucosidase, beta, acid"
+"chr3",127175002,127175109,108,"*","Distal Intergenic",3,127291907,127309602,17696,2,"131601",134493,"ENSG00000163870","TPRA1","transmembrane protein adipocyte associated 1"
+"chr16",1536078,1536238,161,"*","Promoter (2-3kb)",16,1535940,1538468,2529,2,"390667",2230,"ENSG00000251692","PTX4","pentraxin 4"
+"chr5",121413977,121413981,5,"*","Promoter (<=1kb)",5,121398890,121414055,15166,2,"4015",74,"ENSG00000113083","LOX","lysyl oxidase"
+"chr12",322924,322935,12,"*","Promoter (<=1kb)",12,299243,323371,24129,2,"6539",436,"ENSG00000111181","SLC6A12","solute carrier family 6 member 12"
+"chr15",50474163,50474182,20,"*","Promoter (<=1kb)",15,50474393,50528589,54197,1,"11001",-211,"ENSG00000140284","SLC27A2","solute carrier family 27 member 2"
+"chr19",51142835,51142933,99,"*","Promoter (<=1kb)",19,51125234,51143092,17859,2,"84258",159,"ENSG00000213023","SYT3","synaptotagmin 3"
+"chr1",110881531,110881772,242,"*","Promoter (<=1kb)",1,110828999,110881793,52795,2,"440600",21,"ENSG00000227963","LOC440600","uncharacterized LOC440600"
+"chr19",991113,991311,199,"*","Exon (uc002lqm.1/57418, exon 6 of 10)",19,984328,994569,10242,1,"57418",6785,"ENSG00000065268","WDR18","WD repeat domain 18"
+"chr10",71906516,71906521,6,"*","Promoter (<=1kb)",10,71897737,71906496,8760,2,"219743",-20,"ENSG00000156521","TYSND1","trypsin domain containing 1"
+"chr2",223174977,223175334,358,"*","Distal Intergenic",2,223064606,223163715,99110,2,"5077",-11262,"ENSG00000135903","PAX3","paired box 3"
+"chr6",170557534,170557757,224,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",13900,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr1",3234186,3234198,13,"*","Intron (uc001akc.3/63976, intron 3 of 16)",1,3371147,3397677,26531,1,"27237",-136949,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
+"chr2",135206071,135206289,219,"*","Exon (uc002ttw.4/4249, exon 16 of 16)",2,135011830,135212192,200363,1,"4249",194241,"ENSG00000152127","MGAT5","mannosyl (alpha-1,6-)-glycoprotein beta-1,6-N-acetyl-glucosaminyltransferase"
+"chr3",71113953,71114116,164,"*","5' UTR",3,71591121,71591240,120,2,"100302112",477124,"ENSG00000221264","MIR1284","microRNA 1284"
+"chr6",170606413,170606506,94,"*","Distal Intergenic",6,170591294,170599697,8404,2,"28514",-6716,"ENSG00000198719","DLL1","delta-like 1 (Drosophila)"
+"chr2",58273438,58273504,67,"*","Intron (uc002rzo.2/7444, intron 4 of 15)",2,58134786,58387055,252270,1,"7444",138652,"ENSG00000028116","VRK2","vaccinia related kinase 2"
+"chr16",34741256,34741493,238,"*","Promoter (<=1kb)",16,34739459,34740840,1382,2,"100130700",-416,"ENSG00000260857","TP53TG3HP","TP53 target 3 family member H, pseudogene"
+"chr8",57124299,57124701,403,"*","Promoter (<=1kb)",8,57124315,57131176,6862,1,"79145",0,"ENSG00000170791","CHCHD7","coiled-coil-helix-coiled-coil-helix domain containing 7"
+"chr7",130130240,130130320,81,"*","Promoter (<=1kb)",7,130126898,130131013,4116,2,"317751",693,NA,"MESTIT1","MEST intronic transcript 1, antisense RNA"
+"chr11",65554356,65554398,43,"*","Promoter (<=1kb)",11,65554505,65564690,10186,1,"5017",-107,"ENSG00000172818","OVOL1","ovo like zinc finger 1"
+"chr20",47835736,47835749,14,"*","Promoter (<=1kb)",20,47835832,47860614,24783,1,"55661",-83,"ENSG00000124228","DDX27","DEAD-box helicase 27"
+"chr19",2446487,2446585,99,"*","Intron (uc002lvy.4/84823, intron 11 of 11)",19,2428163,2456966,28804,2,"84823",10381,"ENSG00000176619","LMNB2","lamin B2"
+"chr16",27473344,27473774,431,"*","Exon (uc002dou.3/2975, exon 36 of 37)",16,27458991,27464714,5724,2,"283888",-8630,"ENSG00000259954","IL21R-AS1","IL21R antisense RNA 1"
+"chr12",132951047,132951155,109,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-45142,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr4",11370745,11370824,80,"*","Promoter (<=1kb)",4,11370451,11370545,95,1,"693157",294,"ENSG00000207716","MIR572","microRNA 572"
+"chr19",58962928,58962931,4,"*","Promoter (<=1kb)",19,58962971,58969199,6229,1,"388569",-40,"ENSG00000249471","ZNF324B","zinc finger protein 324B"
+"chr11",8615710,8615871,162,"*","Promoter (<=1kb)",11,8413418,8615775,202358,2,"65975",0,"ENSG00000130413","STK33","serine/threonine kinase 33"
+"chr14",70316590,70316898,309,"*","Distal Intergenic",14,70346114,70499083,152970,1,"64093",-29216,"ENSG00000198732","SMOC1","SPARC related modular calcium binding 1"
+"chr22",29999118,29999205,88,"*","Promoter (<=1kb)",22,29999545,30094589,95045,1,"4771",-340,"ENSG00000186575","NF2","neurofibromin 2 (merlin)"
+"chr19",59067440,59067454,15,"*","Promoter (<=1kb)",19,59062933,59066486,3554,2,"27243",-954,"ENSG00000130724","CHMP2A","charged multivesicular body protein 2A"
+"chr12",4757711,4758153,443,"*","Promoter (<=1kb)",12,4724676,4758213,33538,2,"10566",60,"ENSG00000111254","AKAP3","A-kinase anchoring protein 3"
+"chr12",58176444,58176471,28,"*","Promoter (<=1kb)",12,58176528,58196639,20112,1,"10102",-57,"ENSG00000123297","TSFM","Ts translation elongation factor, mitochondrial"
+"chr12",113416145,113416220,76,"*","Promoter (<=1kb)",12,113416274,113449528,33255,1,"4939",-54,"ENSG00000111335","OAS2","2'-5'-oligoadenylate synthetase 2"
+"chr16",68027027,68027297,271,"*","5' UTR",16,68021293,68034489,13197,2,"64174",7192,"ENSG00000167261","DPEP2","dipeptidase 2"
+"chr16",11350115,11350118,4,"*","Promoter (<=1kb)",16,11348274,11350039,1766,2,"8651",-76,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
+"chrX",48828022,48828349,328,"*","Promoter (<=1kb)",23,48818639,48828251,9613,2,"3750",0,"ENSG00000102057","KCND1","potassium voltage-gated channel subfamily D member 1"
+"chr16",55512774,55512820,47,"*","Promoter (<=1kb)",16,55513081,55540586,27506,1,"4313",-261,"ENSG00000087245","MMP2","matrix metallopeptidase 2"
+"chr20",57225147,57225630,484,"*","Promoter (<=1kb)",20,57226309,57254582,28274,1,"8675",-679,"ENSG00000124222","STX16","syntaxin 16"
+"chr9",131843135,131843585,451,"*","Promoter (<=1kb)",9,131843383,131852717,9335,1,"57171",0,"ENSG00000167130","DOLPP1","dolichyldiphosphatase 1"
+"chr8",66546269,66546482,214,"*","Promoter (<=1kb)",8,66514691,66546452,31762,2,"55156",0,"ENSG00000104442","ARMC1","armadillo repeat containing 1"
+"chr18",32073016,32073112,97,"*","Promoter (<=1kb)",18,32073254,32471808,398555,1,"1837",-142,"ENSG00000134769","DTNA","dystrobrevin alpha"
+"chr1",6188726,6188898,173,"*","Exon (uc001alz.2/26038, exon 3 of 21)",1,6161847,6240194,78348,2,"26038",51296,"ENSG00000116254","CHD5","chromodomain helicase DNA binding protein 5"
+"chr7",155167401,155167654,254,"*","Distal Intergenic",7,155089486,155101945,12460,1,"3638",77915,"ENSG00000186480","INSIG1","insulin induced gene 1"
+"chr12",133351582,133351746,165,"*","3' UTR",12,133302254,133338451,36198,2,"23141",-13131,"ENSG00000176915","ANKLE2","ankyrin repeat and LEM domain containing 2"
+"chr3",107243742,107244105,364,"*","Promoter (1-2kb)",3,107241783,107530176,288394,1,"56987",1959,"ENSG00000114439","BBX","bobby sox homolog (Drosophila)"
+"chr8",2093137,2093172,36,"*","3' UTR",8,1993158,2093380,100223,1,"9172",99979,"ENSG00000036448","MYOM2","myomesin 2"
+"chr17",20339541,20339830,290,"*","Distal Intergenic",17,20353176,20370848,17673,2,"284194",31018,"ENSG00000170298","LGALS9B","lectin, galactoside-binding, soluble, 9B"
+"chr5",14581651,14581771,121,"*","Promoter (<=1kb)",5,14581891,14616287,34397,1,"54491",-120,"ENSG00000145569","FAM105A","family with sequence similarity 105 member A"
+"chr5",140744983,140745340,358,"*","Promoter (1-2kb)",5,140743898,140892548,148651,1,"56110",1085,"ENSG00000253485","PCDHGA5","protocadherin gamma subfamily A, 5"
+"chr6",31591594,31591597,4,"*","Exon (uc011dnv.1/7916, exon 3 of 14)",6,32485154,32557613,72460,2,"3127",966016,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",70092640,70092681,42,"*","Promoter (<=1kb)",10,70042417,70092684,50268,2,"64081",3,"ENSG00000108187","PBLD","phenazine biosynthesis-like protein domain containing"
+"chr14",58064775,58064878,104,"*","Intron (uc021rtp.1/341880, intron 7 of 7)",14,57936595,57960576,23982,2,"55195",-104199,"ENSG00000100557","C14orf105","chromosome 14 open reading frame 105"
+"chr16",8806963,8807018,56,"*","5' UTR",16,8768444,8878432,109989,1,"18",38519,"ENSG00000183044","ABAT","4-aminobutyrate aminotransferase"
+"chr12",44229663,44229665,3,"*","Promoter (<=1kb)",12,44229962,44783541,553580,1,"84216",-297,"ENSG00000139173","TMEM117","transmembrane protein 117"
+"chr17",80621588,80621718,131,"*","Intron (uc002kfs.3/10966, intron 4 of 5)",17,80572438,80606411,33974,2,"56270",-15177,"ENSG00000141580","WDR45B","WD repeat domain 45B"
+"chr2",232573098,232573223,126,"*","Promoter (<=1kb)",2,232573235,232578250,5016,1,"5757",-12,"ENSG00000187514","PTMA","prothymosin, alpha"
+"chr13",79169705,79169775,71,"*","Intron (uc001vku.1/100874222, intron 3 of 5)",13,79173230,79177695,4466,2,"5457",7920,"ENSG00000152192","POU4F1","POU class 4 homeobox 1"
+"chr14",23387995,23388278,284,"*","Promoter (<=1kb)",14,23369854,23388396,18543,2,"55147",118,"ENSG00000100461","RBM23","RNA binding motif protein 23"
+"chr3",195346589,195347035,447,"*","Distal Intergenic",3,195295573,195311076,15504,2,"347",-35513,"ENSG00000189058","APOD","apolipoprotein D"
+"chr14",103366987,103367306,320,"*","Intron (uc001ymc.2/7187, intron 10 of 11)",14,103388993,103397179,8187,1,"81693",-21687,"ENSG00000166126","AMN","amnion associated transmembrane protein"
+"chr3",133293412,133293451,40,"*","Promoter (<=1kb)",3,133292434,133309118,16685,1,"55573",978,"ENSG00000091527","CDV3","CDV3 homolog (mouse)"
+"chr16",50186224,50186318,95,"*","Promoter (<=1kb)",16,50186829,50269219,82391,1,"64282",-511,"ENSG00000121274","PAPD5","PAP associated domain containing 5"
+"chr11",68671428,68671438,11,"*","Promoter (<=1kb)",11,68671319,68708069,36751,1,"3508",109,"ENSG00000132740","IGHMBP2","immunoglobulin mu binding protein 2"
+"chr11",637127,637885,759,"*","Promoter (<=1kb)",11,637305,640705,3401,1,"1815",0,"ENSG00000069696","DRD4","dopamine receptor D4"
+"chr3",74664098,74664120,23,"*","Distal Intergenic",3,74311722,74570343,258622,2,"5067",-93755,"ENSG00000113805","CNTN3","contactin 3"
+"chr15",29862469,29862520,52,"*","Promoter (<=1kb)",15,29412455,29862927,450473,2,"23359",407,"ENSG00000104059","FAM189A1","family with sequence similarity 189 member A1"
+"chr1",182584193,182584520,328,"*","Promoter (<=1kb)",1,182584275,182585764,1490,1,"284648",0,"ENSG00000261504","LOC284648","uncharacterized LOC284648"
+"chr16",1728194,1728214,21,"*","Promoter (<=1kb)",16,1728278,1752073,23796,1,"90861",-64,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
+"chr8",143695328,143695343,16,"*","Promoter (<=1kb)",8,143692405,143695833,3429,2,"23237",490,"ENSG00000198576","ARC","activity-regulated cytoskeleton-associated protein"
+"chr16",2835016,2835331,316,"*","Promoter (1-2kb)",16,2833954,2836708,2755,2,"260429",1377,"ENSG00000103355","PRSS33","protease, serine 33"
+"chrX",110925197,110925317,121,"*","Promoter (<=1kb)",23,110924346,111003875,79530,1,"79868",851,"ENSG00000101901","ALG13","ALG13, UDP-N-acetylglucosaminyltransferase subunit"
+"chr9",35096797,35096932,136,"*","Promoter (<=1kb)",9,35088685,35096598,7914,2,"84720",-199,"ENSG00000165282","PIGO","phosphatidylinositol glycan anchor biosynthesis class O"
+"chrX",51636562,51636581,20,"*","Intron (uc004dpm.3/9500, intron 1 of 12)",23,51546155,51645450,99296,1,"9500",90407,"ENSG00000179222","MAGED1","MAGE family member D1"
+"chr6",100050918,100051291,374,"*","Distal Intergenic",6,100054650,100063454,8805,1,"59336",-3359,"ENSG00000112238","PRDM13","PR domain 13"
+"chr7",158224491,158224769,279,"*","Intron (uc011kwa.2/5799, intron 21 of 22)",7,158325410,158325505,96,2,"693180",100736,"ENSG00000207637","MIR595","microRNA 595"
+"chr14",102605952,102606026,75,"*","Promoter (<=1kb)",14,102547075,102606086,59012,2,"3320",60,"ENSG00000080824","HSP90AA1","heat shock protein 90kDa alpha family class A member 1"
+"chr6",29720460,29720485,26,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1236890,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr17",33775812,33775869,58,"*","Promoter (<=1kb)",17,33762115,33775856,13742,2,"146857",0,"ENSG00000154760","SLFN13","schlafen family member 13"
+"chr6",170411827,170411905,79,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",159752,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr19",4868079,4868448,370,"*","Promoter (<=1kb)",19,4838346,4867780,29435,2,"10226",-299,"ENSG00000105355","PLIN3","perilipin 3"
+"chr2",172945144,172945226,83,"*","3' UTR",2,172950208,172954401,4194,1,"1745",-4982,"ENSG00000144355","DLX1","distal-less homeobox 1"
+"chr13",114800841,114800911,71,"*","Intron (uc010tkk.2/22821, intron 20 of 23)",13,114747194,114898095,150902,2,"22821",97184,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chr16",34777915,34778087,173,"*","Distal Intergenic",16,34739459,34740840,1382,2,"100130700",-37075,"ENSG00000260857","TP53TG3HP","TP53 target 3 family member H, pseudogene"
+"chr12",114917965,114918562,598,"*","Distal Intergenic",12,114791735,114846247,54513,2,"6910",-71718,"ENSG00000089225","TBX5","T-box 5"
+"chr16",70099560,70100145,586,"*","Promoter (<=1kb)",16,70010202,70099851,89650,2,"283970",0,"ENSG00000196696","PDXDC2P","pyridoxal-dependent decarboxylase domain containing 2, pseudogene"
+"chr12",126345852,126345993,142,"*","Distal Intergenic",12,126443234,126467920,24687,2,"400084",121927,"ENSG00000249267","LINC00939","long intergenic non-protein coding RNA 939"
+"chr14",94855088,94855099,12,"*","Promoter (1-2kb)",14,94843084,94857029,13946,2,"5265",1930,"ENSG00000197249","SERPINA1","serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1"
+"chr5",74349644,74349804,161,"*","Distal Intergenic",5,74323289,74326724,3436,2,"51301",-22920,"ENSG00000176928","GCNT4","glucosaminyl (N-acetyl) transferase 4, core 2"
+"chr6",31762305,31762361,57,"*","Intron (uc003nxe.3/7407, intron 28 of 29)",6,32485154,32557613,72460,2,"3127",795252,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr22",31500892,31501334,443,"*","Promoter (2-3kb)",22,31500763,31503551,2789,2,"140606",2217,"ENSG00000198832","SELM","selenoprotein M"
+"chr1",32645060,32645107,48,"*","Promoter (<=1kb)",1,32645345,32663886,18542,1,"200081",-238,"ENSG00000084652","TXLNA","taxilin alpha"
+"chr1",55230057,55230344,288,"*","Promoter (<=1kb)",1,55222571,55230226,7656,2,"25973",0,"ENSG00000162396","PARS2","prolyl-tRNA synthetase 2, mitochondrial (putative)"
+"chr16",1832685,1832704,20,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",-104,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
+"chr20",52687028,52687317,290,"*","Promoter (<=1kb)",20,52560079,52687304,127226,2,"8537",0,"ENSG00000064787","BCAS1","breast carcinoma amplified sequence 1"
+"chr17",45773511,45773522,12,"*","Promoter (<=1kb)",17,45772630,45789429,16800,1,"9755",881,"ENSG00000198933","TBKBP1","TBK1 binding protein 1"
+"chr3",9691079,9691095,17,"*","Promoter (<=1kb)",3,9691117,9744078,52962,1,"64419",-22,"ENSG00000163719","MTMR14","myotubularin related protein 14"
+"chr6",90539506,90539508,3,"*","Promoter (<=1kb)",6,90539619,90584155,44537,1,"9994",-111,"ENSG00000118412","CASP8AP2","caspase 8 associated protein 2"
+"chr7",668292,668612,321,"*","Intron (uc031swi.1/5575, intron 7 of 9)",7,766338,826116,59779,1,"54919",-97726,"ENSG00000164818","DNAAF5","dynein (axonemal) assembly factor 5"
+"chr16",28909725,28909898,174,"*","Exon (uc002drn.1/487, exon 14 of 23)",16,28890278,28891242,965,2,"100289092",-18483,"ENSG00000260442","ATP2A1-AS1","ATP2A1 antisense RNA 1"
+"chr19",920370,920786,417,"*","3' UTR",19,917342,921015,3674,1,"84634",3028,"ENSG00000116014","KISS1R","KISS1 receptor"
+"chr20",20033044,20033136,93,"*","Promoter (<=1kb)",20,20033158,20341346,308189,1,"26074",-22,"ENSG00000089101","CFAP61","cilia and flagella associated protein 61"
+"chr15",98195974,98196077,104,"*","Distal Intergenic",15,98285846,98417659,131814,2,"91948",221582,"ENSG00000251209","LINC00923","long intergenic non-protein coding RNA 923"
+"chr12",89893765,89893799,35,"*","Intron (uc001tba.3/282809, intron 10 of 10)",12,89913190,89918583,5394,2,"8693",24784,"ENSG00000257594","GALNT4","polypeptide N-acetylgalactosaminyltransferase 4"
+"chr15",77197211,77197536,326,"*","Promoter (<=1kb)",15,76640527,77197744,557218,2,"49855",208,"ENSG00000140386","SCAPER","S-phase cyclin A-associated protein in the ER"
+"chr15",78556887,78556892,6,"*","Promoter (<=1kb)",15,78556487,78574538,18052,1,"55466",400,"ENSG00000140403","DNAJA4","DnaJ heat shock protein family (Hsp40) member A4"
+"chr3",43659559,43659749,191,"*","Intron (uc003cmv.3/55129, intron 12 of 12)",3,43407818,43663560,255743,2,"55129",3811,"ENSG00000160746","ANO10","anoctamin 10"
+"chr11",75917724,75917796,73,"*","Intron (uc001oxf.1/7481, intron 4 of 4)",11,75897370,75921803,24434,2,"7481",4007,"ENSG00000085741","WNT11","wingless-type MMTV integration site family member 11"
+"chr10",47083344,47083378,35,"*","Promoter (<=1kb)",10,47083534,47088320,4787,1,"5540",-156,"ENSG00000204174","NPY4R","neuropeptide Y receptor Y4"
+"chr12",133055011,133055075,65,"*","Distal Intergenic",12,133067157,133161773,94617,1,"57666",-12082,"ENSG00000112787","FBRSL1","fibrosin like 1"
+"chr16",1593130,1593367,238,"*","Intron (uc002cmc.3/79652, intron 3 of 3)",16,1578742,1605581,26840,1,"79652",14388,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr2",38742741,38742843,103,"*","Distal Intergenic",2,38790328,38830178,39851,2,"92906",87335,"ENSG00000143889","HNRNPLL","heterogeneous nuclear ribonucleoprotein L like"
+"chr8",25229924,25229958,35,"*","Promoter (<=1kb)",8,25230075,26230195,1000121,1,"5520",-117,"ENSG00000221914","PPP2R2A","protein phosphatase 2 regulatory subunit B, alpha"
+"chr16",1939193,1939295,103,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,1883984,1934232,50249,2,"254528",-4961,"ENSG00000162039","MEIOB","meiosis specific with OB domains"
+"chr10",50507023,50507044,22,"*","Promoter (<=1kb)",10,50507187,50535537,28351,1,"118461",-143,"ENSG00000177354","C10orf71","chromosome 10 open reading frame 71"
+"chr16",3628364,3628368,5,"*","Promoter (<=1kb)",16,3589036,3627392,38357,2,"197358",-972,"ENSG00000167984","NLRC3","NLR family, CARD domain containing 3"
+"chr4",1985273,1985528,256,"*","Promoter (2-3kb)",4,1988111,1988204,94,2,"100126332",2676,"ENSG00000216105","MIR943","microRNA 943"
+"chr18",55862663,55862763,101,"*","5' UTR",18,55711610,56068772,357163,1,"23327",151053,"ENSG00000049759","NEDD4L","neural precursor cell expressed, developmentally down-regulated 4-like, E3 ubiquitin protein ligase"
+"chr19",54134734,54135129,396,"*","Promoter (<=1kb)",19,54135310,54140263,4954,1,"503834",-181,"ENSG00000204595","DPRX","divergent-paired related homeobox"
+"chr1",178511737,178511959,223,"*","Promoter (<=1kb)",1,178511931,178518024,6094,1,"400798",0,"ENSG00000213057","C1orf220","chromosome 1 open reading frame 220"
+"chr16",88815819,88815915,97,"*","Exon (uc010vpb.2/9780, exon 2 of 51)",16,88782686,88782745,60,2,"100616167",-33074,"ENSG00000265672","MIR4722","microRNA 4722"
+"chr16",89357429,89357552,124,"*","Exon (uc002fmx.2/29123, exon 5 of 13)",16,89387541,89391518,3978,1,"100287036",-29989,NA,"LOC100287036","uncharacterized LOC100287036"
+"chr11",64578250,64578263,14,"*","Promoter (<=1kb)",11,64570986,64578766,7781,2,"4221",503,"ENSG00000133895","MEN1","menin 1"
+"chr13",103426862,103426972,111,"*","Promoter (<=1kb)",13,103418463,103426149,7687,2,"93081",-713,"ENSG00000151287","TEX30","testis expressed 30"
+"chr2",176977172,176977237,66,"*","Distal Intergenic",2,176981492,176984670,3179,1,"3236",-4255,"ENSG00000128710","HOXD10","homeobox D10"
+"chr21",45138799,45139181,383,"*","Promoter (<=1kb)",21,45138978,45182188,43211,1,"8566",0,"ENSG00000160209","PDXK","pyridoxal (pyridoxine, vitamin B6) kinase"
+"chr16",5147165,5147203,39,"*","Promoter (<=1kb)",16,5134301,5147789,13489,2,"196483",586,"ENSG00000118894","EEF2KMT","eukaryotic elongation factor 2 lysine methyltransferase"
+"chr10",131768880,131769026,147,"*","Distal Intergenic",10,131633496,131762091,128596,2,"253738",-6789,"ENSG00000108001","EBF3","early B-cell factor 3"
+"chr2",74756422,74756586,165,"*","Promoter (<=1kb)",2,74756532,74760683,4152,1,"27429",0,"ENSG00000115317","HTRA2","HtrA serine peptidase 2"
+"chr10",75757998,75758427,430,"*","5' UTR",10,75754951,75879914,124964,1,"7414",3047,"ENSG00000035403","VCL","vinculin"
+"chr6",30523392,30523449,58,"*","5' UTR",6,32485154,32557613,72460,2,"3127",2034164,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",112679062,112679176,115,"*","Promoter (<=1kb)",10,112658488,112679124,20637,2,"92482",0,"ENSG00000214413","BBIP1","BBSome interacting protein 1"
+"chr1",43147071,43147565,495,"*","Promoter (<=1kb)",1,43148066,43168020,19955,1,"4904",-501,"ENSG00000065978","YBX1","Y-box binding protein 1"
+"chr10",134468830,134468928,99,"*","Intron (uc001llo.1/3632, intron 4 of 12)",10,134351353,134596984,245632,1,"3632",117477,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
+"chr17",43324322,43324368,47,"*","Promoter (<=1kb)",17,43325303,43345997,20695,1,"100133991",-935,"ENSG00000267278","MAP3K14-AS1","MAP3K14 antisense RNA 1"
+"chr2",197036352,197036384,33,"*","Intron (uc010fsh.3/9262, intron 7 of 7)",2,196998307,197041227,42921,2,"9262",4843,"ENSG00000081320","STK17B","serine/threonine kinase 17b"
+"chr12",133758187,133758253,67,"*","5' UTR",12,133707213,133783697,76485,1,"10795",50974,"ENSG00000090612","ZNF268","zinc finger protein 268"
+"chr16",55794408,55794547,140,"*","Promoter (<=1kb)",16,55794511,55808826,14316,1,"51716",0,"ENSG00000228695","CES1P1","carboxylesterase 1 pseudogene 1"
+"chrX",148714521,148714565,45,"*","Promoter (1-2kb)",23,148678216,148713487,35272,2,"84548",-1034,"ENSG00000269556","TMEM185A","transmembrane protein 185A"
+"chr1",91870362,91870382,21,"*","Promoter (<=1kb)",1,91726323,91870426,144104,2,"164045",44,"ENSG00000162669","HFM1","HFM1, ATP-dependent DNA helicase homolog"
+"chr12",89744476,89744609,134,"*","Promoter (1-2kb)",12,89741837,89746296,4460,2,"1848",1687,"ENSG00000139318","DUSP6","dual specificity phosphatase 6"
+"chr2",63285739,63285798,60,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",8547,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr3",16555404,16555412,9,"*","Promoter (<=1kb)",3,16357352,16555222,197871,2,"23180",-182,"ENSG00000131378","RFTN1","raftlin, lipid raft linker 1"
+"chr7",5085252,5085378,127,"*","Promoter (<=1kb)",7,5085452,5109119,23668,1,"57786",-74,"ENSG00000146587","RBAK","RB associated KRAB zinc finger"
+"chr13",37453878,37453975,98,"*","5' UTR",13,37418968,37494409,75442,2,"4093",40434,"ENSG00000120693","SMAD9","SMAD family member 9"
+"chr6",31798069,31798635,567,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",758978,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr12",5998287,5998329,43,"*","Intron (uc001qnm.2/57101, intron 23 of 25)",12,5671817,6055398,383582,2,"57101",57069,"ENSG00000047617","ANO2","anoctamin 2"
+"chr16",3018943,3019106,164,"*","Promoter (<=1kb)",16,3019342,3023485,4144,1,"124222",-236,"ENSG00000162073","PAQR4","progestin and adipoQ receptor family member IV"
+"chr16",4234455,4234458,4,"*","Distal Intergenic",16,4239375,4292081,52707,2,"6345",57623,"ENSG00000185739","SRL","sarcalumenin"
+"chr22",30234222,30234245,24,"*","Promoter (<=1kb)",22,30184597,30234293,49697,2,"84164",48,"ENSG00000100325","ASCC2","activating signal cointegrator 1 complex subunit 2"
+"chr1",228194868,228195329,462,"*","Promoter (<=1kb)",1,228194723,228248972,54250,1,"89780",145,"ENSG00000154342","WNT3A","wingless-type MMTV integration site family member 3A"
+"chr1",47697965,47698081,117,"*","Promoter (<=1kb)",1,47681963,47697892,15930,2,"6886",-73,"ENSG00000162367","TAL1","T-cell acute lymphocytic leukemia 1"
+"chr7",98552716,98552952,237,"*","Exon (uc003upp.3/8295, exon 40 of 72)",7,98479273,98479352,80,1,"100500819",73443,"ENSG00000266019","MIR3609","microRNA 3609"
+"chr3",9943889,9944512,624,"*","Promoter (<=1kb)",3,9944296,9958084,13789,1,"132014",0,"ENSG00000163701","IL17RE","interleukin 17 receptor E"
+"chr1",1268469,1268894,426,"*","Promoter (1-2kb)",1,1266726,1269844,3119,1,"83756",1743,"ENSG00000169962","TAS1R3","taste 1 receptor member 3"
+"chr16",3703273,3703304,32,"*","Promoter (<=1kb)",16,3702940,3708096,5157,1,"1773",333,"ENSG00000213918","DNASE1","deoxyribonuclease I"
+"chr11",18814078,18814370,293,"*","Promoter (<=1kb)",11,18749475,18814268,64794,2,"84867",0,"ENSG00000110786","PTPN5","protein tyrosine phosphatase, non-receptor type 5"
+"chr3",125094274,125094397,124,"*","Promoter (<=1kb)",3,124944513,125094198,149686,2,"7707",-76,"ENSG00000163848","ZNF148","zinc finger protein 148"
+"chr9",130743770,130743895,126,"*","Promoter (<=1kb)",9,130702861,130742812,39952,2,"399665",-958,"ENSG00000167106","FAM102A","family with sequence similarity 102 member A"
+"chr20",18118393,18118658,266,"*","Promoter (<=1kb)",20,18118499,18123812,5314,1,"100303755",0,"ENSG00000232838","PET117","PET117 homolog"
+"chr11",122848983,122848989,7,"*","Intron (uc010rzs.2/390259, intron 1 of 2)",11,122848357,122852379,4023,2,"390259",3390,"ENSG00000188909","BSX","brain specific homeobox"
+"chr16",50186918,50186948,31,"*","Promoter (<=1kb)",16,50186829,50269219,82391,1,"64282",89,"ENSG00000121274","PAPD5","PAP associated domain containing 5"
+"chr1",86861147,86861201,55,"*","Promoter (<=1kb)",1,86812507,86862025,49519,2,"57489",824,"ENSG00000122417","ODF2L","outer dense fiber of sperm tails 2 like"
+"chr16",28332320,28332432,113,"*","3' UTR",16,28303840,28335170,31331,1,"388228",28480,"ENSG00000188322","SBK1","SH3 domain binding kinase 1"
+"chr8",42995516,42995611,96,"*","Promoter (<=1kb)",8,42995592,43057970,62379,1,"138050",0,"ENSG00000165102","HGSNAT","heparan-alpha-glucosaminide N-acetyltransferase"
+"chr6",11094094,11094097,4,"*","Promoter (<=1kb)",6,11094266,11138969,44704,1,"221710",-169,"ENSG00000224531","SMIM13","small integral membrane protein 13"
+"chr8",146024581,146024611,31,"*","Promoter (<=1kb)",8,146024261,146036554,12294,1,"340385",320,"ENSG00000197363","ZNF517","zinc finger protein 517"
+"chr16",4401296,4401425,130,"*","Promoter (<=1kb)",16,4390252,4401373,11122,2,"51025",0,"ENSG00000217930","PAM16","presequence translocase-associated motor 16 homolog (S. cerevisiae)"
+"chr16",18478885,18479356,472,"*","Distal Intergenic",16,18511182,18573434,62253,2,"283820",94078,"ENSG00000185164","NOMO2","NODAL modulator 2"
+"chr16",68362223,68362652,430,"*","Intron (uc002evy.2/54496, intron 5 of 18)",16,68344877,68391169,46293,1,"54496",17346,"ENSG00000132600","PRMT7","protein arginine methyltransferase 7"
+"chr16",1384674,1384860,187,"*","Promoter (1-2kb)",16,1383606,1399442,15837,1,"8938",1068,"ENSG00000007516","BAIAP3","BAI1 associated protein 3"
+"chr2",219536588,219536679,92,"*","Promoter (<=1kb)",2,219536749,219567440,30692,1,"27148",-70,"ENSG00000163482","STK36","serine/threonine kinase 36"
+"chr11",57092548,57092561,14,"*","Promoter (<=1kb)",11,57067103,57092413,25311,2,"85456",-135,"ENSG00000149115","TNKS1BP1","tankyrase 1 binding protein 1"
+"chr16",49316883,49317032,150,"*","Promoter (1-2kb)",16,49311829,49315742,3914,2,"869",-1141,"ENSG00000102924","CBLN1","cerebellin 1 precursor"
+"chr7",43797499,43797791,293,"*","Promoter (<=1kb)",7,43798272,43846941,48670,1,"644",-481,"ENSG00000106605","BLVRA","biliverdin reductase A"
+"chr9",20622309,20622995,687,"*","Promoter (<=1kb)",9,20344968,20622514,277547,2,"4300",0,"ENSG00000171843","MLLT3","myeloid/lymphoid or mixed-lineage leukemia; translocated to, 3"
+"chr2",240046312,240046456,145,"*","Intron (uc010fyy.3/9759, intron 15 of 23)",2,240007523,240007622,100,2,"100616493",-38690,"ENSG00000264810","MIR4441","microRNA 4441"
+"chr3",185541835,185542425,591,"*","Promoter (<=1kb)",3,185361527,185542827,181301,2,"10644",402,"ENSG00000073792","IGF2BP2","insulin like growth factor 2 mRNA binding protein 2"
+"chr12",6492948,6493003,56,"*","Intron (uc010sfc.2/4055, intron 1 of 9)",12,6456009,6486523,30515,2,"6337",-6425,"ENSG00000111319","SCNN1A","sodium channel epithelial 1 alpha subunit"
+"chr12",8234565,8234647,83,"*","Promoter (<=1kb)",12,8234807,8250373,15567,1,"25977",-160,"ENSG00000089818","NECAP1","NECAP endocytosis associated 1"
+"chr3",139108740,139108897,158,"*","Promoter (<=1kb)",3,139076433,139108522,32090,2,"9276",-218,"ENSG00000184432","COPB2","coatomer protein complex subunit beta 2 (beta prime)"
+"chr15",90545586,90545697,112,"*","Promoter (<=1kb)",15,90544752,90625432,80681,1,"374655",834,"ENSG00000140548","ZNF710","zinc finger protein 710"
+"chr1",14149767,14149784,18,"*","3' UTR",1,14026735,14151574,124840,1,"7799",123032,"ENSG00000116731","PRDM2","PR domain 2"
+"chr14",93419496,93419506,11,"*","Intron (uc001ybe.2/3705, intron 3 of 10)",14,93389445,93401638,12194,1,"1113",30051,"ENSG00000100604","CHGA","chromogranin A"
+"chr17",26990202,26990410,209,"*","Promoter (<=1kb)",17,26989302,27029249,39948,1,"6830",900,"ENSG00000109111","SUPT6H","SPT6 homolog, histone chaperone"
+"chr2",172952088,172952367,280,"*","Promoter (1-2kb)",2,172950208,172954401,4194,1,"1745",1880,"ENSG00000144355","DLX1","distal-less homeobox 1"
+"chr17",17067766,17067851,86,"*","Intron (uc002gqu.2/23164, intron 15 of 23)",17,17115527,17140502,24976,2,"201163",72651,"ENSG00000154803","FLCN","folliculin"
+"chr20",33413616,33413629,14,"*","Promoter (<=1kb)",20,33302578,33413433,110856,2,"23054",-183,"ENSG00000198646","NCOA6","nuclear receptor coactivator 6"
+"chr2",240008034,240008185,152,"*","Promoter (<=1kb)",2,240007523,240007622,100,2,"100616493",-412,"ENSG00000264810","MIR4441","microRNA 4441"
+"chr15",44083931,44084097,167,"*","Promoter (<=1kb)",15,44084174,44094769,10596,1,"100529067",-77,NA,"SERF2-C15ORF63","SERF2-C15orf63 readthrough"
+"chr3",47621019,47621127,109,"*","Promoter (<=1kb)",3,47603728,47621730,18003,2,"10675",603,"ENSG00000114646","CSPG5","chondroitin sulfate proteoglycan 5"
+"chr11",68610632,68610658,27,"*","Promoter (1-2kb)",11,68522088,68609399,87312,2,"1374",-1233,"ENSG00000110090","CPT1A","carnitine palmitoyltransferase 1A"
+"chr20",21086103,21086288,186,"*","Distal Intergenic",20,21106624,21227258,120635,1,"55857",-20336,"ENSG00000088970","KIZ","kizuna centrosomal protein"
+"chr6",28175936,28176104,169,"*","Distal Intergenic",6,28183116,28186707,3592,2,"222699",10603,NA,"TOB2P1","transducer of ERBB2, 2 pseudogene 1"
+"chr19",6375770,6375866,97,"*","Promoter (<=1kb)",19,6375305,6375860,556,2,"5623",0,"ENSG00000125650","PSPN","persephin"
+"chr1",204380466,204380496,31,"*","Promoter (<=1kb)",1,204372492,204380944,8453,2,"84919",448,"ENSG00000158615","PPP1R15B","protein phosphatase 1 regulatory subunit 15B"
+"chr1",19615255,19615370,116,"*","Promoter (<=1kb)",1,19609057,19615280,6224,2,"22977",0,"ENSG00000162482","AKR7A3","aldo-keto reductase family 7, member A3 (aflatoxin aldehyde reductase)"
+"chr5",52405301,52405313,13,"*","Promoter (<=1kb)",5,52393895,52405598,11704,2,"4338",285,"ENSG00000164172","MOCS2","molybdenum cofactor synthesis 2"
+"chr15",66678734,66678964,231,"*","Promoter (<=1kb)",15,66679211,66783882,104672,1,"5604",-247,"ENSG00000169032","MAP2K1","mitogen-activated protein kinase kinase 1"
+"chr11",20385124,20385128,5,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",-103,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
+"chr16",81327910,81328041,132,"*","Distal Intergenic",16,81348571,81413803,65233,1,"8139",-20530,"ENSG00000261609","GAN","gigaxonin"
+"chr1",166846026,166846134,109,"*","Promoter (<=1kb)",1,166825749,166845654,19906,2,"117143",-372,"ENSG00000152382","TADA1","transcriptional adaptor 1"
+"chr19",16045740,16046185,446,"*","Promoter (<=1kb)",19,16023180,16045676,22497,2,"57834",-64,"ENSG00000171903","CYP4F11","cytochrome P450 family 4 subfamily F member 11"
+"chr18",7011220,7011388,169,"*","Exon (uc002knm.3/284217, exon 25 of 63)",18,6919495,6929868,10374,2,"400643",-81352,"ENSG00000265933","LINC00668","long intergenic non-protein coding RNA 668"
+"chr6",130686865,130687139,275,"*","Promoter (<=1kb)",6,130687426,130764210,76785,1,"114801",-287,"ENSG00000164484","TMEM200A","transmembrane protein 200A"
+"chr8",23539907,23539939,33,"*","Promoter (<=1kb)",8,23536206,23540450,4245,2,"4824",511,"ENSG00000167034","NKX3-1","NK3 homeobox 1"
+"chr9",88897456,88897508,53,"*","Promoter (<=1kb)",9,88641058,88897490,256433,2,"51280",0,"ENSG00000135052","GOLM1","golgi membrane protein 1"
+"chr12",62629162,62629186,25,"*","Intron (uc001sqx.3/338811, intron 5 of 5)",12,62102029,62653925,551897,2,"338811",24739,"ENSG00000198673","FAM19A2","family with sequence similarity 19 (chemokine (C-C motif)-like), member A2"
+"chr4",619611,619817,207,"*","Promoter (<=1kb)",4,619363,664681,45319,1,"5158",248,"ENSG00000133256","PDE6B","phosphodiesterase 6B"
+"chr13",76055871,76056027,157,"*","Promoter (<=1kb)",13,75858809,76056250,197442,2,"9882",223,"ENSG00000136111","TBC1D4","TBC1 domain family member 4"
+"chr16",50775976,50776054,79,"*","Promoter (<=1kb)",16,50775961,50835846,59886,1,"1540",15,"ENSG00000083799","CYLD","CYLD lysine 63 deubiquitinase"
+"chr16",47072169,47072306,138,"*","Distal Intergenic",16,46989274,47007625,18352,2,"10294",-64544,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
+"chr19",40724361,40724375,15,"*","Promoter (<=1kb)",19,40721965,40724306,2342,2,"148014",-55,"ENSG00000174521","TTC9B","tetratricopeptide repeat domain 9B"
+"chr19",44439563,44439673,111,"*","Promoter (<=1kb)",19,44416776,44439411,22636,2,"7596",-152,"ENSG00000124459","ZNF45","zinc finger protein 45"
+"chr2",219892361,219892516,156,"*","Exon (uc002vjl.2/255101, exon 13 of 35)",2,219867568,219906273,38706,2,"255101",13757,"ENSG00000181378","CFAP65","cilia and flagella associated protein 65"
+"chr3",44379376,44379503,128,"*","Promoter (<=1kb)",3,44379611,44450940,71330,1,"285343",-108,"ENSG00000179152","TCAIM","T-cell activation inhibitor, mitochondrial"
+"chr3",181438122,181438328,207,"*","Intron (uc003fkv.4/347689, intron 7 of 7)",3,181429712,181432223,2512,1,"6657",8410,"ENSG00000181449","SOX2","SRY-box 2"
+"chr16",3702486,3702776,291,"*","Promoter (<=1kb)",16,3702940,3708096,5157,1,"1773",-164,"ENSG00000213918","DNASE1","deoxyribonuclease I"
+"chr10",105127622,105127639,18,"*","Promoter (<=1kb)",10,105127724,105148822,21099,1,"6877",-85,"ENSG00000148835","TAF5","TATA-box binding protein associated factor 5"
+"chr18",29672458,29672468,11,"*","Promoter (<=1kb)",18,29671818,29711524,39707,1,"51444",640,"ENSG00000134758","RNF138","ring finger protein 138, E3 ubiquitin protein ligase"
+"chr2",71127481,71127490,10,"*","Promoter (<=1kb)",2,71127720,71160575,32856,1,"25806",-230,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
+"chr19",35323288,35323673,386,"*","Promoter (<=1kb)",19,35307058,35323773,16716,2,"400685",100,"ENSG00000267767","LOC400685","uncharacterized LOC400685"
+"chr1",39324743,39324870,128,"*","Intron (uc001ccq.3/64121, intron 6 of 6)",1,39328162,39339050,10889,2,"26292",14180,"ENSG00000214114","MYCBP","MYC binding protein"
+"chr6",33422190,33422194,5,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",125876,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr1",153518006,153518384,379,"*","Promoter (<=1kb)",1,153516095,153518282,2188,2,"6275",0,"ENSG00000196154","S100A4","S100 calcium binding protein A4"
+"chr11",124294730,124294967,238,"*","Promoter (<=1kb)",11,124293838,124294767,930,2,"283162",0,"ENSG00000198657","OR8B4","olfactory receptor family 8 subfamily B member 4 (gene/pseudogene)"
+"chr15",28051024,28051214,191,"*","Intron (uc001zbh.4/4948, intron 1 of 23)",15,28000023,28344458,344436,2,"4948",293244,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr6",1594411,1594543,133,"*","Distal Intergenic",6,1610681,1614129,3449,1,"2296",-16138,"ENSG00000054598","FOXC1","forkhead box C1"
+"chr8",141520873,141520896,24,"*","Promoter (<=1kb)",8,141521397,141527252,5856,1,"54108",-501,"ENSG00000104472","CHRAC1","chromatin accessibility complex 1"
+"chr7",154793806,154793970,165,"*","Promoter (<=1kb)",7,154735400,154794682,59283,2,"22976",712,"ENSG00000157212","PAXIP1","PAX interacting (with transcription-activation domain) protein 1"
+"chr16",4322786,4323072,287,"*","Promoter (<=1kb)",16,4307187,4323001,15815,2,"7023",0,"ENSG00000090447","TFAP4","transcription factor AP-4 (activating enhancer binding protein 4)"
+"chr9",137029702,137029881,180,"*","Promoter (<=1kb)",9,137029562,137029686,125,2,"100151684",-16,"ENSG00000221676","RNU6ATAC","RNA, U6atac small nuclear (U12-dependent splicing)"
+"chr5",66299592,66299738,147,"*","Intron (uc021xzk.1/375449, intron 4 of 28)",5,66478104,66492617,14514,2,"4064",192879,"ENSG00000134061","CD180","CD180 molecule"
+"chrX",103294519,103294682,164,"*","Promoter (<=1kb)",23,103294516,103297021,2506,1,"286436",3,"ENSG00000101812","H2BFM","H2B histone family member M"
+"chr15",66796921,66796922,2,"*","Promoter (<=1kb)",15,66797431,66841822,44392,1,"55055",-509,"ENSG00000174442","ZWILCH","zwilch kinetochore protein"
+"chr12",48551546,48551862,317,"*","Promoter (<=1kb)",12,48541572,48551377,9806,2,"140461",-169,"ENSG00000177981","ASB8","ankyrin repeat and SOCS box containing 8"
+"chr11",62446340,62446350,11,"*","Promoter (<=1kb)",11,62443972,62446545,2574,2,"51035",195,"ENSG00000162191","UBXN1","UBX domain protein 1"
+"chr16",2009272,2009297,26,"*","Promoter (<=1kb)",16,2009517,2011976,2460,1,"4716",-220,"ENSG00000140990","NDUFB10","NADH:ubiquinone oxidoreductase subunit B10"
+"chr17",47337641,47337760,120,"*","Distal Intergenic",17,47325605,47336027,10423,1,"124871",12036,"ENSG00000177369","FLJ40194","uncharacterized FLJ40194"
+"chr6",71276807,71276966,160,"*","Promoter (<=1kb)",6,71276625,71298606,21982,1,"135154",182,"ENSG00000154079","SDHAF4","succinate dehydrogenase complex assembly factor 4"
+"chr6",138188577,138188775,199,"*","Promoter (<=1kb)",6,138188325,138204451,16127,1,"7128",252,"ENSG00000118503","TNFAIP3","TNF alpha induced protein 3"
+"chr17",75954416,75954646,231,"*","Distal Intergenic",17,76000318,76104916,104599,1,"57690",-45672,"ENSG00000078687","TNRC6C","trinucleotide repeat containing 6C"
+"chr11",66234232,66234249,18,"*","Promoter (<=1kb)",11,66233798,66244808,11011,1,"246330",434,"ENSG00000174516","PELI3","pellino E3 ubiquitin protein ligase family member 3"
+"chr17",42385898,42386075,178,"*","Promoter (<=1kb)",17,42385927,42396038,10112,1,"10900",0,"ENSG00000108309","RUNDC3A","RUN domain containing 3A"
+"chr20",39318470,39318705,236,"*","Promoter (<=1kb)",20,39314517,39317876,3360,2,"9935",-594,"ENSG00000204103","MAFB","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog B"
+"chr14",96505674,96505821,148,"*","Promoter (<=1kb)",14,96505661,96560226,54566,1,"56967",13,NA,"C14orf132","chromosome 14 open reading frame 132"
+"chr14",76448011,76448143,133,"*","Promoter (<=1kb)",14,76424442,76448092,23651,2,"7043",0,"ENSG00000119699","TGFB3","transforming growth factor beta 3"
+"chr16",2025688,2026277,590,"*","5' UTR",16,2022064,2028751,6688,1,"10607",3624,"ENSG00000183751","TBL3","transducin (beta)-like 3"
+"chr4",54975677,54975894,218,"*","Intron (uc003haa.3/5156, intron 12 of 23)",4,54966248,54968122,1875,1,"170825",9429,"ENSG00000180613","GSX2","GS homeobox 2"
+"chr1",95392678,95392682,5,"*","Promoter (<=1kb)",1,95362507,95392735,30229,2,"1266",53,"ENSG00000117519","CNN3","calponin 3"
+"chr7",117854586,117854765,180,"*","Distal Intergenic",7,117864712,117882784,18073,1,"56311",-9947,"ENSG00000106013","ANKRD7","ankyrin repeat domain 7"
+"chr17",73727831,73727909,79,"*","5' UTR",17,73717516,73753899,36384,1,"3691",10315,"ENSG00000132470","ITGB4","integrin subunit beta 4"
+"chr19",47217900,47217983,84,"*","Promoter (2-3kb)",19,47177573,47220384,42812,2,"25865",2401,"ENSG00000105287","PRKD2","protein kinase D2"
+"chr7",150413564,150413632,69,"*","Promoter (<=1kb)",7,150413645,150440737,27093,1,"100527949",-13,"ENSG00000196329","GIMAP1-GIMAP5","GIMAP1-GIMAP5 readthrough"
+"chr7",35077706,35077725,20,"*","Promoter (<=1kb)",7,34961081,35077653,116573,2,"23333",-53,"ENSG00000173852","DPY19L1","dpy-19 like 1 (C. elegans)"
+"chr7",156754584,156754681,98,"*","Intron (uc003wmy.3/64434, intron 4 of 10)",7,156742417,156765876,23460,1,"64434",12167,"ENSG00000146909","NOM1","nucleolar protein with MIF4G domain 1"
+"chr1",208136904,208137130,227,"*","Distal Intergenic",1,208059883,208084683,24801,2,"947",-52221,"ENSG00000174059","CD34","CD34 molecule"
+"chr7",31409,31441,33,"*","Distal Intergenic",7,192969,300740,107772,1,"56975",-161528,"ENSG00000177706","FAM20C","family with sequence similarity 20 member C"
+"chr6",30037202,30037361,160,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1553632,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr21",43491319,43491362,44,"*","Intron (uc002zad.1/89766, intron 1 of 22)",21,43483068,43563105,80038,1,"89766",8251,"ENSG00000177398","UMODL1","uromodulin like 1"
+"chr5",68389656,68389682,27,"*","Promoter (<=1kb)",5,68389776,68426899,37124,1,"64924",-94,"ENSG00000145740","SLC30A5","solute carrier family 30 member 5"
+"chrX",47420444,47420453,10,"*","Promoter (<=1kb)",23,47420499,47431320,10822,1,"369",-46,"ENSG00000078061","ARAF","A-Raf proto-oncogene, serine/threonine kinase"
+"chr2",171626836,171627232,397,"*","Promoter (<=1kb)",2,171627604,171634757,7154,1,"100505695",-372,NA,NA,NA
+"chr4",40823896,40823935,40,"*","Exon (uc003gvk.3/323, exon 6 of 7)",4,40751914,40812002,60089,1,"79730",71982,"ENSG00000179299","NSUN7","NOP2/Sun RNA methyltransferase family member 7"
+"chr12",123380822,123380830,9,"*","Promoter (<=1kb)",12,123349875,123380712,30838,2,"79720",-110,"ENSG00000139722","VPS37B","VPS37B, ESCRT-I subunit"
+"chr17",9674769,9674987,219,"*","3' UTR",17,9674751,9694614,19864,2,"201140",19627,"ENSG00000184544","DHRS7C","dehydrogenase/reductase (SDR family) member 7C"
+"chr6",49681185,49681299,115,"*","Promoter (<=1kb)",6,49660071,49681303,21233,2,"7180",4,"ENSG00000124490","CRISP2","cysteine rich secretory protein 2"
+"chr6",168983411,168983447,37,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",141580,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr8",126444439,126444693,255,"*","Promoter (1-2kb)",8,126442563,126450644,8082,1,"10221",1876,"ENSG00000173334","TRIB1","tribbles pseudokinase 1"
+"chr17",81021472,81021703,232,"*","Distal Intergenic",17,80900031,81009686,109656,2,"146712",-11786,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
+"chr4",6052479,6052533,55,"*","Intron (uc010idb.1/152789, intron 8 of 20)",4,5925002,5925055,54,2,"100616201",-127424,"ENSG00000263631","MIR378D1","microRNA 378d-1"
+"chr11",62538773,62538951,179,"*","Promoter (<=1kb)",11,62538775,62554813,16039,1,"10629",0,"ENSG00000162227","TAF6L","TATA-box binding protein associated factor 6 like"
+"chr15",48936160,48936287,128,"*","Promoter (1-2kb)",15,48700503,48937985,237483,2,"2200",1698,"ENSG00000166147","FBN1","fibrillin 1"
+"chr7",102988023,102988138,116,"*","Promoter (<=1kb)",7,102987971,103009842,21872,1,"5701",52,"ENSG00000161057","PSMC2","proteasome 26S subunit, ATPase 2"
+"chr9",35757158,35757266,109,"*","Promoter (2-3kb)",9,35752988,35754274,1287,2,"692094",-2884,"ENSG00000215183","MSMP","microseminoprotein, prostate associated"
+"chr1",40421002,40421272,271,"*","Promoter (<=1kb)",1,40420784,40435628,14845,1,"84879",218,"ENSG00000168389","MFSD2A","major facilitator superfamily domain containing 2A"
+"chr1",7710671,7711031,361,"*","Intron (uc001aoi.3/23261, intron 7 of 22)",1,7831329,7841492,10164,1,"9341",-120298,"ENSG00000049245","VAMP3","vesicle associated membrane protein 3"
+"chr16",11349520,11349832,313,"*","Promoter (<=1kb)",16,11348274,11350039,1766,2,"8651",207,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
+"chr14",52118663,52119049,387,"*","Promoter (<=1kb)",14,52116236,52118462,2227,2,"145438",-201,"ENSG00000273888","FRMD6-AS1","FRMD6 antisense RNA 1"
+"chr6",29970394,29970480,87,"*","Exon (uc011dme.2/80862, exon 6 of 6)",6,28471073,28483570,12498,2,"257202",-1486824,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr18",22006398,22006425,28,"*","Promoter (<=1kb)",18,22006609,22033494,26886,1,"55364",-184,"ENSG00000154059","IMPACT","impact RWD domain protein"
+"chr22",50781146,50781482,337,"*","Promoter (<=1kb)",22,50781746,50883518,101773,1,"9701",-264,"ENSG00000100239","PPP6R2","protein phosphatase 6 regulatory subunit 2"
+"chr12",3702404,3702451,48,"*","3' UTR",12,3716318,3862366,146049,2,"84766",159915,"ENSG00000130038","CRACR2A","calcium release activated channel regulator 2A"
+"chr16",2301174,2301739,566,"*","Promoter (<=1kb)",16,2289873,2301602,11730,2,"1632",0,"ENSG00000167969","ECI1","enoyl-CoA delta isomerase 1"
+"chr17",80875788,80876020,233,"*","Intron (uc002kfx.1/6904, intron 22 of 24)",17,80787310,80797931,10622,2,"79755",-77857,"ENSG00000141579","ZNF750","zinc finger protein 750"
+"chr20",3052221,3052224,4,"*","Promoter (<=1kb)",20,3052266,3053162,897,1,"5020",-42,"ENSG00000101405","OXT","oxytocin/neurophysin I prepropeptide"
+"chr14",96845107,96845182,76,"*","Intron (uc001yfj.5/51527, intron 1 of 3)",14,96858448,96955764,97317,1,"122481",-13266,"ENSG00000140057","AK7","adenylate kinase 7"
+"chr2",106509881,106510087,207,"*","3' UTR",2,106361520,106510730,149211,1,"8440",148361,"ENSG00000071051","NCK2","NCK adaptor protein 2"
+"chr19",50193437,50193809,373,"*","Promoter (<=1kb)",19,50194365,50216988,22624,1,"126129",-556,"ENSG00000169169","CPT1C","carnitine palmitoyltransferase 1C"
+"chr16",50321770,50321830,61,"*","5' UTR",16,50300462,50352043,51582,1,"113",21308,"ENSG00000121281","ADCY7","adenylate cyclase 7"
+"chr6",33144795,33144993,199,"*","Exon (uc010jul.1/1302, exon 4 of 9)",6,33540323,33548070,7748,2,"578",403077,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr12",53490304,53490412,109,"*","Promoter (1-2kb)",12,53491436,53496128,4693,1,"3489",-1024,"ENSG00000167779","IGFBP6","insulin like growth factor binding protein 6"
+"chr11",82867985,82868037,53,"*","Promoter (<=1kb)",11,82868137,82896835,28699,1,"51585",-100,"ENSG00000165494","PCF11","PCF11 cleavage and polyadenylation factor subunit"
+"chr11",64511984,64512188,205,"*","Promoter (<=1kb)",11,64494383,64512928,18546,2,"10235",740,"ENSG00000068831","RASGRP2","RAS guanyl releasing protein 2"
+"chr17",4401670,4401863,194,"*","Promoter (<=1kb)",17,4402129,4443228,41100,1,"124976",-266,"ENSG00000183018","SPNS2","spinster homolog 2 (Drosophila)"
+"chr10",28570835,28571322,488,"*","5' UTR",10,28339923,28591995,252073,2,"143098",20673,"ENSG00000150054","MPP7","membrane protein, palmitoylated 7"
+"chr22",30662939,30662946,8,"*","Promoter (<=1kb)",22,30658819,30662829,4011,2,"5008",-110,"ENSG00000099985","OSM","oncostatin M"
+"chr6",29408113,29408118,6,"*","Exon (uc011dlp.2/442194, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-924543,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr19",49540856,49540864,9,"*","Promoter (<=1kb)",19,49540277,49540404,128,1,"100126780",579,NA,"SNAR-G1","small ILF3/NF90-associated RNA G1"
+"chr3",52091651,52091781,131,"*","Promoter (1-2kb)",3,52082937,52090461,7525,2,"1849",-1190,"ENSG00000164086","DUSP7","dual specificity phosphatase 7"
+"chrX",118987251,118987280,30,"*","Promoter (<=1kb)",23,118967989,118986991,19003,2,"65109",-260,"ENSG00000125351","UPF3B","UPF3 regulator of nonsense transcripts homolog B (yeast)"
+"chr1",156823819,156823892,74,"*","Exon (uc010pht.2/3645, exon 2 of 22)",1,156810665,156828712,18048,2,"3645",4820,"ENSG00000027644","INSRR","insulin receptor-related receptor"
+"chrX",67867676,67867718,43,"*","Promoter (<=1kb)",23,67867511,67945684,78174,1,"9754",165,"ENSG00000130052","STARD8","StAR related lipid transfer domain containing 8"
+"chr3",52864611,52864694,84,"*","Promoter (<=1kb)",3,52847006,52864717,17712,2,"3700",23,"ENSG00000055955","ITIH4","inter-alpha-trypsin inhibitor heavy chain family member 4"
+"chr16",889131,889276,146,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",33688,"ENSG00000167945","PRR25","proline rich 25"
+"chr16",979188,979488,301,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",51830,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr5",1645640,1645754,115,"*","Distal Intergenic",5,1597672,1634120,36449,2,"728613",-11520,NA,"LOC728613","programmed cell death 6 pseudogene"
+"chr20",57464925,57465123,199,"*","Intron (uc002xzt.3/2778, intron 1 of 12)",20,57393973,57425958,31986,2,"149775",-38967,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
+"chr5",128430255,128430259,5,"*","Promoter (<=1kb)",5,128430442,128449719,19278,1,"51015",-183,"ENSG00000066583","ISOC1","isochorismatase domain containing 1"
+"chr19",56988813,56988929,117,"*","Promoter (<=1kb)",19,56950693,56988770,38078,2,"63934",-43,"ENSG00000198046","ZNF667","zinc finger protein 667"
+"chr21",27542701,27542795,95,"*","Promoter (<=1kb)",21,27252861,27543446,290586,2,"351",651,"ENSG00000142192","APP","amyloid beta precursor protein"
+"chr1",27692247,27692467,221,"*","Promoter (<=1kb)",1,27681670,27693337,11668,2,"9064",870,"ENSG00000142733","MAP3K6","mitogen-activated protein kinase kinase kinase 6"
+"chr2",201935977,201936101,125,"*","Promoter (<=1kb)",2,201838441,201936392,97952,2,"285172",291,"ENSG00000155744","FAM126B","family with sequence similarity 126 member B"
+"chr16",3130224,3130324,101,"*","Distal Intergenic",16,3115313,3119668,4356,1,"9235",14911,"ENSG00000008517","IL32","interleukin 32"
+"chr8",145728237,145728388,152,"*","Promoter (1-2kb)",8,145729465,145732555,3091,1,"2875",-1077,"ENSG00000167701","GPT","glutamic-pyruvate transaminase (alanine aminotransferase)"
+"chr16",972462,972615,154,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",58703,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr5",76936588,76936745,158,"*","Promoter (2-3kb)",5,76924537,76934522,9986,2,"23440",-2066,"ENSG00000171540","OTP","orthopedia homeobox"
+"chr4",82136823,82136839,17,"*","Promoter (<=1kb)",4,82009837,82136218,126382,2,"5593",-605,"ENSG00000138669","PRKG2","protein kinase, cGMP-dependent, type II"
+"chr2",233498625,233498682,58,"*","Exon (uc002vtc.3/80303, exon 1 of 4)",2,233470767,233547491,76725,1,"80303",27858,"ENSG00000115468","EFHD1","EF-hand domain family member D1"
+"chr4",1803029,1803395,367,"*","5' UTR",4,1795039,1810599,15561,1,"2261",7990,"ENSG00000068078","FGFR3","fibroblast growth factor receptor 3"
+"chrX",92928934,92929038,105,"*","Promoter (<=1kb)",23,92929012,92967273,38262,1,"286499",0,"ENSG00000179083","FAM133A","family with sequence similarity 133 member A"
+"chr1",153606770,153607143,374,"*","Promoter (<=1kb)",1,153591276,153606568,15293,2,"6284",-202,"ENSG00000189171","S100A13","S100 calcium binding protein A13"
+"chr14",104621980,104622080,101,"*","Intron (uc001yos.4/26153, intron 3 of 14)",14,104605060,104647235,42176,1,"26153",16920,"ENSG00000066735","KIF26A","kinesin family member 26A"
+"chr5",140777344,140777501,158,"*","Promoter (<=1kb)",5,140777695,140892548,114854,1,"56101",-194,"ENSG00000276547","PCDHGB5","protocadherin gamma subfamily B, 5"
+"chr13",114103404,114103429,26,"*","5' UTR",13,114076260,114107839,31580,2,"113622",4410,"ENSG00000153531","ADPRHL1","ADP-ribosylhydrolase like 1"
+"chr18",580180,580196,17,"*","Promoter (<=1kb)",18,580369,581524,1156,1,"1068",-173,"ENSG00000177143","CETN1","centrin 1"
+"chr4",72053349,72053711,363,"*","Promoter (<=1kb)",4,72053003,72437804,384802,1,"8671",346,"ENSG00000080493","SLC4A4","solute carrier family 4 member 4"
+"chr17",79197621,79198053,433,"*","Promoter (<=1kb)",17,79163393,79196751,33359,2,"22994",-870,"ENSG00000141577","CEP131","centrosomal protein 131kDa"
+"chr4",80246899,80247123,225,"*","Promoter (<=1kb)",4,80238272,80247171,8900,2,"84779",48,"ENSG00000156269","NAA11","N(alpha)-acetyltransferase 11, NatA catalytic subunit"
+"chr15",100273097,100273505,409,"*","Promoter (<=1kb)",15,100255906,100273626,17721,2,"145748",121,"ENSG00000183060","LYSMD4","LysM domain containing 4"
+"chr16",22336590,22336989,400,"*","Intron (uc002dkj.2/55718, intron 17 of 17)",16,22308696,22346424,37729,1,"55718",27894,"ENSG00000058600","POLR3E","polymerase (RNA) III subunit E"
+"chr15",66416086,66416399,314,"*","5' UTR",15,66332571,66332670,100,1,"100422905",83515,"ENSG00000263512","MIR4311","microRNA 4311"
+"chr6",33160250,33160262,13,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",387808,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr14",93154484,93154758,275,"*","3' UTR",14,93170152,93215047,44896,2,"5641",60289,"ENSG00000100600","LGMN","legumain"
+"chr11",1715569,1715714,146,"*","Promoter (2-3kb)",11,1718425,1718985,561,1,"440023",-2711,"ENSG00000205864","KRTAP5-6","keratin associated protein 5-6"
+"chr1",153234342,153234387,46,"*","Promoter (2-3kb)",1,153232179,153234600,2422,1,"4014",2163,"ENSG00000203782","LOR","loricrin"
+"chr11",118889231,118889578,348,"*","Promoter (<=1kb)",11,118889241,118894385,5145,1,"51399",0,"ENSG00000196655","TRAPPC4","trafficking protein particle complex 4"
+"chr16",3285233,3285403,171,"*","Promoter (<=1kb)",16,3272325,3285457,13133,2,"7752",54,"ENSG00000010539","ZNF200","zinc finger protein 200"
+"chr2",220025744,220026226,483,"*","3' UTR",2,220026181,220034817,8637,2,"151295",8591,"ENSG00000213901","SLC23A3","solute carrier family 23 member 3"
+"chr1",9097193,9097422,230,"*","3' UTR",1,9063359,9086404,23046,2,"155184",-10789,"ENSG00000197241","SLC2A7","solute carrier family 2 member 7"
+"chr1",225997662,225997678,17,"*","Promoter (<=1kb)",1,225997797,226033262,35466,1,"2052",-119,"ENSG00000143819","EPHX1","epoxide hydrolase 1"
+"chr6",43395509,43395769,261,"*","Promoter (<=1kb)",6,43395292,43418163,22872,1,"89845",217,"ENSG00000124574","ABCC10","ATP binding cassette subfamily C member 10"
+"chr16",86538974,86539121,148,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",3345,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
+"chr1",154974950,154975359,410,"*","Promoter (<=1kb)",1,154975106,154991001,15896,1,"51043",0,"ENSG00000160685","ZBTB7B","zinc finger and BTB domain containing 7B"
+"chr2",74667680,74668072,393,"*","Promoter (<=1kb)",2,74652988,74669060,16073,2,"6242",988,"ENSG00000114993","RTKN","rhotekin"
+"chr4",118006619,118006699,81,"*","Promoter (<=1kb)",4,118004710,118006736,2027,2,"133022",37,"ENSG00000174599","TRAM1L1","translocation associated membrane protein 1-like 1"
+"chr13",37006292,37006734,443,"*","Promoter (<=1kb)",13,37005657,37017019,11363,1,"8900",635,"ENSG00000133101","CCNA1","cyclin A1"
+"chr6",32145921,32145923,3,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",411690,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",27188364,27188722,359,"*","Promoter (<=1kb)",7,27185202,27187393,2192,2,"3203",-971,"ENSG00000106006","HOXA6","homeobox A6"
+"chr6",32037865,32037868,4,"*","Intron (uc003nzl.2/7148, intron 30 of 43)",6,32485154,32557613,72460,2,"3127",519745,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr18",43683984,43684006,23,"*","Promoter (<=1kb)",18,43664110,43684199,20090,2,"498",193,"ENSG00000152234","ATP5A1","ATP synthase, H+ transporting, mitochondrial F1 complex, alpha subunit 1, cardiac muscle"
+"chr2",19553546,19553950,405,"*","5' UTR",2,19551246,19558372,7127,2,"130497",4422,"ENSG00000143867","OSR1","odd-skipped related transciption factor 1"
+"chr6",8435968,8435978,11,"*","Promoter (<=1kb)",6,8435856,8785678,349823,1,"100506207",112,NA,"LOC100506207","uncharacterized LOC100506207"
+"chr7",95546491,95546508,18,"*","Intron (uc003uob.3/1780, intron 5 of 15)",7,95401818,95727736,325919,1,"1780",144673,"ENSG00000158560","DYNC1I1","dynein cytoplasmic 1 intermediate chain 1"
+"chr14",21121487,21121516,30,"*","Distal Intergenic",14,21108855,21109850,996,2,"341799",-11637,"ENSG00000181803","OR6S1","olfactory receptor family 6 subfamily S member 1"
+"chr6",24437412,24437422,11,"*","Exon (uc003ned.2/2822, exon 21 of 25)",6,24403153,24425816,22664,1,"57380",34259,"ENSG00000124532","MRS2","MRS2, magnesium transporter"
+"chr16",1217163,1217171,9,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",13922,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr16",2286738,2287113,376,"*","Promoter (<=1kb)",16,2286424,2288712,2289,1,"1775",314,"ENSG00000167968","DNASE1L2","deoxyribonuclease I-like 2"
+"chr4",99182194,99182328,135,"*","Promoter (<=1kb)",4,99182527,99365012,182486,1,"5910",-199,"ENSG00000138698","RAP1GDS1","Rap1 GTPase-GDP dissociation stimulator 1"
+"chr19",12949679,12950103,425,"*","Promoter (<=1kb)",19,12949259,12985766,36508,1,"22983",420,"ENSG00000105613","MAST1","microtubule associated serine/threonine kinase 1"
+"chr1",160040496,160040660,165,"*","Promoter (<=1kb)",1,160007257,160040051,32795,2,"3766",-445,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
+"chr21",15645810,15645988,179,"*","Promoter (<=1kb)",21,15646120,15710337,64218,1,"150000",-132,"ENSG00000243064","ABCC13","ATP binding cassette subfamily C member 13 (pseudogene)"
+"chr1",57888432,57888659,228,"*","Intron (uc001cys.1/1600, intron 14 of 16)",1,57394883,57431688,36806,2,"732",-456744,"ENSG00000021852","C8B","complement component 8, beta polypeptide"
+"chr3",179169523,179169602,80,"*","Promoter (<=1kb)",3,179113876,179169371,55496,2,"59345",-152,"ENSG00000114450","GNB4","G protein subunit beta 4"
+"chr10",134991931,134992030,100,"*","Intron (uc001llz.1/85442, intron 3 of 29)",10,134973971,135039916,65946,1,"85442",17960,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
+"chr7",731389,731549,161,"*","5' UTR",7,766338,826116,59779,1,"54919",-34789,"ENSG00000164818","DNAAF5","dynein (axonemal) assembly factor 5"
+"chr15",65648254,65648264,11,"*","Intron (uc002aos.2/9543, intron 12 of 13)",15,65619465,65670378,50914,2,"9543",22114,"ENSG00000174498","IGDCC3","immunoglobulin superfamily, DCC subclass, member 3"
+"chr10",102290046,102290066,21,"*","Promoter (<=1kb)",10,102246403,102289636,43234,2,"25956",-410,"ENSG00000075826","SEC31B","SEC31 homolog B, COPII coat complex component"
+"chr14",102476955,102476960,6,"*","Intron (uc001yks.2/1778, intron 31 of 77)",14,102430865,102517135,86271,1,"1778",46090,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
+"chr2",223162001,223162080,80,"*","Promoter (<=1kb)",2,223162866,223169936,7071,1,"151278",-786,"ENSG00000163081","CCDC140","coiled-coil domain containing 140"
+"chr15",56757290,56757312,23,"*","Promoter (<=1kb)",15,56720929,56757335,36407,2,"55329",23,"ENSG00000138587","MNS1","meiosis specific nuclear structural 1"
+"chr12",57635431,57635906,476,"*","Promoter (<=1kb)",12,57628686,57634475,5790,2,"56901",-956,"ENSG00000185633","NDUFA4L2","NADH dehydrogenase (ubiquinone) 1 alpha subcomplex, 4-like 2"
+"chr4",720761,720870,110,"*","Intron (uc003gbc.2/10336, intron 1 of 4)",4,699573,764427,64855,1,"10336",21188,"ENSG00000185619","PCGF3","polycomb group ring finger 3"
+"chr7",38344934,38344935,2,"*","Intron (uc003tfv.3/uc003tfv.3, intron 5 of 5)",7,38279181,38357589,78409,2,"445347",12654,"ENSG00000211689","TARP","TCR gamma alternate reading frame protein"
+"chr8",128747706,128747823,118,"*","Promoter (<=1kb)",8,128747765,128753680,5916,1,"4609",0,"ENSG00000136997","MYC","v-myc avian myelocytomatosis viral oncogene homolog"
+"chr3",42700537,42700626,90,"*","Exon (uc003clu.2/92999, exon 2 of 6)",3,42695176,42709072,13897,1,"92999",5361,"ENSG00000114853","ZBTB47","zinc finger and BTB domain containing 47"
+"chr8",1765288,1765339,52,"*","Promoter (<=1kb)",8,1765397,1765473,77,1,"693181",-58,"ENSG00000207826","MIR596","microRNA 596"
+"chr6",170066598,170066898,301,"*","Intron (uc003qwx.3/253769, intron 20 of 25)",6,169857303,170102159,244857,2,"253769",35261,"ENSG00000184465","WDR27","WD repeat domain 27"
+"chr14",93412562,93412618,57,"*","Intron (uc001ybe.2/3705, intron 1 of 10)",14,93389445,93401638,12194,1,"1113",23117,"ENSG00000100604","CHGA","chromogranin A"
+"chr12",130931922,130932128,207,"*","Intron (uc001uil.2/23504, intron 13 of 18)",12,130822433,130856877,34445,1,"9271",109489,"ENSG00000125207","PIWIL1","piwi-like RNA-mediated gene silencing 1"
+"chr20",39316634,39316986,353,"*","Promoter (<=1kb)",20,39314517,39317876,3360,2,"9935",890,"ENSG00000204103","MAFB","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog B"
+"chr1",39325059,39325342,284,"*","5' UTR",1,39328162,39339050,10889,2,"26292",13708,"ENSG00000214114","MYCBP","MYC binding protein"
+"chr16",29816467,29816675,209,"*","Promoter (<=1kb)",16,29817417,29822504,5088,1,"4150",-742,"ENSG00000103495","MAZ","MYC associated zinc finger protein"
+"chr20",17209611,17209797,187,"*","Promoter (2-3kb)",20,17206752,17465222,258471,1,"5126",2859,"ENSG00000125851","PCSK2","proprotein convertase subtilisin/kexin type 2"
+"chr16",54324967,54325081,115,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-4589,"ENSG00000177508","IRX3","iroquois homeobox 3"
+"chr15",40574544,40574697,154,"*","Promoter (<=1kb)",15,40573645,40574787,1143,2,"100131244",90,"ENSG00000230778","ANKRD63","ankyrin repeat domain 63"
+"chr13",113422129,113422497,369,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",77486,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr14",64319495,64319764,270,"*","Promoter (<=1kb)",14,64319683,64693167,373485,1,"23224",0,"ENSG00000054654","SYNE2","spectrin repeat containing, nuclear envelope 2"
+"chr17",79849687,79849740,54,"*","Promoter (<=1kb)",17,79849599,79858363,8765,1,"51529",88,"ENSG00000141552","ANAPC11","anaphase promoting complex subunit 11"
+"chr7",73703480,73703601,122,"*","Promoter (<=1kb)",7,73703805,73820273,116469,1,"7461",-204,"ENSG00000106665","CLIP2","CAP-Gly domain containing linker protein 2"
+"chr2",209225123,209225600,478,"*","Promoter (<=1kb)",2,209224569,209704818,480250,1,"5746",554,"ENSG00000144407","PTH2R","parathyroid hormone 2 receptor"
+"chr6",30707918,30707934,17,"*","Intron (uc003nrm.3/10211, intron 5 of 12)",6,32485154,32557613,72460,2,"3127",1849679,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",73610981,73611008,28,"*","Promoter (<=1kb)",10,73576055,73611082,35028,2,"5660",74,"ENSG00000197746","PSAP","prosaposin"
+"chr1",41978988,41979076,89,"*","Exon (uc001cgy.3/59269, exon 4 of 5)",1,41944446,41950344,5899,2,"1907",-28644,"ENSG00000127129","EDN2","endothelin 2"
+"chr12",116971039,116971046,8,"*","Promoter (<=1kb)",12,116971227,116974318,3092,1,"100287569",-181,"ENSG00000196668","LINC00173","long intergenic non-protein coding RNA 173"
+"chr14",21152735,21152739,5,"*","Promoter (<=1kb)",14,21152336,21162345,10010,1,"283",399,"ENSG00000214274","ANG","angiogenin, ribonuclease, RNase A family, 5"
+"chr10",102987359,102987435,77,"*","Promoter (1-2kb)",10,102986733,102988717,1985,2,"10660",1282,"ENSG00000138136","LBX1","ladybird homeobox 1"
+"chr1",110036849,110036894,46,"*","Promoter (<=1kb)",1,110036658,110043063,6406,1,"284613",191,"ENSG00000174151","CYB561D1","cytochrome b561 family member D1"
+"chr1",32410566,32410630,65,"*","Distal Intergenic",1,32372022,32403988,31967,2,"8073",-6578,"ENSG00000184007","PTP4A2","protein tyrosine phosphatase type IVA, member 2"
+"chr17",21903945,21903947,3,"*","Promoter (<=1kb)",17,21904062,21913070,9009,1,"284124",-115,"ENSG00000276399","FLJ36000","uncharacterized FLJ36000"
+"chr7",20370372,20370851,480,"*","Promoter (<=1kb)",7,20370325,20455382,85058,1,"3696",47,"ENSG00000105855","ITGB8","integrin subunit beta 8"
+"chr5",19988630,19988658,29,"*","Intron (uc003jgc.3/1016, intron 12 of 14)",5,19473155,20575982,1102828,2,"1016",587324,"ENSG00000145526","CDH18","cadherin 18"
+"chr6",33419532,33419633,102,"*","3' UTR",6,33540323,33548070,7748,2,"578",128437,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chrX",82763518,82763706,189,"*","Promoter (<=1kb)",23,82763269,82764775,1507,1,"5456",249,"ENSG00000196767","POU3F4","POU class 3 homeobox 4"
+"chr11",94823267,94823506,240,"*","Promoter (<=1kb)",11,94822974,94865815,42842,1,"23052",293,"ENSG00000149218","ENDOD1","endonuclease domain containing 1"
+"chr18",33877173,33877207,35,"*","Promoter (<=1kb)",18,33877702,34360018,482317,1,"80206",-495,"ENSG00000134775","FHOD3","formin homology 2 domain containing 3"
+"chr5",76011323,76011380,58,"*","Promoter (<=1kb)",5,76011868,76031595,19728,1,"2149",-488,"ENSG00000181104","F2R","coagulation factor II thrombin receptor"
+"chr7",1894252,1894526,275,"*","Intron (uc003sld.1/8379, intron 1 of 3)",7,1883816,1883889,74,2,"100616160",-10363,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr7",112726490,112726493,4,"*","Promoter (1-2kb)",7,112720468,112727833,7366,2,"54329",1340,"ENSG00000164604","GPR85","G protein-coupled receptor 85"
+"chr13",113498402,113499073,672,"*","Intron (uc001vsi.4/23250, intron 17 of 29)",13,113622814,113754053,131240,1,"23263",-123741,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr15",96876319,96876407,89,"*","Promoter (<=1kb)",15,96876490,96876536,47,1,"100302258",-83,"ENSG00000222651","MIR1469","microRNA 1469"
+"chr3",132441075,132441200,126,"*","Promoter (<=1kb)",3,132441186,132593050,151865,1,"348808",0,"ENSG00000248724","NPHP3-AS1","NPHP3 antisense RNA 1"
+"chr12",99038718,99038720,3,"*","Promoter (<=1kb)",12,99007182,99038829,31648,2,"121457",109,"ENSG00000166130","IKBIP","IKBKB interacting protein"
+"chr2",176867139,176867285,147,"*","Promoter (<=1kb)",2,176790410,176867514,77105,2,"80856",229,"ENSG00000144320","KIAA1715","KIAA1715"
+"chr6",125284155,125284241,87,"*","Promoter (<=1kb)",6,125229392,125284173,54782,2,"7955",0,"ENSG00000236548","RNF217-AS1","RNF217 antisense RNA 1 (head to head)"
+"chr11",30605581,30605704,124,"*","Promoter (2-3kb)",11,30406040,30607930,201891,2,"744",2226,"ENSG00000066382","MPPED2","metallophosphoesterase domain containing 2"
+"chr3",193587600,193587780,181,"*","Distal Intergenic",3,193710883,193712027,1145,2,"100128023",124247,NA,"DPPA2P3","developmental pluripotency associated 2 pseudogene 3"
+"chr7",155137827,155137879,53,"*","Distal Intergenic",7,155089486,155101945,12460,1,"3638",48341,"ENSG00000186480","INSIG1","insulin induced gene 1"
+"chr5",72793969,72794050,82,"*","Promoter (<=1kb)",5,72794250,72801448,7199,1,"689",-200,"ENSG00000145741","BTF3","basic transcription factor 3"
+"chr19",54445463,54445888,426,"*","3' UTR",19,54466290,54493469,27180,1,"59283",-20402,"ENSG00000142408","CACNG8","calcium voltage-gated channel auxiliary subunit gamma 8"
+"chr16",664647,664704,58,"*","Intron (uc021szt.1/57799, intron 2 of 6)",16,681012,684116,3105,1,"117166",-16308,"ENSG00000127578","WFIKKN1","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1"
+"chr16",30798661,30798668,8,"*","Promoter (<=1kb)",16,30789770,30798523,8754,2,"23361",-138,"ENSG00000102870","ZNF629","zinc finger protein 629"
+"chr7",130353086,130353088,3,"*","Promoter (<=1kb)",7,130146080,130353598,207519,2,"26958",510,"ENSG00000158623","COPG2","coatomer protein complex subunit gamma 2"
+"chr12",120652556,120652666,111,"*","Exon (uc001txu.3/5829, exon 5 of 8)",12,120639094,120650631,11538,1,"100506649",13462,"ENSG00000255857","PXN-AS1","PXN antisense RNA 1"
+"chr14",75530858,75530888,31,"*","Promoter (<=1kb)",14,75519928,75530736,10809,2,"97",-122,"ENSG00000119640","ACYP1","acylphosphatase 1"
+"chr19",37329318,37329381,64,"*","Intron (uc021utl.1/388536, intron 4 of 4)",19,37341260,37403930,62671,1,"25850",-11879,"ENSG00000251247","ZNF345","zinc finger protein 345"
+"chr2",85765766,85765810,45,"*","Promoter (<=1kb)",2,85764590,85766009,1420,2,"100630918",199,NA,"PARTICL","promoter of MAT2A antisense radiation-induced circulating long non-coding RNA"
+"chr7",102104807,102104916,110,"*","Promoter (<=1kb)",7,102096667,102105321,8655,2,"54784",405,"ENSG00000160993","ALKBH4","alkB homolog 4, lysine demethylase"
+"chrX",138285922,138286247,326,"*","Promoter (<=1kb)",23,137713734,138287185,573452,2,"2258",938,"ENSG00000129682","FGF13","fibroblast growth factor 13"
+"chr1",153581535,153581750,216,"*","Intron (uc001fcd.1/140576, intron 2 of 2)",1,153579367,153585514,6148,2,"140576",3764,"ENSG00000188643","S100A16","S100 calcium binding protein A16"
+"chr16",1204970,1205294,325,"*","Promoter (1-2kb)",16,1203241,1271772,68532,1,"8912",1729,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr7",66205542,66205681,140,"*","5' UTR",7,66274980,66309813,34834,2,"729156",104132,"ENSG00000230583","GTF2IRD1P1","GTF2I repeat domain containing 1 pseudogene 1"
+"chr14",68283476,68283700,225,"*","Promoter (<=1kb)",14,68213237,68283306,70070,2,"23503",-170,"ENSG00000072121","ZFYVE26","zinc finger FYVE-type containing 26"
+"chr4",96761264,96761329,66,"*","Promoter (<=1kb)",4,96761239,96762625,1387,1,"5161",25,"ENSG00000163114","PDHA2","pyruvate dehydrogenase (lipoamide) alpha 2"
+"chr6",75915202,75915296,95,"*","Promoter (<=1kb)",6,75794042,75915623,121582,2,"1303",327,"ENSG00000111799","COL12A1","collagen type XII alpha 1"
+"chr17",16342083,16342085,3,"*","Promoter (<=1kb)",17,16342301,16373962,31662,1,"125144",-216,"ENSG00000175061","LRRC75A-AS1","LRRC75A antisense RNA 1"
+"chr16",25078000,25078095,96,"*","Distal Intergenic",16,25043062,25044098,1037,1,"554206",34938,"ENSG00000262587","LOC554206","leucine carboxyl methyltransferase 1 pseudogene"
+"chr6",117086941,117086948,8,"*","Promoter (<=1kb)",6,117073360,117086886,13527,2,"221303",-55,"ENSG00000183807","FAM162B","family with sequence similarity 162 member B"
+"chr15",67357898,67357927,30,"*","Promoter (<=1kb)",15,67358195,67487533,129339,1,"4088",-268,"ENSG00000166949","SMAD3","SMAD family member 3"
+"chr16",84270672,84270722,51,"*","Promoter (2-3kb)",16,84254741,84273356,18616,2,"93107",2634,"ENSG00000168418","KCNG4","potassium voltage-gated channel modifier subfamily G member 4"
+"chr2",96874487,96874507,21,"*","Promoter (<=1kb)",2,96850603,96874573,23971,2,"56910",66,"ENSG00000084090","STARD7","StAR related lipid transfer domain containing 7"
+"chr1",193074287,193074380,94,"*","Promoter (<=1kb)",1,193065595,193075244,9650,2,"51022",864,"ENSG00000023572","GLRX2","glutaredoxin 2"
+"chr19",47127358,47127365,8,"*","Promoter (<=1kb)",19,47123725,47128354,4630,2,"5739",989,"ENSG00000160013","PTGIR","prostaglandin I2 (prostacyclin) receptor (IP)"
+"chr2",43903478,43903534,57,"*","Promoter (<=1kb)",2,43902292,43903461,1170,2,"728819",-17,"ENSG00000223658","C1GALT1C1L","C1GALT1-specific chaperone 1 like"
+"chr3",44039530,44039609,80,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-116095,"ENSG00000207954","MIR138-1","microRNA 138-1"
+"chr4",109933648,109933823,176,"*","Intron (uc003hzd.4/84570, intron 32 of 35)",4,109663202,109684235,21034,2,"64850",-249413,"ENSG00000164089","ETNPPL","ethanolamine-phosphate phospho-lyase"
+"chr20",36040855,36041285,431,"*","Distal Intergenic",20,35973088,36033821,60734,1,"6714",67767,"ENSG00000197122","SRC","SRC proto-oncogene, non-receptor tyrosine kinase"
+"chr7",1709441,1709532,92,"*","Distal Intergenic",7,1748798,1787590,38793,1,"392617",-39266,"ENSG00000225968","ELFN1","extracellular leucine-rich repeat and fibronectin type III domain containing 1"
+"chr1",15930075,15930204,130,"*","Distal Intergenic",1,15943953,15987552,43600,1,"84301",-13749,"ENSG00000197312","DDI2","DNA damage inducible 1 homolog 2"
+"chr15",99057371,99057549,179,"*","Promoter (<=1kb)",15,98980391,99057611,77221,2,"283777",62,"ENSG00000185087","FAM169B","family with sequence similarity 169 member B"
+"chr16",598674,598833,160,"*","Intron (uc002chi.3/6650, intron 4 of 13)",16,593277,593366,90,1,"100423037",5397,"ENSG00000266235","MIR3176","microRNA 3176"
+"chr1",38156211,38156235,25,"*","Promoter (1-2kb)",1,38147242,38157888,10647,2,"54955",1653,"ENSG00000116922","C1orf109","chromosome 1 open reading frame 109"
+"chr7",42971908,42971967,60,"*","Promoter (<=1kb)",7,42971939,42977453,5515,1,"64983",0,"ENSG00000106591","MRPL32","mitochondrial ribosomal protein L32"
+"chr14",102430389,102430545,157,"*","Promoter (<=1kb)",14,102430865,102517135,86271,1,"1778",-320,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
+"chr19",11456854,11456857,4,"*","Promoter (<=1kb)",19,11453452,11456981,3530,2,"374882",124,"ENSG00000105518","TMEM205","transmembrane protein 205"
+"chr20",23031198,23031515,318,"*","Promoter (<=1kb)",20,23026270,23030301,4032,2,"7056",-897,"ENSG00000178726","THBD","thrombomodulin"
+"chr6",33154938,33155087,150,"*","Intron (uc003ocx.1/1302, intron 62 of 65)",6,33540323,33548070,7748,2,"578",392983,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr6",170467439,170467790,352,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",103867,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr6",30457676,30457697,22,"*","Exon (uc011dmg.2/3133, exon 2 of 7)",6,28471073,28483570,12498,2,"257202",-1974106,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr18",7567669,7568159,491,"*","Promoter (<=1kb)",18,7567314,8406859,839546,1,"5797",355,"ENSG00000173482","PTPRM","protein tyrosine phosphatase, receptor type M"
+"chr3",57994051,57994053,3,"*","Promoter (<=1kb)",3,57994127,58157982,163856,1,"2317",-74,"ENSG00000136068","FLNB","filamin B"
+"chr6",29795501,29795509,9,"*","Intron (uc031snb.1/3135, intron 1 of 5)",6,28471073,28483570,12498,2,"257202",-1311931,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",101754920,101755186,267,"*","Exon (uc003uys.4/1523, exon 7 of 24)",7,101928405,101962178,33774,1,"10603",-173219,"ENSG00000160999","SH2B2","SH2B adaptor protein 2"
+"chr6",10426310,10426339,30,"*","Downstream (1-2kb)",6,10396916,10419797,22882,2,"7020",-6513,"ENSG00000137203","TFAP2A","transcription factor AP-2 alpha (activating enhancer binding protein 2 alpha)"
+"chr7",127231698,127232146,449,"*","Promoter (<=1kb)",7,127231463,127241851,10389,1,"29999",235,"ENSG00000106328","FSCN3","fascin actin-bundling protein 3"
+"chr18",43547252,43547338,87,"*","Promoter (<=1kb)",18,43427574,43547305,119732,2,"57724",0,"ENSG00000152223","EPG5","ectopic P-granules autophagy protein 5 homolog (C. elegans)"
+"chr11",31832883,31832959,77,"*","5' UTR",11,31838114,31908587,70474,1,"440034",-5155,"ENSG00000049449","DKFZp686K1684","uncharacterized LOC440034"
+"chr17",47979069,47979465,397,"*","Distal Intergenic",17,47915671,47925379,9709,2,"255061",-53690,"ENSG00000176358","TAC4","tachykinin 4 (hemokinin)"
+"chr10",46221206,46221225,20,"*","Promoter (1-2kb)",10,46222648,46288412,65765,1,"253725",-1423,"ENSG00000172661","FAM21C","family with sequence similarity 21 member C"
+"chrX",78003205,78003346,142,"*","Promoter (<=1kb)",23,78003206,78012578,9373,1,"2846",0,"ENSG00000147145","LPAR4","lysophosphatidic acid receptor 4"
+"chr11",12620821,12621248,428,"*","Distal Intergenic",11,12695969,12966284,270316,1,"7003",-74721,"ENSG00000187079","TEAD1","TEA domain transcription factor 1"
+"chr4",1569231,1569870,640,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",116118,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr8",144099774,144099943,170,"*","Promoter (<=1kb)",8,144063448,144099807,36360,2,"100133669",0,NA,"LOC100133669","uncharacterized LOC100133669"
+"chr22",42311273,42311326,54,"*","Promoter (<=1kb)",22,42305558,42310671,5114,2,"440829",-602,"ENSG00000234965","SHISA8","shisa family member 8"
+"chr10",2308951,2308972,22,"*","Distal Intergenic",10,2342513,2357268,14756,2,"399708",48296,NA,"LINC00701","long intergenic non-protein coding RNA 701"
+"chr6",30140231,30140257,27,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1656661,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr4",190284930,190284940,11,"*","Distal Intergenic",4,190861974,190884359,22386,1,"2483",-577034,"ENSG00000109536","FRG1","FSHD region gene 1"
+"chr2",45169500,45169681,182,"*","Promoter (<=1kb)",2,45169037,45173216,4180,1,"6496",463,"ENSG00000138083","SIX3","SIX homeobox 3"
+"chr1",52521846,52522216,371,"*","Promoter (<=1kb)",1,52521857,52556388,34532,1,"91408",0,"ENSG00000134717","BTF3L4","basic transcription factor 3-like 4"
+"chr20",49253552,49253600,49,"*","Intron (uc010zyt.2/140876, intron 21 of 21)",20,49202323,49202416,94,1,"693230",51229,"ENSG00000208018","MIR645","microRNA 645"
+"chr11",27015760,27015765,6,"*","Promoter (<=1kb)",11,27015628,27018632,3005,1,"387758",132,"ENSG00000176971","FIBIN","fin bud initiation factor homolog (zebrafish)"
+"chr6",33263112,33263214,103,"*","5' UTR",6,33540323,33548070,7748,2,"578",284856,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr8",1854747,1854947,201,"*","Intron (uc003wpq.1/9639, intron 18 of 22)",8,1922044,1955109,33066,1,"9920",-67097,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
+"chr16",20911085,20911522,438,"*","Promoter (<=1kb)",16,20911557,20936328,24772,1,"57149",-35,"ENSG00000102897","LYRM1","LYR motif containing 1"
+"chr16",89284213,89284335,123,"*","Promoter (<=1kb)",16,89284111,89295965,11855,1,"197320",102,"ENSG00000170100","ZNF778","zinc finger protein 778"
+"chr3",66551530,66551541,12,"*","Promoter (<=1kb)",3,66429221,66550845,121625,2,"26018",-685,"ENSG00000144749","LRIG1","leucine-rich repeats and immunoglobulin-like domains 1"
+"chr4",170679129,170679161,33,"*","Promoter (<=1kb)",4,170650619,170679093,28475,2,"54969",-36,"ENSG00000056050","C4orf27","chromosome 4 open reading frame 27"
+"chr7",36007718,36008153,436,"*","Distal Intergenic",7,35840596,35946715,106120,1,"989",167122,"ENSG00000122545","SEPT7","septin 7"
+"chr12",131199936,131200134,199,"*","Promoter (<=1kb)",12,130880681,131200826,320146,2,"23504",692,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
+"chr6",168226540,168226576,37,"*","Promoter (<=1kb)",6,168224570,168227476,2907,2,"653483",900,"ENSG00000198221","MLLT4-AS1","MLLT4 antisense RNA 1 (head to head)"
+"chr19",1226918,1227093,176,"*","Intron (uc002lrl.1/6794, intron 9 of 9)",19,1229947,1237990,8044,2,"255057",10897,"ENSG00000099625","CBARP","CACN beta subunit associated regulatory protein"
+"chrX",134166205,134166239,35,"*","Promoter (<=1kb)",23,134166333,134167575,1243,1,"8933",-94,"ENSG00000134590","FAM127A","family with sequence similarity 127 member A"
+"chr14",103373074,103373230,157,"*","3' UTR",14,103388993,103397179,8187,1,"81693",-15763,"ENSG00000166126","AMN","amnion associated transmembrane protein"
+"chr14",70826451,70826572,122,"*","Promoter (<=1kb)",14,70791798,70826448,34651,2,"51241",-3,"ENSG00000133983","COX16","COX16 cytochrome c oxidase assembly homolog"
+"chr1",61547497,61547758,262,"*","5' UTR",1,61542946,61928460,385515,1,"4774",4551,"ENSG00000162599","NFIA","nuclear factor I/A"
+"chr1",234634932,234635029,98,"*","Distal Intergenic",1,234527059,234614849,87791,2,"6894",-20083,"ENSG00000059588","TARBP1","TAR (HIV-1) RNA binding protein 1"
+"chr3",133380742,133380807,66,"*","Promoter (<=1kb)",3,133319449,133380737,61289,2,"11073",-5,"ENSG00000163781","TOPBP1","topoisomerase (DNA) II binding protein 1"
+"chr6",31637616,31638016,401,"*","3' UTR",6,32485154,32557613,72460,2,"3127",919597,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",843637,843828,192,"*","Exon (uc010ibj.3/2580, exon 10 of 11)",4,778745,819945,41201,2,"10815",-23692,"ENSG00000168993","CPLX1","complexin 1"
+"chr12",71833022,71833031,10,"*","Promoter (<=1kb)",12,71833550,71980088,146539,1,"8549",-519,"ENSG00000139292","LGR5","leucine-rich repeat containing G protein-coupled receptor 5"
+"chr10",98272504,98272633,130,"*","Promoter (1-2kb)",10,98124363,98273683,149321,2,"7093",1050,"ENSG00000095587","TLL2","tolloid like 2"
+"chr1",228270029,228270142,114,"*","Promoter (<=1kb)",1,228270361,228286913,16553,1,"375",-219,"ENSG00000143761","ARF1","ADP ribosylation factor 1"
+"chr17",109444,109448,5,"*","Intron (uc010vpy.2/9501, intron 3 of 6)",17,180996,183279,2284,1,"100506388",-71548,"ENSG00000262061","LOC100506388","uncharacterized LOC100506388"
+"chr6",30181335,30181425,91,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1697765,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",155537547,155537901,355,"*","Intron (uc003qqb.3/26230, intron 17 of 28)",6,155585147,155597682,12536,1,"49861",-47246,"ENSG00000171217","CLDN20","claudin 20"
+"chr1",35497458,35497607,150,"*","Promoter (<=1kb)",1,35449368,35497569,48202,2,"9204",0,"ENSG00000163867","ZMYM6","zinc finger MYM-type containing 6"
+"chr12",498582,498779,198,"*","Promoter (<=1kb)",12,389223,498620,109398,2,"5927",0,"ENSG00000073614","KDM5A","lysine demethylase 5A"
+"chr7",157654054,157654170,117,"*","Intron (uc003wns.3/100506585, intron 3 of 3)",7,157647277,157658782,11506,1,"100506585",6777,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr2",240153778,240153791,14,"*","Intron (uc002vyk.4/9759, intron 24 of 26)",2,240115027,240117153,2127,2,"85009",-36625,NA,"MGC16025","uncharacterized LOC85009"
+"chr11",66193883,66193993,111,"*","3' UTR",11,66188475,66194177,5703,1,"266743",5408,"ENSG00000174576","NPAS4","neuronal PAS domain protein 4"
+"chr15",90208810,90208867,58,"*","3' UTR",15,90171201,90198682,27482,2,"374654",-10128,"ENSG00000166813","KIF7","kinesin family member 7"
+"chr10",15001839,15001988,150,"*","Promoter (<=1kb)",10,15001438,15014850,13413,1,"644890",401,"ENSG00000197889","MEIG1","meiosis/spermiogenesis associated 1"
+"chr2",219137442,219137776,335,"*","Promoter (2-3kb)",2,219135115,219211516,76402,1,"25953",2327,"ENSG00000127838","PNKD","paroxysmal nonkinesigenic dyskinesia"
+"chr15",101419221,101419227,7,"*","Promoter (<=1kb)",15,101420009,101456830,36822,1,"220",-782,"ENSG00000184254","ALDH1A3","aldehyde dehydrogenase 1 family member A3"
+"chr1",70671212,70671261,50,"*","Promoter (<=1kb)",1,70610485,70671361,60877,2,"55631",100,"ENSG00000066557","LRRC40","leucine rich repeat containing 40"
+"chr12",98987143,98987217,75,"*","Promoter (<=1kb)",12,98987403,98995778,8376,1,"5250",-186,"ENSG00000075415","SLC25A3","solute carrier family 25 member 3"
+"chr8",144649310,144649630,321,"*","3' UTR",8,144648363,144654928,6566,2,"642475",5298,"ENSG00000204839","MROH6","maestro heat like repeat family member 6"
+"chr1",1990732,1990868,137,"*","Intron (uc001aiq.3/5590, intron 3 of 17)",1,1981909,2116834,134926,1,"5590",8823,"ENSG00000067606","PRKCZ","protein kinase C zeta"
+"chr1",44016014,44016023,10,"*","Intron (uc001cjq.4/5792, intron 3 of 7)",1,43996547,44089343,92797,1,"5792",19467,"ENSG00000142949","PTPRF","protein tyrosine phosphatase, receptor type F"
+"chr14",23292092,23292277,186,"*","Distal Intergenic",14,23242432,23289020,46589,2,"9056",-3072,"ENSG00000155465","SLC7A7","solute carrier family 7 member 7"
+"chr1",209405771,209406063,293,"*","Distal Intergenic",1,209602168,209605892,3725,1,"642587",-196105,NA,"MIR205HG","MIR205 host gene"
+"chr16",3063632,3063821,190,"*","Promoter (1-2kb)",16,3062457,3064506,2050,1,"9080",1175,"ENSG00000213937","CLDN9","claudin 9"
+"chr1",167486930,167487247,318,"*","Promoter (<=1kb)",1,167399877,167487847,87971,2,"919",600,"ENSG00000198821","CD247","CD247 molecule"
+"chr21",46340785,46340857,73,"*","Promoter (<=1kb)",21,46340950,46349595,8646,1,"100505746",-93,"ENSG00000227039","ITGB2-AS1","ITGB2 antisense RNA 1"
+"chr1",1190475,1190493,19,"*","3' UTR",1,1177826,1182102,4277,2,"388581",-8373,"ENSG00000184163","FAM132A","family with sequence similarity 132 member A"
+"chr22",36877559,36877627,69,"*","Promoter (<=1kb)",22,36863093,36877687,14595,2,"25828",60,"ENSG00000100348","TXN2","thioredoxin 2"
+"chr7",101882646,101882758,113,"*","Exon (uc003uys.4/1523, exon 23 of 24)",7,101928405,101962178,33774,1,"10603",-45647,"ENSG00000160999","SH2B2","SH2B adaptor protein 2"
+"chr16",79634660,79634675,16,"*","Promoter (<=1kb)",16,79627745,79634622,6878,2,"4094",-38,"ENSG00000178573","MAF","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog"
+"chrX",84258743,84258823,81,"*","Promoter (<=1kb)",23,84258898,84348323,89426,1,"139322",-75,"ENSG00000155008","APOOL","apolipoprotein O like"
+"chr20",60718270,60718314,45,"*","Promoter (<=1kb)",20,60711783,60718514,6732,2,"5688",200,"ENSG00000101182","PSMA7","proteasome subunit alpha 7"
+"chr7",141501451,141501577,127,"*","Distal Intergenic",7,141490017,141491166,1150,1,"54429",11434,"ENSG00000127366","TAS2R5","taste 2 receptor member 5"
+"chr8",146078959,146079365,407,"*","5' UTR",8,146052903,146072894,19992,1,"7553",26056,"ENSG00000147789","ZNF7","zinc finger protein 7"
+"chr14",24020941,24020957,17,"*","Promoter (<=1kb)",14,23990064,24020858,30795,2,"85446",-83,"ENSG00000136367","ZFHX2","zinc finger homeobox 2"
+"chr6",32939477,32939665,189,"*","5' UTR",6,32605183,32614839,9657,1,"3117",334294,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr15",59730607,59730804,198,"*","Promoter (<=1kb)",15,59730372,59815751,85380,1,"145773",235,"ENSG00000157470","FAM81A","family with sequence similarity 81 member A"
+"chr9",117349945,117350186,242,"*","Promoter (<=1kb)",9,117349994,117361152,11159,1,"9550",0,"ENSG00000136888","ATP6V1G1","ATPase H+ transporting V1 subunit G1"
+"chr14",76734368,76734445,78,"*","Distal Intergenic",14,76837690,76968180,130491,1,"2103",-103245,"ENSG00000119715","ESRRB","estrogen related receptor beta"
+"chr2",220377774,220377837,64,"*","Promoter (1-2kb)",2,220378892,220403494,24603,1,"55515",-1055,"ENSG00000072182","ASIC4","acid sensing ion channel subunit family member 4"
+"chr1",161008750,161008824,75,"*","Promoter (<=1kb)",1,161007422,161008774,1353,2,"100131187",0,"ENSG00000215845","TSTD1","thiosulfate sulfurtransferase (rhodanese)-like domain containing 1"
+"chr11",796434,796521,88,"*","Promoter (1-2kb)",11,790475,798269,7795,2,"79751",1748,"ENSG00000177542","SLC25A22","solute carrier family 25 member 22"
+"chr4",8200549,8200804,256,"*","Promoter (<=1kb)",4,8201060,8242830,41771,1,"54436",-256,"ENSG00000125089","SH3TC1","SH3 domain and tetratricopeptide repeats 1"
+"chr2",201936639,201936661,23,"*","Promoter (<=1kb)",2,201936462,201950473,14012,1,"4709",177,"ENSG00000119013","NDUFB3","NADH:ubiquinone oxidoreductase subunit B3"
+"chr3",238496,238611,116,"*","Promoter (<=1kb)",3,238279,451097,212819,1,"10752",217,"ENSG00000134121","CHL1","cell adhesion molecule L1 like"
+"chr15",72523739,72523758,20,"*","Promoter (<=1kb)",15,72491370,72523727,32358,2,"5315",-12,"ENSG00000067225","PKM","pyruvate kinase, muscle"
+"chr4",8073804,8074092,289,"*","Intron (uc003gkj.4/84448, intron 15 of 20)",4,7967037,8160559,193523,2,"84448",86467,"ENSG00000163995","ABLIM2","actin binding LIM protein family member 2"
+"chr16",565445,565575,131,"*","Intron (uc002chf.3/9727, intron 9 of 13)",16,576847,577407,561,2,"64493",11832,NA,"LINC00235","long intergenic non-protein coding RNA 235"
+"chr19",51128528,51128640,113,"*","Exon (uc002pst.3/84258, exon 7 of 9)",19,51125234,51143092,17859,2,"84258",14452,"ENSG00000213023","SYT3","synaptotagmin 3"
+"chr10",133598638,133598669,32,"*","Distal Intergenic",10,133604734,133622535,17802,2,"399827",23866,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
+"chr12",99038497,99038551,55,"*","Promoter (<=1kb)",12,99007182,99038829,31648,2,"121457",278,"ENSG00000166130","IKBIP","IKBKB interacting protein"
+"chr16",32359673,32359756,84,"*","Distal Intergenic",16,32264650,32267243,2594,1,"729264",95023,"ENSG00000205456","TP53TG3D","TP53 target 3D"
+"chr19",51869680,51869756,77,"*","Promoter (<=1kb)",19,51848409,51869672,21264,2,"2109",-8,"ENSG00000105379","ETFB","electron transfer flavoprotein beta subunit"
+"chr11",34937559,34937564,6,"*","Promoter (<=1kb)",11,34937677,35017675,79999,1,"8050",-113,"ENSG00000110435","PDHX","pyruvate dehydrogenase complex component X"
+"chr15",96909848,96909963,116,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",33358,"ENSG00000222651","MIR1469","microRNA 1469"
+"chr2",97563685,97563966,282,"*","5' UTR",2,97525473,97535735,10263,2,"54910",-27950,"ENSG00000168758","SEMA4C","semaphorin 4C"
+"chr5",118965154,118965233,80,"*","Promoter (<=1kb)",5,118965254,118971517,6264,1,"340069",-21,"ENSG00000164334","FAM170A","family with sequence similarity 170 member A"
+"chr14",61201746,61201929,184,"*","Promoter (<=1kb)",14,61201459,61435398,233940,1,"4331",287,"ENSG00000020426","MNAT1","MNAT1, CDK activating kinase assembly factor"
+"chr8",143279443,143279492,50,"*","Promoter (<=1kb)",8,143279717,143290364,10648,1,"619434",-225,"ENSG00000254008","LINC00051","long intergenic non-protein coding RNA 51"
+"chr6",42145851,42146052,202,"*","Exon (uc003orx.3/2978, exon 4 of 6)",6,42151022,42162694,11673,2,"2979",16642,"ENSG00000112599","GUCA1B","guanylate cyclase activator 1B"
+"chr5",68666027,68666458,432,"*","Promoter (<=1kb)",5,68647553,68665840,18288,2,"6880",-187,"ENSG00000085231","TAF9","TATA-box binding protein associated factor 9"
+"chr4",1004506,1004609,104,"*","Promoter (<=1kb)",4,1004940,1020686,15747,1,"53834",-331,"ENSG00000127418","FGFRL1","fibroblast growth factor receptor-like 1"
+"chr1",65774809,65775059,251,"*","Intron (uc001dcc.1/9829, intron 1 of 11)",1,65720148,65881552,161405,1,"9829",54661,"ENSG00000116675","DNAJC6","DnaJ heat shock protein family (Hsp40) member C6"
+"chr1",994450,994534,85,"*","Distal Intergenic",1,1007126,1009687,2562,2,"401934",15153,"ENSG00000237330","RNF223","ring finger protein 223"
+"chr19",1510536,1510692,157,"*","Promoter (2-3kb)",19,1505017,1513188,8172,2,"339366",2496,"ENSG00000185761","ADAMTSL5","ADAMTS like 5"
+"chr16",31711991,31712064,74,"*","Promoter (<=1kb)",16,31711934,31718745,6812,1,"100132341",57,"ENSG00000131797","CLUHP3","clustered mitochondria (cluA/CLU1) homolog pseudogene 3"
+"chr10",2964692,2964745,54,"*","Distal Intergenic",10,3109712,3178997,69286,1,"5214",-144967,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
+"chr8",65492792,65492846,55,"*","Promoter (<=1kb)",8,65492795,65496191,3397,1,"27319",0,"ENSG00000180828","BHLHE22","basic helix-loop-helix family member e22"
+"chr16",50099896,50100179,284,"*","Promoter (<=1kb)",16,50099881,50139375,39495,1,"55027",15,"ENSG00000155393","HEATR3","HEAT repeat containing 3"
+"chr16",3207475,3207919,445,"*","Exon (uc021tbg.1/uc021tbg.1, exon 1 of 1)",16,3185057,3192805,7749,1,"7760",22418,"ENSG00000085644","ZNF213","zinc finger protein 213"
+"chr16",23568823,23568908,86,"*","Promoter (<=1kb)",16,23568862,23585710,16849,1,"56061",0,"ENSG00000103353","UBFD1","ubiquitin family domain containing 1"
+"chr16",30041836,30042330,495,"*","Promoter (<=1kb)",16,30035748,30042186,6439,2,"83723",0,"ENSG00000149926","FAM57B","family with sequence similarity 57 member B"
+"chr20",46414765,46414818,54,"*","Promoter (<=1kb)",20,46286150,46415360,129211,2,"55959",542,"ENSG00000196562","SULF2","sulfatase 2"
+"chr1",20960867,20961181,315,"*","Promoter (<=1kb)",1,20959948,20978004,18057,1,"65018",919,"ENSG00000158828","PINK1","PTEN induced putative kinase 1"
+"chr6",170554222,170554473,252,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",17184,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr13",37004942,37005074,133,"*","Promoter (<=1kb)",13,37005657,37017019,11363,1,"8900",-583,"ENSG00000133101","CCNA1","cyclin A1"
+"chr4",54967375,54967809,435,"*","Promoter (1-2kb)",4,54966248,54968122,1875,1,"170825",1127,"ENSG00000180613","GSX2","GS homeobox 2"
+"chr16",576870,576982,113,"*","Promoter (<=1kb)",16,576847,577407,561,2,"64493",425,NA,"LINC00235","long intergenic non-protein coding RNA 235"
+"chr2",38604394,38604637,244,"*","Promoter (<=1kb)",2,38522029,38604432,82404,2,"64225",0,"ENSG00000119787","ATL2","atlastin GTPase 2"
+"chr16",77468802,77468845,44,"*","Promoter (<=1kb)",16,77316025,77469011,152987,2,"170692",166,"ENSG00000140873","ADAMTS18","ADAM metallopeptidase with thrombospondin type 1 motif 18"
+"chr1",1295029,1295147,119,"*","Promoter (2-3kb)",1,1288071,1297157,9087,2,"54587",2010,"ENSG00000162576","MXRA8","matrix-remodelling associated 8"
+"chr20",58179540,58179799,260,"*","5' UTR",20,58201519,58203344,1826,2,"100506384",23545,"ENSG00000238194","LOC100506384","uncharacterized LOC100506384"
+"chr7",150216824,150216982,159,"*","Intron (uc003whk.3/168537, intron 1 of 1)",7,150211945,150218161,6217,1,"168537",4879,"ENSG00000179144","GIMAP7","GTPase, IMAP family member 7"
+"chr2",8785728,8785969,242,"*","Distal Intergenic",2,8822113,8824583,2471,1,"3398",-36144,"ENSG00000115738","ID2","inhibitor of DNA binding 2, HLH protein"
+"chr11",58980109,58980377,269,"*","Promoter (<=1kb)",11,58975983,58980494,4512,2,"219972",117,"ENSG00000197629","MPEG1","macrophage expressed 1"
+"chr16",6069351,6069731,381,"*","Promoter (<=1kb)",16,6069132,7763340,1694209,1,"54715",219,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
+"chr16",1922155,1922216,62,"*","5' UTR",16,1883984,1934232,50249,2,"254528",12016,"ENSG00000162039","MEIOB","meiosis specific with OB domains"
+"chr13",114927641,114927806,166,"*","Distal Intergenic",13,114747194,114898095,150902,2,"22821",-29546,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chr16",77469490,77469492,3,"*","Promoter (<=1kb)",16,77316025,77469011,152987,2,"170692",-479,"ENSG00000140873","ADAMTS18","ADAM metallopeptidase with thrombospondin type 1 motif 18"
+"chr19",34287170,34287343,174,"*","Promoter (<=1kb)",19,34287751,34306666,18916,1,"79047",-408,"ENSG00000153885","KCTD15","potassium channel tetramerization domain containing 15"
+"chr8",575726,575741,16,"*","Distal Intergenic",8,439790,495781,55992,2,"157695",-79945,"ENSG00000180190","TDRP","testis development related protein"
+"chr10",21786348,21786359,12,"*","Promoter (<=1kb)",10,21783421,21786213,2793,2,"399726",-135,"ENSG00000204682","CASC10","cancer susceptibility candidate 10"
+"chr1",1293970,1294140,171,"*","Intron (uc001afa.3/54587, intron 9 of 9)",1,1288071,1297157,9087,2,"54587",3017,"ENSG00000162576","MXRA8","matrix-remodelling associated 8"
+"chr2",70121081,70121218,138,"*","Promoter (<=1kb)",2,70121075,70132368,11294,1,"11017",6,"ENSG00000124380","SNRNP27","small nuclear ribonucleoprotein U4/U6.U5 subunit 27"
+"chr16",1859215,1859330,116,"*","3' UTR",16,1840414,1844909,4496,2,"3483",-14306,"ENSG00000099769","IGFALS","insulin like growth factor binding protein acid labile subunit"
+"chr7",1882776,1882949,174,"*","Promoter (<=1kb)",7,1883816,1883889,74,2,"100616160",940,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr7",5161117,5161531,415,"*","3' UTR",7,5160941,5184177,23237,2,"645700",22646,"ENSG00000159904","ZNF890P","zinc finger protein 890, pseudogene"
+"chr12",67197888,67197984,97,"*","Promoter (<=1kb)",12,66741211,67197894,456684,2,"23426",0,"ENSG00000155974","GRIP1","glutamate receptor interacting protein 1"
+"chr16",25123200,25123206,7,"*","Promoter (<=1kb)",16,25123047,25189551,66505,1,"51451",153,"ENSG00000205629","LCMT1","leucine carboxyl methyltransferase 1"
+"chr19",50905585,50905903,319,"*","Exon (uc002psb.5/5424, exon 6 of 27)",19,50922195,50934309,12115,1,"6689",-16292,"ENSG00000269404","SPIB","Spi-B transcription factor"
+"chr16",58498588,58498710,123,"*","Promoter (1-2kb)",16,58497549,58547523,49975,1,"65009",1039,"ENSG00000103034","NDRG4","NDRG family member 4"
+"chr2",162931003,162931127,125,"*","Promoter (<=1kb)",2,162848755,162931052,82298,2,"1803",0,"ENSG00000197635","DPP4","dipeptidyl peptidase 4"
+"chr1",116380417,116380575,159,"*","3' UTR",1,116378999,116383747,4749,2,"4808",3172,"ENSG00000177551","NHLH2","nescient helix-loop-helix 2"
+"chr1",159869960,159870026,67,"*","Promoter (<=1kb)",1,159842154,159869906,27753,2,"25790",-54,"ENSG00000213085","CFAP45","cilia and flagella associated protein 45"
+"chr16",3221328,3221355,28,"*","Distal Intergenic",16,3254247,3255185,939,1,"4992",-32892,"ENSG00000168124","OR1F1","olfactory receptor family 1 subfamily F member 1"
+"chr3",56836203,56836209,7,"*","Intron (uc011bew.1/50650, intron 9 of 10)",3,56654160,56717135,62976,2,"23272",-119068,"ENSG00000163946","FAM208A","family with sequence similarity 208 member A"
+"chr2",9563811,9563880,70,"*","Promoter (<=1kb)",2,9563666,9613239,49574,1,"51692",145,"ENSG00000119203","CPSF3","cleavage and polyadenylation specific factor 3"
+"chr7",27185345,27185512,168,"*","Promoter (1-2kb)",7,27185202,27187393,2192,2,"3203",1881,"ENSG00000106006","HOXA6","homeobox A6"
+"chr16",18994622,18995109,488,"*","Promoter (<=1kb)",16,18995256,19075262,80007,1,"79905",-147,"ENSG00000170537","TMC7","transmembrane channel like 7"
+"chr1",50888710,50888826,117,"*","Promoter (<=1kb)",1,50883223,50889119,5897,2,"63950",293,"ENSG00000142700","DMRTA2","DMRT like family A2"
+"chr8",95835303,95835522,220,"*","Promoter (<=1kb)",8,95835518,95892721,57204,1,"55656",0,"ENSG00000164941","INTS8","integrator complex subunit 8"
+"chr7",28319541,28319546,6,"*","Distal Intergenic",7,28338940,28865511,526572,1,"9586",-19394,"ENSG00000146592","CREB5","cAMP responsive element binding protein 5"
+"chr16",89632126,89632296,171,"*","3' UTR",16,89627838,89627909,72,1,"606500",4288,NA,"SNORD68","small nucleolar RNA, C/D box 68"
+"chr1",60391651,60392140,490,"*","Promoter (<=1kb)",1,60358980,60392423,33444,2,"1573",283,"ENSG00000134716","CYP2J2","cytochrome P450 family 2 subfamily J member 2"
+"chr1",24828970,24829151,182,"*","Promoter (<=1kb)",1,24822823,24828850,6028,2,"100750325",-120,NA,"RCAN3AS","RCAN3 antisense"
+"chr13",79234715,79234799,85,"*","Promoter (<=1kb)",13,79188421,79234700,46280,2,"79596",-15,"ENSG00000152193","RNF219","ring finger protein 219"
+"chr1",41889418,41889625,208,"*","Distal Intergenic",1,41944446,41950344,5899,2,"1907",60719,"ENSG00000127129","EDN2","endothelin 2"
+"chr4",37828066,37828336,271,"*","Promoter (<=1kb)",4,37828282,37864559,36278,1,"55276",0,"ENSG00000169299","PGM2","phosphoglucomutase 2"
+"chr22",41593266,41593864,599,"*","Exon (uc003azm.3/uc003azm.3, exon 1 of 3)",22,41601313,41627275,25963,1,"83746",-7449,"ENSG00000100395","L3MBTL2","l(3)mbt-like 2 (Drosophila)"
+"chr6",33215649,33215685,37,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",332385,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr21",40752082,40752339,258,"*","Promoter (<=1kb)",21,40752213,40786214,34002,1,"7485",0,"ENSG00000182093","WRB","tryptophan rich basic protein"
+"chr6",168782602,168782615,14,"*","Distal Intergenic",6,168841831,169068674,226844,1,"64094",-59216,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr17",46653567,46653711,145,"*","Promoter (2-3kb)",17,46652869,46655743,2875,2,"3214",2032,"ENSG00000182742","HOXB4","homeobox B4"
+"chr19",1546272,1546337,66,"*","Distal Intergenic",19,1554668,1568057,13390,2,"399664",21720,"ENSG00000181588","MEX3D","mex-3 RNA binding family member D"
+"chr6",26183572,26183576,5,"*","Promoter (<=1kb)",6,26184024,26184458,435,1,"8344",-448,"ENSG00000274290","HIST1H2BE","histone cluster 1, H2be"
+"chr8",81399237,81399470,234,"*","Promoter (1-2kb)",8,81397854,81438500,40647,1,"65986",1383,"ENSG00000205189","ZBTB10","zinc finger and BTB domain containing 10"
+"chrX",49017493,49017903,411,"*","Promoter (1-2kb)",23,49019181,49023836,4656,1,"79917",-1278,"ENSG00000269313","MAGIX","MAGI family member, X-linked"
+"chr20",47833701,47834007,307,"*","Promoter (1-2kb)",20,47835832,47860614,24783,1,"55661",-1825,"ENSG00000124228","DDX27","DEAD-box helicase 27"
+"chr6",151687457,151687883,427,"*","Exon (uc003qoh.3/57621, exon 3 of 3)",6,151685250,151712677,27428,2,"57621",24794,"ENSG00000181472","ZBTB2","zinc finger and BTB domain containing 2"
+"chrX",55291238,55291317,80,"*","Promoter (<=1kb)",23,55284849,55291165,6317,2,"139793",-73,"ENSG00000204279","PAGE3","PAGE family member 3"
+"chr4",6107272,6107585,314,"*","Exon (uc010idb.1/152789, exon 3 of 21)",4,6027926,6202318,174393,2,"152789",94733,"ENSG00000152969","JAKMIP1","janus kinase and microtubule interacting protein 1"
+"chr12",132956139,132956274,136,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-50234,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chrX",122866442,122866705,264,"*","Promoter (<=1kb)",23,122734412,122866904,132493,2,"57187",199,"ENSG00000125676","THOC2","THO complex 2"
+"chr1",36396366,36396445,80,"*","Promoter (<=1kb)",1,36396319,36522063,125745,1,"192669",47,"ENSG00000126070","AGO3","argonaute 3, RISC catalytic component"
+"chr6",30069271,30069659,389,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1585701,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr3",195897856,195897864,9,"*","Distal Intergenic",3,195869507,195887761,18255,1,"401109",28349,"ENSG00000224652","LINC00885","long intergenic non-protein coding RNA 885"
+"chr9",130967772,130968009,238,"*","Promoter (1-2kb)",9,130928344,130966662,38319,2,"25792",-1110,"ENSG00000148337","CIZ1","CDKN1A interacting zinc finger protein 1"
+"chr2",133402999,133403009,11,"*","3' UTR",2,133402337,133429070,26734,2,"116372",26061,"ENSG00000150551","LYPD1","LY6/PLAUR domain containing 1"
+"chr12",105956441,105956478,38,"*","Distal Intergenic",12,105724414,105765296,40883,1,"387882",232027,"ENSG00000235162","C12orf75","chromosome 12 open reading frame 75"
+"chr18",29304434,29304818,385,"*","Distal Intergenic",18,29339659,29340843,1185,2,"147407",36025,"ENSG00000141437","SLC25A52","solute carrier family 25 member 52"
+"chr1",26372718,26372895,178,"*","Promoter (<=1kb)",1,26364514,26372604,8091,2,"7780",-114,"ENSG00000158014","SLC30A2","solute carrier family 30 member 2"
+"chr11",128807835,128807903,69,"*","Intron (uc021qsc.1/63970, intron 3 of 3)",11,128804627,128813294,8668,2,"63970",5391,"ENSG00000120471","TP53AIP1","tumor protein p53 regulated apoptosis inducing protein 1"
+"chr7",111368319,111368603,285,"*","3' UTR",7,110303106,111202573,899468,2,"83943",-165746,"ENSG00000184903","IMMP2L","inner mitochondrial membrane peptidase subunit 2"
+"chr1",2478041,2478362,322,"*","Downstream (2-3kb)",1,2481359,2484284,2926,2,"115110",5922,NA,"LOC115110","uncharacterized LOC115110"
+"chr2",198669129,198669285,157,"*","Promoter (<=1kb)",2,198669426,199014608,345183,1,"5334",-141,"ENSG00000115896","PLCL1","phospholipase C like 1"
+"chr19",52407582,52407881,300,"*","Promoter (<=1kb)",19,52392488,52408305,15818,2,"65251",424,"ENSG00000198093","ZNF649","zinc finger protein 649"
+"chr6",29717010,29717019,10,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1233440,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr2",1287787,1287808,22,"*","Intron (uc002qwq.3/54221, intron 14 of 16)",2,1377995,1546499,168505,1,"7173",-90187,"ENSG00000115705","TPO","thyroid peroxidase"
+"chr5",75919233,75919433,201,"*","Promoter (<=1kb)",5,75911307,75919259,7953,2,"2151",0,"ENSG00000164220","F2RL2","coagulation factor II thrombin receptor like 2"
+"chrX",92928623,92928663,41,"*","Promoter (<=1kb)",23,92925925,92928682,2758,2,"4675",19,"ENSG00000186310","NAP1L3","nucleosome assembly protein 1 like 3"
+"chr17",414692,415149,458,"*","3' UTR",17,289771,295731,5961,2,"359845",-118961,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
+"chr6",32020377,32020477,101,"*","Exon (uc003nzl.2/7148, exon 26 of 44)",6,32485154,32557613,72460,2,"3127",537136,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",8435835,8435862,28,"*","Promoter (<=1kb)",6,8435856,8785678,349823,1,"100506207",0,NA,"LOC100506207","uncharacterized LOC100506207"
+"chr6",159550208,159550381,174,"*","Distal Intergenic",6,159590429,159693140,102712,1,"84624",-40048,"ENSG00000164694","FNDC1","fibronectin type III domain containing 1"
+"chr12",59313355,59313440,86,"*","Promoter (<=1kb)",12,59265937,59314319,48383,2,"121227",879,"ENSG00000139263","LRIG3","leucine-rich repeats and immunoglobulin like domains 3"
+"chr7",27702618,27702700,83,"*","Promoter (<=1kb)",7,27565059,27702620,137562,2,"11112",0,"ENSG00000106049","HIBADH","3-hydroxyisobutyrate dehydrogenase"
+"chr8",144552725,144552786,62,"*","Intron (uc003yyd.2/23144, intron 7 of 11)",8,144510230,144512602,2373,2,"389692",-40123,"ENSG00000182759","MAFA","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog A"
+"chr22",45899186,45899244,59,"*","Promoter (<=1kb)",22,45898719,45997014,98296,1,"2192",467,"ENSG00000077942","FBLN1","fibulin 1"
+"chr17",74099878,74099891,14,"*","Promoter (<=1kb)",17,74077086,74099868,22783,2,"23265",-10,"ENSG00000182473","EXOC7","exocyst complex component 7"
+"chr17",6557720,6558016,297,"*","Promoter (<=1kb)",17,6558768,6558821,54,1,"100616466",-752,NA,"MIR4520-2","microRNA 4520-2"
+"chrX",69655097,69655110,14,"*","Distal Intergenic",23,69664705,69725339,60635,1,"1741",-9595,"ENSG00000082458","DLG3","discs large homolog 3"
+"chr12",57630059,57630422,364,"*","5' UTR",12,57628686,57634475,5790,2,"56901",4053,"ENSG00000185633","NDUFA4L2","NADH dehydrogenase (ubiquinone) 1 alpha subcomplex, 4-like 2"
+"chr12",4099893,4099985,93,"*","Distal Intergenic",12,3918027,3982608,64582,2,"57097",-117285,"ENSG00000111224","PARP11","poly(ADP-ribose) polymerase family member 11"
+"chr5",3121982,3122162,181,"*","Distal Intergenic",5,2752262,2755511,3250,1,"153571",369720,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
+"chr1",89664340,89664407,68,"*","Promoter (<=1kb)",1,89646831,89664633,17803,2,"115361",226,"ENSG00000162654","GBP4","guanylate binding protein 4"
+"chr12",7793305,7793313,9,"*","Distal Intergenic",12,7801996,7818502,16507,2,"339",25189,"ENSG00000111701","APOBEC1","apolipoprotein B mRNA editing enzyme catalytic subunit 1"
+"chr4",190731410,190731607,198,"*","Distal Intergenic",4,190861974,190884359,22386,1,"2483",-130367,"ENSG00000109536","FRG1","FSHD region gene 1"
+"chr16",2569653,2569911,259,"*","Promoter (<=1kb)",16,2570363,2580955,10593,1,"51005",-452,"ENSG00000162066","AMDHD2","amidohydrolase domain containing 2"
+"chr15",89949617,89949694,78,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",38287,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
+"chr17",56609082,56609262,181,"*","Intron (uc002iwo.2/5414, intron 11 of 11)",17,56597611,56618179,20569,2,"5414",8917,"ENSG00000108387","SEPT4","septin 4"
+"chr11",71498958,71499117,160,"*","Promoter (<=1kb)",11,71498557,71512280,13724,1,"55199",401,"ENSG00000158483","FAM86C1","family with sequence similarity 86 member C1"
+"chr14",94088469,94088604,136,"*","Exon (uc001ybs.1/57578, exon 30 of 50)",14,94184644,94254766,70123,2,"145270",166162,"ENSG00000175785","PRIMA1","proline rich membrane anchor 1"
+"chr6",30522937,30523215,279,"*","5' UTR",6,32485154,32557613,72460,2,"3127",2034398,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",131636799,131637200,402,"*","Intron (uc001lki.2/253738, intron 1 of 15)",10,131641563,131641638,76,2,"100422873",4438,"ENSG00000266676","MIR4297","microRNA 4297"
+"chr3",118753705,118753707,3,"*","Intron (uc003eby.3/152404, intron 6 of 8)",3,118661923,118667088,5166,1,"100506765",91782,"ENSG00000239877","IGSF11-AS1","IGSF11 antisense RNA 1"
+"chr2",175413349,175413592,244,"*","Intron (uc002uiw.3/uc002uiw.3, intron 2 of 3)",2,175296300,175351816,55517,2,"151556",-61533,"ENSG00000163328","GPR155","G protein-coupled receptor 155"
+"chr5",1814728,1814768,41,"*","Intron (uc003jcy.3/4726, intron 3 of 3)",5,1801496,1816167,14672,1,"4726",13232,"ENSG00000145494","NDUFS6","NADH:ubiquinone oxidoreductase subunit S6"
+"chr16",882698,882848,151,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",27255,"ENSG00000167945","PRR25","proline rich 25"
+"chr4",13546210,13546292,83,"*","Promoter (<=1kb)",4,13542454,13546114,3661,2,"579",-96,"ENSG00000109705","NKX3-2","NK3 homeobox 2"
+"chrX",48165587,48165663,77,"*","Promoter (<=1kb)",23,48160985,48165614,4630,2,"280660",0,"ENSG00000204648","SSX9","synovial sarcoma, X breakpoint 9"
+"chr19",50060174,50060306,133,"*","Exon (uc002pok.4/51070, exon 7 of 10)",19,50058725,50083829,25105,2,"51070",23523,"ENSG00000142546","NOSIP","nitric oxide synthase interacting protein"
+"chr8",102504482,102504564,83,"*","Promoter (<=1kb)",8,102504668,102681952,177285,1,"79977",-104,"ENSG00000083307","GRHL2","grainyhead like transcription factor 2"
+"chr11",118868594,118868608,15,"*","Promoter (<=1kb)",11,118868852,118886455,17604,1,"338657",-244,"ENSG00000186166","CCDC84","coiled-coil domain containing 84"
+"chr16",10208417,10208426,10,"*","Intron (uc002czo.4/2903, intron 11 of 12)",16,9847265,10276611,429347,2,"2903",68185,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
+"chr8",114389431,114389438,8,"*","Intron (uc003ynu.3/114788, intron 70 of 70)",8,113235159,114449242,1214084,2,"114788",59804,"ENSG00000164796","CSMD3","CUB and Sushi multiple domains 3"
+"chr1",173887053,173887284,232,"*","Promoter (<=1kb)",1,173872942,173886516,13575,2,"462",-537,"ENSG00000117601","SERPINC1","serpin peptidase inhibitor, clade C (antithrombin), member 1"
+"chr19",1828076,1828271,196,"*","Exon (uc002lua.4/57455, exon 2 of 16)",19,1822088,1824542,2455,1,"100288123",5988,"ENSG00000267244","LOC100288123","uncharacterized LOC100288123"
+"chr1",1356902,1357313,412,"*","Promoter (<=1kb)",1,1353800,1356824,3025,2,"441869",-78,"ENSG00000235098","ANKRD65","ankyrin repeat domain 65"
+"chr4",108746227,108746323,97,"*","Promoter (<=1kb)",4,108745721,108836204,90484,1,"166929",506,"ENSG00000164023","SGMS2","sphingomyelin synthase 2"
+"chr1",1217159,1217511,353,"*","Promoter (1-2kb)",1,1215816,1227409,11594,1,"6339",1343,"ENSG00000162572","SCNN1D","sodium channel epithelial 1 delta subunit"
+"chr1",246728629,246728679,51,"*","Promoter (<=1kb)",1,246703863,246729565,25703,2,"64216",886,"ENSG00000162851","TFB2M","transcription factor B2, mitochondrial"
+"chr19",1275266,1275448,183,"*","Promoter (<=1kb)",19,1275520,1279243,3724,1,"55009",-72,"ENSG00000228300","C19orf24","chromosome 19 open reading frame 24"
+"chr2",167168556,167168804,249,"*","Intron (uc010fpl.3/6335, intron 26 of 26)",2,167051697,167232497,180801,2,"6335",63693,"ENSG00000169432","SCN9A","sodium voltage-gated channel alpha subunit 9"
+"chr8",50824358,50824749,392,"*","Promoter (2-3kb)",8,50822349,51705427,883079,1,"54212",2009,"ENSG00000147481","SNTG1","syntrophin gamma 1"
+"chr1",228327886,228327888,3,"*","Promoter (<=1kb)",1,228327785,228336655,8871,1,"2987",101,"ENSG00000143774","GUK1","guanylate kinase 1"
+"chr16",711015,711033,19,"*","Intron (uc002cii.1/197335, intron 28 of 40)",16,718083,724174,6092,1,"89941",-7050,"ENSG00000140983","RHOT2","ras homolog family member T2"
+"chr19",8201089,8201264,176,"*","Exon (uc002mjf.3/84467, exon 11 of 63)",19,8130287,8212381,82095,2,"84467",11117,"ENSG00000142449","FBN3","fibrillin 3"
+"chr3",63804366,63804635,270,"*","Promoter (<=1kb)",3,63805041,63834312,29272,1,"132200",-406,"ENSG00000163632","C3orf49","chromosome 3 open reading frame 49"
+"chr5",76115926,76116088,163,"*","Promoter (1-2kb)",5,76114833,76131140,16308,1,"2150",1093,"ENSG00000164251","F2RL1","F2R like trypsin receptor 1"
+"chr8",125985846,125985883,38,"*","Promoter (<=1kb)",8,125985539,125991630,6092,1,"137209",307,"ENSG00000180938","ZNF572","zinc finger protein 572"
+"chr13",41345487,41345667,181,"*","Promoter (<=1kb)",13,41303432,41345347,41916,2,"10240",-140,"ENSG00000102738","MRPS31","mitochondrial ribosomal protein S31"
+"chr10",132546420,132546452,33,"*","Distal Intergenic",10,132760851,132760931,81,2,"100422867",214479,"ENSG00000264803","MIR378C","microRNA 378c"
+"chr11",82905187,82905215,29,"*","Promoter (<=1kb)",11,82905291,82967042,61752,1,"338699",-76,"ENSG00000137494","ANKRD42","ankyrin repeat domain 42"
+"chr16",5116237,5116626,390,"*","Promoter (<=1kb)",16,5094123,5116146,22024,2,"146556",-91,"ENSG00000153446","C16orf89","chromosome 16 open reading frame 89"
+"chr3",169386181,169386507,327,"*","Distal Intergenic",3,168801287,169381563,580277,2,"2122",-4618,"ENSG00000085276","MECOM","MDS1 and EVI1 complex locus"
+"chr7",44183432,44183642,211,"*","Promoter (2-3kb)",7,44178463,44180916,2454,2,"58498",-2516,"ENSG00000106631","MYL7","myosin light chain 7"
+"chr1",27339266,27339413,148,"*","Promoter (<=1kb)",1,27331511,27339333,7823,2,"115572",0,"ENSG00000158246","FAM46B","family with sequence similarity 46 member B"
+"chr19",14530314,14530417,104,"*","Promoter (<=1kb)",19,14519610,14530195,10586,2,"10212",-119,"ENSG00000123136","DDX39A","DEAD-box helicase 39A"
+"chr4",120243252,120243263,12,"*","Promoter (<=1kb)",4,120238405,120243316,4912,2,"2169",53,"ENSG00000145384","FABP2","fatty acid binding protein 2"
+"chr4",40632314,40632675,362,"*","Promoter (<=1kb)",4,40425272,40632640,207369,2,"54502",0,"ENSG00000163694","RBM47","RNA binding motif protein 47"
+"chr6",32366299,32366369,71,"*","Intron (uc003obg.1/56244, intron 2 of 5)",6,32485154,32557613,72460,2,"3127",191244,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr14",24837788,24837844,57,"*","Promoter (1-2kb)",14,24836145,24848810,12666,1,"4776",1643,"ENSG00000100968","NFATC4","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 4"
+"chr3",128720290,128720884,595,"*","Promoter (<=1kb)",3,128720472,128759585,39114,1,"79825",0,"ENSG00000114654","EFCC1","EF-hand and coiled-coil domain containing 1"
+"chr2",28113397,28113553,157,"*","Promoter (<=1kb)",2,28113482,28561767,448286,1,"9577",0,"ENSG00000158019","BRE","brain and reproductive organ-expressed (TNFRSF1A modulator)"
+"chr1",220101371,220101650,280,"*","Exon (uc001hlw.3/55532, exon 1 of 4)",1,219858769,220131989,273221,2,"55532",30339,"ENSG00000196660","SLC30A10","solute carrier family 30 member 10"
+"chr16",3767934,3767978,45,"*","Promoter (<=1kb)",16,3708038,3767598,59561,2,"10131",-336,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
+"chr4",3315040,3315059,20,"*","Intron (uc003ggu.2/6002, intron 1 of 6)",4,3294755,3441640,146886,1,"6002",20285,"ENSG00000159788","RGS12","regulator of G-protein signaling 12"
+"chr7",94286267,94286294,28,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",630,"ENSG00000242265","PEG10","paternally expressed 10"
+"chr5",31639946,31640216,271,"*","Promoter (<=1kb)",5,31639517,32111038,471522,1,"23037",429,"ENSG00000133401","PDZD2","PDZ domain containing 2"
+"chr7",39454090,39454109,20,"*","Intron (uc003thb.2/11281, intron 7 of 10)",7,39444198,39445945,1748,2,"100861520",-8145,"ENSG00000224122","POU6F2-AS1","POU6F2 antisense RNA 1"
+"chr6",30031748,30031845,98,"*","Intron (uc003noz.3/30834, intron 4 of 4)",6,28471073,28483570,12498,2,"257202",-1548178,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",139477911,139477971,61,"*","Promoter (<=1kb)",7,139478047,139720125,242079,1,"6916",-76,"ENSG00000059377","TBXAS1","thromboxane A synthase 1"
+"chrX",146993175,146993377,203,"*","Promoter (<=1kb)",23,146993469,147032647,39179,1,"2332",-92,"ENSG00000102081","FMR1","fragile X mental retardation 1"
+"chr11",2423148,2423231,84,"*","Promoter (1-2kb)",11,2421718,2425106,3389,1,"10078",1430,"ENSG00000184281","TSSC4","tumor suppressing subtransferable candidate 4"
+"chr1",206859168,206859650,483,"*","Promoter (<=1kb)",1,206858365,206907630,49266,1,"9261",803,"ENSG00000162889","MAPKAPK2","mitogen-activated protein kinase-activated protein kinase 2"
+"chr10",126198917,126198993,77,"*","Intron (uc001lhs.2/64077, intron 5 of 6)",10,126150341,126302710,152370,1,"64077",48576,"ENSG00000107902","LHPP","phospholysine phosphohistidine inorganic pyrophosphate phosphatase"
+"chr16",4465613,4465731,119,"*","Promoter (1-2kb)",16,4390252,4466962,76711,2,"100529144",1231,"ENSG00000103426","CORO7-PAM16","CORO7-PAM16 readthrough"
+"chr19",46380134,46380346,213,"*","Distal Intergenic",19,46386866,46389376,2511,2,"26145",9030,"ENSG00000170604","IRF2BP1","interferon regulatory factor 2 binding protein 1"
+"chr14",94546958,94547255,298,"*","Promoter (<=1kb)",14,94517268,94547558,30291,2,"57062",303,"ENSG00000089737","DDX24","DEAD-box helicase 24"
+"chr11",95523445,95523458,14,"*","Promoter (<=1kb)",11,95523625,95565857,42233,1,"9702",-167,"ENSG00000166037","CEP57","centrosomal protein 57kDa"
+"chr16",2827372,2827690,319,"*","Promoter (<=1kb)",16,2821415,2827297,5883,2,"6923",-75,"ENSG00000103363","TCEB2","transcription elongation factor B subunit 2"
+"chr6",29695413,29695542,130,"*","Intron (uc011dlx.1/3134, intron 7 of 7)",6,28471073,28483570,12498,2,"257202",-1211843,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr2",236579421,236579732,312,"*","Intron (uc021vyp.1/116987, intron 1 of 9)",2,236402733,237040444,637712,1,"116987",176688,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
+"chr16",2986767,2986885,119,"*","Intron (uc002csb.3/84256, intron 6 of 8)",16,2961980,3001209,39230,1,"84256",24787,"ENSG00000059122","FLYWCH1","FLYWCH-type zinc finger 1"
+"chr7",27169674,27169740,67,"*","Promoter (<=1kb)",7,27168126,27170399,2274,2,"3201",659,"ENSG00000197576","HOXA4","homeobox A4"
+"chr2",169887771,169887884,114,"*","Promoter (<=1kb)",2,169779449,169887833,108385,2,"8647",0,"ENSG00000073734","ABCB11","ATP binding cassette subfamily B member 11"
+"chr11",47575230,47575235,6,"*","Promoter (<=1kb)",11,47487489,47574792,87304,2,"10658",-438,"ENSG00000149187","CELF1","CUGBP, Elav-like family member 1"
+"chr2",63278211,63278550,340,"*","Promoter (1-2kb)",2,63277192,63284966,7775,1,"5013",1019,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr15",76050841,76050852,12,"*","Distal Intergenic",15,76054556,76054656,101,2,"100423035",3804,"ENSG00000274496","MIR4313","microRNA 4313"
+"chr3",48229270,48229618,349,"*","Promoter (<=1kb)",3,48198668,48229801,31134,2,"993",183,"ENSG00000164045","CDC25A","cell division cycle 25A"
+"chr7",157195620,157195815,196,"*","Intron (uc003wnk.3/10049, intron 8 of 9)",7,157129710,157210133,80424,1,"10049",65910,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
+"chr13",112157732,112157871,140,"*","Distal Intergenic",13,111973015,111996594,23580,1,"121793",184717,"ENSG00000153495","TEX29","testis expressed 29"
+"chr20",34241958,34242408,451,"*","Exon (uc002xdq.3/10137, exon 3 of 3)",20,34236847,34252878,16032,2,"10137",10470,"ENSG00000244462","RBM12","RNA binding motif protein 12"
+"chr15",89074269,89074512,244,"*","Exon (uc002bmp.4/55070, exon 3 of 7)",15,89054786,89089912,35127,2,"55070",15400,"ENSG00000140543","DET1","de-etiolated homolog 1 (Arabidopsis)"
+"chr10",131577638,131577741,104,"*","Distal Intergenic",10,131641563,131641638,76,2,"100422873",63897,"ENSG00000266676","MIR4297","microRNA 4297"
+"chr12",125308099,125308217,119,"*","Intron (uc001ugm.4/949, intron 12 of 12)",12,125262174,125365007,102834,2,"949",56790,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
+"chr17",61905183,61905253,71,"*","Promoter (<=1kb)",17,61896793,61905031,8239,2,"117246",-152,"ENSG00000108592","FTSJ3","FtsJ homolog 3 (E. coli)"
+"chr11",70330927,70331378,452,"*","Intron (uc009ysn.1/uc009ysn.1, intron 1 of 1)",11,70244612,70282690,38079,1,"2017",86315,"ENSG00000085733","CTTN","cortactin"
+"chr6",33216201,33216220,20,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",331850,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr4",82965818,82965820,3,"*","Distal Intergenic",4,83274467,83295149,20683,2,"3184",329329,"ENSG00000138668","HNRNPD","heterogeneous nuclear ribonucleoprotein D"
+"chr7",150417587,150417695,109,"*","Exon (uc003whq.3/170575, exon 3 of 3)",7,150413645,150440737,27093,1,"100527949",3942,"ENSG00000196329","GIMAP1-GIMAP5","GIMAP1-GIMAP5 readthrough"
+"chr9",27529907,27530554,648,"*","Promoter (<=1kb)",9,27325207,27529850,204644,2,"79817",-57,"ENSG00000120162","MOB3B","MOB kinase activator 3B"
+"chr5",115297642,115297675,34,"*","Promoter (<=1kb)",5,115298151,115363299,65149,1,"206338",-476,"ENSG00000172901","LVRN","laeverin"
+"chr13",111719172,111719629,458,"*","Distal Intergenic",13,111767624,111958081,190458,1,"8874",-47995,"ENSG00000102606","ARHGEF7","Rho guanine nucleotide exchange factor 7"
+"chr6",30017755,30017771,17,"*","Intron (uc011dme.2/80862, intron 3 of 5)",6,28471073,28483570,12498,2,"257202",-1534185,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrX",55478491,55478562,72,"*","Promoter (<=1kb)",23,55478538,55479999,1462,1,"28986",0,"ENSG00000187601","MAGEH1","MAGE family member H1"
+"chr1",110672864,110673179,316,"*","Distal Intergenic",1,110655062,110656569,1508,1,"164153",17802,"ENSG00000186150","UBL4B","ubiquitin like 4B"
+"chr11",126138802,126138895,94,"*","Promoter (<=1kb)",11,126132814,126138877,6064,2,"6734",0,"ENSG00000182934","SRPRA","SRP receptor alpha subunit"
+"chr9",94712424,94712780,357,"*","Promoter (<=1kb)",9,94325373,94712444,387072,2,"4920",0,"ENSG00000169071","ROR2","receptor tyrosine kinase-like orphan receptor 2"
+"chr6",31367648,31367670,23,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1189943,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",202936725,202936986,262,"*","Promoter (<=1kb)",1,202931001,202936404,5404,2,"51706",-321,"ENSG00000159348","CYB5R1","cytochrome b5 reductase 1"
+"chr17",708009,708362,354,"*","Exon (uc010vqe.2/64359, exon 6 of 8)",17,662549,685571,23023,2,"51031",-22438,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
+"chr15",86685026,86685067,42,"*","Promoter (<=1kb)",15,86685242,87572283,887042,1,"123624",-175,"ENSG00000166748","AGBL1","ATP/GTP binding protein-like 1"
+"chr1",16399867,16400060,194,"*","Promoter (<=1kb)",1,16384264,16400127,15864,2,"348487",67,"ENSG00000185519","FAM131C","family with sequence similarity 131 member C"
+"chr22",17956560,17956641,82,"*","5' UTR",22,18043183,18073647,30465,1,"83733",-86542,"ENSG00000182902","SLC25A18","solute carrier family 25 member 18"
+"chr12",16760954,16761114,161,"*","Promoter (1-2kb)",12,16701306,16762758,61453,2,"55885",1644,"ENSG00000048540","LMO3","LIM domain only 3"
+"chr17",21226888,21227051,164,"*","Distal Intergenic",17,21187968,21218551,30584,1,"5606",38920,"ENSG00000034152","MAP2K3","mitogen-activated protein kinase kinase 3"
+"chr16",50745896,50746015,120,"*","Exon (uc010cbk.1/64127, exon 4 of 4)",16,50727514,50766987,39474,1,"64127",18382,"ENSG00000167207","NOD2","nucleotide binding oligomerization domain containing 2"
+"chr6",166582416,166582585,170,"*","Promoter (<=1kb)",6,166571146,166582157,11012,2,"6862",-259,"ENSG00000164458","T","T brachyury transcription factor"
+"chr1",153508542,153508553,12,"*","Promoter (<=1kb)",1,153507076,153508717,1642,2,"6277",164,"ENSG00000197956","S100A6","S100 calcium binding protein A6"
+"chr19",52227919,52227990,72,"*","Promoter (<=1kb)",19,52216365,52227221,10857,2,"3036",-698,"ENSG00000105509","HAS1","hyaluronan synthase 1"
+"chr19",53869064,53869406,343,"*","Promoter (<=1kb)",19,53868968,53889841,20874,1,"170958",96,"ENSG00000203326","ZNF525","zinc finger protein 525"
+"chr12",54473276,54473448,173,"*","Promoter (2-3kb)",12,54472623,54475607,2985,2,"100240735",2159,"ENSG00000250654","LOC100240735","uncharacterized LOC100240735"
+"chr20",3776212,3776212,1,"*","Intron (uc010zqk.2/994, intron 1 of 15)",20,3767578,3786761,19184,1,"994",8634,"ENSG00000101224","CDC25B","cell division cycle 25B"
+"chr22",32767080,32767114,35,"*","Promoter (<=1kb)",22,32755893,32767063,11171,2,"10737",-17,"ENSG00000205853","RFPL3S","RFPL3 antisense"
+"chr16",85696657,85697118,462,"*","5' UTR",16,85711280,85722588,11309,2,"51659",25470,"ENSG00000131153","GINS2","GINS complex subunit 2 (Psf2 homolog)"
+"chr5",101834627,101834732,106,"*","Promoter (<=1kb)",5,101707649,101834720,127072,2,"133482",0,"ENSG00000205359","SLCO6A1","solute carrier organic anion transporter family member 6A1"
+"chr1",32226684,32226935,252,"*","Promoter (2-3kb)",1,32224261,32224336,76,2,"100423028",-2348,"ENSG00000266580","MIR4254","microRNA 4254"
+"chr3",183851938,183852083,146,"*","Promoter (<=1kb)",3,183852810,183863099,10290,1,"8893",-727,"ENSG00000145191","EIF2B5","eukaryotic translation initiation factor 2B subunit epsilon"
+"chr1",27240514,27240646,133,"*","Promoter (<=1kb)",1,27237975,27240567,2593,2,"8431",0,"ENSG00000131910","NR0B2","nuclear receptor subfamily 0 group B member 2"
+"chr6",133562148,133562246,99,"*","Promoter (<=1kb)",6,133561736,133853258,291523,1,"2070",412,"ENSG00000112319","EYA4","EYA transcriptional coactivator and phosphatase 4"
+"chr12",26986983,26986997,15,"*","Promoter (<=1kb)",12,26488285,26986131,497847,2,"3709",-852,"ENSG00000123104","ITPR2","inositol 1,4,5-trisphosphate receptor type 2"
+"chr6",31504133,31504369,237,"*","Exon (uc003ntt.3/7919, exon 5 of 11)",6,32485154,32557613,72460,2,"3127",1053244,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",41394869,41395046,178,"*","Distal Intergenic",6,41303528,41318625,15098,1,"9436",91341,"ENSG00000096264","NCR2","natural cytotoxicity triggering receptor 2"
+"chr10",6220943,6221273,331,"*","Intron (uc001ijd.3/5209, intron 1 of 14)",10,6194171,6194225,55,2,"100628560",-26718,NA,"MIR3155B","microRNA 3155b"
+"chr19",9420518,9420631,114,"*","Distal Intergenic",19,9405986,9415795,9810,2,"374879",-4723,"ENSG00000196110","ZNF699","zinc finger protein 699"
+"chr11",101001257,101001533,277,"*","Promoter (<=1kb)",11,100900355,101000544,100190,2,"5241",-713,"ENSG00000082175","PGR","progesterone receptor"
+"chr12",28721541,28721907,367,"*","Distal Intergenic",12,28332210,28703099,370890,1,"55297",389331,"ENSG00000123106","CCDC91","coiled-coil domain containing 91"
+"chr11",65381960,65381983,24,"*","Promoter (<=1kb)",11,65365226,65381720,16495,2,"4296",-240,"ENSG00000173327","MAP3K11","mitogen-activated protein kinase kinase kinase 11"
+"chr4",187499376,187499410,35,"*","Distal Intergenic",4,187454809,187476537,21729,2,"4543",-22839,"ENSG00000168412","MTNR1A","melatonin receptor 1A"
+"chr11",1258136,1258165,30,"*","Exon (uc009yct.2/727897, exon 25 of 26)",11,1295598,1330892,35295,2,"54472",72727,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr4",42400837,42401056,220,"*","Promoter (<=1kb)",4,42399856,42404504,4649,1,"152573",981,"ENSG00000178343","SHISA3","shisa family member 3"
+"chr10",94451736,94452236,501,"*","Promoter (2-3kb)",10,94449681,94455408,5728,1,"3087",2055,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
+"chr5",166405437,166405523,87,"*","Distal Intergenic",5,166711843,167691162,979320,1,"57451",-306320,"ENSG00000145934","TENM2","teneurin transmembrane protein 2"
+"chr10",120354844,120355139,296,"*","Promoter (<=1kb)",10,120352916,120355160,2245,2,"2834",21,"ENSG00000119973","PRLHR","prolactin releasing hormone receptor"
+"chr15",32964277,32964500,224,"*","Intron (uc001zgz.2/6447, intron 2 of 5)",15,32933870,32989298,55429,1,"6447",30407,"ENSG00000166922","SCG5","secretogranin V"
+"chr4",6344313,6344449,137,"*","Intron (uc003gja.3/5522, intron 3 of 8)",4,6271577,6304992,33416,1,"7466",72736,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
+"chr17",4167205,4167268,64,"*","Promoter (<=1kb)",17,4066665,4167274,100610,2,"51479",6,"ENSG00000185722","ANKFY1","ankyrin repeat and FYVE domain containing 1"
+"chr1",3037607,3037664,58,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",-6875,NA,"MIR4251","microRNA 4251"
+"chr12",372143,372211,69,"*","Promoter (<=1kb)",12,329787,372039,42253,2,"6540",-104,"ENSG00000010379","SLC6A13","solute carrier family 6 member 13"
+"chr15",55610576,55611038,463,"*","Promoter (<=1kb)",15,55611133,55647846,36714,1,"9488",-95,"ENSG00000069943","PIGB","phosphatidylinositol glycan anchor biosynthesis class B"
+"chr9",126692907,126693384,478,"*","Promoter (<=1kb)",9,126141933,126692417,550485,2,"57706",-490,"ENSG00000119522","DENND1A","DENN domain containing 1A"
+"chr18",44787492,44787585,94,"*","Distal Intergenic",18,44738460,44775554,37095,2,"652991",-11938,"ENSG00000215474","SKOR2","SKI family transcriptional corepressor 2"
+"chr12",125399699,125399725,27,"*","Promoter (<=1kb)",12,125396192,125399587,3396,2,"7316",-112,"ENSG00000150991","UBC","ubiquitin C"
+"chr20",44540533,44540729,197,"*","Promoter (<=1kb)",20,44527259,44541003,13745,2,"5360",274,"ENSG00000100979","PLTP","phospholipid transfer protein"
+"chr7",42951745,42951814,70,"*","5' UTR",7,42956462,42971805,15344,2,"5683",19991,"ENSG00000106588","PSMA2","proteasome subunit alpha 2"
+"chr11",977232,977562,331,"*","Intron (uc009yco.2/161, intron 5 of 15)",11,925809,1012245,86437,1,"161",51423,"ENSG00000183020","AP2A2","adaptor related protein complex 2 alpha 2 subunit"
+"chr2",4050749,4050845,97,"*","Distal Intergenic",2,4005245,4021622,16378,2,"100505964",-29127,"ENSG00000237401","LINC01304","long intergenic non-protein coding RNA 1304"
+"chr7",139024995,139025097,103,"*","Promoter (<=1kb)",7,139025105,139108203,83099,1,"51631",-8,"ENSG00000146963","LUC7L2","LUC7-like 2 pre-mRNA splicing factor"
+"chr8",15096726,15096831,106,"*","Promoter (<=1kb)",8,13947373,15095792,1148420,2,"137868",-934,"ENSG00000185053","SGCZ","sarcoglycan zeta"
+"chr16",84273740,84273949,210,"*","Promoter (<=1kb)",16,84254741,84273356,18616,2,"93107",-384,"ENSG00000168418","KCNG4","potassium voltage-gated channel modifier subfamily G member 4"
+"chr20",48552853,48553039,187,"*","Promoter (<=1kb)",20,48552914,48570422,17509,1,"55905",0,"ENSG00000124226","RNF114","ring finger protein 114"
+"chr14",23388406,23388442,37,"*","Promoter (<=1kb)",14,23369854,23388396,18543,2,"55147",-10,"ENSG00000100461","RBM23","RNA binding motif protein 23"
+"chr6",33157099,33157222,124,"*","Exon (uc003ocx.1/1302, exon 2 of 66)",6,33540323,33548070,7748,2,"578",390848,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chrX",19002006,19002190,185,"*","Promoter (<=1kb)",23,18910416,19002480,92065,2,"5256",290,"ENSG00000044446","PHKA2","phosphorylase kinase, alpha 2 (liver)"
+"chr9",130889610,130889808,199,"*","Promoter (<=1kb)",9,130882972,130890741,7770,2,"80142",933,"ENSG00000148334","PTGES2","prostaglandin E synthase 2"
+"chr7",6145105,6145168,64,"*","Promoter (<=1kb)",7,6144550,6201195,56646,1,"84132",555,"ENSG00000106346","USP42","ubiquitin specific peptidase 42"
+"chr17",80011325,80011568,244,"*","Promoter (1-2kb)",17,80009763,80015346,5584,1,"2873",1562,"ENSG00000169727","GPS1","G protein pathway suppressor 1"
+"chr16",1181198,1181617,420,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-21624,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr2",241815009,241815194,186,"*","Intron (uc002waa.4/189, intron 7 of 10)",2,241808162,241818536,10375,1,"189",6847,"ENSG00000172482","AGXT","alanine-glyoxylate aminotransferase"
+"chr17",72199366,72199373,8,"*","Promoter (<=1kb)",17,72199795,72206019,6225,1,"6169",-422,"ENSG00000172809","RPL38","ribosomal protein L38"
+"chr7",157811864,157811918,55,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",164587,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr1",111218228,111218234,7,"*","Promoter (<=1kb)",1,111214310,111217655,3346,2,"3738",-573,"ENSG00000177272","KCNA3","potassium voltage-gated channel subfamily A member 3"
+"chr4",6202553,6202558,6,"*","Promoter (<=1kb)",4,6202460,6240044,37585,1,"285484",93,NA,"LOC285484","uncharacterized LOC285484"
+"chr9",95432512,95432733,222,"*","Promoter (<=1kb)",9,95375466,95432547,57082,2,"64768",0,"ENSG00000127080","IPPK","inositol-pentakisphosphate 2-kinase"
+"chr19",6459352,6459536,185,"*","Promoter (<=1kb)",19,6436432,6459781,23350,2,"79085",245,"ENSG00000125648","SLC25A23","solute carrier family 25 member 23"
+"chr1",35250360,35250441,82,"*","5' UTR",1,35246790,35251967,5178,1,"2707",3570,"ENSG00000188910","GJB3","gap junction protein beta 3"
+"chr16",20996602,20996671,70,"*","Exon (uc010vbe.2/55567, exon 48 of 62)",16,20791515,20911561,120047,2,"112479",-85041,"ENSG00000196678","ERI2","ERI1 exoribonuclease family member 2"
+"chr16",22824829,22824998,170,"*","Promoter (<=1kb)",16,22825860,22927659,101800,1,"9956",-862,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
+"chr16",87670032,87670386,355,"*","Intron (uc010vou.2/57338, intron 1 of 5)",16,87635441,87731761,96321,1,"57338",34591,"ENSG00000154118","JPH3","junctophilin 3"
+"chr1",24126028,24126146,119,"*","Promoter (1-2kb)",1,24122089,24127294,5206,2,"2582",1148,"ENSG00000117308","GALE","UDP-galactose-4-epimerase"
+"chr1",160085385,160085520,136,"*","Promoter (<=1kb)",1,160085520,160113374,27855,1,"477",0,"ENSG00000018625","ATP1A2","ATPase Na+/K+ transporting subunit alpha 2"
+"chr1",149223316,149223452,137,"*","Distal Intergenic",1,149279476,149291742,12267,1,"388692",-56024,"ENSG00000272419","LOC388692","uncharacterized LOC388692"
+"chr15",79043459,79043531,73,"*","Promoter (<=1kb)",15,79044379,79045734,1356,1,"646938",-848,"ENSG00000238166","LOC646938","TBC1 domain family, member 2B pseudogene"
+"chr16",11891206,11891343,138,"*","Promoter (<=1kb)",16,11844442,11891114,46673,2,"29066",-92,"ENSG00000122299","ZC3H7A","zinc finger CCCH-type containing 7A"
+"chr4",2010714,2010926,213,"*","Promoter (<=1kb)",4,1984441,2010962,26522,2,"7469",36,"ENSG00000185049","NELFA","negative elongation factor complex member A"
+"chr3",50376107,50376216,110,"*","Promoter (2-3kb)",3,50367217,50378367,11151,2,"11186",2151,"ENSG00000068028","RASSF1","Ras association domain family member 1"
+"chr5",96078430,96078678,249,"*","Exon (uc003klt.3/831, exon 15 of 31)",5,96096514,96149848,53335,2,"51752",71170,"ENSG00000164307","ERAP1","endoplasmic reticulum aminopeptidase 1"
+"chr3",169386822,169387091,270,"*","Distal Intergenic",3,168801287,169381563,580277,2,"2122",-5259,"ENSG00000085276","MECOM","MDS1 and EVI1 complex locus"
+"chr21",43441482,43441670,189,"*","Distal Intergenic",21,43406940,43430496,23557,2,"49854",-10986,"ENSG00000173276","ZBTB21","zinc finger and BTB domain containing 21"
+"chr16",699268,699307,40,"*","Promoter (<=1kb)",16,699363,717829,18467,1,"197335",-56,"ENSG00000161996","WDR90","WD repeat domain 90"
+"chr22",35389016,35389453,438,"*","Distal Intergenic",22,35462130,35483380,21251,1,"91464",-72677,"ENSG00000175329","ISX","intestine specific homeobox"
+"chr6",169104440,169104492,53,"*","Distal Intergenic",6,168841831,169068674,226844,1,"64094",262609,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr8",21881998,21882013,16,"*","Promoter (<=1kb)",8,21881645,21894408,12764,1,"10361",353,"ENSG00000158806","NPM2","nucleophosmin/nucleoplasmin 2"
+"chr1",25258679,25259058,380,"*","Intron (uc009vrj.3/864, intron 5 of 6)",1,25226002,25291612,65611,2,"864",32554,"ENSG00000020633","RUNX3","runt related transcription factor 3"
+"chr12",115135282,115135368,87,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-13313,"ENSG00000135111","TBX3","T-box 3"
+"chr2",26864823,26865143,321,"*","Promoter (<=1kb)",2,26804073,26864211,60139,2,"130106",-612,"ENSG00000157884","CIB4","calcium and integrin binding family member 4"
+"chr12",27486027,27486780,754,"*","Promoter (<=1kb)",12,27485787,27578746,92960,1,"56938",240,"ENSG00000029153","ARNTL2","aryl hydrocarbon receptor nuclear translocator like 2"
+"chr2",74685537,74685554,18,"*","Promoter (<=1kb)",2,74685527,74688018,2492,1,"23559",10,"ENSG00000239779","WBP1","WW domain binding protein 1"
+"chr8",1281551,1281696,146,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",-30724,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr1",65885364,65885499,136,"*","Promoter (<=1kb)",1,65886131,66103176,217046,1,"3953",-632,"ENSG00000116678","LEPR","leptin receptor"
+"chr5",125967312,125967357,46,"*","Promoter (<=1kb)",5,125967414,125971974,4561,1,"389320",-57,"ENSG00000196900","TEX43","testis expressed 43"
+"chr11",122752590,122753049,460,"*","Promoter (<=1kb)",11,122753236,122830430,77195,1,"79864",-187,"ENSG00000109944","C11orf63","chromosome 11 open reading frame 63"
+"chr14",23755360,23755370,11,"*","Intron (uc001wjb.2/57594, intron 1 of 2)",14,23742844,23768747,25904,2,"57594",13377,"ENSG00000215271","HOMEZ","homeobox and leucine zipper encoding"
+"chr2",11605539,11605666,128,"*","Promoter (<=1kb)",2,11584501,11606303,21803,2,"1876",637,"ENSG00000169016","E2F6","E2F transcription factor 6"
+"chr21",30374748,30375086,339,"*","Downstream (2-3kb)",21,30300466,30365277,64812,2,"26046",-9471,"ENSG00000198862","LTN1","listerin E3 ubiquitin protein ligase 1"
+"chr1",26605913,26605921,9,"*","Promoter (<=1kb)",1,26606213,26608013,1801,1,"83442",-292,"ENSG00000142669","SH3BGRL3","SH3 domain binding glutamate rich protein like 3"
+"chr12",87232463,87232692,230,"*","Promoter (<=1kb)",12,86373037,87232681,859645,2,"25834",0,"ENSG00000182050","MGAT4C","MGAT4 family member C"
+"chr11",15136328,15136332,5,"*","Promoter (2-3kb)",11,15133970,15268756,134787,1,"387755",2358,"ENSG00000188487","INSC","inscuteable homolog (Drosophila)"
+"chr7",98581010,98581041,32,"*","Exon (uc003upp.3/8295, exon 59 of 72)",7,98479273,98479352,80,1,"100500819",101737,"ENSG00000266019","MIR3609","microRNA 3609"
+"chr1",119535452,119535619,168,"*","Distal Intergenic",1,119425666,119532179,106514,2,"6913",-3273,"ENSG00000092607","TBX15","T-box 15"
+"chr21",43638893,43638901,9,"*","Intron (uc002zam.3/9619, intron 3 of 16)",21,43619799,43717354,97556,1,"9619",19094,"ENSG00000160179","ABCG1","ATP binding cassette subfamily G member 1"
+"chr6",99272939,99273076,138,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",-9504,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
+"chr12",65152724,65153022,299,"*","Promoter (<=1kb)",12,65107222,65153226,46005,2,"2799",204,"ENSG00000135677","GNS","glucosamine (N-acetyl)-6-sulfatase"
+"chr12",116996823,116996931,109,"*","Promoter (<=1kb)",12,116997186,117014425,17240,1,"643246",-255,"ENSG00000258102","MAP1LC3B2","microtubule associated protein 1 light chain 3 beta 2"
+"chr17",8378756,8378795,40,"*","3' UTR",17,8339170,8371495,32326,1,"81565",39586,"ENSG00000166579","NDEL1","nudE neurodevelopment protein 1 like 1"
+"chr11",133777783,133777904,122,"*","Downstream (<1kb)",11,133766330,133771635,5306,2,"283174",-6148,"ENSG00000280237","MIR4697HG","MIR4697 host gene"
+"chr7",151504844,151504864,21,"*","Intron (uc003wkn.3/uc003wkn.3, intron 2 of 2)",7,151574127,151576308,2182,1,"100505483",-69263,NA,"PRKAG2-AS1","PRKAG2 antisense RNA 1"
+"chr1",111149307,111149507,201,"*","Intron (uc009wfv.2/3737, intron 4 of 4)",1,111136202,111174096,37895,2,"3737",24589,"ENSG00000177301","KCNA2","potassium voltage-gated channel subfamily A member 2"
+"chr18",9102531,9102705,175,"*","Promoter (<=1kb)",18,9102628,9134343,31716,1,"4729",0,"ENSG00000178127","NDUFV2","NADH:ubiquinone oxidoreductase core subunit V2"
+"chr11",76744922,76745431,510,"*","Promoter (<=1kb)",11,76745435,76753005,7571,1,"192134",-4,"ENSG00000198488","B3GNT6","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 6"
+"chr10",1231002,1231071,70,"*","Intron (uc001igj.2/105, intron 2 of 3)",10,1205708,1210612,4905,1,"399706",25294,"ENSG00000229205","LINC00200","long intergenic non-protein coding RNA 200"
+"chr15",45694387,45694425,39,"*","Promoter (<=1kb)",15,45694519,45713616,19098,1,"79029",-94,"ENSG00000171763","SPATA5L1","spermatogenesis associated 5 like 1"
+"chr2",108085864,108086048,185,"*","Distal Intergenic",2,108439520,108443285,3766,2,"729121",357237,"ENSG00000230651","RGPD4-AS1","RGPD4 antisense RNA 1 (head to head)"
+"chr14",61201094,61201189,96,"*","Promoter (<=1kb)",14,61201459,61435398,233940,1,"4331",-270,"ENSG00000020426","MNAT1","MNAT1, CDK activating kinase assembly factor"
+"chr4",122871528,122871735,208,"*","Promoter (1-2kb)",4,122800183,122872909,72727,2,"7222",1174,"ENSG00000138741","TRPC3","transient receptor potential cation channel subfamily C member 3"
+"chr11",34535520,34535531,12,"*","Promoter (<=1kb)",11,34500342,34535347,35006,2,"2001",-173,"ENSG00000135374","ELF5","E74 like ETS transcription factor 5"
+"chr3",114867123,114867274,152,"*","Promoter (<=1kb)",3,114056947,114866127,809181,2,"26137",-996,"ENSG00000181722","ZBTB20","zinc finger and BTB domain containing 20"
+"chr16",2579546,2580025,480,"*","Promoter (1-2kb)",16,2580036,2581409,1374,2,"752014",1384,"ENSG00000205923","CEMP1","cementum protein 1"
+"chr22",38598948,38598981,34,"*","Promoter (1-2kb)",22,38597939,38612517,14579,1,"23764",1009,"ENSG00000185022","MAFF","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F"
+"chr1",205898585,205898643,59,"*","Intron (uc001hdp.3/115019, intron 16 of 21)",1,205882177,205912588,30412,2,"115019",13945,"ENSG00000174502","SLC26A9","solute carrier family 26 member 9"
+"chr20",43945206,43945364,159,"*","Exon (uc002xns.3/11317, exon 11 of 12)",20,43922087,43937169,15083,2,"8785",-8037,"ENSG00000124159","MATN4","matrilin 4"
+"chr1",153321198,153321421,224,"*","Promoter (<=1kb)",1,153302597,153321022,18426,2,"57115",-176,"ENSG00000163218","PGLYRP4","peptidoglycan recognition protein 4"
+"chr6",1313495,1313730,236,"*","Promoter (<=1kb)",6,1312675,1314993,2319,1,"94234",820,"ENSG00000164379","FOXQ1","forkhead box Q1"
+"chr16",88132388,88132530,143,"*","Intron (uc002fkt.1/uc002fkt.1, intron 1 of 1)",16,87984238,88110924,126687,1,"54971",148150,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr6",125684580,125684631,52,"*","Distal Intergenic",6,125596496,125623282,26787,2,"51020",-61298,"ENSG00000111906","HDDC2","HD domain containing 2"
+"chr6",114384871,114385144,274,"*","Intron (uc003pwf.3/uc003pwf.3, intron 4 of 9)",6,114257320,114292359,35040,2,"3066",-92512,"ENSG00000196591","HDAC2","histone deacetylase 2"
+"chr16",1435378,1435493,116,"*","Exon (uc031qup.1/64718, exon 10 of 15)",16,1413206,1464705,51500,2,"64718",29212,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr18",59221272,59221410,139,"*","Intron (uc002lif.2/28316, intron 11 of 11)",18,59415409,59421928,6520,1,"100996669",-193999,NA,"LINC01544","long intergenic non-protein coding RNA 1544"
+"chr11",123430724,123430824,101,"*","Intron (uc001pyw.2/57476, intron 1 of 20)",11,123396528,123493518,96991,1,"57476",34196,"ENSG00000023171","GRAMD1B","GRAM domain containing 1B"
+"chr22",38863962,38864073,112,"*","Promoter (<=1kb)",22,38864083,38879445,15363,1,"11015",-10,"ENSG00000100196","KDELR3","KDEL endoplasmic reticulum protein retention receptor 3"
+"chr7",27170819,27170832,14,"*","Promoter (<=1kb)",7,27168126,27170399,2274,2,"3201",-420,"ENSG00000197576","HOXA4","homeobox A4"
+"chr11",101785806,101786117,312,"*","Promoter (<=1kb)",11,101785746,101871793,86048,1,"57562",60,"ENSG00000110318","CEP126","centrosomal protein 126kDa"
+"chr15",90645859,90645967,109,"*","Promoter (<=1kb)",15,90627212,90645708,18497,2,"3418",-151,"ENSG00000182054","IDH2","isocitrate dehydrogenase 2 (NADP+), mitochondrial"
+"chr14",23352295,23352488,194,"*","Promoter (<=1kb)",14,23352432,23356889,4458,1,"161253",0,"ENSG00000139890","REM2","RAS (RAD and GEM)-like GTP binding 2"
+"chr1",145385286,145385524,239,"*","Intron (uc021ott.2/100288142, intron 99 of 131)",1,145413191,145417545,4355,1,"148738",-27667,"ENSG00000168509","HFE2","hemochromatosis type 2 (juvenile)"
+"chr3",137728831,137728909,79,"*","Intron (uc003ero.1/51208, intron 1 of 4)",3,137717658,137752494,34837,1,"51208",11173,"ENSG00000066405","CLDN18","claudin 18"
+"chr1",179050404,179050625,222,"*","Promoter (<=1kb)",1,179051112,179065129,14018,1,"64222",-487,"ENSG00000186283","TOR3A","torsin family 3 member A"
+"chr2",113402954,113403145,192,"*","Promoter (<=1kb)",2,113403434,113421400,17967,1,"6574",-289,"ENSG00000144136","SLC20A1","solute carrier family 20 member 1"
+"chr16",3208748,3208876,129,"*","Distal Intergenic",16,3185057,3192805,7749,1,"7760",23691,"ENSG00000085644","ZNF213","zinc finger protein 213"
+"chr9",114937770,114937992,223,"*","Promoter (<=1kb)",9,114803061,114937556,134496,2,"64420",-214,"ENSG00000106868","SUSD1","sushi domain containing 1"
+"chr12",4967040,4967126,87,"*","Distal Intergenic",12,4918342,4960278,41937,1,"3742",48698,"ENSG00000130035","KCNA6","potassium voltage-gated channel subfamily A member 6"
+"chr12",91349027,91349273,247,"*","Promoter (<=1kb)",12,91345992,91348953,2962,2,"196477",-74,"ENSG00000197651","CCER1","coiled-coil glutamate rich protein 1"
+"chr13",113545521,113545563,43,"*","Distal Intergenic",13,113622814,113754053,131240,1,"23263",-77251,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr1",145474331,145474469,139,"*","Promoter (2-3kb)",1,145477085,145499091,22007,1,"128077",-2616,"ENSG00000271601","LIX1L","limb and CNS expressed 1 like"
+"chr11",57414409,57414578,170,"*","Promoter (2-3kb)",11,57412560,57417417,4858,2,"219539",2839,"ENSG00000166793","YPEL4","yippee like 4"
+"chr2",202121863,202121870,8,"*","Intron (uc010ftc.1/841, intron 2 of 4)",2,202098166,202152434,54269,1,"841",23697,"ENSG00000064012","CASP8","caspase 8"
+"chr6",33170722,33170731,10,"*","Exon (uc003odf.3/7922, exon 7 of 8)",6,33540323,33548070,7748,2,"578",377339,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr6",170337699,170337778,80,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-138778,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
+"chr15",78219273,78219423,151,"*","Promoter (<=1kb)",15,78206559,78219188,12630,2,"645752",-85,NA,"LOC645752","golgin A6 family member A pseudogene"
+"chr1",33613037,33613158,122,"*","Exon (uc001bxb.3/55223, exon 5 of 5)",1,33611003,33647671,36669,2,"55223",34513,"ENSG00000116525","TRIM62","tripartite motif containing 62"
+"chr1",87598021,87598351,331,"*","Exon (uc001dmg.4/339524, exon 2 of 4)",1,87458690,87634886,176197,1,"339524",139331,"ENSG00000267272","LINC01140","long intergenic non-protein coding RNA 1140"
+"chr20",58630906,58630953,48,"*","Promoter (<=1kb)",20,58630980,58648008,17029,1,"284756",-27,NA,"C20orf197","chromosome 20 open reading frame 197"
+"chr2",2402305,2402588,284,"*","Distal Intergenic",2,1792885,2335045,542161,2,"23040",-67260,"ENSG00000186487","MYT1L","myelin transcription factor 1 like"
+"chr11",63971243,63971348,106,"*","Promoter (2-3kb)",11,63974152,63991363,17212,1,"83706",-2804,"ENSG00000149781","FERMT3","fermitin family member 3"
+"chr16",29912460,29912652,193,"*","Promoter (<=1kb)",16,29912147,29930953,18807,1,"253982",313,"ENSG00000174939","ASPHD1","aspartate beta-hydroxylase domain containing 1"
+"chr5",1386502,1386742,241,"*","Distal Intergenic",5,1318000,1345002,27003,2,"81037",-41500,"ENSG00000049656","CLPTM1L","CLPTM1-like"
+"chr5",122372479,122372674,196,"*","Promoter (<=1kb)",5,122359078,122372425,13348,2,"5480",-54,"ENSG00000168938","PPIC","peptidylprolyl isomerase C"
+"chr4",140216950,140217015,66,"*","5' UTR",4,140222676,140311935,89260,1,"80155",-5661,"ENSG00000164134","NAA15","N(alpha)-acetyltransferase 15, NatA auxiliary subunit"
+"chr8",99955941,99956467,527,"*","Promoter (<=1kb)",8,99956631,99964326,7696,1,"116039",-164,"ENSG00000164920","OSR2","odd-skipped related transciption factor 2"
+"chr17",27944537,27944849,313,"*","5' UTR",17,27941774,27948441,6668,2,"84940",3592,"ENSG00000167549","CORO6","coronin 6"
+"chr5",44389282,44389358,77,"*","Promoter (<=1kb)",5,44305097,44388784,83688,2,"2255",-498,"ENSG00000070193","FGF10","fibroblast growth factor 10"
+"chr8",143859709,143859734,26,"*","Promoter (<=1kb)",8,143845756,143859640,13885,2,"66004",-69,"ENSG00000180155","LYNX1","Ly6/neurotoxin 1"
+"chr6",32155034,32155124,91,"*","Exon (uc003oav.1/5089, exon 6 of 9)",6,32485154,32557613,72460,2,"3127",402489,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",31996931,31997026,96,"*","Exon (uc011dpd.2/100293534, exon 28 of 41)",6,32485154,32557613,72460,2,"3127",560587,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",2096711,2096762,52,"*","Promoter (<=1kb)",19,2096868,2099583,2716,1,"113177",-106,"ENSG00000099840","IZUMO4","IZUMO family member 4"
+"chr15",86219783,86220120,338,"*","Intron (uc002blt.2/11214, intron 13 of 14)",15,86313727,86313809,83,2,"100302121",93689,"ENSG00000221634","MIR1276","microRNA 1276"
+"chr2",70329779,70330031,253,"*","Distal Intergenic",2,70314585,70316334,1750,1,"5093",15194,"ENSG00000169564","PCBP1","poly(rC) binding protein 1"
+"chr7",155299576,155299599,24,"*","Intron (uc003wmc.1/285888, intron 1 of 3)",7,155293953,155326539,32587,2,"285888",26940,"ENSG00000146910","CNPY1","canopy FGF signaling regulator 1"
+"chr1",19186757,19187237,481,"*","Promoter (<=1kb)",1,19166093,19186155,20063,2,"80834",-602,"ENSG00000179002","TAS1R2","taste 1 receptor member 2"
+"chr18",4454424,4454500,77,"*","Promoter (<=1kb)",18,3496030,4455266,959237,2,"9229",766,"ENSG00000170579","DLGAP1","discs large homolog associated protein 1"
+"chr12",111664754,111664785,32,"*","Intron (uc001tsa.2/23316, intron 3 of 21)",12,111798455,111806925,8471,2,"144717",142140,"ENSG00000198324","FAM109A","family with sequence similarity 109 member A"
+"chr2",160654451,160654818,368,"*","Promoter (<=1kb)",2,160625139,160654766,29628,2,"9936",0,"ENSG00000241399","CD302","CD302 molecule"
+"chr8",48650745,48650989,245,"*","Promoter (<=1kb)",8,48649476,48650726,1251,2,"1052",-19,"ENSG00000221869","CEBPD","CCAAT/enhancer binding protein delta"
+"chr2",120124447,120124469,23,"*","Promoter (<=1kb)",2,120124504,120130122,5619,1,"1622",-35,"ENSG00000155368","DBI","diazepam binding inhibitor (GABA receptor modulator, acyl-CoA binding protein)"
+"chr19",3275346,3275598,253,"*","Intron (uc002lxl.2/60680, intron 3 of 11)",19,3224701,3297073,72373,1,"60680",50645,"ENSG00000161082","CELF5","CUGBP, Elav-like family member 5"
+"chr14",89290958,89291052,95,"*","Promoter (<=1kb)",14,89290497,89344335,53839,1,"123016",461,"ENSG00000165533","TTC8","tetratricopeptide repeat domain 8"
+"chr17",3867956,3868068,113,"*","Promoter (<=1kb)",17,3827163,3867758,40596,2,"489",-198,"ENSG00000074370","ATP2A3","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 3"
+"chr10",97666894,97666922,29,"*","Promoter (<=1kb)",10,97667722,97698415,30694,1,"100127889",-800,"ENSG00000173088","C10orf131","chromosome 10 open reading frame 131"
+"chr17",78849910,78849916,7,"*","Intron (uc002jyt.1/57521, intron 13 of 33)",17,78965641,78973933,8293,1,"79643",-115725,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr19",12984645,12984996,352,"*","Exon (uc002mvm.3/22983, exon 26 of 26)",19,12986025,12992335,6311,2,"1777",7339,"ENSG00000105612","DNASE2","deoxyribonuclease II, lysosomal"
+"chr2",74692479,74692545,67,"*","Promoter (<=1kb)",2,74688184,74692537,4354,2,"7841",0,"ENSG00000115275","MOGS","mannosyl-oligosaccharide glucosidase"
+"chr6",31833918,31833941,24,"*","Intron (uc011dol.2/80736, intron 8 of 20)",6,32485154,32557613,72460,2,"3127",723672,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr12",120731179,120731287,109,"*","Distal Intergenic",12,120740124,120751045,10922,1,"23409",-8837,"ENSG00000089163","SIRT4","sirtuin 4"
+"chr1",204166746,204166852,107,"*","Promoter (1-2kb)",1,204159469,204165619,6151,2,"3814",-1127,"ENSG00000170498","KISS1","KiSS-1 metastasis-suppressor"
+"chr14",69951733,69951791,59,"*","Promoter (<=1kb)",14,69951471,69995215,43745,1,"400224",262,"ENSG00000175985","PLEKHD1","pleckstrin homology and coiled-coil domain containing D1"
+"chr17",40828172,40828346,175,"*","Promoter (<=1kb)",17,40819932,40829048,9117,2,"79990",702,"ENSG00000068137","PLEKHH3","pleckstrin homology, MyTH4 and FERM domain containing H3"
+"chr7",100609375,100609534,160,"*","Exon (uc003uxn.1/uc003uxn.1, exon 3 of 6)",7,100612904,100662230,49327,1,"10071",-3370,"ENSG00000205277","MUC12","mucin 12, cell surface associated"
+"chr6",112575657,112575881,225,"*","Promoter (<=1kb)",6,112429134,112575917,146784,2,"3910",36,"ENSG00000112769","LAMA4","laminin subunit alpha 4"
+"chr1",37499309,37499428,120,"*","Promoter (<=1kb)",1,37261128,37499844,238717,2,"2899",416,"ENSG00000163873","GRIK3","glutamate ionotropic receptor kainate type subunit 3"
+"chr15",75094734,75094888,155,"*","3' UTR",15,75105153,75119208,14056,1,"79748",-10265,"ENSG00000140506","LMAN1L","lectin, mannose binding 1 like"
+"chr9",120177435,120177471,37,"*","Promoter (<=1kb)",9,119187504,120177317,989814,2,"23245",-118,"ENSG00000148219","ASTN2","astrotactin 2"
+"chr6",31829244,31829511,268,"*","Intron (uc003nxq.4/4758, intron 4 of 5)",6,32485154,32557613,72460,2,"3127",728102,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",116892514,116892579,66,"*","Promoter (<=1kb)",6,116892583,116914436,21854,1,"51389",-4,"ENSG00000111832","RWDD1","RWD domain containing 1"
+"chr14",81879247,81879327,81,"*","Intron (uc010tvu.3/85439, intron 5 of 5)",14,81726994,81893748,166755,2,"85439",14421,"ENSG00000140022","STON2","stonin 2"
+"chr4",187422119,187422293,175,"*","Promoter (<=1kb)",4,187207252,187422212,214961,2,"285441",0,"ENSG00000251165","F11-AS1","F11 antisense RNA 1"
+"chr8",17353932,17354274,343,"*","Promoter (<=1kb)",8,17354597,17428077,73481,1,"6542",-323,"ENSG00000003989","SLC7A2","solute carrier family 7 member 2"
+"chr19",808068,808154,87,"*","Intron (uc002lpp.2/5725, intron 11 of 14)",19,804940,805001,62,1,"100616459",3128,"ENSG00000265767","MIR4745","microRNA 4745"
+"chr12",125258900,125259321,422,"*","Downstream (2-3kb)",12,125262174,125365007,102834,2,"949",105686,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
+"chr1",212965052,212965065,14,"*","Promoter (<=1kb)",1,212899495,212965139,65645,2,"25936",74,"ENSG00000117697","NSL1","NSL1, MIS12 kinetochore complex component"
+"chr2",24162619,24163024,406,"*","Intron (uc002rem.3/165324, intron 1 of 7)",2,24150155,24223693,73539,1,"165324",12464,"ENSG00000173960","UBXN2A","UBX domain protein 2A"
+"chr12",32112331,32112341,11,"*","Promoter (<=1kb)",12,32112353,32146043,33691,1,"55196",-12,"ENSG00000174718","KIAA1551","KIAA1551"
+"chr10",103881068,103881107,40,"*","Promoter (<=1kb)",10,103867325,103880210,12886,2,"8861",-858,"ENSG00000198728","LDB1","LIM domain binding 1"
+"chr2",73114863,73114919,57,"*","Promoter (<=1kb)",2,73114512,73119289,4778,1,"6697",351,"ENSG00000116096","SPR","sepiapterin reductase (7,8-dihydrobiopterin:NADP+ oxidoreductase)"
+"chr19",11639865,11639867,3,"*","Promoter (<=1kb)",19,11616731,11639987,23257,2,"51295",120,"ENSG00000130159","ECSIT","ECSIT signalling integrator"
+"chr4",8375240,8375268,29,"*","Intron (uc010idk.3/8310, intron 2 of 17)",4,8440604,8495258,54655,1,"152992",-65336,"ENSG00000155275","TRMT44","tRNA methyltransferase 44 homolog (S. cerevisiae)"
+"chr7",148922922,148922977,56,"*","3' UTR",7,148936742,148952700,15959,1,"7988",-13765,"ENSG00000170260","ZNF212","zinc finger protein 212"
+"chr1",171640211,171640223,13,"*","Distal Intergenic",1,171604557,171621823,17267,2,"4653",-18388,"ENSG00000034971","MYOC","myocilin"
+"chr10",131650665,131650693,29,"*","Intron (uc001lki.2/253738, intron 6 of 15)",10,131641563,131641638,76,2,"100422873",-9027,"ENSG00000266676","MIR4297","microRNA 4297"
+"chr6",32063553,32063607,55,"*","Exon (uc003nzl.2/7148, exon 3 of 44)",6,32485154,32557613,72460,2,"3127",494006,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr5",1217743,1217797,55,"*","Intron (uc003jbw.4/340024, intron 8 of 11)",5,1225470,1246304,20835,1,"348932",-7673,"ENSG00000164363","SLC6A18","solute carrier family 6 member 18"
+"chr8",140999853,140999965,113,"*","Intron (uc003yvj.2/83696, intron 5 of 22)",8,140613082,140715299,102218,2,"51305",-284554,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
+"chr10",8555797,8556087,291,"*","Distal Intergenic",10,8096667,8117164,20498,1,"2625",459130,"ENSG00000107485","GATA3","GATA binding protein 3"
+"chr1",22174085,22174450,366,"*","Exon (uc001bfj.3/3339, exon 61 of 97)",1,22138758,22151714,12957,1,"401944",35327,"ENSG00000187942","LDLRAD2","low density lipoprotein receptor class A domain containing 2"
+"chr13",41344901,41345029,129,"*","Promoter (<=1kb)",13,41303432,41345347,41916,2,"10240",318,"ENSG00000102738","MRPS31","mitochondrial ribosomal protein S31"
+"chr10",112404926,112404949,24,"*","Promoter (<=1kb)",10,112404155,112599227,195073,1,"282996",771,"ENSG00000203867","RBM20","RNA binding motif protein 20"
+"chr4",8468830,8469051,222,"*","Intron (uc003glf.1/152992, intron 8 of 8)",4,8368009,8442452,74444,2,"8310",-26378,"ENSG00000087008","ACOX3","acyl-CoA oxidase 3, pristanoyl"
+"chr1",156906437,156906957,521,"*","Promoter (<=1kb)",1,156905923,156906036,114,2,"768220",-401,"ENSG00000211581","MIR765","microRNA 765"
+"chr11",2308463,2308487,25,"*","Distal Intergenic",11,2317507,2323143,5637,2,"29125",14656,"ENSG00000110665","C11orf21","chromosome 11 open reading frame 21"
+"chr7",553645,553747,103,"*","Intron (uc003sir.3/5154, intron 5 of 6)",7,536897,559481,22585,2,"5154",5734,"ENSG00000197461","PDGFA","platelet derived growth factor subunit A"
+"chr7",97501682,97501688,7,"*","Promoter (<=1kb)",7,97481429,97501854,20426,2,"440",166,"ENSG00000070669","ASNS","asparagine synthetase (glutamine-hydrolyzing)"
+"chr19",41698548,41698814,267,"*","Promoter (<=1kb)",19,41699115,41713444,14330,1,"29785",-301,"ENSG00000167600","CYP2S1","cytochrome P450 family 2 subfamily S member 1"
+"chr8",101964501,101964527,27,"*","Promoter (1-2kb)",8,101930804,101965623,34820,2,"7534",1096,"ENSG00000164924","YWHAZ","tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein zeta"
+"chr6",28510313,28510339,27,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-26743,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr8",145725509,145725708,200,"*","Exon (uc003zdd.3/84988, exon 5 of 11)",8,145729465,145732555,3091,1,"2875",-3757,"ENSG00000167701","GPT","glutamic-pyruvate transaminase (alanine aminotransferase)"
+"chr19",1241542,1241620,79,"*","Promoter (<=1kb)",19,1241749,1244824,3076,1,"513",-129,"ENSG00000099624","ATP5D","ATP synthase, H+ transporting, mitochondrial F1 complex, delta subunit"
+"chr10",17270250,17270252,3,"*","Promoter (<=1kb)",10,17270258,17279592,9335,1,"7431",-6,"ENSG00000026025","VIM","vimentin"
+"chr4",6539931,6540063,133,"*","Intron (uc011bwd.2/5522, intron 9 of 9)",4,6322305,6565327,243023,2,"5522",25264,"ENSG00000074211","PPP2R2C","protein phosphatase 2 regulatory subunit B, gamma"
+"chr18",44098826,44099028,203,"*","5' UTR",18,44056935,44236996,180062,2,"125336",137968,"ENSG00000167210","LOXHD1","lipoxygenase homology domains 1"
+"chr11",70628890,70628970,81,"*","Intron (uc001oqc.3/22941, intron 11 of 21)",11,70708895,70711220,2326,1,"220070",-79925,"ENSG00000171671","SHANK2-AS3","SHANK2 antisense RNA 3"
+"chr3",50358933,50358957,25,"*","Promoter (1-2kb)",3,50355221,50360281,5061,2,"8692",1324,"ENSG00000068001","HYAL2","hyaluronoglucosaminidase 2"
+"chrX",153068748,153068875,128,"*","3' UTR",23,153051221,153059978,8758,2,"3421",-8770,"ENSG00000067829","IDH3G","isocitrate dehydrogenase 3 (NAD+) gamma"
+"chr10",131355195,131355254,60,"*","Intron (uc001lkh.2/4255, intron 2 of 4)",10,131265454,131565783,300330,1,"4255",89741,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
+"chr7",116593721,116593724,4,"*","Promoter (<=1kb)",7,116593953,116599867,5915,1,"338069",-229,"ENSG00000214188","ST7-OT4","ST7 overlapping transcript 4"
+"chr6",138483452,138483709,258,"*","Promoter (<=1kb)",6,138483053,138665800,182748,1,"57221",399,"ENSG00000112379","ARFGEF3","ARFGEF family member 3"
+"chr16",34256290,34256428,139,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",148334,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr3",187870986,187871024,39,"*","Promoter (<=1kb)",3,187871663,188608460,736798,1,"4026",-639,"ENSG00000145012","LPP","LIM domain containing preferred translocation partner in lipoma"
+"chr6",43738977,43739011,35,"*","Promoter (1-2kb)",6,43737946,43754223,16278,1,"7422",1031,"ENSG00000112715","VEGFA","vascular endothelial growth factor A"
+"chr19",21512191,21512202,12,"*","Promoter (<=1kb)",19,21473963,21512212,38250,2,"7562",10,"ENSG00000182141","ZNF708","zinc finger protein 708"
+"chr2",161128136,161128348,213,"*","Promoter (<=1kb)",2,160958233,161128399,170167,2,"3694",51,"ENSG00000115221","ITGB6","integrin subunit beta 6"
+"chr13",112906616,112906711,96,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",-123940,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
+"chr3",119298147,119298222,76,"*","Promoter (<=1kb)",3,119298523,119308792,10270,1,"141",-301,"ENSG00000144843","ADPRH","ADP-ribosylarginine hydrolase"
+"chr16",577621,577928,308,"*","Promoter (<=1kb)",16,577856,604636,26781,1,"6650",0,"ENSG00000103326","CAPN15","calpain 15"
+"chr16",1401898,1402058,161,"*","Promoter (<=1kb)",16,1401900,1413352,11453,1,"84572",0,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
+"chr17",78079433,78079608,176,"*","Exon (uc002jxo.3/2548, exon 4 of 21)",17,78075355,78093679,18325,1,"2548",4078,"ENSG00000171298","GAA","glucosidase, alpha; acid"
+"chr5",140745892,140746001,110,"*","Promoter (1-2kb)",5,140743898,140892548,148651,1,"56110",1994,"ENSG00000253485","PCDHGA5","protocadherin gamma subfamily A, 5"
+"chr19",30020680,30020886,207,"*","Exon (uc010xrl.1/342865, exon 4 of 5)",19,30017491,30055226,37736,1,"342865",3189,"ENSG00000187135","VSTM2B","V-set and transmembrane domain containing 2B"
+"chr16",2581414,2581522,109,"*","Promoter (<=1kb)",16,2580036,2581409,1374,2,"752014",-5,"ENSG00000205923","CEMP1","cementum protein 1"
+"chr16",89882934,89883137,204,"*","Promoter (<=1kb)",16,89803959,89883065,79107,2,"2175",0,"ENSG00000187741","FANCA","Fanconi anemia complementation group A"
+"chr17",8815828,8816266,439,"*","5' UTR",17,8706055,8770994,64940,2,"146850",-44834,"ENSG00000276231","PIK3R6","phosphoinositide-3-kinase regulatory subunit 6"
+"chr17",64873303,64873391,89,"*","5' UTR",17,64831235,64881395,50161,1,"27091",42068,"ENSG00000075429","CACNG5","calcium voltage-gated channel auxiliary subunit gamma 5"
+"chr16",1483122,1483192,71,"*","Downstream (1-2kb)",16,1469745,1479345,9601,2,"283951",-3777,"ENSG00000174109","C16orf91","chromosome 16 open reading frame 91"
+"chr8",145910685,145911129,445,"*","Promoter (<=1kb)",8,145754563,145911194,156632,2,"80728",65,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
+"chr5",156277406,156277587,182,"*","Promoter (<=1kb)",5,156277549,156279539,1991,1,"153743",0,NA,"PPP1R2P3","protein phosphatase 1 regulatory inhibitor subunit 2 pseudogene 3"
+"chrX",51150443,51151013,571,"*","Distal Intergenic",23,51075083,51080377,5295,1,"170685",75360,"ENSG00000122824","NUDT10","nudix hydrolase 10"
+"chr2",219524230,219524377,148,"*","Promoter (<=1kb)",2,219502640,219524355,21716,2,"7701",0,"ENSG00000115568","ZNF142","zinc finger protein 142"
+"chr19",15089969,15090275,307,"*","Intron (uc010xod.2/6511, intron 8 of 8)",19,15060845,15121455,60611,2,"6511",31180,"ENSG00000105143","SLC1A6","solute carrier family 1 member 6"
+"chr10",17243289,17243390,102,"*","Promoter (<=1kb)",10,17184982,17244070,59089,2,"1787",680,"ENSG00000107614","TRDMT1","tRNA aspartic acid methyltransferase 1"
+"chr16",2587080,2587546,467,"*","Promoter (<=1kb)",16,2587965,2653191,65227,1,"5170",-419,"ENSG00000140992","PDPK1","3-phosphoinositide dependent protein kinase 1"
+"chr9",133541653,133542125,473,"*","Promoter (1-2kb)",9,133539981,133558384,18404,1,"59335",1672,"ENSG00000130711","PRDM12","PR domain 12"
+"chr4",7763570,7763655,86,"*","3' UTR",4,7755817,7780654,24838,1,"84740",7753,"ENSG00000272620","AFAP1-AS1","AFAP1 antisense RNA 1"
+"chr12",67663035,67663044,10,"*","Promoter (<=1kb)",12,67663061,67708388,45328,1,"55832",-17,"ENSG00000111530","CAND1","cullin-associated and neddylation-dissociated 1"
+"chr6",30033850,30034130,281,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1550280,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr14",75894261,75894267,7,"*","Promoter (<=1kb)",14,75894509,75939404,44896,1,"122953",-242,"ENSG00000140044","JDP2","Jun dimerization protein 2"
+"chr10",31608548,31608663,116,"*","Promoter (<=1kb)",10,31605457,31608024,2568,2,"220930",-524,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
+"chr16",24740886,24740891,6,"*","Promoter (<=1kb)",16,24741049,24837547,96499,1,"27327",-158,"ENSG00000090905","TNRC6A","trinucleotide repeat containing 6A"
+"chr10",104178866,104178949,84,"*","Promoter (<=1kb)",10,104178979,104182893,3915,1,"79176",-30,"ENSG00000107872","FBXL15","F-box and leucine-rich repeat protein 15"
+"chr16",930028,930029,2,"*","Intron (uc010bri.2/64788, intron 6 of 7)",16,855443,863861,8419,1,"388199",74585,"ENSG00000167945","PRR25","proline rich 25"
+"chr1",155715104,155715209,106,"*","Promoter (<=1kb)",1,155715559,155720673,5115,1,"100129405",-350,NA,"MSTO2P","misato family member 2, pseudogene"
+"chr17",80970456,80970799,344,"*","Intron (uc002kgf.1/146712, intron 9 of 12)",17,80900031,81009686,109656,2,"146712",38887,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
+"chr19",17908246,17908550,305,"*","Promoter (2-3kb)",19,17905919,17924385,18467,1,"10331",2327,"ENSG00000179913","B3GNT3","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 3"
+"chr2",170591199,170591239,41,"*","Promoter (<=1kb)",2,170590356,170608396,18041,1,"151230",843,"ENSG00000213160","KLHL23","kelch like family member 23"
+"chr6",32942400,32942429,30,"*","5' UTR",6,32605183,32614839,9657,1,"3117",337217,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr6",52929657,52929668,12,"*","Promoter (<=1kb)",6,52929796,52965670,35875,1,"26268",-128,"ENSG00000112146","FBXO9","F-box protein 9"
+"chr16",1260577,1260608,32,"*","Exon (uc002cks.3/8912, exon 20 of 35)",16,1271651,1275254,3604,2,"25823",14646,"ENSG00000116176","TPSG1","tryptase gamma 1"
+"chr10",99161231,99161263,33,"*","Promoter (<=1kb)",10,99116458,99161127,44670,2,"23223",-104,"ENSG00000052749","RRP12","ribosomal RNA processing 12 homolog"
+"chr11",61584442,61584568,127,"*","Promoter (<=1kb)",11,61567097,61584529,17433,2,"3992",0,"ENSG00000149485","FADS1","fatty acid desaturase 1"
+"chr1",151118251,151118416,166,"*","Promoter (<=1kb)",1,151104163,151119140,14978,2,"10500",724,"ENSG00000143434","SEMA6C","semaphorin 6C"
+"chr2",233351105,233351477,373,"*","Promoter (1-2kb)",2,233344537,233352532,7996,2,"9427",1055,"ENSG00000171551","ECEL1","endothelin converting enzyme-like 1"
+"chr17",1532169,1532172,4,"*","Promoter (<=1kb)",17,1477696,1532130,54435,2,"124935",-39,"ENSG00000167703","SLC43A2","solute carrier family 43 member 2"
+"chr14",24701388,24701538,151,"*","Promoter (<=1kb)",14,24682615,24701576,18962,2,"100528064",38,"ENSG00000255526","NEDD8-MDP1","NEDD8-MDP1 readthrough"
+"chr1",28974762,28975001,240,"*","Promoter (<=1kb)",1,28975112,28975246,135,1,"26824",-111,"ENSG00000270103","RNU11","RNA, U11 small nuclear"
+"chr12",111664628,111664675,48,"*","Intron (uc001tsa.2/23316, intron 3 of 21)",12,111798455,111806925,8471,2,"144717",142250,"ENSG00000198324","FAM109A","family with sequence similarity 109 member A"
+"chr10",62149509,62149594,86,"*","5' UTR",10,61786056,62493284,707229,2,"288",343690,"ENSG00000151150","ANK3","ankyrin 3, node of Ranvier (ankyrin G)"
+"chr6",30068667,30068793,127,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1585097,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr19",39303458,39303650,193,"*","Promoter (<=1kb)",19,39292311,39303740,11430,2,"3960",90,"ENSG00000171747","LGALS4","lectin, galactoside-binding, soluble, 4"
+"chr12",6677562,6677577,16,"*","Promoter (<=1kb)",12,6666036,6677498,11463,2,"4839",-64,"ENSG00000111641","NOP2","NOP2 nucleolar protein"
+"chr6",30139855,30139979,125,"*","Exon (uc010jrx.3/89870, exon 7 of 7)",6,28471073,28483570,12498,2,"257202",-1656285,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",11001791,11001871,81,"*","Exon (uc002dag.2/4261, exon 11 of 11)",16,10971055,11018840,47786,1,"4261",30736,"ENSG00000179583","CIITA","class II, major histocompatibility complex, transactivator"
+"chr1",91300183,91300288,106,"*","Intron (uc001dnt.1/uc001dnt.1, intron 1 of 1)",1,91177579,91182794,5216,2,"343472",-117389,"ENSG00000143032","BARHL2","BarH like homeobox 2"
+"chr19",4037881,4038095,215,"*","3' UTR",19,4045216,4066816,21601,2,"51341",28721,"ENSG00000178951","ZBTB7A","zinc finger and BTB domain containing 7A"
+"chr2",161992830,161993315,486,"*","Promoter (<=1kb)",2,161993466,162092683,99218,1,"10010",-151,"ENSG00000136560","TANK","TRAF family member associated NFKB activator"
+"chr7",64541387,64541737,351,"*","Exon (uc003ttv.1/uc003ttv.1, exon 1 of 2)",7,64498732,64535091,36360,1,"643180",42655,"ENSG00000234585","CCT6P3","chaperonin containing TCP1 subunit 6 pseudogene 3"
+"chr5",1003051,1003086,36,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",-5596,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
+"chr9",33167289,33167933,645,"*","Promoter (<=1kb)",9,33110639,33167356,56718,2,"2683",0,"ENSG00000086062","B4GALT1","UDP-Gal:betaGlcNAc beta 1,4- galactosyltransferase, polypeptide 1"
+"chr20",62406831,62406964,134,"*","Intron (uc002ygv.2/140685, intron 2 of 4)",20,62371211,62375403,4193,1,"56731",35620,"ENSG00000125520","SLC2A4RG","SLC2A4 regulator"
+"chr6",52926293,52926593,301,"*","Promoter (<=1kb)",6,52866098,52926600,60503,2,"22858",7,"ENSG00000112144","ICK","intestinal cell (MAK-like) kinase"
+"chr11",35641207,35641457,251,"*","Promoter (1-2kb)",11,35639735,35642421,2687,1,"24147",1472,"ENSG00000179431","FJX1","four jointed box 1"
+"chr4",3726244,3726450,207,"*","Distal Intergenic",4,3768296,3770253,1958,1,"152",-41846,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
+"chr13",114143948,114144001,54,"*","Promoter (1-2kb)",13,114110134,114145023,34890,2,"55208",1022,"ENSG00000150401","DCUN1D2","defective in cullin neddylation 1 domain containing 2"
+"chr19",40791610,40791701,92,"*","Promoter (<=1kb)",19,40736224,40791302,55079,2,"208",-308,"ENSG00000105221","AKT2","v-akt murine thymoma viral oncogene homolog 2"
+"chr19",49250032,49250252,221,"*","Promoter (<=1kb)",19,49244145,49250166,6022,2,"284359",0,"ENSG00000182264","IZUMO1","izumo sperm-egg fusion 1"
+"chr15",31621748,31621795,48,"*","Promoter (2-3kb)",15,31619083,31670102,51020,1,"51621",2665,"ENSG00000169926","KLF13","Kruppel-like factor 13"
+"chr3",39093320,39093392,73,"*","Promoter (<=1kb)",3,39093507,39138155,44649,1,"57599",-115,"ENSG00000114742","WDR48","WD repeat domain 48"
+"chr1",32054412,32054510,99,"*","Distal Intergenic",1,32042086,32053287,11202,1,"64129",12326,"ENSG00000142910","TINAGL1","tubulointerstitial nephritis antigen like 1"
+"chr3",129118619,129118661,43,"*","Promoter (<=1kb)",3,129101677,129118282,16606,2,"132241",-337,"ENSG00000251474","RPL32P3","ribosomal protein L32 pseudogene 3"
+"chr1",119531996,119532056,61,"*","Promoter (<=1kb)",1,119425666,119532179,106514,2,"6913",123,"ENSG00000092607","TBX15","T-box 15"
+"chr11",65746292,65746335,44,"*","Exon (uc001ogl.3/9092, exon 19 of 20)",11,65729160,65747607,18448,1,"9092",17132,"ENSG00000175467","SART1","squamous cell carcinoma antigen recognized by T-cells 1"
+"chr22",26908376,26908464,89,"*","Promoter (<=1kb)",22,26887894,26908437,20544,2,"24144",0,"ENSG00000100109","TFIP11","tuftelin interacting protein 11"
+"chr1",2026193,2026224,32,"*","Intron (uc001aiq.3/5590, intron 4 of 17)",1,1981909,2116834,134926,1,"5590",44284,"ENSG00000067606","PRKCZ","protein kinase C zeta"
+"chr2",6636069,6636097,29,"*","Distal Intergenic",2,6869300,6910442,41143,2,"400941",274345,"ENSG00000205837","LINC00487","long intergenic non-protein coding RNA 487"
+"chr7",56515846,56516028,183,"*","Promoter (<=1kb)",7,56491397,56516068,24672,2,"650226",40,NA,"LOC650226","ankyrin repeat domain 26 pseudogene"
+"chr3",127174433,127174705,273,"*","Distal Intergenic",3,127291907,127309602,17696,2,"131601",134897,"ENSG00000163870","TPRA1","transmembrane protein adipocyte associated 1"
+"chrY",22737848,22737946,99,"*","Promoter (<=1kb)",24,22737611,22755040,17430,1,"9086",237,"ENSG00000198692","EIF1AY","eukaryotic translation initiation factor 1A, Y-linked"
+"chr7",75623810,75623886,77,"*","Promoter (<=1kb)",7,75616155,75623992,7838,2,"83862",106,"ENSG00000189077","TMEM120A","transmembrane protein 120A"
+"chr4",140098334,140098609,276,"*","Distal Intergenic",4,139978871,140060651,81781,2,"1998",-37683,"ENSG00000109381","ELF2","E74 like ETS transcription factor 2"
+"chr7",150783151,150783171,21,"*","Promoter (<=1kb)",7,150782954,150841523,58570,1,"116988",197,"ENSG00000133612","AGAP3","ArfGAP with GTPase domain, ankyrin repeat and PH domain 3"
+"chr19",8385452,8385921,470,"*","Promoter (<=1kb)",19,8376184,8386280,10097,2,"4701",359,"ENSG00000267855","NDUFA7","NADH:ubiquinone oxidoreductase subunit A7"
+"chr5",65891830,65891968,139,"*","Promoter (<=1kb)",5,65892176,66465423,573248,1,"375449",-208,"ENSG00000069020","MAST4","microtubule associated serine/threonine kinase family member 4"
+"chr9",129677834,129678250,417,"*","Promoter (<=1kb)",9,129677053,129985445,308393,1,"9649",781,"ENSG00000136828","RALGPS1","Ral GEF with PH domain and SH3 binding motif 1"
+"chrX",64887317,64887587,271,"*","Promoter (<=1kb)",23,64887511,64961793,74283,1,"4478",0,"ENSG00000147065","MSN","moesin"
+"chr17",4402654,4402773,120,"*","Promoter (<=1kb)",17,4402129,4443228,41100,1,"124976",525,"ENSG00000183018","SPNS2","spinster homolog 2 (Drosophila)"
+"chr2",220142643,220142903,261,"*","Promoter (1-2kb)",2,220144040,220151622,7583,1,"3300",-1137,"ENSG00000135924","DNAJB2","DnaJ heat shock protein family (Hsp40) member B2"
+"chr4",71383999,71384311,313,"*","Promoter (<=1kb)",4,71384298,71398459,14162,1,"401138",0,"ENSG00000187689","AMTN","amelotin"
+"chr10",17686226,17686414,189,"*","Promoter (<=1kb)",10,17686124,17758821,72698,1,"8027",102,"ENSG00000136738","STAM","signal transducing adaptor molecule"
+"chr11",44068661,44068960,300,"*","Promoter (<=1kb)",11,44069531,44081527,11997,1,"390110",-571,"ENSG00000205126","ACCSL","1-aminocyclopropane-1-carboxylate synthase (inactive)-like"
+"chr1",223257541,223257618,78,"*","Distal Intergenic",1,223282748,223316624,33877,2,"7100",59006,"ENSG00000187554","TLR5","toll like receptor 5"
+"chr1",145610747,145610755,9,"*","Promoter (<=1kb)",1,145592605,145610884,18280,2,"10623",129,"ENSG00000186141","POLR3C","polymerase (RNA) III subunit C"
+"chr1",26871244,26871477,234,"*","Intron (uc001bmr.1/6195, intron 2 of 21)",1,26881033,26881084,52,1,"100302190",-9556,"ENSG00000238705","MIR1976","microRNA 1976"
+"chr1",167691662,167691851,190,"*","Promoter (<=1kb)",1,167691187,167761156,69970,1,"9019",475,"ENSG00000197965","MPZL1","myelin protein zero like 1"
+"chr16",3451133,3451154,22,"*","Promoter (<=1kb)",16,3451190,3459364,8175,1,"7727",-36,"ENSG00000103343","ZNF174","zinc finger protein 174"
+"chr13",114238719,114239186,468,"*","Promoter (<=1kb)",13,114239003,114295788,56786,1,"7027",0,"ENSG00000198176","TFDP1","transcription factor Dp-1"
+"chr8",71315609,71315757,149,"*","Promoter (<=1kb)",8,71024267,71316020,291754,2,"10499",263,"ENSG00000140396","NCOA2","nuclear receptor coactivator 2"
+"chr11",5462540,5462868,329,"*","Promoter (<=1kb)",11,5461772,5462783,1012,2,"390063",0,"ENSG00000167359","OR51I1","olfactory receptor family 51 subfamily I member 1"
+"chr19",4446288,4446485,198,"*","Promoter (<=1kb)",19,4445975,4446045,71,1,"100616371",313,"ENSG00000266437","MIR4746","microRNA 4746"
+"chr19",41859111,41859256,146,"*","Promoter (<=1kb)",19,41836812,41859831,23020,2,"7040",575,"ENSG00000105329","TGFB1","transforming growth factor beta 1"
+"chrX",30233581,30233589,9,"*","Promoter (<=1kb)",23,30233675,30238206,4532,1,"4113",-86,"ENSG00000099399","MAGEB2","MAGE family member B2"
+"chr6",169717616,169717713,98,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",-63479,"ENSG00000186340","THBS2","thrombospondin 2"
+"chr11",60101561,60101691,131,"*","Promoter (<=1kb)",11,60102355,60108441,6087,1,"245802",-664,"ENSG00000166926","MS4A6E","membrane spanning 4-domains A6E"
+"chr19",44506816,44506841,26,"*","Promoter (<=1kb)",19,44507077,44518072,10996,1,"7773",-236,"ENSG00000159882","ZNF230","zinc finger protein 230"
+"chr3",19975435,19975466,32,"*","Exon (uc003cbl.4/151651, exon 1 of 13)",3,19920966,19988501,67536,2,"151651",13035,"ENSG00000163576","EFHB","EF-hand domain family member B"
+"chr7",87849886,87850031,146,"*","Intron (uc003ujr.1/6717, intron 7 of 7)",7,87834432,87856308,21877,2,"6717",6277,"ENSG00000075142","SRI","sorcin"
+"chr4",1988280,1988302,23,"*","Promoter (<=1kb)",4,1988111,1988204,94,2,"100126332",-76,"ENSG00000216105","MIR943","microRNA 943"
+"chr4",18023851,18023907,57,"*","Promoter (<=1kb)",4,17844839,18023483,178645,2,"254251",-368,"ENSG00000178177","LCORL","ligand dependent nuclear receptor corepressor like"
+"chr10",128193340,128193400,61,"*","Exon (uc001ljp.3/118611, exon 1 of 6)",10,128102438,128110448,8011,2,"101101772",-82892,"ENSG00000235180","LINC00601","long intergenic non-protein coding RNA 601"
+"chr1",197191318,197191386,69,"*","Intron (uc010poz.2/23418, intron 1 of 14)",1,197170592,197447585,276994,1,"23418",20726,"ENSG00000134376","CRB1","crumbs 1, cell polarity complex component"
+"chr5",171881546,171881549,4,"*","Promoter (<=1kb)",5,171760503,171881527,121025,2,"285590",-19,"ENSG00000174705","SH3PXD2B","SH3 and PX domains 2B"
+"chr8",1327546,1327575,30,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",-76719,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr13",65500076,65500093,18,"*","Distal Intergenic",13,64311568,64316701,5134,1,"283491",1188508,NA,"OR7E156P","olfactory receptor family 7 subfamily E member 156 pseudogene"
+"chr15",81667437,81667725,289,"*","Promoter (1-2kb)",15,81624760,81666418,41659,2,"342125",-1019,"ENSG00000188869","TMC3","transmembrane channel like 3"
+"chr8",143234726,143234741,16,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-22959,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
+"chr4",1388811,1388830,20,"*","Exon (uc003gdf.2/285464, exon 1 of 1)",4,1385340,1389782,4443,1,"285464",3471,"ENSG00000179979","CRIPAK","cysteine rich PAK1 inhibitor"
+"chr16",1832736,1832743,8,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",-155,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
+"chr17",72848149,72848310,162,"*","3' UTR",17,72838168,72856966,18799,2,"2905",8656,"ENSG00000161509","GRIN2C","glutamate ionotropic receptor NMDA type subunit 2C"
+"chr19",15218531,15218566,36,"*","Promoter (<=1kb)",19,15218214,15225789,7576,1,"85360",317,"ENSG00000105137","SYDE1","synapse defective 1, Rho GTPase, homolog 1 (C. elegans)"
+"chr2",209271335,209271505,171,"*","Intron (uc010zjb.2/5746, intron 1 of 12)",2,209224569,209704818,480250,1,"5746",46766,"ENSG00000144407","PTH2R","parathyroid hormone 2 receptor"
+"chr12",76953702,76953736,35,"*","Promoter (<=1kb)",12,76745578,76953589,208012,2,"114882",-113,"ENSG00000091039","OSBPL8","oxysterol binding protein like 8"
+"chr16",87985047,87985059,13,"*","Promoter (<=1kb)",16,87984238,88110924,126687,1,"54971",809,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr6",15663344,15663356,13,"*","Promoter (<=1kb)",6,15523032,15663289,140258,2,"84062",-55,"ENSG00000047579","DTNBP1","dystrobrevin binding protein 1"
+"chr8",28929242,28929641,400,"*","Exon (uc011laz.2/23303, exon 3 of 4)",8,28747911,28910242,162332,1,"79618",181331,"ENSG00000147421","HMBOX1","homeobox containing 1"
+"chr12",132896939,132897323,385,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132680917,132905905,224989,2,"50614",8582,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr10",70587072,70587083,12,"*","Promoter (<=1kb)",10,70587294,70655209,67916,1,"219736",-211,"ENSG00000165730","STOX1","storkhead box 1"
+"chr12",120315168,120315283,116,"*","Promoter (<=1kb)",12,120123595,120315095,191501,2,"11113",-73,"ENSG00000122966","CIT","citron rho-interacting serine/threonine kinase"
+"chr6",89855447,89855455,9,"*","Promoter (<=1kb)",6,89855769,89875288,19520,1,"135293",-314,"ENSG00000146281","PM20D2","peptidase M20 domain containing 2"
+"chr1",45792612,45792640,29,"*","Promoter (<=1kb)",1,45792545,45794346,1802,1,"84842",67,"ENSG00000186603","HPDL","4-hydroxyphenylpyruvate dioxygenase-like"
+"chr10",76869460,76869864,405,"*","Promoter (<=1kb)",10,76854190,76868970,14781,2,"51207",-490,"ENSG00000079393","DUSP13","dual specificity phosphatase 13"
+"chr4",190939452,190939878,427,"*","Distal Intergenic",4,190988993,191013442,24450,1,"26583",-49115,NA,"DUX4L8","double homeobox 4 like 8"
+"chr17",7518355,7518500,146,"*","Promoter (<=1kb)",17,7494548,7518215,23668,2,"9513",-140,"ENSG00000129245","FXR2","FMR1 autosomal homolog 2"
+"chr4",6945654,6945745,92,"*","Exon (uc003gjt.1/uc003gjt.1, exon 1 of 1)",4,6911171,7034845,123675,1,"57533",34483,"ENSG00000132405","TBC1D14","TBC1 domain family member 14"
+"chr8",6481534,6481560,27,"*","Intron (uc003wqi.3/79648, intron 13 of 13)",8,6357175,6420784,63610,2,"285",-60750,"ENSG00000091879","ANGPT2","angiopoietin 2"
+"chr14",90798308,90798336,29,"*","Promoter (<=1kb)",14,90744398,90798481,54084,2,"55051",145,"ENSG00000119720","NRDE2","NRDE-2, necessary for RNA interference, domain containing"
+"chr6",49431069,49431135,67,"*","Promoter (<=1kb)",6,49431096,49460820,29725,1,"55166",0,"ENSG00000031691","CENPQ","centromere protein Q"
+"chr2",241516269,241516333,65,"*","5' UTR",2,241508004,241518149,10146,1,"57140",8265,NA,"RNPEPL1","arginyl aminopeptidase (aminopeptidase B)-like 1"
+"chr6",36561965,36562212,248,"*","Promoter (<=1kb)",6,36562090,36572244,10155,1,"6428",0,"ENSG00000112081","SRSF3","serine/arginine-rich splicing factor 3"
+"chr11",66489543,66489646,104,"*","Promoter (<=1kb)",11,66452720,66488870,36151,2,"6712",-673,"ENSG00000173898","SPTBN2","spectrin beta, non-erythrocytic 2"
+"chr6",29595349,29595491,143,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1111779,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",54404408,54404570,163,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-84030,"ENSG00000177508","IRX3","iroquois homeobox 3"
+"chr2",47168976,47168977,2,"*","Promoter (<=1kb)",2,47129009,47168994,39986,2,"90411",17,"ENSG00000180398","MCFD2","multiple coagulation factor deficiency 2"
+"chr8",117951559,117951987,429,"*","Promoter (1-2kb)",8,117950464,117956239,5776,1,"441376",1095,"ENSG00000205002","AARD","alanine and arginine rich domain containing protein"
+"chr15",80986965,80987197,233,"*","Promoter (<=1kb)",15,80987652,81047962,60311,1,"58489",-455,"ENSG00000136379","ABHD17C","abhydrolase domain containing 17C"
+"chr5",172113798,172113809,12,"*","Exon (uc003mbt.3/54492, exon 5 of 5)",5,172068276,172118533,50258,1,"54492",45522,"ENSG00000214357","NEURL1B","neuralized E3 ubiquitin protein ligase 1B"
+"chr17",75052534,75052555,22,"*","Distal Intergenic",17,75082798,75095278,12481,1,"654434",-30243,"ENSG00000234912","SNHG20","small nucleolar RNA host gene 20"
+"chr7",98579529,98579639,111,"*","Exon (uc003upp.3/8295, exon 58 of 72)",7,98479273,98479352,80,1,"100500819",100256,"ENSG00000266019","MIR3609","microRNA 3609"
+"chr20",11667650,11667807,158,"*","Distal Intergenic",20,11871477,11907243,35767,1,"22903",-203670,"ENSG00000132640","BTBD3","BTB domain containing 3"
+"chr6",31548962,31548990,29,"*","Intron (uc003nuk.3/4050, intron 1 of 3)",6,32485154,32557613,72460,2,"3127",1008623,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",154680167,154680385,219,"*","3' UTR",1,154554534,154600456,45923,2,"103",-79711,"ENSG00000160710","ADAR","adenosine deaminase, RNA-specific"
+"chr16",2127599,2127781,183,"*","Exon (uc002con.3/7249, exon 26 of 42)",16,2140196,2140285,90,2,"100188847",12504,"ENSG00000221656","MIR1225","microRNA 1225"
+"chr2",114259248,114259669,422,"*","Promoter (2-3kb)",2,114256661,114258727,2067,1,"200350",2587,"ENSG00000184492","FOXD4L1","forkhead box D4-like 1"
+"chr1",33283992,33284208,217,"*","Promoter (<=1kb)",1,33240840,33283633,42794,2,"8565",-359,"ENSG00000134684","YARS","tyrosyl-tRNA synthetase"
+"chr15",100882202,100882334,133,"*","Promoter (<=1kb)",15,100511643,100882183,370541,2,"170691",-19,"ENSG00000140470","ADAMTS17","ADAM metallopeptidase with thrombospondin type 1 motif 17"
+"chr10",46090503,46090522,20,"*","Promoter (<=1kb)",10,45952817,46090354,137538,2,"220972",-149,"ENSG00000165406","MARCH8","membrane associated ring-CH-type finger 8"
+"chr16",4466650,4466770,121,"*","Promoter (<=1kb)",16,4390252,4466962,76711,2,"100529144",192,"ENSG00000103426","CORO7-PAM16","CORO7-PAM16 readthrough"
+"chr7",99699637,99699645,9,"*","Promoter (<=1kb)",7,99690404,99699427,9024,2,"4176",-210,"ENSG00000166508","MCM7","minichromosome maintenance complex component 7"
+"chr7",141685595,141685610,16,"*","Distal Intergenic",7,141695679,141806547,110869,1,"8972",-10069,"ENSG00000257335","MGAM","maltase-glucoamylase"
+"chr20",19866746,19866810,65,"*","Promoter (<=1kb)",20,19867165,19983103,115939,1,"54453",-355,"ENSG00000132669","RIN2","Ras and Rab interactor 2"
+"chr16",3193279,3193362,84,"*","Distal Intergenic",16,3185057,3192805,7749,1,"7760",8222,"ENSG00000085644","ZNF213","zinc finger protein 213"
+"chr1",160001673,160001849,177,"*","Promoter (<=1kb)",1,159997462,160001783,4322,2,"93183",0,"ENSG00000143315","PIGM","phosphatidylinositol glycan anchor biosynthesis class M"
+"chr4",38784549,38784890,342,"*","Promoter (<=1kb)",4,38773860,38784611,10752,2,"81793",0,"ENSG00000174123","TLR10","toll like receptor 10"
+"chr17",2699812,2700045,234,"*","Promoter (<=1kb)",17,2699732,2941035,241304,1,"23108",80,"ENSG00000132359","RAP1GAP2","RAP1 GTPase activating protein 2"
+"chr19",57350265,57350455,191,"*","Promoter (1-2kb)",19,57321445,57352094,30650,2,"5178",1639,"ENSG00000198300","PEG3","paternally expressed 3"
+"chr11",118550331,118550413,83,"*","Promoter (<=1kb)",11,118528942,118550381,21440,2,"11181",0,"ENSG00000118094","TREH","trehalase"
+"chr15",96890404,96890550,147,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",13914,"ENSG00000222651","MIR1469","microRNA 1469"
+"chr20",33680704,33680710,7,"*","Promoter (<=1kb)",20,33590207,33680618,90412,2,"26133",-86,"ENSG00000100991","TRPC4AP","transient receptor potential cation channel subfamily C member 4 associated protein"
+"chr10",652402,652485,84,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",35233,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr1",114301873,114301887,15,"*","Promoter (<=1kb)",1,114239824,114302098,62275,2,"10745",211,"ENSG00000116793","PHTF1","putative homeodomain transcription factor 1"
+"chr5",87979594,87979871,278,"*","Promoter (<=1kb)",5,87836597,87980620,144024,2,"645323",749,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
+"chr7",1133882,1133979,98,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1121844,1133451,11608,1,"2852",12038,"ENSG00000164850","GPER1","G protein-coupled estrogen receptor 1"
+"chr11",65626142,65626208,67,"*","Promoter (<=1kb)",11,65622285,65626886,4602,2,"1072",678,"ENSG00000172757","CFL1","cofilin 1"
+"chr16",87584603,87584709,107,"*","Distal Intergenic",16,87635441,87731761,96321,1,"57338",-50732,"ENSG00000154118","JPH3","junctophilin 3"
+"chr1",154492899,154492904,6,"*","Intron (uc001ffd.3/126668, intron 5 of 12)",1,154474695,154520623,45929,1,"126668",18204,"ENSG00000163239","TDRD10","tudor domain containing 10"
+"chr17",58754765,58754932,168,"*","Promoter (<=1kb)",17,58755172,59470199,715028,1,"54828",-240,"ENSG00000141376","BCAS3","breast carcinoma amplified sequence 3"
+"chr7",140179398,140179401,4,"*","Promoter (<=1kb)",7,140152840,140179369,26530,2,"23608",-29,"ENSG00000133606","MKRN1","makorin ring finger protein 1"
+"chr12",58013109,58013126,18,"*","Promoter (<=1kb)",12,58013693,58019934,6242,1,"65012",-567,"ENSG00000135502","SLC26A10","solute carrier family 26 member 10"
+"chr5",153785129,153785214,86,"*","Intron (uc003lvh.3/55568, intron 8 of 11)",5,153769329,153825382,56054,2,"386627",40168,NA,"SAP30L-AS1","SAP30L antisense RNA 1 (head to head)"
+"chr6",33150897,33151008,112,"*","Intron (uc003ocx.1/1302, intron 58 of 65)",6,33540323,33548070,7748,2,"578",397062,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr9",140135729,140136157,429,"*","Promoter (<=1kb)",9,140135711,140138159,2449,1,"10383",18,"ENSG00000188229","TUBB4B","tubulin beta 4B class IVb"
+"chr22",41956939,41957395,457,"*","Promoter (<=1kb)",22,41957014,41972670,15657,1,"27254",0,"ENSG00000172346","CSDC2","cold shock domain containing C2"
+"chr6",9399331,9399598,268,"*","Distal Intergenic",6,8652442,8654080,1639,1,"728655",746889,"ENSG00000251164","HULC","hepatocellular carcinoma up-regulated long non-coding RNA"
+"chr2",235953159,235953304,146,"*","Intron (uc002vvp.3/23677, intron 4 of 5)",2,235860628,235964358,103731,1,"23677",92531,"ENSG00000130147","SH3BP4","SH3-domain binding protein 4"
+"chr6",134215613,134216081,469,"*","3' UTR",6,134210259,134216675,6417,1,"6943",5354,"ENSG00000118526","TCF21","transcription factor 21"
+"chr9",91933147,91933184,38,"*","Promoter (<=1kb)",9,91933412,91974561,41150,1,"79048",-228,"ENSG00000187742","SECISBP2","SECIS binding protein 2"
+"chr12",132520600,132520668,69,"*","Intron (uc001ujn.3/57634, intron 30 of 52)",12,132515769,132515905,137,1,"677829",4831,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
+"chr12",124858727,124858844,118,"*","Intron (uc010tbb.2/9612, intron 28 of 48)",12,124773710,124800570,26861,1,"144347",85017,"ENSG00000178882","FAM101A","family with sequence similarity 101 member A"
+"chr15",37387304,37387438,135,"*","Intron (uc001zjl.3/4212, intron 9 of 11)",15,37183222,37393500,210279,2,"4212",6062,"ENSG00000134138","MEIS2","Meis homeobox 2"
+"chr3",48481510,48481525,16,"*","Promoter (<=1kb)",3,48473580,48481529,7950,2,"79714",4,"ENSG00000164051","CCDC51","coiled-coil domain containing 51"
+"chr12",12764714,12764792,79,"*","Promoter (<=1kb)",12,12764831,12798041,33211,1,"1389",-39,"ENSG00000111269","CREBL2","cAMP responsive element binding protein like 2"
+"chr11",14994333,14994397,65,"*","Promoter (<=1kb)",11,14988215,14993832,5618,2,"796",-501,"ENSG00000110680","CALCA","calcitonin related polypeptide alpha"
+"chr7",6075288,6075438,151,"*","Exon (uc031swn.1/100310846, exon 3 of 3)",7,6071007,6076183,5177,1,"100310846",4281,"ENSG00000157999","ANKRD61","ankyrin repeat domain 61"
+"chr2",1745828,1746159,332,"*","Promoter (2-3kb)",2,1635659,1748291,112633,2,"7837",2132,"ENSG00000130508","PXDN","peroxidasin"
+"chr21",45246012,45246116,105,"*","Distal Intergenic",21,45225639,45232448,6810,2,"284837",-13564,"ENSG00000215458","AATBC","apoptosis associated transcript in bladder cancer"
+"chr9",139760589,139760593,5,"*","Promoter (<=1kb)",9,139756571,139760738,4168,2,"8721",145,"ENSG00000107223","EDF1","endothelial differentiation-related factor 1"
+"chr17",80319923,80320037,115,"*","Promoter (2-3kb)",17,80317123,80321652,4530,1,"400629",2800,"ENSG00000182459","TEX19","testis expressed 19"
+"chr7",77428194,77428286,93,"*","Promoter (<=1kb)",7,77428109,77586821,158713,1,"57157",85,"ENSG00000006576","PHTF2","putative homeodomain transcription factor 2"
+"chr17",899782,900031,250,"*","Promoter (<=1kb)",17,900357,905390,5034,1,"29928",-326,"ENSG00000278501","TIMM22","translocase of inner mitochondrial membrane 22 homolog (yeast)"
+"chr19",50380825,50381231,407,"*","Promoter (<=1kb)",19,50380682,50392007,11326,1,"79735",143,"ENSG00000104946","TBC1D17","TBC1 domain family member 17"
+"chr3",47844321,47844363,43,"*","Promoter (<=1kb)",3,47844399,47891686,47288,1,"22907",-36,"ENSG00000132153","DHX30","DEAH-box helicase 30"
+"chr20",62369557,62369956,400,"*","Promoter (1-2kb)",20,62371211,62375403,4193,1,"56731",-1255,"ENSG00000125520","SLC2A4RG","SLC2A4 regulator"
+"chr22",38577965,38578070,106,"*","Promoter (<=1kb)",22,38507502,38577836,70335,2,"8398",-129,"ENSG00000184381","PLA2G6","phospholipase A2 group VI"
+"chr5",66459388,66459594,207,"*","Exon (uc021xzk.1/375449, exon 29 of 29)",5,66478104,66492617,14514,2,"4064",33023,"ENSG00000134061","CD180","CD180 molecule"
+"chr5",175792430,175792445,16,"*","Promoter (<=1kb)",5,175792502,175800503,8002,1,"285598",-57,"ENSG00000175414","ARL10","ADP ribosylation factor like GTPase 10"
+"chr1",42921687,42921899,213,"*","Promoter (<=1kb)",1,42896001,42921938,25938,2,"84217",39,"ENSG00000066185","ZMYND12","zinc finger MYND-type containing 12"
+"chr1",201915446,201915661,216,"*","Promoter (<=1kb)",1,201865584,201915716,50133,2,"25802",55,"ENSG00000163431","LMOD1","leiomodin 1"
+"chr5",37834958,37835109,152,"*","5' UTR",5,37812779,37839782,27004,2,"2668",4673,"ENSG00000168621","GDNF","glial cell derived neurotrophic factor"
+"chr12",5539688,5539784,97,"*","Promoter (1-2kb)",12,5541280,5604465,63186,1,"4908",-1496,"ENSG00000185652","NTF3","neurotrophin 3"
+"chr3",49894152,49894234,83,"*","Promoter (<=1kb)",3,49866028,49893992,27965,2,"10293",-160,"ENSG00000183763","TRAIP","TRAF interacting protein"
+"chr5",150227524,150227654,131,"*","Promoter (1-2kb)",5,150226085,150228231,2147,1,"345611",1439,"ENSG00000237693","IRGM","immunity-related GTPase family, M"
+"chr10",5734716,5734985,270,"*","Exon (uc021pmm.1/uc021pmm.1, exon 1 of 3)",10,5726801,5805703,78903,1,"54906",7915,"ENSG00000108021","FAM208B","family with sequence similarity 208 member B"
+"chr19",38876250,38876618,369,"*","Promoter (2-3kb)",19,38874992,38878668,3677,2,"199720",2050,"ENSG00000179168","GGN","gametogenetin"
+"chr22",46326991,46327243,253,"*","Exon (uc010haa.2/7477, exon 3 of 4)",22,46316248,46373008,56761,2,"7477",45765,"ENSG00000188064","WNT7B","wingless-type MMTV integration site family member 7B"
+"chr22",33197590,33198055,466,"*","Promoter (<=1kb)",22,33196802,33259028,62227,1,"7078",788,"ENSG00000100234","TIMP3","TIMP metallopeptidase inhibitor 3"
+"chr16",3450780,3450923,144,"*","Promoter (<=1kb)",16,3432085,3451025,18941,2,"54925",102,"ENSG00000140987","ZSCAN32","zinc finger and SCAN domain containing 32"
+"chr8",142180061,142180327,267,"*","Intron (uc003yvy.3/22898, intron 13 of 22)",8,142138720,142205906,67187,1,"22898",41341,"ENSG00000105339","DENND3","DENN domain containing 3"
+"chr4",7033674,7033761,88,"*","3' UTR",4,7042576,7044728,2153,2,"257236",10967,"ENSG00000173013","CCDC96","coiled-coil domain containing 96"
+"chr16",900745,900975,231,"*","Downstream (2-3kb)",16,855443,863861,8419,1,"388199",45302,"ENSG00000167945","PRR25","proline rich 25"
+"chr16",4675387,4675603,217,"*","Promoter (<=1kb)",16,4674825,4740975,66151,1,"23295",562,"ENSG00000102858","MGRN1","mahogunin ring finger 1, E3 ubiquitin protein ligase"
+"chr16",31228263,31228299,37,"*","Promoter (<=1kb)",16,31227283,31228395,1113,2,"260434",96,"ENSG00000169900","PYDC1","PYD (pyrin domain) containing 1"
+"chr2",169920014,169920498,485,"*","Promoter (<=1kb)",2,169921299,169952677,31379,1,"10170",-801,"ENSG00000073737","DHRS9","dehydrogenase/reductase (SDR family) member 9"
+"chr13",113773011,113773110,100,"*","Exon (uc001vsv.4/2155, exon 9 of 9)",13,113777113,113803843,26731,1,"2159",-4003,"ENSG00000126218","F10","coagulation factor X"
+"chr14",102829177,102829219,43,"*","Promoter (<=1kb)",14,102808956,102829253,20298,2,"51550",34,"ENSG00000100865","CINP","cyclin-dependent kinase 2 interacting protein"
+"chr16",1664408,1664414,7,"*","Promoter (<=1kb)",16,1664641,1736695,72055,1,"57585",-227,"ENSG00000007545","CRAMP1","cramped chromatin regulator homolog 1"
+"chr4",128554125,128554147,23,"*","Promoter (<=1kb)",4,128554087,128637934,83848,1,"27152",38,"ENSG00000164066","INTU","inturned planar cell polarity protein"
+"chr5",15500201,15500222,22,"*","Promoter (<=1kb)",5,15500305,15939900,439596,1,"23194",-83,"ENSG00000183580","FBXL7","F-box and leucine-rich repeat protein 7"
+"chr20",55966403,55966551,149,"*","Promoter (<=1kb)",20,55966454,55984386,17933,1,"55544",0,"ENSG00000132819","RBM38","RNA binding motif protein 38"
+"chr17",7155848,7156125,278,"*","Promoter (<=1kb)",17,7155372,7163259,7888,1,"23587",476,"ENSG00000170291","ELP5","elongator acetyltransferase complex subunit 5"
+"chr19",55494437,55494710,274,"*","Exon (uc021vbq.1/55655, exon 6 of 13)",19,55434877,55477611,42735,2,"199713",-16826,"ENSG00000167634","NLRP7","NLR family, pyrin domain containing 7"
+"chr5",155107613,155108037,425,"*","Distal Intergenic",5,155135063,156194798,1059736,1,"6444",-27026,"ENSG00000170624","SGCD","sarcoglycan delta"
+"chr9",34590742,34591041,300,"*","Promoter (<=1kb)",9,34551430,34590138,38709,2,"1271",-604,"ENSG00000122756","CNTFR","ciliary neurotrophic factor receptor"
+"chr10",1142046,1142096,51,"*","Intron (uc031ptc.1/22884, intron 8 of 13)",10,1085964,1102644,16681,2,"3422",-39402,"ENSG00000067064","IDI1","isopentenyl-diphosphate delta isomerase 1"
+"chr3",197477049,197477190,142,"*","Promoter (<=1kb)",3,197398259,197476568,78310,2,"9711",-481,"ENSG00000145016","RUBCN","RUN and cysteine rich domain containing beclin 1 interacting protein"
+"chr17",80250875,80250887,13,"*","Distal Intergenic",17,80200537,80231594,31058,2,"1453",-19281,"ENSG00000141551","CSNK1D","casein kinase 1 delta"
+"chr1",61519842,61520399,558,"*","Distal Intergenic",1,61542946,61928460,385515,1,"4774",-22547,"ENSG00000162599","NFIA","nuclear factor I/A"
+"chr11",76903086,76903183,98,"*","Exon (uc010rsm.1/4647, exon 32 of 39)",11,76839310,76926286,86977,1,"4647",63776,"ENSG00000137474","MYO7A","myosin VIIA"
+"chr12",121416566,121416796,231,"*","Promoter (<=1kb)",12,121416454,121440314,23861,1,"6927",112,"ENSG00000135100","HNF1A","HNF1 homeobox A"
+"chr16",2827999,2828056,58,"*","Promoter (<=1kb)",16,2821415,2827297,5883,2,"6923",-702,"ENSG00000103363","TCEB2","transcription elongation factor B subunit 2"
+"chr1",205425148,205425241,94,"*","5' UTR",1,205417430,205417526,97,2,"442891",-7622,"ENSG00000199059","MIR135B","microRNA 135b"
+"chr2",75426789,75426800,12,"*","Promoter (<=1kb)",2,75273590,75426645,153056,2,"6869",-144,"ENSG00000115353","TACR1","tachykinin receptor 1"
+"chr7",27225772,27225811,40,"*","Promoter (<=1kb)",7,27225027,27228912,3886,1,"221883",745,"ENSG00000240990","HOXA11-AS","HOXA11 antisense RNA"
+"chr15",93595502,93595513,12,"*","Exon (uc002bsq.2/56963, exon 2 of 3)",15,93586636,93632443,45808,2,"56963",36930,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
+"chr1",145437802,145438031,230,"*","Promoter (<=1kb)",1,145438462,145442628,4167,1,"10628",-431,"ENSG00000265972","TXNIP","thioredoxin interacting protein"
+"chr1",214454282,214454661,380,"*","Promoter (<=1kb)",1,214454565,214510477,55913,1,"56950",0,"ENSG00000143499","SMYD2","SET and MYND domain containing 2"
+"chr14",20929872,20929902,31,"*","Promoter (<=1kb)",14,20926012,20929637,3626,2,"90809",-235,"ENSG00000165782","TMEM55B","transmembrane protein 55B"
+"chr1",180600998,180601032,35,"*","Promoter (<=1kb)",1,180601146,180859415,258270,1,"9213",-114,"ENSG00000143324","XPR1","xenotropic and polytropic retrovirus receptor 1"
+"chr2",128617328,128617744,417,"*","Promoter (1-2kb)",2,128603840,128615729,11890,2,"5433",-1599,"ENSG00000144231","POLR2D","polymerase (RNA) II subunit D"
+"chr7",50861995,50862035,41,"*","Promoter (<=1kb)",7,50657760,50861159,203400,2,"2887",-836,"ENSG00000106070","GRB10","growth factor receptor bound protein 10"
+"chr1",54304210,54304213,4,"*","Promoter (<=1kb)",1,54231134,54304225,73092,2,"55706",12,"ENSG00000058804","NDC1","NDC1 transmembrane nucleoporin"
+"chr17",38295894,38296011,118,"*","Promoter (<=1kb)",17,38296507,38328431,31925,1,"22794",-496,"ENSG00000108349","CASC3","cancer susceptibility candidate 3"
+"chr6",10723098,10723258,161,"*","Promoter (<=1kb)",6,10723148,10731362,8215,1,"51522",0,"ENSG00000111843","TMEM14C","transmembrane protein 14C"
+"chr7",44645808,44645893,86,"*","Promoter (<=1kb)",7,44646121,44748669,102549,1,"4967",-228,"ENSG00000105953","OGDH","oxoglutarate (alpha-ketoglutarate) dehydrogenase (lipoamide)"
+"chr12",104323957,104324016,60,"*","Promoter (<=1kb)",12,104237527,104323989,86463,2,"253724",0,"ENSG00000214198","TTC41P","tetratricopeptide repeat domain 41, pseudogene"
+"chr16",27413904,27414224,321,"*","Promoter (<=1kb)",16,27413483,27463363,49881,1,"50615",421,"ENSG00000103522","IL21R","interleukin 21 receptor"
+"chr3",52723544,52723741,198,"*","Promoter (<=1kb)",3,52723256,52723331,76,1,"692089",288,"ENSG00000212493","SNORD19","small nucleolar RNA, C/D box 19"
+"chrX",71792943,71792999,57,"*","Promoter (<=1kb)",23,71549366,71792953,243588,2,"55869",0,"ENSG00000147099","HDAC8","histone deacetylase 8"
+"chr13",53226775,53226935,161,"*","Promoter (<=1kb)",13,53226831,53262433,35603,1,"10910",0,"ENSG00000165416","SUGT1","SGT1 homolog, MIS12 kinetochore complex assembly cochaperone"
+"chr16",2239275,2239313,39,"*","Exon (uc010bsg.1/57524, exon 5 of 20)",16,2227184,2246465,19282,2,"57524",7152,"ENSG00000167971","CASKIN1","CASK interacting protein 1"
+"chr3",119216680,119217133,454,"*","Promoter (<=1kb)",3,119217368,119243125,25758,1,"51300",-235,"ENSG00000113845","TIMMDC1","translocase of inner mitochondrial membrane domain containing 1"
+"chr1",2517342,2517425,84,"*","Promoter (<=1kb)",1,2517899,2522908,5010,1,"127281",-474,"ENSG00000157870","FAM213B","family with sequence similarity 213 member B"
+"chr14",105045972,105045992,21,"*","Promoter (<=1kb)",14,105046056,105056183,10128,1,"400258",-64,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
+"chr2",37374960,37375071,112,"*","5' UTR",2,37332284,37384190,51907,2,"5610",9119,"ENSG00000055332","EIF2AK2","eukaryotic translation initiation factor 2 alpha kinase 2"
+"chr1",66797433,66797599,167,"*","Intron (uc001dcn.3/5142, intron 7 of 16)",1,66999825,67210768,210944,1,"84251",-202226,"ENSG00000118473","SGIP1","SH3-domain GRB2-like (endophilin) interacting protein 1"
+"chr6",44230977,44231305,329,"*","Promoter (2-3kb)",6,44225903,44233525,7623,2,"4794",2220,"ENSG00000146232","NFKBIE","NFKB inhibitor epsilon"
+"chr16",30885969,30886082,114,"*","Promoter (<=1kb)",16,30886587,30886644,58,2,"100616231",562,"ENSG00000265991","MIR4519","microRNA 4519"
+"chr1",225965463,225965676,214,"*","Promoter (<=1kb)",1,225965515,225978168,12654,1,"6726",0,"ENSG00000143742","SRP9","signal recognition particle 9kDa"
+"chr15",95400028,95400067,40,"*","Promoter (1-2kb)",15,95398592,95400293,1702,1,"440311",1436,"ENSG00000260521","LOC440311","glioma tumor suppressor candidate region gene 2 pseudogene"
+"chr10",103880300,103880303,4,"*","Promoter (<=1kb)",10,103867325,103880210,12886,2,"8861",-90,"ENSG00000198728","LDB1","LIM domain binding 1"
+"chr17",80050880,80051063,184,"*","Exon (uc002kdu.3/2194, exon 6 of 43)",17,80036214,80056106,19893,2,"2194",5043,"ENSG00000169710","FASN","fatty acid synthase"
+"chr19",12175268,12175413,146,"*","Promoter (<=1kb)",19,12175546,12188626,13081,1,"284391",-133,"ENSG00000223547","ZNF844","zinc finger protein 844"
+"chr1",53068539,53068834,296,"*","Promoter (<=1kb)",1,53068043,53074723,6681,1,"2882",496,"ENSG00000116157","GPX7","glutathione peroxidase 7"
+"chr15",41099716,41099719,4,"*","Promoter (<=1kb)",15,41060067,41099676,39610,2,"55192",-40,"ENSG00000104129","DNAJC17","DnaJ heat shock protein family (Hsp40) member C17"
+"chr16",33963168,33963473,306,"*","Promoter (<=1kb)",16,33961052,33962503,1452,2,"649159",-665,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
+"chr17",33814548,33814769,222,"*","Exon (uc021tuy.1/100506736, exon 1 of 4)",17,33762115,33775856,13742,2,"146857",-38692,"ENSG00000154760","SLFN13","schlafen family member 13"
+"chr14",91224644,91224978,335,"*","Intron (uc001xyp.3/145567, intron 17 of 19)",14,91006932,91282761,275830,2,"145567",57783,"ENSG00000165914","TTC7B","tetratricopeptide repeat domain 7B"
+"chr2",73460428,73460607,180,"*","Promoter (<=1kb)",2,73455134,73460356,5223,2,"84279",-72,"ENSG00000135617","PRADC1","protease-associated domain containing 1"
+"chr4",183710344,183710347,4,"*","Exon (uc003ivd.1/55714, exon 24 of 27)",4,183811244,183838630,27387,2,"1635",128283,"ENSG00000129187","DCTD","dCMP deaminase"
+"chr1",17287157,17287243,87,"*","Intron (uc001azt.2/9696, intron 26 of 36)",1,17300999,17308081,7083,2,"4237",20838,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
+"chr20",22795685,22795726,42,"*","Distal Intergenic",20,23016057,23017314,1258,1,"6754",-220331,"ENSG00000132671","SSTR4","somatostatin receptor 4"
+"chr3",185827002,185827035,34,"*","Promoter (<=1kb)",3,185764106,185826901,62796,2,"2119",-101,"ENSG00000244405","ETV5","ETS variant 5"
+"chr7",157179782,157179957,176,"*","Intron (uc003wnk.3/10049, intron 8 of 9)",7,157129710,157210133,80424,1,"10049",50072,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
+"chr2",69871051,69871056,6,"*","Promoter (<=1kb)",2,69685127,69870977,185851,2,"22848",-74,"ENSG00000115977","AAK1","AP2 associated kinase 1"
+"chr11",47207778,47207998,221,"*","Promoter (<=1kb)",11,47199073,47208010,8938,2,"29763",12,"ENSG00000165912","PACSIN3","protein kinase C and casein kinase substrate in neurons 3"
+"chr6",86352588,86352627,40,"*","Promoter (<=1kb)",6,86317502,86353043,35542,2,"10492",416,"ENSG00000135316","SYNCRIP","synaptotagmin binding, cytoplasmic RNA interacting protein"
+"chr3",40566302,40566349,48,"*","Promoter (<=1kb)",3,40566376,40581043,14668,1,"285268",-27,"ENSG00000172888","ZNF621","zinc finger protein 621"
+"chr6",43603549,43603665,117,"*","5' UTR",6,43597279,43608688,11410,1,"9587",6270,"ENSG00000124688","MAD2L1BP","MAD2L1 binding protein"
+"chr15",40423445,40423556,112,"*","Distal Intergenic",15,40380091,40401085,20995,2,"90427",-22360,"ENSG00000104081","BMF","Bcl2 modifying factor"
+"chr12",108955255,108955272,18,"*","Promoter (<=1kb)",12,108915991,108955165,39175,2,"9733",-90,"ENSG00000075856","SART3","squamous cell carcinoma antigen recognized by T-cells 3"
+"chrX",110187507,110187600,94,"*","Promoter (<=1kb)",23,110187513,110464173,276661,1,"5063",0,"ENSG00000077264","PAK3","p21 protein (Cdc42/Rac)-activated kinase 3"
+"chr8",22224520,22224925,406,"*","Promoter (<=1kb)",8,22224762,22291640,66879,1,"23516",0,"ENSG00000104635","SLC39A14","solute carrier family 39 member 14"
+"chr2",60983774,60984161,388,"*","Promoter (<=1kb)",2,60983365,61029221,45857,1,"64895",409,"ENSG00000115421","PAPOLG","poly(A) polymerase gamma"
+"chr5",140079898,140079941,44,"*","Promoter (<=1kb)",5,140080032,140086239,6208,1,"153527",-91,"ENSG00000146007","ZMAT2","zinc finger matrin-type 2"
+"chr6",88879398,88879765,368,"*","Distal Intergenic",6,88849585,88875767,26183,2,"1268",-3631,"ENSG00000118432","CNR1","cannabinoid receptor 1 (brain)"
+"chr5",72112331,72112333,3,"*","Promoter (<=1kb)",5,72112418,72210215,97798,1,"3842",-85,"ENSG00000083312","TNPO1","transportin 1"
+"chr20",61472071,61472099,29,"*","3' UTR",20,61476476,61477543,1068,1,"100132911",-4377,NA,"DPH3P1","diphthamide biosynthesis 3 pseudogene 1"
+"chr19",39054989,39055452,464,"*","Intron (uc002oit.3/6261, intron 90 of 105)",19,39078281,39108643,30363,2,"11184",53191,"ENSG00000104814","MAP4K1","mitogen-activated protein kinase kinase kinase kinase 1"
+"chr2",100937584,100937748,165,"*","Promoter (1-2kb)",2,100889753,100939195,49443,2,"164832",1447,"ENSG00000170500","LONRF2","LON peptidase N-terminal domain and ring finger 2"
+"chr16",23607767,23607770,4,"*","Promoter (<=1kb)",16,23592335,23607639,15305,2,"4706",-128,"ENSG00000004779","NDUFAB1","NADH:ubiquinone oxidoreductase subunit AB1"
+"chr12",123756739,123756755,17,"*","Promoter (<=1kb)",12,123745517,123756863,11347,2,"8099",108,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
+"chr3",101280602,101280610,9,"*","Promoter (<=1kb)",3,101280680,101285290,4611,1,"54931",-70,"ENSG00000174173","TRMT10C","tRNA methyltransferase 10C, mitochondrial RNase P subunit"
+"chr4",39480514,39480517,4,"*","Promoter (1-2kb)",4,39481875,39483523,1649,1,"401127",-1358,"ENSG00000224097","LOC401127","WD repeat domain 5 pseudogene"
+"chr4",2043303,2043414,112,"*","Promoter (<=1kb)",4,2043720,2045697,1978,1,"401115",-306,"ENSG00000243449","C4orf48","chromosome 4 open reading frame 48"
+"chr22",41682215,41682219,5,"*","Promoter (<=1kb)",22,41641615,41682216,40602,2,"5905",0,"ENSG00000100401","RANGAP1","Ran GTPase activating protein 1"
+"chr1",52456480,52456551,72,"*","Promoter (<=1kb)",1,52373628,52456436,82809,2,"5865",-44,"ENSG00000169213","RAB3B","RAB3B, member RAS oncogene family"
+"chr16",1543151,1543286,136,"*","Promoter (<=1kb)",16,1543352,1560460,17109,1,"9894",-66,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr1",1102417,1102446,30,"*","Promoter (<=1kb)",1,1102484,1102578,95,1,"406984",-38,"ENSG00000207730","MIR200B","microRNA 200b"
+"chr10",128077032,128077307,276,"*","Promoter (<=1kb)",10,127702902,128077127,374226,2,"8038",0,"ENSG00000148848","ADAM12","ADAM metallopeptidase domain 12"
+"chr2",21022829,21022933,105,"*","Promoter (<=1kb)",2,20884818,21022827,138010,2,"60526",-2,"ENSG00000118961","LDAH","lipid droplet associated hydrolase"
+"chr20",60905874,60906057,184,"*","Promoter (1-2kb)",20,60907543,60907613,71,2,"100616340",1556,"ENSG00000265329","MIR4758","microRNA 4758"
+"chr1",181382847,181382934,88,"*","Distal Intergenic",1,181452686,181775921,323236,1,"777",-69752,"ENSG00000198216","CACNA1E","calcium voltage-gated channel subunit alpha1 E"
+"chr6",168476576,168476648,73,"*","Intron (uc003qwo.4/79981, intron 10 of 10)",6,168456464,168479857,23394,2,"79981",3209,"ENSG00000153303","FRMD1","FERM domain containing 1"
+"chr1",32687775,32687897,123,"*","Promoter (<=1kb)",1,32680078,32687926,7849,2,"56063",29,"ENSG00000160055","TMEM234","transmembrane protein 234"
+"chr1",26233490,26233565,76,"*","Promoter (<=1kb)",1,26210677,26233368,22692,2,"3925",-122,"ENSG00000117632","STMN1","stathmin 1"
+"chr15",89953247,89953370,124,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",41917,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
+"chr16",56485072,56485177,106,"*","Promoter (<=1kb)",16,56463048,56485261,22214,2,"11051",84,"ENSG00000167005","NUDT21","nudix hydrolase 21"
+"chr18",55106237,55106337,101,"*","Intron (uc002lgo.3/9480, intron 1 of 1)",18,55102917,55158530,55614,1,"9480",3320,"ENSG00000119547","ONECUT2","one cut homeobox 2"
+"chr1",63249213,63249693,481,"*","Promoter (<=1kb)",1,63249777,63330941,81165,1,"84938",-84,"ENSG00000125703","ATG4C","autophagy related 4C cysteine peptidase"
+"chr13",113348391,113348674,284,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",3748,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr1",212738256,212738603,348,"*","Promoter (<=1kb)",1,212738676,212794119,55444,1,"467",-73,"ENSG00000162772","ATF3","activating transcription factor 3"
+"chr16",12192215,12192277,63,"*","Intron (uc002dby.5/92017, intron 11 of 20)",16,12070602,12668146,597545,1,"92017",121613,"ENSG00000048471","SNX29","sorting nexin 29"
+"chr12",100594746,100594767,22,"*","Promoter (<=1kb)",12,100593865,100635629,41765,1,"64431",881,"ENSG00000075089","ACTR6","ARP6 actin-related protein 6 homolog (yeast)"
+"chr6",31374049,31374206,158,"*","Intron (uc003rxz.1/100507436, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",1183407,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",158107236,158107382,147,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",218123,"ENSG00000207637","MIR595","microRNA 595"
+"chr13",24153954,24154260,307,"*","Intron (uc001uot.3/55504, intron 1 of 9)",13,24144509,24250244,105736,1,"55504",9445,"ENSG00000127863","TNFRSF19","tumor necrosis factor receptor superfamily member 19"
+"chr17",17184103,17184321,219,"*","Promoter (<=1kb)",17,17149938,17184617,34680,2,"8533",296,"ENSG00000141030","COPS3","COP9 signalosome subunit 3"
+"chr7",44229844,44229866,23,"*","Promoter (<=1kb)",7,44183870,44229022,45153,2,"2645",-822,"ENSG00000106633","GCK","glucokinase"
+"chr22",39101383,39101473,91,"*","Promoter (<=1kb)",22,39101807,39129592,27786,1,"9567",-334,"ENSG00000100226","GTPBP1","GTP binding protein 1"
+"chr10",125034591,125034770,180,"*","Distal Intergenic",10,124913760,124924886,11127,1,"9184",120831,"ENSG00000154473","BUB3","BUB3 mitotic checkpoint protein"
+"chr16",1660065,1660153,89,"*","Promoter (1-2kb)",16,1560428,1662109,101682,2,"9742",1956,"ENSG00000187535","IFT140","intraflagellar transport 140"
+"chr2",42588340,42588392,53,"*","5' UTR",2,42577645,42596150,18506,2,"9167",7758,"ENSG00000115944","COX7A2L","cytochrome c oxidase subunit 7A2 like"
+"chr3",158362295,158362297,3,"*","Promoter (<=1kb)",3,158362317,158410360,48044,1,"85476",-20,"ENSG00000168827","GFM1","G elongation factor, mitochondrial 1"
+"chr5",55147197,55147403,207,"*","Promoter (<=1kb)",5,55147207,55218682,71476,1,"133396",0,"ENSG00000164509","IL31RA","interleukin 31 receptor A"
+"chr17",74884487,74884513,27,"*","Intron (uc002jth.3/146664, intron 3 of 16)",17,74864798,74946471,81674,1,"146664",19689,"ENSG00000167889","MGAT5B","mannosyl (alpha-1,6-)-glycoprotein beta-1,6-N-acetyl-glucosaminyltransferase, isozyme B"
+"chr17",73761474,73761514,41,"*","Promoter (<=1kb)",17,73754018,73761280,7263,2,"2584",-194,"ENSG00000108479","GALK1","galactokinase 1"
+"chr16",1484406,1484695,290,"*","3' UTR",16,1469745,1479345,9601,2,"283951",-5061,"ENSG00000174109","C16orf91","chromosome 16 open reading frame 91"
+"chr11",76493497,76493828,332,"*","Promoter (<=1kb)",11,76493357,76509198,15842,1,"25987",140,"ENSG00000182704","TSKU","tsukushi, small leucine rich proteoglycan"
+"chr6",80816274,80816386,113,"*","Promoter (<=1kb)",6,80816344,81055987,239644,1,"594",0,"ENSG00000083123","BCKDHB","branched chain keto acid dehydrogenase E1, beta polypeptide"
+"chr2",241035207,241035593,387,"*","Distal Intergenic",2,241065980,241075764,9785,2,"150678",40171,"ENSG00000172428","MYEOV2","myeloma overexpressed 2"
+"chr22",46374788,46375212,425,"*","Promoter (1-2kb)",22,46316248,46373008,56761,2,"7477",-1780,"ENSG00000188064","WNT7B","wingless-type MMTV integration site family member 7B"
+"chr2",128331430,128331470,41,"*","Intron (uc002top.3/4648, intron 6 of 46)",2,128293378,128395303,101926,1,"4648",38052,"ENSG00000169994","MYO7B","myosin VIIB"
+"chr4",122853963,122853965,3,"*","5' UTR",4,122800183,122872909,72727,2,"7222",18944,"ENSG00000138741","TRPC3","transient receptor potential cation channel subfamily C member 3"
+"chr6",119400380,119400462,83,"*","Intron (uc003pyk.4/79632, intron 16 of 16)",6,119390212,119390308,97,2,"693128",-10072,"ENSG00000207982","MIR548B","microRNA 548b"
+"chrX",7810205,7810230,26,"*","Promoter (<=1kb)",23,7810303,7812184,1882,1,"26609",-73,"ENSG00000182583","VCX","variable charge, X-linked"
+"chr3",113160490,113160506,17,"*","Promoter (<=1kb)",3,113005777,113160361,154585,2,"55779",-129,"ENSG00000206530","CFAP44","cilia and flagella associated protein 44"
+"chr5",167688102,167688569,468,"*","Intron (uc010jjd.3/57451, intron 28 of 28)",5,167719065,167899308,180244,1,"23286",-30496,"ENSG00000113645","WWC1","WW and C2 domain containing 1"
+"chr7",56131471,56131707,237,"*","Promoter (<=1kb)",7,56131917,56148365,16449,1,"25870",-210,"ENSG00000129103","SUMF2","sulfatase modifying factor 2"
+"chr16",1518609,1518703,95,"*","Intron (uc002clv.3/1186, intron 24 of 24)",16,1494934,1525085,30152,2,"1186",6382,"ENSG00000103249","CLCN7","chloride voltage-gated channel 7"
+"chr16",1587562,1587636,75,"*","Intron (uc002cmc.3/79652, intron 2 of 3)",16,1578742,1605581,26840,1,"79652",8820,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr12",6125746,6125828,83,"*","Exon (uc001qnn.1/7450, exon 30 of 52)",12,5671817,6055398,383582,2,"57101",-70348,"ENSG00000047617","ANO2","anoctamin 2"
+"chr10",121296010,121296042,33,"*","5' UTR",10,121259339,121302222,42884,2,"6001",6180,"ENSG00000148908","RGS10","regulator of G-protein signaling 10"
+"chr17",76220929,76220955,27,"*","3' UTR",17,76227391,76237068,9678,1,"283999",-6436,"ENSG00000204278","TMEM235","transmembrane protein 235"
+"chr18",72200578,72201018,441,"*","Promoter (<=1kb)",18,72201692,72252261,50570,1,"84735",-674,"ENSG00000150656","CNDP1","carnosine dipeptidase 1 (metallopeptidase M20 family)"
+"chr20",3725813,3726142,330,"*","5' UTR",20,3713317,3733758,20442,1,"116835",12496,"ENSG00000132622","HSPA12B","heat shock protein family A (Hsp70) member 12B"
+"chr3",15643063,15643079,17,"*","Promoter (<=1kb)",3,15529713,15643130,113418,2,"26061",51,"ENSG00000131373","HACL1","2-hydroxyacyl-CoA lyase 1"
+"chr4",115519567,115519574,8,"*","Promoter (<=1kb)",4,115519611,115598202,78592,1,"7368",-37,"ENSG00000174607","UGT8","UDP glycosyltransferase 8"
+"chr6",10398650,10398706,57,"*","3' UTR",6,10412551,10416402,3852,1,"100130275",-13845,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
+"chr10",28287707,28287879,173,"*","Promoter (<=1kb)",10,28101097,28287977,186881,2,"55130",98,"ENSG00000169126","ARMC4","armadillo repeat containing 4"
+"chr12",3186858,3186967,110,"*","Promoter (<=1kb)",12,3186521,3395730,209210,1,"10867",337,"ENSG00000011105","TSPAN9","tetraspanin 9"
+"chr6",38671296,38671316,21,"*","Promoter (<=1kb)",6,38643702,38670952,27251,2,"2739",-344,"ENSG00000124767","GLO1","glyoxalase I"
+"chr1",93811314,93811463,150,"*","Promoter (<=1kb)",1,93775666,93811368,35703,2,"100131564",0,NA,"CCDC18-AS1","CCDC18 antisense RNA 1"
+"chr20",45279985,45280237,253,"*","5' UTR",20,45186462,45313124,126663,2,"64849",32887,"ENSG00000158296","SLC13A3","solute carrier family 13 member 3"
+"chr12",58120189,58120635,447,"*","Promoter (<=1kb)",12,58120023,58122139,2117,1,"100130776",166,"ENSG00000255737","AGAP2-AS1","AGAP2 antisense RNA 1"
+"chr1",150229823,150230129,307,"*","Promoter (<=1kb)",1,150230218,150237480,7263,1,"23632",-89,"ENSG00000118298","CA14","carbonic anhydrase XIV"
+"chr14",71199514,71199600,87,"*","Exon (uc001xmk.3/4293, exon 10 of 11)",14,71194854,71275888,81035,2,"4293",76288,"ENSG00000006432","MAP3K9","mitogen-activated protein kinase kinase kinase 9"
+"chr2",145274826,145274975,150,"*","Promoter (2-3kb)",2,145277181,145278465,1285,1,"100303491",-2206,"ENSG00000238057","ZEB2-AS1","ZEB2 antisense RNA 1"
+"chr16",67194139,67194232,94,"*","Promoter (<=1kb)",16,67193891,67198077,4187,1,"55336",248,"ENSG00000135722","FBXL8","F-box and leucine-rich repeat protein 8"
+"chr3",181420020,181420086,67,"*","Intron (uc003fkv.4/347689, intron 6 of 7)",3,181429712,181432223,2512,1,"6657",-9626,"ENSG00000181449","SOX2","SRY-box 2"
+"chr1",24017943,24018063,121,"*","Promoter (<=1kb)",1,24018269,24022915,4647,1,"6135",-206,"ENSG00000142676","RPL11","ribosomal protein L11"
+"chr16",2086187,2086373,187,"*","Exon (uc002coi.3/9351, exon 3 of 7)",16,2076869,2089027,12159,1,"9351",9318,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
+"chr16",49313990,49314209,220,"*","Promoter (1-2kb)",16,49311829,49315742,3914,2,"869",1533,"ENSG00000102924","CBLN1","cerebellin 1 precursor"
+"chr6",31240045,31240047,3,"*","Intron (uc031snl.1/3106, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",1317566,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",139259418,139259433,16,"*","Promoter (<=1kb)",2,139259350,139330805,71456,1,"339745",68,"ENSG00000144228","SPOPL","speckle type BTB/POZ protein like"
+"chr16",33965274,33965387,114,"*","Promoter (2-3kb)",16,33961052,33962503,1452,2,"649159",-2771,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
+"chr16",20084803,20084999,197,"*","Promoter (<=1kb)",16,20043043,20085100,42058,2,"124274",101,"ENSG00000180269","GPR139","G protein-coupled receptor 139"
+"chr10",44880511,44880514,4,"*","Promoter (<=1kb)",10,44865601,44880545,14945,2,"6387",31,"ENSG00000107562","CXCL12","C-X-C motif chemokine ligand 12"
+"chr6",152958576,152958601,26,"*","Promoter (<=1kb)",6,152442819,152958534,515716,2,"23345",-42,"ENSG00000131018","SYNE1","spectrin repeat containing, nuclear envelope 1"
+"chr10",133929381,133929413,33,"*","Intron (uc001lkx.4/282973, intron 1 of 23)",10,133918313,133998313,80001,1,"282973",11068,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
+"chr2",238874860,238875195,336,"*","Promoter (<=1kb)",2,238875587,239008054,132468,1,"100533179",-392,"ENSG00000258984","UBE2F-SCLY","UBE2F-SCLY readthrough (NMD candidate)"
+"chr7",1570162,1570321,160,"*","Promoter (<=1kb)",7,1570368,1582679,12312,1,"7975",-47,"ENSG00000198517","MAFK","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K"
+"chr12",102133040,102133291,252,"*","Promoter (<=1kb)",12,102122426,102133250,10825,2,"50511",0,"ENSG00000139351","SYCP3","synaptonemal complex protein 3"
+"chr1",72749015,72749016,2,"*","Promoter (<=1kb)",1,71868625,72748405,879781,2,"257194",-610,"ENSG00000172260","NEGR1","neuronal growth regulator 1"
+"chr17",38804237,38804263,27,"*","Promoter (<=1kb)",17,38783976,38804103,20128,2,"6605",-134,"ENSG00000073584","SMARCE1","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily e, member 1"
+"chr11",73588382,73588484,103,"*","Promoter (<=1kb)",11,73583713,73587890,4178,2,"51287",-492,"ENSG00000181924","COA4","cytochrome c oxidase assembly factor 4 homolog"
+"chr9",115653222,115653802,581,"*","Promoter (<=1kb)",9,115641200,115653193,11994,2,"57864",-29,"ENSG00000119457","SLC46A2","solute carrier family 46 member 2"
+"chr16",46724037,46724048,12,"*","Promoter (<=1kb)",16,46723558,46732306,8749,1,"23594",479,"ENSG00000091651","ORC6","origin recognition complex subunit 6"
+"chr4",81111177,81111393,217,"*","Intron (uc010ijo.3/56978, intron 1 of 7)",4,81105439,81125482,20044,1,"56978",5738,"ENSG00000152784","PRDM8","PR domain 8"
+"chr3",128144253,128144356,104,"*","Distal Intergenic",3,128182437,128191160,8724,1,"285224",-38081,"ENSG00000242049","DNAJB8-AS1","DNAJB8 antisense RNA 1"
+"chr10",122553454,122553652,199,"*","Intron (uc001lfb.1/283089, intron 2 of 2)",10,122610687,122669038,58352,1,"55717",-57035,"ENSG00000120008","WDR11","WD repeat domain 11"
+"chr20",18485123,18485394,272,"*","Promoter (2-3kb)",20,18488188,18542059,53872,1,"10483",-2794,"ENSG00000101310","SEC23B","Sec23 homolog B, COPII coat complex component"
+"chr16",2077399,2077599,201,"*","Promoter (<=1kb)",16,2076869,2089027,12159,1,"9351",530,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
+"chr8",24814137,24814393,257,"*","Promoter (<=1kb)",8,24808469,24814383,5915,2,"4747",0,"ENSG00000277586","NEFL","neurofilament, light polypeptide"
+"chr3",147136415,147136538,124,"*","Distal Intergenic",3,147127181,147134506,7326,1,"7545",9234,"ENSG00000152977","ZIC1","Zic family member 1"
+"chr7",155921322,155921524,203,"*","Distal Intergenic",7,155592736,155604967,12232,2,"6469",-316355,"ENSG00000164690","SHH","sonic hedgehog"
+"chr14",101291885,101291949,65,"*","Promoter (<=1kb)",14,101292445,101327360,34916,1,"55384",-496,"ENSG00000214548","MEG3","maternally expressed 3 (non-protein coding)"
+"chr16",67694967,67694969,3,"*","Promoter (<=1kb)",16,67694851,67696681,1831,1,"50855",116,"ENSG00000102981","PARD6A","par-6 family cell polarity regulator alpha"
+"chr19",10226339,10226446,108,"*","Exon (uc002mnd.3/8666, exon 9 of 11)",19,10222197,10226064,3868,1,"5032",4142,"ENSG00000244165","P2RY11","purinergic receptor P2Y11"
+"chr9",110044872,110044887,16,"*","Promoter (<=1kb)",9,110045517,110094475,48959,1,"5887",-630,"ENSG00000119318","RAD23B","RAD23 homolog B, nucleotide excision repair protein"
+"chr1",43281678,43281746,69,"*","Promoter (1-2kb)",1,43282776,43310660,27885,1,"114625",-1030,"ENSG00000164010","ERMAP","erythroblast membrane associated protein (Scianna blood group)"
+"chr10",134684054,134684065,12,"*","Intron (uc021qbc.1/54777, intron 26 of 57)",10,134621896,134756089,134194,2,"54777",72024,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
+"chr8",1387493,1387753,261,"*","Distal Intergenic",8,1449532,1656642,207111,1,"9228",-61779,"ENSG00000198010","DLGAP2","discs large homolog associated protein 2"
+"chr1",78354053,78354382,330,"*","Promoter (<=1kb)",1,78354200,78409578,55379,1,"91624",0,"ENSG00000162614","NEXN","nexilin (F actin binding protein)"
+"chr2",3633471,3633827,357,"*","Distal Intergenic",2,3642422,3692234,49813,1,"78989",-8595,"ENSG00000118004","COLEC11","collectin subfamily member 11"
+"chr16",4783992,4784033,42,"*","Promoter (<=1kb)",16,4784289,4799397,15109,1,"146562",-256,"ENSG00000166246","C16orf71","chromosome 16 open reading frame 71"
+"chr5",78985436,78985441,6,"*","Promoter (<=1kb)",5,78985659,79096049,110391,1,"202333",-218,"ENSG00000164309","CMYA5","cardiomyopathy associated 5"
+"chr4",3443608,3443635,28,"*","Promoter (<=1kb)",4,3443726,3451213,7488,1,"3083",-91,"ENSG00000109758","HGFAC","HGF activator"
+"chr10",81964782,81965123,342,"*","Promoter (<=1kb)",10,81914880,81965433,50554,2,"311",310,"ENSG00000122359","ANXA11","annexin A11"
+"chr16",3087863,3087875,13,"*","Promoter (2-3kb)",16,3077868,3085542,7675,2,"146439",-2321,"ENSG00000162069","CCDC64B","coiled-coil domain containing 64B"
+"chr7",101006915,101007024,110,"*","Promoter (<=1kb)",7,101006122,101202304,196183,1,"136227",793,"ENSG00000160963","COL26A1","collagen type XXVI alpha 1"
+"chr11",94822550,94822733,184,"*","Promoter (<=1kb)",11,94822974,94865815,42842,1,"23052",-241,"ENSG00000149218","ENDOD1","endonuclease domain containing 1"
+"chr8",86089798,86090186,389,"*","Promoter (<=1kb)",8,86089619,86126753,37135,1,"1875",179,"ENSG00000133740","E2F5","E2F transcription factor 5"
+"chr21",47808830,47808905,76,"*","Intron (uc002zji.4/5116, intron 18 of 46)",21,47744036,47865682,121647,1,"5116",64794,"ENSG00000160299","PCNT","pericentrin"
+"chr2",61372069,61372165,97,"*","Promoter (<=1kb)",2,61368727,61372110,3384,2,"339803",0,"ENSG00000212978","LOC339803","uncharacterized LOC339803"
+"chr9",38487816,38488283,468,"*","Distal Intergenic",9,38406525,38424444,17920,2,"347252",-63372,"ENSG00000137142","IGFBPL1","insulin like growth factor binding protein-like 1"
+"chr10",91597442,91597593,152,"*","Exon (uc001kgv.2/643529, exon 4 of 4)",10,91589250,91600618,11369,1,"643529",8192,"ENSG00000232229","LINC00865","long intergenic non-protein coding RNA 865"
+"chr14",29236850,29237480,631,"*","Promoter (<=1kb)",14,29236278,29239483,3206,1,"2290",572,"ENSG00000176165","FOXG1","forkhead box G1"
+"chr6",28104585,28104690,106,"*","Promoter (<=1kb)",6,28058454,28105094,46641,2,"100129195",404,"ENSG00000269293","ZSCAN16-AS1","ZSCAN16 antisense RNA 1"
+"chr6",170575614,170575847,234,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",-3957,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr7",157414294,157414339,46,"*","Intron (uc011kwa.2/5799, intron 9 of 22)",7,157367028,157367114,87,2,"406945",-47180,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr10",70748860,70749155,296,"*","Promoter (<=1kb)",10,70748477,70776739,28263,1,"26128",383,"ENSG00000198954","KIF1BP","KIF1 binding protein"
+"chr16",68554689,68554741,53,"*","Distal Intergenic",16,68564048,68609945,45898,1,"146198",-9307,"ENSG00000184939","ZFP90","ZFP90 zinc finger protein"
+"chr11",64646436,64646449,14,"*","Promoter (<=1kb)",11,64620208,64647149,26942,2,"10938",700,"ENSG00000110047","EHD1","EH domain containing 1"
+"chr20",44538288,44538557,270,"*","Promoter (2-3kb)",20,44527259,44541003,13745,2,"5360",2446,"ENSG00000100979","PLTP","phospholipid transfer protein"
+"chr5",92603121,92603424,304,"*","Distal Intergenic",5,92745065,92917003,171939,2,"441094",313579,"ENSG00000237187","NR2F1-AS1","NR2F1 antisense RNA 1"
+"chr4",25090250,25090491,242,"*","Distal Intergenic",4,25000471,25032414,31944,2,"55203",-57836,"ENSG00000153012","LGI2","leucine-rich repeat LGI family member 2"
+"chr14",65381381,65381416,36,"*","Promoter (<=1kb)",14,65381079,65529373,148295,1,"100529261",302,"ENSG00000125954","CHURC1-FNTB","CHURC1-FNTB readthrough"
+"chr16",33935507,33935608,102,"*","Distal Intergenic",16,33961052,33962503,1452,2,"649159",26895,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
+"chr16",85206107,85206442,336,"*","Distal Intergenic",16,85170756,85183049,12294,1,"400548",35351,"ENSG00000278214","LOC400548","uncharacterized LOC400548"
+"chr6",27179037,27179068,32,"*","Distal Intergenic",6,27215502,27224399,8898,1,"10279",-36434,"ENSG00000112812","PRSS16","protease, serine 16"
+"chr9",104160596,104160900,305,"*","Promoter (<=1kb)",9,104151122,104160919,9798,2,"54534",19,"ENSG00000136897","MRPL50","mitochondrial ribosomal protein L50"
+"chr5",143191771,143192067,297,"*","Promoter (<=1kb)",5,143191726,143200284,8559,1,"57824",45,"ENSG00000158497","HMHB1","histocompatibility (minor) HB-1"
+"chr4",8455971,8456156,186,"*","5' UTR",4,8368009,8442452,74444,2,"8310",-13519,"ENSG00000087008","ACOX3","acyl-CoA oxidase 3, pristanoyl"
+"chr2",175193470,175193478,9,"*","Promoter (2-3kb)",2,175190755,175195370,4616,1,"285084",2715,"ENSG00000231453","LINC01305","long intergenic non-protein coding RNA 1305"
+"chr8",41167875,41168001,127,"*","Promoter (<=1kb)",8,41119476,41166990,47515,2,"6422",-885,"ENSG00000104332","SFRP1","secreted frizzled-related protein 1"
+"chr9",140173501,140173908,408,"*","Promoter (1-2kb)",9,140172280,140177093,4814,1,"54863",1221,"ENSG00000198113","TOR4A","torsin family 4 member A"
+"chr3",54155578,54155663,86,"*","Promoter (1-2kb)",3,54156693,55108584,951892,1,"55799",-1030,"ENSG00000157445","CACNA2D3","calcium voltage-gated channel auxiliary subunit alpha2delta 3"
+"chr14",104206654,104206836,183,"*","Exon (uc010awv.1/23368, exon 4 of 8)",14,104182081,104200005,17925,1,"79038",24573,"ENSG00000100711","ZFYVE21","zinc finger FYVE-type containing 21"
+"chr16",30681996,30682455,460,"*","3' UTR",16,30671243,30682131,10889,1,"64319",10753,"ENSG00000156860","FBRS","fibrosin"
+"chr2",234590542,234590817,276,"*","Promoter (<=1kb)",2,234590584,234681951,91368,1,"54577",0,"ENSG00000244122","UGT1A7","UDP glucuronosyltransferase family 1 member A7"
+"chr5",53813346,53813483,138,"*","Promoter (<=1kb)",5,53813589,53842416,28828,1,"112574",-106,"ENSG00000178996","SNX18","sorting nexin 18"
+"chr9",131939552,131939961,410,"*","Promoter (<=1kb)",9,131937831,131940540,2710,2,"389792",579,"ENSG00000188483","IER5L","immediate early response 5-like"
+"chr15",70371944,70372057,114,"*","Promoter (<=1kb)",15,70371711,70371807,97,2,"693214",-137,"ENSG00000207965","MIR629","microRNA 629"
+"chr15",74218921,74219259,339,"*","Promoter (<=1kb)",15,74218789,74244478,25690,1,"4016",132,"ENSG00000129038","LOXL1","lysyl oxidase like 1"
+"chr6",79942971,79943342,372,"*","Promoter (<=1kb)",6,79943391,79946517,3127,1,"100288198",-49,"ENSG00000270362","HMGN3-AS1","HMGN3 antisense RNA 1"
+"chr8",38832267,38832728,462,"*","Promoter (<=1kb)",8,38831668,38846181,14514,1,"203100",599,"ENSG00000169495","HTRA4","HtrA serine peptidase 4"
+"chr1",161015882,161015883,2,"*","Promoter (<=1kb)",1,161009041,161015769,6729,2,"7391",-113,"ENSG00000158773","USF1","upstream transcription factor 1"
+"chr12",21590198,21590257,60,"*","Promoter (<=1kb)",12,21590538,21624182,33645,1,"79912",-281,"ENSG00000121350","PYROXD1","pyridine nucleotide-disulphide oxidoreductase domain 1"
+"chr16",1193803,1193884,82,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-9357,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr1",35220224,35220251,28,"*","Promoter (<=1kb)",1,35220648,35224113,3466,1,"2709",-397,"ENSG00000189280","GJB5","gap junction protein beta 5"
+"chr1",236559257,236559390,134,"*","Promoter (1-2kb)",1,236557680,236648008,90329,1,"128178",1577,"ENSG00000186197","EDARADD","EDAR-associated death domain"
+"chr10",133892358,133892567,210,"*","Distal Intergenic",10,133918313,133998313,80001,1,"282973",-25746,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
+"chr16",89826282,89826417,136,"*","Intron (uc002fou.1/2175, intron 14 of 42)",16,89773541,89787394,13854,2,"9605",-38888,"ENSG00000075399","VPS9D1","VPS9 domain containing 1"
+"chr6",29972884,29973221,338,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1489314,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr9",133589493,133589654,162,"*","Promoter (<=1kb)",9,133589268,133763062,173795,1,"25",225,"ENSG00000097007","ABL1","ABL proto-oncogene 1, non-receptor tyrosine kinase"
+"chr17",63053306,63053384,79,"*","Promoter (<=1kb)",17,63005407,63052920,47514,2,"10672",-386,"ENSG00000120063","GNA13","G protein subunit alpha 13"
+"chr11",74459777,74459811,35,"*","Promoter (<=1kb)",11,74459913,74553458,93546,1,"254225",-102,"ENSG00000166439","RNF169","ring finger protein 169"
+"chr16",3740662,3740774,113,"*","Intron (uc002cvt.4/10131, intron 16 of 17)",16,3708038,3767598,59561,2,"10131",26824,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
+"chr16",10274847,10274915,69,"*","Promoter (1-2kb)",16,9847265,10276611,429347,2,"2903",1696,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
+"chr3",15469033,15469042,10,"*","Promoter (<=1kb)",3,15451377,15469042,17666,2,"131965",0,"ENSG00000206562","METTL6","methyltransferase like 6"
+"chr20",44936040,44936080,41,"*","Promoter (1-2kb)",20,44802372,44937137,134766,2,"64405",1057,"ENSG00000149654","CDH22","cadherin 22"
+"chr8",11421886,11422119,234,"*","3' UTR",8,11434044,11438850,4807,1,"83655",-11925,"ENSG00000170983","LINC00208","long intergenic non-protein coding RNA 208"
+"chr16",1499092,1499445,354,"*","5' UTR",16,1484389,1494490,10102,2,"645811",-4602,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
+"chr9",95480921,95481073,153,"*","Exon (uc004aso.1/23299, exon 5 of 8)",9,95473645,95527083,53439,2,"23299",46010,"ENSG00000185963","BICD2","bicaudal D homolog 2 (Drosophila)"
+"chr12",58025596,58026010,415,"*","Promoter (1-2kb)",12,58019678,58027022,7345,2,"2583",1012,"ENSG00000135454","B4GALNT1","beta-1,4-N-acetyl-galactosaminyltransferase 1"
+"chr18",74202887,74203084,198,"*","Intron (uc021ulp.1/9658, intron 7 of 7)",18,74069637,74207146,137510,2,"9658",4062,"ENSG00000101493","ZNF516","zinc finger protein 516"
+"chr4",103266373,103266375,3,"*","Promoter (<=1kb)",4,103172198,103266655,94458,2,"64116",280,"ENSG00000138821","SLC39A8","solute carrier family 39 member 8"
+"chr6",35656758,35656848,91,"*","Intron (uc003oky.2/2289, intron 10 of 11)",6,35632494,35632566,73,2,"100847048",-24192,"ENSG00000265527","MIR5690","microRNA 5690"
+"chr8",124054855,124054861,7,"*","Promoter (<=1kb)",8,124025404,124054663,29260,2,"79139",-192,"ENSG00000136986","DERL1","derlin 1"
+"chr17",56741,57072,332,"*","Distal Intergenic",17,6011,31420,25410,2,"8447",-25321,"ENSG00000272636","DOC2B","double C2-like domains, beta"
+"chr2",141441360,141441479,120,"*","Intron (uc002tvj.1/53353, intron 50 of 90)",2,140988996,142889270,1900275,2,"53353",1447791,"ENSG00000168702","LRP1B","LDL receptor related protein 1B"
+"chr1",229762093,229762120,28,"*","Promoter (<=1kb)",1,229761981,229795946,33966,1,"9816",112,"ENSG00000135763","URB2","URB2 ribosome biogenesis 2 homolog (S. cerevisiae)"
+"chr5",137592917,137593370,454,"*","Exon (uc003lcn.3/2676, exon 4 of 8)",5,137588069,137610253,22185,2,"2676",16883,"ENSG00000146013","GFRA3","GDNF family receptor alpha 3"
+"chr6",32142122,32142147,26,"*","Intron (uc003oae.3/10554, intron 6 of 6)",6,32485154,32557613,72460,2,"3127",415466,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",37922150,37922249,100,"*","Exon (uc010wel.3/22806, exon 3 of 3)",17,37894162,37903538,9377,1,"2886",27988,"ENSG00000141738","GRB7","growth factor receptor bound protein 7"
+"chr2",85839459,85839602,144,"*","Promoter (<=1kb)",2,85832376,85839179,6804,2,"388969",-280,"ENSG00000168887","C2orf68","chromosome 2 open reading frame 68"
+"chr7",1863652,1863962,311,"*","Intron (uc003sld.1/8379, intron 1 of 3)",7,1883816,1883889,74,2,"100616160",19927,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr1",247267708,247267873,166,"*","Promoter (<=1kb)",1,247263264,247267674,4411,2,"79862",-34,"ENSG00000188295","ZNF669","zinc finger protein 669"
+"chr15",67835137,67835140,4,"*","Promoter (<=1kb)",15,67835021,68099455,264435,1,"5607",116,"ENSG00000137764","MAP2K5","mitogen-activated protein kinase kinase 5"
+"chr8",1970994,1971172,179,"*","Distal Intergenic",8,1993158,2093380,100223,1,"9172",-21986,"ENSG00000036448","MYOM2","myomesin 2"
+"chr2",183732559,183733057,499,"*","Promoter (1-2kb)",2,183698005,183731498,33494,2,"2487",-1061,"ENSG00000162998","FRZB","frizzled-related protein"
+"chr4",5928072,5928079,8,"*","Intron (uc003git.2/uc003git.2, intron 1 of 7)",4,5925002,5925055,54,2,"100616201",-3017,"ENSG00000263631","MIR378D1","microRNA 378d-1"
+"chr3",50297410,50297632,223,"*","Distal Intergenic",3,50305040,50314572,9533,1,"7869",-7408,"ENSG00000012171","SEMA3B","semaphorin 3B"
+"chr3",52719983,52720008,26,"*","Promoter (<=1kb)",3,52719936,52728510,8575,1,"26354",47,"ENSG00000163938","GNL3","G protein nucleolar 3"
+"chr16",88698563,88698776,214,"*","Distal Intergenic",16,88705001,88706882,1882,1,"27189",-6225,"ENSG00000124391","IL17C","interleukin 17C"
+"chr4",57371320,57371467,148,"*","Promoter (<=1kb)",4,57371375,57390058,18684,1,"132946",0,"ENSG00000196503","ARL9","ADP ribosylation factor like GTPase 9"
+"chr16",49308435,49308886,452,"*","Downstream (2-3kb)",16,49311829,49315742,3914,2,"869",6856,"ENSG00000102924","CBLN1","cerebellin 1 precursor"
+"chr2",30143585,30144152,568,"*","Promoter (<=1kb)",2,29415640,30144477,728838,2,"238",325,"ENSG00000171094","ALK","anaplastic lymphoma receptor tyrosine kinase"
+"chr16",67979081,67979437,357,"*","Promoter (1-2kb)",16,67973787,67978015,4229,2,"3931",-1066,"ENSG00000213398","LCAT","lecithin-cholesterol acyltransferase"
+"chr6",33167798,33167969,172,"*","Intron (uc003odb.4/6257, intron 9 of 9)",6,33540323,33548070,7748,2,"578",380101,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr12",57584720,57584754,35,"*","Exon (uc001snd.3/4035, exon 43 of 89)",12,57588287,57588359,73,1,"100302201",-3533,"ENSG00000221365","MIR1228","microRNA 1228"
+"chr14",66975324,66975551,228,"*","Promoter (1-2kb)",14,66974125,67648525,674401,1,"10243",1199,"ENSG00000171723","GPHN","gephyrin"
+"chr1",113162570,113162598,29,"*","Promoter (<=1kb)",1,113066141,113162405,96265,2,"54879",-165,"ENSG00000007341","ST7L","suppression of tumorigenicity 7 like"
+"chr17",77925890,77926388,499,"*","Intron (uc002jxj.4/125058, intron 8 of 11)",17,77906142,78009657,103516,2,"125058",83269,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
+"chr11",64794707,64794785,79,"*","Intron (uc001oci.4/100528018, intron 3 of 10)",11,64781585,64808044,26460,1,"100528018",13122,"ENSG00000273003","ARL2-SNX15","ARL2-SNX15 readthrough (NMD candidate)"
+"chr12",12938034,12938113,80,"*","Intron (uc001rau.4/81575, intron 1 of 1)",12,12917583,12917677,95,1,"693198",20451,"ENSG00000207983","MIR613","microRNA 613"
+"chr16",28962473,28962477,5,"*","Promoter (<=1kb)",16,28962128,28977767,15640,1,"84901",345,"ENSG00000176953","NFATC2IP","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 2 interacting protein"
+"chr13",49550510,49550815,306,"*","Promoter (<=1kb)",13,49550048,49783915,233868,1,"22862",462,"ENSG00000102531","FNDC3A","fibronectin type III domain containing 3A"
+"chr14",106003300,106003359,60,"*","Intron (uc031qqx.1/uc031qqx.1, intron 1 of 4910)",14,105992953,105996539,3587,1,"80757",10347,"ENSG00000184986","TMEM121","transmembrane protein 121"
+"chr5",864249,864337,89,"*","3' UTR",5,795720,851101,55382,2,"79844",-13148,"ENSG00000188818","ZDHHC11","zinc finger DHHC-type containing 11"
+"chr20",42194533,42194559,27,"*","Intron (uc002xkq.1/10110, intron 2 of 6)",20,42219579,42275862,56284,1,"51098",-25020,"ENSG00000101052","IFT52","intraflagellar transport 52"
+"chrX",38420326,38420370,45,"*","Promoter (<=1kb)",23,38420731,38548172,127442,1,"7102",-361,"ENSG00000156298","TSPAN7","tetraspanin 7"
+"chr16",730927,731172,246,"*","Promoter (<=1kb)",16,730115,732768,2654,1,"10273",812,"ENSG00000103266","STUB1","STIP1 homology and U-box containing protein 1, E3 ubiquitin protein ligase"
+"chr19",1248507,1248689,183,"*","Promoter (<=1kb)",19,1248552,1259142,10591,1,"90007",0,"ENSG00000167470","MIDN","midnolin"
+"chr11",1262175,1262189,15,"*","Exon (uc001lta.3/727897, exon 31 of 49)",11,1295598,1330892,35295,2,"54472",68703,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr16",1222471,1222626,156,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",19230,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr17",19411026,19411426,401,"*","Distal Intergenic",17,19437167,19482346,45180,1,"55244",-25741,"ENSG00000142494","SLC47A1","solute carrier family 47 member 1"
+"chr19",18303576,18303578,3,"*","Promoter (<=1kb)",19,18304040,18307550,3511,1,"84769",-462,"ENSG00000254858","MPV17L2","MPV17 mitochondrial membrane protein-like 2"
+"chr15",31775406,31775847,442,"*","3' UTR",15,31619083,31670102,51020,1,"51621",156323,"ENSG00000169926","KLF13","Kruppel-like factor 13"
+"chr17",29233478,29233515,38,"*","Promoter (<=1kb)",17,29226001,29233286,7286,2,"79736",-192,"ENSG00000172171","TEFM","transcription elongation factor, mitochondrial"
+"chr16",11837499,11837671,173,"*","Promoter (<=1kb)",16,11772943,11836648,63706,2,"51061",-851,"ENSG00000153066","TXNDC11","thioredoxin domain containing 11"
+"chr10",120101750,120101821,72,"*","Promoter (<=1kb)",10,120068572,120101839,33268,2,"63877",18,"ENSG00000165669","FAM204A","family with sequence similarity 204 member A"
+"chr11",303989,304080,92,"*","Distal Intergenic",11,308107,309410,1304,1,"10581",-4027,"ENSG00000185201","IFITM2","interferon induced transmembrane protein 2"
+"chr16",767093,767277,185,"*","Promoter (1-2kb)",16,765173,767480,2308,1,"79006",1920,"ENSG00000103260","METRN","meteorin, glial cell differentiation regulator"
+"chr10",133730070,133730182,113,"*","Distal Intergenic",10,133747960,133770053,22094,1,"55844",-17778,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
+"chr3",192126536,192126694,159,"*","5' UTR",3,191857182,192445388,588207,2,"2257",318694,"ENSG00000114279","FGF12","fibroblast growth factor 12"
+"chr17",79658424,79658458,35,"*","Intron (uc010wus.2/9146, intron 7 of 7)",17,79650962,79669151,18190,1,"9146",7462,"ENSG00000185359","HGS","hepatocyte growth factor-regulated tyrosine kinase substrate"
+"chr6",167047829,167047842,14,"*","Intron (uc003qvc.1/6196, intron 20 of 21)",6,166922842,166922921,80,2,"100302141",-124908,"ENSG00000222958","MIR1913","microRNA 1913"
+"chr11",47470887,47470900,14,"*","Promoter (<=1kb)",11,47459308,47470730,11423,2,"5913",-157,"ENSG00000165917","RAPSN","receptor associated protein of the synapse"
+"chr12",2788782,2788847,66,"*","Exon (uc001qjz.2/775, exon 42 of 47)",12,2785167,2800323,15157,2,"100652846",11476,"ENSG00000246627","CACNA1C-AS1","CACNA1C antisense RNA 1"
+"chr1",153631285,153631633,349,"*","Promoter (<=1kb)",1,153631130,153634328,3199,1,"23557",155,"ENSG00000143553","SNAPIN","SNAP associated protein"
+"chr12",102874566,102874832,267,"*","Promoter (<=1kb)",12,102789645,102874378,84734,2,"3479",-188,"ENSG00000017427","IGF1","insulin like growth factor 1"
+"chr2",107084802,107084839,38,"*","Promoter (<=1kb)",2,107021136,107084801,63666,2,"653489",-1,"ENSG00000153165","RGPD3","RANBP2-like and GRIP domain containing 3"
+"chr17",78323643,78323799,157,"*","Exon (uc021uen.2/57674, exon 30 of 68)",17,78388967,78411884,22918,1,"284131",-65168,"ENSG00000173818","ENDOV","endonuclease V"
+"chr4",2264032,2264149,118,"*","Promoter (<=1kb)",4,2249160,2263739,14580,2,"10608",-293,"ENSG00000123933","MXD4","MAX dimerization protein 4"
+"chr6",31648700,31648719,20,"*","Intron (uc003nvw.1/80741, intron 2 of 3)",6,32485154,32557613,72460,2,"3127",908894,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",154406664,154406841,178,"*","Intron (uc011efb.2/4988, intron 2 of 2)",6,154331631,154568001,236371,1,"4988",75033,"ENSG00000112038","OPRM1","opioid receptor, mu 1"
+"chr1",84464326,84464645,320,"*","Promoter (<=1kb)",1,84335057,84464833,129777,2,"79739",188,"ENSG00000137941","TTLL7","tubulin tyrosine ligase like 7"
+"chr19",41129588,41129881,294,"*","Exon (uc002oog.1/8425, exon 29 of 34)",19,41099072,41135725,36654,1,"8425",30516,"ENSG00000090006","LTBP4","latent transforming growth factor beta binding protein 4"
+"chr19",49077997,49078071,75,"*","Intron (uc002pjl.3/6820, intron 1 of 6)",19,49055429,49102684,47256,1,"6820",22568,"ENSG00000088002","SULT2B1","sulfotransferase family 2B member 1"
+"chr2",3704745,3705130,386,"*","Promoter (<=1kb)",2,3705786,3750260,44475,1,"55821",-656,"ENSG00000151360","ALLC","allantoicase"
+"chr5",168728222,168728447,226,"*","Promoter (<=1kb)",5,168088738,168728133,639396,2,"6586",-89,"ENSG00000184347","SLIT3","slit guidance ligand 3"
+"chr2",68694517,68694606,90,"*","Promoter (<=1kb)",2,68694691,68857856,163166,1,"200558",-85,"ENSG00000169621","APLF","aprataxin and PNKP like factor"
+"chr12",125262045,125262460,416,"*","3' UTR",12,125262174,125365007,102834,2,"949",102547,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
+"chr4",15781047,15781154,108,"*","Promoter (1-2kb)",4,15779931,15850706,70776,1,"952",1116,"ENSG00000004468","CD38","CD38 molecule"
+"chr1",10856202,10856418,217,"*","Promoter (<=1kb)",1,10696666,10856733,160068,2,"54897",315,"ENSG00000130940","CASZ1","castor zinc finger 1"
+"chr16",1430087,1430103,17,"*","Intron (uc031qup.1/64718, intron 5 of 14)",16,1401900,1413352,11453,1,"84572",28187,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
+"chr1",31191128,31191544,417,"*","Promoter (<=1kb)",1,31191619,31199593,7975,1,"100129196",-75,"ENSG00000186056","MATN1-AS1","MATN1 antisense RNA 1"
+"chr2",233749394,233749736,343,"*","Intron (uc010zmm.1/25791, intron 5 of 10)",2,233734994,233741107,6114,1,"389084",14400,"ENSG00000182600","C2orf82","chromosome 2 open reading frame 82"
+"chr12",96643106,96643517,412,"*","Intron (uc001teo.1/2004, intron 3 of 4)",12,96588207,96661606,73400,1,"2004",54899,"ENSG00000111145","ELK3","ELK3, ETS transcription factor"
+"chr12",6797909,6797953,45,"*","Promoter (<=1kb)",12,6775643,6798738,23096,2,"171017",785,"ENSG00000126746","ZNF384","zinc finger protein 384"
+"chr10",65390215,65390526,312,"*","Distal Intergenic",10,65281123,65384883,103761,1,"221035",109092,"ENSG00000165476","REEP3","receptor accessory protein 3"
+"chr7",29874285,29874306,22,"*","5' UTR",7,29846170,29956682,110513,1,"644150",28115,"ENSG00000122574","WIPF3","WAS/WASL interacting protein family member 3"
+"chr22",39627543,39627641,99,"*","Exon (uc003axe.3/5155, exon 4 of 7)",22,39619685,39640957,21273,2,"5155",13316,"ENSG00000100311","PDGFB","platelet derived growth factor subunit B"
+"chr7",25991107,25991606,500,"*","Promoter (1-2kb)",7,25989539,25989606,68,2,"406940",-1501,NA,"MIR148A","microRNA 148a"
+"chr11",16628010,16628233,224,"*","5' UTR",11,16760148,16779901,19754,1,"10944",-131915,"ENSG00000110696","C11orf58","chromosome 11 open reading frame 58"
+"chr15",29392916,29393319,404,"*","Intron (uc010azj.2/321, intron 8 of 11)",15,29560353,29562020,1668,2,"56160",168701,"ENSG00000185115","NSMCE3","NSE3 homolog, SMC5-SMC6 complex component"
+"chr4",25378438,25378485,48,"*","Promoter (<=1kb)",4,25378848,25420120,41273,1,"29945",-363,"ENSG00000053900","ANAPC4","anaphase promoting complex subunit 4"
+"chr1",40723146,40723339,194,"*","Promoter (<=1kb)",1,40723722,40759856,36135,1,"10269",-383,"ENSG00000084073","ZMPSTE24","zinc metallopeptidase STE24"
+"chr1",53308606,53308720,115,"*","Promoter (<=1kb)",1,53308183,53360247,52065,1,"440590",423,"ENSG00000203995","ZYG11A","zyg-11 family member A, cell cycle regulator"
+"chr4",115519593,115519920,328,"*","Promoter (<=1kb)",4,115519611,115598202,78592,1,"7368",0,"ENSG00000174607","UGT8","UDP glycosyltransferase 8"
+"chr17",36904034,36904425,392,"*","Promoter (<=1kb)",17,36890150,36904561,14412,2,"7703",136,"ENSG00000277258","PCGF2","polycomb group ring finger 2"
+"chr16",29985301,29985458,158,"*","Promoter (<=1kb)",16,29985188,30003582,18395,1,"9344",113,"ENSG00000149930","TAOK2","TAO kinase 2"
+"chr5",559009,559155,147,"*","Distal Intergenic",5,535955,535997,43,2,"100616381",-23012,"ENSG00000264233","MIR4456","microRNA 4456"
+"chr7",44349341,44349656,316,"*","Intron (uc003tkp.2/816, intron 20 of 20)",7,44256749,44365230,108482,2,"816",15574,"ENSG00000058404","CAMK2B","calcium/calmodulin-dependent protein kinase II beta"
+"chr8",59058225,59058537,313,"*","5' UTR",8,58907113,59062277,155165,1,"90362",151112,"ENSG00000169122","FAM110B","family with sequence similarity 110 member B"
+"chr8",22409083,22409254,172,"*","Promoter (<=1kb)",8,22409251,22433008,23758,1,"10174",0,"ENSG00000120896","SORBS3","sorbin and SH3 domain containing 3"
+"chr16",1088520,1088686,167,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-34070,"ENSG00000162009","SSTR5","somatostatin receptor 5"
+"chr19",3942223,3942330,108,"*","3' UTR",19,3933101,3942414,9314,1,"27231",9122,"ENSG00000077009","NMRK2","nicotinamide riboside kinase 2"
+"chr5",59784203,59784544,342,"*","Promoter (<=1kb)",5,58264866,59783925,1519060,2,"5144",-278,"ENSG00000113448","PDE4D","phosphodiesterase 4D"
+"chr16",90037558,90037668,111,"*","Promoter (1-2kb)",16,90038988,90067195,28208,1,"172",-1320,"ENSG00000223959","AFG3L1P","AFG3 like matrix AAA peptidase subunit 1, pseudogene"
+"chr16",47071547,47071638,92,"*","Distal Intergenic",16,46989274,47007625,18352,2,"10294",-63922,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
+"chr1",116311644,116311749,106,"*","Promoter (<=1kb)",1,116242626,116311426,68801,2,"845",-218,"ENSG00000118729","CASQ2","calsequestrin 2"
+"chr10",3277089,3277144,56,"*","Distal Intergenic",10,3179116,3215033,35918,2,"10531",-62056,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
+"chr1",155278430,155278455,26,"*","Promoter (<=1kb)",1,155278539,155290457,11919,1,"2224",-84,"ENSG00000160752","FDPS","farnesyl diphosphate synthase"
+"chr7",51384931,51384937,7,"*","Promoter (<=1kb)",7,51083909,51384515,300607,2,"23242",-416,"ENSG00000106078","COBL","cordon-bleu WH2 repeat protein"
+"chr16",85542701,85542843,143,"*","Distal Intergenic",16,85645029,85709812,64784,1,"23199",-102186,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
+"chr22",32146002,32146186,185,"*","Promoter (<=1kb)",22,32072733,32146120,73388,2,"253143",0,"ENSG00000183530","PRR14L","proline rich 14 like"
+"chr16",2186853,2186875,23,"*","Promoter (<=1kb)",16,2185978,2186130,153,2,"100500916",-723,"ENSG00000264397","MIR3180-5","microRNA 3180-5"
+"chr19",3825282,3825342,61,"*","Exon (uc002lyw.2/23217, exon 7 of 19)",19,3777967,3801810,23844,2,"4145",-23472,"ENSG00000007264","MATK","megakaryocyte-associated tyrosine kinase"
+"chr16",11350337,11350371,35,"*","Promoter (<=1kb)",16,11348274,11350039,1766,2,"8651",-298,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
+"chr12",116922217,116922244,28,"*","Distal Intergenic",12,116971227,116974318,3092,1,"100287569",-48983,"ENSG00000196668","LINC00173","long intergenic non-protein coding RNA 173"
+"chr10",85899044,85899104,61,"*","Promoter (<=1kb)",10,85899185,85913311,14127,1,"27069",-81,"ENSG00000165678","GHITM","growth hormone inducible transmembrane protein"
+"chr6",31164899,31164952,54,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1392661,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",30022229,30022548,320,"*","Promoter (2-3kb)",16,30016835,30024843,8009,2,"8448",2295,"ENSG00000149927","DOC2A","double C2-like domains, alpha"
+"chr20",57599136,57599210,75,"*","Exon (uc002yak.3/81027, exon 4 of 4)",20,57594309,57601709,7401,1,"81027",4827,"ENSG00000101162","TUBB1","tubulin beta 1 class VI"
+"chr5",159200676,159201045,370,"*","Distal Intergenic",5,159343740,159400017,56278,1,"147",-142695,"ENSG00000170214","ADRA1B","adrenoceptor alpha 1B"
+"chr16",30582539,30582820,282,"*","Promoter (<=1kb)",16,30581019,30583728,2710,2,"146542",908,"ENSG00000229809","ZNF688","zinc finger protein 688"
+"chr6",31497366,31497557,192,"*","Exon (uc003ntp.1/401250, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",1060056,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",174451455,174451460,6,"*","Promoter (<=1kb)",4,174447652,174451378,3727,2,"9464",-77,"ENSG00000164107","HAND2","heart and neural crest derivatives expressed 2"
+"chr16",29757296,29757375,80,"*","Promoter (<=1kb)",16,29753786,29757340,3555,2,"283897",0,"ENSG00000185905","C16orf54","chromosome 16 open reading frame 54"
+"chr7",64734178,64734330,153,"*","Distal Intergenic",7,64838768,64865998,27231,1,"168374",-104438,"ENSG00000146757","ZNF92","zinc finger protein 92"
+"chr1",16971480,16971537,58,"*","Promoter (<=1kb)",1,16944751,16971178,26428,2,"84809",-302,NA,"CROCCP2","ciliary rootlet coiled-coil, rootletin pseudogene 2"
+"chr10",105881692,105881694,3,"*","Promoter (<=1kb)",10,105881816,105886143,4328,1,"119392",-122,"ENSG00000156384","SFR1","SWI5 dependent homologous recombination repair protein 1"
+"chr2",136875216,136875267,52,"*","Promoter (<=1kb)",2,136871919,136875725,3807,2,"7852",458,"ENSG00000121966","CXCR4","chemokine (C-X-C motif) receptor 4"
+"chr3",48701666,48701722,57,"*","Intron (uc003cuf.1/1951, intron 55 of 55)",3,48662831,48709981,47151,2,"1951",8259,"ENSG00000008300","CELSR3","cadherin EGF LAG seven-pass G-type receptor 3"
+"chr5",50685716,50686147,432,"*","Exon (uc003jor.3/3670, exon 4 of 6)",5,50668571,50679166,10596,2,"642366",-6550,"ENSG00000259663","LOC642366","uncharacterized LOC642366"
+"chr1",56184693,56185048,356,"*","Intron (uc001cyi.1/uc001cyi.1, intron 2 of 2)",1,55691314,55691396,83,1,"100616272",493379,"ENSG00000265822","MIR4422","microRNA 4422"
+"chr19",22605103,22605186,84,"*","Promoter (<=1kb)",19,22573899,22605148,31250,2,"148198",0,"ENSG00000197360","ZNF98","zinc finger protein 98"
+"chr13",36919857,36919960,104,"*","Promoter (<=1kb)",13,36920568,36943872,23305,1,"100507135",-608,"ENSG00000120664","SPG20-AS1","SPG20 antisense RNA 1"
+"chr12",131159447,131159610,164,"*","Intron (uc001uim.3/23504, intron 15 of 15)",12,130880681,131200826,320146,2,"23504",41216,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
+"chr17",52977445,52977460,16,"*","Promoter (<=1kb)",17,52978052,53039328,61277,1,"10040",-592,"ENSG00000141198","TOM1L1","target of myb1 like 1 membrane trafficking protein"
+"chr6",40722468,40722990,523,"*","Distal Intergenic",6,40359373,40555126,195754,2,"57497",-167342,"ENSG00000156564","LRFN2","leucine rich repeat and fibronectin type III domain containing 2"
+"chr17",612398,612420,23,"*","Intron (uc010cjo.2/55275, intron 20 of 21)",17,411908,618096,206189,2,"55275",5676,"ENSG00000141252","VPS53","VPS53, GARP complex subunit"
+"chr20",6750989,6751435,447,"*","Promoter (2-3kb)",20,6748745,6760910,12166,1,"650",2244,"ENSG00000125845","BMP2","bone morphogenetic protein 2"
+"chr11",119205373,119205542,170,"*","Promoter (<=1kb)",11,119205210,119208024,2815,1,"79102",163,"ENSG00000173456","RNF26","ring finger protein 26"
+"chr18",14450199,14450415,217,"*","Distal Intergenic",18,14477954,14498705,20752,2,"440224",48290,"ENSG00000265766","CXADRP3","coxsackie virus and adenovirus receptor pseudogene 3"
+"chr10",102414862,102415086,225,"*","Distal Intergenic",10,102505468,102589698,84231,1,"5076",-90382,"ENSG00000075891","PAX2","paired box 2"
+"chr16",571953,572062,110,"*","3' UTR",16,576847,577407,561,2,"64493",5345,NA,"LINC00235","long intergenic non-protein coding RNA 235"
+"chr16",31147585,31147789,205,"*","Promoter (<=1kb)",16,31142754,31147151,4398,2,"5652",-434,"ENSG00000052344","PRSS8","protease, serine 8"
+"chr18",29769532,29769853,322,"*","Promoter (<=1kb)",18,29769987,29800366,30380,1,"4225",-134,"ENSG00000141434","MEP1B","meprin A subunit beta"
+"chr5",137072456,137072746,291,"*","Promoter (<=1kb)",5,136953189,137071779,118591,2,"26249",-677,"ENSG00000146021","KLHL3","kelch like family member 3"
+"chr10",27541865,27541877,13,"*","Promoter (<=1kb)",10,27534782,27541235,6454,2,"387646",-630,"ENSG00000230445","LRRC37A6P","leucine-rich repeat containing 37 member A6, pseudogene"
+"chr1",27560845,27561008,164,"*","Promoter (<=1kb)",1,27561007,27635124,74118,1,"23038",0,"ENSG00000142784","WDTC1","WD and tetratricopeptide repeats 1"
+"chr9",138554593,138555026,434,"*","Promoter (<=1kb)",9,138555168,138557949,2782,1,"392399",-142,"ENSG00000148386","LCN9","lipocalin 9"
+"chr16",24856104,24856114,11,"*","Promoter (1-2kb)",16,24857184,24922949,65766,1,"115584",-1070,"ENSG00000158865","SLC5A11","solute carrier family 5 member 11"
+"chr16",27214702,27214781,80,"*","Promoter (<=1kb)",16,27214807,27233089,18283,1,"79831",-26,"ENSG00000155666","KDM8","lysine demethylase 8"
+"chr11",20385206,20385280,75,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",0,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
+"chr2",242757606,242757618,13,"*","Exon (uc002wcm.3/129807, exon 4 of 4)",2,242750160,242758739,8580,1,"129807",7446,"ENSG00000204099","NEU4","neuraminidase 4 (sialidase)"
+"chr7",128172288,128172399,112,"*","Distal Intergenic",7,128116783,128142978,26196,1,"55798",55505,"ENSG00000165055","METTL2B","methyltransferase like 2B"
+"chr2",136499364,136499469,106,"*","Promoter (<=1kb)",2,136499189,136542633,43445,1,"23190",175,"ENSG00000144224","UBXN4","UBX domain protein 4"
+"chr12",50444522,50444723,202,"*","Distal Intergenic",12,50451420,50477405,25986,1,"41",-6697,"ENSG00000110881","ASIC1","acid sensing ion channel subunit 1"
+"chr19",8550710,8550992,283,"*","Exon (uc010xke.1/4670, exon 14 of 14)",19,8554940,8567538,12599,2,"84106",16546,"ENSG00000133246","PRAM1","PML-RARA regulated adaptor molecule 1"
+"chr17",57249903,57249935,33,"*","Intron (uc021uar.1/55771, intron 2 of 10)",17,57232860,57284070,51211,1,"55771",17043,"ENSG00000068489","PRR11","proline rich 11"
+"chr19",59092564,59093025,462,"*","5' UTR",19,59086766,59110852,24087,1,"65996",5798,"ENSG00000213753","CENPBD1P1","CENPB DNA-binding domains containing 1 pseudogene 1"
+"chr10",28034808,28035109,302,"*","Promoter (<=1kb)",10,27961803,28034778,72976,2,"283078",-30,"ENSG00000150051","MKX","mohawk homeobox"
+"chr7",16844852,16845283,432,"*","Promoter (<=1kb)",7,16832264,16844738,12475,2,"10551",-114,"ENSG00000106541","AGR2","anterior gradient 2, protein disulphide isomerase family member"
+"chr21",31588123,31588354,232,"*","Promoter (<=1kb)",21,31586324,31588469,2146,2,"9073",115,"ENSG00000156284","CLDN8","claudin 8"
+"chr7",1025825,1026168,344,"*","Promoter (2-3kb)",7,1022835,1029276,6442,1,"54905",2990,"ENSG00000073067","CYP2W1","cytochrome P450 family 2 subfamily W member 1"
+"chr1",3400697,3400732,36,"*","Distal Intergenic",1,3371147,3397677,26531,1,"27237",29550,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
+"chr16",3723376,3723496,121,"*","Intron (uc002cvs.3/10131, intron 9 of 12)",16,3702940,3708096,5157,1,"1773",20436,"ENSG00000213918","DNASE1","deoxyribonuclease I"
+"chr6",30139641,30139686,46,"*","Exon (uc010jrx.3/89870, exon 7 of 7)",6,28471073,28483570,12498,2,"257202",-1656071,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr10",43903424,43903540,117,"*","Promoter (1-2kb)",10,43881065,43904696,23632,2,"3185",1156,"ENSG00000169813","HNRNPF","heterogeneous nuclear ribonucleoprotein F"
+"chr8",47119035,47119271,237,"*","Distal Intergenic",8,47752508,47767407,14900,1,"497634",-633237,"ENSG00000253314","LINC00293","long intergenic non-protein coding RNA 293"
+"chr19",55987515,55987524,10,"*","Promoter (<=1kb)",19,55987699,55995854,8156,1,"89887",-175,"ENSG00000197483","ZNF628","zinc finger protein 628"
+"chr16",29874755,29874869,115,"*","Promoter (<=1kb)",16,29875004,29879374,4371,1,"440356",-135,"ENSG00000214725","CDIPT-AS1","CDIPT antisense RNA 1 (head to head)"
+"chr12",14996743,14996776,34,"*","Promoter (<=1kb)",12,14982245,14996413,14169,2,"420",-330,"ENSG00000111339","ART4","ADP-ribosyltransferase 4 (Dombrock blood group)"
+"chr2",46612916,46613024,109,"*","3' UTR",2,46524541,46613842,89302,1,"2034",88375,"ENSG00000116016","EPAS1","endothelial PAS domain protein 1"
+"chr3",10370264,10370507,244,"*","3' UTR",3,10342615,10362858,20244,2,"6396",-7406,"ENSG00000157020","SEC13","SEC13 homolog, nuclear pore and COPII coat complex component"
+"chr5",178053183,178053244,62,"*","Intron (uc003mjf.1/57396, intron 12 of 12)",5,178029665,178057616,27952,2,"57396",4372,"ENSG00000113240","CLK4","CDC like kinase 4"
+"chr12",53342890,53343057,168,"*","Promoter (<=1kb)",12,53342655,53346685,4031,1,"3875",235,"ENSG00000111057","KRT18","keratin 18"
+"chr1",116961135,116961185,51,"*","Promoter (<=1kb)",1,116935487,116961244,25758,2,"84852",59,"ENSG00000203865","ATP1A1-AS1","ATP1A1 antisense RNA 1"
+"chr12",55028708,55028956,249,"*","Promoter (<=1kb)",12,55024623,55028663,4041,2,"90070",-45,"ENSG00000135413","LACRT","lacritin"
+"chr10",48413710,48413802,93,"*","Exon (uc001jfa.1/2658, exon 2 of 2)",10,48413092,48416853,3762,2,"2658",3051,"ENSG00000263761","GDF2","growth differentiation factor 2"
+"chr16",1362243,1362578,336,"*","5' UTR",16,1359154,1377019,17866,1,"7329",3089,"ENSG00000103275","UBE2I","ubiquitin conjugating enzyme E2I"
+"chr9",91193127,91193195,69,"*","Distal Intergenic",9,91150016,91190704,40689,1,"158046",43111,"ENSG00000130045","NXNL2","nucleoredoxin-like 2"
+"chr16",10674409,10674414,6,"*","Promoter (<=1kb)",16,10622279,10674539,52261,2,"2013",125,"ENSG00000213853","EMP2","epithelial membrane protein 2"
+"chr9",37591734,37592420,687,"*","Promoter (<=1kb)",9,37582643,37592636,9994,2,"401505",216,"ENSG00000175768","TOMM5","translocase of outer mitochondrial membrane 5"
+"chr12",132638993,132639139,147,"*","Distal Intergenic",12,132628993,132636986,7994,1,"79050",10000,"ENSG00000184967","NOC4L","nucleolar complex associated 4 homolog"
+"chr2",175595352,175595510,159,"*","Intron (uc002uiw.3/uc002uiw.3, intron 3 of 3)",2,175612323,175629200,16878,2,"1134",33690,"ENSG00000138435","CHRNA1","cholinergic receptor nicotinic alpha 1 subunit"
+"chr10",125651526,125651549,24,"*","Intron (uc001lhj.3/119587, intron 18 of 19)",10,125465726,125699779,234054,2,"119587",48230,"ENSG00000121898","CPXM2","carboxypeptidase X (M14 family), member 2"
+"chr17",27276799,27277048,250,"*","Promoter (1-2kb)",17,27232271,27278508,46238,2,"57649",1460,"ENSG00000109118","PHF12","PHD finger protein 12"
+"chr2",3337680,3337709,30,"*","Intron (uc002qxj.2/7260, intron 6 of 8)",2,3192741,3381653,188913,2,"7260",43944,"ENSG00000032389","TSSC1","tumor suppressing subtransferable candidate 1"
+"chr14",104184503,104184527,25,"*","Promoter (2-3kb)",14,104182081,104200005,17925,1,"79038",2422,"ENSG00000100711","ZFYVE21","zinc finger FYVE-type containing 21"
+"chr1",55353279,55353706,428,"*","Promoter (<=1kb)",1,55315300,55352921,37622,2,"1718",-358,"ENSG00000116133","DHCR24","24-dehydrocholesterol reductase"
+"chr4",24474668,24474861,194,"*","Promoter (<=1kb)",4,23793644,24474394,680751,2,"10891",-274,"ENSG00000109819","PPARGC1A","PPARG coactivator 1 alpha"
+"chr7",6388738,6388742,5,"*","Promoter (<=1kb)",7,6369040,6388590,19551,2,"84792",-148,"ENSG00000178397","FAM220A","family with sequence similarity 220 member A"
+"chr1",57286265,57286512,248,"*","Promoter (<=1kb)",1,57184477,57285369,100893,2,"199920",-896,"ENSG00000187889","C1orf168","chromosome 1 open reading frame 168"
+"chr1",165567492,165567529,38,"*","Distal Intergenic",1,165446079,165551341,105263,2,"400794",-16151,"ENSG00000237463","LOC400794","uncharacterized LOC400794"
+"chr11",57981219,57981245,27,"*","Promoter (<=1kb)",11,57982217,57983194,978,1,"219959",-972,"ENSG00000172774","OR1S1","olfactory receptor family 1 subfamily S member 1 (gene/pseudogene)"
+"chr14",51298737,51298954,218,"*","Promoter (<=1kb)",14,51186481,51297839,111359,2,"51199",-898,"ENSG00000100503","NIN","ninein"
+"chr7",151000789,151001017,229,"*","Distal Intergenic",7,150936059,150974231,38173,2,"6604",-26558,"ENSG00000082014","SMARCD3","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily d, member 3"
+"chr1",40506070,40506077,8,"*","Promoter (<=1kb)",1,40506255,40538321,32067,1,"10487",-178,"ENSG00000131236","CAP1","CAP, adenylate cyclase-associated protein 1 (yeast)"
+"chr10",121250007,121250035,29,"*","Distal Intergenic",10,121259339,121302222,42884,2,"6001",52187,"ENSG00000148908","RGS10","regulator of G-protein signaling 10"
+"chr6",26223965,26224070,106,"*","Promoter (1-2kb)",6,26225383,26225844,462,1,"8353",-1313,"ENSG00000274750","HIST1H3E","histone cluster 1, H3e"
+"chr6",29720427,29720443,17,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1236857,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr2",47143082,47143106,25,"*","Promoter (<=1kb)",2,47143296,47303275,159980,1,"57217",-190,"ENSG00000068724","TTC7A","tetratricopeptide repeat domain 7A"
+"chr10",111216962,111217173,212,"*","Distal Intergenic",10,111624524,111683311,58788,2,"7511",466138,"ENSG00000108039","XPNPEP1","X-prolyl aminopeptidase (aminopeptidase P) 1, soluble"
+"chr12",6184307,6184468,162,"*","Intron (uc001qnn.1/7450, intron 45 of 51)",12,6058040,6233836,175797,2,"7450",49368,"ENSG00000110799","VWF","von Willebrand factor"
+"chr1",150208884,150208936,53,"*","Promoter (<=1kb)",1,150190717,150208504,17788,2,"81611",-380,"ENSG00000143401","ANP32E","acidic nuclear phosphoprotein 32 family member E"
+"chr10",133058169,133058553,385,"*","Exon (uc001lkp.3/256536, exon 4 of 12)",10,132890655,133109984,219330,2,"256536",51431,"ENSG00000176769","TCERG1L","transcription elongation regulator 1 like"
+"chr2",205410517,205410738,222,"*","Promoter (<=1kb)",2,205410516,206484886,1074371,1,"117583",1,"ENSG00000116117","PARD3B","par-3 family cell polarity regulator beta"
+"chr6",31763126,31763229,104,"*","Intron (uc003nxe.3/7407, intron 29 of 29)",6,32485154,32557613,72460,2,"3127",794384,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr9",37800606,37800774,169,"*","Promoter (<=1kb)",9,37800551,37867665,67115,1,"79269",55,"ENSG00000122741","DCAF10","DDB1 and CUL4 associated factor 10"
+"chrX",49686184,49686383,200,"*","Promoter (<=1kb)",23,49687225,49863892,176668,1,"1184",-842,"ENSG00000171365","CLCN5","chloride voltage-gated channel 5"
+"chr21",40178383,40178652,270,"*","Promoter (1-2kb)",21,40177231,40196878,19648,1,"2114",1152,"ENSG00000157557","ETS2","ETS proto-oncogene 2, transcription factor"
+"chr2",132202537,132202958,422,"*","Promoter (<=1kb)",2,132199734,132202467,2734,2,"401010",-70,NA,"NOC2LP2","NOC2 like nucleolar associated transcriptional repressor pseudogene 2"
+"chr3",49056140,49056168,29,"*","Promoter (1-2kb)",3,49057581,49057667,87,2,"494337",1499,"ENSG00000199032","MIR425","microRNA 425"
+"chr3",150481300,150481361,62,"*","Promoter (<=1kb)",3,150458910,150481263,22354,2,"6478",-37,"ENSG00000181788","SIAH2","siah E3 ubiquitin protein ligase 2"
+"chr11",369119,369133,15,"*","Promoter (<=1kb)",11,369795,382117,12323,1,"338707",-662,"ENSG00000182272","B4GALNT4","beta-1,4-N-acetyl-galactosaminyltransferase 4"
+"chr16",58548995,58549086,92,"*","Promoter (<=1kb)",16,58549383,58554431,5049,1,"79918",-297,"ENSG00000103037","SETD6","SET domain containing 6"
+"chr20",20350367,20350481,115,"*","Promoter (1-2kb)",20,20348765,20351592,2828,1,"3642",1602,"ENSG00000173404","INSM1","insulinoma associated 1"
+"chr16",34430789,34430857,69,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",-26027,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr17",259426,259707,282,"*","Promoter (<=1kb)",17,260118,264457,4340,1,"400566",-411,"ENSG00000187624","C17orf97","chromosome 17 open reading frame 97"
+"chrX",43515457,43515544,88,"*","Promoter (1-2kb)",23,43514155,43606071,91917,1,"4128",1302,"ENSG00000189221","MAOA","monoamine oxidase A"
+"chr17",80373285,80373348,64,"*","Promoter (2-3kb)",17,80376252,80400516,24265,1,"284004",-2904,"ENSG00000169660","HEXDC","hexosaminidase (glycosyl hydrolase family 20, catalytic domain) containing"
+"chr19",1011028,1011102,75,"*","Exon (uc021ume.2/91304, exon 1 of 2)",19,1009650,1021141,11492,2,"91304",10039,"ENSG00000182087","TMEM259","transmembrane protein 259"
+"chr2",86946868,86947341,474,"*","Promoter (<=1kb)",2,86947414,88038768,1091355,1,"64795",-73,"ENSG00000153561","RMND5A","required for meiotic nuclear division 5 homolog A"
+"chr16",10479875,10480205,331,"*","Promoter (<=1kb)",16,10479912,10577495,97584,1,"80063",0,"ENSG00000166669","ATF7IP2","activating transcription factor 7 interacting protein 2"
+"chr2",74730630,74730755,126,"*","Promoter (<=1kb)",2,74724644,74730443,5800,2,"85474",-187,"ENSG00000179528","LBX2","ladybird homeobox 2"
+"chr11",5829982,5830119,138,"*","Intron (uc001mbq.1/85363, intron 3 of 4)",11,5841566,5842531,966,1,"390077",-11447,"ENSG00000180988","OR52N2","olfactory receptor family 52 subfamily N member 2"
+"chr17",1028673,1028676,4,"*","5' UTR",17,906758,1090616,183859,2,"29",61940,"ENSG00000159842","ABR","active BCR-related"
+"chr3",195310839,195310888,50,"*","Promoter (<=1kb)",3,195295573,195311076,15504,2,"347",188,"ENSG00000189058","APOD","apolipoprotein D"
+"chr8",122651438,122651520,83,"*","Promoter (<=1kb)",8,122651586,122657564,5979,1,"594842",-66,NA,"HAS2-AS1","HAS2 antisense RNA 1"
+"chr10",15017063,15017145,83,"*","Intron (uc021pni.1/64421, intron 9 of 9)",10,15001438,15014850,13413,1,"644890",15625,"ENSG00000197889","MEIG1","meiosis/spermiogenesis associated 1"
+"chr10",121171811,121172035,225,"*","Intron (uc001led.3/2869, intron 4 of 15)",10,121137484,121137555,72,1,"100616398",34327,"ENSG00000265719","MIR4681","microRNA 4681"
+"chr3",141495352,141495473,122,"*","Promoter (1-2kb)",3,141497043,141535892,38850,1,"131890",-1570,"ENSG00000114124","GRK7","G protein-coupled receptor kinase 7"
+"chr1",89458521,89458547,27,"*","Promoter (<=1kb)",1,89445139,89458643,13505,2,"494115",96,"ENSG00000213516","RBMXL1","RNA binding motif protein, X-linked-like 1"
+"chr5",5494990,5495167,178,"*","Distal Intergenic",5,5422786,5490347,67562,1,"23379",72204,"ENSG00000164151","ICE1","interactor of little elongation complex ELL subunit 1"
+"chr19",53445988,53446005,18,"*","Promoter (<=1kb)",19,53430388,53445847,15460,2,"399669",-141,"ENSG00000213801","ZNF321P","zinc finger protein 321, pseudogene"
+"chr1",6191822,6191831,10,"*","Intron (uc001ama.2/26038, intron 22 of 30)",1,6161847,6240194,78348,2,"26038",48363,"ENSG00000116254","CHD5","chromodomain helicase DNA binding protein 5"
+"chr11",64570331,64570509,179,"*","Promoter (<=1kb)",11,64556609,64570713,14105,2,"5871",204,"ENSG00000168067","MAP4K2","mitogen-activated protein kinase kinase kinase kinase 2"
+"chr22",18780198,18780224,27,"*","Intron (uc002zob.1/2679, intron 13 of 14)",22,18761202,18792992,31791,2,"2679",12768,"ENSG00000197421","GGT3P","gamma-glutamyltransferase 3 pseudogene"
+"chr16",621723,621793,71,"*","Intron (uc010bqw.3/9091, intron 2 of 11)",16,617032,619495,2464,1,"283948",4691,"ENSG00000257108","NHLRC4","NHL repeat containing 4"
+"chr6",43138853,43138877,25,"*","Promoter (<=1kb)",6,43138920,43149244,10325,1,"6722",-43,"ENSG00000112658","SRF","serum response factor"
+"chr1",3689201,3689519,319,"*","Promoter (<=1kb)",1,3689334,3692546,3213,1,"388588",0,"ENSG00000235169","SMIM1","small integral membrane protein 1 (Vel blood group)"
+"chr10",53459199,53459337,139,"*","Promoter (<=1kb)",10,53455246,53459355,4110,2,"23283",18,"ENSG00000177613","CSTF2T","cleavage stimulation factor, 3' pre-RNA, subunit 2, tau variant"
+"chr11",22850840,22850970,131,"*","Promoter (<=1kb)",11,22843598,22851382,7785,2,"258010",412,"ENSG00000198168","SVIP","small VCP/p97-interacting protein"
+"chr6",163147974,163148242,269,"*","Promoter (<=1kb)",6,163148164,163736524,588361,1,"135138",0,"ENSG00000112530","PACRG","PARK2 co-regulated"
+"chr16",5122037,5122237,201,"*","5' UTR",16,5094123,5116146,22024,2,"146556",-5891,"ENSG00000153446","C16orf89","chromosome 16 open reading frame 89"
+"chr16",21964237,21964364,128,"*","Promoter (<=1kb)",16,21964609,21994668,30060,1,"7385",-245,"ENSG00000140740","UQCRC2","ubiquinol-cytochrome c reductase core protein II"
+"chr3",88030644,88031000,357,"*","Promoter (<=1kb)",3,88031726,88042919,11194,1,"3355",-726,"ENSG00000179097","HTR1F","5-hydroxytryptamine receptor 1F"
+"chr1",218458543,218458566,24,"*","Promoter (<=1kb)",1,218458629,218511325,52697,1,"51018",-63,"ENSG00000067533","RRP15","ribosomal RNA processing 15 homolog"
+"chr6",56818361,56818431,71,"*","Promoter (<=1kb)",6,56322785,56819426,496642,2,"667",995,"ENSG00000151914","DST","dystonin"
+"chrX",99662602,99662884,283,"*","Promoter (2-3kb)",23,99546642,99665271,118630,2,"57526",2387,"ENSG00000165194","PCDH19","protocadherin 19"
+"chr16",30394484,30394664,181,"*","Promoter (<=1kb)",16,30389454,30394171,4718,2,"1731",-313,"ENSG00000180096","SEPT1","septin 1"
+"chr6",82462394,82462400,7,"*","Promoter (<=1kb)",6,82455447,82462428,6982,2,"55603",28,"ENSG00000112773","FAM46A","family with sequence similarity 46 member A"
+"chr2",71268532,71268832,301,"*","Distal Intergenic",2,71251205,71257060,5856,1,"79315",17327,"ENSG00000205847","OR7E91P","olfactory receptor family 7 subfamily E member 91 pseudogene"
+"chr2",176961907,176962172,266,"*","Promoter (2-3kb)",2,176964530,176965488,959,1,"3238",-2358,"ENSG00000170178","HOXD12","homeobox D12"
+"chr15",68851337,68851418,82,"*","Distal Intergenic",15,68871308,69020144,148837,1,"10391",-19890,"ENSG00000103647","CORO2B","coronin 2B"
+"chr6",170238466,170238587,122,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-39545,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
+"chr4",58029717,58029914,198,"*","Intron (uc003hco.3/255130, intron 1 of 4)",4,57897237,57976551,79315,2,"3490",-53166,"ENSG00000163453","IGFBP7","insulin like growth factor binding protein 7"
+"chr16",1374937,1375145,209,"*","3' UTR",16,1383606,1399442,15837,1,"8938",-8461,"ENSG00000007516","BAIAP3","BAI1 associated protein 3"
+"chr16",2502146,2502163,18,"*","Intron (uc002cqd.1/899, intron 13 of 16)",16,2510115,2514964,4850,1,"80178",-7952,"ENSG00000162062","C16orf59","chromosome 16 open reading frame 59"
+"chr16",4902850,4903006,157,"*","5' UTR",16,4853204,4897303,44100,2,"84656",-5547,"ENSG00000140632","GLYR1","glyoxylate reductase 1 homolog (Arabidopsis)"
+"chr3",147129136,147129213,78,"*","Promoter (1-2kb)",3,147127181,147134506,7326,1,"7545",1955,"ENSG00000152977","ZIC1","Zic family member 1"
+"chrX",77914067,77914149,83,"*","Promoter (<=1kb)",23,77911566,77914825,3260,2,"203430",676,"ENSG00000179300","ZCCHC5","zinc finger CCHC-type containing 5"
+"chr19",1494978,1495162,185,"*","Intron (uc010xgp.2/92840, intron 1 of 2)",19,1491165,1497924,6760,1,"92840",3813,"ENSG00000115255","REEP6","receptor accessory protein 6"
+"chr7",2105870,2106029,160,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1855428,2272583,417156,2,"8379",166554,"ENSG00000002822","MAD1L1","MAD1 mitotic arrest deficient-like 1 (yeast)"
+"chr16",2083080,2083120,41,"*","Intron (uc002coi.3/9351, intron 2 of 6)",16,2076869,2089027,12159,1,"9351",6211,"ENSG00000065054","SLC9A3R2","SLC9A3 regulator 2"
+"chr15",40331323,40331369,47,"*","Promoter (<=1kb)",15,40327891,40331389,3499,2,"6727",20,"ENSG00000140319","SRP14","signal recognition particle 14kDa"
+"chr1",182808943,182809277,335,"*","Promoter (<=1kb)",1,182808439,182857117,48679,1,"1660",504,"ENSG00000135829","DHX9","DEAH-box helicase 9"
+"chr16",685737,686222,486,"*","Promoter (<=1kb)",16,684429,686347,1919,2,"84326",125,"ENSG00000130731","C16orf13","chromosome 16 open reading frame 13"
+"chr6",32827202,32827216,15,"*","Exon (uc003sga.3/5698, exon 6 of 6)",6,32605183,32614839,9657,1,"3117",222019,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr17",78898214,78898369,156,"*","Intron (uc002jyt.1/57521, intron 23 of 33)",17,78965641,78973933,8293,1,"79643",-67272,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr5",177740069,177740106,38,"*","Intron (uc021yiy.1/91522, intron 27 of 28)",5,177635540,177659803,24264,2,"85007",-80266,"ENSG00000175309","PHYKPL","5-phosphohydroxy-L-lysine phospho-lyase"
+"chr18",77512339,77512404,66,"*","Intron (uc002lnh.2/9150, intron 12 of 12)",18,77439801,77514510,74710,1,"9150",72538,"ENSG00000060069","CTDP1","CTD phosphatase subunit 1"
+"chr1",21995880,21995967,88,"*","Promoter (<=1kb)",1,21922708,21995856,73149,2,"5909",-24,"ENSG00000076864","RAP1GAP","RAP1 GTPase activating protein"
+"chr17",48070843,48071254,412,"*","Promoter (1-2kb)",17,48067369,48072588,5220,2,"1747",1334,"ENSG00000064195","DLX3","distal-less homeobox 3"
+"chr4",2944178,2944550,373,"*","Intron (uc003gge.1/317648, intron 4 of 4)",4,2936626,2963465,26840,1,"317648",7552,"ENSG00000249673","NOP14-AS1","NOP14 antisense RNA 1"
+"chr10",45675585,45675680,96,"*","Intron (uc001jcb.1/338579, intron 8 of 8)",10,45659462,45659536,75,1,"100422988",16123,"ENSG00000263476","MIR3156-1","microRNA 3156-1"
+"chr12",115135090,115135121,32,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-13121,"ENSG00000135111","TBX3","T-box 3"
+"chr2",173330294,173330347,54,"*","5' UTR",2,173292082,173371181,79100,1,"3655",38212,"ENSG00000091409","ITGA6","integrin subunit alpha 6"
+"chr22",25960664,25961141,478,"*","Promoter (<=1kb)",22,25960861,26125258,164398,1,"157",0,"ENSG00000100077","ADRBK2","adrenergic, beta, receptor kinase 2"
+"chr6",38092182,38092392,211,"*","Intron (uc003onx.3/60685, intron 5 of 5)",6,37787307,38122399,335093,1,"60685",304875,"ENSG00000156639","ZFAND3","zinc finger AN1-type containing 3"
+"chr11",20618964,20619158,195,"*","Promoter (1-2kb)",11,20620946,20676610,55665,1,"9152",-1788,"ENSG00000165970","SLC6A5","solute carrier family 6 member 5"
+"chr17",74467780,74467924,145,"*","3' UTR",17,74449433,74466199,16767,1,"15",18347,"ENSG00000129673","AANAT","aralkylamine N-acetyltransferase"
+"chr2",176981064,176981280,217,"*","Promoter (<=1kb)",2,176981492,176984670,3179,1,"3236",-212,"ENSG00000128710","HOXD10","homeobox D10"
+"chr7",129250939,129251173,235,"*","Promoter (<=1kb)",7,129251555,129396922,145368,1,"4899",-382,"ENSG00000106459","NRF1","nuclear respiratory factor 1"
+"chr1",63792815,63793270,456,"*","Distal Intergenic",1,63788730,63790797,2068,1,"27022",4085,"ENSG00000187140","FOXD3","forkhead box D3"
+"chr20",4128750,4129073,324,"*","Promoter (<=1kb)",20,4129426,4168394,38969,1,"54498",-353,"ENSG00000088826","SMOX","spermine oxidase"
+"chr4",2814016,2814074,59,"*","5' UTR",4,2794750,2842823,48074,1,"6452",19266,"ENSG00000087266","SH3BP2","SH3-domain binding protein 2"
+"chr6",168549794,168549880,87,"*","Distal Intergenic",6,168456464,168479857,23394,2,"79981",-69937,"ENSG00000153303","FRMD1","FERM domain containing 1"
+"chr1",207226369,207226419,51,"*","Promoter (<=1kb)",1,207217194,207226325,9132,2,"55432",-44,"ENSG00000180667","YOD1","YOD1 deubiquitinase"
+"chr11",89391431,89391841,411,"*","Promoter (<=1kb)",11,89392465,89431886,39422,1,"219595",-624,"ENSG00000086205","FOLH1B","folate hydrolase 1B"
+"chr16",8891458,8891554,97,"*","Promoter (<=1kb)",16,8889037,8891505,2469,2,"25880",0,"ENSG00000184857","TMEM186","transmembrane protein 186"
+"chr22",38203629,38203669,41,"*","Promoter (<=1kb)",22,38203912,38213183,9272,1,"23464",-243,"ENSG00000100116","GCAT","glycine C-acetyltransferase"
+"chr16",67696047,67696090,44,"*","Promoter (1-2kb)",16,67694851,67696681,1831,1,"50855",1196,"ENSG00000102981","PARD6A","par-6 family cell polarity regulator alpha"
+"chr17",73717164,73717552,389,"*","Promoter (<=1kb)",17,73717516,73753899,36384,1,"3691",0,"ENSG00000132470","ITGB4","integrin subunit beta 4"
+"chr6",31510407,31510491,85,"*","Intron (uc003ntv.3/100532737, intron 11 of 12)",6,32485154,32557613,72460,2,"3127",1047122,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr13",28491492,28491590,99,"*","Promoter (2-3kb)",13,28494168,28500451,6284,1,"3651",-2578,"ENSG00000139515","PDX1","pancreatic and duodenal homeobox 1"
+"chr19",3381432,3381478,47,"*","Intron (uc002lxo.3/4782, intron 1 of 10)",19,3359561,3469215,109655,1,"4782",21871,"ENSG00000141905","NFIC","nuclear factor I/C (CCAAT-binding transcription factor)"
+"chr10",14995957,14996031,75,"*","5' UTR",10,15001438,15014850,13413,1,"644890",-5407,"ENSG00000197889","MEIG1","meiosis/spermiogenesis associated 1"
+"chr12",130908965,130909093,129,"*","Intron (uc001uil.2/23504, intron 7 of 18)",12,130822433,130856877,34445,1,"9271",86532,"ENSG00000125207","PIWIL1","piwi-like RNA-mediated gene silencing 1"
+"chr2",30669597,30669711,115,"*","Promoter (<=1kb)",2,30670123,30867091,196969,1,"253558",-412,"ENSG00000172954","LCLAT1","lysocardiolipin acyltransferase 1"
+"chr19",40696565,40697059,495,"*","Promoter (<=1kb)",19,40697651,40721482,23832,1,"4294",-592,"ENSG00000130758","MAP3K10","mitogen-activated protein kinase kinase kinase 10"
+"chr20",60795362,60795457,96,"*","Promoter (<=1kb)",20,60790017,60795323,5307,2,"11255",-39,"ENSG00000101180","HRH3","histamine receptor H3"
+"chr6",22644034,22644085,52,"*","Distal Intergenic",6,22569678,22570750,1073,1,"154150",74356,"ENSG00000112273","HDGFL1","hepatoma derived growth factor-like 1"
+"chrX",146993722,146993730,9,"*","Promoter (<=1kb)",23,146993469,147032647,39179,1,"2332",253,"ENSG00000102081","FMR1","fragile X mental retardation 1"
+"chr2",219841134,219841474,341,"*","Promoter (<=1kb)",2,219841006,219842644,1639,1,"151300",128,NA,"LINC00608","long intergenic non-protein coding RNA 608"
+"chr19",39694783,39694993,211,"*","Promoter (<=1kb)",19,39693562,39694906,1345,2,"342898",0,"ENSG00000179751","SYCN","syncollin"
+"chr5",146889265,146889275,11,"*","Promoter (<=1kb)",5,146770371,146889619,119249,2,"1809",344,"ENSG00000113657","DPYSL3","dihydropyrimidinase like 3"
+"chr3",66022776,66023109,334,"*","Promoter (1-2kb)",3,65339906,66024509,684604,2,"9223",1400,"ENSG00000151276","MAGI1","membrane associated guanylate kinase, WW and PDZ domain containing 1"
+"chr8",144965764,144965788,25,"*","Distal Intergenic",8,144939912,144947434,7523,2,"83481",-18330,"ENSG00000261150","EPPK1","epiplakin 1"
+"chr2",210867635,210867743,109,"*","Promoter (<=1kb)",2,210867289,210886984,19696,1,"6120",346,"ENSG00000197713","RPE","ribulose-5-phosphate-3-epimerase"
+"chr9",135333030,135333467,438,"*","Intron (uc004cbn.3/389799, intron 1 of 6)",9,135285611,135448675,163065,1,"389799",47419,"ENSG00000188523","CFAP77","cilia and flagella associated protein 77"
+"chr12",113515332,113515391,60,"*","Exon (uc001tuk.1/1840, exon 2 of 9)",12,113495662,113535833,40172,1,"1840",19670,"ENSG00000135144","DTX1","deltex 1"
+"chr6",163148762,163148777,16,"*","Promoter (<=1kb)",6,161768590,163148834,1380245,2,"5071",57,"ENSG00000185345","PARK2","parkin RBR E3 ubiquitin protein ligase"
+"chrX",100673192,100673417,226,"*","Distal Intergenic",23,100663121,100669128,6008,1,"3188",10071,"ENSG00000126945","HNRNPH2","heterogeneous nuclear ribonucleoprotein H2 (H')"
+"chr1",167488800,167489111,312,"*","Promoter (<=1kb)",1,167399877,167487847,87971,2,"919",-953,"ENSG00000198821","CD247","CD247 molecule"
+"chr6",32818150,32818212,63,"*","Exon (uc011dqi.2/6890, exon 5 of 11)",6,32605183,32614839,9657,1,"3117",212967,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr8",75262557,75262575,19,"*","Promoter (<=1kb)",8,75262618,75279335,16718,1,"54332",-43,"ENSG00000104381","GDAP1","ganglioside induced differentiation associated protein 1"
+"chr20",24784136,24784168,33,"*","Distal Intergenic",20,24929866,24940564,10699,1,"8530",-145698,"ENSG00000077984","CST7","cystatin F"
+"chr15",53075877,53076140,264,"*","Intron (uc002aci.2/3175, intron 1 of 1)",15,53049160,53082209,33050,2,"3175",6069,"ENSG00000169856","ONECUT1","one cut homeobox 1"
+"chr1",36549671,36549678,8,"*","Promoter (<=1kb)",1,36549676,36553876,4201,1,"27285",0,"ENSG00000092850","TEKT2","tektin 2"
+"chr16",11327093,11327322,230,"*","Distal Intergenic",16,11343506,11445617,102112,1,"116028",-16184,"ENSG00000175643","RMI2","RecQ mediated genome instability 2"
+"chr3",191048411,191048753,343,"*","Promoter (<=1kb)",3,190984944,191048325,63382,2,"257313",-86,"ENSG00000188958","UTS2B","urotensin 2B"
+"chr1",32253858,32254033,176,"*","Downstream (1-2kb)",1,32192718,32229648,36931,2,"576",-24210,"ENSG00000121753","ADGRB2","adhesion G protein-coupled receptor B2"
+"chr10",28288192,28288669,478,"*","Promoter (<=1kb)",10,28101097,28287977,186881,2,"55130",-215,"ENSG00000169126","ARMC4","armadillo repeat containing 4"
+"chr15",43622840,43622898,59,"*","Promoter (<=1kb)",15,43622872,43646096,23225,1,"161823",0,"ENSG00000168803","ADAL","adenosine deaminase-like"
+"chr21",45937201,45937358,158,"*","Promoter (<=1kb)",21,45937098,45938860,1763,1,"114043",103,NA,"TSPEAR-AS2","TSPEAR antisense RNA 2"
+"chr15",68155825,68155977,153,"*","Distal Intergenic",15,68112042,68126174,14133,1,"390598",43783,"ENSG00000188779","SKOR1","SKI family transcriptional corepressor 1"
+"chr6",30521111,30521181,71,"*","Exon (uc011dmi.2/2794, exon 5 of 10)",6,32485154,32557613,72460,2,"3127",2036432,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",27164237,27164661,425,"*","Promoter (1-2kb)",7,27145809,27166639,20831,2,"3200",1978,"ENSG00000105997","HOXA3","homeobox A3"
+"chr5",314505,314510,6,"*","Intron (uc003jat.1/10016, intron 5 of 5)",5,304292,438405,134114,1,"57491",10213,"ENSG00000063438","AHRR","aryl-hydrocarbon receptor repressor"
+"chr16",29756951,29757270,320,"*","Promoter (<=1kb)",16,29753786,29757340,3555,2,"283897",70,"ENSG00000185905","C16orf54","chromosome 16 open reading frame 54"
+"chr3",111450718,111451090,373,"*","Promoter (<=1kb)",3,111451327,111695364,244038,1,"90102",-237,"ENSG00000144824","PHLDB2","pleckstrin homology like domain family B member 2"
+"chr7",16922326,16922421,96,"*","Promoter (<=1kb)",7,16899030,16921613,22584,2,"155465",-713,"ENSG00000173467","AGR3","anterior gradient 3, protein disulphide isomerase family member"
+"chr16",28074388,28074414,27,"*","Promoter (<=1kb)",16,27798850,28074830,275981,2,"146395",416,"ENSG00000169181","GSG1L","GSG1-like"
+"chr19",40368363,40368782,420,"*","Exon (uc002omp.4/8857, exon 28 of 36)",19,40325093,40337054,11962,2,"2091",-31309,"ENSG00000105202","FBL","fibrillarin"
+"chr1",156391125,156391310,186,"*","Promoter (<=1kb)",1,156390133,156390221,89,2,"407046",-904,NA,"MIR9-1","microRNA 9-1"
+"chr16",49525091,49525225,135,"*","3' UTR",16,49407808,49433319,25512,1,"123970",117283,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
+"chr10",75541506,75541558,53,"*","Promoter (<=1kb)",10,75541808,75543406,1599,1,"118487",-250,"ENSG00000172586","CHCHD1","coiled-coil-helix-coiled-coil-helix domain containing 1"
+"chr1",117491857,117491918,62,"*","Exon (uc001egv.1/5738, exon 4 of 9)",1,117452689,117532972,80284,1,"5738",39168,"ENSG00000134247","PTGFRN","prostaglandin F2 receptor inhibitor"
+"chr5",55291124,55291388,265,"*","Promoter (<=1kb)",5,55290995,55299475,8481,1,"441072",129,"ENSG00000227908","FLJ31104","uncharacterized LOC441072"
+"chr10",65930548,65930570,23,"*","Distal Intergenic",10,65281123,65384883,103761,1,"221035",649425,"ENSG00000165476","REEP3","receptor accessory protein 3"
+"chr9",93404929,93405086,158,"*","Promoter (<=1kb)",9,93372114,93405108,32995,2,"54769",22,"ENSG00000165023","DIRAS2","DIRAS family GTP binding RAS like 2"
+"chr1",17766186,17766190,5,"*","Promoter (<=1kb)",1,17733251,17766250,33000,2,"55920",60,"ENSG00000179051","RCC2","regulator of chromosome condensation 2"
+"chr11",1775039,1775244,206,"*","Exon (uc001luc.2/1509, exon 7 of 9)",11,1753640,1771824,18185,2,"402778",-3215,"ENSG00000244242","IFITM10","interferon induced transmembrane protein 10"
+"chr3",155838351,155838625,275,"*","Promoter (<=1kb)",3,155838337,156256927,418591,1,"7881",14,"ENSG00000169282","KCNAB1","potassium voltage-gated channel subfamily A member regulatory beta subunit 1"
+"chr15",100516532,100516563,32,"*","Intron (uc002bvv.1/170691, intron 2 of 21)",15,100330361,100347132,16772,2,"196968",-169400,"ENSG00000182397","DNM1P46","dynamin 1 pseudogene 46"
+"chr17",998432,998504,73,"*","Intron (uc002fsg.4/29, intron 20 of 21)",17,925716,925799,84,2,"100422835",-72633,"ENSG00000264429","MIR3183","microRNA 3183"
+"chr6",25732105,25732239,135,"*","Promoter (<=1kb)",6,25732661,25733089,429,1,"387319",-422,NA,"HIST1H2APS1","histone cluster 1, H2a, pseudogene 1"
+"chr16",51168485,51168503,19,"*","Downstream (1-2kb)",16,51169886,51185183,15298,2,"6299",16680,"ENSG00000103449","SALL1","spalt-like transcription factor 1"
+"chr5",36151277,36151301,25,"*","Promoter (<=1kb)",5,36103414,36152015,48602,2,"92255",714,"ENSG00000164187","LMBRD2","LMBR1 domain containing 2"
+"chr3",170075398,170075404,7,"*","Promoter (<=1kb)",3,170075473,170114637,39165,1,"6498",-69,"ENSG00000136603","SKIL","SKI-like proto-oncogene"
+"chr5",133861746,133861746,1,"*","Promoter (1-2kb)",5,133860066,133918918,58853,1,"23338",1680,"ENSG00000043143","JADE2","jade family PHD finger 2"
+"chr2",242089897,242090216,320,"*","Promoter (<=1kb)",2,242045514,242089394,43881,2,"23178",-503,"ENSG00000115687","PASK","PAS domain containing serine/threonine kinase"
+"chr16",18573498,18573511,14,"*","Promoter (<=1kb)",16,18511182,18573434,62253,2,"283820",-64,"ENSG00000185164","NOMO2","NODAL modulator 2"
+"chr16",84065247,84065271,25,"*","Intron (uc002fhg.1/146167, intron 6 of 9)",16,84043389,84075762,32374,2,"146167",10491,"ENSG00000166558","SLC38A8","solute carrier family 38 member 8"
+"chr7",2559425,2559692,268,"*","5' UTR",7,2566708,2566786,79,1,"100616116",-7016,"ENSG00000264357","MIR4648","microRNA 4648"
+"chr12",54943009,54943102,94,"*","Promoter (<=1kb)",12,54943177,54973023,29847,1,"5153",-75,"ENSG00000123360","PDE1B","phosphodiesterase 1B"
+"chr19",58193221,58193275,55,"*","Promoter (<=1kb)",19,58193337,58269527,76191,1,"284309",-62,"ENSG00000152443","ZNF776","zinc finger protein 776"
+"chr20",3801033,3801058,26,"*","Promoter (<=1kb)",20,3801171,3805954,4784,1,"55317",-113,"ENSG00000125843","AP5S1","adaptor related protein complex 5 sigma 1 subunit"
+"chr4",6380703,6380812,110,"*","Intron (uc003gja.3/5522, intron 7 of 8)",4,6271577,6304992,33416,1,"7466",109126,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
+"chr8",90996956,90997008,53,"*","Promoter (<=1kb)",8,90945564,90996899,51336,2,"4683",-57,"ENSG00000104320","NBN","nibrin"
+"chr1",30179817,30179877,61,"*","Distal Intergenic",1,29563028,29653325,90298,1,"10076",616789,"ENSG00000060656","PTPRU","protein tyrosine phosphatase, receptor type U"
+"chr22",31742478,31742480,3,"*","Promoter (<=1kb)",22,31721790,31742249,20460,2,"23598",-229,"ENSG00000100105","PATZ1","POZ/BTB and AT hook containing zinc finger 1"
+"chr2",72079498,72079609,112,"*","Distal Intergenic",2,72356367,72374991,18625,2,"56603",295382,"ENSG00000003137","CYP26B1","cytochrome P450 family 26 subfamily B member 1"
+"chr1",154474480,154474482,3,"*","Promoter (<=1kb)",1,154451954,154474526,22573,2,"126669",44,"ENSG00000169291","SHE","Src homology 2 domain containing E"
+"chr3",98243099,98243118,20,"*","Promoter (1-2kb)",3,98225321,98241910,16590,2,"56650",-1189,"ENSG00000080822","CLDND1","claudin domain containing 1"
+"chr7",157259973,157260141,169,"*","Distal Intergenic",7,157367028,157367114,87,2,"406945",106973,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr9",6413804,6414096,293,"*","Promoter (<=1kb)",9,6413151,6507051,93901,1,"115426",653,"ENSG00000147854","UHRF2","ubiquitin like with PHD and ring finger domains 2"
+"chr6",25930846,25930895,50,"*","Promoter (<=1kb)",6,25912984,25930946,17963,2,"10246",51,"ENSG00000112337","SLC17A2","solute carrier family 17 member 2"
+"chr1",247587330,247587794,465,"*","Exon (uc001icr.3/114548, exon 5 of 11)",1,247579458,247612406,32949,1,"114548",7872,"ENSG00000162711","NLRP3","NLR family, pyrin domain containing 3"
+"chr19",11266458,11266493,36,"*","Promoter (<=1kb)",19,11257831,11266484,8654,2,"147841",0,"ENSG00000161888","SPC24","SPC24, NDC80 kinetochore complex component"
+"chr2",3680247,3680421,175,"*","Intron (uc002qxz.4/78989, intron 4 of 7)",2,3705786,3750260,44475,1,"55821",-25365,"ENSG00000151360","ALLC","allantoicase"
+"chr2",220300061,220300242,182,"*","Promoter (<=1kb)",2,220299700,220358354,58655,1,"10290",361,"ENSG00000072195","SPEG","SPEG complex locus"
+"chr3",11314115,11314335,221,"*","Promoter (<=1kb)",3,11314010,11599139,285130,1,"10533",105,"ENSG00000197548","ATG7","autophagy related 7"
+"chr17",46894246,46894463,218,"*","Promoter (<=1kb)",17,46839593,46894469,54877,2,"284076",6,"ENSG00000170703","TTLL6","tubulin tyrosine ligase like 6"
+"chr12",49504643,49504719,77,"*","Promoter (<=1kb)",12,49490923,49504680,13758,2,"55716",0,"ENSG00000139636","LMBR1L","limb development membrane protein 1 like"
+"chr12",110011396,110011404,9,"*","Promoter (<=1kb)",12,109991521,110011358,19838,2,"326625",-38,"ENSG00000139428","MMAB","methylmalonic aciduria (cobalamin deficiency) cblB type"
+"chr14",105287379,105287408,30,"*","Promoter (<=1kb)",14,105287538,105290055,2518,1,"196872",-130,"ENSG00000258701","LINC00638","long intergenic non-protein coding RNA 638"
+"chr15",48413054,48413218,165,"*","Promoter (<=1kb)",15,48413169,48434589,21421,1,"283652",0,"ENSG00000188467","SLC24A5","solute carrier family 24 member 5"
+"chr1",1677539,1677541,3,"*","Promoter (<=1kb)",1,1590988,1677438,86451,2,"728661",-101,"ENSG00000189339","SLC35E2B","solute carrier family 35 member E2B"
+"chr4",71587640,71587674,35,"*","Intron (uc003hfp.4/22902, intron 1 of 11)",4,71570654,71674336,103683,1,"22902",16986,"ENSG00000018189","RUFY3","RUN and FYVE domain containing 3"
+"chr11",130078188,130078492,305,"*","Exon (uc001qfw.3/6768, exon 17 of 19)",11,130029682,130080257,50576,1,"6768",48506,"ENSG00000149418","ST14","suppression of tumorigenicity 14"
+"chr12",2762684,2762689,6,"*","Intron (uc001qjz.2/775, intron 32 of 46)",12,2785167,2800323,15157,2,"100652846",37634,"ENSG00000246627","CACNA1C-AS1","CACNA1C antisense RNA 1"
+"chr2",219263965,219264229,265,"*","Promoter (<=1kb)",2,219263061,219270664,7604,1,"58190",904,"ENSG00000144579","CTDSP1","CTD small phosphatase 1"
+"chr4",6675628,6675632,5,"*","Promoter (<=1kb)",4,6675821,6677774,1954,1,"93622",-189,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
+"chr19",56879207,56879214,8,"*","Promoter (<=1kb)",19,56879468,56891196,11729,1,"147947",-254,"ENSG00000240225","ZNF542P","zinc finger protein 542, pseudogene"
+"chr20",62165721,62166207,487,"*","Promoter (2-3kb)",20,62159776,62168723,8948,2,"5753",2516,"ENSG00000101213","PTK6","protein tyrosine kinase 6"
+"chr8",8085844,8085946,103,"*","Promoter (<=1kb)",8,8086092,8102387,16296,1,"286042",-146,"ENSG00000173295","FAM86B3P","family with sequence similarity 86, member A pseudogene"
+"chr19",53445297,53445693,397,"*","Promoter (<=1kb)",19,53430388,53445847,15460,2,"399669",154,"ENSG00000213801","ZNF321P","zinc finger protein 321, pseudogene"
+"chr7",100845599,100845801,203,"*","Promoter (1-2kb)",7,100839013,100844302,5290,2,"346606",-1297,"ENSG00000106384","MOGAT3","monoacylglycerol O-acyltransferase 3"
+"chr4",57774358,57774669,312,"*","Promoter (<=1kb)",4,57774042,57832976,58935,1,"5978",316,"ENSG00000084093","REST","RE1 silencing transcription factor"
+"chr11",33182739,33182751,13,"*","Promoter (<=1kb)",11,33106130,33183037,76908,2,"1479",286,"ENSG00000176102","CSTF3","cleavage stimulation factor, 3' pre-RNA, subunit 3"
+"chr16",1265148,1265487,340,"*","Exon (uc002cks.3/8912, exon 29 of 35)",16,1271651,1275254,3604,2,"25823",9767,"ENSG00000116176","TPSG1","tryptase gamma 1"
+"chr11",69931461,69931467,7,"*","Intron (uc001opj.3/55107, intron 1 of 25)",11,69924408,70035652,111245,1,"55107",7053,"ENSG00000131620","ANO1","anoctamin 1"
+"chr20",34287034,34287185,152,"*","Promoter (<=1kb)",20,34287232,34288902,1671,1,"140823",-47,"ENSG00000125995","ROMO1","reactive oxygen species modulator 1"
+"chr16",4731718,4731773,56,"*","Exon (uc002cwz.3/23295, exon 13 of 17)",16,4743694,4745860,2167,1,"84309",-11921,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
+"chr10",81652773,81652948,176,"*","Distal Intergenic",10,81664654,81691574,26921,1,"100288974",-11706,"ENSG00000242600","BMS1P21","BMS1, ribosome biogenesis factor pseudogene 21"
+"chr4",190567275,190567721,447,"*","Distal Intergenic",4,190861974,190884359,22386,1,"2483",-294253,"ENSG00000109536","FRG1","FSHD region gene 1"
+"chr3",173116094,173116113,20,"*","Promoter (<=1kb)",3,173116244,174001116,884873,1,"22871",-131,"ENSG00000169760","NLGN1","neuroligin 1"
+"chr4",147443742,147443996,255,"*","Promoter (<=1kb)",4,147175137,147443123,267987,2,"84068",-619,"ENSG00000120519","SLC10A7","solute carrier family 10 member 7"
+"chr1",153332924,153333350,427,"*","Promoter (2-3kb)",1,153330330,153333503,3174,1,"6280",2594,"ENSG00000163220","S100A9","S100 calcium binding protein A9"
+"chr12",53901357,53901441,85,"*","Promoter (<=1kb)",12,53900474,53901422,949,2,"8620",0,"ENSG00000139574","NPFF","neuropeptide FF-amide peptide precursor"
+"chr15",79357037,79357112,76,"*","Intron (uc002bep.3/5923, intron 26 of 26)",15,79252289,79383215,130927,2,"5923",26103,"ENSG00000058335","RASGRF1","Ras protein specific guanine nucleotide releasing factor 1"
+"chr20",48807332,48807386,55,"*","Promoter (<=1kb)",20,48807120,48809227,2108,1,"1051",212,"ENSG00000172216","CEBPB","CCAAT/enhancer binding protein beta"
+"chr8",25906106,25906243,138,"*","Intron (uc003xek.3/5520, intron 7 of 10)",8,25699246,25902640,203395,2,"64641",-3466,"ENSG00000221818","EBF2","early B-cell factor 2"
+"chr12",14412687,14413090,404,"*","Distal Intergenic",12,14518611,14651697,133087,1,"55729",-105521,"ENSG00000171681","ATF7IP","activating transcription factor 7 interacting protein"
+"chr16",20975864,20976025,162,"*","Exon (uc010vbd.2/55567, exon 6 of 15)",16,20791515,20911561,120047,2,"112479",-64303,"ENSG00000196678","ERI2","ERI1 exoribonuclease family member 2"
+"chr6",32023409,32023527,119,"*","Intron (uc003nzl.2/7148, intron 20 of 43)",6,32485154,32557613,72460,2,"3127",534086,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr3",62305285,62305438,154,"*","Promoter (<=1kb)",3,62304711,62319320,14610,1,"57415",574,"ENSG00000114405","C3orf14","chromosome 3 open reading frame 14"
+"chrX",102884585,102884995,411,"*","Promoter (<=1kb)",23,102883648,102885876,2229,1,"9338",937,"ENSG00000172465","TCEAL1","transcription elongation factor A like 1"
+"chr17",7461508,7461590,83,"*","Promoter (<=1kb)",17,7461609,7464925,3317,1,"8741",-19,"ENSG00000161955","TNFSF13","tumor necrosis factor superfamily member 13"
+"chr5",140855421,140855456,36,"*","Promoter (<=1kb)",5,140855569,140892548,36980,1,"5098",-113,"ENSG00000240184","PCDHGC3","protocadherin gamma subfamily C, 3"
+"chr1",39956204,39956370,167,"*","Promoter (<=1kb)",1,39957318,39995541,38224,1,"353500",-948,"ENSG00000183682","BMP8A","bone morphogenetic protein 8a"
+"chr8",145180699,145180933,235,"*","Distal Intergenic",8,145192672,145440828,248157,1,"51236",-11739,"ENSG00000235173","HGH1","HGH1 homolog"
+"chr1",27287034,27287133,100,"*","Promoter (<=1kb)",1,27276047,27286901,10855,2,"126695",-133,"ENSG00000175707","KDF1","keratinocyte differentiation factor 1"
+"chr4",1582133,1582248,116,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",103740,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr8",38008543,38008582,40,"*","Promoter (<=1kb)",8,38000218,38008600,8383,2,"6770",18,"ENSG00000147465","STAR","steroidogenic acute regulatory protein"
+"chr10",30025734,30026015,282,"*","Promoter (<=1kb)",10,29746277,30025864,279588,2,"6840",0,"ENSG00000197321","SVIL","supervillin"
+"chr14",96505569,96505636,68,"*","Promoter (<=1kb)",14,96505661,96560226,54566,1,"56967",-25,NA,"C14orf132","chromosome 14 open reading frame 132"
+"chr15",96904128,96904404,277,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",27638,"ENSG00000222651","MIR1469","microRNA 1469"
+"chr20",45439721,45439757,37,"*","Distal Intergenic",20,45523263,45817492,294230,1,"2139",-83506,"ENSG00000064655","EYA2","EYA transcriptional coactivator and phosphatase 2"
+"chr6",29984107,29984241,135,"*","Intron (uc011dme.2/80862, intron 1 of 5)",6,28471073,28483570,12498,2,"257202",-1500537,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",56696919,56697040,122,"*","Distal Intergenic",16,56700653,56701977,1325,2,"4495",4937,"ENSG00000125144","MT1G","metallothionein 1G"
+"chr4",2794616,2794637,22,"*","Promoter (<=1kb)",4,2794750,2842823,48074,1,"6452",-113,"ENSG00000087266","SH3BP2","SH3-domain binding protein 2"
+"chr6",33181517,33181816,300,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",366254,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr6",31126775,31126784,10,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1430829,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr11",46867110,46867314,205,"*","Promoter (<=1kb)",11,46765084,46867859,102776,2,"9793",545,"ENSG00000175216","CKAP5","cytoskeleton associated protein 5"
+"chr10",52833444,52833562,119,"*","Intron (uc010qhp.2/5592, intron 1 of 2)",10,52750911,54058110,1307200,1,"5592",82533,"ENSG00000185532","PRKG1","protein kinase, cGMP-dependent, type I"
+"chr16",25026713,25026718,6,"*","Promoter (<=1kb)",16,24930712,25026675,95964,2,"55114",-38,"ENSG00000140750","ARHGAP17","Rho GTPase activating protein 17"
+"chr6",105628027,105628044,18,"*","Promoter (<=1kb)",6,105605775,105627858,22084,2,"64208",-169,"ENSG00000132429","POPDC3","popeye domain containing 3"
+"chr11",115860906,115860938,33,"*","Distal Intergenic",11,115626051,115631345,5295,2,"283143",-229561,NA,"LINC00900","long intergenic non-protein coding RNA 900"
+"chr16",66959235,66959402,168,"*","Promoter (<=1kb)",16,66955582,66959439,3858,2,"6236",37,"ENSG00000166592","RRAD","Ras-related associated with diabetes"
+"chr9",124991408,124991432,25,"*","Promoter (<=1kb)",9,124964856,124991091,26236,2,"26468",-317,"ENSG00000106852","LHX6","LIM homeobox 6"
+"chr2",236917961,236918346,386,"*","Exon (uc002vvv.3/uc002vvv.3, exon 1 of 1)",2,237074307,237076652,2346,2,"2637",158306,"ENSG00000168505","GBX2","gastrulation brain homeobox 2"
+"chr11",118781150,118781360,211,"*","Promoter (<=1kb)",11,118781417,118781496,80,1,"100616376",-57,"ENSG00000264211","MIR4492","microRNA 4492"
+"chr1",8877622,8877662,41,"*","Promoter (<=1kb)",1,8412464,8877699,465236,2,"473",37,"ENSG00000142599","RERE","arginine-glutamic acid dipeptide (RE) repeats"
+"chr1",10534809,10534838,30,"*","Promoter (<=1kb)",1,10535003,10690815,155813,1,"5195",-165,"ENSG00000142655","PEX14","peroxisomal biogenesis factor 14"
+"chr12",49731189,49731393,205,"*","Promoter (<=1kb)",12,49726200,49730971,4772,2,"338761",-218,"ENSG00000186897","C1QL4","complement component 1, q subcomponent-like 4"
+"chr17",46089788,46089993,206,"*","Distal Intergenic",17,46114527,46114613,87,2,"406943",24620,NA,"MIR152","microRNA 152"
+"chr3",113822406,113822413,8,"*","Distal Intergenic",3,113775582,113807268,31687,1,"79691",46824,"ENSG00000151576","QTRT2","queuine tRNA-ribosyltransferase accessory subunit 2"
+"chr11",133804743,133804886,144,"*","Intron (uc031qfh.1/22997, intron 13 of 19)",11,133778520,133826649,48130,2,"22997",21763,"ENSG00000080854","IGSF9B","immunoglobulin superfamily member 9B"
+"chr11",69199398,69199466,69,"*","Distal Intergenic",11,69061622,69156450,94829,1,"26579",137776,"ENSG00000172927","MYEOV","myeloma overexpressed"
+"chr6",41168924,41169001,78,"*","Promoter (<=1kb)",6,41157552,41168925,11374,2,"79865",0,"ENSG00000112195","TREML2","triggering receptor expressed on myeloid cells like 2"
+"chr4",188916678,188916814,137,"*","Promoter (<=1kb)",4,188916925,188926199,9275,1,"132625",-111,"ENSG00000179059","ZFP42","ZFP42 zinc finger protein"
+"chr15",83951865,83951971,107,"*","Promoter (1-2kb)",15,83924655,83953468,28814,2,"646",1497,"ENSG00000169594","BNC1","basonuclin 1"
+"chr16",88907136,88907370,235,"*","Intron (uc002fly.4/2588, intron 10 of 13)",16,88922628,88927591,4964,1,"51693",-15258,"ENSG00000167515","TRAPPC2L","trafficking protein particle complex 2-like"
+"chr18",77642911,77643212,302,"*","Intron (uc010xfl.2/26251, intron 1 of 1)",18,77623668,77659816,36149,1,"26251",19243,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
+"chrX",101771986,101772051,66,"*","Promoter (<=1kb)",23,101768610,101771699,3090,2,"11013",-287,"ENSG00000158164","TMSB15A","thymosin beta 15a"
+"chr7",130080798,130080915,118,"*","Promoter (<=1kb)",7,130033612,130081051,47440,2,"95681",136,"ENSG00000106477","CEP41","centrosomal protein 41kDa"
+"chr1",59369108,59369261,154,"*","Distal Intergenic",1,59250823,59365384,114562,1,"100131060",118285,"ENSG00000234807","LINC01135","long intergenic non-protein coding RNA 1135"
+"chr12",54359712,54359713,2,"*","Intron (uc009zne.4/100124700, intron 2 of 5)",12,54366910,54370203,3294,1,"3227",-7197,"ENSG00000123388","HOXC11","homeobox C11"
+"chr16",71323367,71323380,14,"*","Promoter (<=1kb)",16,71316203,71323513,7311,2,"55783",133,"ENSG00000180917","CMTR2","cap methyltransferase 2"
+"chr4",2263638,2263672,35,"*","Promoter (<=1kb)",4,2249160,2263739,14580,2,"10608",67,"ENSG00000123933","MXD4","MAX dimerization protein 4"
+"chr5",1222799,1223119,321,"*","Promoter (2-3kb)",5,1225470,1246304,20835,1,"348932",-2351,"ENSG00000164363","SLC6A18","solute carrier family 6 member 18"
+"chr8",145560507,145560718,212,"*","Promoter (<=1kb)",8,145554454,145559943,5490,2,"83482",-564,"ENSG00000261678","SCRT1","scratch family zinc finger 1"
+"chr16",12071382,12071766,385,"*","Promoter (<=1kb)",16,12070602,12668146,597545,1,"92017",780,"ENSG00000048471","SNX29","sorting nexin 29"
+"chr16",30381109,30381255,147,"*","Promoter (<=1kb)",16,30368422,30381522,13101,2,"26000",267,"ENSG00000169221","TBC1D10B","TBC1 domain family member 10B"
+"chr1",203156577,203156716,140,"*","Promoter (<=1kb)",1,203148059,203155922,7864,2,"1116",-655,"ENSG00000133048","CHI3L1","chitinase 3 like 1"
+"chr16",1869043,1869158,116,"*","3' UTR",16,1859104,1877195,18092,2,"3029",8037,"ENSG00000063854","HAGH","hydroxyacylglutathione hydrolase"
+"chr19",6424783,6424942,160,"*","Promoter (<=1kb)",19,6413119,6424822,11704,2,"8570",0,"ENSG00000088247","KHSRP","KH-type splicing regulatory protein"
+"chr16",89674804,89674844,41,"*","Distal Intergenic",16,89679716,89704839,25124,1,"1800",-4872,"ENSG00000015413","DPEP1","dipeptidase 1 (renal)"
+"chr19",43979566,43979739,174,"*","Exon (uc010eit.3/653583, exon 10 of 10)",19,43964946,43969831,4886,2,"27076",-9735,"ENSG00000124466","LYPD3","LY6/PLAUR domain containing 3"
+"chr10",118031654,118031864,211,"*","Promoter (1-2kb)",10,117816442,118033126,216685,2,"2674",1262,"ENSG00000151892","GFRA1","GDNF family receptor alpha 1"
+"chr12",133215533,133215947,415,"*","Exon (uc001ukq.1/5426, exon 2 of 11)",12,133195403,133198972,3570,1,"22953",20130,"ENSG00000187848","P2RX2","purinergic receptor P2X 2"
+"chr20",29551422,29551622,201,"*","Distal Intergenic",20,29611879,29653908,42030,1,"284802",-60257,NA,"FRG1BP","FSHD region gene 1 family member B, pseudogene"
+"chr19",4066963,4066983,21,"*","Promoter (<=1kb)",19,4045216,4066816,21601,2,"51341",-147,"ENSG00000178951","ZBTB7A","zinc finger and BTB domain containing 7A"
+"chr16",29857049,29857167,119,"*","Intron (uc002dui.3/9961, intron 11 of 14)",16,29869678,29874578,4901,2,"10423",17411,"ENSG00000103502","CDIPT","CDP-diacylglycerol--inositol 3-phosphatidyltransferase"
+"chr1",156616506,156616512,7,"*","Intron (uc001fpo.3/63827, intron 2 of 7)",1,156611740,156629324,17585,1,"63827",4766,"ENSG00000132692","BCAN","brevican"
+"chr21",46045994,46046183,190,"*","Promoter (<=1kb)",21,46047040,46048295,1256,1,"386676",-857,"ENSG00000221837","KRTAP10-9","keratin associated protein 10-9"
+"chr16",17107562,17107720,159,"*","Distal Intergenic",16,17196181,17564738,368558,2,"64131",457018,"ENSG00000103489","XYLT1","xylosyltransferase I"
+"chr12",34319740,34319822,83,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",144524,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
+"chr13",49001192,49001303,112,"*","Intron (uc001vcb.3/5925, intron 17 of 26)",13,48963707,49018840,55134,2,"10161",17537,"ENSG00000139679","LPAR6","lysophosphatidic acid receptor 6"
+"chr7",156409738,156409788,51,"*","Distal Intergenic",7,156431060,156433348,2289,2,"129790",23560,"ENSG00000182648","C7orf13","chromosome 7 open reading frame 13"
+"chr18",77552354,77552568,215,"*","Distal Intergenic",18,77623668,77659816,36149,1,"26251",-71100,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
+"chr12",4647880,4647961,82,"*","Promoter (<=1kb)",12,4647950,4669213,21264,1,"10635",0,"ENSG00000111247","RAD51AP1","RAD51 associated protein 1"
+"chr12",13044353,13044489,137,"*","Promoter (<=1kb)",12,13043956,13066600,22645,1,"9052",397,"ENSG00000013588","GPRC5A","G protein-coupled receptor class C group 5 member A"
+"chr4",13486251,13486450,200,"*","Promoter (<=1kb)",4,13369347,13485989,116643,2,"9364",-262,"ENSG00000157869","RAB28","RAB28, member RAS oncogene family"
+"chr5",177026869,177026906,38,"*","Promoter (<=1kb)",5,177027119,177037346,10228,1,"11285",-213,"ENSG00000027847","B4GALT7","xylosylprotein beta 1,4-galactosyltransferase, polypeptide 7"
+"chr4",17516445,17516502,58,"*","Promoter (<=1kb)",4,17516788,17528727,11940,1,"645104",-286,"ENSG00000249581","CLRN2","clarin 2"
+"chr6",30434525,30434552,28,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1950955,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr5",131310413,131310623,211,"*","Exon (uc003kvv.2/23305, exon 10 of 31)",5,131142684,131281391,138708,2,"728637",-29022,"ENSG00000164398","MEIKIN","meiotic kinetochore factor"
+"chr16",31044087,31044493,407,"*","Promoter (<=1kb)",16,31044416,31051488,7073,1,"6810",0,"ENSG00000103496","STX4","syntaxin 4"
+"chr5",1777602,1777671,70,"*","Distal Intergenic",5,1798499,1799956,1458,2,"64979",22285,"ENSG00000171421","MRPL36","mitochondrial ribosomal protein L36"
+"chr6",170497869,170497892,24,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",73765,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr15",53097792,53098209,418,"*","Distal Intergenic",15,53049160,53082209,33050,2,"3175",-15583,"ENSG00000169856","ONECUT1","one cut homeobox 1"
+"chr2",172967732,172967747,16,"*","Promoter (<=1kb)",2,172964166,172967478,3313,2,"1746",-254,"ENSG00000115844","DLX2","distal-less homeobox 2"
+"chr12",124810860,124810874,15,"*","Exon (uc010tax.2/9612, exon 9 of 10)",12,124773710,124800570,26861,1,"144347",37150,"ENSG00000178882","FAM101A","family with sequence similarity 101 member A"
+"chr19",21540898,21540987,90,"*","Promoter (<=1kb)",19,21541735,21571384,29650,1,"148203",-748,NA,"ZNF738","zinc finger protein 738"
+"chr6",30124769,30124792,24,"*","Exon (uc003npn.2/10107, exon 5 of 8)",6,28471073,28483570,12498,2,"257202",-1641199,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",27242005,27242044,40,"*","Promoter (1-2kb)",7,27240040,27246130,6091,1,"100316868",1965,NA,"HOTTIP","HOXA distal transcript antisense RNA"
+"chr21",31310872,31311339,468,"*","Promoter (<=1kb)",21,30909254,31312282,403029,2,"2897",943,"ENSG00000171189","GRIK1","glutamate ionotropic receptor kainate type subunit 1"
+"chr3",38496048,38496051,4,"*","Promoter (<=1kb)",3,38495790,38534633,38844,1,"93",258,"ENSG00000114739","ACVR2B","activin A receptor type 2B"
+"chr7",12728890,12729367,478,"*","Promoter (2-3kb)",7,12726452,12730558,4107,1,"10124",2438,"ENSG00000122644","ARL4A","ADP ribosylation factor like GTPase 4A"
+"chr14",101592328,101592480,153,"*","Distal Intergenic",14,101536248,101539273,3026,1,"100507257",56080,"ENSG00000223403","MEG9","maternally expressed 9 (non-protein coding)"
+"chr11",74039060,74039460,401,"*","Downstream (1-2kb)",11,73958546,74022699,64154,2,"283208",-16361,"ENSG00000149380","P4HA3","prolyl 4-hydroxylase subunit alpha 3"
+"chr12",49717017,49717037,21,"*","Promoter (<=1kb)",12,49716971,49725514,8544,1,"10024",46,"ENSG00000135451","TROAP","trophinin associated protein"
+"chr16",22385607,22385614,8,"*","Promoter (<=1kb)",16,22357257,22385938,28682,2,"1039",324,"ENSG00000140743","CDR2","cerebellar degeneration related protein 2"
+"chr2",37458832,37458838,7,"*","Promoter (<=1kb)",2,37458774,37476303,17530,1,"55471",58,"ENSG00000003509","NDUFAF7","NADH:ubiquinone oxidoreductase complex assembly factor 7"
+"chr8",10592118,10592179,62,"*","Intron (uc003wtg.1/uc003wtg.1, intron 1 of 2)",8,10530147,10558103,27957,1,"203076",61971,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
+"chr1",156358066,156358068,3,"*","Distal Intergenic",1,156338980,156355013,16034,1,"57127",19086,"ENSG00000132677","RHBG","Rh family B glycoprotein (gene/pseudogene)"
+"chr16",1224849,1225126,278,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",21608,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr20",32891252,32891265,14,"*","Intron (uc002xaj.3/191, intron 9 of 9)",20,32868071,32899608,31538,2,"191",8343,"ENSG00000101444","AHCY","adenosylhomocysteinase"
+"chr6",52535880,52535895,16,"*","Promoter (<=1kb)",6,52535884,52551385,15502,1,"28978",0,"ENSG00000096092","TMEM14A","transmembrane protein 14A"
+"chr16",75600564,75600717,154,"*","Promoter (<=1kb)",16,75600249,75611779,11531,1,"11345",315,"ENSG00000034713","GABARAPL2","GABA(A) receptor-associated protein like 2"
+"chr2",62423052,62423088,37,"*","Promoter (<=1kb)",2,62423262,62451866,28605,1,"10678",-174,"ENSG00000170340","B3GNT2","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 2"
+"chr1",53990151,53990507,357,"*","Exon (uc001cvr.1/148979, exon 5 of 10)",1,53925072,53933158,8087,1,"63948",65079,"ENSG00000143006","DMRTB1","DMRT like family B with proline rich C-terminal 1"
+"chr18",6920686,6920873,188,"*","Exon (uc002kng.1/400643, exon 6 of 6)",18,6919495,6929868,10374,2,"400643",8995,"ENSG00000265933","LINC00668","long intergenic non-protein coding RNA 668"
+"chr8",67341108,67341294,187,"*","Promoter (<=1kb)",8,67331822,67341212,9391,2,"100505676",0,"ENSG00000246145","RRS1-AS1","RRS1 antisense RNA 1 (head to head)"
+"chr10",640013,640037,25,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",47681,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr13",26796584,26796634,51,"*","Promoter (<=1kb)",13,26706253,26796508,90256,2,"6049",-76,"ENSG00000127870","RNF6","ring finger protein (C3H2C3 type) 6"
+"chr19",18682793,18682889,97,"*","Promoter (<=1kb)",19,18682614,18688270,5657,1,"7311",179,"ENSG00000221983","UBA52","ubiquitin A-52 residue ribosomal protein fusion product 1"
+"chr1",160039921,160039942,22,"*","Promoter (<=1kb)",1,160007257,160040051,32795,2,"3766",109,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
+"chr10",69644351,69644357,7,"*","Promoter (<=1kb)",10,69644427,69678147,33721,1,"23411",-70,"ENSG00000096717","SIRT1","sirtuin 1"
+"chr17",81039699,81039772,74,"*","Promoter (2-3kb)",17,81037567,81052591,15025,1,"284207",2132,"ENSG00000176845","METRNL","meteorin, glial cell differentiation regulator-like"
+"chr20",39657087,39657260,174,"*","Promoter (<=1kb)",20,39657462,39753126,95665,1,"7150",-202,"ENSG00000198900","TOP1","topoisomerase (DNA) I"
+"chr6",33239976,33240018,43,"*","Intron (uc003odp.1/6222, intron 1 of 5)",6,33540323,33548070,7748,2,"578",308052,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr10",127591208,127591222,15,"*","Intron (uc010quk.1/92565, intron 1 of 3)",10,127585108,127698161,113054,1,"92565",6100,"ENSG00000203780","FANK1","fibronectin type III and ankyrin repeat domains 1"
+"chr11",108338114,108338238,125,"*","Promoter (<=1kb)",11,108179246,108338258,159013,2,"160140",20,"ENSG00000166323","C11orf65","chromosome 11 open reading frame 65"
+"chr16",1464612,1464758,147,"*","Promoter (<=1kb)",16,1413206,1464705,51500,2,"64718",0,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr10",26222248,26222250,3,"*","Promoter (<=1kb)",10,26223002,26501465,278464,1,"53904",-752,"ENSG00000095777","MYO3A","myosin IIIA"
+"chr5",43007632,43007799,168,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",11114,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
+"chr6",106553289,106553538,250,"*","Exon (uc003prd.2/639, exon 5 of 7)",6,106534195,106557814,23620,1,"639",19094,"ENSG00000057657","PRDM1","PR domain 1"
+"chr3",122604779,122604848,70,"*","Promoter (<=1kb)",3,122605360,122611263,5904,1,"100129550",-512,"ENSG00000273033","LOC100129550","uncharacterized LOC100129550"
+"chr11",65292939,65293094,156,"*","Promoter (<=1kb)",11,65292548,65306182,13635,1,"57410",391,"ENSG00000142186","SCYL1","SCY1 like pseudokinase 1"
+"chr12",100661520,100661645,126,"*","Promoter (<=1kb)",12,100660955,100733914,72960,1,"55681",565,"ENSG00000136021","SCYL2","SCY1 like pseudokinase 2"
+"chr6",87646876,87646922,47,"*","Promoter (<=1kb)",6,87647024,87726397,79374,1,"3354",-102,"ENSG00000168830","HTR1E","5-hydroxytryptamine receptor 1E"
+"chr9",134731583,134731611,29,"*","Distal Intergenic",9,134452157,134615217,163061,2,"2889",-116366,"ENSG00000107263","RAPGEF1","Rap guanine nucleotide exchange factor 1"
+"chr1",231471030,231471456,427,"*","Promoter (2-3kb)",1,231468482,231473578,5097,2,"149371",2122,"ENSG00000116903","EXOC8","exocyst complex component 8"
+"chr11",59436238,59436644,407,"*","Promoter (<=1kb)",11,59404192,59436511,32320,2,"219988",0,"ENSG00000166889","PATL1","protein associated with topoisomerase II homolog 1 (yeast)"
+"chr19",36001509,36001570,62,"*","Promoter (2-3kb)",19,35988119,36004560,16442,2,"93099",2990,"ENSG00000161249","DMKN","dermokine"
+"chr10",131642886,131642913,28,"*","Promoter (1-2kb)",10,131641563,131641638,76,2,"100422873",-1248,"ENSG00000266676","MIR4297","microRNA 4297"
+"chr11",1260151,1260163,13,"*","Exon (uc009yct.2/727897, exon 26 of 26)",11,1295598,1330892,35295,2,"54472",70729,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr5",112041847,112041869,23,"*","Promoter (1-2kb)",5,112043202,112181936,138735,1,"324",-1333,"ENSG00000134982","APC","adenomatous polyposis coli"
+"chr8",87354766,87354771,6,"*","Promoter (<=1kb)",8,87354994,87480178,125185,1,"11059",-223,"ENSG00000123124","WWP1","WW domain containing E3 ubiquitin protein ligase 1"
+"chrX",109561524,109561549,26,"*","Intron (uc004eoq.3/9949, intron 6 of 7)",23,109602044,109699562,97519,1,"57529",-40495,"ENSG00000243978","RGAG1","retrotransposon gag domain containing 1"
+"chrX",118107997,118108458,462,"*","Promoter (<=1kb)",23,118108713,118151949,43237,1,"79836",-255,"ENSG00000175556","LONRF3","LON peptidase N-terminal domain and ring finger 3"
+"chr1",205313385,205313575,191,"*","5' UTR",1,205305193,205326218,21026,2,"55220",12643,"ENSG00000162873","KLHDC8A","kelch domain containing 8A"
+"chr16",19896346,19896461,116,"*","Promoter (<=1kb)",16,19869820,19896832,27013,2,"51704",371,"ENSG00000167191","GPRC5B","G protein-coupled receptor class C group 5 member B"
+"chr19",13227176,13227180,5,"*","Promoter (<=1kb)",19,13215714,13227563,11850,2,"55621",383,"ENSG00000104907","TRMT1","tRNA methyltransferase 1"
+"chr14",23451676,23451694,19,"*","Promoter (<=1kb)",14,23440410,23451848,11439,2,"84962",154,"ENSG00000129474","AJUBA","ajuba LIM protein"
+"chr16",31072166,31073034,869,"*","3' UTR",16,31072164,31085641,13478,2,"79759",12607,"ENSG00000167394","ZNF668","zinc finger protein 668"
+"chr2",223164587,223164747,161,"*","Promoter (<=1kb)",2,223064606,223163715,99110,2,"5077",-872,"ENSG00000135903","PAX3","paired box 3"
+"chr22",18958135,18958268,134,"*","Promoter (<=1kb)",22,18958011,19018742,60732,1,"26220",124,"ENSG00000237517","DGCR5","DiGeorge syndrome critical region gene 5 (non-protein coding)"
+"chr3",49466537,49466612,76,"*","Promoter (<=1kb)",3,49459766,49466757,6992,2,"84276",145,"ENSG00000145029","NICN1","nicolin 1"
+"chr8",145004144,145004388,245,"*","Exon (uc003zab.1/5339, exon 21 of 32)",8,145019359,145019447,89,2,"724031",15059,"ENSG00000207574","MIR661","microRNA 661"
+"chr1",155145515,155145555,41,"*","Promoter (<=1kb)",1,155145421,155157447,12027,1,"80128",94,"ENSG00000163462","TRIM46","tripartite motif containing 46"
+"chr1",202182417,202182603,187,"*","Intron (uc001gxu.3/59352, intron 1 of 17)",1,202163118,202288889,125772,1,"59352",19299,"ENSG00000133067","LGR6","leucine-rich repeat containing G protein-coupled receptor 6"
+"chr16",6696174,6696189,16,"*","Intron (uc002cyr.1/54715, intron 2 of 11)",16,6069132,7763340,1694209,1,"54715",627042,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
+"chr19",31841113,31841271,159,"*","Promoter (<=1kb)",19,31765851,31840190,74340,2,"57616",-923,"ENSG00000121297","TSHZ3","teashirt zinc finger homeobox 3"
+"chr2",23608927,23609183,257,"*","Promoter (<=1kb)",2,23608298,23931483,323186,1,"114818",629,"ENSG00000119771","KLHL29","kelch like family member 29"
+"chrX",70752888,70752964,77,"*","Promoter (<=1kb)",23,70752912,70795747,42836,1,"8473",0,"ENSG00000147162","OGT","O-linked N-acetylglucosamine (GlcNAc) transferase"
+"chr1",26560484,26560494,11,"*","Promoter (<=1kb)",1,26560693,26605299,44607,1,"64793",-199,"ENSG00000130695","CEP85","centrosomal protein 85kDa"
+"chr20",39319278,39319540,263,"*","Promoter (1-2kb)",20,39314517,39317876,3360,2,"9935",-1402,"ENSG00000204103","MAFB","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog B"
+"chr16",86555102,86555195,94,"*","Distal Intergenic",16,86544133,86548070,3938,1,"2294",10969,"ENSG00000103241","FOXF1","forkhead box F1"
+"chr6",24358633,24358683,51,"*","Promoter (1-2kb)",6,24357131,24358512,1382,1,"353219",1502,"ENSG00000146049","KAAG1","kidney associated antigen 1"
+"chr7",1272207,1272325,119,"*","Promoter (<=1kb)",7,1272654,1276613,3960,1,"340260",-329,"ENSG00000164853","UNCX","UNC homeobox"
+"chr3",50378529,50378616,88,"*","Promoter (<=1kb)",3,50367217,50378367,11151,2,"11186",-162,"ENSG00000068028","RASSF1","Ras association domain family member 1"
+"chr6",25882280,25882354,75,"*","Distal Intergenic",6,25845328,25874471,29144,2,"10786",-7809,"ENSG00000124564","SLC17A3","solute carrier family 17 member 3"
+"chr8",142200044,142200140,97,"*","Intron (uc003yvy.3/22898, intron 19 of 22)",8,142138720,142205906,67187,1,"22898",61324,"ENSG00000105339","DENND3","DENN domain containing 3"
+"chr2",122288134,122288280,147,"*","Promoter (<=1kb)",2,122288456,122288585,130,1,"100151683",-176,"ENSG00000264229","RNU4ATAC","RNA, U4atac small nuclear (U12-dependent splicing)"
+"chr10",71389876,71389896,21,"*","Promoter (<=1kb)",10,71390003,71393355,3353,1,"219738",-107,"ENSG00000171224","C10orf35","chromosome 10 open reading frame 35"
+"chr11",118901768,118901842,75,"*","Promoter (<=1kb)",11,118895061,118901616,6556,2,"2542",-152,"ENSG00000137700","SLC37A4","solute carrier family 37 member 4"
+"chr17",65713541,65713858,318,"*","Promoter (<=1kb)",17,65714061,65740266,26206,1,"25926",-203,"ENSG00000130935","NOL11","nucleolar protein 11"
+"chr22",21997043,21997331,289,"*","Promoter (<=1kb)",22,21996542,21998588,2047,1,"23753",501,"ENSG00000128228","SDF2L1","stromal cell derived factor 2 like 1"
+"chr19",50836561,50836862,302,"*","Intron (uc002prv.5/7376, intron 1 of 13)",19,50832949,50886285,53337,1,"7376",3612,"ENSG00000131408","NR1H2","nuclear receptor subfamily 1 group H member 2"
+"chr2",60781129,60781169,41,"*","Promoter (<=1kb)",2,60678302,60780633,102332,2,"53335",-496,"ENSG00000119866","BCL11A","B-cell CLL/lymphoma 11A"
+"chr6",34216880,34216901,22,"*","Promoter (<=1kb)",6,34214157,34216904,2748,2,"221491",3,"ENSG00000186577","C6orf1","chromosome 6 open reading frame 1"
+"chr6",80713632,80714000,369,"*","Promoter (<=1kb)",6,80714322,80752244,37923,1,"7272",-322,"ENSG00000112742","TTK","TTK protein kinase"
+"chr6",139564109,139564167,59,"*","Exon (uc021zfy.1/167838, exon 10 of 10)",6,139561199,139613208,52010,2,"167838",49041,"ENSG00000164440","TXLNB","taxilin beta"
+"chr20",44441064,44441076,13,"*","Promoter (<=1kb)",20,44441255,44445596,4342,1,"11065",-179,"ENSG00000175063","UBE2C","ubiquitin conjugating enzyme E2C"
+"chr16",29188606,29188796,191,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29086163,29128038,41876,1,"653390",102443,"ENSG00000103472","RRN3P2","RRN3 homolog, RNA polymerase I transcription factor pseudogene 2"
+"chr1",155225337,155225354,18,"*","Promoter (<=1kb)",1,155216996,155225274,8279,2,"10712",-63,"ENSG00000160767","FAM189B","family with sequence similarity 189 member B"
+"chr8",145180355,145180496,142,"*","Distal Intergenic",8,145192672,145440828,248157,1,"51236",-12176,"ENSG00000235173","HGH1","HGH1 homolog"
+"chr11",2156561,2156694,134,"*","Promoter (1-2kb)",11,2155364,2155439,76,2,"619552",-1122,NA,"MIR483","microRNA 483"
+"chr10",87403681,87403707,27,"*","Intron (uc010qmf.1/2894, intron 3 of 8)",10,87337488,87366972,29485,1,"100507470",66193,"ENSG00000234942","GRID1-AS1","GRID1 antisense RNA 1"
+"chr16",3265180,3265396,217,"*","Promoter (<=1kb)",16,3265562,3266546,985,1,"26184",-166,"ENSG00000203581","OR1F2P","olfactory receptor family 1 subfamily F member 2 pseudogene"
+"chr10",530666,530805,140,"*","Exon (uc009xhk.1/22982, exon 1 of 4)",10,687629,687718,90,2,"100847086",156913,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr6",32374184,32374706,523,"*","Intron (uc003obg.1/56244, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",182907,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",39823312,39823448,137,"*","Intron (uc010wfs.2/3728, intron 5 of 8)",17,39845127,39847898,2772,1,"10209",-21679,"ENSG00000173812","EIF1","eukaryotic translation initiation factor 1"
+"chr4",1305113,1305282,170,"*","Intron (uc010ibs.1/10296, intron 1 of 4)",4,1283672,1333925,50254,1,"10296",21441,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
+"chr4",1165219,1165511,293,"*","5' UTR",4,1189571,1202750,13180,2,"100130872",37239,NA,"LOC100130872","uncharacterized LOC100130872"
+"chr6",106958340,106958474,135,"*","Promoter (<=1kb)",6,106959305,107018334,59030,1,"202",-831,"ENSG00000112297","AIM1","absent in melanoma 1"
+"chr7",96632729,96632841,113,"*","Promoter (2-3kb)",7,96635290,96640352,5063,1,"1750",-2449,"ENSG00000006377","DLX6","distal-less homeobox 6"
+"chrX",107179273,107179367,95,"*","Distal Intergenic",23,107224094,107225600,1507,2,"56156",46233,"ENSG00000170925","TEX13B","testis expressed 13B"
+"chr1",91172770,91172882,113,"*","Distal Intergenic",1,91177579,91182794,5216,2,"343472",9912,"ENSG00000143032","BARHL2","BarH like homeobox 2"
+"chr12",112857226,112857578,353,"*","Promoter (<=1kb)",12,112856536,112947717,91182,1,"5781",690,"ENSG00000179295","PTPN11","protein tyrosine phosphatase, non-receptor type 11"
+"chr17",43393844,43394337,494,"*","Promoter (<=1kb)",17,43340488,43394414,53927,2,"9020",77,"ENSG00000006062","MAP3K14","mitogen-activated protein kinase kinase kinase 14"
+"chr19",5048645,5048814,170,"*","Intron (uc010xil.1/23030, intron 6 of 11)",19,4969124,5153608,184485,1,"23030",79521,"ENSG00000127663","KDM4B","lysine demethylase 4B"
+"chr16",3333424,3333438,15,"*","Intron (uc010uww.2/10127, intron 1 of 1)",16,3313800,3341459,27660,1,"10127",19624,"ENSG00000006194","ZNF263","zinc finger protein 263"
+"chr16",28996314,28996449,136,"*","Promoter (<=1kb)",16,28995526,29002104,6579,1,"27040",788,"ENSG00000213658","LAT","linker for activation of T-cells"
+"chr6",159639282,159639549,268,"*","Intron (uc010kjv.3/84624, intron 5 of 22)",6,159590429,159693140,102712,1,"84624",48853,"ENSG00000164694","FNDC1","fibronectin type III domain containing 1"
+"chr5",74061951,74062005,55,"*","Promoter (<=1kb)",5,74062816,74072737,9922,1,"10412",-811,"ENSG00000164346","NSA2","NSA2, ribosome biogenesis homolog"
+"chr6",28891292,28891298,7,"*","Exon (uc003nlr.3/5987, exon 1 of 8)",6,28471073,28483570,12498,2,"257202",-407722,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr12",13153416,13153589,174,"*","Promoter (<=1kb)",12,13153376,13157764,4389,1,"93164",40,"ENSG00000183935","HTR7P1","5-hydroxytryptamine receptor 7 pseudogene 1"
+"chr12",54674884,54674987,104,"*","Promoter (<=1kb)",12,54674488,54680872,6385,1,"3178",396,"ENSG00000135486","HNRNPA1","heterogeneous nuclear ribonucleoprotein A1"
+"chr10",114591659,114591685,27,"*","Distal Intergenic",10,114710009,114927436,217428,1,"6934",-118324,"ENSG00000148737","TCF7L2","transcription factor 7 like 2"
+"chr7",76026560,76026648,89,"*","Promoter (<=1kb)",7,76026841,76071388,44548,1,"7784",-193,"ENSG00000188372","ZP3","zona pellucida glycoprotein 3 (sperm receptor)"
+"chr1",156675831,156675902,72,"*","Promoter (<=1kb)",1,156669400,156675608,6209,2,"1382",-223,"ENSG00000143320","CRABP2","cellular retinoic acid binding protein 2"
+"chr4",153857909,153858075,167,"*","Exon (uc003ine.3/uc003ine.3, exon 1 of 2)",4,153864135,153900848,36714,1,"85462",-6060,"ENSG00000137460","FHDC1","FH2 domain containing 1"
+"chr14",106857188,106857312,125,"*","Exon (uc031qqx.1/uc031qqx.1, exon 510 of 5065)",14,106938455,106951529,13075,1,"338005",-81143,"ENSG00000270816","LINC00221","long intergenic non-protein coding RNA 221"
+"chr16",57416121,57416332,212,"*","Exon (uc002eli.3/6376, exon 3 of 3)",16,57406414,57418956,12543,1,"6376",9707,"ENSG00000006210","CX3CL1","C-X3-C motif chemokine ligand 1"
+"chr2",8822690,8823042,353,"*","Promoter (<=1kb)",2,8822113,8824583,2471,1,"3398",577,"ENSG00000115738","ID2","inhibitor of DNA binding 2, HLH protein"
+"chr10",3158662,3158946,285,"*","Intron (uc001igp.3/5214, intron 13 of 21)",10,3183793,3190821,7029,1,"100507034",-24847,"ENSG00000237399","PITRM1-AS1","PITRM1 antisense RNA 1"
+"chr8",145063167,145063169,3,"*","Promoter (1-2kb)",8,145064226,145067583,3358,1,"2907",-1057,"ENSG00000178719","GRINA","glutamate ionotropic receptor NMDA type subunit associated protein 1"
+"chr2",36582883,36583117,235,"*","Promoter (<=1kb)",2,36581892,36582713,822,2,"100288911",-170,NA,"LOC100288911","uncharacterized LOC100288911"
+"chr1",173794059,173794162,104,"*","Promoter (<=1kb)",1,173793797,173827682,33886,1,"55157",262,"ENSG00000117593","DARS2","aspartyl-tRNA synthetase 2, mitochondrial"
+"chr12",57869421,57869490,70,"*","Intron (uc001snz.3/64333, intron 8 of 15)",12,57881077,57911334,30258,1,"4141",-11587,"ENSG00000166986","MARS","methionyl-tRNA synthetase"
+"chr2",98852910,98852938,29,"*","Exon (uc002syk.1/200403, exon 18 of 19)",2,98962618,99015064,52447,1,"1261",-109680,"ENSG00000144191","CNGA3","cyclic nucleotide gated channel alpha 3"
+"chr2",2581305,2581475,171,"*","Distal Intergenic",2,1792885,2335045,542161,2,"23040",-246260,"ENSG00000186487","MYT1L","myelin transcription factor 1 like"
+"chr2",191207242,191207561,320,"*","Promoter (<=1kb)",2,191208196,191236391,28196,1,"3628",-635,"ENSG00000151689","INPP1","inositol polyphosphate-1-phosphatase"
+"chr16",89614873,89615069,197,"*","Intron (uc002fnj.3/6687, intron 12 of 16)",16,89627065,89633237,6173,1,"6137",-11996,"ENSG00000167526","RPL13","ribosomal protein L13"
+"chr16",12354966,12355292,327,"*","Intron (uc002dby.5/92017, intron 14 of 20)",16,12070602,12668146,597545,1,"92017",284364,"ENSG00000048471","SNX29","sorting nexin 29"
+"chr16",89066669,89066778,110,"*","Distal Intergenic",16,88941263,89043504,102242,2,"863",-23165,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
+"chr1",68298432,68298565,134,"*","Promoter (<=1kb)",1,68297971,68668670,370700,1,"100289178",461,"ENSG00000232284","GNG12-AS1","GNG12 antisense RNA 1"
+"chr11",74457145,74457172,28,"*","Promoter (2-3kb)",11,74459913,74553458,93546,1,"254225",-2741,"ENSG00000166439","RNF169","ring finger protein 169"
+"chr2",119602645,119602857,213,"*","Promoter (2-3kb)",2,119599747,119605759,6013,2,"2019",2902,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr20",62575758,62575851,94,"*","Promoter (1-2kb)",20,62573984,62574079,96,2,"693232",-1679,"ENSG00000207554","MIR647","microRNA 647"
+"chr15",53097060,53097247,188,"*","Distal Intergenic",15,53049160,53082209,33050,2,"3175",-14851,"ENSG00000169856","ONECUT1","one cut homeobox 1"
+"chr1",28845165,28845292,128,"*","Intron (uc001bqa.2/1104, intron 4 of 12)",1,28832455,28865708,33254,1,"1104",12710,"ENSG00000180198","RCC1","regulator of chromosome condensation 1"
+"chr4",144435593,144435690,98,"*","Promoter (<=1kb)",4,144434616,144478642,44027,1,"8467",977,"ENSG00000153147","SMARCA5","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 5"
+"chr19",37569302,37569342,41,"*","Promoter (<=1kb)",19,37569382,37620651,51270,1,"147923",-40,"ENSG00000197050","ZNF420","zinc finger protein 420"
+"chr9",77501487,77501645,159,"*","Promoter (1-2kb)",9,77337411,77503010,165600,2,"140803",1365,"ENSG00000119121","TRPM6","transient receptor potential cation channel subfamily M member 6"
+"chr11",8053198,8053358,161,"*","Intron (uc010rbk.2/7275, intron 1 of 11)",11,8040791,8127654,86864,1,"7275",12407,"ENSG00000166402","TUB","tubby bipartite transcription factor"
+"chr16",28877611,28877881,271,"*","Exon (uc002dri.3/25970, exon 4 of 11)",16,28889809,28915830,26022,1,"487",-11928,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
+"chr2",145273249,145273728,480,"*","Intron (uc002tvu.3/9839, intron 8 of 9)",2,145277181,145278465,1285,1,"100303491",-3453,"ENSG00000238057","ZEB2-AS1","ZEB2 antisense RNA 1"
+"chrX",124336888,124336990,103,"*","Distal Intergenic",23,124453969,124456950,2982,1,"100129520",-116979,"ENSG00000282815","TEX13C","TEX13 family member C"
+"chr14",23236577,23236725,149,"*","Promoter (<=1kb)",14,23235731,23240998,5268,1,"5018",846,"ENSG00000155463","OXA1L","oxidase (cytochrome c) assembly 1-like"
+"chr1",3315145,3315281,137,"*","Intron (uc001akc.3/63976, intron 5 of 16)",1,3371147,3397677,26531,1,"27237",-55866,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
+"chr3",101568192,101568198,7,"*","Intron (uc003dvo.3/64332, intron 2 of 12)",3,101546834,101579869,33036,1,"64332",21358,"ENSG00000144802","NFKBIZ","NFKB inhibitor zeta"
+"chr12",58236300,58236712,413,"*","Exon (uc031qib.1/uc031qib.1, exon 2 of 2)",12,58213710,58240747,27038,2,"10106",4035,"ENSG00000175215","CTDSP2","CTD small phosphatase 2"
+"chr5",2743553,2743655,103,"*","Downstream (2-3kb)",5,2746279,2751769,5491,2,"153572",8114,"ENSG00000170561","IRX2","iroquois homeobox 2"
+"chr16",30007184,30007336,153,"*","Promoter (<=1kb)",16,30003642,30007417,3776,2,"8479",81,"ENSG00000149929","HIRIP3","HIRA interacting protein 3"
+"chr16",46461709,46461904,196,"*","Distal Intergenic",16,46503249,46603009,99761,2,"124149",141105,NA,"ANKRD26P1","ankyrin repeat domain 26 pseudogene 1"
+"chr8",10987869,10988069,201,"*","Intron (uc003wtk.1/286046, intron 2 of 2)",8,10753657,11058875,305219,2,"286046",70806,"ENSG00000171044","XKR6","XK related 6"
+"chr1",145610965,145611027,63,"*","Promoter (<=1kb)",1,145611036,145688776,77741,1,"27246",-9,"ENSG00000265491","RNF115","ring finger protein 115"
+"chr16",75018230,75018413,184,"*","Promoter (<=1kb)",16,74907471,75019017,111547,2,"79726",604,"ENSG00000103091","WDR59","WD repeat domain 59"
+"chr4",10147038,10147052,15,"*","Distal Intergenic",4,10075963,10118573,42611,2,"9948",-28465,"ENSG00000071127","WDR1","WD repeat domain 1"
+"chr11",111250304,111250307,4,"*","Promoter (<=1kb)",11,111222981,111250157,27177,2,"5450",-147,"ENSG00000110777","POU2AF1","POU class 2 associating factor 1"
+"chr18",30091235,30091401,167,"*","Promoter (<=1kb)",18,30091626,30094597,2972,1,"441818",-225,"ENSG00000260389","WBP11P1","WW domain binding protein 11 pseudogene 1"
+"chr14",105603389,105603412,24,"*","Distal Intergenic",14,105607318,105635161,27844,2,"3714",31749,"ENSG00000184916","JAG2","jagged 2"
+"chr6",144330162,144330233,72,"*","Promoter (<=1kb)",6,144324034,144329867,5834,2,"57061",-295,NA,"HYMAI","hydatidiform mole associated and imprinted (non-protein coding)"
+"chr3",137480702,137480853,152,"*","Promoter (2-3kb)",3,137483134,137485172,2039,1,"8403",-2281,"ENSG00000168875","SOX14","SRY-box 14"
+"chr5",87971446,87971746,301,"*","Exon (uc003kjg.3/645323, exon 1 of 4)",5,87962671,87962757,87,2,"407047",-8689,"ENSG00000273878","MIR9-2","microRNA 9-2"
+"chr10",75007030,75007105,76,"*","Promoter (<=1kb)",10,75007125,75036742,29618,1,"414245",-20,"ENSG00000227540","DNAJC9-AS1","DNAJC9 antisense RNA 1"
+"chr8",1112707,1112755,49,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",138072,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr10",29698412,29698414,3,"*","Promoter (<=1kb)",10,29698483,29776785,78303,1,"387647",-69,"ENSG00000224597","PTCHD3P1","patched domain containing 3 pseudogene 1"
+"chr1",201438397,201438462,66,"*","Promoter (<=1kb)",1,201434607,201438299,3693,2,"23612",-98,"ENSG00000174307","PHLDA3","pleckstrin homology like domain family A member 3"
+"chr5",83678957,83679123,167,"*","Promoter (1-2kb)",5,83238126,83680611,442486,2,"10085",1488,"ENSG00000164176","EDIL3","EGF like repeats and discoidin domains 3"
+"chr10",46222224,46222474,251,"*","Promoter (<=1kb)",10,46222648,46288412,65765,1,"253725",-174,"ENSG00000172661","FAM21C","family with sequence similarity 21 member C"
+"chr20",61151419,61151424,6,"*","Promoter (<=1kb)",20,61151513,61151583,71,1,"406904",-89,"ENSG00000199017","MIR1-1","microRNA 1-1"
+"chr11",113143664,113143682,19,"*","Promoter (<=1kb)",11,113140254,113144623,4370,2,"100288346",941,"ENSG00000227487","NCAM1-AS1","NCAM1 antisense RNA1"
+"chr4",113430381,113430608,228,"*","Distal Intergenic",4,113434672,113437328,2657,2,"63973",6720,"ENSG00000178403","NEUROG2","neurogenin 2"
+"chr11",3186146,3186501,356,"*","Promoter (1-2kb)",11,3108346,3187969,79624,2,"114879",1468,"ENSG00000021762","OSBPL5","oxysterol binding protein like 5"
+"chr1",47999516,47999856,341,"*","Distal Intergenic",1,47901689,47906363,4675,1,"2306",97827,"ENSG00000186564","FOXD2","forkhead box D2"
+"chr18",11908755,11908763,9,"*","Promoter (<=1kb)",18,11883472,11908796,25325,2,"65258",33,"ENSG00000154889","MPPE1","metallophosphoesterase 1"
+"chr19",56444163,56444551,389,"*","Promoter (<=1kb)",19,56407311,56443702,36392,2,"126204",-461,"ENSG00000173572","NLRP13","NLR family, pyrin domain containing 13"
+"chr17",76497386,76497868,483,"*","Exon (uc031reo.1/100996295, exon 6 of 6)",17,76480992,76499138,18147,1,"100996295",16394,NA,"DNAH17-AS1","DNAH17 antisense RNA 1"
+"chr1",119683198,119683285,88,"*","Promoter (<=1kb)",1,119573839,119683295,109457,2,"10352",10,"ENSG00000116874","WARS2","tryptophanyl tRNA synthetase 2, mitochondrial"
+"chr2",84686387,84686570,184,"*","Promoter (<=1kb)",2,84650647,84686586,35940,2,"8802",16,"ENSG00000163541","SUCLG1","succinate-CoA ligase, alpha subunit"
+"chr15",66795547,66795689,143,"*","Promoter (<=1kb)",15,66795583,66795652,70,2,"595098",0,"ENSG00000200623","SNORD18A","small nucleolar RNA, C/D box 18A"
+"chr16",4034250,4034263,14,"*","Intron (uc002cvx.3/115, intron 5 of 10)",16,3775056,3930121,155066,2,"1387",-104129,"ENSG00000005339","CREBBP","CREB binding protein"
+"chr6",166720092,166720114,23,"*","Promoter (1-2kb)",6,166719168,166721871,2704,2,"285800",1757,"ENSG00000176381","PRR18","proline rich 18"
+"chr8",141110699,141110852,154,"*","Intron (uc003yvj.2/83696, intron 6 of 22)",8,140742586,141468678,726093,2,"83696",357826,"ENSG00000167632","TRAPPC9","trafficking protein particle complex 9"
+"chr1",32827968,32828057,90,"*","Promoter (<=1kb)",1,32827862,32829924,2063,1,"81629",106,"ENSG00000162526","TSSK3","testis specific serine kinase 3"
+"chr14",101520121,101520412,292,"*","Promoter (<=1kb)",14,101520643,101520718,76,1,"494331",-231,NA,"MIR382","microRNA 382"
+"chr3",53926053,53926108,56,"*","Promoter (<=1kb)",3,53919226,53925989,6764,2,"58515",-64,"ENSG00000113811","SELK","selenoprotein K"
+"chr4",1736197,1736385,189,"*","Intron (uc010ibz.3/10460, intron 6 of 9)",4,1723217,1746905,23689,1,"10460",12980,"ENSG00000013810","TACC3","transforming acidic coiled-coil containing protein 3"
+"chr11",110582910,110582946,37,"*","Promoter (<=1kb)",11,110447759,110583912,136154,2,"57569",966,"ENSG00000137727","ARHGAP20","Rho GTPase activating protein 20"
+"chr12",117407922,117408122,201,"*","Intron (uc001twf.1/26259, intron 5 of 10)",12,117348761,117468953,120193,1,"26259",59161,"ENSG00000174989","FBXW8","F-box and WD repeat domain containing 8"
+"chr6",28744038,28744196,159,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-260468,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr13",46287862,46288117,256,"*","Exon (uc001van.1/220082, exon 3 of 3)",13,46276446,46288693,12248,1,"220082",11416,"ENSG00000174015","SPERT","spermatid associated"
+"chr2",136577255,136577274,20,"*","Promoter (<=1kb)",2,136577761,136580657,2897,1,"100507600",-487,"ENSG00000226806","LOC100507600","uncharacterized LOC100507600"
+"chr6",156718240,156718398,159,"*","Distal Intergenic",6,157099064,157531913,432850,1,"57492",-380666,"ENSG00000049618","ARID1B","AT-rich interaction domain 1B"
+"chr2",219262192,219262261,70,"*","Promoter (<=1kb)",2,219263061,219270664,7604,1,"58190",-800,"ENSG00000144579","CTDSP1","CTD small phosphatase 1"
+"chr10",118563127,118563228,102,"*","Intron (uc001lcu.3/259217, intron 12 of 13)",10,118609023,118642112,33090,1,"387712",-45795,"ENSG00000188316","ENO4","enolase family member 4"
+"chr1",38471572,38471629,58,"*","Promoter (<=1kb)",1,38462442,38471187,8746,2,"2275",-385,"ENSG00000183386","FHL3","four and a half LIM domains 3"
+"chrX",133680446,133680463,18,"*","Promoter (<=1kb)",23,133680358,133680428,71,2,"574506",-18,"ENSG00000208005","MIR503","microRNA 503"
+"chr14",55033982,55034288,307,"*","Promoter (<=1kb)",14,55034330,55260033,225704,1,"23034",-42,"ENSG00000020577","SAMD4A","sterile alpha motif domain containing 4A"
+"chr5",75013442,75013544,103,"*","Promoter (<=1kb)",5,74970024,75013313,43290,2,"134359",-129,"ENSG00000152359","POC5","POC5 centriolar protein"
+"chr12",74565068,74565515,448,"*","Intron (uc009zrx.3/100507377, intron 3 of 6)",12,74526956,74686411,159456,2,"100507377",120896,"ENSG00000251138","LOC100507377","uncharacterized LOC100507377"
+"chr20",44993182,44993218,37,"*","Promoter (<=1kb)",20,44978177,44993064,14888,2,"51006",-118,"ENSG00000080189","SLC35C2","solute carrier family 35 member C2"
+"chr7",936408,936591,184,"*","Downstream (<1kb)",7,891587,936071,44485,1,"51608",44821,"ENSG00000239857","GET4","golgi to ER traffic protein 4"
+"chr1",211307178,211307217,40,"*","Promoter (<=1kb)",1,210851657,211307457,455801,2,"3756",240,"ENSG00000143473","KCNH1","potassium voltage-gated channel subfamily H member 1"
+"chr11",64146776,64146822,47,"*","Distal Intergenic",11,64136074,64136175,102,1,"100302280",10702,"ENSG00000221273","MIR1237","microRNA 1237"
+"chr13",112761533,112761740,208,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",39620,"ENSG00000182968","SOX1","SRY-box 1"
+"chr10",15077470,15077929,460,"*","Intron (uc010qby.1/414149, intron 5 of 7)",10,15085895,15115851,29957,1,"55301",-7966,"ENSG00000152463","OLAH","oleoyl-ACP hydrolase"
+"chr10",102996523,102996750,228,"*","Intron (uc010qpy.2/399806, intron 2 of 2)",10,102989351,102998616,9266,1,"399806",7172,NA,"LBX1-AS1","LBX1 antisense RNA 1 (head to head)"
+"chr1",102700608,102700639,32,"*","Distal Intergenic",1,102268127,102462790,194664,2,"118427",-237818,"ENSG00000118733","OLFM3","olfactomedin 3"
+"chr14",68086459,68086501,43,"*","Promoter (<=1kb)",14,68086579,68118436,31858,1,"384",-78,"ENSG00000081181","ARG2","arginase 2"
+"chr7",158179265,158179627,363,"*","Intron (uc011kwa.2/5799, intron 21 of 22)",7,158325410,158325505,96,2,"693180",145878,"ENSG00000207637","MIR595","microRNA 595"
+"chr7",22539693,22539820,128,"*","Promoter (<=1kb)",7,22459063,22539901,80839,2,"256227",81,"ENSG00000105889","STEAP1B","STEAP family member 1B"
+"chr9",129375847,129375945,99,"*","Promoter (<=1kb)",9,129376722,129463311,86590,1,"4010",-777,"ENSG00000136944","LMX1B","LIM homeobox transcription factor 1 beta"
+"chr19",13262683,13262847,165,"*","Promoter (1-2kb)",19,13261282,13265718,4437,1,"9592",1401,"ENSG00000160888","IER2","immediate early response 2"
+"chr1",33429733,33429891,159,"*","Promoter (<=1kb)",1,33402050,33430286,28237,2,"127544",395,"ENSG00000116514","RNF19B","ring finger protein 19B"
+"chr2",183580475,183580526,52,"*","Promoter (<=1kb)",2,183580768,183644750,63983,1,"54431",-242,"ENSG00000077232","DNAJC10","DnaJ heat shock protein family (Hsp40) member C10"
+"chr6",33996522,33996580,59,"*","Intron (uc003oio.4/2914, intron 2 of 7)",6,33967749,33967828,80,2,"100302123",-28694,"ENSG00000221697","MIR1275","microRNA 1275"
+"chr20",524243,524296,54,"*","Promoter (<=1kb)",20,463338,524482,61145,2,"1457",186,"ENSG00000101266","CSNK2A1","casein kinase 2 alpha 1"
+"chrX",48937649,48937814,166,"*","Promoter (<=1kb)",23,48928818,48937564,8747,2,"11230",-85,"ENSG00000243279","PRAF2","PRA1 domain family member 2"
+"chr19",48018582,48018583,2,"*","Promoter (<=1kb)",19,47990891,48018515,27625,2,"8775",-67,"ENSG00000105402","NAPA","NSF attachment protein alpha"
+"chr11",44927766,44927784,19,"*","Intron (uc001mye.4/90139, intron 2 of 8)",11,44953899,44972857,18959,2,"9537",45073,"ENSG00000175274","TP53I11","tumor protein p53 inducible protein 11"
+"chr1",14075958,14076243,286,"*","5' UTR",1,14026735,14151574,124840,1,"7799",49223,"ENSG00000116731","PRDM2","PR domain 2"
+"chr6",30710447,30710455,9,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1847158,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr3",128211638,128212269,632,"*","Promoter (<=1kb)",3,128198265,128212030,13766,2,"2624",0,"ENSG00000179348","GATA2","GATA binding protein 2"
+"chr14",103969354,103969487,134,"*","Exon (uc001ymw.4/4140, exon 16 of 16)",14,103985995,103989196,3202,2,"1152",19709,"ENSG00000166165","CKB","creatine kinase, brain"
+"chr1",27874382,27874478,97,"*","Exon (uc009vsy.3/27245, exon 6 of 7)",1,27860756,27930361,69606,2,"27245",55883,"ENSG00000126705","AHDC1","AT-hook DNA binding motif containing 1"
+"chr7",150554626,150554867,242,"*","Exon (uc003why.1/26, exon 3 of 6)",7,150526069,150558379,32311,1,"26",28557,"ENSG00000002726","AOC1","amine oxidase, copper containing 1"
+"chr22",26895403,26895530,128,"*","Exon (uc003acr.2/24144, exon 8 of 14)",22,26887894,26908437,20544,2,"24144",12907,"ENSG00000100109","TFIP11","tuftelin interacting protein 11"
+"chr1",26856574,26856648,75,"*","Promoter (<=1kb)",1,26856249,26901520,45272,1,"6195",325,"ENSG00000117676","RPS6KA1","ribosomal protein S6 kinase A1"
+"chr13",53774169,53774311,143,"*","Distal Intergenic",13,53602876,53626196,23321,1,"10562",171293,"ENSG00000102837","OLFM4","olfactomedin 4"
+"chr14",62584278,62584465,188,"*","Promoter (<=1kb)",14,62584075,62600903,16829,1,"646113",203,NA,"LINC00643","long intergenic non-protein coding RNA 643"
+"chr2",196521508,196521673,166,"*","Promoter (<=1kb)",2,196521532,196602426,80895,1,"57181",0,"ENSG00000196950","SLC39A10","solute carrier family 39 member 10"
+"chr8",116679763,116679830,68,"*","Promoter (1-2kb)",8,116420724,116681228,260505,2,"7227",1398,"ENSG00000104447","TRPS1","transcriptional repressor GATA binding 1"
+"chr10",131989607,131989736,130,"*","Distal Intergenic",10,131934639,131982785,48147,1,"10539",54968,"ENSG00000108010","GLRX3","glutaredoxin 3"
+"chr12",28128551,28128567,17,"*","Distal Intergenic",12,28111017,28124916,13900,2,"5744",-3635,"ENSG00000087494","PTHLH","parathyroid hormone-like hormone"
+"chr2",170440771,170440905,135,"*","Promoter (<=1kb)",2,170440850,170494254,53405,1,"9360",0,"ENSG00000138398","PPIG","peptidylprolyl isomerase G"
+"chr1",205473356,205473547,192,"*","Promoter (<=1kb)",1,205473684,205501921,28238,1,"5129",-137,"ENSG00000117266","CDK18","cyclin-dependent kinase 18"
+"chr15",94346800,94346887,88,"*","Intron (uc002bte.1/uc002bte.1, intron 1 of 4)",15,94774801,95027181,252381,1,"55784",-427914,"ENSG00000140563","MCTP2","multiple C2 domains, transmembrane 2"
+"chr3",32726557,32726591,35,"*","Promoter (<=1kb)",3,32726637,32815367,88731,1,"25904",-46,"ENSG00000182973","CNOT10","CCR4-NOT transcription complex subunit 10"
+"chr3",75410699,75410741,43,"*","Distal Intergenic",3,75470703,75484266,13564,2,"692099",73525,"ENSG00000244026","FAM86DP","family with sequence similarity 86, member D, pseudogene"
+"chr1",29508578,29508594,17,"*","Promoter (<=1kb)",1,29474250,29508637,34388,2,"6429",43,"ENSG00000116350","SRSF4","serine/arginine-rich splicing factor 4"
+"chr1",43832916,43832951,36,"*","Promoter (<=1kb)",1,43829068,43833745,4678,2,"64834",794,"ENSG00000066322","ELOVL1","ELOVL fatty acid elongase 1"
+"chr3",9811407,9811419,13,"*","Promoter (<=1kb)",3,9799029,9811668,12640,2,"8536",249,"ENSG00000134072","CAMK1","calcium/calmodulin-dependent protein kinase I"
+"chr3",50304186,50304202,17,"*","Promoter (<=1kb)",3,50305040,50314572,9533,1,"7869",-838,"ENSG00000012171","SEMA3B","semaphorin 3B"
+"chr6",33232644,33232750,107,"*","Exon (uc003odm.1/6293, exon 13 of 20)",6,33540323,33548070,7748,2,"578",315320,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",31091608,31091654,47,"*","Exon (uc002eap.3/9726, exon 2 of 3)",16,31085743,31094833,9091,1,"9726",5865,"ENSG00000167395","ZNF646","zinc finger protein 646"
+"chr1",22264166,22264515,350,"*","Promoter (<=1kb)",1,22148737,22263750,115014,2,"3339",-416,"ENSG00000142798","HSPG2","heparan sulfate proteoglycan 2"
+"chr11",64009651,64009745,95,"*","Promoter (1-2kb)",11,64008413,64011607,3195,1,"2286",1238,"ENSG00000173486","FKBP2","FK506 binding protein 2"
+"chr12",103359273,103359368,96,"*","Distal Intergenic",12,103351452,103354294,2843,1,"429",7821,"ENSG00000139352","ASCL1","achaete-scute family bHLH transcription factor 1"
+"chr10",133930730,133930978,249,"*","Exon (uc001lkx.4/282973, exon 2 of 24)",10,133918313,133998313,80001,1,"282973",12417,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
+"chr10",126688639,126688744,106,"*","Intron (uc001lid.4/1488, intron 6 of 8)",10,126721352,126721439,88,2,"100423041",32695,"ENSG00000264572","MIR4296","microRNA 4296"
+"chr17",33787354,33787451,98,"*","Distal Intergenic",17,33762115,33775856,13742,2,"146857",-11498,"ENSG00000154760","SLFN13","schlafen family member 13"
+"chr10",97802997,97803000,4,"*","Promoter (<=1kb)",10,97803159,97820625,17467,1,"54619",-159,"ENSG00000107443","CCNJ","cyclin J"
+"chr19",38794587,38794664,78,"*","Promoter (<=1kb)",19,38794804,38795646,843,1,"64073",-140,"ENSG00000167644","C19orf33","chromosome 19 open reading frame 33"
+"chr11",82996473,82996731,259,"*","Promoter (<=1kb)",11,82972502,82997414,24913,2,"60492",683,"ENSG00000137500","CCDC90B","coiled-coil domain containing 90B"
+"chr11",6191393,6191635,243,"*","Promoter (<=1kb)",11,6190585,6191556,972,2,"255725",0,"ENSG00000255307","OR52B2","olfactory receptor family 52 subfamily B member 2"
+"chr1",36553529,36553731,203,"*","Promoter (<=1kb)",1,36554453,36559533,5081,1,"54936",-722,"ENSG00000116863","ADPRHL2","ADP-ribosylhydrolase like 2"
+"chr14",103569292,103569349,58,"*","Promoter (2-3kb)",14,103566481,103576894,10414,1,"91828",2811,"ENSG00000205436","EXOC3L4","exocyst complex component 3 like 4"
+"chr11",415430,415457,28,"*","Promoter (1-2kb)",11,405716,417397,11682,2,"59307",1940,"ENSG00000185187","SIGIRR","single immunoglobulin and toll-interleukin 1 receptor (TIR) domain"
+"chr15",50647570,50647576,7,"*","Promoter (<=1kb)",15,50569389,50647605,78217,2,"2553",29,"ENSG00000104064","GABPB1","GA binding protein transcription factor beta subunit 1"
+"chr3",50492698,50492818,121,"*","Intron (uc003dap.3/9254, intron 36 of 37)",3,50400231,50540892,140662,2,"9254",48074,"ENSG00000007402","CACNA2D2","calcium voltage-gated channel auxiliary subunit alpha2delta 2"
+"chr5",219137,219334,198,"*","Promoter (<=1kb)",5,218356,256814,38459,1,"6389",781,"ENSG00000073578","SDHA","succinate dehydrogenase complex flavoprotein subunit A"
+"chr5",112073686,112073769,84,"*","Intron (uc011cvt.2/324, intron 1 of 13)",5,112043202,112181936,138735,1,"324",30484,"ENSG00000134982","APC","adenomatous polyposis coli"
+"chr22",46263415,46263430,16,"*","Distal Intergenic",22,46156404,46156478,75,1,"100616253",107011,"ENSG00000264160","MIR4762","microRNA 4762"
+"chr3",52487733,52488037,305,"*","Promoter (<=1kb)",3,52485107,52488057,2951,2,"7134",20,"ENSG00000114854","TNNC1","troponin C1, slow skeletal and cardiac type"
+"chr2",152685118,152685130,13,"*","Promoter (<=1kb)",2,152645592,152685009,39418,2,"26225",-109,"ENSG00000162980","ARL5A","ADP ribosylation factor like GTPase 5A"
+"chr7",156782563,156782588,26,"*","Distal Intergenic",7,156786745,156803347,16603,2,"3110",20759,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
+"chr15",85202042,85202358,317,"*","Promoter (<=1kb)",15,85198360,85201802,3443,2,"4828",-240,"ENSG00000197696","NMB","neuromedin B"
+"chr17",38083788,38083955,168,"*","Promoter (<=1kb)",17,38077296,38083884,6589,2,"94103",0,"ENSG00000172057","ORMDL3","ORMDL sphingolipid biosynthesis regulator 3"
+"chr6",30038754,30038791,38,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1555184,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr1",168698301,168698415,115,"*","Promoter (<=1kb)",1,168664695,168698442,33748,2,"1805",27,"ENSG00000143196","DPT","dermatopontin"
+"chr11",132948129,132948196,68,"*","Intron (uc001qgu.3/4978, intron 7 of 7)",11,132284875,133402403,1117529,2,"4978",454207,"ENSG00000183715","OPCML","opioid binding protein/cell adhesion molecule-like"
+"chr5",137801054,137801117,64,"*","Promoter (<=1kb)",5,137801181,137805004,3824,1,"1958",-64,"ENSG00000120738","EGR1","early growth response 1"
+"chr6",167275733,167275761,29,"*","Promoter (<=1kb)",6,166822854,167275771,452918,2,"6196",10,"ENSG00000071242","RPS6KA2","ribosomal protein S6 kinase A2"
+"chr22",45596980,45597019,40,"*","Promoter (<=1kb)",22,45596835,45596900,66,2,"100302149",-80,NA,"MIR1249","microRNA 1249"
+"chr2",228190367,228190660,294,"*","Promoter (<=1kb)",2,228085768,228189902,104135,2,"654841",-465,"ENSG00000236432","LOC654841","uncharacterized LOC654841"
+"chr3",127266751,127266990,240,"*","Distal Intergenic",3,127291907,127309602,17696,2,"131601",42612,"ENSG00000163870","TPRA1","transmembrane protein adipocyte associated 1"
+"chr7",22705331,22705333,3,"*","Distal Intergenic",7,22766766,22771621,4856,1,"3569",-61433,"ENSG00000136244","IL6","interleukin 6"
+"chr19",58715984,58716135,152,"*","Intron (uc010yhu.1/10782, intron 4 of 5)",19,58694396,58724927,30532,1,"10782",21588,"ENSG00000171606","ZNF274","zinc finger protein 274"
+"chr7",150721518,150721602,85,"*","Promoter (<=1kb)",7,150709297,150721586,12290,2,"285973",0,"ENSG00000181652","ATG9B","autophagy related 9B"
+"chr16",928778,928894,117,"*","Intron (uc010bri.2/64788, intron 5 of 7)",16,855443,863861,8419,1,"388199",73335,"ENSG00000167945","PRR25","proline rich 25"
+"chr19",42221191,42221417,227,"*","Exon (uc002orj.1/1048, exon 5 of 9)",19,42212530,42234437,21908,1,"1048",8661,"ENSG00000105388","CEACAM5","carcinoembryonic antigen related cell adhesion molecule 5"
+"chr10",134004931,134005278,348,"*","Intron (uc009ybb.3/10570, intron 2 of 13)",10,134000414,134019280,18867,1,"10570",4517,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
+"chr12",48167491,48167505,15,"*","Promoter (2-3kb)",12,48165370,48176536,11167,1,"55652",2121,"ENSG00000211584","SLC48A1","solute carrier family 48 member 1"
+"chr16",4526820,4526878,59,"*","Promoter (1-2kb)",16,4511695,4524896,13202,2,"57407",-1924,"ENSG00000153406","NMRAL1","NmrA-like family domain containing 1"
+"chr7",33169273,33169422,150,"*","Promoter (<=1kb)",7,33169152,33645680,476529,1,"27241",121,"ENSG00000122507","BBS9","Bardet-Biedl syndrome 9"
+"chr9",129375151,129375311,161,"*","Promoter (1-2kb)",9,129376722,129463311,86590,1,"4010",-1411,"ENSG00000136944","LMX1B","LIM homeobox transcription factor 1 beta"
+"chr5",127420075,127420219,145,"*","Promoter (<=1kb)",5,127419483,127525380,105898,1,"6558",592,"ENSG00000064651","SLC12A2","solute carrier family 12 member 2"
+"chr1",85040110,85040206,97,"*","Promoter (<=1kb)",1,85018804,85040163,21360,2,"1486",0,"ENSG00000117151","CTBS","chitobiase"
+"chr12",99289247,99289451,205,"*","Intron (uc001tgd.2/56899, intron 8 of 10)",12,99039078,99129211,90134,1,"317",250169,"ENSG00000120868","APAF1","apoptotic peptidase activating factor 1"
+"chr10",134065956,134066014,59,"*","Intron (uc001lld.1/282974, intron 11 of 11)",10,134000414,134019280,18867,1,"10570",65542,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
+"chr12",2760899,2760969,71,"*","Exon (uc001qjz.2/775, exon 32 of 47)",12,2785167,2800323,15157,2,"100652846",39354,"ENSG00000246627","CACNA1C-AS1","CACNA1C antisense RNA 1"
+"chr1",220101965,220102043,79,"*","5' UTR",1,219858769,220131989,273221,2,"55532",29946,"ENSG00000196660","SLC30A10","solute carrier family 30 member 10"
+"chr16",1024278,1024642,365,"*","Intron (uc002ckk.2/64788, intron 11 of 11)",16,903635,1031318,127684,2,"64788",6676,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr17",4926898,4926958,61,"*","Exon (uc002gan.2/10749, exon 23 of 23)",17,4901243,4931694,30452,1,"10749",25655,"ENSG00000129250","KIF1C","kinesin family member 1C"
+"chr10",83634926,83635300,375,"*","Promoter (<=1kb)",10,83635070,84746935,1111866,1,"10718",0,"ENSG00000185737","NRG3","neuregulin 3"
+"chr16",29242185,29242315,131,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-60513,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
+"chr2",97174815,97174912,98,"*","Promoter (<=1kb)",2,97163383,97173846,10464,2,"93082",-969,"ENSG00000163121","NEURL3","neuralized E3 ubiquitin protein ligase 3"
+"chr19",51165393,51165404,12,"*","Exon (uc002psw.1/50944, exon 9 of 9)",19,51152702,51162567,9866,1,"342918",12691,"ENSG00000235034","C19orf81","chromosome 19 open reading frame 81"
+"chr2",187454299,187454551,253,"*","Promoter (<=1kb)",2,187454790,187545629,90840,1,"3685",-239,"ENSG00000138448","ITGAV","integrin subunit alpha V"
+"chr18",11149020,11149435,416,"*","Promoter (<=1kb)",18,10670244,11148761,478518,2,"63895",-259,"ENSG00000154864","PIEZO2","piezo type mechanosensitive ion channel component 2"
+"chr2",200136966,200137062,97,"*","Exon (uc010fsq.2/23314, exon 7 of 7)",2,200332821,200337481,4661,1,"150538",-195759,"ENSG00000225953","SATB2-AS1","SATB2 antisense RNA 1"
+"chr3",71804139,71804142,4,"*","Promoter (<=1kb)",3,71728440,71803924,75485,2,"317649",-215,"ENSG00000163412","EIF4E3","eukaryotic translation initiation factor 4E family member 3"
+"chr1",55107291,55107373,83,"*","Promoter (<=1kb)",1,55107427,55208328,100902,1,"100527960",-54,"ENSG00000271723","MROH7-TTC4","MROH7-TTC4 readthrough (NMD candidate)"
+"chr1",184006765,184006768,4,"*","Promoter (<=1kb)",1,183898796,184006878,108083,2,"23127",110,"ENSG00000198756","COLGALT2","collagen beta(1-O)galactosyltransferase 2"
+"chr9",976645,976947,303,"*","Promoter (<=1kb)",9,976968,991732,14765,1,"58524",-21,"ENSG00000064218","DMRT3","doublesex and mab-3 related transcription factor 3"
+"chr19",54040726,54040765,40,"*","Intron (uc002qbx.1/55422, intron 2 of 6)",19,54024177,54083523,59347,1,"55422",16549,"ENSG00000130844","ZNF331","zinc finger protein 331"
+"chr6",29576422,29576770,349,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1092852,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",23521756,23521898,143,"*","Promoter (<=1kb)",16,23474863,23521815,46953,2,"23062",0,"ENSG00000103365","GGA2","golgi-associated, gamma adaptin ear containing, ARF binding protein 2"
+"chr10",3679014,3679037,24,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3818188,3827473,9286,2,"1316",148436,"ENSG00000067082","KLF6","Kruppel-like factor 6"
+"chr16",672991,673067,77,"*","Intron (uc021szt.1/57799, intron 4 of 6)",16,681012,684116,3105,1,"117166",-7945,"ENSG00000127578","WFIKKN1","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1"
+"chr16",30786672,30786923,252,"*","3' UTR",16,30789770,30798523,8754,2,"23361",11600,"ENSG00000102870","ZNF629","zinc finger protein 629"
+"chr6",6320710,6320889,180,"*","Promoter (<=1kb)",6,6144311,6320924,176614,2,"2162",35,"ENSG00000124491","F13A1","coagulation factor XIII A chain"
+"chr6",43423089,43423424,336,"*","Promoter (<=1kb)",6,43418090,43423786,5697,2,"65989",362,"ENSG00000171462","DLK2","delta-like 2 homolog (Drosophila)"
+"chr16",31154357,31154636,280,"*","Intron (uc010vff.3/146547, intron 7 of 12)",16,31150247,31161415,11169,2,"146547",6779,"ENSG00000178226","PRSS36","protease, serine 36"
+"chr7",120590496,120590537,42,"*","Promoter (<=1kb)",7,120590817,120615711,24895,1,"54556",-280,"ENSG00000071243","ING3","inhibitor of growth family member 3"
+"chr20",43936805,43936933,129,"*","Promoter (<=1kb)",20,43922087,43937169,15083,2,"8785",236,"ENSG00000124159","MATN4","matrilin 4"
+"chr16",67204681,67204807,127,"*","Promoter (<=1kb)",16,67204400,67209640,5241,1,"8996",281,"ENSG00000140939","NOL3","nucleolar protein 3"
+"chr4",123747447,123747485,39,"*","Promoter (<=1kb)",4,123747863,123819390,71528,1,"2247",-378,"ENSG00000138685","FGF2","fibroblast growth factor 2"
+"chr2",232062797,232063174,378,"*","Promoter (<=1kb)",2,232063294,232238606,175313,1,"80210",-120,"ENSG00000135931","ARMC9","armadillo repeat containing 9"
+"chr16",3074442,3074502,61,"*","Promoter (<=1kb)",16,3072626,3074287,1662,2,"54985",-155,"ENSG00000103145","HCFC1R1","host cell factor C1 regulator 1 (XPO1 dependent)"
+"chr16",19127160,19127172,13,"*","Promoter (1-2kb)",16,19125254,19132952,7699,1,"162073",1906,"ENSG00000205730","ITPRIPL2","inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
+"chr2",232646331,232646383,53,"*","Promoter (<=1kb)",2,232646445,232673434,26990,1,"64708",-62,"ENSG00000144524","COPS7B","COP9 signalosome subunit 7B"
+"chr12",69080845,69080850,6,"*","Promoter (<=1kb)",12,69080731,69136473,55743,1,"57122",114,"ENSG00000111581","NUP107","nucleoporin 107kDa"
+"chr13",48878688,48878700,13,"*","Promoter (<=1kb)",13,48877883,49056026,178144,1,"5925",805,"ENSG00000139687","RB1","retinoblastoma 1"
+"chr2",39102989,39103068,80,"*","Promoter (<=1kb)",2,39024876,39103021,78146,2,"90957",0,"ENSG00000163214","DHX57","DEAH-box helicase 57"
+"chr7",129691449,129691953,505,"*","Promoter (<=1kb)",7,129658126,129691233,33108,2,"51530",-216,"ENSG00000091732","ZC3HC1","zinc finger C3HC-type containing 1"
+"chr1",161193933,161193965,33,"*","Promoter (<=1kb)",1,161192083,161193418,1336,2,"336",-515,"ENSG00000158874","APOA2","apolipoprotein A-II"
+"chr11",71814456,71814458,3,"*","Promoter (<=1kb)",11,71808338,71814433,6096,2,"55004",-23,"ENSG00000149357","LAMTOR1","late endosomal/lysosomal adaptor, MAPK and MTOR activator 1"
+"chr15",80216111,80216228,118,"*","Promoter (<=1kb)",15,80191182,80216096,24915,2,"400410",-15,"ENSG00000180953","ST20","suppressor of tumorigenicity 20"
+"chr16",30832385,30832529,145,"*","Distal Intergenic",16,30789770,30798523,8754,2,"23361",-33862,"ENSG00000102870","ZNF629","zinc finger protein 629"
+"chr3",55508379,55508460,82,"*","Exon (uc003dhm.3/7474, exon 3 of 4)",3,55499743,55521670,21928,2,"7474",13210,"ENSG00000114251","WNT5A","wingless-type MMTV integration site family member 5A"
+"chr6",30180737,30180789,53,"*","Intron (uc003nps.3/7726, intron 9 of 9)",6,28471073,28483570,12498,2,"257202",-1697167,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr14",81422050,81422111,62,"*","Promoter (<=1kb)",14,81421869,81612646,190778,1,"7253",181,"ENSG00000165409","TSHR","thyroid stimulating hormone receptor"
+"chr16",2816368,2816725,358,"*","Exon (uc002crj.1/23524, exon 10 of 10)",16,2821415,2827297,5883,2,"6923",10572,"ENSG00000103363","TCEB2","transcription elongation factor B subunit 2"
+"chr17",76834730,76834941,212,"*","Promoter (2-3kb)",17,76791735,76836969,45235,2,"57602",2028,"ENSG00000055483","USP36","ubiquitin specific peptidase 36"
+"chr5",139927110,139927116,7,"*","Promoter (<=1kb)",5,139927251,139929163,1913,1,"8637",-135,"ENSG00000243056","EIF4EBP3","eukaryotic translation initiation factor 4E binding protein 3"
+"chr2",177022914,177023062,149,"*","Distal Intergenic",2,177028805,177037826,9022,1,"3232",-5743,"ENSG00000128652","HOXD3","homeobox D3"
+"chr5",137609787,137610079,293,"*","Promoter (<=1kb)",5,137588069,137610253,22185,2,"2676",174,"ENSG00000146013","GFRA3","GDNF family receptor alpha 3"
+"chr5",157099032,157099149,118,"*","Promoter (<=1kb)",5,157098561,157107162,8602,1,"100190949",471,"ENSG00000187658","C5orf52","chromosome 5 open reading frame 52"
+"chr7",111202457,111202666,210,"*","Promoter (<=1kb)",7,110303106,111202573,899468,2,"83943",0,"ENSG00000184903","IMMP2L","inner mitochondrial membrane peptidase subunit 2"
+"chr4",46996057,46996216,160,"*","Promoter (<=1kb)",4,46920917,46996424,75508,2,"2557",208,"ENSG00000109158","GABRA4","gamma-aminobutyric acid type A receptor alpha4 subunit"
+"chr6",160147864,160148002,139,"*","Promoter (<=1kb)",6,160148030,160177352,29323,1,"9589",-28,"ENSG00000146457","WTAP","Wilms tumor 1 associated protein"
+"chr14",38064112,38064456,345,"*","Promoter (<=1kb)",14,38058757,38064325,5569,2,"3169",0,"ENSG00000129514","FOXA1","forkhead box A1"
+"chr15",25304474,25304609,136,"*","Promoter (<=1kb)",15,25304604,25420017,115414,1,"3653",0,NA,"IPW","imprinted in Prader-Willi syndrome (non-protein coding)"
+"chr6",29521488,29521499,12,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1037918,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr18",77608948,77609087,140,"*","Distal Intergenic",18,77623668,77659816,36149,1,"26251",-14581,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
+"chr16",3174662,3174915,254,"*","Distal Intergenic",16,3160461,3165599,5139,2,"81854",-9063,NA,"ZNF205-AS1","ZNF205 antisense RNA 1"
+"chr3",138553122,138553528,407,"*","Distal Intergenic",3,138371540,138478201,106662,2,"5291",-74921,"ENSG00000051382","PIK3CB","phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit beta"
+"chr19",21265216,21265364,149,"*","Promoter (<=1kb)",19,21264953,21307883,42931,1,"148206",263,"ENSG00000160352","ZNF714","zinc finger protein 714"
+"chr13",22185547,22185632,86,"*","Distal Intergenic",13,22066828,22178355,111528,2,"221154",-7192,"ENSG00000165487","MICU2","mitochondrial calcium uptake 2"
+"chrX",79591006,79591032,27,"*","Promoter (<=1kb)",23,79591003,79700810,109808,1,"169966",3,"ENSG00000174016","FAM46D","family with sequence similarity 46 member D"
+"chr20",10153013,10153192,180,"*","Intron (uc002wnn.2/100131208, intron 3 of 4)",20,10199477,10288066,88590,1,"6616",-46285,"ENSG00000132639","SNAP25","synaptosome associated protein 25kDa"
+"chr20",47895410,47895481,72,"*","Promoter (<=1kb)",20,47895482,47895560,79,1,"26765",-1,"ENSG00000209042","SNORD12C","small nucleolar RNA, C/D box 12C"
+"chr14",61201365,61201370,6,"*","Promoter (<=1kb)",14,61201459,61435398,233940,1,"4331",-89,"ENSG00000020426","MNAT1","MNAT1, CDK activating kinase assembly factor"
+"chr15",42066774,42067042,269,"*","Promoter (<=1kb)",15,42066632,42120053,53422,1,"23005",142,"ENSG00000137802","MAPKBP1","mitogen-activated protein kinase binding protein 1"
+"chr11",61160099,61160442,344,"*","Promoter (<=1kb)",11,61159832,61166335,6504,1,"51259",267,"ENSG00000187049","TMEM216","transmembrane protein 216"
+"chr16",29801729,29801792,64,"*","Promoter (<=1kb)",16,29802034,29816706,14673,1,"3835",-242,"ENSG00000079616","KIF22","kinesin family member 22"
+"chr3",194991637,194992047,411,"*","Promoter (<=1kb)",3,194789013,194991895,202883,2,"152002",0,"ENSG00000173950","XXYLT1","xyloside xylosyltransferase 1"
+"chr15",81292878,81293049,172,"*","Promoter (<=1kb)",15,81293295,81296345,3051,1,"59274",-246,"ENSG00000140406","MESDC1","mesoderm development candidate 1"
+"chr12",77459480,77459485,6,"*","Promoter (<=1kb)",12,77415026,77459360,44335,2,"144455",-120,"ENSG00000165891","E2F7","E2F transcription factor 7"
+"chr17",27046520,27046591,72,"*","Promoter (<=1kb)",17,27047000,27051374,4375,1,"6147",-409,"ENSG00000198242","RPL23A","ribosomal protein L23a"
+"chr4",54457746,54457842,97,"*","Promoter (1-2kb)",4,54459123,54471548,12426,1,"100873955",-1281,NA,"LNX1-AS2","LNX1 antisense RNA 2"
+"chr10",77035945,77036584,640,"*","Distal Intergenic",10,77056141,77121436,65296,1,"253264",-19557,"ENSG00000226051","ZNF503-AS1","ZNF503 antisense RNA 1"
+"chr16",56623063,56623167,105,"*","Promoter (<=1kb)",16,56623267,56625000,1734,1,"4504",-100,"ENSG00000087250","MT3","metallothionein 3"
+"chr22",43583690,43583797,108,"*","Promoter (<=1kb)",22,43562628,43583137,20510,2,"23170",-553,"ENSG00000100304","TTLL12","tubulin tyrosine ligase like 12"
+"chr17",40706061,40706337,277,"*","Promoter (2-3kb)",17,40703984,40707232,3249,1,"3292",2077,"ENSG00000108786","HSD17B1","hydroxysteroid (17-beta) dehydrogenase 1"
+"chr1",39283522,39283780,259,"*","Distal Intergenic",1,39328162,39339050,10889,2,"26292",55270,"ENSG00000214114","MYCBP","MYC binding protein"
+"chr12",53299097,53299310,214,"*","Intron (uc009zmk.1/3856, intron 8 of 8)",12,53342655,53346685,4031,1,"3875",-43345,"ENSG00000111057","KRT18","keratin 18"
+"chr16",31044668,31044683,16,"*","Promoter (<=1kb)",16,31044416,31051488,7073,1,"6810",252,"ENSG00000103496","STX4","syntaxin 4"
+"chr16",56702096,56702110,15,"*","Promoter (<=1kb)",16,56700653,56701977,1325,2,"4495",-119,"ENSG00000125144","MT1G","metallothionein 1G"
+"chr14",105209604,105209780,177,"*","Intron (uc001ypd.3/122622, intron 10 of 12)",14,105219470,105225996,6527,1,"10572",-9690,"ENSG00000184990","SIVA1","SIVA1 apoptosis inducing factor"
+"chr6",30157039,30157133,95,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1673469,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr2",5584457,5584614,158,"*","Distal Intergenic",2,5832799,5841517,8719,1,"6664",-248185,"ENSG00000176887","SOX11","SRY-box 11"
+"chr8",38964978,38965122,145,"*","Promoter (<=1kb)",8,38965050,39142436,177387,1,"203102",0,"ENSG00000197140","ADAM32","ADAM metallopeptidase domain 32"
+"chr20",61371610,61371760,151,"*","Intron (uc002ydf.3/4923, intron 1 of 3)",20,61340189,61394123,53935,1,"4923",31421,"ENSG00000101188","NTSR1","neurotensin receptor 1 (high affinity)"
+"chr10",118369843,118369890,48,"*","Distal Intergenic",10,118380465,118404654,24190,1,"5408",-10575,"ENSG00000266200","PNLIPRP2","pancreatic lipase related protein 2 (gene/pseudogene)"
+"chr11",2162462,2162488,27,"*","Promoter (<=1kb)",11,2161758,2169896,8139,1,"51214",704,"ENSG00000099869","IGF2-AS","IGF2 antisense RNA"
+"chr3",188665930,188665974,45,"*","Promoter (<=1kb)",3,188665003,189041271,376269,1,"285386",927,"ENSG00000188001","TPRG1","tumor protein p63 regulated 1"
+"chr1",234614967,234614993,27,"*","Promoter (<=1kb)",1,234527059,234614849,87791,2,"6894",-118,"ENSG00000059588","TARBP1","TAR (HIV-1) RNA binding protein 1"
+"chr8",145838926,145839411,486,"*","Intron (uc011llk.1/80728, intron 10 of 10)",8,145754563,145911194,156632,2,"80728",71783,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
+"chr16",2867051,2867386,336,"*","Promoter (<=1kb)",16,2867164,2871723,4560,1,"10942",0,"ENSG00000007038","PRSS21","protease, serine 21"
+"chr1",87617763,87617916,154,"*","Intron (uc001dme.2/339524, intron 7 of 7)",1,87458690,87634886,176197,1,"339524",159073,"ENSG00000267272","LINC01140","long intergenic non-protein coding RNA 1140"
+"chr2",70056612,70056642,31,"*","Promoter (<=1kb)",2,70056818,70106727,49910,1,"64395",-176,"ENSG00000087338","GMCL1","germ cell-less, spermatogenesis associated 1"
+"chr7",64345219,64345417,199,"*","Promoter (2-3kb)",7,64342871,64391955,49085,1,"10793",2348,"ENSG00000198039","ZNF273","zinc finger protein 273"
+"chr7",4828451,4828519,69,"*","Promoter (<=1kb)",7,4828196,4828270,75,2,"100616465",-181,"ENSG00000264474","MIR4656","microRNA 4656"
+"chr9",140119520,140119882,363,"*","Promoter (<=1kb)",9,140119644,140120763,1120,1,"375791",0,"ENSG00000197191","CYSRT1","cysteine rich tail 1"
+"chr6",169568488,169568564,77,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",85573,"ENSG00000186340","THBS2","thrombospondin 2"
+"chr16",968265,968595,331,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",62723,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr16",3550908,3550924,17,"*","Promoter (<=1kb)",16,3550945,3589051,38107,1,"23059",-21,"ENSG00000103351","CLUAP1","clusterin associated protein 1"
+"chr2",217559369,217559688,320,"*","Promoter (<=1kb)",2,217536828,217560272,23445,2,"3488",584,"ENSG00000115461","IGFBP5","insulin like growth factor binding protein 5"
+"chr4",40859280,40859293,14,"*","Intron (uc010ifu.3/323, intron 6 of 10)",4,40751914,40812002,60089,1,"79730",107366,"ENSG00000179299","NSUN7","NOP2/Sun RNA methyltransferase family member 7"
+"chr6",33156236,33156293,58,"*","Exon (uc003ocx.1/1302, exon 4 of 66)",6,33540323,33548070,7748,2,"578",391777,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr2",69968554,69968558,5,"*","Promoter (<=1kb)",2,69969127,70053596,84470,1,"307",-569,"ENSG00000196975","ANXA4","annexin A4"
+"chr11",76777774,76777863,90,"*","Promoter (<=1kb)",11,76777992,76837198,59207,1,"726",-129,"ENSG00000149260","CAPN5","calpain 5"
+"chr6",166901788,166901831,44,"*","Intron (uc011ego.1/6196, intron 11 of 20)",6,166922842,166922921,80,2,"100302141",21090,"ENSG00000222958","MIR1913","microRNA 1913"
+"chr19",53561393,53561811,419,"*","Distal Intergenic",19,53547991,53554380,6390,1,"100271846",13402,"ENSG00000268964","ERVV-2","endogenous retrovirus group V member 2"
+"chr21",47648645,47648860,216,"*","Promoter (<=1kb)",21,47608360,47648738,40379,2,"4047",0,"ENSG00000160285","LSS","lanosterol synthase (2,3-oxidosqualene-lanosterol cyclase)"
+"chr12",6691698,6691805,108,"*","Promoter (<=1kb)",12,6690639,6690775,137,2,"677780",-923,"ENSG00000251898","SCARNA11","small Cajal body-specific RNA 11"
+"chr12",110151630,110151938,309,"*","Promoter (<=1kb)",12,110152187,110208312,56126,1,"84915",-249,"ENSG00000139438","FAM222A","family with sequence similarity 222 member A"
+"chr6",31370989,31371023,35,"*","Intron (uc003rxz.1/100507436, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",1186590,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr15",89879049,89879190,142,"*","Promoter (1-2kb)",15,89859536,89878026,18491,2,"5428",-1023,"ENSG00000140521","POLG","polymerase (DNA) gamma, catalytic subunit"
+"chr21",34144316,34144322,7,"*","Promoter (<=1kb)",21,34144411,34170016,25606,1,"54067",-89,NA,"C21orf62-AS1","C21orf62 antisense RNA 1"
+"chr5",68665436,68665540,105,"*","Promoter (<=1kb)",5,68647553,68665840,18288,2,"6880",300,"ENSG00000085231","TAF9","TATA-box binding protein associated factor 9"
+"chr4",81119299,81119473,175,"*","Intron (uc010ijo.3/56978, intron 5 of 7)",4,81105439,81125482,20044,1,"56978",13860,"ENSG00000152784","PRDM8","PR domain 8"
+"chr1",151584695,151584854,160,"*","Promoter (<=1kb)",1,151584541,151671559,87019,1,"81609",154,"ENSG00000143376","SNX27","sorting nexin family member 27"
+"chr16",1133172,1133199,28,"*","Distal Intergenic",16,1114082,1128731,14650,2,"146336",-4441,"ENSG00000261713","SSTR5-AS1","SSTR5 antisense RNA 1"
+"chr3",69985375,69985594,220,"*","Intron (uc003dnz.3/4286, intron 2 of 9)",3,69788586,70017488,228903,1,"4286",196789,"ENSG00000187098","MITF","microphthalmia-associated transcription factor"
+"chr6",3118159,3118525,367,"*","Promoter (<=1kb)",6,3118926,3153432,34507,1,"670",-401,"ENSG00000137274","BPHL","biphenyl hydrolase-like (serine hydrolase)"
+"chr6",3749854,3749968,115,"*","Promoter (2-3kb)",6,3722836,3752246,29411,2,"221749",2278,"ENSG00000168994","PXDC1","PX domain containing 1"
+"chr6",144385917,144386093,177,"*","Promoter (<=1kb)",6,144261437,144385735,124299,2,"5325",-182,"ENSG00000118495","PLAGL1","PLAG1 like zinc finger 1"
+"chrX",19140490,19140658,169,"*","Promoter (<=1kb)",23,19007425,19140755,133331,2,"10149",97,"ENSG00000173698","ADGRG2","adhesion G protein-coupled receptor G2"
+"chr2",179184816,179184818,3,"*","Intron (uc002ulw.3/114880, intron 3 of 13)",2,179246805,179541009,294205,1,"100302152",-61987,"ENSG00000221669","MIR548N","microRNA 548n"
+"chr14",77647935,77647959,25,"*","Promoter (<=1kb)",14,77648102,77725838,77737,1,"57156",-143,"ENSG00000165548","TMEM63C","transmembrane protein 63C"
+"chr6",151152826,151152916,91,"*","Exon (uc011eel.1/57480, exon 15 of 15)",6,151186815,151423023,236209,1,"25902",-33899,"ENSG00000120254","MTHFD1L","methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 1-like"
+"chr7",54827016,54827052,37,"*","Promoter (<=1kb)",7,54819940,54826939,7000,2,"23480",-77,"ENSG00000132432","SEC61G","Sec61 translocon gamma subunit"
+"chr2",173293328,173293344,17,"*","Promoter (1-2kb)",2,173292082,173371181,79100,1,"3655",1246,"ENSG00000091409","ITGA6","integrin subunit alpha 6"
+"chr2",232393016,232393196,181,"*","Promoter (1-2kb)",2,232387871,232395182,7312,2,"10316",1986,"ENSG00000171596","NMUR1","neuromedin U receptor 1"
+"chr5",140567533,140568027,495,"*","Exon (uc003liw.1/uc003liw.1, exon 1 of 2)",5,140571952,140575213,3262,1,"56126",-3925,"ENSG00000120324","PCDHB10","protocadherin beta 10"
+"chr15",55700853,55701181,329,"*","Promoter (<=1kb)",15,55700723,55710910,10188,1,"145788",130,"ENSG00000261652","C15orf65","chromosome 15 open reading frame 65"
+"chr17",46641863,46641963,101,"*","Intron (uc002ino.3/3213, intron 3 of 3)",17,46652869,46655743,2875,2,"3214",13780,"ENSG00000182742","HOXB4","homeobox B4"
+"chr7",42533282,42533414,133,"*","Distal Intergenic",7,42000548,42276618,276071,2,"2737",-256664,"ENSG00000106571","GLI3","GLI family zinc finger 3"
+"chr5",149900914,149901187,274,"*","Exon (uc011dcj.2/3340, exon 2 of 14)",5,149877340,149937773,60434,1,"3340",23574,"ENSG00000070614","NDST1","N-deacetylase/N-sulfotransferase 1"
+"chr5",145758881,145759373,493,"*","Distal Intergenic",5,145718587,145720083,1497,1,"5459",40294,"ENSG00000091010","POU4F3","POU class 4 homeobox 3"
+"chr16",2273898,2274162,265,"*","Promoter (<=1kb)",16,2273567,2285743,12177,1,"1877",331,"ENSG00000167967","E4F1","E4F transcription factor 1"
+"chr19",18709429,18709437,9,"*","Intron (uc010ebt.2/9244, intron 6 of 8)",19,18704035,18717660,13626,2,"9244",8223,"ENSG00000006016","CRLF1","cytokine receptor-like factor 1"
+"chr16",22012560,22012565,6,"*","Promoter (<=1kb)",16,21995186,22012431,17246,2,"255762",-129,"ENSG00000155714","PDZD9","PDZ domain containing 9"
+"chr10",105452291,105452352,62,"*","Intron (uc010qqr.2/9644, intron 7 of 7)",10,105506537,105515167,8631,1,"100505839",-54185,"ENSG00000280693","SH3PXD2A-AS1","SH3PXD2A antisense RNA 1"
+"chr2",98261992,98262021,30,"*","Promoter (<=1kb)",2,98262521,98264657,2137,1,"1329",-500,"ENSG00000135940","COX5B","cytochrome c oxidase subunit 5B"
+"chr6",28602578,28602639,62,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119008,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr3",45348202,45348484,283,"*","Distal Intergenic",3,45265956,45267814,1859,2,"25907",-80388,"ENSG00000249992","TMEM158","transmembrane protein 158 (gene/pseudogene)"
+"chr4",151000084,151000187,104,"*","Promoter (<=1kb)",4,150999426,151178608,179183,1,"166614",658,"ENSG00000170390","DCLK2","doublecortin like kinase 2"
+"chr20",2276615,2276992,378,"*","Promoter (<=1kb)",20,2276613,2321725,45113,1,"7053",2,"ENSG00000125780","TGM3","transglutaminase 3"
+"chr1",92945668,92946132,465,"*","Exon (uc001dou.4/2672, exon 5 of 7)",1,92940318,92952433,12116,2,"2672",6301,"ENSG00000162676","GFI1","growth factor independent 1 transcription repressor"
+"chr11",66206505,66206894,390,"*","Promoter (<=1kb)",11,66202550,66206310,3761,2,"65003",-195,"ENSG00000174547","MRPL11","mitochondrial ribosomal protein L11"
+"chr11",1771907,1771930,24,"*","Promoter (<=1kb)",11,1753640,1771824,18185,2,"402778",-83,"ENSG00000244242","IFITM10","interferon induced transmembrane protein 10"
+"chr6",17281015,17281327,313,"*","Promoter (<=1kb)",6,17281809,17294099,12291,1,"221662",-482,"ENSG00000112183","RBM24","RNA binding motif protein 24"
+"chr16",46963261,46963716,456,"*","3' UTR",16,46989274,47007625,18352,2,"10294",43909,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
+"chr15",40226588,40226905,318,"*","Promoter (<=1kb)",15,40226347,40327797,101451,1,"440275",241,"ENSG00000128829","EIF2AK4","eukaryotic translation initiation factor 2 alpha kinase 4"
+"chr6",33163689,33163745,57,"*","3' UTR",6,33540323,33548070,7748,2,"578",384325,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr19",12251131,12251201,71,"*","Promoter (<=1kb)",19,12242168,12251222,9055,2,"7568",21,"ENSG00000132010","ZNF20","zinc finger protein 20"
+"chr2",25473481,25473733,253,"*","Intron (uc002rgb.4/1788, intron 18 of 18)",2,25551509,25551590,82,2,"100302246",77857,NA,"MIR1301","microRNA 1301"
+"chr6",30294854,30294860,7,"*","Exon (uc003npx.3/414777, exon 1 of 5)",6,28471073,28483570,12498,2,"257202",-1811284,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr12",115134918,115134950,33,"*","Distal Intergenic",12,115108059,115121969,13911,2,"6926",-12949,"ENSG00000135111","TBX3","T-box 3"
+"chr7",1819219,1819246,28,"*","Distal Intergenic",7,1883816,1883889,74,2,"100616160",64643,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr17",40428711,40428746,36,"*","Promoter (<=1kb)",17,40351195,40428424,77230,2,"6777",-287,"ENSG00000173757","STAT5B","signal transducer and activator of transcription 5B"
+"chr2",1544072,1544076,5,"*","Intron (uc010ewj.3/7173, intron 5 of 5)",2,1377995,1546499,168505,1,"7173",166077,"ENSG00000115705","TPO","thyroid peroxidase"
+"chr6",33255190,33255193,4,"*","Exon (uc003ods.3/9277, exon 8 of 15)",6,33540323,33548070,7748,2,"578",292877,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr7",96747045,96747063,19,"*","Promoter (1-2kb)",7,96745905,96811075,65171,1,"57001",1140,"ENSG00000196636","SDHAF3","succinate dehydrogenase complex assembly factor 3"
+"chr3",183165546,183165756,211,"*","Promoter (<=1kb)",3,183165396,183173800,8405,1,"100505687",150,"ENSG00000240024","LINC00888","long intergenic non-protein coding RNA 888"
+"chr14",100531543,100531752,210,"*","5' UTR",14,100438151,100610573,172423,1,"51466",93392,"ENSG00000196405","EVL","Enah/Vasp-like"
+"chr16",71559397,71559531,135,"*","Promoter (<=1kb)",16,71560023,71572493,12471,1,"10164",-492,"ENSG00000140835","CHST4","carbohydrate (N-acetylglucosamine 6-O) sulfotransferase 4"
+"chr6",27860679,27860893,215,"*","Promoter (<=1kb)",6,27860477,27860963,487,2,"8336",70,"ENSG00000278677","HIST1H2AM","histone cluster 1, H2am"
+"chr16",1275402,1275475,74,"*","Promoter (<=1kb)",16,1271651,1275254,3604,2,"25823",-148,"ENSG00000116176","TPSG1","tryptase gamma 1"
+"chr7",121940581,121940647,67,"*","Downstream (<1kb)",7,121943712,121950131,6420,1,"154860",-3065,"ENSG00000230316","FEZF1-AS1","FEZF1 antisense RNA 1"
+"chr10",64028702,64028956,255,"*","Promoter (<=1kb)",10,63942794,64028466,85673,2,"219790",-236,"ENSG00000182010","RTKN2","rhotekin 2"
+"chr11",112034877,112034949,73,"*","Promoter (<=1kb)",11,112013974,112034840,20867,2,"3606",-37,"ENSG00000150782","IL18","interleukin 18"
+"chr3",184529821,184529823,3,"*","Promoter (<=1kb)",3,184529931,184770402,240472,1,"23355",-108,"ENSG00000156931","VPS8","VPS8, CORVET complex subunit"
+"chr6",94129243,94129364,122,"*","Promoter (<=1kb)",6,93949740,94129300,179561,2,"2045",0,"ENSG00000135333","EPHA7","EPH receptor A7"
+"chr2",54952298,54952487,190,"*","Promoter (<=1kb)",2,54952149,55199156,247008,1,"400954",149,"ENSG00000214595","EML6","echinoderm microtubule associated protein like 6"
+"chr10",30248831,30248839,9,"*","Distal Intergenic",10,30301729,30404420,102692,2,"57608",155581,"ENSG00000165757","KIAA1462","KIAA1462"
+"chr1",63154320,63154417,98,"*","Promoter (<=1kb)",1,62920397,63154039,233643,2,"85440",-281,"ENSG00000116641","DOCK7","dedicator of cytokinesis 7"
+"chr2",174267224,174267362,139,"*","Distal Intergenic",2,174219561,174233718,14158,1,"83879",47663,"ENSG00000144354","CDCA7","cell division cycle associated 7"
+"chr11",64085635,64085670,36,"*","Promoter (<=1kb)",11,64085560,64089295,3736,1,"25824",75,"ENSG00000126432","PRDX5","peroxiredoxin 5"
+"chr6",28249428,28249497,70,"*","Promoter (<=1kb)",6,28249314,28270326,21013,1,"84547",114,"ENSG00000137338","PGBD1","piggyBac transposable element derived 1"
+"chr20",4990973,4990980,8,"*","Promoter (<=1kb)",20,4833002,4990939,157938,2,"9962",-34,"ENSG00000089057","SLC23A2","solute carrier family 23 member 2"
+"chr4",75023719,75023801,83,"*","Exon (uc003hhq.1/uc003hhq.1, exon 1 of 1)",4,74979896,75168814,188919,1,"441024",43823,"ENSG00000163738","MTHFD2L","methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2-like"
+"chr1",896257,896262,6,"*","Promoter (<=1kb)",1,895967,901099,5133,1,"339451",290,"ENSG00000187961","KLHL17","kelch like family member 17"
+"chr16",15787892,15787920,29,"*","Intron (uc010uzy.2/54820, intron 7 of 9)",16,15737151,15737229,79,1,"619553",50741,NA,"MIR484","microRNA 484"
+"chr7",75157394,75157408,15,"*","Promoter (<=1kb)",7,75137069,75157453,20385,2,"5387",45,"ENSG00000127957","PMS2P3","PMS1 homolog 2, mismatch repair system component pseudogene 3"
+"chr11",10715140,10715165,26,"*","Promoter (<=1kb)",11,10594638,10715535,120898,2,"10335",370,"ENSG00000072952","MRVI1","murine retrovirus integration site 1 homolog"
+"chr6",28550343,28550368,26,"*","Intron (uc003nlo.3/114821, intron 3 of 3)",6,28471073,28483570,12498,2,"257202",-66773,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",30010155,30010457,303,"*","Intron (uc011dme.2/80862, intron 3 of 5)",6,28471073,28483570,12498,2,"257202",-1526585,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr15",90118933,90119137,205,"*","Promoter (<=1kb)",15,90118818,90171253,52436,1,"90381",115,"ENSG00000140534","TICRR","TOPBP1 interacting checkpoint and replication regulator"
+"chr10",130124602,130124853,252,"*","Distal Intergenic",10,129894925,129924468,29544,2,"4288",-200134,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
+"chr6",167616968,167617071,104,"*","Distal Intergenic",6,167584081,167596396,12316,1,"401285",32887,"ENSG00000166984","TCP10L2","t-complex 10-like 2"
+"chr1",208042632,208042910,279,"*","Distal Intergenic",1,208059883,208084683,24801,2,"947",41773,"ENSG00000174059","CD34","CD34 molecule"
+"chr11",67176986,67176994,9,"*","Exon (uc001okz.4/374403, exon 9 of 9)",11,67171384,67177561,6178,1,"374403",5602,"ENSG00000175463","TBC1D10C","TBC1 domain family member 10C"
+"chr16",10837635,10837642,8,"*","Promoter (<=1kb)",16,10837698,10863208,25511,1,"4682",-56,"ENSG00000103274","NUBP1","nucleotide binding protein 1"
+"chr3",138327322,138327339,18,"*","Promoter (<=1kb)",3,138327542,138352213,24672,1,"55179",-203,"ENSG00000158234","FAIM","Fas apoptotic inhibitory molecule"
+"chr10",99332073,99332241,169,"*","Promoter (<=1kb)",10,99332256,99343641,11386,1,"26287",-15,"ENSG00000165887","ANKRD2","ankyrin repeat domain 2"
+"chr7",121950924,121950926,3,"*","Distal Intergenic",7,121941448,121944565,3118,2,"389549",-6359,"ENSG00000128610","FEZF1","FEZ family zinc finger 1"
+"chr1",40839702,40839764,63,"*","Promoter (<=1kb)",1,40839378,40888998,49621,1,"64744",324,"ENSG00000084070","SMAP2","small ArfGAP2"
+"chr18",24445214,24445270,57,"*","Promoter (<=1kb)",18,24445272,24770658,325387,1,"147429",-2,NA,"AQP4-AS1","AQP4 antisense RNA 1"
+"chr12",91539868,91539892,25,"*","3' UTR",12,91497232,91505542,8311,2,"4060",-34326,"ENSG00000139329","LUM","lumican"
+"chr16",4702786,4703003,218,"*","Exon (uc002cwz.3/23295, exon 4 of 17)",16,4674825,4740975,66151,1,"23295",27961,"ENSG00000102858","MGRN1","mahogunin ring finger 1, E3 ubiquitin protein ligase"
+"chr16",22926538,22926553,16,"*","Exon (uc002dli.3/9956, exon 2 of 2)",16,22825860,22927659,101800,1,"9956",100678,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
+"chr9",139780848,139781161,314,"*","Promoter (<=1kb)",9,139781185,139781255,71,1,"100616480",-24,"ENSG00000266507","MIR4479","microRNA 4479"
+"chr1",40204431,40204614,184,"*","Promoter (<=1kb)",1,40204517,40229586,25070,1,"10450",0,"ENSG00000084072","PPIE","peptidylprolyl isomerase E"
+"chr12",122019028,122019032,5,"*","Promoter (<=1kb)",12,121866900,122018920,152021,2,"84678",-108,"ENSG00000089094","KDM2B","lysine demethylase 2B"
+"chr19",618059,618324,266,"*","Intron (uc002lpf.1/5442, intron 4 of 20)",19,617223,633568,16346,2,"5442",15244,"ENSG00000099821","POLRMT","polymerase (RNA) mitochondrial"
+"chr17",73500739,73501021,283,"*","Exon (uc010wsc.3/57513, exon 10 of 19)",17,73496341,73511664,15324,2,"57513",10643,"ENSG00000177303","CASKIN2","CASK interacting protein 2"
+"chr11",117187223,117187236,14,"*","Promoter (<=1kb)",11,117156402,117186972,30571,2,"23621",-251,"ENSG00000186318","BACE1","beta-site APP-cleaving enzyme 1"
+"chr13",97600124,97600168,45,"*","Intron (uc031qmy.1/100887754, intron 1 of 2)",13,97593535,97636426,42892,2,"100887754",36258,NA,"LINC00359","long intergenic non-protein coding RNA 359"
+"chr15",44069470,44069569,100,"*","Promoter (<=1kb)",15,44069294,44088287,18994,1,"10169",176,"ENSG00000140264","SERF2","small EDRK-rich factor 2"
+"chrX",118109413,118109796,384,"*","Promoter (<=1kb)",23,118108713,118151949,43237,1,"79836",700,"ENSG00000175556","LONRF3","LON peptidase N-terminal domain and ring finger 3"
+"chr17",3627010,3627045,36,"*","Promoter (<=1kb)",17,3627197,3629992,2796,1,"83903",-152,"ENSG00000177602","GSG2","germ cell associated 2 (haspin)"
+"chr4",83719847,83719860,14,"*","Promoter (<=1kb)",4,83550690,83720010,169321,2,"79966",150,"ENSG00000145284","SCD5","stearoyl-CoA desaturase 5"
+"chr6",6623195,6623530,336,"*","Promoter (<=1kb)",6,6346698,6623059,276362,2,"285780",-136,"ENSG00000216863","LY86-AS1","LY86 antisense RNA 1"
+"chr14",105944607,105944942,336,"*","Exon (uc010tyr.2/1397, exon 3 of 9)",14,105939275,105946507,7233,1,"1397",5332,"ENSG00000182809","CRIP2","cysteine rich protein 2"
+"chr11",6439806,6439816,11,"*","Promoter (<=1kb)",11,6416355,6440644,24290,2,"322",828,"ENSG00000166313","APBB1","amyloid beta precursor protein binding family B member 1"
+"chr6",32133963,32134176,214,"*","3' UTR",6,32485154,32557613,72460,2,"3127",423437,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",15478934,15478992,59,"*","Promoter (<=1kb)",1,15438311,15478960,40650,2,"200197",0,"ENSG00000175147","TMEM51-AS1","TMEM51 antisense RNA 1"
+"chr1",116518930,116518937,8,"*","Promoter (<=1kb)",1,116519119,116612675,93557,1,"55356",-182,"ENSG00000163393","SLC22A15","solute carrier family 22 member 15"
+"chr16",19533571,19533767,197,"*","Promoter (<=1kb)",16,19513015,19533450,20436,2,"51573",-121,"ENSG00000006007","GDE1","glycerophosphodiester phosphodiesterase 1"
+"chr5",92932120,92932433,314,"*","Distal Intergenic",5,92919043,92929786,10744,1,"7025",13077,"ENSG00000175745","NR2F1","nuclear receptor subfamily 2 group F member 1"
+"chr13",112726070,112726124,55,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",4157,"ENSG00000182968","SOX1","SRY-box 1"
+"chr1",1590669,1590941,273,"*","Intron (uc001ags.1/984, intron 14 of 15)",1,1567560,1570030,2471,1,"8510",23109,"ENSG00000189409","MMP23B","matrix metallopeptidase 23B"
+"chr1",59012469,59012484,16,"*","Promoter (<=1kb)",1,58939504,59012446,72943,2,"115209",-23,"ENSG00000162600","OMA1","OMA1 zinc metallopeptidase"
+"chr1",228494821,228494830,10,"*","Exon (uc001hsn.4/84033, exon 45 of 81)",1,228391207,228401365,10159,2,"574407",-93456,"ENSG00000162913","C1orf145","chromosome 1 open reading frame 145"
+"chr5",139090055,139090266,212,"*","Distal Intergenic",5,139028301,139062680,34380,1,"51523",61754,"ENSG00000171604","CXXC5","CXXC finger protein 5"
+"chr16",30645626,30645706,81,"*","Distal Intergenic",16,30662241,30667734,5494,1,"78994",-16535,"ENSG00000156858","PRR14","proline rich 14"
+"chr12",121790271,121790273,3,"*","Promoter (1-2kb)",12,121746048,121792012,45965,2,"51433",1739,"ENSG00000089053","ANAPC5","anaphase promoting complex subunit 5"
+"chr4",105416420,105416432,13,"*","Promoter (<=1kb)",4,105389463,105416058,26596,2,"80319",-362,"ENSG00000168772","CXXC4","CXXC finger protein 4"
+"chr10",2006842,2006902,61,"*","Distal Intergenic",10,2047667,2056542,8876,2,"282980",49640,"ENSG00000234962","LINC00700","long intergenic non-protein coding RNA 700"
+"chr1",92683406,92683514,109,"*","Promoter (<=1kb)",1,92683573,92711367,27795,1,"388649",-59,"ENSG00000203910","C1orf146","chromosome 1 open reading frame 146"
+"chr15",44487308,44487497,190,"*","Promoter (<=1kb)",15,44165474,44487429,321956,2,"84978",0,"ENSG00000171877","FRMD5","FERM domain containing 5"
+"chr16",734532,734619,88,"*","Promoter (<=1kb)",16,731667,734439,2773,2,"339123",-93,"ENSG00000161999","JMJD8","jumonji domain containing 8"
+"chr2",29033248,29033304,57,"*","Intron (uc002rmi.3/245711, intron 5 of 10)",2,29005383,29073475,68093,1,"245711",27865,"ENSG00000163806","SPDYA","speedy/RINGO cell cycle regulator family member A"
+"chr16",84085964,84086080,117,"*","Downstream (1-2kb)",16,84043389,84075762,32374,2,"146167",-10202,"ENSG00000166558","SLC38A8","solute carrier family 38 member 8"
+"chr2",163008774,163009075,302,"*","Promoter (<=1kb)",2,162999379,163008914,9536,2,"2641",0,"ENSG00000115263","GCG","glucagon"
+"chr3",147112438,147112493,56,"*","Intron (uc003ewc.2/84107, intron 2 of 2)",3,147103835,147124596,20762,2,"84107",12103,"ENSG00000174963","ZIC4","Zic family member 4"
+"chr8",55294562,55294721,160,"*","Distal Intergenic",8,55370495,55373456,2962,1,"64321",-75774,"ENSG00000164736","SOX17","SRY-box 17"
+"chr1",15850369,15850408,40,"*","Promoter (<=1kb)",1,15817324,15851285,33962,2,"842",877,"ENSG00000132906","CASP9","caspase 9"
+"chr7",23287420,23287560,141,"*","Promoter (1-2kb)",7,23286316,23314729,28414,1,"10457",1104,"ENSG00000136235","GPNMB","glycoprotein nmb"
+"chr1",9243600,9243631,32,"*","Distal Intergenic",1,9211727,9211836,110,2,"407040",-31764,"ENSG00000207865","MIR34A","microRNA 34a"
+"chr16",73101021,73101216,196,"*","Distal Intergenic",16,72816786,73092534,275749,2,"463",-8487,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
+"chr5",172640567,172640858,292,"*","Distal Intergenic",5,172659107,172662315,3209,2,"1482",21457,"ENSG00000183072","NKX2-5","NK2 homeobox 5"
+"chr13",100153613,100153622,10,"*","Promoter (<=1kb)",13,100153628,100216302,62675,1,"9375",-6,"ENSG00000125304","TM9SF2","transmembrane 9 superfamily member 2"
+"chr1",77748432,77748680,249,"*","Promoter (<=1kb)",1,77747662,78025654,277993,1,"26289",770,"ENSG00000154027","AK5","adenylate kinase 5"
+"chr7",139320346,139320459,114,"*","Intron (uc003vvd.4/28996, intron 13 of 14)",7,139208674,139229731,21058,1,"154790",111672,"ENSG00000236279","CLEC2L","C-type lectin domain family 2 member L"
+"chr11",109963885,109963985,101,"*","Promoter (<=1kb)",11,109963926,110042566,78641,1,"85463",0,"ENSG00000149289","ZC3H12C","zinc finger CCCH-type containing 12C"
+"chr7",157208882,157208920,39,"*","3' UTR",7,157129710,157210133,80424,1,"10049",79172,"ENSG00000105993","DNAJB6","DnaJ heat shock protein family (Hsp40) member B6"
+"chr10",423529,423559,31,"*","Intron (uc001ifp.3/22982, intron 20 of 36)",10,180405,300577,120173,1,"10771",243124,"ENSG00000015171","ZMYND11","zinc finger MYND-type containing 11"
+"chr1",75198551,75198582,32,"*","Promoter (<=1kb)",1,75198836,75232360,33525,1,"127253",-254,"ENSG00000162623","TYW3","tRNA-yW synthesizing protein 3 homolog"
+"chr14",91751725,91752093,369,"*","5' UTR",14,91698876,91720224,21349,2,"8111",-31501,"ENSG00000119714","GPR68","G protein-coupled receptor 68"
+"chr1",223566713,223566746,34,"*","Promoter (<=1kb)",1,223566715,223568812,2098,1,"164127",0,"ENSG00000178395","CCDC185","coiled-coil domain containing 185"
+"chr11",133446185,133446262,78,"*","Distal Intergenic",11,132284875,133402403,1117529,2,"4978",-43782,"ENSG00000183715","OPCML","opioid binding protein/cell adhesion molecule-like"
+"chr17",70339099,70339101,3,"*","Distal Intergenic",17,70117161,70122560,5400,1,"6662",221938,"ENSG00000125398","SOX9","SRY-box 9"
+"chr4",1305377,1305780,404,"*","5' UTR",4,1283672,1333925,50254,1,"10296",21705,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
+"chr6",28829931,28829946,16,"*","Intron (uc003nlq.2/401242, intron 1 of 1)",6,28471073,28483570,12498,2,"257202",-346361,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",588434,588514,81,"*","Exon (uc002chg.3/6650, exon 4 of 4)",16,585316,585368,53,1,"100847028",3118,"ENSG00000266124","MIR5587","microRNA 5587"
+"chr20",2781214,2781316,103,"*","Promoter (<=1kb)",20,2774715,2781292,6578,2,"56265",0,"ENSG00000088882","CPXM1","carboxypeptidase X (M14 family), member 1"
+"chrX",23925698,23925777,80,"*","Promoter (<=1kb)",23,23851465,23926057,74593,2,"79135",280,"ENSG00000184831","APOO","apolipoprotein O"
+"chr19",17392414,17392429,16,"*","Promoter (<=1kb)",19,17392454,17398454,6001,1,"126549",-25,"ENSG00000160117","ANKLE1","ankyrin repeat and LEM domain containing 1"
+"chr19",57922462,57922542,81,"*","5' UTR",19,57901218,57913919,12702,1,"147694",21244,"ENSG00000188785","ZNF548","zinc finger protein 548"
+"chr1",38511455,38511629,175,"*","Promoter (<=1kb)",1,38509523,38512450,2928,2,"5453",821,"ENSG00000185668","POU3F1","POU class 3 homeobox 1"
+"chr19",7680057,7680231,175,"*","Exon (uc002mgu.4/57662, exon 14 of 19)",19,7684411,7694439,10029,2,"56949",14208,"ENSG00000076924","XAB2","XPA binding protein 2"
+"chr4",106629846,106629914,69,"*","Promoter (<=1kb)",4,106603785,106629881,26097,2,"57117",0,"ENSG00000138785","INTS12","integrator complex subunit 12"
+"chr19",8555649,8555685,37,"*","Intron (uc002mkd.3/84106, intron 4 of 9)",19,8554940,8567538,12599,2,"84106",11853,"ENSG00000133246","PRAM1","PML-RARA regulated adaptor molecule 1"
+"chr1",35450601,35450602,2,"*","Promoter (<=1kb)",1,35447127,35450948,3822,2,"100506144",346,"ENSG00000243749","ZMYM6NB","ZMYM6 neighbor"
+"chr1",36948522,36948733,212,"*","Promoter (<=1kb)",1,36931644,36948915,17272,2,"1441",182,"ENSG00000119535","CSF3R","colony stimulating factor 3 receptor"
+"chr4",187621972,187622033,62,"*","Intron (uc003izf.3/2195, intron 25 of 26)",4,187508937,187647850,138914,2,"2195",25817,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
+"chr1",87596886,87597321,436,"*","Intron (uc001dme.2/339524, intron 6 of 7)",1,87458690,87634886,176197,1,"339524",138196,"ENSG00000267272","LINC01140","long intergenic non-protein coding RNA 1140"
+"chr11",120434931,120435008,78,"*","Intron (uc001pxn.2/2900, intron 1 of 20)",11,120382468,120856969,474502,1,"2900",52463,"ENSG00000149403","GRIK4","glutamate ionotropic receptor kainate type subunit 4"
+"chr6",31709765,31709844,80,"*","Intron (uc003nwu.2/100532732, intron 3 of 24)",6,32485154,32557613,72460,2,"3127",847769,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",30158652,30158801,150,"*","Intron (uc003npr.3/7726, intron 4 of 8)",6,28471073,28483570,12498,2,"257202",-1675082,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr9",139565151,139565154,4,"*","Promoter (<=1kb)",9,139565054,139565138,85,1,"406913",97,"ENSG00000199161","MIR126","microRNA 126"
+"chr11",69500748,69500925,178,"*","Distal Intergenic",11,69471368,69490165,18798,2,"220064",-10583,"ENSG00000149716","ORAOV1","oral cancer overexpressed 1"
+"chr1",38599578,38600001,424,"*","Distal Intergenic",1,38554903,38555001,99,1,"100500801",44675,"ENSG00000265596","MIR3659","microRNA 3659"
+"chr11",46164604,46164726,123,"*","Distal Intergenic",11,45950870,46142985,192116,2,"51317",-21619,"ENSG00000135365","PHF21A","PHD finger protein 21A"
+"chr14",102770909,102771005,97,"*","Promoter (<=1kb)",14,102690834,102771537,80704,2,"5891",532,"ENSG00000080823","MOK","MOK protein kinase"
+"chr20",2733136,2733318,183,"*","Exon (uc002wgs.4/57593, exon 15 of 18)",20,2774715,2781292,6578,2,"56265",47974,"ENSG00000088882","CPXM1","carboxypeptidase X (M14 family), member 1"
+"chr7",1986533,1986592,60,"*","Intron (uc003sle.1/8379, intron 3 of 10)",7,1883816,1883889,74,2,"100616160",-102644,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr16",22326155,22326332,178,"*","Intron (uc002dkj.2/55718, intron 8 of 17)",16,22308696,22346424,37729,1,"55718",17459,"ENSG00000058600","POLR3E","polymerase (RNA) III subunit E"
+"chr1",3562445,3562606,162,"*","Intron (uc001ako.3/49856, intron 9 of 11)",1,3547331,3566671,19341,2,"49856",4065,"ENSG00000116213","WRAP73","WD repeat containing, antisense to TP73"
+"chr15",67228757,67228949,193,"*","Distal Intergenic",15,67358195,67487533,129339,1,"4088",-129246,"ENSG00000166949","SMAD3","SMAD family member 3"
+"chr16",8738256,8738393,138,"*","Intron (uc002cyz.3/79091, intron 9 of 10)",16,8715527,8740079,24553,1,"79091",22729,"ENSG00000067365","METTL22","methyltransferase like 22"
+"chr16",30758831,30759130,300,"*","Promoter (<=1kb)",16,30759620,30772497,12878,1,"5261",-490,"ENSG00000156873","PHKG2","phosphorylase kinase, gamma 2 (testis)"
+"chr2",85581711,85581729,19,"*","Promoter (<=1kb)",2,85569078,85581821,12744,2,"54884",92,"ENSG00000042445","RETSAT","retinol saturase (all-trans-retinol 13,14-reductase)"
+"chr6",97730957,97731008,52,"*","Promoter (<=1kb)",6,97590037,97731061,141025,2,"253714",53,"ENSG00000146263","MMS22L","MMS22 like, DNA repair protein"
+"chr8",102804654,102804678,25,"*","Intron (uc003ykf.3/83988, intron 4 of 7)",8,102504668,102681952,177285,1,"79977",299986,"ENSG00000083307","GRHL2","grainyhead like transcription factor 2"
+"chr3",178969654,178969685,32,"*","Intron (uc003fjl.3/27094, intron 4 of 4)",3,178957537,178984838,27302,2,"27094",15153,"ENSG00000171121","KCNMB3","potassium calcium-activated channel subfamily M regulatory beta subunit 3"
+"chr1",247094338,247094438,101,"*","Promoter (<=1kb)",1,247002402,247094726,92325,2,"25909",288,"ENSG00000153207","AHCTF1","AT-hook containing transcription factor 1"
+"chr20",56293638,56294175,538,"*","Distal Intergenic",20,56223448,56286592,63145,2,"56937",-7046,"ENSG00000124225","PMEPA1","prostate transmembrane protein, androgen induced 1"
+"chr19",54926734,54926805,72,"*","Promoter (<=1kb)",19,54926605,54947899,21295,1,"57348",129,"ENSG00000167614","TTYH1","tweety family member 1"
+"chr2",56420072,56420171,100,"*","Exon (uc002rzn.3/114800, exon 2 of 6)",2,56227849,56227930,82,2,"100126319",-192142,"ENSG00000211520","MIR216B","microRNA 216b"
+"chr3",132003583,132004064,482,"*","Promoter (<=1kb)",3,131253577,132004254,750678,2,"131034",190,"ENSG00000196353","CPNE4","copine 4"
+"chr6",7910793,7911245,453,"*","Promoter (<=1kb)",6,7881483,7911047,29565,2,"81567",0,"ENSG00000239264","TXNDC5","thioredoxin domain containing 5 (endoplasmic reticulum)"
+"chr12",88974473,88974484,12,"*","Promoter (<=1kb)",12,88886570,88974250,87681,2,"4254",-223,"ENSG00000049130","KITLG","KIT ligand"
+"chr2",241326904,241326932,29,"*","Distal Intergenic",2,241375115,241407495,32381,1,"2817",-48183,"ENSG00000063660","GPC1","glypican 1"
+"chr16",2004686,2004729,44,"*","Promoter (<=1kb)",16,1994580,2004679,10100,2,"6123",-7,"ENSG00000140986","RPL3L","ribosomal protein L3 like"
+"chr6",43858537,43858735,199,"*","Promoter (<=1kb)",6,43858765,43905944,47180,1,"100132354",-30,NA,"LINC01512","long intergenic non-protein coding RNA 1512"
+"chr19",24269842,24269920,79,"*","Intron (uc010xrk.2/9534, intron 2 of 2)",19,24216247,24312654,96408,1,"9534",53595,"ENSG00000213096","ZNF254","zinc finger protein 254"
+"chr4",6596296,6596373,78,"*","Exon (uc003gje.1/23324, exon 7 of 17)",4,6576902,6624188,47287,1,"23324",19394,"ENSG00000013288","MAN2B2","mannosidase alpha class 2B member 2"
+"chr17",54230730,54230739,10,"*","Promoter (<=1kb)",17,54230836,54560007,329172,1,"162282",-97,"ENSG00000153930","ANKFN1","ankyrin repeat and fibronectin type III domain containing 1"
+"chr15",99602406,99602498,93,"*","Distal Intergenic",15,99645286,99675800,30515,1,"23336",-42788,"ENSG00000182253","SYNM","synemin"
+"chr16",620304,620748,445,"*","Intron (uc010bqw.3/9091, intron 2 of 11)",16,617032,619495,2464,1,"283948",3272,"ENSG00000257108","NHLRC4","NHL repeat containing 4"
+"chr5",142092787,142092803,17,"*","Distal Intergenic",5,141971743,142077635,105893,2,"2246",-15152,"ENSG00000113578","FGF1","fibroblast growth factor 1"
+"chr3",156273085,156273098,14,"*","Promoter (<=1kb)",3,156257929,156272973,15045,2,"6747",-112,"ENSG00000114850","SSR3","signal sequence receptor, gamma (translocon-associated protein gamma)"
+"chrX",49126150,49126157,8,"*","Promoter (<=1kb)",23,49126306,49144555,18250,1,"89801",-149,"ENSG00000049769","PPP1R3F","protein phosphatase 1 regulatory subunit 3F"
+"chr2",232396125,232396241,117,"*","Promoter (<=1kb)",2,232387871,232395182,7312,2,"10316",-943,"ENSG00000171596","NMUR1","neuromedin U receptor 1"
+"chr20",40627929,40628022,94,"*","Distal Intergenic",20,40031170,40247133,215964,2,"84181",-380796,"ENSG00000124177","CHD6","chromodomain helicase DNA binding protein 6"
+"chr1",7913019,7913033,15,"*","Exon (uc001aoq.3/10911, exon 3 of 8)",1,7903143,7973294,70152,2,"10911",60261,"ENSG00000049247","UTS2","urotensin 2"
+"chr12",111358422,111358545,124,"*","Promoter (<=1kb)",12,111348624,111358404,9781,2,"4633",-18,"ENSG00000111245","MYL2","myosin light chain 2"
+"chr3",39850364,39850621,258,"*","Promoter (<=1kb)",3,39851303,40301811,450509,1,"25924",-682,"ENSG00000170011","MYRIP","myosin VIIA and Rab interacting protein"
+"chr10",134222170,134222445,276,"*","Intron (uc001lll.4/170394, intron 2 of 2)",10,134210702,134231358,20657,1,"170394",11468,"ENSG00000171813","PWWP2B","PWWP domain containing 2B"
+"chr14",76870538,76870544,7,"*","Intron (uc001xso.3/2103, intron 1 of 11)",14,76837690,76968180,130491,1,"2103",32848,"ENSG00000119715","ESRRB","estrogen related receptor beta"
+"chr16",30581180,30581384,205,"*","Promoter (2-3kb)",16,30581019,30583728,2710,2,"146542",2344,"ENSG00000229809","ZNF688","zinc finger protein 688"
+"chr16",86767251,86767518,268,"*","Distal Intergenic",16,86612115,86615304,3190,1,"2300",155136,"ENSG00000176678","FOXL1","forkhead box L1"
+"chr4",41881933,41882163,231,"*","Exon (uc003gwh.3/uc003gwh.3, exon 2 of 2)",4,41937137,41962824,25688,1,"55161",-54974,"ENSG00000109133","TMEM33","transmembrane protein 33"
+"chr6",31685392,31685430,39,"*","Exon (uc003nwb.1/259215, exon 6 of 6)",6,32485154,32557613,72460,2,"3127",872183,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",63392039,63392278,240,"*","Distal Intergenic",7,63484796,63490480,5685,2,"100506050",98202,NA,"LINC01005","long intergenic non-protein coding RNA 1005"
+"chr5",1084523,1084622,100,"*","Intron (uc003jbu.3/10723, intron 17 of 23)",5,1063011,1063089,79,2,"100616479",-21434,"ENSG00000263834","MIR4635","microRNA 4635"
+"chr1",154192157,154192304,148,"*","Promoter (<=1kb)",1,154192655,154243986,51332,1,"9898",-351,"ENSG00000143569","UBAP2L","ubiquitin associated protein 2 like"
+"chr20",30073546,30073576,31,"*","Promoter (<=1kb)",20,30073581,30075377,1797,1,"140875",-5,"ENSG00000233354","LINC00028","long intergenic non-protein coding RNA 28"
+"chr15",40544174,40544305,132,"*","Promoter (<=1kb)",15,40542866,40545110,2245,2,"644809",805,NA,"C15orf56","chromosome 15 open reading frame 56"
+"chr14",101349584,101349688,105,"*","Promoter (<=1kb)",14,101349316,101349412,97,1,"406914",268,"ENSG00000207608","MIR127","microRNA 127"
+"chr15",41877394,41877806,413,"*","Distal Intergenic",15,41851220,41871536,20317,1,"7301",26174,"ENSG00000092445","TYRO3","TYRO3 protein tyrosine kinase"
+"chr7",151722938,151723229,292,"*","Promoter (<=1kb)",7,151722778,151819427,96650,1,"63917",160,"ENSG00000178234","GALNT11","polypeptide N-acetylgalactosaminyltransferase 11"
+"chr17",36103905,36103978,74,"*","Promoter (1-2kb)",17,36046434,36105096,58663,2,"6928",1118,"ENSG00000275410","HNF1B","HNF1 homeobox B"
+"chr8",10587604,10587769,166,"*","Exon (uc003wtf.3/83595, exon 1 of 2)",8,10530147,10558103,27957,1,"203076",57457,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
+"chr8",141521211,141521442,232,"*","Promoter (<=1kb)",8,141521397,141527252,5856,1,"54108",0,"ENSG00000104472","CHRAC1","chromatin accessibility complex 1"
+"chr11",10879813,10879980,168,"*","Promoter (<=1kb)",11,10879764,10900823,21060,1,"729013",49,"ENSG00000247271","ZBED5-AS1","ZBED5 antisense RNA 1"
+"chr8",27132258,27132319,62,"*","Distal Intergenic",8,27093814,27115903,22090,2,"81551",-16355,"ENSG00000015592","STMN4","stathmin 4"
+"chr1",3680297,3680420,124,"*","Exon (uc001akv.2/148870, exon 8 of 12)",1,3689334,3692546,3213,1,"388588",-8914,"ENSG00000235169","SMIM1","small integral membrane protein 1 (Vel blood group)"
+"chr3",35681147,35681627,481,"*","Promoter (<=1kb)",3,35680666,35835988,155323,1,"10777",481,"ENSG00000172995","ARPP21","cAMP regulated phosphoprotein 21kDa"
+"chr1",31538636,31538649,14,"*","Promoter (<=1kb)",1,31404353,31538763,134411,2,"9698",114,"ENSG00000134644","PUM1","pumilio RNA binding family member 1"
+"chr1",108023249,108023318,70,"*","Exon (uc001dvc.4/22854, exon 6 of 6)",1,107682629,108024475,341847,1,"22854",340620,"ENSG00000162631","NTNG1","netrin G1"
+"chr3",184319417,184319566,150,"*","Distal Intergenic",3,184279587,184300196,20610,1,"2049",39830,"ENSG00000182580","EPHB3","EPH receptor B3"
+"chr13",114321698,114321701,4,"*","Promoter (<=1kb)",13,114321597,114438637,117041,1,"6011",101,NA,"GRK1","G protein-coupled receptor kinase 1"
+"chr19",2650727,2650755,29,"*","Intron (uc002lwd.2/2788, intron 4 of 4)",19,2511218,2702746,191529,2,"2788",51991,"ENSG00000176533","GNG7","G protein subunit gamma 7"
+"chr6",99790912,99791015,104,"*","Intron (uc003ppj.4/84553, intron 5 of 5)",6,99720793,99797531,76739,2,"84553",6516,"ENSG00000146267","FAXC","failed axon connections homolog"
+"chr10",75490132,75490152,21,"*","Promoter (<=1kb)",10,75434033,75490272,56240,2,"729092",120,"ENSG00000172650","AGAP5","ArfGAP with GTPase domain, ankyrin repeat and PH domain 5"
+"chr12",91572191,91572199,9,"*","Exon (uc001tbo.3/1634, exon 1 of 5)",12,91539035,91576806,37772,2,"1634",4607,"ENSG00000011465","DCN","decorin"
+"chr15",93977844,93978198,355,"*","Intron (uc002bsu.1/uc002bsu.1, intron 2 of 3)",15,93586636,93632443,45808,2,"56963",-345401,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
+"chr11",791906,791965,60,"*","Promoter (1-2kb)",11,787110,790126,3017,2,"51286",-1780,"ENSG00000184524","CEND1","cell cycle exit and neuronal differentiation 1"
+"chr11",27015592,27015656,65,"*","Promoter (<=1kb)",11,27015628,27018632,3005,1,"387758",0,"ENSG00000176971","FIBIN","fin bud initiation factor homolog (zebrafish)"
+"chr17",56084812,56084814,3,"*","Promoter (<=1kb)",17,56078280,56084707,6428,2,"6426",-105,"ENSG00000136450","SRSF1","serine/arginine-rich splicing factor 1"
+"chr2",166813578,166813756,179,"*","Distal Intergenic",2,166713986,166810348,96363,2,"79809",-3230,"ENSG00000123607","TTC21B","tetratricopeptide repeat domain 21B"
+"chr1",160061098,160061365,268,"*","3' UTR",1,160061129,160068618,7490,2,"93185",7253,"ENSG00000162729","IGSF8","immunoglobulin superfamily member 8"
+"chr19",58627859,58627987,129,"*","Promoter (1-2kb)",19,58595209,58629793,34585,2,"65982",1806,"ENSG00000121413","ZSCAN18","zinc finger and SCAN domain containing 18"
+"chr2",45159504,45159663,160,"*","Distal Intergenic",2,45169037,45173216,4180,1,"6496",-9374,"ENSG00000138083","SIX3","SIX homeobox 3"
+"chr11",18725481,18725854,374,"*","3' UTR",11,18720351,18726332,5982,1,"144110",5130,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
+"chr12",108908742,108908745,4,"*","Promoter (<=1kb)",12,108909051,108913380,4330,1,"11153",-306,"ENSG00000198855","FICD","FIC domain containing"
+"chr15",31515804,31515984,181,"*","Exon (uc021sib.1/283710, exon 3 of 4)",15,31514971,31523050,8080,2,"283710",7066,NA,"LOC283710","uncharacterized LOC283710"
+"chr20",34253034,34253154,121,"*","Promoter (<=1kb)",20,34236847,34252878,16032,2,"10137",-156,"ENSG00000244462","RBM12","RNA binding motif protein 12"
+"chr12",54446019,54446033,15,"*","Intron (uc001seu.3/3221, intron 1 of 3)",12,54452038,54516018,63981,1,"440101",-6005,"ENSG00000248265","FLJ12825","uncharacterized LOC440101"
+"chr15",81134431,81134449,19,"*","Promoter (<=1kb)",15,81134319,81134414,96,2,"693132",-17,"ENSG00000208003","MIR549A","microRNA 549a"
+"chr4",184908746,184908884,139,"*","Intron (uc003ivz.1/56977, intron 1 of 3)",4,184826509,184938875,112367,1,"56977",82237,"ENSG00000173320","STOX2","storkhead box 2"
+"chr19",51221603,51221605,3,"*","Promoter (1-2kb)",19,51165084,51220195,55112,2,"50944",-1408,"ENSG00000161681","SHANK1","SH3 and multiple ankyrin repeat domains 1"
+"chr5",81147781,81147843,63,"*","Distal Intergenic",5,80713179,81047072,333894,2,"23635",-100709,"ENSG00000145687","SSBP2","single-stranded DNA binding protein 2"
+"chr7",64035369,64035529,161,"*","Promoter (<=1kb)",7,64035073,64078967,43895,1,"100128885",296,NA,"LOC100128885","uncharacterized LOC100128885"
+"chr1",155035700,155035931,232,"*","Promoter (<=1kb)",1,155036213,155060014,23802,1,"1944",-282,"ENSG00000143590","EFNA3","ephrin-A3"
+"chr16",2944345,2944395,51,"*","Intron (uc002csa.3/114984, intron 1 of 3)",16,2933196,2949383,16188,1,"114984",11149,"ENSG00000162076","FLYWCH2","FLYWCH family member 2"
+"chr16",8736279,8736433,155,"*","Exon (uc002cyz.3/79091, exon 9 of 11)",16,8715527,8740079,24553,1,"79091",20752,"ENSG00000067365","METTL22","methyltransferase like 22"
+"chr13",76211003,76211251,249,"*","Intron (uc010thv.2/4008, intron 2 of 29)",13,76194570,76434006,239437,1,"4008",16433,"ENSG00000136153","LMO7","LIM domain 7"
+"chr11",3078832,3078854,23,"*","Promoter (<=1kb)",11,3022152,3078681,56530,2,"833",-151,"ENSG00000110619","CARS","cysteinyl-tRNA synthetase"
+"chr1",3158842,3159083,242,"*","Intron (uc001akc.3/63976, intron 2 of 16)",1,3044539,3044599,61,1,"100422968",114303,NA,"MIR4251","microRNA 4251"
+"chr20",60981861,60981990,130,"*","Promoter (<=1kb)",20,60963686,60982339,18654,2,"81928",349,"ENSG00000149679","CABLES2","Cdk5 and Abl enzyme substrate 2"
+"chr16",88492707,88492868,162,"*","Promoter (1-2kb)",16,88493879,88507165,13287,1,"84627",-1011,"ENSG00000225614","ZNF469","zinc finger protein 469"
+"chr12",131617481,131617937,457,"*","Intron (uc001uit.4/283383, intron 21 of 24)",12,131649556,131697476,47921,1,"116437",-31619,"ENSG00000204603","LINC01257","long intergenic non-protein coding RNA 1257"
+"chr1",206808250,206808481,232,"*","Promoter (<=1kb)",1,206808881,206857760,48880,1,"8444",-400,"ENSG00000143479","DYRK3","dual specificity tyrosine phosphorylation regulated kinase 3"
+"chr16",2795390,2795664,275,"*","Intron (uc002cri.1/100128788, intron 3 of 3)",16,2802330,2821413,19084,1,"23524",-6666,"ENSG00000167978","SRRM2","serine/arginine repetitive matrix 2"
+"chr19",36049448,36049672,225,"*","Exon (uc002oal.1/495, exon 9 of 22)",19,36041095,36054560,13466,2,"495",4888,"ENSG00000105675","ATP4A","ATPase H+/K+ transporting alpha subunit"
+"chr16",1500430,1500567,138,"*","Exon (uc002clv.3/1186, exon 17 of 25)",16,1484389,1494490,10102,2,"645811",-5940,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
+"chr8",29172512,29172906,395,"*","Distal Intergenic",8,29190579,29208267,17689,2,"1846",35361,"ENSG00000120875","DUSP4","dual specificity phosphatase 4"
+"chr22",20072653,20072661,9,"*","Promoter (<=1kb)",22,20073269,20073356,88,1,"100500860",-608,"ENSG00000266567","MIR3618","microRNA 3618"
+"chr2",213696794,213696983,190,"*","Distal Intergenic",2,213790981,213791060,80,1,"100616267",-93998,"ENSG00000266354","MIR4776-1","microRNA 4776-1"
+"chr3",63849527,63849739,213,"*","Promoter (<=1kb)",3,63819546,63849597,30052,2,"80145",0,"ENSG00000163634","THOC7","THO complex 7"
+"chr4",151177089,151177422,334,"*","3' UTR",4,150999426,151178608,179183,1,"166614",177663,"ENSG00000170390","DCLK2","doublecortin like kinase 2"
+"chr8",3974097,3974177,81,"*","Intron (uc022aqr.1/64478, intron 67 of 69)",8,2792875,4852328,2059454,2,"64478",878151,"ENSG00000183117","CSMD1","CUB and Sushi multiple domains 1"
+"chr5",68710859,68710912,54,"*","Promoter (<=1kb)",5,68710939,68738984,28046,1,"153562",-27,"ENSG00000152939","MARVELD2","MARVEL domain containing 2"
+"chr7",100425517,100425567,51,"*","Promoter (<=1kb)",7,100400187,100425143,24957,2,"2050",-374,"ENSG00000196411","EPHB4","EPH receptor B4"
+"chr5",71475111,71475255,145,"*","Intron (uc010iyw.1/4131, intron 2 of 5)",5,71465294,71465367,74,1,"100616377",9817,"ENSG00000264099","MIR4803","microRNA 4803"
+"chr1",241694605,241694886,282,"*","Promoter (<=1kb)",1,241695434,241758949,63516,1,"8564",-548,"ENSG00000117009","KMO","kynurenine 3-monooxygenase (kynurenine 3-hydroxylase)"
+"chr15",75614905,75614917,13,"*","Distal Intergenic",15,75628374,75632614,4241,1,"54939",-13457,"ENSG00000140365","COMMD4","COMM domain containing 4"
+"chr16",81812565,81812606,42,"*","Promoter (<=1kb)",16,81812899,81991899,179001,1,"5336",-293,"ENSG00000197943","PLCG2","phospholipase C gamma 2"
+"chr19",51567924,51568260,337,"*","Promoter (<=1kb)",19,51559463,51568367,8905,2,"26085",107,"ENSG00000167759","KLK13","kallikrein related peptidase 13"
+"chr6",28984586,28984594,9,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-501016,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr15",23049135,23049515,381,"*","5' UTR",15,23004684,23034427,29744,2,"81614",-14708,"ENSG00000140157","NIPA2","non imprinted in Prader-Willi/Angelman syndrome 2"
+"chr1",110753895,110753956,62,"*","Promoter (<=1kb)",1,110753336,110776674,23339,1,"3749",559,"ENSG00000116396","KCNC4","potassium voltage-gated channel subfamily C member 4"
+"chr1",11724009,11724092,84,"*","Promoter (<=1kb)",1,11724150,11734409,10260,1,"26270",-58,"ENSG00000116663","FBXO6","F-box protein 6"
+"chr15",89914913,89915003,91,"*","Intron (uc002bnv.2/254559, intron 1 of 6)",15,89911330,89941718,30389,1,"254559",3583,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
+"chr16",31343056,31343380,325,"*","3' UTR",16,31366509,31394318,27810,1,"3687",-23129,"ENSG00000140678","ITGAX","integrin subunit alpha X"
+"chr16",49623715,49623820,106,"*","Intron (uc010vgn.3/23090, intron 3 of 5)",16,49407808,49433319,25512,1,"123970",215907,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
+"chr14",53419080,53419111,32,"*","Promoter (1-2kb)",14,53323989,53417815,93827,2,"10979",-1265,"ENSG00000073712","FERMT2","fermitin family member 2"
+"chr1",153514376,153514442,67,"*","Promoter (<=1kb)",1,153509623,153514241,4619,2,"6276",-135,"ENSG00000196420","S100A5","S100 calcium binding protein A5"
+"chr1",77684965,77684967,3,"*","Promoter (<=1kb)",1,77554667,77685132,130466,2,"10026",165,"ENSG00000142892","PIGK","phosphatidylinositol glycan anchor biosynthesis class K"
+"chr11",121526216,121526609,394,"*","Distal Intergenic",11,121322912,121504471,181560,1,"6653",203304,"ENSG00000137642","SORL1","sortilin-related receptor, L(DLR class) A repeats containing"
+"chr18",11148510,11148634,125,"*","Promoter (<=1kb)",18,10670244,11148761,478518,2,"63895",127,"ENSG00000154864","PIEZO2","piezo type mechanosensitive ion channel component 2"
+"chr22",21212864,21213087,224,"*","Promoter (<=1kb)",22,21061979,21213100,151122,2,"5297",13,"ENSG00000241973","PI4KA","phosphatidylinositol 4-kinase alpha"
+"chr10",23216969,23217125,157,"*","Promoter (<=1kb)",10,23216954,23326514,109561,1,"219681",15,"ENSG00000165309","ARMC3","armadillo repeat containing 3"
+"chr10",43572359,43572413,55,"*","Promoter (<=1kb)",10,43572517,43625797,53281,1,"5979",-104,"ENSG00000165731","RET","ret proto-oncogene"
+"chr17",57785039,57785475,437,"*","Promoter (<=1kb)",17,57784863,57917952,133090,1,"81671",176,"ENSG00000062716","VMP1","vacuole membrane protein 1"
+"chr14",106090676,106090702,27,"*","Intron (uc031qqx.1/uc031qqx.1, intron 4 of 4910)",14,106134458,106139163,4706,2,"2003",48461,NA,"ELK2AP","ELK2A, member of ETS oncogene family, pseudogene"
+"chr11",132935072,132935463,392,"*","Intron (uc001qgu.3/4978, intron 7 of 7)",11,132284875,133402403,1117529,2,"4978",466940,"ENSG00000183715","OPCML","opioid binding protein/cell adhesion molecule-like"
+"chr20",43104309,43104402,94,"*","Promoter (<=1kb)",20,43104526,43123244,18719,1,"79183",-124,"ENSG00000124120","TTPAL","tocopherol (alpha) transfer protein-like"
+"chr3",146213648,146213718,71,"*","Promoter (<=1kb)",3,146151075,146213778,62704,2,"57047",60,"ENSG00000163746","PLSCR2","phospholipid scramblase 2"
+"chr6",146285339,146285414,76,"*","Promoter (<=1kb)",6,146205945,146285559,79615,2,"257218",145,"ENSG00000146414","SHPRH","SNF2 histone linker PHD RING helicase"
+"chr14",24658731,24658841,111,"*","Promoter (1-2kb)",14,24649425,24659859,10435,2,"79711",1018,"ENSG00000196497","IPO4","importin 4"
+"chr17",72322460,72322612,153,"*","Promoter (<=1kb)",17,72322351,72351959,29609,1,"124602",109,"ENSG00000196169","KIF19","kinesin family member 19"
+"chr19",45943615,45943817,203,"*","Intron (uc002pbu.2/2067, intron 8 of 8)",19,45971253,45978437,7185,1,"2354",-27436,"ENSG00000125740","FOSB","FBJ murine osteosarcoma viral oncogene homolog B"
+"chr8",11225875,11226291,417,"*","Promoter (<=1kb)",8,11225911,11296166,70256,1,"83656",0,"ENSG00000184608","FAM167A-AS1","FAM167A antisense RNA 1"
+"chr11",32458769,32459057,289,"*","Promoter (1-2kb)",11,32457285,32461620,4336,1,"51352",1484,"ENSG00000183242","WT1-AS","WT1 antisense RNA"
+"chr12",9885516,9885950,435,"*","Promoter (<=1kb)",12,9868456,9885895,17440,2,"160365",0,"ENSG00000184293","CLECL1","C-type lectin like 1"
+"chr16",2012715,2013058,344,"*","Promoter (<=1kb)",16,2012974,2013107,134,2,"26784",49,"ENSG00000207405","SNORA64","small nucleolar RNA, H/ACA box 64"
+"chr6",32943791,32944019,229,"*","Exon (uc003ocn.4/6046, exon 5 of 13)",6,32605183,32614839,9657,1,"3117",338608,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr7",752624,752632,9,"*","Intron (uc003siv.3/5575, intron 10 of 10)",7,766338,826116,59779,1,"54919",-13706,"ENSG00000164818","DNAAF5","dynein (axonemal) assembly factor 5"
+"chr14",24740889,24740893,5,"*","Promoter (<=1kb)",14,24734744,24740833,6090,2,"5875",-56,"ENSG00000100949","RABGGTA","Rab geranylgeranyltransferase alpha subunit"
+"chr14",31495892,31495899,8,"*","Promoter (<=1kb)",14,31363005,31495607,132603,2,"29966",-285,"ENSG00000196792","STRN3","striatin 3"
+"chr11",15095022,15095178,157,"*","Promoter (<=1kb)",11,15095146,15103888,8743,1,"797",0,"ENSG00000175868","CALCB","calcitonin related polypeptide beta"
+"chr16",72132666,72132684,19,"*","Exon (uc002fcb.3/9785, exon 5 of 27)",16,72072001,72128215,56215,2,"54957",-4451,"ENSG00000140830","TXNL4B","thioredoxin like 4B"
+"chr15",34516440,34516592,153,"*","Promoter (<=1kb)",15,34517245,34522352,5108,1,"51234",-653,"ENSG00000128463","EMC4","ER membrane protein complex subunit 4"
+"chr20",32262772,32263104,333,"*","Promoter (<=1kb)",20,32244893,32262264,17372,2,"63941",-508,"ENSG00000125967","NECAB3","N-terminal EF-hand calcium binding protein 3"
+"chr10",697901,698162,262,"*","Promoter (2-3kb)",10,695888,711109,15222,1,"414235",2013,"ENSG00000180525","PRR26","proline rich 26"
+"chr10",8089653,8089685,33,"*","Downstream (2-3kb)",10,8092413,8095447,3035,2,"399717",5762,"ENSG00000197308","GATA3-AS1","GATA3 antisense RNA 1"
+"chr5",1931376,1931496,121,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",-44083,"ENSG00000113430","IRX4","iroquois homeobox 4"
+"chr2",242754285,242754316,32,"*","Intron (uc002wcm.3/129807, intron 1 of 3)",2,242750160,242758739,8580,1,"129807",4125,"ENSG00000204099","NEU4","neuraminidase 4 (sialidase)"
+"chr2",114325959,114326024,66,"*","Distal Intergenic",2,114334959,114336429,1471,1,"654412",-8935,"ENSG00000226516","FAM138B","family with sequence similarity 138 member B"
+"chr13",100622582,100622742,161,"*","Promoter (1-2kb)",13,100615275,100624178,8904,2,"85416",1436,"ENSG00000139800","ZIC5","Zic family member 5"
+"chr6",167560299,167560504,206,"*","Distal Intergenic",6,167570360,167571319,960,2,"2853",10815,"ENSG00000120436","GPR31","G protein-coupled receptor 31"
+"chr20",35467535,35467726,192,"*","Exon (uc002xgd.1/140710, exon 2 of 15)",20,35405845,35492087,86243,2,"140710",24361,"ENSG00000149639","SOGA1","suppressor of glucose, autophagy associated 1"
+"chrX",106449823,106449854,32,"*","Promoter (<=1kb)",23,106449862,106487473,37612,1,"139212",-8,"ENSG00000080572","PIH1D3","PIH1 domain containing 3"
+"chrX",152676991,152676995,5,"*","Distal Intergenic",23,152683781,152687086,3306,1,"139735",-6786,"ENSG00000189420","ZFP92","ZFP92 zinc finger protein"
+"chr17",14608488,14608636,149,"*","Distal Intergenic",17,14934292,14935274,983,1,"94150",-325656,"ENSG00000259944","CDRT7","CMT1A duplicated region transcript 7 (non-protein coding)"
+"chr17",56564807,56565392,586,"*","Promoter (<=1kb)",17,56497529,56565759,68231,2,"124535",367,"ENSG00000176160","HSF5","heat shock transcription factor family member 5"
+"chr8",117886554,117886570,17,"*","Promoter (<=1kb)",8,117886663,117889107,2445,1,"644660",-93,"ENSG00000253327","RAD21-AS1","RAD21 antisense RNA 1"
+"chr22",43505985,43506194,210,"*","Promoter (<=1kb)",22,43506754,43525718,18965,1,"638",-560,"ENSG00000100290","BIK","BCL2-interacting killer"
+"chr19",30018436,30018733,298,"*","Promoter (<=1kb)",19,30017491,30055226,37736,1,"342865",945,"ENSG00000187135","VSTM2B","V-set and transmembrane domain containing 2B"
+"chr3",50314291,50314296,6,"*","Promoter (2-3kb)",3,50316518,50325545,9028,1,"132228",-2222,"ENSG00000179564","LSMEM2","leucine-rich single-pass membrane protein 2"
+"chr19",6495904,6495909,6,"*","Exon (uc002mfg.1/10382, exon 4 of 4)",19,6494330,6502330,8001,2,"10382",6421,"ENSG00000104833","TUBB4A","tubulin beta 4A class IVa"
+"chr4",3768081,3768097,17,"*","Promoter (<=1kb)",4,3768296,3770253,1958,1,"152",-199,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
+"chr15",93617030,93617065,36,"*","5' UTR",15,93586636,93632443,45808,2,"56963",15378,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
+"chr22",43485480,43485488,9,"*","Promoter (<=1kb)",22,43435523,43485434,49912,2,"25809",-46,"ENSG00000100271","TTLL1","tubulin tyrosine ligase like 1"
+"chr6",21593907,21593963,57,"*","Promoter (<=1kb)",6,21593972,21598849,4878,1,"6659",-9,"ENSG00000124766","SOX4","SRY-box 4"
+"chr10",94820844,94820875,32,"*","Promoter (<=1kb)",10,94821021,94828454,7434,1,"340665",-146,"ENSG00000187553","CYP26C1","cytochrome P450 family 26 subfamily C member 1"
+"chr14",100613058,100613178,121,"*","3' UTR",14,100612753,100626012,13260,2,"123099",12834,"ENSG00000168350","DEGS2","delta(4)-desaturase, sphingolipid 2"
+"chr14",102227895,102228210,316,"*","Promoter (<=1kb)",14,102228135,102394328,166194,1,"5527",0,"ENSG00000078304","PPP2R5C","protein phosphatase 2 regulatory subunit B', gamma"
+"chr14",104851832,104851903,72,"*","Distal Intergenic",14,105046056,105056183,10128,1,"400258",-194153,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
+"chr1",59234863,59234881,19,"*","Distal Intergenic",1,59246463,59249785,3323,2,"3725",14904,"ENSG00000177606","JUN","jun proto-oncogene"
+"chr7",48074723,48075128,406,"*","Promoter (<=1kb)",7,48075108,48100894,25787,1,"136288",0,"ENSG00000164746","C7orf57","chromosome 7 open reading frame 57"
+"chr17",46692008,46692021,14,"*","Promoter (<=1kb)",17,46689708,46692301,2594,2,"3218",280,"ENSG00000120068","HOXB8","homeobox B8"
+"chr17",79650824,79650865,42,"*","Promoter (<=1kb)",17,79648224,79650954,2731,2,"339231",89,"ENSG00000214087","ARL16","ADP ribosylation factor like GTPase 16"
+"chr7",1956978,1957317,340,"*","Intron (uc003sld.1/8379, intron 2 of 3)",7,1883816,1883889,74,2,"100616160",-73089,"ENSG00000265089","MIR4655","microRNA 4655"
+"chrX",128788929,128788936,8,"*","Promoter (<=1kb)",23,128779236,128788933,9698,2,"8862",0,"ENSG00000171388","APLN","apelin"
+"chr1",162039948,162039957,10,"*","Promoter (<=1kb)",1,162039581,162339813,300233,1,"9722",367,"ENSG00000198929","NOS1AP","nitric oxide synthase 1 adaptor protein"
+"chr11",62496282,62496393,112,"*","Promoter (<=1kb)",11,62495584,62506108,10525,1,"283237",698,"ENSG00000162222","TTC9C","tetratricopeptide repeat domain 9C"
+"chr10",74034596,74034615,20,"*","Promoter (<=1kb)",10,74033677,74035797,2121,1,"54541",919,"ENSG00000168209","DDIT4","DNA damage inducible transcript 4"
+"chr4",3475262,3475280,19,"*","Exon (uc003ghd.3/285489, exon 3 of 7)",4,3465033,3496209,31177,1,"285489",10229,"ENSG00000175920","DOK7","docking protein 7"
+"chr16",2288665,2288760,96,"*","Promoter (2-3kb)",16,2286424,2288712,2289,1,"1775",2241,"ENSG00000167968","DNASE1L2","deoxyribonuclease I-like 2"
+"chr19",6393724,6393920,197,"*","Promoter (<=1kb)",19,6379580,6393291,13712,2,"2962",-433,"ENSG00000125651","GTF2F1","general transcription factor IIF subunit 1"
+"chr6",33289630,33289660,31,"*","5' UTR",6,33540323,33548070,7748,2,"578",258410,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",1832661,1832675,15,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",-80,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
+"chr8",141545576,141545641,66,"*","Exon (uc003yvn.3/27161, exon 17 of 19)",8,141521397,141527252,5856,1,"54108",24179,"ENSG00000104472","CHRAC1","chromatin accessibility complex 1"
+"chr12",76414486,76414681,196,"*","Distal Intergenic",12,76419227,76425556,6330,2,"22822",10875,"ENSG00000139289","PHLDA1","pleckstrin homology like domain family A member 1"
+"chr15",76135111,76135236,126,"*","Promoter (<=1kb)",15,76135622,76193388,57767,1,"92912",-386,"ENSG00000140367","UBE2Q2","ubiquitin conjugating enzyme E2Q family member 2"
+"chr5",1752864,1753253,390,"*","Distal Intergenic",5,1708900,1708983,84,2,"100422966",-43881,"ENSG00000263746","MIR4277","microRNA 4277"
+"chr5",1037853,1037979,127,"*","3' UTR",5,1063011,1063089,79,2,"100616479",25110,"ENSG00000263834","MIR4635","microRNA 4635"
+"chr6",79788502,79788573,72,"*","Promoter (<=1kb)",6,79644136,79788011,143876,2,"55023",-491,"ENSG00000146247","PHIP","pleckstrin homology domain interacting protein"
+"chr16",12662474,12662581,108,"*","3' UTR",16,12814178,12814228,51,1,"100616195",-151597,"ENSG00000264733","MIR4718","microRNA 4718"
+"chr20",2795593,2795601,9,"*","Promoter (<=1kb)",20,2795633,2797804,2172,1,"100288797",-32,"ENSG00000198326","TMEM239","transmembrane protein 239"
+"chr16",1128673,1128698,26,"*","Promoter (<=1kb)",16,1114082,1128731,14650,2,"146336",33,"ENSG00000261713","SSTR5-AS1","SSTR5 antisense RNA 1"
+"chr17",78801921,78802104,184,"*","Intron (uc010wuf.1/57521, intron 8 of 11)",17,78965641,78973933,8293,1,"79643",-163537,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr19",58095547,58095611,65,"*","Promoter (<=1kb)",19,58095628,58103758,8131,1,"284307",-17,"ENSG00000171649","ZIK1","zinc finger protein interacting with K protein 1"
+"chr6",30310112,30310118,7,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-1826542,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",2053563,2053579,17,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,2047653,2059822,12170,2,"90850",6243,"ENSG00000167962","ZNF598","zinc finger protein 598"
+"chr21",36260985,36261009,25,"*","5' UTR",21,36118122,36157168,39047,1,"100506385",142863,"ENSG00000234380","LINC01426","long intergenic non-protein coding RNA 1426"
+"chr1",210501573,210501586,14,"*","Promoter (<=1kb)",1,210501596,210849638,348043,1,"55733",-10,"ENSG00000054392","HHAT","hedgehog acyltransferase"
+"chr16",86565671,86565932,262,"*","Exon (uc002fjm.3/64779, exon 8 of 8)",16,86544133,86548070,3938,1,"2294",21538,"ENSG00000103241","FOXF1","forkhead box F1"
+"chr14",74111027,74111210,184,"*","Promoter (<=1kb)",14,74111578,74170431,58854,1,"83544",-368,"ENSG00000119661","DNAL1","dynein axonemal light chain 1"
+"chr5",17275894,17275997,104,"*","Exon (uc031siz.1/10409, exon 2 of 2)",5,17130137,17217531,87395,2,"285696",-58363,"ENSG00000215196","LOC285696","uncharacterized LOC285696"
+"chr12",93861162,93861276,115,"*","Promoter (<=1kb)",12,93861266,93897548,36283,1,"28977",0,"ENSG00000198015","MRPL42","mitochondrial ribosomal protein L42"
+"chr16",46603191,46603259,69,"*","Promoter (<=1kb)",16,46503249,46603009,99761,2,"124149",-182,NA,"ANKRD26P1","ankyrin repeat domain 26 pseudogene 1"
+"chr5",139284250,139284498,249,"*","Intron (uc003lev.2/9542, intron 10 of 10)",5,139175406,139224048,48643,1,"84249",108844,"ENSG00000146005","PSD2","pleckstrin and Sec7 domain containing 2"
+"chr3",119187638,119187843,206,"*","Promoter (<=1kb)",3,119187785,119213554,25770,1,"56983",0,"ENSG00000163389","POGLUT1","protein O-glucosyltransferase 1"
+"chr12",40019768,40019835,68,"*","Promoter (<=1kb)",12,40019972,40302102,282131,1,"283461",-137,"ENSG00000180116","C12orf40","chromosome 12 open reading frame 40"
+"chr15",67135348,67135374,27,"*","Distal Intergenic",15,66994674,67074337,79664,1,"4091",140674,"ENSG00000137834","SMAD6","SMAD family member 6"
+"chr11",1706846,1706854,9,"*","Promoter (<=1kb)",11,1704500,1706859,2360,2,"100132464",5,"ENSG00000205865","FAM99B","family with sequence similarity 99 member B (non-protein coding)"
+"chr11",8305171,8305302,132,"*","Distal Intergenic",11,8245851,8290182,44332,2,"4004",-14989,"ENSG00000166407","LMO1","LIM domain only 1"
+"chr1",36273452,36273677,226,"*","Promoter (<=1kb)",1,36273828,36323490,49663,1,"192670",-151,"ENSG00000134698","AGO4","argonaute 4, RISC catalytic component"
+"chr10",3146741,3147008,268,"*","5' UTR",10,3183793,3190821,7029,1,"100507034",-36785,"ENSG00000237399","PITRM1-AS1","PITRM1 antisense RNA 1"
+"chr17",17682593,17682984,392,"*","Promoter (<=1kb)",17,17680000,17682843,2844,2,"140771",0,"ENSG00000226746","SMCR5","Smith-Magenis syndrome chromosome region, candidate 5 (non-protein coding)"
+"chr9",139741803,139741866,64,"*","Promoter (1-2kb)",9,139743256,139745490,2235,1,"29085",-1390,"ENSG00000054148","PHPT1","phosphohistidine phosphatase 1"
+"chr11",14665287,14665307,21,"*","Promoter (<=1kb)",11,14665269,14893604,228336,1,"5140",18,"ENSG00000152270","PDE3B","phosphodiesterase 3B"
+"chr19",51457432,51457787,356,"*","Promoter (1-2kb)",19,51446559,51456344,9786,2,"25818",-1088,"ENSG00000167754","KLK5","kallikrein related peptidase 5"
+"chr6",33272430,33272516,87,"*","3' UTR",6,33540323,33548070,7748,2,"578",275554,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr19",55660572,55660577,6,"*","Promoter (<=1kb)",19,55644161,55660606,16446,2,"7138",29,"ENSG00000105048","TNNT1","troponin T1, slow skeletal type"
+"chr8",99917203,99917303,101,"*","Intron (uc003yio.4/6788, intron 12 of 12)",8,99466859,99954799,487941,2,"6788",37496,"ENSG00000104375","STK3","serine/threonine kinase 3"
+"chr6",33245995,33246008,14,"*","Exon (uc003odr.3/8705, exon 1 of 1)",6,33540323,33548070,7748,2,"578",302062,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",86528753,86529003,251,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",13463,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
+"chr18",60382495,60382585,91,"*","Promoter (<=1kb)",18,60382672,60647676,265005,1,"23239",-87,"ENSG00000081913","PHLPP1","PH domain and leucine rich repeat protein phosphatase 1"
+"chr20",60758035,60758377,343,"*","Promoter (<=1kb)",20,60758081,60777810,19730,1,"26164",0,"ENSG00000101181","MTG2","mitochondrial ribosome-associated GTPase 2"
+"chr3",99536150,99536261,112,"*","Promoter (<=1kb)",3,99536678,99897476,360799,1,"84319",-417,"ENSG00000184220","CMSS1","cms1 ribosomal small subunit homolog (yeast)"
+"chr19",3094186,3094637,452,"*","Promoter (<=1kb)",19,3094408,3121454,27047,1,"2767",0,"ENSG00000088256","GNA11","G protein subunit alpha 11"
+"chr13",113382154,113382215,62,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",37511,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr22",48027716,48027921,206,"*","Promoter (<=1kb)",22,48016792,48027318,10527,2,"400932",-398,"ENSG00000205634","LINC00898","long intergenic non-protein coding RNA 898"
+"chr8",42911648,42911960,313,"*","Promoter (<=1kb)",8,42911442,42940932,29491,1,"2339",206,"ENSG00000168522","FNTA","farnesyltransferase, CAAX box, alpha"
+"chr11",1248911,1248923,13,"*","Exon (uc009yct.2/727897, exon 7 of 26)",11,1295598,1330892,35295,2,"54472",81969,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr12",131780841,131781223,383,"*","3' UTR",12,131649556,131697476,47921,1,"116437",131285,"ENSG00000204603","LINC01257","long intergenic non-protein coding RNA 1257"
+"chr14",20811315,20811419,105,"*","Promoter (<=1kb)",14,20811230,20811570,341,2,"85495",151,"ENSG00000277209","RPPH1","ribonuclease P RNA component H1"
+"chr6",29548535,29548643,109,"*","Intron (uc003nmp.4/2550, intron 1 of 18)",6,28471073,28483570,12498,2,"257202",-1064965,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrX",103813150,103813550,401,"*","Promoter (2-3kb)",23,103810996,105011822,1200827,1,"26280",2154,"ENSG00000189108","IL1RAPL2","interleukin 1 receptor accessory protein like 2"
+"chr6",33405448,33405517,70,"*","5' UTR",6,33540323,33548070,7748,2,"578",142553,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr6",99872792,99872838,47,"*","Promoter (<=1kb)",6,99847841,99873207,25367,2,"25957",369,"ENSG00000132424","PNISR","PNN-interacting serine/arginine-rich protein"
+"chr11",69455664,69455667,4,"*","Promoter (<=1kb)",11,69455873,69469242,13370,1,"595",-206,"ENSG00000110092","CCND1","cyclin D1"
+"chr2",207024188,207024197,10,"*","Promoter (<=1kb)",2,206987803,207024243,36441,2,"4719",46,"ENSG00000023228","NDUFS1","NADH:ubiquinone oxidoreductase core subunit S1"
+"chr12",132326213,132326359,147,"*","Exon (uc001ujc.1/4326, exon 5 of 10)",12,132312941,132336316,23376,1,"4326",13272,"ENSG00000198598","MMP17","matrix metallopeptidase 17"
+"chr14",52240877,52241003,127,"*","Distal Intergenic",14,52313952,52436518,122567,1,"54331",-72949,"ENSG00000186469","GNG2","G protein subunit gamma 2"
+"chr17",8230235,8230350,116,"*","Distal Intergenic",17,8243188,8249363,6176,1,"146852",-12838,"ENSG00000184650","ODF4","outer dense fiber of sperm tails 4"
+"chr7",73389575,73389632,58,"*","Distal Intergenic",7,73442427,73484236,41810,1,"2006",-52795,"ENSG00000049540","ELN","elastin"
+"chr1",100435336,100435382,47,"*","Promoter (<=1kb)",1,100435345,100492534,57190,1,"23443",0,"ENSG00000117620","SLC35A3","solute carrier family 35 member A3"
+"chr17",40119847,40119957,111,"*","Promoter (1-2kb)",17,40118759,40129754,10996,1,"1267",1088,"ENSG00000173786","CNP","2',3'-cyclic nucleotide 3' phosphodiesterase"
+"chr19",43918417,43918868,452,"*","Intron (uc002owk.3/83639, intron 4 of 8)",19,43892763,43922767,30005,1,"83639",25654,"ENSG00000131126","TEX101","testis expressed 101"
+"chr6",168709944,168710203,260,"*","Intron (uc003qwq.3/168002, intron 1 of 3)",6,168707584,168720402,12819,2,"168002",10199,"ENSG00000164488","DACT2","dishevelled-binding antagonist of beta-catenin 2"
+"chr4",123843025,123843227,203,"*","Promoter (<=1kb)",4,123813799,123844159,30361,2,"11162",932,"ENSG00000170917","NUDT6","nudix hydrolase 6"
+"chr15",101567846,101568393,548,"*","Exon (uc002bwr.3/79705, exon 19 of 34)",15,101459460,101610317,150858,1,"79705",108386,"ENSG00000154237","LRRK1","leucine-rich repeat kinase 1"
+"chr8",37621167,37621231,65,"*","Promoter (1-2kb)",8,37620101,37637286,17186,1,"11212",1066,"ENSG00000147471","PROSC","proline synthetase co-transcribed homolog (bacterial)"
+"chr17",5323715,5323805,91,"*","Promoter (<=1kb)",17,5289346,5323059,33714,2,"4927",-656,"ENSG00000108559","NUP88","nucleoporin 88kDa"
+"chr2",113299015,113299370,356,"*","Promoter (<=1kb)",2,113299492,113334727,35236,1,"84172",-122,"ENSG00000125630","POLR1B","polymerase (RNA) I subunit B"
+"chr19",8934532,8934731,200,"*","Intron (uc010dwg.1/148156, intron 6 of 9)",19,8920382,8942975,22594,2,"148156",8244,"ENSG00000167785","ZNF558","zinc finger protein 558"
+"chr22",36557301,36557559,259,"*","5' UTR",22,36536371,36562225,25855,2,"80833",4666,"ENSG00000128284","APOL3","apolipoprotein L3"
+"chr16",3067578,3067711,134,"*","Promoter (<=1kb)",16,3064713,3068188,3476,2,"9074",477,"ENSG00000184697","CLDN6","claudin 6"
+"chr1",2984227,2984255,29,"*","Promoter (<=1kb)",1,2976181,2984289,8109,2,"440556",34,"ENSG00000177133","LINC00982","long intergenic non-protein coding RNA 982"
+"chr6",29975080,29975093,14,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1491510,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr19",34012887,34012909,23,"*","Promoter (<=1kb)",19,33877855,34012799,134945,2,"5184",-88,"ENSG00000124299","PEPD","peptidase D"
+"chr5",92906630,92906851,222,"*","Intron (uc011cue.1/441094, intron 2 of 2)",5,92745065,92917003,171939,2,"441094",10152,"ENSG00000237187","NR2F1-AS1","NR2F1 antisense RNA 1"
+"chr1",159916034,159916077,44,"*","Promoter (<=1kb)",1,159896829,159915386,18558,2,"57549",-648,"ENSG00000085552","IGSF9","immunoglobulin superfamily member 9"
+"chr4",46995743,46995821,79,"*","Promoter (<=1kb)",4,46920917,46996424,75508,2,"2557",603,"ENSG00000109158","GABRA4","gamma-aminobutyric acid type A receptor alpha4 subunit"
+"chr16",744861,744891,31,"*","Intron (uc002cja.3/146330, intron 2 of 2)",16,734702,740400,5699,2,"84219",-4461,"ENSG00000127580","WDR24","WD repeat domain 24"
+"chr5",154393281,154393446,166,"*","Promoter (<=1kb)",5,154393260,154397685,4426,1,"285643",21,"ENSG00000226650","KIF4B","kinesin family member 4B"
+"chr8",143210597,143210937,341,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-46763,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
+"chr2",171571049,171571151,103,"*","Promoter (<=1kb)",2,171568949,171571077,2129,2,"440925",0,"ENSG00000222033","LINC01124","long intergenic non-protein coding RNA 1124"
+"chr10",3373627,3373722,96,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3179116,3215033,35918,2,"10531",-158594,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
+"chr2",175198768,175198904,137,"*","Promoter (<=1kb)",2,175199821,175202268,2448,1,"100131390",-917,"ENSG00000217236","SP9","Sp9 transcription factor"
+"chr17",11461572,11461617,46,"*","Exon (uc002gna.4/388336, exon 4 of 4)",17,11501748,11873065,371318,1,"1770",-40131,"ENSG00000007174","DNAH9","dynein axonemal heavy chain 9"
+"chr4",107958104,107958443,340,"*","Intron (uc010ilw.1/27123, intron 2 of 3)",4,107842959,108204846,361888,2,"27123",246403,"ENSG00000155011","DKK2","dickkopf WNT signaling pathway inhibitor 2"
+"chr19",10213417,10213674,258,"*","Promoter (<=1kb)",19,10203013,10213425,10413,2,"83854",0,"ENSG00000130812","ANGPTL6","angiopoietin like 6"
+"chr6",100676841,100677068,228,"*","Distal Intergenic",6,100367786,100442114,74329,2,"84539",-234727,"ENSG00000152034","MCHR2","melanin concentrating hormone receptor 2"
+"chr1",111022652,111022774,123,"*","Intron (uc009wft.1/643160, intron 2 of 7)",1,111016378,111033891,17514,1,"643160",6274,"ENSG00000240194","CYMP","chymosin pseudogene"
+"chr10",6162106,6162140,35,"*","Distal Intergenic",10,6186843,6277507,90665,1,"5209",-24703,"ENSG00000170525","PFKFB3","6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3"
+"chr6",31854281,31854303,23,"*","Intron (uc003nxy.1/10919, intron 10 of 26)",6,32485154,32557613,72460,2,"3127",703310,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr9",84303915,84304366,452,"*","Promoter (<=1kb)",9,84198598,84303596,104999,2,"7088",-319,"ENSG00000196781","TLE1","transducin like enhancer of split 1"
+"chr11",2890622,2890657,36,"*","Promoter (<=1kb)",11,2891263,2893336,2074,1,"55539",-606,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
+"chr11",7272828,7273049,222,"*","Intron (uc001mfd.3/143425, intron 1 of 8)",11,7260009,7490276,230268,1,"143425",12819,"ENSG00000170743","SYT9","synaptotagmin 9"
+"chr11",69683043,69683413,371,"*","Distal Intergenic",11,69624736,69634192,9457,2,"2248",-48851,"ENSG00000186895","FGF3","fibroblast growth factor 3"
+"chr16",30389462,30389503,42,"*","Promoter (<=1kb)",16,30389633,30411429,21797,1,"197407",-130,"ENSG00000180035","ZNF48","zinc finger protein 48"
+"chr15",65593640,65593933,294,"*","Distal Intergenic",15,65550437,65579018,28582,2,"54956",-14622,"ENSG00000138617","PARP16","poly(ADP-ribose) polymerase family member 16"
+"chr16",48644198,48644211,14,"*","Promoter (<=1kb)",16,48572637,48644120,71484,2,"9683",-78,"ENSG00000102921","N4BP1","NEDD4 binding protein 1"
+"chr16",89972022,89972291,270,"*","Intron (uc002fpb.2/22980, intron 14 of 17)",16,89984287,89987385,3099,1,"4157",-11996,"ENSG00000258839","MC1R","melanocortin 1 receptor"
+"chr3",197391793,197391942,150,"*","Distal Intergenic",3,197401367,197401447,81,2,"100126321",9505,"ENSG00000216042","MIR922","microRNA 922"
+"chr7",152618877,152619168,292,"*","Distal Intergenic",7,152456834,152552464,95631,1,"57180",162043,"ENSG00000133627","ACTR3B","ARP3 actin-related protein 3 homolog B (yeast)"
+"chr1",36915964,36915991,28,"*","Promoter (<=1kb)",1,36883507,36916086,32580,2,"127700",95,"ENSG00000116885","OSCP1","organic solute carrier partner 1"
+"chr10",133796348,133796446,99,"*","Promoter (<=1kb)",10,133781204,133795435,14232,2,"664",-913,"ENSG00000176171","BNIP3","BCL2/adenovirus E1B 19kDa interacting protein 3"
+"chr16",10276081,10276119,39,"*","Promoter (<=1kb)",16,9847265,10276611,429347,2,"2903",492,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
+"chr2",152146702,152146944,243,"*","Promoter (<=1kb)",2,152126982,152146430,19449,2,"9111",-272,"ENSG00000123609","NMI","N-myc and STAT interactor"
+"chr6",30684883,30684905,23,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872708,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",27729801,27729992,192,"*","Downstream (<1kb)",1,27719148,27722317,3170,1,"2827",10653,"ENSG00000181773","GPR3","G protein-coupled receptor 3"
+"chr14",103541561,103541909,349,"*","Distal Intergenic",14,103398716,103523742,125027,2,"9578",-17819,"ENSG00000198752","CDC42BPB","CDC42 binding protein kinase beta"
+"chr16",30103511,30103528,18,"*","Promoter (<=1kb)",16,30097115,30103208,6094,2,"6911",-303,"ENSG00000149922","TBX6","T-box 6"
+"chr2",198570720,198570726,7,"*","Promoter (<=1kb)",2,198570028,198573114,3087,1,"92935",692,"ENSG00000247626","MARS2","methionyl-tRNA synthetase 2, mitochondrial"
+"chr4",163085228,163085235,8,"*","Promoter (<=1kb)",4,162305044,163085186,780143,2,"56884",-42,"ENSG00000168843","FSTL5","follistatin like 5"
+"chr1",40974605,40974785,181,"*","Promoter (<=1kb)",1,40974433,40982214,7782,1,"64789",172,"ENSG00000164002","EXO5","exonuclease 5"
+"chr17",8908079,8908225,147,"*","Distal Intergenic",17,8924859,9147317,222459,1,"9423",-16634,"ENSG00000065320","NTN1","netrin 1"
+"chr7",2086492,2086509,18,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1855428,2272583,417156,2,"8379",186074,"ENSG00000002822","MAD1L1","MAD1 mitotic arrest deficient-like 1 (yeast)"
+"chr7",48031420,48031559,140,"*","Intron (uc010kyq.3/256979, intron 3 of 7)",7,48002885,48019222,16338,2,"3364",-12198,"ENSG00000136273","HUS1","HUS1 checkpoint clamp component"
+"chr5",175816246,175816296,51,"*","Promoter (<=1kb)",5,175815784,175816751,968,1,"192286",462,"ENSG00000146066","HIGD2A","HIG1 hypoxia inducible domain family member 2A"
+"chr6",32367750,32367922,173,"*","Intron (uc003obg.1/56244, intron 2 of 5)",6,32485154,32557613,72460,2,"3127",189691,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr12",72233372,72233493,122,"*","Promoter (<=1kb)",12,72233487,72320629,87143,1,"64786",0,"ENSG00000121749","TBC1D15","TBC1 domain family member 15"
+"chr16",72981551,72981948,398,"*","Intron (uc002fck.3/463, intron 7 of 9)",16,72816786,73092534,275749,2,"463",110586,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
+"chr4",129208894,129209001,108,"*","Promoter (<=1kb)",4,129190392,129209984,19593,2,"10424",983,"ENSG00000164040","PGRMC2","progesterone receptor membrane component 2"
+"chr1",76262663,76262857,195,"*","Promoter (<=1kb)",1,76262556,76378923,116368,1,"4438",107,"ENSG00000057468","MSH4","mutS homolog 4"
+"chr1",6514605,6514615,11,"*","Intron (uc001amy.3/83715, intron 10 of 12)",1,6521214,6526255,5042,2,"8718",11640,"ENSG00000215788","TNFRSF25","tumor necrosis factor receptor superfamily member 25"
+"chrX",132547094,132547235,142,"*","Promoter (1-2kb)",23,132435064,132549205,114142,2,"2239",1970,"ENSG00000076716","GPC4","glypican 4"
+"chr1",172628065,172628215,151,"*","Promoter (<=1kb)",1,172628185,172636012,7828,1,"356",0,"ENSG00000117560","FASLG","Fas ligand"
+"chr1",182573107,182573405,299,"*","Promoter (<=1kb)",1,182567758,182573548,5791,2,"6004",143,"ENSG00000143333","RGS16","regulator of G-protein signaling 16"
+"chr3",45636177,45636338,162,"*","Promoter (<=1kb)",3,45636323,45722755,86433,1,"8994",0,"ENSG00000144791","LIMD1","LIM domains containing 1"
+"chr8",687970,688084,115,"*","Promoter (<=1kb)",8,687587,1087777,400191,1,"619343",383,"ENSG00000237647","ERICH1-AS1","ERICH1 antisense RNA 1"
+"chrX",153200444,153200851,408,"*","Promoter (<=1kb)",23,153195280,153200607,5328,2,"8260",0,"ENSG00000102030","NAA10","N(alpha)-acetyltransferase 10, NatA catalytic subunit"
+"chr1",54868559,54868959,401,"*","Intron (uc001cxe.4/23648, intron 15 of 17)",1,54691104,54872068,180965,2,"23648",3109,"ENSG00000157216","SSBP3","single stranded DNA binding protein 3"
+"chr19",52206176,52206258,83,"*","Exon (uc002pxm.1/147650, exon 1 of 3)",19,52196593,52208443,11851,1,"147650",9583,"ENSG00000182310","SPACA6","sperm acrosome associated 6"
+"chr5",74632964,74632966,3,"*","Promoter (<=1kb)",5,74632154,74657926,25773,1,"3156",810,"ENSG00000113161","HMGCR","3-hydroxy-3-methylglutaryl-CoA reductase"
+"chr8",77586347,77586439,93,"*","Intron (uc003yas.4/100192378, intron 3 of 3)",8,77593515,77779521,186007,1,"79776",-7076,"ENSG00000091656","ZFHX4","zinc finger homeobox 4"
+"chr12",52300911,52300922,12,"*","Promoter (<=1kb)",12,52300692,52317145,16454,1,"94",219,"ENSG00000139567","ACVRL1","activin A receptor like type 1"
+"chr4",111559018,111559105,88,"*","5' UTR",4,111538580,111563279,24700,2,"5308",4174,"ENSG00000164093","PITX2","paired like homeodomain 2"
+"chr11",84635788,84635858,71,"*","Intron (uc001pak.2/1740, intron 22 of 27)",11,83166056,85338314,2172259,2,"1740",702456,"ENSG00000150672","DLG2","discs large homolog 2"
+"chr6",31832445,31832486,42,"*","Exon (uc011dol.2/80736, exon 20 of 21)",6,32485154,32557613,72460,2,"3127",725127,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",7438565,7438609,45,"*","Promoter (1-2kb)",4,7432021,7436700,4680,2,"768239",-1865,"ENSG00000178597","PSAPL1","prosaposin-like 1 (gene/pseudogene)"
+"chr1",27278114,27278244,131,"*","Exon (uc001bni.2/126695, exon 2 of 4)",1,27276047,27286901,10855,2,"126695",8657,"ENSG00000175707","KDF1","keratinocyte differentiation factor 1"
+"chr2",242212374,242212470,97,"*","5' UTR",2,242254723,242293441,38719,1,"4735",-42253,"ENSG00000168385","SEPT2","septin 2"
+"chr11",114271280,114271288,9,"*","Promoter (<=1kb)",11,114262170,114271272,9103,2,"54494",-8,"ENSG00000180425","C11orf71","chromosome 11 open reading frame 71"
+"chr13",107354612,107354631,20,"*","Distal Intergenic",13,107306228,107324528,18301,1,"100874173",48384,"ENSG00000230156","LINC00443","long intergenic non-protein coding RNA 443"
+"chr15",52405416,52405647,232,"*","Promoter (<=1kb)",15,52401822,52404972,3151,2,"10017",-444,"ENSG00000137875","BCL2L10","BCL2 like 10"
+"chr2",201450695,201450962,268,"*","Promoter (<=1kb)",2,201450731,201536217,85487,1,"316",0,"ENSG00000138356","AOX1","aldehyde oxidase 1"
+"chr1",22108716,22108717,2,"*","Promoter (<=1kb)",1,22004792,22109688,104897,2,"84196",971,"ENSG00000090686","USP48","ubiquitin specific peptidase 48"
+"chr4",157997832,157998201,370,"*","Promoter (<=1kb)",4,157997277,158093242,95966,1,"2743",555,"ENSG00000109738","GLRB","glycine receptor beta"
+"chr12",52257845,52258029,185,"*","Distal Intergenic",12,52281793,52285505,3713,1,"341405",-23764,"ENSG00000167612","ANKRD33","ankyrin repeat domain 33"
+"chr17",21792970,21793388,419,"*","Distal Intergenic",17,21825370,21826499,1130,1,"284123",-31982,"ENSG00000178130","FAM27E5","family with sequence similarity E5"
+"chr19",14273713,14274172,460,"*","Exon (uc010xnn.2/22859, exon 6 of 24)",19,14247964,14282075,34112,1,"100507373",25749,"ENSG00000267169","LOC100507373","uncharacterized LOC100507373"
+"chr19",49302808,49302909,102,"*","3' UTR",19,49298319,49314320,16002,2,"587",11411,"ENSG00000105552","BCAT2","branched chain amino acid transaminase 2"
+"chr4",46995426,46995461,36,"*","Promoter (<=1kb)",4,46920917,46996424,75508,2,"2557",963,"ENSG00000109158","GABRA4","gamma-aminobutyric acid type A receptor alpha4 subunit"
+"chr13",113689091,113689236,146,"*","Intron (uc031qnk.1/23263, intron 3 of 27)",13,113621798,113622952,1155,2,"100289410",-66139,NA,"MCF2L-AS1","MCF2L antisense RNA 1"
+"chr11",118662118,118662120,3,"*","Promoter (<=1kb)",11,118618473,118661972,43500,2,"1656",-146,"ENSG00000110367","DDX6","DEAD-box helicase 6"
+"chr2",27545703,27545861,159,"*","Promoter (2-3kb)",2,27532360,27548547,16188,2,"4358",2686,"ENSG00000115204","MPV17","MpV17 mitochondrial inner membrane protein"
+"chr1",98515177,98515272,96,"*","Promoter (<=1kb)",1,98453556,98515249,61694,2,"400765",0,"ENSG00000225206","MIR137HG","MIR137 host gene"
+"chr6",85474209,85474265,57,"*","Promoter (<=1kb)",6,85397079,85473954,76876,2,"9096",-255,"ENSG00000112837","TBX18","T-box 18"
+"chr11",64023038,64023126,89,"*","Exon (uc009ypi.3/5331, exon 7 of 32)",11,64018995,64036924,17930,1,"5331",4043,"ENSG00000149782","PLCB3","phospholipase C beta 3"
+"chr17",77766373,77766769,397,"*","Downstream (1-2kb)",17,77768176,77770915,2740,2,"57332",4146,"ENSG00000141570","CBX8","chromobox 8"
+"chr7",63667446,63667452,7,"*","Promoter (<=1kb)",7,63667581,63680668,13088,1,"730291",-129,"ENSG00000223614","ZNF735","zinc finger protein 735"
+"chr14",57735852,57735919,68,"*","Promoter (<=1kb)",14,57669194,57735617,66424,2,"10640",-235,"ENSG00000070367","EXOC5","exocyst complex component 5"
+"chr10",23003984,23004020,37,"*","Promoter (<=1kb)",10,22823766,23003503,179738,2,"5305",-481,"ENSG00000150867","PIP4K2A","phosphatidylinositol-5-phosphate 4-kinase, type II, alpha"
+"chr10",119306193,119306198,6,"*","Promoter (1-2kb)",10,119243804,119304579,60776,2,"196047",-1614,"ENSG00000229847","EMX2OS","EMX2 opposite strand/antisense RNA"
+"chr17",46620299,46620365,67,"*","Promoter (1-2kb)",17,46621713,46628603,6891,1,"100874362",-1348,"ENSG00000230148","HOXB-AS1","HOXB cluster antisense RNA 1"
+"chr2",71680559,71680637,79,"*","Promoter (<=1kb)",2,71680753,71913893,233141,1,"8291",-116,"ENSG00000135636","DYSF","dysferlin"
+"chr6",24491098,24491120,23,"*","Promoter (1-2kb)",6,24426062,24489850,63789,2,"2822",-1248,"ENSG00000112293","GPLD1","glycosylphosphatidylinositol specific phospholipase D1"
+"chr6",31803246,31803263,18,"*","Intron (uc003rjx.2/50854, intron 2 of 4)",6,32485154,32557613,72460,2,"3127",754350,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr13",28369466,28369574,109,"*","Promoter (2-3kb)",13,28366780,28368089,1310,1,"219409",2686,"ENSG00000169840","GSX1","GS homeobox 1"
+"chr20",21000321,21000761,441,"*","Distal Intergenic",20,21106624,21227258,120635,1,"55857",-105863,"ENSG00000088970","KIZ","kizuna centrosomal protein"
+"chr16",81039847,81039865,19,"*","Promoter (<=1kb)",16,81040103,81066709,26607,1,"55839",-238,"ENSG00000166451","CENPN","centromere protein N"
+"chr22",43342890,43343036,147,"*","5' UTR",22,43265772,43411184,145413,2,"11252",68148,"ENSG00000100266","PACSIN2","protein kinase C and casein kinase substrate in neurons 2"
+"chr9",138370655,138370691,37,"*","Promoter (<=1kb)",9,138371648,138380739,9092,1,"9858",-957,"ENSG00000196422","PPP1R26","protein phosphatase 1 regulatory subunit 26"
+"chr17",80621794,80621810,17,"*","Intron (uc002kfs.3/10966, intron 4 of 5)",17,80572438,80606411,33974,2,"56270",-15383,"ENSG00000141580","WDR45B","WD repeat domain 45B"
+"chr18",22006089,22006268,180,"*","Promoter (<=1kb)",18,22006609,22033494,26886,1,"55364",-341,"ENSG00000154059","IMPACT","impact RWD domain protein"
+"chr4",57976573,57976756,184,"*","Promoter (<=1kb)",4,57897237,57976551,79315,2,"3490",-22,"ENSG00000163453","IGFBP7","insulin like growth factor binding protein 7"
+"chr15",78441410,78441512,103,"*","Promoter (<=1kb)",15,78441719,78462884,21166,1,"3419",-207,"ENSG00000166411","IDH3A","isocitrate dehydrogenase 3 (NAD+) alpha"
+"chr17",78915881,78916330,450,"*","Intron (uc002jyt.1/57521, intron 25 of 33)",17,78965641,78973933,8293,1,"79643",-49311,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr3",187463569,187463583,15,"*","Promoter (<=1kb)",3,187439165,187463513,24349,2,"604",-56,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
+"chr9",127623377,127623523,147,"*","Promoter (<=1kb)",9,127620158,127624240,4083,2,"11224",717,"ENSG00000136942","RPL35","ribosomal protein L35"
+"chr10",728953,729204,252,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,320130,735608,415479,2,"22982",6404,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr14",21457454,21457823,370,"*","Promoter (<=1kb)",14,21457965,21465194,7230,1,"64745",-142,"ENSG00000165792","METTL17","methyltransferase like 17"
+"chr19",1315962,1316043,82,"*","Distal Intergenic",19,1286153,1301429,15277,1,"1943",29809,"ENSG00000099617","EFNA2","ephrin-A2"
+"chr12",69005242,69005390,149,"*","Promoter (<=1kb)",12,69004619,69054385,49767,1,"5908",623,"ENSG00000127314","RAP1B","RAP1B, member of RAS oncogene family"
+"chr6",110797497,110797506,10,"*","Promoter (<=1kb)",6,110745892,110797844,51953,2,"85413",338,"ENSG00000004809","SLC22A16","solute carrier family 22 member 16"
+"chr1",26737422,26737663,242,"*","Promoter (<=1kb)",1,26737269,26756219,18951,1,"79727",153,"ENSG00000131914","LIN28A","lin-28 homolog A"
+"chr2",220436873,220436894,22,"*","Promoter (<=1kb)",2,220436954,220440435,3482,1,"3623",-60,"ENSG00000123999","INHA","inhibin alpha"
+"chr16",12009330,12009357,28,"*","Promoter (1-2kb)",16,11961985,12010519,48535,2,"2935",1162,"ENSG00000103342","GSPT1","G1 to S phase transition 1"
+"chr16",733794,733857,64,"*","Promoter (<=1kb)",16,731667,734439,2773,2,"339123",582,"ENSG00000161999","JMJD8","jumonji domain containing 8"
+"chr17",27918338,27918532,195,"*","Promoter (1-2kb)",17,27916801,27941779,24979,1,"124930",1537,"ENSG00000198720","ANKRD13B","ankyrin repeat domain 13B"
+"chr7",50861544,50861549,6,"*","Promoter (<=1kb)",7,50657760,50861159,203400,2,"2887",-385,"ENSG00000106070","GRB10","growth factor receptor bound protein 10"
+"chr14",51955524,51955537,14,"*","Promoter (<=1kb)",14,51955839,52197444,241606,1,"122786",-302,"ENSG00000139926","FRMD6","FERM domain containing 6"
+"chr16",29263033,29263077,45,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-39751,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
+"chr19",55740682,55740727,46,"*","Promoter (<=1kb)",19,55738002,55740632,2631,2,"255043",-50,"ENSG00000180089","TMEM86B","transmembrane protein 86B"
+"chr2",27712693,27712704,12,"*","Promoter (<=1kb)",2,27667240,27712571,45332,2,"26160",-122,"ENSG00000138002","IFT172","intraflagellar transport 172"
+"chr11",279902,280397,496,"*","Promoter (1-2kb)",11,278570,285388,6819,1,"171389",1332,"ENSG00000174885","NLRP6","NLR family, pyrin domain containing 6"
+"chr6",32072119,32072474,356,"*","Intron (uc003nzl.2/7148, intron 43 of 43)",6,32485154,32557613,72460,2,"3127",485139,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",100183862,100183965,104,"*","Promoter (<=1kb)",7,100183956,100198740,14785,1,"26261",0,"ENSG00000106336","FBXO24","F-box protein 24"
+"chr8",61591156,61591398,243,"*","Promoter (<=1kb)",8,61591324,61780586,189263,1,"55636",0,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
+"chr10",135270877,135270899,23,"*","5' UTR",10,135267432,135337062,69631,1,"619207",3445,"ENSG00000214279","SCART1","scavenger receptor protein family member"
+"chr12",1943758,1943841,84,"*","Exon (uc001qjt.2/654429, exon 5 of 5)",12,1929433,1945918,16486,1,"654429",14325,"ENSG00000166159","LRTM2","leucine-rich repeats and transmembrane domains 2"
+"chr7",98568332,98568525,194,"*","Intron (uc003upp.3/8295, intron 51 of 71)",7,98479273,98479352,80,1,"100500819",89059,"ENSG00000266019","MIR3609","microRNA 3609"
+"chrX",30671338,30671362,25,"*","Promoter (<=1kb)",23,30671476,30749577,78102,1,"2710",-114,"ENSG00000198814","GK","glycerol kinase"
+"chr5",41071405,41071831,427,"*","Promoter (<=1kb)",5,40998122,41071444,73323,2,"133558",0,"ENSG00000171495","MROH2B","maestro heat like repeat family member 2B"
+"chr5",2751502,2751504,3,"*","Promoter (<=1kb)",5,2746279,2751769,5491,2,"153572",265,"ENSG00000170561","IRX2","iroquois homeobox 2"
+"chr8",80679978,80679988,11,"*","Promoter (<=1kb)",8,80676245,80680098,3854,2,"23462",110,"ENSG00000164683","HEY1","hes related family bHLH transcription factor with YRPW motif 1"
+"chr20",36148457,36148556,100,"*","Promoter (1-2kb)",20,36149607,36152090,2484,1,"4826",-1051,"ENSG00000053438","NNAT","neuronatin"
+"chr5",71852711,71853215,505,"*","Distal Intergenic",5,71739234,71803249,64016,2,"167465",-49462,"ENSG00000178175","ZNF366","zinc finger protein 366"
+"chr12",9600884,9600886,3,"*","Promoter (<=1kb)",12,9570287,9600768,30482,2,"440081",-116,NA,"DDX12P","DEAD/H-box helicase 12, pseudogene"
+"chr6",41194812,41195044,233,"*","Promoter (1-2kb)",6,41196062,41206120,10059,1,"285852",-1018,"ENSG00000188056","TREML4","triggering receptor expressed on myeloid cells like 4"
+"chr19",50321369,50321447,79,"*","Promoter (<=1kb)",19,50321536,50342036,20501,1,"81857",-89,"ENSG00000104973","MED25","mediator complex subunit 25"
+"chr10",135113336,135113403,68,"*","Intron (uc001lmg.2/10844, intron 15 of 17)",10,135122423,135126666,4244,1,"118472",-9020,"ENSG00000198546","ZNF511","zinc finger protein 511"
+"chr16",2880101,2880278,178,"*","Promoter (<=1kb)",16,2880173,2882285,2113,1,"124220",0,"ENSG00000162078","ZG16B","zymogen granule protein 16B"
+"chr2",467891,468131,241,"*","Distal Intergenic",2,279561,288308,8748,2,"285016",-179583,"ENSG00000189292","FAM150B","family with sequence similarity 150 member B"
+"chr3",41240939,41240962,24,"*","5' UTR",3,41236401,41281939,45539,1,"1499",4538,"ENSG00000168036","CTNNB1","catenin beta 1"
+"chr3",148804381,148804429,49,"*","Promoter (<=1kb)",3,148747904,148804341,56438,2,"6596",-40,"ENSG00000071794","HLTF","helicase-like transcription factor"
+"chr3",194118430,194118565,136,"*","Promoter (1-2kb)",3,194115550,194119995,4446,2,"2814",1430,"ENSG00000178732","GP5","glycoprotein V platelet"
+"chr11",75141627,75141674,48,"*","Promoter (<=1kb)",11,75133438,75141674,8237,2,"283212",0,"ENSG00000149243","KLHL35","kelch like family member 35"
+"chr12",752290,752381,92,"*","Intron (uc001qim.1/uc001qim.1, intron 4 of 4)",12,673462,772755,99294,2,"4815",20374,"ENSG00000171840","NINJ2","ninjurin 2"
+"chr9",115650839,115650856,18,"*","Promoter (2-3kb)",9,115641200,115653193,11994,2,"57864",2337,"ENSG00000119457","SLC46A2","solute carrier family 46 member 2"
+"chr10",96305340,96305431,92,"*","Promoter (<=1kb)",10,96305543,96361856,56314,1,"3070",-112,"ENSG00000119969","HELLS","helicase, lymphoid-specific"
+"chr8",144680362,144680385,24,"*","Promoter (<=1kb)",8,144680074,144682485,2412,1,"84948",288,"ENSG00000179886","TIGD5","tigger transposable element derived 5"
+"chr1",33938162,33938224,63,"*","Promoter (<=1kb)",1,33938232,33961995,23764,1,"7579",-8,"ENSG00000121903","ZSCAN20","zinc finger and SCAN domain containing 20"
+"chr19",44576247,44576465,219,"*","5' UTR",19,44556164,44572142,15979,1,"7766",20083,"ENSG00000178386","ZNF223","zinc finger protein 223"
+"chr7",156786185,156786278,94,"*","Downstream (<1kb)",7,156786745,156803347,16603,2,"3110",17069,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
+"chr1",1990986,1991003,18,"*","Exon (uc001aiq.3/5590, exon 4 of 18)",1,1981909,2116834,134926,1,"5590",9077,"ENSG00000067606","PRKCZ","protein kinase C zeta"
+"chr12",106979014,106979030,17,"*","Promoter (2-3kb)",12,106976685,107156582,179898,1,"5992",2329,"ENSG00000111783","RFX4","regulatory factor X4"
+"chr16",31548908,31549141,234,"*","Distal Intergenic",16,31539203,31540124,922,1,"51327",9705,"ENSG00000169877","AHSP","alpha hemoglobin stabilizing protein"
+"chr6",13574573,13574794,222,"*","Promoter (<=1kb)",6,13574761,13615390,40630,1,"23408",0,"ENSG00000124523","SIRT5","sirtuin 5"
+"chr7",100964950,100965198,249,"*","Promoter (<=1kb)",7,100956648,100965093,8446,2,"64792",0,"ENSG00000128581","IFT22","intraflagellar transport 22"
+"chr8",144680893,144681049,157,"*","Promoter (<=1kb)",8,144680074,144682485,2412,1,"84948",819,"ENSG00000179886","TIGD5","tigger transposable element derived 5"
+"chr12",52800261,52800423,163,"*","Promoter (<=1kb)",12,52787735,52800176,12442,2,"3888",-85,"ENSG00000161850","KRT82","keratin 82"
+"chr21",28338788,28339262,475,"*","Promoter (<=1kb)",21,28290231,28339439,49209,2,"11096",177,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
+"chr2",231085677,231085687,11,"*","Intron (uc021vxx.1/3431, intron 14 of 15)",2,231033645,231090444,56800,2,"3431",4757,"ENSG00000135899","SP110","SP110 nuclear body protein"
+"chr6",157505920,157505996,77,"*","Intron (uc003qqn.3/57492, intron 13 of 19)",6,157710054,157745253,35200,2,"729515",239257,"ENSG00000215712","TMEM242","transmembrane protein 242"
+"chr8",22419442,22419519,78,"*","Exon (uc011kzk.1/10174, exon 7 of 13)",8,22409251,22433008,23758,1,"10174",10191,"ENSG00000120896","SORBS3","sorbin and SH3 domain containing 3"
+"chr7",598411,598729,319,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",38383,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr4",23892492,23892573,82,"*","Intron (uc031sdx.1/10891, intron 13 of 14)",4,23793644,24474394,680751,2,"10891",581821,"ENSG00000109819","PPARGC1A","PPARG coactivator 1 alpha"
+"chr14",73706479,73706676,198,"*","Promoter (2-3kb)",14,73704205,73741347,37143,1,"89932",2274,"ENSG00000100767","PAPLN","papilin, proteoglycan-like sulfated glycoprotein"
+"chr19",42724332,42724346,15,"*","Promoter (<=1kb)",19,42702745,42724304,21560,2,"162989",-28,"ENSG00000160570","DEDD2","death effector domain containing 2"
+"chr5",178368075,178368112,38,"*","Promoter (<=1kb)",5,178368194,178393218,25025,1,"285676",-82,"ENSG00000178187","ZNF454","zinc finger protein 454"
+"chr6",160389711,160389717,7,"*","Promoter (<=1kb)",6,160390131,160527583,137453,1,"3482",-414,"ENSG00000197081","IGF2R","insulin like growth factor 2 receptor"
+"chr7",157849639,157849649,11,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",202362,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr7",77427825,77427853,29,"*","Promoter (<=1kb)",7,77423045,77427747,4703,2,"85025",-78,"ENSG00000135211","TMEM60","transmembrane protein 60"
+"chr11",71709751,71709762,12,"*","Promoter (<=1kb)",11,71709958,71713965,4008,1,"10068",-196,"ENSG00000137496","IL18BP","interleukin 18 binding protein"
+"chr5",38258670,38258853,184,"*","Promoter (<=1kb)",5,38258511,38465582,207072,1,"133584",159,"ENSG00000164318","EGFLAM","EGF like, fibronectin type III and laminin G domains"
+"chr14",104152319,104152337,19,"*","3' UTR",14,104163954,104181823,17870,2,"7517",29486,"ENSG00000126215","XRCC3","X-ray repair complementing defective repair in Chinese hamster cells 3"
+"chr4",53522773,53522876,104,"*","Promoter (2-3kb)",4,53457127,53525502,68376,2,"64854",2626,"ENSG00000109189","USP46","ubiquitin specific peptidase 46"
+"chr14",24658184,24658201,18,"*","Promoter (1-2kb)",14,24649425,24659859,10435,2,"79711",1658,"ENSG00000196497","IPO4","importin 4"
+"chr12",132897458,132897840,383,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132680917,132905905,224989,2,"50614",8065,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr19",1568032,1568034,3,"*","Promoter (<=1kb)",19,1554668,1568057,13390,2,"399664",23,"ENSG00000181588","MEX3D","mex-3 RNA binding family member D"
+"chr1",120838397,120838644,248,"*","Promoter (<=1kb)",1,120839005,120855681,16677,1,"653820",-361,"ENSG00000188610","FAM72B","family with sequence similarity 72 member B"
+"chr2",16081776,16081974,199,"*","Promoter (<=1kb)",2,16080020,16081845,1826,2,"10408",0,"ENSG00000233718","MYCNOS","MYCN opposite strand"
+"chr9",102585273,102585669,397,"*","Promoter (1-2kb)",9,102584137,102629173,45037,1,"8013",1136,"ENSG00000119508","NR4A3","nuclear receptor subfamily 4 group A member 3"
+"chr1",2847778,2848062,285,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-89984,"ENSG00000169717","ACTRT2","actin related protein T2"
+"chr1",57285160,57285278,119,"*","Promoter (<=1kb)",1,57184477,57285369,100893,2,"199920",91,"ENSG00000187889","C1orf168","chromosome 1 open reading frame 168"
+"chr17",14738117,14738223,107,"*","Distal Intergenic",17,14934292,14935274,983,1,"94150",-196069,"ENSG00000259944","CDRT7","CMT1A duplicated region transcript 7 (non-protein coding)"
+"chr16",29802448,29802874,427,"*","Promoter (<=1kb)",16,29802034,29816706,14673,1,"3835",414,"ENSG00000079616","KIF22","kinesin family member 22"
+"chr19",44123438,44123912,475,"*","Promoter (<=1kb)",19,44111376,44124014,12639,2,"126299",102,"ENSG00000131116","ZNF428","zinc finger protein 428"
+"chr5",107718043,107718300,258,"*","Promoter (<=1kb)",5,107194734,107717799,523066,2,"64839",-244,"ENSG00000145743","FBXL17","F-box and leucine-rich repeat protein 17"
+"chr6",32049781,32049797,17,"*","Intron (uc003nzl.2/7148, intron 35 of 43)",6,32485154,32557613,72460,2,"3127",507816,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr21",38935943,38936111,169,"*","Distal Intergenic",21,38739859,38887679,147821,1,"1859",196084,"ENSG00000157540","DYRK1A","dual specificity tyrosine phosphorylation regulated kinase 1A"
+"chr16",54404305,54404333,29,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-83927,"ENSG00000177508","IRX3","iroquois homeobox 3"
+"chr14",93799041,93799109,69,"*","Promoter (<=1kb)",14,93703896,93799385,95490,2,"55727",276,"ENSG00000011114","BTBD7","BTB domain containing 7"
+"chr7",27142437,27142527,91,"*","Promoter (<=1kb)",7,27139973,27142394,2422,2,"3199",-43,"ENSG00000105996","HOXA2","homeobox A2"
+"chr11",45827260,45827271,12,"*","Promoter (1-2kb)",11,45825623,45834567,8945,1,"55343",1637,"ENSG00000181830","SLC35C1","solute carrier family 35 member C1"
+"chr17",37760604,37760830,227,"*","3' UTR",17,37760021,37764175,4155,2,"4761",3345,"ENSG00000171532","NEUROD2","neuronal differentiation 2"
+"chr5",3768096,3768133,38,"*","Distal Intergenic",5,3596168,3601517,5350,1,"79192",171928,"ENSG00000170549","IRX1","iroquois homeobox 1"
+"chr19",58011257,58011261,5,"*","Promoter (<=1kb)",19,58011309,58029772,18464,1,"374928",-48,"ENSG00000152439","ZNF773","zinc finger protein 773"
+"chr20",42136670,42136729,60,"*","Promoter (<=1kb)",20,42136320,42179593,43274,1,"26013",350,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
+"chr9",140056179,140056489,311,"*","Exon (uc004cli.1/2902, exon 12 of 19)",9,140063638,140063722,85,2,"100500811",7233,"ENSG00000263697","MIR3621","microRNA 3621"
+"chr16",75247229,75247317,89,"*","Distal Intergenic",16,75252884,75258822,5939,1,"1504",-5567,"ENSG00000168925","CTRB1","chymotrypsinogen B1"
+"chr16",34404054,34404476,423,"*","Promoter (<=1kb)",16,34403802,34404762,961,2,"606551",286,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr8",41166738,41166942,205,"*","Promoter (<=1kb)",8,41119476,41166990,47515,2,"6422",48,"ENSG00000104332","SFRP1","secreted frizzled-related protein 1"
+"chr6",32120847,32120851,5,"*","5' UTR",6,32485154,32557613,72460,2,"3127",436762,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",66672640,66672793,154,"*","Intron (uc002sdt.3/4211, intron 6 of 10)",2,66662532,66799891,137360,1,"4211",10108,"ENSG00000143995","MEIS1","Meis homeobox 1"
+"chr1",33722087,33722575,489,"*","Promoter (<=1kb)",1,33722174,33766320,44147,1,"149076",0,"ENSG00000160094","ZNF362","zinc finger protein 362"
+"chr10",130123624,130123952,329,"*","Distal Intergenic",10,129894925,129924468,29544,2,"4288",-199156,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
+"chr12",133225562,133225569,8,"*","Exon (uc001ukr.1/5426, exon 6 of 23)",12,133195403,133198972,3570,1,"22953",30159,"ENSG00000187848","P2RX2","purinergic receptor P2X 2"
+"chr14",101506379,101506484,106,"*","Promoter (<=1kb)",14,101506406,101506485,80,1,"664615",0,NA,"MIR376A2","microRNA 376a-2"
+"chr2",218808604,218808697,94,"*","5' UTR",2,218664512,218867718,203207,2,"7145",59021,"ENSG00000079308","TNS1","tensin 1"
+"chr1",10490895,10490937,43,"*","Promoter (<=1kb)",1,10490159,10512060,21902,1,"100526739",736,"ENSG00000175279","APITD1-CORT","APITD1-CORT readthrough"
+"chr19",54465535,54465548,14,"*","Promoter (<=1kb)",19,54466290,54493469,27180,1,"59283",-742,"ENSG00000142408","CACNG8","calcium voltage-gated channel auxiliary subunit gamma 8"
+"chr22",38214979,38215016,38,"*","Distal Intergenic",22,38219389,38221502,2114,1,"8484",-4373,"ENSG00000128310","GALR3","galanin receptor 3"
+"chr3",98620581,98620635,55,"*","Promoter (<=1kb)",3,98514814,98620533,105720,2,"131566",-48,"ENSG00000057019","DCBLD2","discoidin, CUB and LCCL domain containing 2"
+"chr7",2353402,2353634,233,"*","Promoter (<=1kb)",7,2291405,2354099,62695,2,"29886",465,"ENSG00000106266","SNX8","sorting nexin 8"
+"chr11",58869979,58870075,97,"*","Distal Intergenic",11,58874658,58894888,20231,1,"374393",-4583,"ENSG00000189057","FAM111B","family with sequence similarity 111 member B"
+"chr7",44122171,44122176,6,"*","Promoter (<=1kb)",7,44111847,44122129,10283,2,"27434",-42,"ENSG00000122678","POLM","polymerase (DNA) mu"
+"chr7",157818716,157818833,118,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",171439,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chrX",41135378,41135632,255,"*","Distal Intergenic",23,41192651,41223725,31075,1,"1654",-57019,"ENSG00000215301","DDX3X","DEAD-box helicase 3, X-linked"
+"chr7",150100737,150100820,84,"*","Promoter (2-3kb)",7,150097790,150109558,11769,1,"728743",2947,NA,"LOC728743","zinc finger protein pseudogene"
+"chr1",206857669,206857947,279,"*","Promoter (<=1kb)",1,206858365,206907630,49266,1,"9261",-418,"ENSG00000162889","MAPKAPK2","mitogen-activated protein kinase-activated protein kinase 2"
+"chr14",90422776,90422783,8,"*","Promoter (1-2kb)",14,90421283,90511108,89826,1,"55775",1493,"ENSG00000042088","TDP1","tyrosyl-DNA phosphodiesterase 1"
+"chr19",35597062,35597226,165,"*","Promoter (<=1kb)",19,35549963,35597208,47246,2,"100128675",0,"ENSG00000227392","HPN-AS1","HPN antisense RNA 1"
+"chr3",50341026,50341135,110,"*","5' UTR",3,50333833,50336899,3067,2,"24142",-4127,"ENSG00000243477","NAT6","N-acetyltransferase 6"
+"chr5",17491421,17491538,118,"*","Distal Intergenic",5,17379015,17387419,8405,2,"401177",-104002,"ENSG00000250822","LOC401177","uncharacterized LOC401177"
+"chr10",133872448,133872484,37,"*","Distal Intergenic",10,133918313,133998313,80001,1,"282973",-45829,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
+"chr14",101514594,101515040,447,"*","Promoter (<=1kb)",14,101514238,101514316,79,1,"100126345",356,NA,"MIR889","microRNA 889"
+"chr12",125423682,125423743,62,"*","Distal Intergenic",12,125400093,125400205,113,1,"100847004",23589,"ENSG00000265345","MIR5188","microRNA 5188"
+"chr14",105748320,105748448,129,"*","Intron (uc001yqp.2/2972, intron 16 of 17)",14,105767170,105864484,97315,1,"23241",-18722,"ENSG00000179364","PACS2","phosphofurin acidic cluster sorting protein 2"
+"chr16",1295261,1295560,300,"*","Distal Intergenic",16,1290678,1292555,1878,1,"7177",4583,"ENSG00000172236","TPSAB1","tryptase alpha/beta 1"
+"chr22",45608428,45608440,13,"*","Intron (uc010gzx.2/23313, intron 9 of 9)",22,45596835,45596900,66,2,"100302149",-11528,NA,"MIR1249","microRNA 1249"
+"chr6",131949485,131949551,67,"*","Promoter (<=1kb)",6,131949582,132068550,118969,1,"5169",-31,"ENSG00000154269","ENPP3","ectonucleotide pyrophosphatase/phosphodiesterase 3"
+"chr13",25497052,25497207,156,"*","Promoter (<=1kb)",13,25456412,25497027,40616,2,"55835",-25,"ENSG00000151849","CENPJ","centromere protein J"
+"chr15",42750414,42750750,337,"*","Intron (uc001zpx.3/64397, intron 17 of 18)",15,42705021,42764516,59496,2,"64397",13766,"ENSG00000103994","ZNF106","zinc finger protein 106"
+"chr18",8367425,8367520,96,"*","Promoter (<=1kb)",18,8360818,8367032,6215,2,"100192426",-393,"ENSG00000266149","LOC100192426","uncharacterized LOC100192426"
+"chr19",1112279,1112316,38,"*","Exon (uc002lrj.4/22904, exon 19 of 29)",19,1103936,1106787,2852,1,"2879",8343,"ENSG00000167468","GPX4","glutathione peroxidase 4"
+"chr5",111495926,111495933,8,"*","Promoter (<=1kb)",5,111496223,111498198,1976,1,"114915",-290,NA,"EPB41L4A-AS1","EPB41L4A antisense RNA 1"
+"chr20",60961944,60961997,54,"*","Promoter (<=1kb)",20,60962121,60963576,1456,1,"6227",-124,"ENSG00000171858","RPS21","ribosomal protein S21"
+"chr19",5789472,5789699,228,"*","Promoter (1-2kb)",19,5785153,5791249,6097,2,"56931",1550,"ENSG00000141994","DUS3L","dihydrouridine synthase 3 like"
+"chr2",55199795,55200153,359,"*","3' UTR",2,55199327,55277734,78408,2,"57142",77581,"ENSG00000115310","RTN4","reticulon 4"
+"chr5",68787696,68787699,4,"*","Promoter (<=1kb)",5,68788119,68853931,65813,1,"100506658",-420,"ENSG00000197822","OCLN","occludin"
+"chr19",2732959,2733368,410,"*","Exon (uc010xgy.1/29985, exon 3 of 4)",19,2732202,2740074,7873,2,"29985",6706,"ENSG00000141873","SLC39A3","solute carrier family 39 member 3"
+"chr6",31601411,31601481,71,"*","Exon (uc003nvb.4/7916, exon 17 of 31)",6,32485154,32557613,72460,2,"3127",956132,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",30013831,30013939,109,"*","Promoter (<=1kb)",8,30013813,30041155,27343,1,"10671",18,"ENSG00000104671","DCTN6","dynactin subunit 6"
+"chr11",61322059,61322255,197,"*","Intron (uc001nrv.3/9066, intron 7 of 8)",11,61281188,61348344,67157,2,"9066",26089,"ENSG00000011347","SYT7","synaptotagmin 7"
+"chr1",229283352,229283626,275,"*","Distal Intergenic",1,229406809,229441640,34832,1,"5867",-123183,"ENSG00000168118","RAB4A","RAB4A, member RAS oncogene family"
+"chr12",133532453,133532874,422,"*","Promoter (<=1kb)",12,133498019,133532892,34874,2,"100289635",18,"ENSG00000196458","ZNF605","zinc finger protein 605"
+"chr4",1994233,1994462,230,"*","Intron (uc003gem.3/7469, intron 10 of 10)",4,1988111,1988204,94,2,"100126332",-6029,"ENSG00000216105","MIR943","microRNA 943"
+"chr6",50680997,50681066,70,"*","Promoter (<=1kb)",6,50681257,50740746,59490,1,"83741",-191,"ENSG00000008197","TFAP2D","transcription factor AP-2 delta (activating enhancer binding protein 2 delta)"
+"chr1",93544522,93544665,144,"*","Promoter (<=1kb)",1,93544792,93604638,59847,1,"22823",-127,"ENSG00000143033","MTF2","metal response element binding transcription factor 2"
+"chr6",10398446,10398553,108,"*","3' UTR",6,10412551,10416402,3852,1,"100130275",-13998,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
+"chr9",20621460,20621538,79,"*","Promoter (<=1kb)",9,20344968,20622514,277547,2,"4300",976,"ENSG00000171843","MLLT3","myeloid/lymphoid or mixed-lineage leukemia; translocated to, 3"
+"chr1",197888075,197888257,183,"*","Intron (uc001gui.1/56956, intron 2 of 5)",1,197881635,197901715,20081,1,"56956",6440,"ENSG00000143355","LHX9","LIM homeobox 9"
+"chr6",31409527,31409673,147,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1147940,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",105331423,105331465,43,"*","Exon (uc001kxh.3/9148, exon 3 of 6)",10,105253735,105352309,98575,1,"9148",77688,"ENSG00000107954","NEURL1","neuralized E3 ubiquitin protein ligase 1"
+"chr5",100238935,100238969,35,"*","Promoter (<=1kb)",5,100142639,100238987,96349,2,"7903",18,"ENSG00000113532","ST8SIA4","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 4"
+"chr14",61119577,61119707,131,"*","Distal Intergenic",14,61111417,61116155,4739,2,"6495",-3422,"ENSG00000126778","SIX1","SIX homeobox 1"
+"chr22",41215559,41215569,11,"*","Promoter (<=1kb)",22,41165639,41215392,49754,2,"10478",-167,"ENSG00000100372","SLC25A17","solute carrier family 25 member 17"
+"chr4",160024626,160024851,226,"*","Promoter (<=1kb)",4,159814684,160024105,209422,2,"152940",-521,"ENSG00000164123","C4orf45","chromosome 4 open reading frame 45"
+"chr7",155249398,155249480,83,"*","Promoter (1-2kb)",7,155250824,155257526,6703,1,"2020",-1344,"ENSG00000164778","EN2","engrailed homeobox 2"
+"chr7",2048497,2048663,167,"*","Intron (uc003sle.1/8379, intron 6 of 10)",7,1883816,1883889,74,2,"100616160",-164608,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr3",10157252,10157272,21,"*","Promoter (<=1kb)",3,10157333,10168874,11542,1,"55845",-61,"ENSG00000254999","BRK1","BRICK1, SCAR/WAVE actin-nucleating complex subunit"
+"chr21",46715096,46715205,110,"*","Exon (uc002zhf.3/642852, exon 3 of 3)",21,46707967,46717269,9303,1,"642852",7129,NA,"LOC642852","uncharacterized LOC642852"
+"chr4",3250226,3250247,22,"*","Promoter (<=1kb)",4,3250767,3258342,7576,1,"345222",-520,"ENSG00000188981","MSANTD1","Myb/SANT DNA binding domain containing 1"
+"chr7",156315450,156315663,214,"*","Distal Intergenic",7,156333185,156333795,611,1,"64433",-17522,"ENSG00000279418","LINC00244","long intergenic non-protein coding RNA 244"
+"chr16",4743655,4743684,30,"*","Promoter (<=1kb)",16,4743694,4745860,2167,1,"84309",-10,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
+"chr7",2967925,2968268,344,"*","Exon (uc003smv.3/84433, exon 13 of 25)",7,2767741,2883959,116219,2,"2768",-83966,"ENSG00000146535","GNA12","G protein subunit alpha 12"
+"chr19",2761618,2761892,275,"*","Intron (uc002lwi.1/6449, intron 5 of 11)",19,2754712,2783354,28643,2,"6449",21462,"ENSG00000104969","SGTA","small glutamine rich tetratricopeptide repeat containing alpha"
+"chr7",7034770,7034864,95,"*","Distal Intergenic",7,7115401,7136417,21017,2,"100131257",101553,NA,"LOC100131257","zinc finger protein 655 pseudogene"
+"chr7",97821037,97821169,133,"*","Exon (uc003upd.2/22853, exon 11 of 14)",7,97841568,97842271,704,1,"168620",-20399,"ENSG00000180535","BHLHA15","basic helix-loop-helix family member a15"
+"chr16",69760516,69760710,195,"*","Promoter (<=1kb)",16,69743304,69760533,17230,2,"1728",0,"ENSG00000181019","NQO1","NAD(P)H dehydrogenase, quinone 1"
+"chr18",76308275,76308387,113,"*","Distal Intergenic",18,76740275,76758969,18695,1,"27164",-431888,"ENSG00000256463","SALL3","spalt-like transcription factor 3"
+"chr2",202047198,202047459,262,"*","Promoter (<=1kb)",2,202047621,202094129,46509,1,"843",-162,"ENSG00000003400","CASP10","caspase 10"
+"chr7",144533234,144533283,50,"*","Promoter (<=1kb)",7,144149034,144533146,384113,2,"27010",-88,"ENSG00000196511","TPK1","thiamin pyrophosphokinase 1"
+"chr17",7530871,7530998,128,"*","Promoter (<=1kb)",17,7529556,7531194,1639,2,"112483",196,"ENSG00000141504","SAT2","spermidine/spermine N1-acetyltransferase family member 2"
+"chr3",37218150,37218164,15,"*","Promoter (<=1kb)",3,37094117,37217851,123735,2,"9209",-299,"ENSG00000093167","LRRFIP2","leucine rich repeat (in FLII) interacting protein 2"
+"chr5",170736776,170737255,480,"*","Promoter (<=1kb)",5,170736288,170739138,2851,1,"30012",488,"ENSG00000164438","TLX3","T-cell leukemia homeobox 3"
+"chr1",38231768,38231880,113,"*","Promoter (<=1kb)",1,38179553,38230824,51272,2,"284656",-944,"ENSG00000183317","EPHA10","EPH receptor A10"
+"chr1",244013679,244013908,230,"*","Distal Intergenic",1,243651535,244006886,355352,2,"10000",-6793,"ENSG00000117020","AKT3","v-akt murine thymoma viral oncogene homolog 3"
+"chr12",39836148,39836285,138,"*","Promoter (<=1kb)",12,39687030,39837192,150163,2,"55605",907,"ENSG00000139116","KIF21A","kinesin family member 21A"
+"chr14",37130714,37131008,295,"*","5' UTR",14,37126773,37147011,20239,1,"5083",3941,"ENSG00000198807","PAX9","paired box 9"
+"chr19",4323200,4323637,438,"*","Exon (uc002lzy.2/79187, exon 11 of 13)",19,4304591,4323843,19253,1,"79187",18609,"ENSG00000105255","FSD1","fibronectin type III and SPRY domain containing 1"
+"chr13",20762934,20763245,312,"*","3' UTR",13,20761604,20767114,5511,2,"2706",3869,"ENSG00000165474","GJB2","gap junction protein beta 2"
+"chr7",77166654,77166857,204,"*","Promoter (<=1kb)",7,77166773,77269388,102616,1,"5782",0,"ENSG00000127947","PTPN12","protein tyrosine phosphatase, non-receptor type 12"
+"chr3",146490136,146490370,235,"*","Distal Intergenic",3,146294395,146324003,29609,2,"389158",-166133,"ENSG00000231213","PLSCR5","phospholipid scramblase family member 5"
+"chr1",11752162,11752294,133,"*","Promoter (<=1kb)",1,11751781,11780336,28556,1,"374946",381,"ENSG00000162490","DRAXIN","dorsal inhibitory axon guidance protein"
+"chrX",79830295,79830506,212,"*","Distal Intergenic",23,79924987,80065233,140247,2,"254065",234727,"ENSG00000165288","BRWD3","bromodomain and WD repeat domain containing 3"
+"chr12",56391069,56391451,383,"*","Promoter (<=1kb)",12,56391043,56399309,8267,1,"6821",26,"ENSG00000139531","SUOX","sulfite oxidase"
+"chr1",70876575,70876598,24,"*","Promoter (<=1kb)",1,70876901,70905534,28634,1,"1491",-303,"ENSG00000116761","CTH","cystathionine gamma-lyase"
+"chr2",236716004,236716171,168,"*","Intron (uc021vyp.1/116987, intron 9 of 9)",2,236402733,237040444,637712,1,"116987",313271,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
+"chr4",4868393,4868675,283,"*","Distal Intergenic",4,4861392,4865660,4269,1,"4487",7001,"ENSG00000163132","MSX1","msh homeobox 1"
+"chr19",4402962,4402971,10,"*","Promoter (<=1kb)",19,4402660,4443394,40735,1,"10036",302,"ENSG00000167670","CHAF1A","chromatin assembly factor 1 subunit A"
+"chr3",183948058,183948196,139,"*","Promoter (<=1kb)",3,183948317,183960117,11801,1,"90113",-121,"ENSG00000145198","VWA5B2","von Willebrand factor A domain containing 5B2"
+"chr6",391141,391160,20,"*","Promoter (<=1kb)",6,391739,411443,19705,1,"3662",-579,"ENSG00000137265","IRF4","interferon regulatory factor 4"
+"chr22",39713014,39713022,9,"*","Promoter (2-3kb)",22,39715057,39715118,62,2,"26807",2096,"ENSG00000263764","SNORD43","small nucleolar RNA, C/D box 43"
+"chr7",100770366,100770386,21,"*","Promoter (<=1kb)",7,100770370,100782547,12178,1,"5054",0,"ENSG00000106366","SERPINE1","serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 1"
+"chr12",95942761,95942847,87,"*","Promoter (2-3kb)",12,95910888,95945263,34376,2,"84101",2416,"ENSG00000136014","USP44","ubiquitin specific peptidase 44"
+"chr16",11681434,11681487,54,"*","Promoter (<=1kb)",16,11641578,11681322,39745,2,"9516",-112,"ENSG00000189067","LITAF","lipopolysaccharide-induced TNF factor"
+"chr2",51253973,51254054,82,"*","Intron (uc021vhg.1/9378, intron 22 of 22)",2,50145643,51259674,1114032,2,"9378",5620,"ENSG00000179915","NRXN1","neurexin 1"
+"chr12",48357275,48357279,5,"*","Promoter (<=1kb)",12,48357330,48362661,5332,1,"79022",-51,"ENSG00000134291","TMEM106C","transmembrane protein 106C"
+"chr16",10934325,10934560,236,"*","Distal Intergenic",16,10855083,10912621,57539,2,"780776",-21704,"ENSG00000166676","TVP23A","trans-golgi network vesicle protein 23 homolog A (S. cerevisiae)"
+"chr17",62066773,62067215,443,"*","Distal Intergenic",17,62075711,62081644,5934,1,"92340",-8496,"ENSG00000224383","PRR29","proline rich 29"
+"chr10",135340802,135340823,22,"*","Promoter (<=1kb)",10,135340867,135374724,33858,1,"1571",-44,"ENSG00000130649","CYP2E1","cytochrome P450 family 2 subfamily E member 1"
+"chr3",13919362,13919811,450,"*","Promoter (1-2kb)",3,13860082,13921618,61537,2,"7476",1807,"ENSG00000154764","WNT7A","wingless-type MMTV integration site family member 7A"
+"chr17",77960371,77960689,319,"*","Intron (uc002jxj.4/125058, intron 9 of 11)",17,77906142,78009657,103516,2,"125058",48968,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
+"chr7",128431230,128431582,353,"*","Promoter (<=1kb)",7,128431464,128462187,30724,1,"64753",0,"ENSG00000128596","CCDC136","coiled-coil domain containing 136"
+"chr12",123011709,123011713,5,"*","Promoter (<=1kb)",12,123011809,123110947,99139,1,"9735",-96,"ENSG00000184445","KNTC1","kinetochore associated 1"
+"chr17",79682691,79683028,338,"*","Exon (uc010wut.3/1468, exon 8 of 15)",17,79670400,79688046,17647,1,"1468",12291,"ENSG00000183048","SLC25A10","solute carrier family 25 member 10"
+"chr19",15375304,15375319,16,"*","Exon (uc002nar.3/23476, exon 6 of 20)",19,15337730,15343858,6129,2,"79852",-31446,"ENSG00000105131","EPHX3","epoxide hydrolase 3"
+"chr5",111496322,111496509,188,"*","Promoter (<=1kb)",5,111496223,111498198,1976,1,"114915",99,NA,"EPB41L4A-AS1","EPB41L4A antisense RNA 1"
+"chr5",131132829,131132943,115,"*","Promoter (<=1kb)",5,130759614,131132756,373143,2,"51735",-73,"ENSG00000158987","RAPGEF6","Rap guanine nucleotide exchange factor 6"
+"chr9",15553238,15553451,214,"*","Promoter (<=1kb)",9,15552872,15971897,419026,1,"203238",366,"ENSG00000164989","CCDC171","coiled-coil domain containing 171"
+"chr10",70321620,70321770,151,"*","Promoter (1-2kb)",10,70320117,70454239,134123,1,"80312",1503,"ENSG00000138336","TET1","tet methylcytosine dioxygenase 1"
+"chr16",56994770,56995201,432,"*","Promoter (<=1kb)",16,56995835,57017756,21922,1,"1071",-634,"ENSG00000087237","CETP","cholesteryl ester transfer protein, plasma"
+"chr19",35800743,35800877,135,"*","Exon (uc002nyx.2/4099, exon 8 of 12)",19,35782989,35820133,37145,1,"4099",17754,"ENSG00000105695","MAG","myelin associated glycoprotein"
+"chr10",115860606,115860751,146,"*","Distal Intergenic",10,115803806,115806667,2862,1,"153",56800,"ENSG00000043591","ADRB1","adrenoceptor beta 1"
+"chr11",33279084,33279087,4,"*","Promoter (<=1kb)",11,33278218,33378568,100351,1,"10114",866,"ENSG00000110422","HIPK3","homeodomain interacting protein kinase 3"
+"chr19",22800645,22801034,390,"*","Intron (uc002nqv.3/uc002nqv.3, intron 1 of 1)",19,22817126,22850472,33347,1,"57615",-16092,"ENSG00000229676","ZNF492","zinc finger protein 492"
+"chr7",27199704,27199767,64,"*","Downstream (2-3kb)",7,27193338,27196296,2959,2,"3204",-3408,"ENSG00000122592","HOXA7","homeobox A7"
+"chr1",117077068,117077088,21,"*","Intron (uc001egm.3/965, intron 3 of 5)",1,117057156,117113715,56560,2,"965",36627,"ENSG00000116815","CD58","CD58 molecule"
+"chr14",103989208,103989315,108,"*","Promoter (<=1kb)",14,103985995,103989196,3202,2,"1152",-12,"ENSG00000166165","CKB","creatine kinase, brain"
+"chr12",45459037,45459163,127,"*","Promoter (<=1kb)",12,45456401,45459194,2794,2,"83956",31,NA,"RACGAP1P","Rac GTPase activating protein 1 pseudogene"
+"chr3",3151851,3152038,188,"*","Promoter (<=1kb)",3,3108008,3152058,44051,2,"3568",20,"ENSG00000091181","IL5RA","interleukin 5 receptor subunit alpha"
+"chr15",101587458,101587610,153,"*","Intron (uc002bwr.3/79705, intron 21 of 33)",15,101459460,101610317,150858,1,"79705",127998,"ENSG00000154237","LRRK1","leucine-rich repeat kinase 1"
+"chr3",48229821,48230119,299,"*","Promoter (<=1kb)",3,48198668,48229801,31134,2,"993",-20,"ENSG00000164045","CDC25A","cell division cycle 25A"
+"chr19",40324898,40324966,69,"*","Promoter (<=1kb)",19,40315990,40324841,8852,2,"9149",-57,"ENSG00000105204","DYRK1B","dual specificity tyrosine phosphorylation regulated kinase 1B"
+"chr20",61427636,61427638,3,"*","Promoter (<=1kb)",20,61427805,61431945,4141,1,"55257",-167,"ENSG00000101189","MRGBP","MRG/MORF4L binding protein"
+"chr21",45936145,45936466,322,"*","Promoter (<=1kb)",21,45937098,45938860,1763,1,"114043",-632,NA,"TSPEAR-AS2","TSPEAR antisense RNA 2"
+"chr1",2106400,2106620,221,"*","Intron (uc001aiq.3/5590, intron 15 of 17)",1,2115899,2139172,23274,2,"199990",32552,"ENSG00000162585","FAAP20","Fanconi anemia core complex associated protein 20"
+"chr11",134232265,134232289,25,"*","Intron (uc001qhp.3/89944, intron 7 of 18)",11,134201768,134248235,46468,1,"89944",30497,"ENSG00000149328","GLB1L2","galactosidase beta 1 like 2"
+"chr9",94124655,94124746,92,"*","Promoter (<=1kb)",9,93976097,94124206,148110,2,"549",-449,"ENSG00000148090","AUH","AU RNA binding protein/enoyl-CoA hydratase"
+"chr10",50818659,50818911,253,"*","Promoter (<=1kb)",10,50818347,50820766,2420,1,"6572",312,"ENSG00000187714","SLC18A3","solute carrier family 18 member A3"
+"chr16",1078641,1078674,34,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-44082,"ENSG00000162009","SSTR5","somatostatin receptor 5"
+"chr22",29601571,29601715,145,"*","Promoter (<=1kb)",22,29601901,29655586,53686,1,"129080",-186,"ENSG00000186998","EMID1","EMI domain containing 1"
+"chr6",31465817,31465828,12,"*","Intron (uc011dnm.2/4277, intron 1 of 5)",6,32485154,32557613,72460,2,"3127",1091785,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",50583441,50583729,289,"*","Promoter (1-2kb)",16,50582241,50674771,92531,1,"85407",1200,"ENSG00000140807","NKD1","naked cuticle homolog 1 (Drosophila)"
+"chr6",100903839,100903861,23,"*","Intron (uc003pqj.4/6492, intron 10 of 10)",6,100836750,100912805,76056,2,"6492",8944,"ENSG00000112246","SIM1","single-minded family bHLH transcription factor 1"
+"chr3",12917836,12918015,180,"*","Distal Intergenic",3,12876444,12883081,6638,2,"6161",-34755,"ENSG00000144713","RPL32","ribosomal protein L32"
+"chr13",114814353,114814680,328,"*","Intron (uc010tkk.2/22821, intron 21 of 23)",13,114747194,114898095,150902,2,"22821",83415,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chrX",102862956,102862965,10,"*","Promoter (<=1kb)",23,102862834,102864855,2022,1,"85012",122,"ENSG00000196507","TCEAL3","transcription elongation factor A like 3"
+"chr17",79316238,79316639,402,"*","Distal Intergenic",17,79285072,79304474,19403,2,"284186",-11764,"ENSG00000185332","TMEM105","transmembrane protein 105"
+"chrX",106515895,106516174,280,"*","Distal Intergenic",23,106449862,106487473,37612,1,"139212",66033,"ENSG00000080572","PIH1D3","PIH1 domain containing 3"
+"chr16",33483244,33483249,6,"*","Distal Intergenic",16,32300868,33298702,997835,2,"390705",-184542,NA,"LOC390705","protein phosphatase 2 regulatory subunit B'', beta pseudogene"
+"chr12",51591677,51591918,242,"*","5' UTR",12,51580719,51611477,30759,2,"5463",19559,"ENSG00000184271","POU6F1","POU class 6 homeobox 1"
+"chr12",122261097,122261162,66,"*","Exon (uc021rfg.1/23067, exon 11 of 11)",12,122242638,122270562,27925,1,"23067",18459,"ENSG00000139718","SETD1B","SET domain containing 1B"
+"chr16",2903198,2903344,147,"*","Exon (uc002cry.1/64063, exon 6 of 6)",16,2902728,2908171,5444,2,"64063",4827,"ENSG00000005001","PRSS22","protease, serine 22"
+"chr12",21680508,21680669,162,"*","Promoter (1-2kb)",12,21679256,21684210,4955,1,"80763",1252,"ENSG00000134548","SPX","spexin hormone"
+"chr11",31835486,31835529,44,"*","Promoter (2-3kb)",11,31838114,31908587,70474,1,"440034",-2585,"ENSG00000049449","DKFZp686K1684","uncharacterized LOC440034"
+"chr11",70563677,70563792,116,"*","Intron (uc001oqc.3/22941, intron 11 of 21)",11,70477199,70481595,4397,1,"100874198",86478,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
+"chr20",30060954,30060996,43,"*","Promoter (<=1kb)",20,30053309,30060816,7508,2,"245937",-138,"ENSG00000180383","DEFB124","defensin beta 124"
+"chr16",89202817,89202896,80,"*","Intron (uc002fmp.3/197322, intron 8 of 10)",16,89225628,89230083,4456,1,"283860",-22732,"ENSG00000180422","LINC00304","long intergenic non-protein coding RNA 304"
+"chr2",105478885,105479006,122,"*","Distal Intergenic",2,105471969,105473471,1503,1,"5455",6916,"ENSG00000198914","POU3F3","POU class 3 homeobox 3"
+"chr1",234746449,234746546,98,"*","Promoter (1-2kb)",1,234740015,234745271,5257,2,"359948",-1178,"ENSG00000168264","IRF2BP2","interferon regulatory factor 2 binding protein 2"
+"chr11",131506338,131506389,52,"*","Intron (uc001qgm.3/50863, intron 1 of 7)",11,131240371,132206716,966346,1,"50863",265967,"ENSG00000182667","NTM","neurotrimin"
+"chr14",94759743,94759767,25,"*","Promoter (<=1kb)",14,94749650,94759608,9959,2,"51156",-135,"ENSG00000140093","SERPINA10","serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 10"
+"chr6",30859929,30859936,8,"*","Exon (uc010jse.3/780, exon 7 of 17)",6,32485154,32557613,72460,2,"3127",1697677,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",105235943,105235978,36,"*","Intron (uc003ylp.3/9699, intron 19 of 23)",8,105352024,105368917,16894,1,"81501",-116046,"ENSG00000164935","DCSTAMP","dendrocyte expressed seven transmembrane protein"
+"chr7",57878845,57878945,101,"*","Distal Intergenic",7,57509883,57533265,23383,1,"441234",368962,"ENSG00000182111","ZNF716","zinc finger protein 716"
+"chr11",36398393,36398394,2,"*","Intron (uc001mwo.4/79899, intron 1 of 8)",11,36317725,36486754,169030,1,"79899",80668,"ENSG00000135362","PRR5L","proline rich 5 like"
+"chr13",105791842,105792236,395,"*","Distal Intergenic",13,106118216,106143383,25168,1,"267012",-325980,"ENSG00000182346","DAOA","D-amino acid oxidase activator"
+"chr11",64110609,64110683,75,"*","Promoter (2-3kb)",11,64107690,64125006,17317,1,"283234",2919,"ENSG00000168071","CCDC88B","coiled-coil domain containing 88B"
+"chr11",66405818,66405911,94,"*","Promoter (<=1kb)",11,66406088,66435858,29771,1,"5936",-177,"ENSG00000173933","RBM4","RNA binding motif protein 4"
+"chr20",55098811,55098927,117,"*","Promoter (<=1kb)",20,55099785,55101208,1424,1,"200232",-858,"ENSG00000124103","FAM209A","family with sequence similarity 209 member A"
+"chr12",52301634,52301922,289,"*","Promoter (<=1kb)",12,52300692,52317145,16454,1,"94",942,"ENSG00000139567","ACVRL1","activin A receptor like type 1"
+"chrX",68114393,68114404,12,"*","Distal Intergenic",23,68048840,68066029,17190,1,"1947",65553,"ENSG00000090776","EFNB1","ephrin-B1"
+"chr3",33760183,33760425,243,"*","Promoter (<=1kb)",3,33537739,33759705,221967,2,"23122",-478,"ENSG00000163539","CLASP2","cytoplasmic linker associated protein 2"
+"chr16",83960264,83960383,120,"*","Distal Intergenic",16,83982672,83999937,17266,1,"29948",-22289,"ENSG00000140961","OSGIN1","oxidative stress induced growth inhibitor 1"
+"chr5",153853009,153853106,98,"*","Downstream (1-2kb)",5,153854532,153857824,3293,2,"9421",4718,"ENSG00000113196","HAND1","heart and neural crest derivatives expressed 1"
+"chr12",12938397,12938425,29,"*","Intron (uc001rau.4/81575, intron 1 of 1)",12,12917583,12917677,95,1,"693198",20814,"ENSG00000207983","MIR613","microRNA 613"
+"chr21",43187035,43187227,193,"*","Promoter (<=1kb)",21,43159529,43187249,27721,2,"54101",22,"ENSG00000183421","RIPK4","receptor interacting serine/threonine kinase 4"
+"chr11",236651,236695,45,"*","Promoter (<=1kb)",11,236808,252984,16177,1,"5719",-113,"ENSG00000185627","PSMD13","proteasome 26S subunit, non-ATPase 13"
+"chr14",105683361,105683798,438,"*","Intron (uc001yqk.2/2972, intron 3 of 7)",14,105714879,105717430,2552,1,"90135",-31081,"ENSG00000184887","BTBD6","BTB domain containing 6"
+"chr12",105501478,105501481,4,"*","Promoter (<=1kb)",12,105501492,105562906,61415,1,"23325",-11,"ENSG00000136051","KIAA1033","KIAA1033"
+"chr13",69558880,69559039,160,"*","Distal Intergenic",13,69435417,69459457,24041,2,"338862",-99423,"ENSG00000281778","LINC00550","long intergenic non-protein coding RNA 550"
+"chr19",10589961,10590114,154,"*","Distal Intergenic",19,10596796,10614054,17259,2,"9817",23940,"ENSG00000079999","KEAP1","kelch like ECH associated protein 1"
+"chr10",58121007,58121012,6,"*","Promoter (<=1kb)",10,58117199,58121034,3836,2,"11130",22,"ENSG00000122952","ZWINT","ZW10 interacting kinetochore protein"
+"chr11",18747871,18748134,264,"*","Promoter (<=1kb)",11,18725852,18747777,21926,2,"283284",-94,"ENSG00000179057","IGSF22","immunoglobulin superfamily member 22"
+"chr5",1092066,1092343,278,"*","Intron (uc003jbu.3/10723, intron 21 of 23)",5,1050489,1112172,61684,2,"10723",19829,"ENSG00000113504","SLC12A7","solute carrier family 12 member 7"
+"chr8",65488119,65488308,190,"*","Exon (uc003xvg.3/401463, exon 2 of 2)",8,65492795,65496191,3397,1,"27319",-4487,"ENSG00000180828","BHLHE22","basic helix-loop-helix family member e22"
+"chr1",243637790,243637966,177,"*","Intron (uc001hzw.3/10806, intron 16 of 17)",1,243509478,243509557,80,1,"100616343",128312,"ENSG00000265201","MIR4677","microRNA 4677"
+"chr2",155556016,155556273,258,"*","Promoter (<=1kb)",2,155555093,155714864,159772,1,"3760",923,"ENSG00000162989","KCNJ3","potassium voltage-gated channel subfamily J member 3"
+"chr1",15911041,15911134,94,"*","Promoter (<=1kb)",1,15898194,15911605,13412,2,"79814",471,"ENSG00000116771","AGMAT","agmatinase"
+"chr16",1556238,1556735,498,"*","Exon (uc002cly.3/9894, exon 17 of 21)",16,1543352,1560460,17109,1,"9894",12886,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr16",4381979,4382072,94,"*","Promoter (<=1kb)",16,4382216,4389598,7383,1,"84662",-144,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
+"chr19",10399757,10399845,89,"*","Promoter (<=1kb)",19,10400655,10407454,6800,1,"7087",-810,"ENSG00000105376","ICAM5","intercellular adhesion molecule 5"
+"chr3",47051533,47051546,14,"*","Promoter (1-2kb)",3,47053032,47054957,1926,1,"100129354",-1486,NA,"NRADDP","neurotrophin receptor associated death domain, pseudogene"
+"chr10",116634793,116634829,37,"*","Intron (uc001lcc.3/57700, intron 16 of 16)",10,116581503,116659586,78084,1,"57700",53290,"ENSG00000151553","FAM160B1","family with sequence similarity 160 member B1"
+"chr1",211779590,211779890,301,"*","Distal Intergenic",1,211748381,211752099,3719,2,"7779",-27491,"ENSG00000170385","SLC30A1","solute carrier family 30 member 1"
+"chr11",77850393,77850528,136,"*","Promoter (<=1kb)",11,77811988,77850699,38712,2,"79053",171,"ENSG00000159063","ALG8","ALG8, alpha-1,3-glucosyltransferase"
+"chr6",28832274,28832310,37,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-348704,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrX",134478016,134478119,104,"*","Promoter (<=1kb)",23,134477628,134497338,19711,1,"203523",388,"ENSG00000173275","ZNF449","zinc finger protein 449"
+"chr15",40674878,40674883,6,"*","Promoter (<=1kb)",15,40674922,40686489,11568,1,"90417",-39,"ENSG00000128944","KNSTRN","kinetochore-localized astrin/SPAG5 binding protein"
+"chr11",64509592,64510418,827,"*","Promoter (2-3kb)",11,64494383,64512928,18546,2,"10235",2510,"ENSG00000068831","RASGRP2","RAS guanyl releasing protein 2"
+"chr19",3224848,3224954,107,"*","Promoter (<=1kb)",19,3224701,3297073,72373,1,"60680",147,"ENSG00000161082","CELF5","CUGBP, Elav-like family member 5"
+"chr19",38893468,38893547,80,"*","Promoter (<=1kb)",19,38893775,38899728,5954,1,"147965",-228,"ENSG00000130244","FAM98C","family with sequence similarity 98 member C"
+"chr12",118541247,118541250,4,"*","Promoter (<=1kb)",12,118501398,118541810,40413,2,"54621",560,"ENSG00000176834","VSIG10","V-set and immunoglobulin domain containing 10"
+"chr4",7940327,7940341,15,"*","Promoter (1-2kb)",4,7760440,7941653,181214,2,"60312",1312,"ENSG00000196526","AFAP1","actin filament associated protein 1"
+"chr22",42896798,42896937,140,"*","Promoter (<=1kb)",22,42896585,42908566,11982,1,"94009",213,"ENSG00000172250","SERHL","serine hydrolase-like (pseudogene)"
+"chr2",223289512,223289683,172,"*","Promoter (<=1kb)",2,223289322,223423617,134296,1,"130367",190,"ENSG00000163082","SGPP2","sphingosine-1-phosphate phosphatase 2"
+"chr17",29421718,29421804,87,"*","Promoter (<=1kb)",17,29421945,29708905,286961,1,"4763",-141,"ENSG00000196712","NF1","neurofibromin 1"
+"chr6",105628000,105628013,14,"*","Promoter (<=1kb)",6,105605775,105627858,22084,2,"64208",-142,"ENSG00000132429","POPDC3","popeye domain containing 3"
+"chr6",130031536,130031539,4,"*","Intron (uc021zfe.1/93663, intron 8 of 10)",6,130152389,130182416,30028,2,"253582",150877,"ENSG00000203756","TMEM244","transmembrane protein 244"
+"chr6",138893687,138893712,26,"*","Promoter (<=1kb)",6,138743181,138893668,150488,2,"57224",-19,"ENSG00000135540","NHSL1","NHS like 1"
+"chr16",2089803,2089849,47,"*","3' UTR",16,2089816,2097867,8052,2,"4913",8018,"ENSG00000065057","NTHL1","nth-like DNA glycosylase 1"
+"chr9",17134569,17134794,226,"*","Promoter (<=1kb)",9,17135038,17503917,368880,1,"54875",-244,"ENSG00000044459","CNTLN","centlein"
+"chr6",30164267,30164282,16,"*","Intron (uc003npr.3/7726, intron 4 of 8)",6,28471073,28483570,12498,2,"257202",-1680697,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr13",112895383,112895473,91,"*","Distal Intergenic",13,113030651,113089009,58359,1,"122258",-135178,"ENSG00000153498","SPACA7","sperm acrosome associated 7"
+"chr6",26233994,26234013,20,"*","Promoter (1-2kb)",6,26234440,26235216,777,2,"3007",1203,"ENSG00000124575","HIST1H1D","histone cluster 1, H1d"
+"chr5",32313017,32313149,133,"*","Promoter (<=1kb)",5,32227111,32313114,86004,2,"54545",0,"ENSG00000150712","MTMR12","myotubularin related protein 12"
+"chr19",46145142,46145630,489,"*","Promoter (<=1kb)",19,46144905,46146092,1188,1,"100287177",237,"ENSG00000267757","EML2-AS1","EML2 antisense RNA 1"
+"chr2",545551,545645,95,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",131794,"ENSG00000151353","TMEM18","transmembrane protein 18"
+"chr5",113391280,113391294,15,"*","Distal Intergenic",5,113698016,113832197,134182,1,"3781",-306722,"ENSG00000080709","KCNN2","potassium calcium-activated channel subfamily N member 2"
+"chr1",155292726,155293070,345,"*","Promoter (<=1kb)",1,155290251,155293938,3688,2,"284618",868,NA,"RUSC1-AS1","RUSC1 antisense RNA 1"
+"chr10",86088207,86088214,8,"*","Promoter (<=1kb)",10,86088410,86278276,189867,1,"54462",-196,"ENSG00000107771","CCSER2","coiled-coil serine rich protein 2"
+"chr16",1212761,1212879,119,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",9520,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr16",4313628,4313709,82,"*","Intron (uc010uxg.2/7023, intron 6 of 6)",16,4307187,4323001,15815,2,"7023",9292,"ENSG00000090447","TFAP4","transcription factor AP-4 (activating enhancer binding protein 4)"
+"chr3",156394350,156394724,375,"*","Promoter (<=1kb)",3,156390960,156393502,2543,2,"100287227",-848,NA,"TIPARP-AS1","TIPARP antisense RNA 1"
+"chr3",138153784,138154278,495,"*","Promoter (<=1kb)",3,138153415,138197256,43842,1,"83850",369,"ENSG00000158220","ESYT3","extended synaptotagmin protein 3"
+"chr5",95769005,95769008,4,"*","Promoter (<=1kb)",5,95726040,95768985,42946,2,"5122",-20,"ENSG00000175426","PCSK1","proprotein convertase subtilisin/kexin type 1"
+"chr7",95064926,95065091,166,"*","Promoter (<=1kb)",7,95034174,95064384,30211,2,"5445",-542,"ENSG00000105854","PON2","paraoxonase 2"
+"chr11",7272605,7272804,200,"*","Intron (uc001mfd.3/143425, intron 1 of 8)",11,7260009,7490276,230268,1,"143425",12596,"ENSG00000170743","SYT9","synaptotagmin 9"
+"chrX",64626534,64626828,295,"*","Distal Intergenic",23,64708615,64727767,19153,1,"340554",-81787,"ENSG00000102053","ZC3H12B","zinc finger CCCH-type containing 12B"
+"chr22",50944355,50944457,103,"*","Promoter (1-2kb)",22,50941376,50946135,4760,2,"91289",1678,"ENSG00000100258","LMF2","lipase maturation factor 2"
+"chr6",31697232,31697530,299,"*","5' UTR",6,32485154,32557613,72460,2,"3127",860083,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",80737495,80737654,160,"*","Intron (uc002kfx.1/6904, intron 5 of 24)",17,80709940,80901062,191123,1,"6904",27555,"ENSG00000141556","TBCD","tubulin folding cofactor D"
+"chr19",49055390,49055432,43,"*","Promoter (<=1kb)",19,49055429,49102684,47256,1,"6820",0,"ENSG00000088002","SULT2B1","sulfotransferase family 2B member 1"
+"chr14",24600500,24600569,70,"*","Promoter (<=1kb)",14,24600675,24602058,1384,1,"161247",-106,"ENSG00000139914","FITM1","fat storage-inducing transmembrane protein 1"
+"chr15",62524183,62524275,93,"*","Distal Intergenic",15,62455737,62457482,1746,2,"388125",-66701,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
+"chr2",113884686,113885116,431,"*","Intron (uc002tix.1/3557, intron 5 of 9)",2,113856937,113891593,34657,1,"3557",27749,"ENSG00000136689","IL1RN","interleukin 1 receptor antagonist"
+"chr16",1993082,1993179,98,"*","Promoter (<=1kb)",16,1988234,1993294,5061,2,"51734",115,"ENSG00000198736","MSRB1","methionine sulfoxide reductase B1"
+"chr8",42128950,42129305,356,"*","Promoter (<=1kb)",8,42128820,42190171,61352,1,"3551",130,"ENSG00000104365","IKBKB","inhibitor of kappa light polypeptide gene enhancer in B-cells, kinase beta"
+"chr6",139094390,139094402,13,"*","Promoter (<=1kb)",6,139094657,139114456,19800,1,"25901",-255,"ENSG00000024862","CCDC28A","coiled-coil domain containing 28A"
+"chr16",1832765,1832865,101,"*","Promoter (<=1kb)",16,1832933,1839192,6260,1,"10101",-68,"ENSG00000095906","NUBP2","nucleotide binding protein 2"
+"chr10",6186589,6186599,11,"*","Promoter (<=1kb)",10,6186843,6277507,90665,1,"5209",-244,"ENSG00000170525","PFKFB3","6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3"
+"chr1",17746390,17746443,54,"*","Intron (uc001bal.3/55920, intron 6 of 11)",1,17733251,17766250,33000,2,"55920",19807,"ENSG00000179051","RCC2","regulator of chromosome condensation 2"
+"chr16",2069444,2069785,342,"*","Promoter (<=1kb)",16,2069521,2070756,1236,1,"283869",0,"ENSG00000183971","NPW","neuropeptide W"
+"chr1",19687940,19688056,117,"*","Intron (uc010ocz.2/832, intron 5 of 8)",1,19638740,19658922,20183,1,"54896",49200,"ENSG00000040487","PQLC2","PQ loop repeat containing 2"
+"chr6",143833011,143833173,163,"*","Promoter (<=1kb)",6,143815949,143833020,17072,2,"2519",0,"ENSG00000001036","FUCA2","fucosidase, alpha-L- 2, plasma"
+"chr2",113522364,113522465,102,"*","Promoter (<=1kb)",2,113495444,113522254,26811,2,"150468",-110,"ENSG00000169607","CKAP2L","cytoskeleton associated protein 2 like"
+"chr6",28864130,28864138,9,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-380560,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr15",89154010,89154044,35,"*","Promoter (1-2kb)",15,89155056,89155165,110,1,"407044",-1012,"ENSG00000207703","MIR7-2","microRNA 7-2"
+"chr16",1376523,1376555,33,"*","3' UTR",16,1383606,1399442,15837,1,"8938",-7051,"ENSG00000007516","BAIAP3","BAI1 associated protein 3"
+"chr16",1727894,1728139,246,"*","Promoter (<=1kb)",16,1728278,1752073,23796,1,"90861",-139,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
+"chr12",88429195,88429378,184,"*","Promoter (<=1kb)",12,88429268,88443937,14670,1,"91298",0,"ENSG00000133641","C12orf29","chromosome 12 open reading frame 29"
+"chr15",72565016,72565024,9,"*","Promoter (1-2kb)",15,72533522,72563628,30107,2,"56965",-1388,"ENSG00000137817","PARP6","poly(ADP-ribose) polymerase family member 6"
+"chr4",189203762,189203914,153,"*","Distal Intergenic",4,189321890,189523062,201173,1,"401164",-117976,"ENSG00000249378","LINC01060","long intergenic non-protein coding RNA 1060"
+"chr1",180198261,180198277,17,"*","Promoter (1-2kb)",1,180199433,180244188,44756,1,"89884",-1156,"ENSG00000121454","LHX4","LIM homeobox 4"
+"chr10",104261862,104262085,224,"*","Promoter (<=1kb)",10,104238986,104262512,23527,2,"10121",427,"ENSG00000138107","ACTR1A","ARP1 actin-related protein 1 homolog A, centractin alpha (yeast)"
+"chr7",94538117,94538134,18,"*","Promoter (1-2kb)",7,94536949,94925727,388779,1,"55607",1168,"ENSG00000158528","PPP1R9A","protein phosphatase 1 regulatory subunit 9A"
+"chr2",26568896,26568901,6,"*","Promoter (<=1kb)",2,26568954,26618759,49806,1,"85465",-53,"ENSG00000138018","EPT1","ethanolaminephosphotransferase 1"
+"chr1",209406581,209406589,9,"*","Distal Intergenic",1,209602168,209605892,3725,1,"642587",-195579,NA,"MIR205HG","MIR205 host gene"
+"chr16",2318766,2318940,175,"*","Promoter (<=1kb)",16,2303100,2318413,15314,2,"10921",-353,"ENSG00000205937","RNPS1","RNA binding protein S1, serine-rich domain"
+"chr16",838206,838229,24,"*","Promoter (<=1kb)",16,834974,838383,3410,2,"113000",154,"ENSG00000007376","RPUSD1","RNA pseudouridylate synthase domain containing 1"
+"chr11",6624594,6624617,24,"*","Promoter (<=1kb)",11,6621144,6624880,3737,2,"23378",263,"ENSG00000132275","RRP8","ribosomal RNA processing 8, methyltransferase, homolog (yeast)"
+"chr6",105725999,105726132,134,"*","3' UTR",6,105605775,105627858,22084,2,"64208",-98141,"ENSG00000132429","POPDC3","popeye domain containing 3"
+"chr2",131518152,131518648,497,"*","Intron (uc002trw.2/205147, intron 1 of 1)",2,131513077,131525707,12631,1,"205147",5075,"ENSG00000178171","AMER3","APC membrane recruitment protein 3"
+"chr15",62456016,62456058,43,"*","Promoter (1-2kb)",15,62455737,62457482,1746,2,"388125",1424,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
+"chr13",33590425,33590447,23,"*","Promoter (<=1kb)",13,33590201,33640282,50082,1,"9365",224,"ENSG00000133116","KL","klotho"
+"chr18",30051516,30051524,9,"*","Promoter (1-2kb)",18,29843484,30050447,206964,2,"64762",-1069,"ENSG00000141441","GAREM1","GRB2 associated regulator of MAPK1 subtype 1"
+"chr19",6712309,6712321,13,"*","Exon (uc002mfm.3/718, exon 11 of 41)",19,6677846,6720662,42817,2,"718",8341,"ENSG00000125730","C3","complement component 3"
+"chr4",156588326,156588339,14,"*","Promoter (<=1kb)",4,156587862,156658214,70353,1,"2982",464,"ENSG00000164116","GUCY1A3","guanylate cyclase 1, soluble, alpha 3"
+"chr16",57219756,57219801,46,"*","Promoter (<=1kb)",16,57186378,57219976,33599,2,"80011",175,"ENSG00000172775","FAM192A","family with sequence similarity 192 member A"
+"chr7",27160674,27160960,287,"*","Exon (uc010kux.1/uc010kux.1, exon 1 of 2)",7,27145809,27166639,20831,2,"3200",5679,"ENSG00000105997","HOXA3","homeobox A3"
+"chr10",133769902,133769916,15,"*","3' UTR",10,133747960,133770053,22094,1,"55844",21942,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
+"chr16",28985880,28985933,54,"*","Promoter (<=1kb)",16,28986096,28996838,10743,1,"83985",-163,"ENSG00000169682","SPNS1","spinster homolog 1 (Drosophila)"
+"chr16",30941217,30941527,311,"*","5' UTR",16,30930640,30934590,3951,2,"283932",-6627,"ENSG00000260852","FBXL19-AS1","FBXL19 antisense RNA 1 (head to head)"
+"chr16",30968679,30969112,434,"*","Promoter (<=1kb)",16,30968615,30995981,27367,1,"9739",64,"ENSG00000099381","SETD1A","SET domain containing 1A"
+"chr1",204010639,204010929,291,"*","Promoter (<=1kb)",1,204001575,204010392,8818,2,"284573",-247,"ENSG00000176754","LINC00303","long intergenic non-protein coding RNA 303"
+"chr19",5142198,5142260,63,"*","Intron (uc002mbq.4/23030, intron 18 of 22)",19,4969124,5153608,184485,1,"23030",173074,"ENSG00000127663","KDM4B","lysine demethylase 4B"
+"chr19",41860571,41860824,254,"*","Promoter (<=1kb)",19,41836812,41859831,23020,2,"7040",-740,"ENSG00000105329","TGFB1","transforming growth factor beta 1"
+"chr22",26881026,26881183,158,"*","Promoter (1-2kb)",22,26879846,26887904,8059,1,"402055",1180,"ENSG00000100104","SRRD","SRR1 domain containing"
+"chr12",6898737,6898975,239,"*","Promoter (<=1kb)",12,6898638,6929976,31339,1,"920",99,"ENSG00000010610","CD4","CD4 molecule"
+"chr4",41361628,41361695,68,"*","Promoter (1-2kb)",4,41362804,41702061,339258,1,"22998",-1109,"ENSG00000064042","LIMCH1","LIM and calponin homology domains 1"
+"chr1",48450143,48450218,76,"*","Intron (uc021ong.1/388630, intron 5 of 6)",1,48226200,48462562,236363,2,"388630",12344,"ENSG00000269113","TRABD2B","TraB domain containing 2B"
+"chr2",85822359,85822375,17,"*","Promoter (<=1kb)",2,85822837,85824831,1995,1,"51255",-462,"ENSG00000168894","RNF181","ring finger protein 181"
+"chr1",101702744,101702782,39,"*","Promoter (<=1kb)",1,101702305,101707076,4772,1,"1901",439,"ENSG00000170989","S1PR1","sphingosine-1-phosphate receptor 1"
+"chr10",31422942,31423315,374,"*","Distal Intergenic",10,31133565,31320866,187302,2,"220929",-102076,"ENSG00000183621","ZNF438","zinc finger protein 438"
+"chr12",53845606,53845683,78,"*","Intron (uc010soh.1/5094, intron 3 of 12)",12,53835433,53874946,39514,1,"5094",10173,"ENSG00000197111","PCBP2","poly(rC) binding protein 2"
+"chr16",88962986,88963198,213,"*","Intron (uc002fml.2/863, intron 9 of 10)",16,88928036,88933068,5033,2,"390748",-29918,"ENSG00000205022","PABPN1L","poly(A) binding protein, nuclear 1-like (cytoplasmic)"
+"chr20",44992537,44992754,218,"*","Promoter (<=1kb)",20,44978177,44993064,14888,2,"51006",310,"ENSG00000080189","SLC35C2","solute carrier family 35 member C2"
+"chr16",23569023,23569051,29,"*","Promoter (<=1kb)",16,23568862,23585710,16849,1,"56061",161,"ENSG00000103353","UBFD1","ubiquitin family domain containing 1"
+"chr22",46860228,46860524,297,"*","Exon (uc003bhw.1/9620, exon 2 of 35)",22,46756731,46933067,176337,2,"9620",72543,"ENSG00000075275","CELSR1","cadherin EGF LAG seven-pass G-type receptor 1"
+"chr14",100204210,100204480,271,"*","Promoter (<=1kb)",14,100204069,100408395,204327,1,"2009",141,"ENSG00000066629","EML1","echinoderm microtubule associated protein like 1"
+"chr1",9131662,9131735,74,"*","Intron (uc021ofv.1/6518, intron 3 of 4)",1,9097005,9148510,51506,2,"6518",16775,"ENSG00000142583","SLC2A5","solute carrier family 2 member 5"
+"chr1",171105733,171105877,145,"*","Promoter (1-2kb)",1,171106879,171130702,23824,1,"388714",-1002,"ENSG00000117507","FMO6P","flavin containing monooxygenase 6 pseudogene"
+"chr12",34361865,34362315,451,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",186649,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
+"chr16",15951176,15951182,7,"*","Promoter (<=1kb)",16,15796992,15950887,153896,2,"4629",-289,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
+"chr6",89855703,89855705,3,"*","Promoter (<=1kb)",6,89855769,89875288,19520,1,"135293",-64,"ENSG00000146281","PM20D2","peptidase M20 domain containing 2"
+"chr16",89346436,89346443,8,"*","Exon (uc002fmx.2/29123, exon 9 of 13)",16,89387541,89391518,3978,1,"100287036",-41098,NA,"LOC100287036","uncharacterized LOC100287036"
+"chr10",1531034,1531243,210,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1568825,1599179,30355,1,"642394",-37582,"ENSG00000205696","ADARB2-AS1","ADARB2 antisense RNA 1"
+"chr20",30640041,30640121,81,"*","Promoter (<=1kb)",20,30639991,30689657,49667,1,"3055",50,"ENSG00000101336","HCK","HCK proto-oncogene, Src family tyrosine kinase"
+"chr1",6566090,6566289,200,"*","Intron (uc001anp.2/57449, intron 21 of 21)",1,6526152,6580121,53970,2,"57449",13832,"ENSG00000171680","PLEKHG5","pleckstrin homology and RhoGEF domain containing G5"
+"chr19",46002528,46002793,266,"*","Promoter (<=1kb)",19,46001731,46005764,4034,1,"147699",797,"ENSG00000213889","PPM1N","protein phosphatase, Mg2+/Mn2+ dependent 1N (putative)"
+"chr3",111697844,111697926,83,"*","Promoter (<=1kb)",3,111697723,111712215,14493,1,"55347",121,"ENSG00000144827","ABHD10","abhydrolase domain containing 10"
+"chr14",99880345,99880406,62,"*","Intron (uc031qqj.1/84193, intron 7 of 12)",14,99864083,99947226,83144,2,"84193",66820,"ENSG00000183576","SETD3","SET domain containing 3"
+"chr14",105779826,105779862,37,"*","Promoter (2-3kb)",14,105675623,105781914,106292,2,"2972",2052,"ENSG00000185024","BRF1","BRF1, RNA polymerase III transcription initiation factor 90 kDa subunit"
+"chr1",247494210,247494428,219,"*","Promoter (<=1kb)",1,247463622,247495045,31424,2,"84838",617,"ENSG00000162714","ZNF496","zinc finger protein 496"
+"chr6",31634821,31634824,4,"*","Exon (uc010jsz.1/1460, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",922789,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",94284630,94284634,5,"*","Promoter (<=1kb)",7,94214536,94285521,70986,2,"8910",887,"ENSG00000127990","SGCE","sarcoglycan epsilon"
+"chr19",51330251,51330405,155,"*","Exon (uc002ptl.3/55554, exon 3 of 5)",19,51322404,51327043,4640,2,"3816",-3208,"ENSG00000167748","KLK1","kallikrein 1"
+"chr1",159825504,159825547,44,"*","Promoter (<=1kb)",1,159804264,159825137,20874,2,"284677",-367,"ENSG00000188004","C1orf204","chromosome 1 open reading frame 204"
+"chr1",146544044,146544097,54,"*","Distal Intergenic",1,146490895,146514599,23705,2,"728989",-29445,NA,"LOC728989","phosphodiesterase 4D interacting protein pseudogene"
+"chr7",45151369,45151440,72,"*","Promoter (<=1kb)",7,45139699,45151346,11648,2,"9238",-23,"ENSG00000136270","TBRG4","transforming growth factor beta regulator 4"
+"chr16",989969,990057,89,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",41261,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr16",2041512,2041778,267,"*","Promoter (1-2kb)",16,2039946,2044276,4331,1,"9143",1566,"ENSG00000127561","SYNGR3","synaptogyrin 3"
+"chrX",136511365,136511500,136,"*","Distal Intergenic",23,136648346,136654259,5914,1,"7547",-136846,"ENSG00000156925","ZIC3","Zic family member 3"
+"chr19",4101514,4101811,298,"*","Intron (uc002lzj.3/5605, intron 7 of 7)",19,4090320,4124126,33807,2,"5605",22315,"ENSG00000126934","MAP2K2","mitogen-activated protein kinase kinase 2"
+"chr2",51255306,51255324,19,"*","Exon (uc021vhg.1/9378, exon 1 of 23)",2,50145643,51259674,1114032,2,"9378",4350,"ENSG00000179915","NRXN1","neurexin 1"
+"chr6",29127931,29127934,4,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-644361,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr12",50898411,50898483,73,"*","Promoter (<=1kb)",12,50898768,51142450,243683,1,"57609",-285,"ENSG00000066084","DIP2B","disco interacting protein 2 homolog B"
+"chr12",103351206,103351388,183,"*","Promoter (<=1kb)",12,103351452,103354294,2843,1,"429",-64,"ENSG00000139352","ASCL1","achaete-scute family bHLH transcription factor 1"
+"chr5",122430821,122431371,551,"*","Intron (uc003kti.3/93166, intron 2 of 7)",5,122424841,122523745,98905,1,"93166",5980,"ENSG00000061455","PRDM6","PR domain 6"
+"chr14",21270527,21270802,276,"*","Promoter (<=1kb)",14,21269515,21271036,1522,2,"6035",234,"ENSG00000129538","RNASE1","ribonuclease A family member 1, pancreatic"
+"chr4",99580073,99580095,23,"*","Promoter (<=1kb)",4,99391518,99579812,188295,2,"10098",-261,"ENSG00000168785","TSPAN5","tetraspanin 5"
+"chr19",41220945,41221028,84,"*","Promoter (1-2kb)",19,41197434,41222790,25357,2,"79934",1762,"ENSG00000123815","ADCK4","aarF domain containing kinase 4"
+"chr2",24270357,24270364,8,"*","Promoter (<=1kb)",2,24252206,24270296,18091,2,"80304",-61,"ENSG00000163026","C2orf44","chromosome 2 open reading frame 44"
+"chr13",28562838,28562852,15,"*","Promoter (<=1kb)",13,28552243,28562774,10532,2,"646625",-64,"ENSG00000183463","URAD","ureidoimidazoline (2-oxo-4-hydroxy-4-carboxy-5-) decarboxylase"
+"chr9",130639783,130640212,430,"*","Promoter (<=1kb)",9,130628759,130640022,11264,2,"203",0,"ENSG00000106992","AK1","adenylate kinase 1"
+"chr20",17512294,17512604,311,"*","Intron (uc002wpp.3/631, intron 7 of 7)",20,17474550,17549865,75316,2,"631",37261,"ENSG00000125864","BFSP1","beaded filament structural protein 1"
+"chr1",174969442,174969573,132,"*","Promoter (<=1kb)",1,174968571,174981163,12593,1,"27101",871,"ENSG00000116161","CACYBP","calcyclin binding protein"
+"chr16",2113804,2113978,175,"*","Intron (uc002con.3/7249, intron 14 of 41)",16,2097990,2138713,40724,1,"7249",15814,"ENSG00000103197","TSC2","tuberous sclerosis 2"
+"chr14",94546674,94546944,271,"*","Promoter (<=1kb)",14,94517268,94547558,30291,2,"57062",614,"ENSG00000089737","DDX24","DEAD-box helicase 24"
+"chr6",168971135,168971450,316,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",129304,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr17",78157897,78157950,54,"*","Exon (uc002jxt.2/79092, exon 5 of 22)",17,78143791,78183130,39340,1,"79092",14106,"ENSG00000141527","CARD14","caspase recruitment domain family member 14"
+"chr3",197382686,197383122,437,"*","Distal Intergenic",3,197401367,197401447,81,2,"100126321",18325,"ENSG00000216042","MIR922","microRNA 922"
+"chr6",32042148,32042152,5,"*","Intron (uc003nzl.2/7148, intron 33 of 43)",6,32485154,32557613,72460,2,"3127",515461,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",30675233,30675634,402,"*","Intron (uc002dzc.4/64319, intron 4 of 9)",16,30671243,30682131,10889,1,"64319",3990,"ENSG00000156860","FBRS","fibrosin"
+"chr1",3600804,3600831,28,"*","Intron (uc001akp.3/7161, intron 3 of 13)",1,3569129,3652765,83637,1,"7161",31675,"ENSG00000078900","TP73","tumor protein p73"
+"chr10",104535473,104535744,272,"*","Intron (uc001kwf.4/54838, intron 1 of 3)",10,104503727,104591851,88125,1,"54838",31746,"ENSG00000166272","WBP1L","WW domain binding protein 1-like"
+"chr12",123450766,123450821,56,"*","Intron (uc021rfo.1/23457, intron 11 of 11)",12,123459354,123464588,5235,1,"79676",-8533,"ENSG00000111325","OGFOD2","2-oxoglutarate and iron dependent oxygenase domain containing 2"
+"chr16",1723718,1724063,346,"*","3' UTR",16,1728278,1752073,23796,1,"90861",-4215,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
+"chr21",38078719,38078971,253,"*","Intron (uc002yvp.3/6493, intron 1 of 1)",21,38071991,38122510,50520,1,"6493",6728,"ENSG00000159263","SIM2","single-minded family bHLH transcription factor 2"
+"chr2",176994317,176994448,132,"*","Promoter (<=1kb)",2,176994422,176997423,3002,1,"3234",0,"ENSG00000175879","HOXD8","homeobox D8"
+"chr10",134837664,134837723,60,"*","Distal Intergenic",10,134884433,134945179,60747,1,"84435",-46710,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
+"chr17",72744083,72744524,442,"*","Promoter (<=1kb)",17,72744751,72765499,20749,1,"9368",-227,"ENSG00000109062","SLC9A3R1","SLC9A3 regulator 1"
+"chr6",32947198,32947695,498,"*","Exon (uc003ocn.4/6046, exon 11 of 13)",6,32605183,32614839,9657,1,"3117",342015,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr9",36166258,36166456,199,"*","Promoter (2-3kb)",9,36169389,36171331,1943,1,"881",-2933,"ENSG00000185972","CCIN","calicin"
+"chr6",5995085,5995102,18,"*","Distal Intergenic",6,5998233,6007633,9401,2,"51299",12531,"ENSG00000124785","NRN1","neuritin 1"
+"chr17",685665,685670,6,"*","Promoter (<=1kb)",17,662549,685571,23023,2,"51031",-94,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
+"chr15",43560128,43560165,38,"*","Promoter (1-2kb)",15,43524793,43559055,34263,2,"9333",-1073,"ENSG00000104055","TGM5","transglutaminase 5"
+"chr17",80763758,80763811,54,"*","Exon (uc002kfx.1/6904, exon 9 of 25)",17,80787310,80797931,10622,2,"79755",34120,"ENSG00000141579","ZNF750","zinc finger protein 750"
+"chr8",144945014,144945387,374,"*","Promoter (2-3kb)",8,144939912,144947434,7523,2,"83481",2047,"ENSG00000261150","EPPK1","epiplakin 1"
+"chr19",524336,524608,273,"*","Distal Intergenic",19,531733,542087,10355,1,"997",-7125,"ENSG00000099804","CDC34","cell division cycle 34"
+"chr6",41606770,41606869,100,"*","Promoter (<=1kb)",6,41606195,41621982,15788,1,"4188",575,"ENSG00000112559","MDFI","MyoD family inhibitor"
+"chr11",72929505,72929935,431,"*","Promoter (<=1kb)",11,72929343,72953472,24130,1,"5029",162,"ENSG00000175591","P2RY2","purinergic receptor P2Y2"
+"chr19",9271917,9271995,79,"*","Exon (uc002mku.3/57693, exon 7 of 7)",19,9251056,9274091,23036,1,"57693",20861,"ENSG00000130803","ZNF317","zinc finger protein 317"
+"chr3",142683128,142683281,154,"*","Promoter (<=1kb)",3,142680074,142682178,2105,2,"344838",-950,"ENSG00000188582","PAQR9","progestin and adipoQ receptor family member IX"
+"chr17",17942355,17942551,197,"*","Promoter (<=1kb)",17,17918373,17942480,24108,2,"91647",0,"ENSG00000171953","ATPAF2","ATP synthase mitochondrial F1 complex assembly factor 2"
+"chr2",85999628,85999825,198,"*","Exon (uc002sqm.4/84913, exon 3 of 3)",2,85980909,86018506,37598,1,"84913",18719,"ENSG00000168874","ATOH8","atonal bHLH transcription factor 8"
+"chr2",238383617,238384023,407,"*","Distal Intergenic",2,238395053,238463961,68909,1,"79083",-11030,"ENSG00000115648","MLPH","melanophilin"
+"chr8",17942993,17943293,301,"*","Promoter (<=1kb)",8,17913925,17942507,28583,2,"427",-486,"ENSG00000104763","ASAH1","N-acylsphingosine amidohydrolase (acid ceramidase) 1"
+"chr1",165086977,165087474,498,"*","Distal Intergenic",1,165171104,165325952,154849,2,"4009",238478,"ENSG00000162761","LMX1A","LIM homeobox transcription factor 1 alpha"
+"chr10",77158025,77158502,478,"*","Promoter (2-3kb)",10,77161286,77168740,7455,1,"100131213",-2784,"ENSG00000237149","ZNF503-AS2","ZNF503 antisense RNA 2"
+"chr16",34726686,34726856,171,"*","Distal Intergenic",16,34711785,34714967,3183,2,"146481",-11719,NA,"FRG2DP","FSHD region gene 2 family member D, pseudogene"
+"chr11",390989,391408,420,"*","Promoter (1-2kb)",11,392599,404908,12310,1,"11187",-1191,"ENSG00000184363","PKP3","plakophilin 3"
+"chr19",17797485,17797656,172,"*","Promoter (1-2kb)",19,17712137,17799050,86914,2,"23025",1394,"ENSG00000130477","UNC13A","unc-13 homolog A (C. elegans)"
+"chr17",46608511,46608522,12,"*","Promoter (<=1kb)",17,46606807,46608272,1466,2,"3211",-239,"ENSG00000120094","HOXB1","homeobox B1"
+"chr10",1406218,1406508,291,"*","Intron (uc009xhq.3/105, intron 8 of 9)",10,1568825,1599179,30355,1,"642394",-162317,"ENSG00000205696","ADARB2-AS1","ADARB2 antisense RNA 1"
+"chr4",56660143,56660280,138,"*","Distal Intergenic",4,56686237,56703430,17194,1,"644145",-25957,NA,"LOC644145","exocyst complex component 1 pseudogene"
+"chr10",89577971,89578072,102,"*","Promoter (<=1kb)",10,89578070,89605369,27300,1,"142913",0,"ENSG00000223820","CFL1P1","cofilin 1 pseudogene 1"
+"chr7",100807120,100807362,243,"*","Promoter (1-2kb)",7,100805790,100808852,3063,2,"7425",1490,"ENSG00000128564","VGF","VGF nerve growth factor inducible"
+"chr8",144803258,144803553,296,"*","Exon (uc003yzj.3/225689, exon 10 of 14)",8,144798507,144804633,6127,1,"225689",4751,"ENSG00000181085","MAPK15","mitogen-activated protein kinase 15"
+"chr12",54409657,54409770,114,"*","Promoter (<=1kb)",12,54410642,54449814,39173,1,"3221",-872,"ENSG00000198353","HOXC4","homeobox C4"
+"chr16",20086392,20086891,500,"*","Promoter (1-2kb)",16,20043043,20085100,42058,2,"124274",-1292,"ENSG00000180269","GPR139","G protein-coupled receptor 139"
+"chr16",30999339,30999390,52,"*","Promoter (2-3kb)",16,30996519,31000473,3955,1,"80270",2820,"ENSG00000099377","HSD3B7","hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7"
+"chr17",61514705,61514920,216,"*","5' UTR",17,61509665,61523722,14058,2,"1534",8802,"ENSG00000008283","CYB561","cytochrome b561"
+"chr11",44586996,44587009,14,"*","Promoter (<=1kb)",11,44587141,44641315,54175,1,"3732",-132,"ENSG00000085117","CD82","CD82 molecule"
+"chr16",57917995,57918095,101,"*","3' UTR",16,57792129,57896733,104605,2,"3801",-21262,"ENSG00000140859","KIFC3","kinesin family member C3"
+"chr11",2397607,2397614,8,"*","Promoter (<=1kb)",11,2398547,2418649,20103,1,"975",-933,"ENSG00000110651","CD81","CD81 molecule"
+"chr8",121136140,121136486,347,"*","Promoter (<=1kb)",8,121137347,121384273,246927,1,"7373",-861,"ENSG00000187955","COL14A1","collagen type XIV alpha 1"
+"chr1",2564456,2564584,129,"*","Promoter (<=1kb)",1,2522081,2564481,42401,2,"79258",0,"ENSG00000142606","MMEL1","membrane metallo-endopeptidase-like 1"
+"chr16",12656958,12657103,146,"*","Intron (uc002dby.5/92017, intron 20 of 20)",16,12814178,12814228,51,1,"100616195",-157075,"ENSG00000264733","MIR4718","microRNA 4718"
+"chr1",32665536,32665987,452,"*","Promoter (<=1kb)",1,32666202,32670991,4790,1,"79140",-215,"ENSG00000160050","CCDC28B","coiled-coil domain containing 28B"
+"chr15",101419470,101419606,137,"*","Promoter (<=1kb)",15,101420009,101456830,36822,1,"220",-403,"ENSG00000184254","ALDH1A3","aldehyde dehydrogenase 1 family member A3"
+"chr2",240168283,240168365,83,"*","Intron (uc002vyk.4/9759, intron 25 of 26)",2,240115027,240117153,2127,2,"85009",-51130,NA,"MGC16025","uncharacterized LOC85009"
+"chr1",30161532,30161665,134,"*","Distal Intergenic",1,29563028,29653325,90298,1,"10076",598504,"ENSG00000060656","PTPRU","protein tyrosine phosphatase, receptor type U"
+"chr16",1187722,1187841,120,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-15400,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr7",26437192,26437633,442,"*","Promoter (<=1kb)",7,26438339,26538594,100256,1,"441204",-706,NA,"LOC441204","uncharacterized LOC441204"
+"chr1",5936617,5937110,494,"*","Intron (uc001alq.2/261734, intron 10 of 29)",1,5922732,5922801,70,2,"100616421",-13816,"ENSG00000264101","MIR4689","microRNA 4689"
+"chr10",48438452,48438614,163,"*","Promoter (<=1kb)",10,48425788,48439138,13351,2,"2662",524,"ENSG00000266524","GDF10","growth differentiation factor 10"
+"chr19",39896665,39897131,467,"*","Promoter (<=1kb)",19,39897487,39900052,2566,1,"7538",-356,"ENSG00000128016","ZFP36","ZFP36 ring finger protein"
+"chr5",54455653,54455907,255,"*","Promoter (<=1kb)",5,54455984,54463129,7146,1,"493869",-77,"ENSG00000164294","GPX8","glutathione peroxidase 8 (putative)"
+"chr16",745615,745639,25,"*","Exon (uc002cjb.3/146330, exon 1 of 4)",16,734702,740400,5699,2,"84219",-5215,"ENSG00000127580","WDR24","WD repeat domain 24"
+"chr17",74524998,74525066,69,"*","Promoter (1-2kb)",17,74523668,74541458,17791,1,"768206",1330,"ENSG00000214140","PRCD","progressive rod-cone degeneration"
+"chr3",46735152,46735154,3,"*","Promoter (<=1kb)",3,46710485,46735194,24710,2,"259173",40,"ENSG00000178038","ALS2CL","ALS2 C-terminal like"
+"chr18",25757555,25757662,108,"*","Promoter (<=1kb)",18,25530930,25757445,226516,2,"1000",-110,"ENSG00000170558","CDH2","cadherin 2"
+"chr1",159140445,159140702,258,"*","Promoter (<=1kb)",1,159141377,159172932,31556,1,"57863",-675,"ENSG00000162706","CADM3","cell adhesion molecule 3"
+"chr17",80986570,80986746,177,"*","Intron (uc002kgf.1/146712, intron 10 of 12)",17,80900031,81009686,109656,2,"146712",22940,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
+"chr5",134735496,134735549,54,"*","Promoter (<=1kb)",5,134670071,134735577,65507,2,"9555",28,"ENSG00000113648","H2AFY","H2A histone family member Y"
+"chr4",154682576,154682645,70,"*","Promoter (1-2kb)",4,154631312,154681387,50076,2,"285533",-1189,"ENSG00000145428","RNF175","ring finger protein 175"
+"chr16",1652434,1652552,119,"*","Exon (uc002cmb.3/9742, exon 4 of 31)",16,1560428,1662109,101682,2,"9742",9557,"ENSG00000187535","IFT140","intraflagellar transport 140"
+"chr19",35085624,35085629,6,"*","Promoter (<=1kb)",19,35084346,35085490,1145,2,"284402",-134,"ENSG00000205209","SCGB2B2","secretoglobin family 2B member 2"
+"chr20",13976058,13976069,12,"*","Promoter (<=1kb)",20,13976146,16033841,2057696,1,"140733",-77,"ENSG00000172264","MACROD2","MACRO domain containing 2"
+"chr20",37590555,37590570,16,"*","Promoter (<=1kb)",20,37590981,37668366,77386,1,"60625",-411,"ENSG00000101452","DHX35","DEAH-box helicase 35"
+"chr6",3227741,3227751,11,"*","Promoter (<=1kb)",6,3224495,3227968,3474,2,"347733",217,"ENSG00000137285","TUBB2B","tubulin beta 2B class IIb"
+"chr10",126157900,126157962,63,"*","Intron (uc001lhs.2/64077, intron 1 of 6)",10,126150341,126302710,152370,1,"64077",7559,"ENSG00000107902","LHPP","phospholysine phosphohistidine inorganic pyrophosphate phosphatase"
+"chr12",133072958,133073172,215,"*","Intron (uc001ukf.3/57666, intron 1 of 16)",12,133067157,133161773,94617,1,"57666",5801,"ENSG00000112787","FBRSL1","fibrosin like 1"
+"chr16",89702762,89703023,262,"*","Exon (uc010cin.3/1800, exon 4 of 11)",16,89724152,89736866,12715,1,"124045",-21129,"ENSG00000167523","SPATA33","spermatogenesis associated 33"
+"chr1",240286433,240286626,194,"*","Exon (uc010pyd.2/56776, exon 2 of 18)",1,240255185,240638489,383305,1,"56776",31248,"ENSG00000155816","FMN2","formin 2"
+"chr6",32119874,32119875,2,"*","5' UTR",6,32485154,32557613,72460,2,"3127",437738,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",82203988,82203996,9,"*","Promoter (<=1kb)",16,82181767,82203829,22063,2,"10200",-159,"ENSG00000135698","MPHOSPH6","M-phase phosphoprotein 6"
+"chr10",70980067,70980112,46,"*","Promoter (<=1kb)",10,70980059,71027315,47257,1,"80201",8,"ENSG00000156510","HKDC1","hexokinase domain containing 1"
+"chr13",114325202,114325446,245,"*","Intron (uc010tkf.2/6011, intron 2 of 6)",13,114321597,114438637,117041,1,"6011",3605,NA,"GRK1","G protein-coupled receptor kinase 1"
+"chr5",5423294,5423457,164,"*","Promoter (<=1kb)",5,5422786,5490347,67562,1,"23379",508,"ENSG00000164151","ICE1","interactor of little elongation complex ELL subunit 1"
+"chr21",48081018,48081194,177,"*","3' UTR",21,48055507,48085155,29649,1,"3275",25511,"ENSG00000160310","PRMT2","protein arginine methyltransferase 2"
+"chr17",78489250,78489359,110,"*","Distal Intergenic",17,78518625,78940173,421549,1,"57521",-29266,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
+"chr10",77191098,77191570,473,"*","Distal Intergenic",10,77157603,77161513,3911,2,"84858",-29585,"ENSG00000165655","ZNF503","zinc finger protein 503"
+"chr10",134361910,134361949,40,"*","Intron (uc001llo.1/3632, intron 1 of 12)",10,134351353,134596984,245632,1,"3632",10557,"ENSG00000068383","INPP5A","inositol polyphosphate-5-phosphatase A"
+"chr14",105940762,105940772,11,"*","Promoter (1-2kb)",14,105939275,105946507,7233,1,"1397",1487,"ENSG00000182809","CRIP2","cysteine rich protein 2"
+"chr17",4510627,4510743,117,"*","Exon (uc002fye.2/342527, exon 8 of 8)",17,4487276,4511614,24339,1,"342527",23351,"ENSG00000188176","SMTNL2","smoothelin-like 2"
+"chr8",141646407,141646421,15,"*","Promoter (<=1kb)",8,141541264,141645646,104383,2,"27161",-761,"ENSG00000123908","AGO2","argonaute 2, RISC catalytic component"
+"chr11",85430586,85430609,24,"*","Intron (uc001pbb.3/54843, intron 11 of 12)",11,85394893,85397320,2428,2,"220388",-33266,"ENSG00000179071","CCDC89","coiled-coil domain containing 89"
+"chr7",120627791,120628002,212,"*","Promoter (<=1kb)",7,120628751,120937498,308748,1,"79974",-749,"ENSG00000106034","CPED1","cadherin like and PC-esterase domain containing 1"
+"chr6",30736959,30737068,110,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1820545,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",292927,293023,97,"*","Promoter (2-3kb)",17,289771,295731,5961,2,"359845",2708,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
+"chr1",179851535,179851575,41,"*","Promoter (<=1kb)",1,179851177,179889212,38036,1,"26092",358,"ENSG00000143337","TOR1AIP1","torsin 1A interacting protein 1"
+"chr19",19639533,19639548,16,"*","Intron (uc021uqv.1/51079, intron 5 of 7)",19,19649074,19657468,8395,1,"148113",-9526,"ENSG00000160161","CILP2","cartilage intermediate layer protein 2"
+"chr1",65775570,65775734,165,"*","Exon (uc001dce.2/9829, exon 1 of 19)",1,65720148,65881552,161405,1,"9829",55422,"ENSG00000116675","DNAJC6","DnaJ heat shock protein family (Hsp40) member C6"
+"chr16",30418326,30418672,347,"*","Promoter (<=1kb)",16,30418735,30440920,22186,1,"51333",-63,"ENSG00000179965","ZNF771","zinc finger protein 771"
+"chr13",114812136,114812254,119,"*","Intron (uc010tkk.2/22821, intron 21 of 23)",13,114747194,114898095,150902,2,"22821",85841,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chr12",104234963,104234975,13,"*","Promoter (<=1kb)",12,104166081,104234975,68895,2,"51559",0,"ENSG00000111696","NT5DC3","5'-nucleotidase domain containing 3"
+"chr6",29691851,29691936,86,"*","Intron (uc031sna.1/3134, intron 2 of 4)",6,28471073,28483570,12498,2,"257202",-1208281,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",22570704,22571177,474,"*","Promoter (1-2kb)",6,22569678,22570750,1073,1,"154150",1026,"ENSG00000112273","HDGFL1","hepatoma derived growth factor-like 1"
+"chr9",35789052,35789350,299,"*","Distal Intergenic",9,35792406,35809728,17323,1,"4882",-3056,"ENSG00000159899","NPR2","natriuretic peptide receptor 2"
+"chr6",31324500,31324512,13,"*","Exon (uc031snl.1/3106, exon 2 of 5)",6,32485154,32557613,72460,2,"3127",1233101,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",170220015,170220129,115,"*","Promoter (<=1kb)",2,169983619,170219122,235504,2,"4036",-893,"ENSG00000081479","LRP2","LDL receptor related protein 2"
+"chr8",22735285,22735388,104,"*","Intron (uc003xcn.1/157310, intron 4 of 6)",8,22570765,22785421,214657,2,"157310",50033,"ENSG00000134020","PEBP4","phosphatidylethanolamine binding protein 4"
+"chr5",77140195,77140381,187,"*","Distal Intergenic",5,76986995,77072185,85191,2,"6902",-68010,"ENSG00000171530","TBCA","tubulin folding cofactor A"
+"chr8",101661740,101661918,179,"*","Promoter (<=1kb)",8,101585112,101661893,76782,2,"169166",0,"ENSG00000174226","SNX31","sorting nexin 31"
+"chr10",100994381,100994441,61,"*","Promoter (1-2kb)",10,100216834,100995632,778799,2,"60495",1191,"ENSG00000172987","HPSE2","heparanase 2 (inactive)"
+"chr15",57598755,57598924,170,"*","Exon (uc010ugt.1/283663, exon 2 of 3)",15,57592563,57599967,7405,1,"283663",6192,"ENSG00000247982","LINC00926","long intergenic non-protein coding RNA 926"
+"chr2",10517275,10517304,30,"*","Intron (uc002raj.4/3241, intron 1 of 4)",2,10586840,10586975,136,2,"100302743",69671,"ENSG00000206633","SNORA80B","small nucleolar RNA, H/ACA box 80B"
+"chr1",39920621,39920707,87,"*","Exon (uc021olt.1/23499, exon 84 of 93)",1,39957318,39995541,38224,1,"353500",-36611,"ENSG00000183682","BMP8A","bone morphogenetic protein 8a"
+"chr12",115106884,115107167,284,"*","Downstream (<1kb)",12,115108059,115121969,13911,2,"6926",14802,"ENSG00000135111","TBX3","T-box 3"
+"chr19",57791598,57791606,9,"*","Promoter (<=1kb)",19,57791419,57805436,14018,1,"10794",179,"ENSG00000197714","ZNF460","zinc finger protein 460"
+"chr6",36314439,36314558,120,"*","Distal Intergenic",6,36283535,36304662,21128,2,"389384",-9777,"ENSG00000189325","C6orf222","chromosome 6 open reading frame 222"
+"chr22",37215656,37215948,293,"*","Promoter (<=1kb)",22,37196745,37215517,18773,2,"5816",-139,"ENSG00000100362","PVALB","parvalbumin"
+"chr6",7261271,7261517,247,"*","Distal Intergenic",6,7281288,7313541,32254,2,"6745",52024,"ENSG00000124783","SSR1","signal sequence receptor, alpha"
+"chr16",77270108,77270312,205,"*","Distal Intergenic",16,77233349,77246976,13628,1,"100130958",36759,"ENSG00000205078","SYCE1L","synaptonemal complex central element protein 1-like"
+"chr2",130956071,130956098,28,"*","Promoter (<=1kb)",2,130949318,130956034,6717,2,"112714",-37,"ENSG00000152086","TUBA3E","tubulin alpha 3e"
+"chr16",87091301,87091652,352,"*","Distal Intergenic",16,87336404,87351026,14623,2,"100506581",259374,"ENSG00000260456","C16orf95","chromosome 16 open reading frame 95"
+"chr7",94285736,94285814,79,"*","Promoter (<=1kb)",7,94285637,94299006,13370,1,"23089",99,"ENSG00000242265","PEG10","paternally expressed 10"
+"chr5",131133021,131133214,194,"*","Promoter (<=1kb)",5,130759614,131132756,373143,2,"51735",-265,"ENSG00000158987","RAPGEF6","Rap guanine nucleotide exchange factor 6"
+"chr6",28501768,28501867,100,"*","3' UTR",6,28471073,28483570,12498,2,"257202",-18198,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrY",21906868,21906893,26,"*","Promoter (<=1kb)",24,21867301,21906825,39525,2,"8284",-43,"ENSG00000012817","KDM5D","lysine demethylase 5D"
+"chr16",1012601,1012735,135,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",18583,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr19",10958920,10958922,3,"*","Promoter (<=1kb)",19,10959106,10980360,21255,1,"255809",-184,"ENSG00000214212","C19orf38","chromosome 19 open reading frame 38"
+"chr13",114881500,114881556,57,"*","Intron (uc001vui.3/22821, intron 23 of 23)",13,114747194,114898095,150902,2,"22821",16539,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chr2",27435514,27435638,125,"*","Promoter (<=1kb)",2,27422455,27435175,12721,2,"8884",-339,"ENSG00000138074","SLC5A6","solute carrier family 5 member 6"
+"chr3",181421500,181421703,204,"*","Intron (uc003fkv.4/347689, intron 6 of 7)",3,181429712,181432223,2512,1,"6657",-8009,"ENSG00000181449","SOX2","SRY-box 2"
+"chr20",62680517,62680922,406,"*","Promoter (<=1kb)",20,62679079,62680979,1901,2,"54345",57,"ENSG00000203883","SOX18","SRY-box 18"
+"chr4",4543764,4543907,144,"*","Promoter (<=1kb)",4,4543858,4712664,168807,1,"100507266",0,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
+"chr5",57786356,57786401,46,"*","Promoter (<=1kb)",5,57787330,57792185,4856,1,"202309",-929,"ENSG00000175857","GAPT","GRB2-binding adaptor protein, transmembrane"
+"chr7",121512827,121513010,184,"*","Promoter (<=1kb)",7,121513159,121702090,188932,1,"5803",-149,"ENSG00000106278","PTPRZ1","protein tyrosine phosphatase, receptor type Z1"
+"chr12",54611066,54611548,483,"*","Distal Intergenic",12,54625181,54625260,80,2,"100616400",13712,"ENSG00000265371","MIR3198-2","microRNA 3198-2"
+"chr16",85181102,85181163,62,"*","Intron (uc021tmb.1/400548, intron 2 of 2)",16,85170756,85183049,12294,1,"400548",10346,"ENSG00000278214","LOC400548","uncharacterized LOC400548"
+"chr9",990692,991047,356,"*","3' UTR",9,976968,991732,14765,1,"58524",13724,"ENSG00000064218","DMRT3","doublesex and mab-3 related transcription factor 3"
+"chr16",22236981,22237027,47,"*","5' UTR",16,22217592,22300066,82475,1,"29904",19389,"ENSG00000103319","EEF2K","eukaryotic elongation factor 2 kinase"
+"chr15",38987310,38987640,331,"*","Promoter (1-2kb)",15,38988799,38992239,3441,1,"400359",-1159,"ENSG00000175779","C15orf53","chromosome 15 open reading frame 53"
+"chr6",170764630,170764764,135,"*","Distal Intergenic",6,170780107,170862417,82311,2,"5689",97653,"ENSG00000008018","PSMB1","proteasome subunit beta 1"
+"chr1",193075583,193075590,8,"*","Promoter (<=1kb)",1,193065595,193075244,9650,2,"51022",-339,"ENSG00000023572","GLRX2","glutaredoxin 2"
+"chr12",6442954,6442966,13,"*","5' UTR",12,6437923,6451283,13361,2,"7132",8317,"ENSG00000067182","TNFRSF1A","tumor necrosis factor receptor superfamily member 1A"
+"chr15",53095775,53095984,210,"*","Distal Intergenic",15,53049160,53082209,33050,2,"3175",-13566,"ENSG00000169856","ONECUT1","one cut homeobox 1"
+"chr6",32097726,32097786,61,"*","Intron (uc003nzr.3/63943, intron 1 of 1)",6,32485154,32557613,72460,2,"3127",459827,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",3111349,3111484,136,"*","Intron (uc002qxh.1/uc002qxh.1, intron 4 of 6)",2,3192741,3381653,188913,2,"7260",270169,"ENSG00000032389","TSSC1","tumor suppressing subtransferable candidate 1"
+"chr19",6459912,6459963,52,"*","Promoter (<=1kb)",19,6436432,6459781,23350,2,"79085",-131,"ENSG00000125648","SLC25A23","solute carrier family 25 member 23"
+"chr12",57915565,57915570,6,"*","Promoter (1-2kb)",12,57916659,57923931,7273,1,"114785",-1089,"ENSG00000166987","MBD6","methyl-CpG binding domain protein 6"
+"chr16",56388945,56388981,37,"*","3' UTR",16,56395364,56459450,64087,2,"267",70469,"ENSG00000159461","AMFR","autocrine motility factor receptor, E3 ubiquitin protein ligase"
+"chr17",75315060,75315244,185,"*","Intron (uc002jts.4/10801, intron 2 of 11)",17,75277492,75496678,219187,1,"10801",37568,"ENSG00000184640","SEPT9","septin 9"
+"chr15",35837830,35837992,163,"*","Promoter (<=1kb)",15,35838396,36151202,312807,1,"100507466",-404,"ENSG00000248079","DPH6-AS1","DPH6 antisense RNA 1 (head to head)"
+"chr16",29852910,29853214,305,"*","5' UTR",16,29831715,29859360,27646,1,"9961",21195,"ENSG00000013364","MVP","major vault protein"
+"chr2",105953705,105953709,5,"*","Promoter (<=1kb)",2,105954013,105961984,7972,1,"79074",-304,"ENSG00000135974","C2orf49","chromosome 2 open reading frame 49"
+"chr12",95466977,95467123,147,"*","Promoter (<=1kb)",12,95414005,95467404,53400,2,"7181",281,"ENSG00000120798","NR2C1","nuclear receptor subfamily 2 group C member 1"
+"chr21",37757192,37757477,286,"*","Promoter (<=1kb)",21,37757689,37789125,31437,1,"8208",-212,"ENSG00000159259","CHAF1B","chromatin assembly factor 1 subunit B"
+"chr5",956343,956473,131,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",40982,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
+"chr9",123475367,123475627,261,"*","Promoter (1-2kb)",9,123363196,123476765,113570,2,"1955",1138,"ENSG00000106780","MEGF9","multiple EGF like domains 9"
+"chr16",86371248,86371315,68,"*","Exon (uc002fjj.2/732275, exon 3 of 7)",16,86365456,86379285,13830,2,"732275",7970,"ENSG00000168367","LINC00917","long intergenic non-protein coding RNA 917"
+"chr1",3028862,3028987,126,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",-15552,NA,"MIR4251","microRNA 4251"
+"chr12",7167964,7168008,45,"*","5' UTR",12,7085347,7125842,40496,2,"10162",-42122,"ENSG00000111684","LPCAT3","lysophosphatidylcholine acyltransferase 3"
+"chrX",48397929,48397938,10,"*","Promoter (<=1kb)",23,48398075,48420997,22923,1,"4943",-137,"ENSG00000068354","TBC1D25","TBC1 domain family member 25"
+"chr11",85645962,85646077,116,"*","Distal Intergenic",11,85566144,85631051,64908,1,"220047",79818,"ENSG00000150676","CCDC83","coiled-coil domain containing 83"
+"chr15",90455680,90455744,65,"*","Promoter (<=1kb)",15,90373831,90456222,82392,2,"100526783",478,"ENSG00000250021","C15orf38-AP3S2","C15orf38-AP3S2 readthrough"
+"chr19",1446280,1446301,22,"*","Distal Intergenic",19,1450148,1473243,23096,1,"10297",-3847,"ENSG00000115266","APC2","adenomatosis polyposis coli 2"
+"chr20",57416221,57416506,286,"*","Promoter (1-2kb)",20,57414795,57486250,71456,1,"2778",1426,"ENSG00000087460","GNAS","GNAS complex locus"
+"chr1",53163908,53163955,48,"*","Promoter (<=1kb)",1,53152014,53164038,12025,2,"65260",83,"ENSG00000162377","COA7","cytochrome c oxidase assembly factor 7 (putative)"
+"chr1",155904156,155904158,3,"*","Promoter (<=1kb)",1,155882836,155904188,21353,2,"22889",30,"ENSG00000132680","KIAA0907","KIAA0907"
+"chr15",28342183,28342208,26,"*","Promoter (2-3kb)",15,28000023,28344458,344436,2,"4948",2250,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr16",983954,984175,222,"*","5' UTR",16,903635,1031318,127684,2,"64788",47143,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr3",169529653,169529716,64,"*","Promoter (<=1kb)",3,169511216,169530574,19359,2,"151827",858,"ENSG00000171757","LRRC34","leucine rich repeat containing 34"
+"chr10",13391488,13391535,48,"*","Promoter (1-2kb)",10,13359438,13390298,30861,2,"22929",-1190,"ENSG00000086475","SEPHS1","selenophosphate synthetase 1"
+"chr1",167523064,167523069,6,"*","Promoter (<=1kb)",1,167510251,167523056,12806,2,"8804",-8,"ENSG00000143162","CREG1","cellular repressor of E1A stimulated genes 1"
+"chr15",68125197,68125518,322,"*","Intron (uc031qsn.1/390598, intron 13 of 14)",15,68112042,68126174,14133,1,"390598",13155,"ENSG00000188779","SKOR1","SKI family transcriptional corepressor 1"
+"chr6",32041285,32041430,146,"*","Exon (uc003nzl.2/7148, exon 12 of 44)",6,32485154,32557613,72460,2,"3127",516183,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",3306989,3307326,338,"*","Promoter (<=1kb)",16,3292028,3306627,14600,2,"4210",-362,"ENSG00000103313","MEFV","Mediterranean fever"
+"chr1",48936968,48937250,283,"*","Promoter (<=1kb)",1,48761044,48937876,176833,2,"54558",626,"ENSG00000132122","SPATA6","spermatogenesis associated 6"
+"chr10",64576070,64576130,61,"*","Promoter (2-3kb)",10,64571756,64578927,7172,2,"1959",2797,"ENSG00000122877","EGR2","early growth response 2"
+"chr11",44325029,44325210,182,"*","Intron (uc001myb.3/60529, intron 3 of 3)",11,44282278,44331716,49439,2,"60529",6506,"ENSG00000052850","ALX4","ALX homeobox 4"
+"chr14",73146313,73146448,136,"*","Intron (uc001xnc.2/8110, intron 4 of 10)",14,73086004,73360809,274806,2,"8110",214361,"ENSG00000205683","DPF3","double PHD fingers 3"
+"chr7",64043071,64043193,123,"*","Promoter (<=1kb)",7,64042988,64044129,1142,1,"641746",83,NA,"LOC641746","glycine cleavage system protein H (aminomethyl carrier) pseudogene"
+"chr22",41347219,41347240,22,"*","Promoter (<=1kb)",22,41347351,41369019,21669,1,"9978",-111,"ENSG00000100387","RBX1","ring-box 1, E3 ubiquitin protein ligase"
+"chr8",70602451,70602467,17,"*","Intron (uc010lzb.3/81796, intron 4 of 7)",8,70584568,70747299,162732,2,"81796",144832,"ENSG00000137571","SLCO5A1","solute carrier organic anion transporter family member 5A1"
+"chr6",100055614,100055785,172,"*","Promoter (<=1kb)",6,100054650,100063454,8805,1,"59336",964,"ENSG00000112238","PRDM13","PR domain 13"
+"chr1",155023387,155023602,216,"*","Promoter (<=1kb)",1,155023422,155035252,11831,1,"8751",0,"ENSG00000143537","ADAM15","ADAM metallopeptidase domain 15"
+"chr10",128994605,128994608,4,"*","Promoter (<=1kb)",10,128933690,128994422,60733,2,"642938",-183,"ENSG00000188916","FAM196A","family with sequence similarity 196 member A"
+"chr1",91359382,91359533,152,"*","Distal Intergenic",1,91380857,91487812,106956,2,"84146",128279,"ENSG00000122482","ZNF644","zinc finger protein 644"
+"chr4",83483375,83483435,61,"*","Promoter (<=1kb)",4,83405604,83483510,77907,2,"441027",75,"ENSG00000249242","TMEM150C","transmembrane protein 150C"
+"chr7",97923799,97923834,36,"*","Intron (uc003upj.3/55971, intron 2 of 13)",7,97910979,97922275,11297,1,"25798",12820,"ENSG00000164713","BRI3","brain protein I3"
+"chr1",16346120,16346299,180,"*","Promoter (<=1kb)",1,16340523,16346089,5567,2,"27129",-31,"ENSG00000173641","HSPB7","heat shock protein family B (small) member 7"
+"chr18",32557882,32558052,171,"*","Promoter (<=1kb)",18,32556892,32723432,166541,1,"10982",990,"ENSG00000166974","MAPRE2","microtubule associated protein RP/EB family member 2"
+"chr18",28682181,28682345,165,"*","Promoter (<=1kb)",18,28645942,28682388,36447,2,"1824",43,"ENSG00000134755","DSC2","desmocollin 2"
+"chr10",88982648,88982653,6,"*","Promoter (2-3kb)",10,88985205,88994733,9529,1,"728118",-2552,"ENSG00000184923","NUTM2A","NUT family member 2A"
+"chr11",16627584,16627602,19,"*","Intron (uc001mmh.1/55553, intron 6 of 9)",11,16760148,16779901,19754,1,"10944",-132546,"ENSG00000110696","C11orf58","chromosome 11 open reading frame 58"
+"chr11",75110446,75110460,15,"*","Promoter (<=1kb)",11,75110535,75133345,22811,1,"6188",-75,"ENSG00000149273","RPS3","ribosomal protein S3"
+"chr1",39491411,39491882,472,"*","Promoter (<=1kb)",1,39491967,39500308,8342,1,"4725",-85,"ENSG00000168653","NDUFS5","NADH:ubiquinone oxidoreductase subunit S5"
+"chr6",151646492,151646504,13,"*","Intron (uc011eep.2/9590, intron 3 of 4)",6,151685250,151712677,27428,2,"57621",66173,"ENSG00000181472","ZBTB2","zinc finger and BTB domain containing 2"
+"chr8",30585433,30585443,11,"*","Promoter (<=1kb)",8,30535580,30585486,49907,2,"2936",43,"ENSG00000104687","GSR","glutathione reductase"
+"chr1",6673301,6673306,6,"*","Promoter (<=1kb)",1,6673756,6684093,10338,1,"148479",-450,"ENSG00000116273","PHF13","PHD finger protein 13"
+"chr6",129204125,129204158,34,"*","Promoter (<=1kb)",6,129204286,129837710,633425,1,"3908",-128,"ENSG00000196569","LAMA2","laminin subunit alpha 2"
+"chr8",24772513,24772830,318,"*","Promoter (1-2kb)",8,24771274,24776606,5333,1,"4741",1239,"ENSG00000104722","NEFM","neurofilament, medium polypeptide"
+"chr3",43732990,43732993,4,"*","Promoter (<=1kb)",3,43732375,43764217,31843,1,"51099",615,"ENSG00000011198","ABHD5","abhydrolase domain containing 5"
+"chr16",1074111,1074308,198,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",42303,"ENSG00000005513","SOX8","SRY-box 8"
+"chr17",40021685,40021788,104,"*","Promoter (<=1kb)",17,40009799,40021629,11831,2,"55175",-56,"ENSG00000178502","KLHL11","kelch like family member 11"
+"chr1",169863446,169863468,23,"*","Promoter (<=1kb)",1,169822215,169863100,40886,2,"57147",-346,"ENSG00000000457","SCYL3","SCY1 like pseudokinase 3"
+"chr2",42396665,42396882,218,"*","Promoter (<=1kb)",2,42396490,42559688,163199,1,"27436",175,"ENSG00000143924","EML4","echinoderm microtubule associated protein like 4"
+"chr7",101386903,101387080,178,"*","Distal Intergenic",7,101459184,101927250,468067,1,"1523",-72104,"ENSG00000257923","CUX1","cut like homeobox 1"
+"chr1",6259905,6260133,229,"*","Promoter (<=1kb)",1,6245080,6259679,14600,2,"6146",-226,"ENSG00000116251","RPL22","ribosomal protein L22"
+"chr2",234372844,234372982,139,"*","Exon (uc002vui.1/8527, exon 27 of 30)",2,234384165,234475428,91264,2,"55230",102446,"ENSG00000085982","USP40","ubiquitin specific peptidase 40"
+"chr1",50892299,50892463,165,"*","Distal Intergenic",1,50883223,50889119,5897,2,"63950",-3180,"ENSG00000142700","DMRTA2","DMRT like family A2"
+"chr3",142315278,142315566,289,"*","Promoter (<=1kb)",3,142315229,142432505,117277,1,"5357",49,"ENSG00000120756","PLS1","plastin 1"
+"chr7",596154,596538,385,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",36126,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr6",33094306,33094339,34,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",453731,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr19",51685227,51685247,21,"*","Distal Intergenic",19,51670585,51676780,6196,1,"284367",14642,"ENSG00000171101","SIGLEC17P","sialic acid binding Ig like lectin 17, pseudogene"
+"chr10",1120491,1120601,111,"*","Exon (uc001igg.1/22884, exon 1 of 13)",10,1085964,1102644,16681,2,"3422",-17847,"ENSG00000067064","IDI1","isopentenyl-diphosphate delta isomerase 1"
+"chr14",95047543,95047607,65,"*","Promoter (<=1kb)",14,95047706,95059457,11752,1,"5104",-99,"ENSG00000188488","SERPINA5","serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 5"
+"chr2",167232696,167232981,286,"*","Promoter (<=1kb)",2,167051697,167232497,180801,2,"6335",-199,"ENSG00000169432","SCN9A","sodium voltage-gated channel alpha subunit 9"
+"chr6",161351831,161352065,235,"*","Distal Intergenic",6,161412822,161538417,125596,1,"4216",-60757,"ENSG00000085511","MAP3K4","mitogen-activated protein kinase kinase kinase 4"
+"chr6",170176415,170176447,33,"*","Exon (uc010kky.1/55780, exon 15 of 17)",6,170190169,170202969,12801,1,"80069",-13722,"ENSG00000231690","LINC00574","long intergenic non-protein coding RNA 574"
+"chr10",102989263,102989315,53,"*","Promoter (<=1kb)",10,102989351,102998616,9266,1,"399806",-36,NA,"LBX1-AS1","LBX1 antisense RNA 1 (head to head)"
+"chr16",4162203,4162493,291,"*","Intron (uc002cvx.3/115, intron 9 of 10)",16,4012650,4166186,153537,2,"115",3693,"ENSG00000162104","ADCY9","adenylate cyclase 9"
+"chr4",1198430,1198476,47,"*","Intron (uc021xkj.1/10417, intron 7 of 7)",4,1189571,1202750,13180,2,"100130872",4274,NA,"LOC100130872","uncharacterized LOC100130872"
+"chr18",77499721,77499754,34,"*","Intron (uc002lnh.2/9150, intron 12 of 12)",18,77439801,77514510,74710,1,"9150",59920,"ENSG00000060069","CTDP1","CTD phosphatase subunit 1"
+"chr9",124980041,124980074,34,"*","Intron (uc022bmw.1/26468, intron 6 of 6)",9,124964856,124991091,26236,2,"26468",11017,"ENSG00000106852","LHX6","LIM homeobox 6"
+"chr3",42307799,42307866,68,"*","Promoter (<=1kb)",3,42299318,42307662,8345,2,"885",-137,"ENSG00000187094","CCK","cholecystokinin"
+"chr19",49141115,49141130,16,"*","Promoter (<=1kb)",19,49141296,49185502,44207,1,"653677",-166,"ENSG00000232871","SEC1P","secretory blood group 1, pseudogene"
+"chr1",53067589,53067717,129,"*","Promoter (<=1kb)",1,53068043,53074723,6681,1,"2882",-326,"ENSG00000116157","GPX7","glutathione peroxidase 7"
+"chr19",1009901,1010236,336,"*","3' UTR",19,1000437,1009723,9287,1,"116444",9464,"ENSG00000116032","GRIN3B","glutamate ionotropic receptor NMDA type subunit 3B"
+"chrX",39864984,39865331,348,"*","Distal Intergenic",23,39910499,40036582,126084,2,"54880",171251,"ENSG00000183337","BCOR","BCL6 corepressor"
+"chr4",164264964,164265394,431,"*","Promoter (<=1kb)",4,164265091,164273086,7996,1,"4889",0,"ENSG00000164129","NPY5R","neuropeptide Y receptor Y5"
+"chr16",27899404,27899630,227,"*","5' UTR",16,27798850,28074830,275981,2,"146395",175200,"ENSG00000169181","GSG1L","GSG1-like"
+"chr1",16175902,16176059,158,"*","Promoter (1-2kb)",1,16160710,16174642,13933,2,"729614",-1260,"ENSG00000179743","FLJ37453","uncharacterized LOC729614"
+"chr6",164393351,164393434,84,"*","Distal Intergenic",6,163835675,163999628,163954,1,"9444",557676,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
+"chr16",2564791,2565290,500,"*","Promoter (1-2kb)",16,2563727,2570224,6498,1,"527",1064,"ENSG00000185883","ATP6V0C","ATPase H+ transporting V0 subunit c"
+"chrX",21858131,21858304,174,"*","Promoter (<=1kb)",23,21857656,21903541,45886,1,"51360",475,"ENSG00000012174","MBTPS2","membrane bound transcription factor peptidase, site 2"
+"chr2",137748460,137748833,374,"*","Exon (uc002tva.1/80731, exon 1 of 27)",2,137523115,138435287,912173,1,"80731",225345,"ENSG00000144229","THSD7B","thrombospondin type 1 domain containing 7B"
+"chr3",137717550,137717580,31,"*","Promoter (<=1kb)",3,137717658,137752494,34837,1,"51208",-78,"ENSG00000066405","CLDN18","claudin 18"
+"chr3",99904510,99904527,18,"*","Promoter (<=1kb)",3,99904668,99913030,8363,1,"644444",-141,"ENSG00000235156","TMEM30C","transmembrane protein 30C"
+"chr14",60558473,60558485,13,"*","Promoter (<=1kb)",14,60558629,60635851,77223,1,"64430",-144,"ENSG00000126773","PCNX4","pecanex homolog 4 (Drosophila)"
+"chr10",123688108,123688359,252,"*","Promoter (<=1kb)",10,123502625,123688217,185593,2,"11101",0,"ENSG00000107669","ATE1","arginyltransferase 1"
+"chr13",31736638,31736679,42,"*","Promoter (<=1kb)",13,31710763,31736502,25740,2,"10808",-136,"ENSG00000120694","HSPH1","heat shock protein family H (Hsp110) member 1"
+"chrX",47489615,47489671,57,"*","Promoter (<=1kb)",23,47483612,47489704,6093,2,"5199",33,"ENSG00000126759","CFP","complement factor properdin"
+"chr19",8028470,8028594,125,"*","Exon (uc002mjb.3/1994, exon 6 of 6)",19,7991603,8008708,17106,2,"10469",-19762,"ENSG00000104980","TIMM44","translocase of inner mitochondrial membrane 44"
+"chr6",44090700,44090983,284,"*","Intron (uc003owp.3/64928, intron 2 of 2)",6,44081373,44095191,13819,2,"64928",4208,"ENSG00000180992","MRPL14","mitochondrial ribosomal protein L14"
+"chr6",14282429,14282523,95,"*","Distal Intergenic",6,14117487,14137148,19662,1,"9308",164942,"ENSG00000112149","CD83","CD83 molecule"
+"chr6",33254879,33254892,14,"*","Exon (uc003ods.3/9277, exon 9 of 15)",6,33540323,33548070,7748,2,"578",293178,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr14",101359994,101360040,47,"*","Promoter (1-2kb)",14,101361107,101373305,12199,1,"79104",-1067,"ENSG00000258399","MEG8","maternally expressed 8 (non-protein coding)"
+"chr13",36788795,36788811,17,"*","Promoter (<=1kb)",13,36742345,36788752,46408,2,"54937",-43,"ENSG00000120669","SOHLH2","spermatogenesis and oogenesis specific basic helix-loop-helix 2"
+"chr4",103997839,103997969,131,"*","Promoter (<=1kb)",4,103941387,103998439,57053,2,"133308",470,"ENSG00000164038","SLC9B2","solute carrier family 9 member B2"
+"chr11",3254240,3254296,57,"*","Promoter (<=1kb)",11,3249041,3253616,4576,2,"116534",-624,"ENSG00000184350","MRGPRE","MAS related GPR family member E"
+"chr11",108093287,108093290,4,"*","Promoter (<=1kb)",11,108028119,108093365,65247,2,"4863",75,"ENSG00000149308","NPAT","nuclear protein, co-activator of histone transcription"
+"chr6",24583566,24583675,110,"*","Intron (uc011djo.2/9856, intron 16 of 20)",6,24544332,24646383,102052,2,"9856",62708,"ENSG00000137261","KIAA0319","KIAA0319"
+"chrX",22049984,22050115,132,"*","Promoter (<=1kb)",23,22050921,22266478,215558,1,"5251",-806,"ENSG00000102174","PHEX","phosphate regulating endopeptidase homolog, X-linked"
+"chr15",45406314,45406327,14,"*","Promoter (<=1kb)",15,45384852,45406359,21508,2,"50506",32,"ENSG00000140279","DUOX2","dual oxidase 2"
+"chr18",12991014,12991151,138,"*","Promoter (<=1kb)",18,12991361,13125051,133691,1,"55125",-210,"ENSG00000101639","CEP192","centrosomal protein 192kDa"
+"chr6",84233962,84233970,9,"*","Exon (uc003pjz.3/167681, exon 2 of 2)",6,84222194,84235421,13228,1,"167681",11768,"ENSG00000146250","PRSS35","protease, serine 35"
+"chr14",88789655,88790044,390,"*","Intron (uc001xwo.3/54207, intron 6 of 6)",14,88646452,88793256,146805,2,"54207",3212,"ENSG00000100433","KCNK10","potassium two pore domain channel subfamily K member 10"
+"chr8",121138184,121138269,86,"*","Promoter (<=1kb)",8,121137347,121384273,246927,1,"7373",837,"ENSG00000187955","COL14A1","collagen type XIV alpha 1"
+"chr16",3284378,3284592,215,"*","Promoter (<=1kb)",16,3272325,3285457,13133,2,"7752",865,"ENSG00000010539","ZNF200","zinc finger protein 200"
+"chr4",7069494,7069785,292,"*","Promoter (<=1kb)",4,7061780,7069800,8021,2,"80273",15,"ENSG00000109519","GRPEL1","GrpE like 1, mitochondrial"
+"chr1",98511210,98511226,17,"*","Promoter (<=1kb)",1,98510799,98510907,109,2,"100616452",-303,"ENSG00000276280","MIR2682","microRNA 2682"
+"chr8",38034642,38034966,325,"*","Promoter (<=1kb)",8,38020839,38034248,13410,2,"27257",-394,"ENSG00000175324","LSM1","LSM1 homolog, mRNA degradation associated"
+"chr22",42666616,42666626,11,"*","Promoter (<=1kb)",22,42665759,42670868,5110,1,"388906",857,"ENSG00000182057","OGFRP1","opioid growth factor receptor pseudogene 1"
+"chr1",42618891,42618970,80,"*","Promoter (<=1kb)",1,42619092,42621495,2404,1,"2981",-122,"ENSG00000044012","GUCA2B","guanylate cyclase activator 2B"
+"chr8",6479707,6479728,22,"*","Intron (uc003wqi.3/79648, intron 13 of 13)",8,6357175,6420784,63610,2,"285",-58923,"ENSG00000091879","ANGPT2","angiopoietin 2"
+"chr7",42277071,42277347,277,"*","Promoter (<=1kb)",7,42000548,42276618,276071,2,"2737",-453,"ENSG00000106571","GLI3","GLI family zinc finger 3"
+"chr8",126442440,126442446,7,"*","Promoter (<=1kb)",8,126442563,126450644,8082,1,"10221",-117,"ENSG00000173334","TRIB1","tribbles pseudokinase 1"
+"chr12",122985628,122985643,16,"*","Promoter (<=1kb)",12,122956146,122985543,29398,2,"55596",-85,"ENSG00000033030","ZCCHC8","zinc finger CCHC-type containing 8"
+"chr17",6912669,6912673,5,"*","Promoter (2-3kb)",17,6888442,6915653,27212,2,"100506713",2980,"ENSG00000215067","ALOX12-AS1","ALOX12 antisense RNA 1"
+"chr6",26033427,26033506,80,"*","Promoter (<=1kb)",6,26033320,26033796,477,2,"8335",290,"ENSG00000278463","HIST1H2AB","histone cluster 1, H2ab"
+"chr8",1105283,1105374,92,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",145453,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr16",90088849,90088868,20,"*","Promoter (2-3kb)",16,90071279,90086328,15050,2,"79007",-2521,"ENSG00000003249","DBNDD1","dysbindin (dystrobrevin binding protein 1) domain containing 1"
+"chr4",3675072,3675363,292,"*","Exon (uc003ghl.3/100133461, exon 3 of 3)",4,3675320,3679582,4263,2,"100133461",4219,"ENSG00000250632","LOC100133461","uncharacterized LOC100133461"
+"chr7",1460832,1460944,113,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",38165,"ENSG00000164877","MICALL2","MICAL like 2"
+"chr15",50557917,50558051,135,"*","Promoter (<=1kb)",15,50534146,50558162,24017,2,"3067",111,"ENSG00000140287","HDC","histidine decarboxylase"
+"chr17",18129026,18129039,14,"*","Promoter (<=1kb)",17,18128936,18148188,19253,1,"3996",90,"ENSG00000131899","LLGL1","lethal giant larvae homolog 1, scribble cell polarity complex component"
+"chr4",176986739,176986845,107,"*","Promoter (<=1kb)",4,176986985,177103985,117001,1,"116966",-140,"ENSG00000150627","WDR17","WD repeat domain 17"
+"chr17",41277364,41277381,18,"*","Promoter (<=1kb)",17,41277600,41305688,28089,1,"10230",-219,"ENSG00000198496","NBR2","neighbor of BRCA1 gene 2 (non-protein coding)"
+"chr19",12817378,12817392,15,"*","Promoter (<=1kb)",19,12817263,12817332,70,2,"26810",-46,"ENSG00000209702","SNORD41","small nucleolar RNA, C/D box 41"
+"chr5",71403990,71404193,204,"*","Promoter (<=1kb)",5,71403118,71505397,102280,1,"4131",872,"ENSG00000131711","MAP1B","microtubule associated protein 1B"
+"chr6",91320082,91320142,61,"*","Distal Intergenic",6,91223292,91297020,73729,2,"6885",-23062,"ENSG00000135341","MAP3K7","mitogen-activated protein kinase kinase kinase 7"
+"chr12",127207919,127208176,258,"*","Distal Intergenic",12,127221553,127230800,9248,1,"100507206",-13377,NA,"LINC00943","long intergenic non-protein coding RNA 943"
+"chr13",112054448,112054742,295,"*","Distal Intergenic",13,111973015,111996594,23580,1,"121793",81433,"ENSG00000153495","TEX29","testis expressed 29"
+"chr4",94753355,94753431,77,"*","Distal Intergenic",4,94750078,94751142,1065,1,"474",3277,"ENSG00000172238","ATOH1","atonal bHLH transcription factor 1"
+"chr13",29158289,29158364,76,"*","Distal Intergenic",13,29233141,29253093,19953,1,"51371",-74777,"ENSG00000132963","POMP","proteasome maturation protein"
+"chr1",1476661,1476845,185,"*","Promoter (<=1kb)",1,1470158,1475740,5583,2,"339453",-921,"ENSG00000205090","TMEM240","transmembrane protein 240"
+"chr11",27679421,27679584,164,"*","Exon (uc010rdu.2/627, exon 2 of 2)",11,27639173,27656174,17002,2,"101410541",-23247,"ENSG00000254934","LINC00678","long intergenic non-protein coding RNA 678"
+"chr2",102758898,102758923,26,"*","Intron (uc010fix.3/3554, intron 1 of 11)",2,102803433,102855811,52379,1,"8808",-44510,"ENSG00000115598","IL1RL2","interleukin 1 receptor like 2"
+"chr4",46126253,46126261,9,"*","Promoter (<=1kb)",4,46037787,46126082,88296,2,"2565",-171,"ENSG00000163285","GABRG1","gamma-aminobutyric acid type A receptor gamma1 subunit"
+"chr6",169274032,169274118,87,"*","Distal Intergenic",6,169615875,169654137,38263,2,"7058",380019,"ENSG00000186340","THBS2","thrombospondin 2"
+"chr15",75748094,75748354,261,"*","Promoter (<=1kb)",15,75661720,75748124,86405,2,"25942",0,"ENSG00000169375","SIN3A","SIN3 transcription regulator family member A"
+"chr19",460135,460569,435,"*","Promoter (<=1kb)",19,416583,460996,44414,2,"25759",427,"ENSG00000129946","SHC2","SHC (Src homology 2 domain containing) transforming protein 2"
+"chr1",91300342,91300446,105,"*","Intron (uc001dnt.1/uc001dnt.1, intron 1 of 1)",1,91177579,91182794,5216,2,"343472",-117548,"ENSG00000143032","BARHL2","BarH like homeobox 2"
+"chr1",67600124,67600181,58,"*","Promoter (<=1kb)",1,67557859,67600654,42796,2,"400757",473,"ENSG00000203963","C1orf141","chromosome 1 open reading frame 141"
+"chr17",42734455,42734611,157,"*","Promoter (<=1kb)",17,42733762,42755658,21897,1,"284071",693,"ENSG00000180336","MEIOC","meiosis specific with coiled-coil domain"
+"chr22",38598529,38598733,205,"*","Promoter (<=1kb)",22,38597939,38612517,14579,1,"23764",590,"ENSG00000185022","MAFF","v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F"
+"chr7",151511901,151512049,149,"*","5' UTR",7,151574127,151576308,2182,1,"100505483",-62078,NA,"PRKAG2-AS1","PRKAG2 antisense RNA 1"
+"chr15",81616677,81616686,10,"*","Promoter (<=1kb)",15,81605007,81616524,11518,2,"80765",-153,"ENSG00000172345","STARD5","StAR related lipid transfer domain containing 5"
+"chr7",157387108,157387229,122,"*","Intron (uc011kwa.2/5799, intron 6 of 22)",7,157367028,157367114,87,2,"406945",-19994,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr11",10715667,10715767,101,"*","Promoter (<=1kb)",11,10594638,10715535,120898,2,"10335",-132,"ENSG00000072952","MRVI1","murine retrovirus integration site 1 homolog"
+"chr16",85931946,85932166,221,"*","Promoter (<=1kb)",16,85932774,85956211,23438,1,"3394",-608,"ENSG00000140968","IRF8","interferon regulatory factor 8"
+"chr5",172711054,172711061,8,"*","Distal Intergenic",5,172741726,172756506,14781,2,"8614",45445,"ENSG00000113739","STC2","stanniocalcin 2"
+"chr6",31474506,31474803,298,"*","Exon (uc011dnm.2/4277, exon 4 of 6)",6,32485154,32557613,72460,2,"3127",1082810,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",108211071,108211104,34,"*","Promoter (<=1kb)",7,108210189,108215294,5106,1,"4189",882,"ENSG00000128590","DNAJB9","DnaJ heat shock protein family (Hsp40) member B9"
+"chr19",33716210,33716273,64,"*","Promoter (<=1kb)",19,33699570,33716756,17187,2,"56301",483,"ENSG00000130876","SLC7A10","solute carrier family 7 member 10"
+"chr1",17292860,17293094,235,"*","Exon (uc001azt.2/9696, exon 30 of 37)",1,17300999,17308081,7083,2,"4237",14987,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
+"chr17",19770448,19770860,413,"*","Promoter (<=1kb)",17,19674143,19771239,97097,2,"9706",379,"ENSG00000083290","ULK2","unc-51 like autophagy activating kinase 2"
+"chr19",58868858,58869004,147,"*","5' UTR",19,58858172,58874214,16043,2,"1",5210,"ENSG00000121410","A1BG","alpha-1-B glycoprotein"
+"chr10",133766634,133767125,492,"*","Intron (uc001lkr.3/55844, intron 7 of 7)",10,133747960,133770053,22094,1,"55844",18674,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
+"chr1",27884131,27884297,167,"*","Intron (uc009vsy.3/27245, intron 4 of 6)",1,27860756,27930361,69606,2,"27245",46064,"ENSG00000126705","AHDC1","AT-hook DNA binding motif containing 1"
+"chr17",3769680,3769847,168,"*","Intron (uc002fwt.3/84254, intron 2 of 15)",17,3710045,3749545,39501,2,"55421",-20135,"ENSG00000074356","NCBP3","nuclear cap binding subunit 3"
+"chr19",51321395,51321569,175,"*","Promoter (<=1kb)",19,51320937,51322134,1198,1,"284365",458,"ENSG00000180279","MGC45922","uncharacterized LOC284365"
+"chr6",32016247,32016257,11,"*","Exon (uc003nzl.2/7148, exon 29 of 44)",6,32485154,32557613,72460,2,"3127",541356,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",28099366,28099570,205,"*","Promoter (<=1kb)",1,28099694,28150963,51270,1,"23673",-124,"ENSG00000117758","STX12","syntaxin 12"
+"chr20",48732573,48732607,35,"*","Promoter (<=1kb)",20,48697661,48732496,34836,2,"7335",-77,"ENSG00000244687","UBE2V1","ubiquitin conjugating enzyme E2 variant 1"
+"chr8",11843768,11843971,204,"*","Distal Intergenic",8,11839830,11842099,2270,1,"613209",3938,"ENSG00000205883","DEFB135","defensin beta 135"
+"chr6",30582368,30582738,371,"*","Intron (uc003nqn.2/5514, intron 18 of 19)",6,32485154,32557613,72460,2,"3127",1974875,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",125462959,125462982,24,"*","Promoter (<=1kb)",8,125463048,125465266,2219,1,"55039",-66,"ENSG00000183665","TRMT12","tRNA methyltransferase 12 homolog (S. cerevisiae)"
+"chr1",221061058,221061070,13,"*","Distal Intergenic",1,221052743,221058400,5658,1,"3142",8315,"ENSG00000136630","HLX","H2.0-like homeobox"
+"chr11",47736305,47736377,73,"*","Promoter (<=1kb)",11,47681143,47736928,55786,2,"79841",551,"ENSG00000165923","AGBL2","ATP/GTP binding protein-like 2"
+"chr16",3096634,3096662,29,"*","Promoter (<=1kb)",16,3096682,3110724,14043,1,"64386",-20,"ENSG00000008516","MMP25","matrix metallopeptidase 25"
+"chr19",17858053,17858207,155,"*","Promoter (<=1kb)",19,17858527,17899377,40851,1,"23149",-320,"ENSG00000130475","FCHO1","FCH domain only 1"
+"chr5",4866009,4866270,262,"*","Distal Intergenic",5,5034472,5070115,35644,1,"340094",-168202,"ENSG00000215231","LINC01020","long intergenic non-protein coding RNA 1020"
+"chr4",94749894,94750047,154,"*","Promoter (<=1kb)",4,94750078,94751142,1065,1,"474",-31,"ENSG00000172238","ATOH1","atonal bHLH transcription factor 1"
+"chr17",13972099,13972162,64,"*","Promoter (<=1kb)",17,13972719,14111996,139278,1,"1352",-557,"ENSG00000006695","COX10","COX10 heme A:farnesyltransferase cytochrome c oxidase assembly factor"
+"chr17",26851054,26851153,100,"*","Exon (uc010crm.3/8456, exon 2 of 9)",17,26833278,26865175,31898,1,"8456",17776,"ENSG00000109101","FOXN1","forkhead box N1"
+"chrX",55650979,55651284,306,"*","Promoter (1-2kb)",23,55649833,55652621,2789,1,"139628",1146,"ENSG00000189299","FOXR2","forkhead box R2"
+"chr16",592317,592317,1,"*","Promoter (<=1kb)",16,593277,593366,90,1,"100423037",-960,"ENSG00000266235","MIR3176","microRNA 3176"
+"chr6",107349390,107349535,146,"*","Promoter (<=1kb)",6,107349407,107372547,23141,1,"51250",0,"ENSG00000130349","C6orf203","chromosome 6 open reading frame 203"
+"chr4",87515480,87515626,147,"*","Promoter (<=1kb)",4,87515468,87736328,220861,1,"5783",12,"ENSG00000163629","PTPN13","protein tyrosine phosphatase, non-receptor type 13"
+"chr5",42813794,42813896,103,"*","Intron (uc003jna.3/6414, intron 4 of 4)",5,42799982,42825998,26017,2,"6414",12102,"ENSG00000250722","SEPP1","selenoprotein P, plasma, 1"
+"chr17",78237341,78237397,57,"*","Promoter (2-3kb)",17,78234660,78372581,137922,1,"57674",2681,"ENSG00000173821","RNF213","ring finger protein 213"
+"chr9",135753121,135753193,73,"*","Promoter (<=1kb)",9,135753750,135765421,11672,1,"11092",-557,"ENSG00000165698","C9orf9","chromosome 9 open reading frame 9"
+"chr2",170221055,170221298,244,"*","Promoter (1-2kb)",2,169983619,170219122,235504,2,"4036",-1933,"ENSG00000081479","LRP2","LDL receptor related protein 2"
+"chr16",68117460,68117943,484,"*","Promoter (<=1kb)",16,68118654,68263162,144509,1,"4775",-711,"ENSG00000072736","NFATC3","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 3"
+"chr16",29823637,29823868,232,"*","Promoter (<=1kb)",16,29823409,29827202,3794,1,"112476",228,"ENSG00000167371","PRRT2","proline rich transmembrane protein 2"
+"chr5",67483875,67484008,134,"*","Distal Intergenic",5,67511584,67597649,86066,1,"5295",-27576,"ENSG00000145675","PIK3R1","phosphoinositide-3-kinase regulatory subunit 1"
+"chr18",47088325,47088373,49,"*","Promoter (<=1kb)",18,47088427,47119278,30852,1,"9388",-54,"ENSG00000101670","LIPG","lipase G, endothelial type"
+"chr11",67166104,67166216,113,"*","Exon (uc001oku.1/5499, exon 6 of 7)",11,67171384,67177561,6178,1,"374403",-5168,"ENSG00000175463","TBC1D10C","TBC1 domain family member 10C"
+"chr1",228337626,228337728,103,"*","Promoter (<=1kb)",1,228337415,228347527,10113,1,"57165",211,"ENSG00000198835","GJC2","gap junction protein gamma 2"
+"chr10",1692862,1692977,116,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1223253,1779670,556418,2,"105",86693,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
+"chr10",134980671,134980876,206,"*","5' UTR",10,134973971,135039916,65946,1,"85442",6700,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
+"chr20",61314143,61314594,452,"*","Distal Intergenic",20,61294379,61297973,3595,2,"100127888",-16170,"ENSG00000232803","SLCO4A1-AS1","SLCO4A1 antisense RNA 1"
+"chr6",30455759,30455798,40,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1972189,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr8",101735189,101735200,12,"*","Promoter (<=1kb)",8,101715144,101734315,19172,2,"26986",-874,"ENSG00000070756","PABPC1","poly(A) binding protein, cytoplasmic 1"
+"chr12",72665328,72665462,135,"*","Promoter (1-2kb)",12,72666529,73059422,392894,1,"29953",-1067,"ENSG00000072657","TRHDE","thyrotropin releasing hormone degrading enzyme"
+"chr5",128796120,128796266,147,"*","Promoter (<=1kb)",5,128796103,129074376,278274,1,"171019",17,"ENSG00000145808","ADAMTS19","ADAM metallopeptidase with thrombospondin type 1 motif 19"
+"chr11",70917283,70917458,176,"*","Intron (uc001oqc.3/22941, intron 21 of 21)",11,70313961,70935842,621882,2,"22941",18384,"ENSG00000162105","SHANK2","SH3 and multiple ankyrin repeat domains 2"
+"chr10",94051190,94051242,53,"*","Promoter (<=1kb)",10,94050920,94113721,62802,1,"54708",270,"ENSG00000198060","MARCH5","membrane associated ring-CH-type finger 5"
+"chr2",86850987,86851015,29,"*","Promoter (<=1kb)",2,86830516,86851000,20485,2,"7844",0,"ENSG00000239305","RNF103","ring finger protein 103"
+"chr5",138775137,138775200,64,"*","Promoter (<=1kb)",5,138745892,138775214,29323,2,"202052",14,"ENSG00000170464","DNAJC18","DnaJ heat shock protein family (Hsp40) member C18"
+"chr3",125567196,125567258,63,"*","Distal Intergenic",3,125509247,125509395,149,2,"100302204",-57801,"ENSG00000221737","MIR548I1","microRNA 548i-1"
+"chr1",46049741,46050004,264,"*","Promoter (<=1kb)",1,46049660,46084578,34919,1,"4678",81,"ENSG00000132780","NASP","nuclear autoantigenic sperm protein"
+"chr16",88575301,88575460,160,"*","Intron (uc002fkv.3/161882, intron 3 of 9)",16,88535326,88535439,114,1,"100847057",39975,"ENSG00000263456","MIR5189","microRNA 5189"
+"chr19",52074470,52074483,14,"*","Promoter (<=1kb)",19,52074531,52092991,18461,1,"7728",-48,"ENSG00000105497","ZNF175","zinc finger protein 175"
+"chr1",15931007,15931098,92,"*","Distal Intergenic",1,15943953,15987552,43600,1,"84301",-12855,"ENSG00000197312","DDI2","DNA damage inducible 1 homolog 2"
+"chr19",37407326,37407414,89,"*","Promoter (<=1kb)",19,37407231,37488834,81604,1,"374900",95,"ENSG00000198453","ZNF568","zinc finger protein 568"
+"chr12",56322619,56322959,341,"*","Promoter (<=1kb)",12,56295197,56321697,26501,2,"84305",-922,"ENSG00000170473","PYM1","PYM homolog 1, exon junction complex associated factor"
+"chr20",35580391,35580555,165,"*","Promoter (<=1kb)",20,35520227,35580246,60020,2,"25939",-145,"ENSG00000101347","SAMHD1","SAM domain and HD domain 1"
+"chr19",39971182,39971299,118,"*","Promoter (<=1kb)",19,39971052,39981528,10477,1,"92609",130,"ENSG00000105197","TIMM50","translocase of inner mitochondrial membrane 50"
+"chr2",180725597,180725643,47,"*","Promoter (<=1kb)",2,180725563,180725635,73,2,"100302172",0,"ENSG00000221240","MIR1258","microRNA 1258"
+"chr14",92994057,92994110,54,"*","Intron (uc001yap.3/79890, intron 1 of 9)",14,92980125,93155334,175210,1,"79890",13932,"ENSG00000100599","RIN3","Ras and Rab interactor 3"
+"chr10",1778529,1778546,18,"*","Promoter (1-2kb)",10,1223253,1779670,556418,2,"105",1124,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
+"chr4",8007014,8007090,77,"*","Intron (uc003gkk.3/84448, intron 3 of 6)",4,7760440,7941653,181214,2,"60312",-65361,"ENSG00000196526","AFAP1","actin filament associated protein 1"
+"chr11",61485853,61486220,368,"*","Intron (uc001nsa.3/747, intron 1 of 19)",11,61520121,61555989,35869,1,"745",-33901,"ENSG00000124920","MYRF","myelin regulatory factor"
+"chr1",237206434,237206514,81,"*","Promoter (<=1kb)",1,237205702,237997288,791587,1,"6262",732,"ENSG00000198626","RYR2","ryanodine receptor 2"
+"chr17",39781055,39781060,6,"*","Promoter (<=1kb)",17,39775692,39780882,5191,2,"3872",-173,"ENSG00000128422","KRT17","keratin 17"
+"chr4",3827882,3828046,165,"*","Distal Intergenic",4,3768296,3770253,1958,1,"152",59586,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
+"chr18",48723744,48723763,20,"*","Promoter (<=1kb)",18,48700920,48724051,23132,2,"51320",288,"ENSG00000176624","MEX3C","mex-3 RNA binding family member C"
+"chr19",49655176,49655218,43,"*","Intron (uc002pmv.3/3270, intron 2 of 5)",19,49654456,49658681,4226,2,"3270",3463,"ENSG00000130528","HRC","histidine rich calcium binding protein"
+"chr5",65439898,65439923,26,"*","Promoter (<=1kb)",5,65440046,65479444,39399,1,"140890",-123,"ENSG00000153914","SREK1","splicing regulatory glutamic acid/lysine-rich protein 1"
+"chr11",133800726,133800800,75,"*","Intron (uc031qfh.1/22997, intron 9 of 19)",11,133778520,133826649,48130,2,"22997",25849,"ENSG00000080854","IGSF9B","immunoglobulin superfamily member 9B"
+"chr1",210001323,210001351,29,"*","Promoter (<=1kb)",1,210001312,210030910,29599,1,"27042",11,"ENSG00000117597","DIEXF","digestive organ expansion factor homolog (zebrafish)"
+"chr19",54024758,54024786,29,"*","Promoter (<=1kb)",19,54024177,54083523,59347,1,"55422",581,"ENSG00000130844","ZNF331","zinc finger protein 331"
+"chr1",161171163,161171335,173,"*","Promoter (2-3kb)",1,161169105,161184184,15080,1,"4720",2058,"ENSG00000158864","NDUFS2","NADH:ubiquinone oxidoreductase core subunit S2"
+"chr16",27279448,27279610,163,"*","Promoter (<=1kb)",16,27279526,27301789,22264,1,"400512",0,"ENSG00000245888","FLJ21408","uncharacterized LOC400512"
+"chr19",2614104,2614177,74,"*","Intron (uc002lwd.2/2788, intron 3 of 4)",19,2511218,2702746,191529,2,"2788",88569,"ENSG00000176533","GNG7","G protein subunit gamma 7"
+"chr3",42976884,42976956,73,"*","Promoter (<=1kb)",3,42977834,42984283,6450,1,"100506243",-878,"ENSG00000240747","KRBOX1","KRAB box domain containing 1"
+"chr16",2164640,2164776,137,"*","Exon (uc002cos.1/5310, exon 11 of 46)",16,2183120,2183205,86,1,"100616258",-18344,"ENSG00000265867","MIR4516","microRNA 4516"
+"chr5",3311265,3311319,55,"*","Distal Intergenic",5,3417266,3536208,118943,2,"285577",224889,"ENSG00000248118","LINC01019","long intergenic non-protein coding RNA 1019"
+"chr16",30597257,30597449,193,"*","Promoter (<=1kb)",16,30590294,30597092,6799,2,"146540",-165,"ENSG00000197162","ZNF785","zinc finger protein 785"
+"chr19",50887482,50887715,234,"*","Promoter (<=1kb)",19,50887580,50921275,33696,1,"5424",0,"ENSG00000062822","POLD1","polymerase (DNA) delta 1, catalytic subunit"
+"chr10",73156790,73156810,21,"*","Promoter (<=1kb)",10,73156691,73575704,419014,1,"64072",99,"ENSG00000107736","CDH23","cadherin-related 23"
+"chr13",113489992,113490012,21,"*","Intron (uc001vsi.4/23250, intron 15 of 29)",13,113622814,113754053,131240,1,"23263",-132802,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr15",100273684,100273790,107,"*","Promoter (<=1kb)",15,100255906,100273626,17721,2,"145748",-58,"ENSG00000183060","LYSMD4","LysM domain containing 4"
+"chr18",47018779,47018869,91,"*","Promoter (<=1kb)",18,47007548,47018935,11388,2,"100526842",66,"ENSG00000215472","RPL17-C18orf32","RPL17-C18orf32 readthrough"
+"chr6",37400392,37400616,225,"*","Promoter (<=1kb)",6,37400907,37449284,48378,1,"23070",-291,"ENSG00000137200","CMTR1","cap methyltransferase 1"
+"chr7",98249051,98249055,5,"*","Promoter (2-3kb)",7,98246597,98259181,12585,1,"4885",2454,"ENSG00000106236","NPTX2","neuronal pentraxin II"
+"chr12",53719569,53719777,209,"*","Downstream (<1kb)",12,53701240,53715412,14173,2,"8086",-4157,"ENSG00000094914","AAAS","aladin WD repeat nucleoporin"
+"chr19",8601138,8601288,151,"*","Exon (uc002mkg.3/4542, exon 19 of 28)",19,8575462,8579048,3587,2,"84330",-22090,"ENSG00000133250","ZNF414","zinc finger protein 414"
+"chr16",54324298,54324310,13,"*","Distal Intergenic",16,54317212,54320378,3167,2,"79191",-3920,"ENSG00000177508","IRX3","iroquois homeobox 3"
+"chr19",41903151,41903186,36,"*","Promoter (<=1kb)",19,41892276,41903256,10981,2,"56915",70,"ENSG00000077348","EXOSC5","exosome component 5"
+"chr2",242823227,242823437,211,"*","Distal Intergenic",2,242811886,242815482,3597,1,"285093",11341,"ENSG00000277949","RTP5","receptor (chemosensory) transporter protein 5 (putative)"
+"chr8",94712319,94712325,7,"*","Promoter (<=1kb)",8,94358695,94712661,353967,2,"642924",336,"ENSG00000246662","LINC00535","long intergenic non-protein coding RNA 535"
+"chr11",107436281,107436424,144,"*","Promoter (<=1kb)",11,107373453,107436461,63009,2,"91801",37,"ENSG00000137760","ALKBH8","alkB homolog 8, tRNA methyltransferase"
+"chr16",2801866,2801904,39,"*","Promoter (<=1kb)",16,2802330,2821413,19084,1,"23524",-426,"ENSG00000167978","SRRM2","serine/arginine repetitive matrix 2"
+"chr3",179280008,179280332,325,"*","Promoter (<=1kb)",3,179280708,179306193,25486,1,"86",-376,"ENSG00000136518","ACTL6A","actin like 6A"
+"chr11",1947601,1947695,95,"*","Intron (uc001lun.2/7140, intron 6 of 9)",11,1940799,1959936,19138,1,"7140",6802,"ENSG00000130595","TNNT3","troponin T3, fast skeletal type"
+"chr16",88459468,88459479,12,"*","Distal Intergenic",16,88493879,88507165,13287,1,"84627",-34400,"ENSG00000225614","ZNF469","zinc finger protein 469"
+"chr16",57662347,57662541,195,"*","5' UTR",16,57653650,57698944,45295,1,"9289",8697,"ENSG00000205336","ADGRG1","adhesion G protein-coupled receptor G1"
+"chr10",26223206,26223262,57,"*","Promoter (<=1kb)",10,26223002,26501465,278464,1,"53904",204,"ENSG00000095777","MYO3A","myosin IIIA"
+"chr8",21966443,21966736,294,"*","Promoter (<=1kb)",8,21964383,21967456,3074,2,"79873",720,"ENSG00000275074","NUDT18","nudix hydrolase 18"
+"chr20",591151,591173,23,"*","Promoter (<=1kb)",20,584637,590910,6274,2,"6939",-241,"ENSG00000125878","TCF15","transcription factor 15 (basic helix-loop-helix)"
+"chr12",57039124,57039556,433,"*","Promoter (<=1kb)",12,57038811,57038885,75,2,"26789",-239,"ENSG00000207031","SNORD59A","small nucleolar RNA, C/D box 59A"
+"chr4",26862189,26862197,9,"*","Promoter (<=1kb)",4,26862313,27027003,164691,1,"57620",-116,"ENSG00000109689","STIM2","stromal interaction molecule 2"
+"chr16",73099517,73099869,353,"*","Distal Intergenic",16,72816786,73092534,275749,2,"463",-6983,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
+"chr11",10531448,10531548,101,"*","Promoter (<=1kb)",11,10529434,10530723,1290,2,"100463486",-725,"ENSG00000255823","MTRNR2L8","MT-RNR2-like 8"
+"chr13",113400343,113400630,288,"*","Exon (uc001vsk.3/uc001vsk.3, exon 2 of 2)",13,113344643,113541482,196840,1,"23250",55700,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr4",1803959,1804058,100,"*","Intron (uc003gdq.3/2261, intron 7 of 16)",4,1795039,1810599,15561,1,"2261",8920,"ENSG00000068078","FGFR3","fibroblast growth factor receptor 3"
+"chr11",1785723,1785804,82,"*","Promoter (<=1kb)",11,1490685,1785501,294817,2,"81532",-222,"ENSG00000182208","MOB2","MOB kinase activator 2"
+"chr5",43121527,43121531,5,"*","Promoter (<=1kb)",5,43120985,43192123,71139,1,"7690",542,"ENSG00000172262","ZNF131","zinc finger protein 131"
+"chr16",2479271,2479333,63,"*","Promoter (<=1kb)",16,2479395,2508859,29465,1,"899",-62,"ENSG00000162063","CCNF","cyclin F"
+"chr17",72857005,72857028,24,"*","Promoter (<=1kb)",17,72838168,72856966,18799,2,"2905",-39,"ENSG00000161509","GRIN2C","glutamate ionotropic receptor NMDA type subunit 2C"
+"chr5",34929912,34929971,60,"*","Promoter (<=1kb)",5,34929698,34959069,29372,1,"134218",214,"ENSG00000168724","DNAJC21","DnaJ heat shock protein family (Hsp40) member C21"
+"chr19",7098587,7098992,406,"*","Distal Intergenic",19,7069471,7087978,18508,1,"79230",29116,"ENSG00000130544","ZNF557","zinc finger protein 557"
+"chr14",103593457,103593472,16,"*","Promoter (<=1kb)",14,103592664,103603776,11113,1,"7127",793,"ENSG00000185215","TNFAIP2","TNF alpha induced protein 2"
+"chr2",101435427,101435503,77,"*","Promoter (1-2kb)",2,101436613,101613287,176675,1,"4862",-1110,"ENSG00000170485","NPAS2","neuronal PAS domain protein 2"
+"chr5",148808340,148808456,117,"*","Promoter (<=1kb)",5,148808481,148810296,1816,1,"406935",-25,"ENSG00000208035","MIR143","microRNA 143"
+"chr16",898419,898755,337,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",42976,"ENSG00000167945","PRR25","proline rich 25"
+"chr19",10628135,10628487,353,"*","Promoter (<=1kb)",19,10623418,10628668,5251,2,"53637",181,"ENSG00000180739","S1PR5","sphingosine-1-phosphate receptor 5"
+"chr7",856247,856659,413,"*","Promoter (1-2kb)",7,855194,914557,59364,1,"23353",1053,"ENSG00000164828","SUN1","Sad1 and UNC84 domain containing 1"
+"chr20",36322214,36322369,156,"*","Promoter (<=1kb)",20,36322434,36500520,178087,1,"56259",-65,"ENSG00000132792","CTNNBL1","catenin beta like 1"
+"chr8",142913256,142913302,47,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-344398,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
+"chr17",46697366,46697495,130,"*","Downstream (1-2kb)",17,46689708,46692301,2594,2,"3218",-5065,"ENSG00000120068","HOXB8","homeobox B8"
+"chr3",195354369,195354549,181,"*","Distal Intergenic",3,195384910,195415735,30826,1,"727956",-30361,"ENSG00000242086","SDHAP2","succinate dehydrogenase complex flavoprotein subunit A pseudogene 2"
+"chr1",149859469,149859591,123,"*","Promoter (<=1kb)",1,149859019,149859466,448,2,"317772",-3,"ENSG00000184270","HIST2H2AB","histone cluster 2, H2ab"
+"chr6",32301230,32301389,160,"*","Intron (uc011dpx.2/10665, intron 12 of 25)",6,32485154,32557613,72460,2,"3127",256224,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",10679720,10679729,10,"*","Promoter (<=1kb)",19,10677138,10679655,2518,2,"1032",-65,"ENSG00000129355","CDKN2D","cyclin-dependent kinase inhibitor 2D"
+"chr11",1275384,1275504,121,"*","Exon (uc001lta.3/727897, exon 34 of 49)",11,1295598,1330892,35295,2,"54472",55388,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr17",78851149,78851165,17,"*","Intron (uc002jyt.1/57521, intron 13 of 33)",17,78965641,78973933,8293,1,"79643",-114476,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr3",48453514,48453941,428,"*","Exon (uc003cst.2/5364, exon 4 of 16)",3,48445261,48471460,26200,2,"5364",17519,"ENSG00000164050","PLXNB1","plexin B1"
+"chr16",15820745,15820855,111,"*","Exon (uc002ddv.3/4629, exon 29 of 43)",16,15737151,15737229,79,1,"619553",83594,NA,"MIR484","microRNA 484"
+"chr10",28287340,28287495,156,"*","Promoter (<=1kb)",10,28101097,28287977,186881,2,"55130",482,"ENSG00000169126","ARMC4","armadillo repeat containing 4"
+"chr10",96443147,96443165,19,"*","Promoter (<=1kb)",10,96443251,96495947,52697,1,"1562",-86,"ENSG00000108242","CYP2C18","cytochrome P450 family 2 subfamily C member 18"
+"chr19",45927211,45927218,8,"*","Intron (uc002pbu.2/2067, intron 8 of 8)",19,45882892,45909607,26716,2,"10848",-17604,"ENSG00000104881","PPP1R13L","protein phosphatase 1 regulatory subunit 13 like"
+"chr1",2406236,2406721,486,"*","Promoter (1-2kb)",1,2407754,2436969,29216,1,"9651",-1033,"ENSG00000149527","PLCH2","phospholipase C eta 2"
+"chr13",50702671,50702747,77,"*","Promoter (2-3kb)",13,50556688,50699677,142990,2,"8847",-2994,"ENSG00000231607","DLEU2","deleted in lymphocytic leukemia 2 (non-protein coding)"
+"chr15",80696397,80696529,133,"*","Promoter (<=1kb)",15,80696692,80890277,193586,1,"9915",-163,"ENSG00000172379","ARNT2","aryl hydrocarbon receptor nuclear translocator 2"
+"chr7",128294405,128294794,390,"*","3' UTR",7,128281295,128301052,19758,1,"402483",13110,NA,"LINC01000","long intergenic non-protein coding RNA 1000"
+"chr11",2367313,2367739,427,"*","Intron (uc001lwe.3/uc001lwe.3, intron 2 of 2)",11,2398547,2418649,20103,1,"975",-30808,"ENSG00000110651","CD81","CD81 molecule"
+"chr3",32508982,32509039,58,"*","Distal Intergenic",3,32522804,32544403,21600,2,"54918",35364,"ENSG00000091317","CMTM6","CKLF like MARVEL transmembrane domain containing 6"
+"chr8",1899420,1899490,71,"*","Intron (uc003wpr.3/9639, intron 27 of 28)",8,1922044,1955109,33066,1,"9920",-22554,"ENSG00000176595","KBTBD11","kelch repeat and BTB domain containing 11"
+"chr1",16164109,16164122,14,"*","Intron (uc001axj.2/729614, intron 1 of 1)",1,16174359,16266950,92592,1,"23013",-10237,"ENSG00000065526","SPEN","spen family transcriptional repressor"
+"chr15",40857029,40857259,231,"*","Promoter (<=1kb)",15,40823538,40857252,33715,2,"90416",0,"ENSG00000128891","C15orf57","chromosome 15 open reading frame 57"
+"chr17",20947103,20947263,161,"*","Promoter (<=1kb)",17,20902906,20947073,44168,2,"23326",-30,"ENSG00000124422","USP22","ubiquitin specific peptidase 22"
+"chr2",232063339,232063351,13,"*","Promoter (<=1kb)",2,232063294,232238606,175313,1,"80210",45,"ENSG00000135931","ARMC9","armadillo repeat containing 9"
+"chr3",118753871,118754049,179,"*","Intron (uc003eby.3/152404, intron 6 of 8)",3,118661923,118667088,5166,1,"100506765",91948,"ENSG00000239877","IGSF11-AS1","IGSF11 antisense RNA 1"
+"chrX",139589163,139589424,262,"*","Promoter (1-2kb)",23,139585152,139587225,2074,2,"6658",-1938,"ENSG00000134595","SOX3","SRY-box 3"
+"chr11",58347088,58347178,91,"*","Promoter (<=1kb)",11,58346587,58393205,46619,1,"386607",501,"ENSG00000255073","ZFP91-CNTF","ZFP91-CNTF readthrough (NMD candidate)"
+"chr3",12045401,12045411,11,"*","Promoter (<=1kb)",3,12045862,12233532,187671,1,"6854",-451,"ENSG00000157152","SYN2","synapsin II"
+"chr19",5785204,5785818,615,"*","Promoter (<=1kb)",19,5782971,5784776,1806,2,"163154",-428,"ENSG00000212123","PRR22","proline rich 22"
+"chr6",30449254,30449466,213,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1965684,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",127911987,127912372,386,"*","Distal Intergenic",7,127881331,127897682,16352,1,"3952",30656,"ENSG00000174697","LEP","leptin"
+"chr21",38574620,38574643,24,"*","3' UTR",21,38580804,38594037,13234,1,"257203",-6161,"ENSG00000230366","DSCR9","Down syndrome critical region 9 (non-protein coding)"
+"chr1",41962019,41962146,128,"*","Distal Intergenic",1,41944446,41950344,5899,2,"1907",-11675,"ENSG00000127129","EDN2","endothelin 2"
+"chr10",133507991,133508246,256,"*","Distal Intergenic",10,133604734,133622535,17802,2,"399827",114289,"ENSG00000189275","LINC01164","long intergenic non-protein coding RNA 1164"
+"chr2",39893032,39893185,154,"*","Promoter (<=1kb)",2,39892638,39945104,52467,1,"130733",394,"ENSG00000152154","TMEM178A","transmembrane protein 178A"
+"chr1",156711145,156711303,159,"*","Promoter (<=1kb)",1,156707094,156710923,3830,2,"79590",-222,"ENSG00000143314","MRPL24","mitochondrial ribosomal protein L24"
+"chr11",2584446,2584581,136,"*","Intron (uc001lwn.3/3784, intron 2 of 15)",11,2466221,2870340,404120,1,"3784",118225,"ENSG00000053918","KCNQ1","potassium voltage-gated channel subfamily Q member 1"
+"chr2",219921571,219921728,158,"*","Promoter (1-2kb)",2,219923410,219923472,63,2,"100422957",1744,"ENSG00000264755","MIR3131","microRNA 3131"
+"chr4",120988018,120988083,66,"*","Promoter (<=1kb)",4,120980579,120988013,7435,2,"4085",-5,"ENSG00000164109","MAD2L1","MAD2 mitotic arrest deficient-like 1 (yeast)"
+"chr1",10698719,10698746,28,"*","3' UTR",1,10696666,10856733,160068,2,"54897",157987,"ENSG00000130940","CASZ1","castor zinc finger 1"
+"chr7",51384531,51384609,79,"*","Promoter (<=1kb)",7,51083909,51384515,300607,2,"23242",-16,"ENSG00000106078","COBL","cordon-bleu WH2 repeat protein"
+"chr4",25989868,25989982,115,"*","Distal Intergenic",4,25915814,25931501,15688,1,"389203",74054,"ENSG00000250317","SMIM20","small integral membrane protein 20"
+"chr22",48955968,48956105,138,"*","Intron (uc003bim.4/25817, intron 1 of 3)",22,48934712,48943199,8488,2,"284933",-12769,"ENSG00000281732","LOC284933","uncharacterized LOC284933"
+"chr10",123779162,123779362,201,"*","Intron (uc001lfv.3/10579, intron 1 of 22)",10,123748689,124014057,265369,1,"10579",30473,"ENSG00000138162","TACC2","transforming acidic coiled-coil containing protein 2"
+"chr19",11353913,11353948,36,"*","Exon (uc002mqs.5/57572, exon 12 of 48)",19,11348126,11352619,4494,1,"55908",5787,"ENSG00000130173","ANGPTL8","angiopoietin like 8"
+"chr5",1363899,1364053,155,"*","Exon (uc003jcj.1/uc003jcj.1, exon 2 of 2)",5,1318000,1345002,27003,2,"81037",-18897,"ENSG00000049656","CLPTM1L","CLPTM1-like"
+"chr6",31926242,31926342,101,"*","Intron (uc003nyk.3/7936, intron 10 of 10)",6,32485154,32557613,72460,2,"3127",631271,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr11",64009035,64009352,318,"*","Promoter (<=1kb)",11,64008413,64011607,3195,1,"2286",622,"ENSG00000173486","FKBP2","FK506 binding protein 2"
+"chr12",71003576,71003577,2,"*","Exon (uc001swb.4/5787, exon 1 of 32)",12,70910632,71031220,120589,2,"5787",27643,"ENSG00000127329","PTPRB","protein tyrosine phosphatase, receptor type B"
+"chr2",242970490,242970589,100,"*","Distal Intergenic",2,243030844,243102469,71626,1,"728323",-60255,NA,"LOC728323","uncharacterized LOC728323"
+"chr6",169012205,169012404,200,"*","Intron (uc003qwr.2/64094, intron 9 of 12)",6,168841831,169068674,226844,1,"64094",170374,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr9",131798771,131799144,374,"*","Promoter (<=1kb)",9,131798923,131834351,35429,1,"84895",0,"ENSG00000148343","FAM73B","family with sequence similarity 73 member B"
+"chr16",89786885,89786921,37,"*","Promoter (<=1kb)",16,89786808,89807332,20525,1,"92822",77,"ENSG00000158805","ZNF276","zinc finger protein 276"
+"chr4",83955958,83956057,100,"*","Promoter (<=1kb)",4,83956239,83996971,40733,1,"51138",-182,"ENSG00000138663","COPS4","COP9 signalosome subunit 4"
+"chr6",29455331,29455365,35,"*","Exon (uc011dlq.2/116511, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-971761,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",3405792,3405902,111,"*","Promoter (<=1kb)",16,3405889,3406924,1036,1,"4993",0,"ENSG00000168158","OR2C1","olfactory receptor family 2 subfamily C member 1"
+"chr6",83777291,83777297,7,"*","Promoter (<=1kb)",6,83777385,83881065,103681,1,"23033",-88,"ENSG00000083097","DOPEY1","dopey family member 1"
+"chr16",85730584,85730606,23,"*","Distal Intergenic",16,85711280,85722588,11309,2,"51659",-7996,"ENSG00000131153","GINS2","GINS complex subunit 2 (Psf2 homolog)"
+"chr20",50416789,50416976,188,"*","Promoter (2-3kb)",20,50400583,50419048,18466,2,"57167",2072,"ENSG00000101115","SALL4","spalt-like transcription factor 4"
+"chr6",170560006,170560097,92,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",11560,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr13",32885906,32886034,129,"*","Promoter (<=1kb)",13,32877908,32886091,8184,2,"646799",57,"ENSG00000189167","ZAR1L","zygote arrest 1-like"
+"chr6",166667323,166667504,182,"*","Distal Intergenic",6,166719168,166721871,2704,2,"285800",54367,"ENSG00000176381","PRR18","proline rich 18"
+"chr17",78513167,78513611,445,"*","Distal Intergenic",17,78518625,78940173,421549,1,"57521",-5014,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
+"chr2",200422978,200423078,101,"*","Distal Intergenic",2,200134223,200335989,201767,2,"23314",-86989,"ENSG00000119042","SATB2","SATB homeobox 2"
+"chr16",75182191,75182320,130,"*","Promoter (<=1kb)",16,75182421,75206132,23712,1,"162239",-101,"ENSG00000184517","ZFP1","ZFP1 zinc finger protein"
+"chr19",12992070,12992181,112,"*","Promoter (<=1kb)",19,12986025,12992335,6311,2,"1777",154,"ENSG00000105612","DNASE2","deoxyribonuclease II, lysosomal"
+"chr17",76490379,76490717,339,"*","Exon (uc010dhp.2/8632, exon 40 of 81)",17,76480992,76499138,18147,1,"100996295",9387,NA,"DNAH17-AS1","DNAH17 antisense RNA 1"
+"chr10",101492579,101492601,23,"*","Promoter (<=1kb)",10,101468505,101492423,23919,2,"1355",-156,"ENSG00000014919","COX15","COX15 cytochrome c oxidase assembly homolog"
+"chr12",95867190,95867231,42,"*","Promoter (<=1kb)",12,95867822,95909613,41792,1,"10988",-591,"ENSG00000111142","METAP2","methionyl aminopeptidase 2"
+"chr7",97857923,97857941,19,"*","Intron (uc003upg.4/25851, intron 10 of 25)",7,97841568,97842271,704,1,"168620",16355,"ENSG00000180535","BHLHA15","basic helix-loop-helix family member a15"
+"chr17",4079293,4079306,14,"*","Intron (uc002fxn.3/51479, intron 6 of 24)",17,4046462,4060995,14534,1,"124936",32831,"ENSG00000167740","CYB5D2","cytochrome b5 domain containing 2"
+"chr12",122750597,122750916,320,"*","Promoter (<=1kb)",12,122692209,122751068,58860,2,"65082",152,"ENSG00000139719","VPS33A","VPS33A, CORVET/HOPS core subunit"
+"chr12",54354114,54354414,301,"*","Downstream (1-2kb)",12,54348714,54350350,1637,1,"3228",5400,"ENSG00000123407","HOXC12","homeobox C12"
+"chr16",1608794,1608810,17,"*","Intron (uc002clz.3/9742, intron 13 of 21)",16,1578742,1605581,26840,1,"79652",30052,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr20",57465132,57465139,8,"*","Intron (uc002xzt.3/2778, intron 1 of 12)",20,57393973,57425958,31986,2,"149775",-39174,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
+"chr21",45336673,45336855,183,"*","Intron (uc002zdv.3/56894, intron 2 of 9)",21,45285116,45407475,122360,1,"56894",51557,"ENSG00000160216","AGPAT3","1-acylglycerol-3-phosphate O-acyltransferase 3"
+"chr16",810292,810643,352,"*","Promoter (<=1kb)",16,810765,818865,8101,1,"10232",-122,"ENSG00000102854","MSLN","mesothelin"
+"chr10",23983990,23984486,497,"*","Promoter (<=1kb)",10,23983675,24836772,853098,1,"56243",315,"ENSG00000120549","KIAA1217","KIAA1217"
+"chr17",80179931,80180068,138,"*","Distal Intergenic",17,80186282,80197375,11094,1,"9123",-6214,"ENSG00000141526","SLC16A3","solute carrier family 16 member 3"
+"chr2",242128753,242128843,91,"*","Promoter (<=1kb)",2,242127924,242164791,36868,1,"50636",829,"ENSG00000146205","ANO7","anoctamin 7"
+"chr3",42056663,42056814,152,"*","Distal Intergenic",3,41288090,42003660,715571,2,"54986",-53003,"ENSG00000168038","ULK4","unc-51 like kinase 4"
+"chr11",6790768,6790774,7,"*","Promoter (<=1kb)",11,6789238,6790188,951,2,"338755",-580,"ENSG00000188124","OR2AG2","olfactory receptor family 2 subfamily AG member 2"
+"chr2",237018157,237018215,59,"*","Intron (uc002vvs.3/116987, intron 16 of 17)",2,237074307,237076652,2346,2,"2637",58437,"ENSG00000168505","GBX2","gastrulation brain homeobox 2"
+"chr4",123653523,123653540,18,"*","Promoter (<=1kb)",4,123651344,123653613,2270,2,"729338",73,NA,"CETN4P","centrin 4, pseudogene"
+"chr11",74394708,74395011,304,"*","Distal Intergenic",11,74431313,74431382,70,2,"100616402",36371,"ENSG00000265902","MIR4696","microRNA 4696"
+"chr14",68086342,68086375,34,"*","Promoter (<=1kb)",14,68086579,68118436,31858,1,"384",-204,"ENSG00000081181","ARG2","arginase 2"
+"chr3",39851009,39851075,67,"*","Promoter (<=1kb)",3,39851303,40301811,450509,1,"25924",-228,"ENSG00000170011","MYRIP","myosin VIIA and Rab interacting protein"
+"chr1",209957965,209957974,10,"*","Promoter (<=1kb)",1,209955662,209957890,2229,2,"148304",-75,"ENSG00000162757","C1orf74","chromosome 1 open reading frame 74"
+"chr19",17346041,17346367,327,"*","Exon (uc002nfq.3/2063, exon 3 of 4)",19,17337055,17340028,2974,1,"79629",8986,"ENSG00000099330","OCEL1","occludin/ELL domain containing 1"
+"chr1",247242130,247242157,28,"*","Promoter (<=1kb)",1,247108849,247242115,133267,2,"100533111",-15,"ENSG00000135747","ZNF670-ZNF695","ZNF670-ZNF695 readthrough (NMD candidate)"
+"chr9",35162048,35162103,56,"*","Promoter (<=1kb)",9,35161989,35405332,243344,1,"10497",59,"ENSG00000198722","UNC13B","unc-13 homolog B (C. elegans)"
+"chr20",36888742,36889109,368,"*","Promoter (<=1kb)",20,36838907,36889174,50268,2,"85449",65,"ENSG00000149633","KIAA1755","KIAA1755"
+"chr6",169632675,169632740,66,"*","Intron (uc003qwt.3/7058, intron 10 of 22)",6,169615875,169654137,38263,2,"7058",21397,"ENSG00000186340","THBS2","thrombospondin 2"
+"chr2",27309063,27309153,91,"*","Promoter (<=1kb)",2,27309611,27323619,14009,1,"3795",-458,"ENSG00000138030","KHK","ketohexokinase"
+"chr1",236029703,236029828,126,"*","Intron (uc001hxj.3/1130, intron 52 of 52)",1,236016300,236016360,61,2,"100302139",-13343,"ENSG00000222831","MIR1537","microRNA 1537"
+"chr6",15520972,15521099,128,"*","3' UTR",6,15523032,15663289,140258,2,"84062",142190,"ENSG00000047579","DTNBP1","dystrobrevin binding protein 1"
+"chr1",242690593,242690733,141,"*","Promoter (2-3kb)",1,242251689,242687998,436310,2,"200150",-2595,"ENSG00000180287","PLD5","phospholipase D family member 5"
+"chr6",99290284,99290349,66,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",7704,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
+"chr1",207991729,207991732,4,"*","Promoter (<=1kb)",1,207991724,207995941,4218,1,"148696",5,NA,"LOC148696","uncharacterized LOC148696"
+"chr11",116658840,116658853,14,"*","Promoter (<=1kb)",11,116649276,116658739,9464,2,"8882",-101,"ENSG00000109917","ZPR1","ZPR1 zinc finger"
+"chr1",16010553,16010598,46,"*","Promoter (<=1kb)",1,16010827,16061264,50438,1,"23207",-229,"ENSG00000116786","PLEKHM2","pleckstrin homology and RUN domain containing M2"
+"chr19",55248535,55248971,437,"*","Promoter (1-2kb)",19,55249974,55295778,45805,1,"3804",-1003,"ENSG00000243772","KIR2DL3","killer cell immunoglobulin like receptor, two Ig domains and long cytoplasmic tail 3"
+"chr3",39373356,39373683,328,"*","Promoter (2-3kb)",3,39371197,39375171,3975,1,"1237",2159,"ENSG00000179934","CCR8","chemokine (C-C motif) receptor 8"
+"chr11",125133072,125133391,320,"*","Intron (uc001qbu.3/63876, intron 2 of 12)",11,125034559,125303285,268727,1,"63876",98513,"ENSG00000165495","PKNOX2","PBX/knotted 1 homeobox 2"
+"chr19",709761,709841,81,"*","Promoter (<=1kb)",19,708953,748330,39378,1,"5064",808,"ENSG00000099864","PALM","paralemmin"
+"chr2",740418,740483,66,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",-62979,"ENSG00000151353","TMEM18","transmembrane protein 18"
+"chr1",153919230,153919326,97,"*","Promoter (<=1kb)",1,153901977,153919154,17178,2,"9909",-76,"ENSG00000198837","DENND4B","DENN domain containing 4B"
+"chr1",183774526,183774742,217,"*","Intron (uc010pof.1/23179, intron 2 of 11)",1,183615411,183622448,7038,2,"403314",-152078,"ENSG00000173627","APOBEC4","apolipoprotein B mRNA editing enzyme catalytic polypeptide like 4"
+"chr3",39222518,39222754,237,"*","Downstream (1-2kb)",3,39224706,39234085,9380,2,"165904",11331,"ENSG00000168334","XIRP1","xin actin binding repeat containing 1"
+"chr7",1528967,1529203,237,"*","Exon (uc003skn.2/26173, exon 18 of 48)",7,1509913,1544018,34106,2,"26173",14815,"ENSG00000164880","INTS1","integrator complex subunit 1"
+"chr17",46534400,46534708,309,"*","Distal Intergenic",17,46210802,46507594,296793,2,"8631",-26806,"ENSG00000141293","SKAP1","src kinase associated phosphoprotein 1"
+"chr2",65454481,65454506,26,"*","Promoter (<=1kb)",2,65454829,65498390,43562,1,"10097",-323,"ENSG00000138071","ACTR2","ARP2 actin-related protein 2 homolog (yeast)"
+"chr6",29796303,29796315,13,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1312733,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",2758014,2758068,55,"*","Distal Intergenic",7,2719163,2755069,35907,1,"155185",38851,"ENSG00000174945","AMZ1","archaelysin family metallopeptidase 1"
+"chr1",154155363,154155675,313,"*","5' UTR",1,154127780,154164611,36832,2,"7170",8936,"ENSG00000143549","TPM3","tropomyosin 3"
+"chr11",113258750,113258908,159,"*","Promoter (<=1kb)",11,113258513,113271140,12628,1,"255239",237,"ENSG00000170209","ANKK1","ankyrin repeat and kinase domain containing 1"
+"chr1",119532688,119532773,86,"*","Promoter (<=1kb)",1,119425666,119532179,106514,2,"6913",-509,"ENSG00000092607","TBX15","T-box 15"
+"chr18",11183,11676,494,"*","Distal Intergenic",18,109065,122222,13158,1,"727758",-97389,"ENSG00000263006","ROCK1P1","Rho associated coiled-coil containing protein kinase 1 pseudogene 1"
+"chr1",203096899,203097186,288,"*","Promoter (<=1kb)",1,203096836,203136533,39698,1,"134",63,"ENSG00000163485","ADORA1","adenosine A1 receptor"
+"chr3",101418125,101418132,8,"*","Distal Intergenic",3,101399934,101405563,5630,2,"6152",-12562,"ENSG00000114391","RPL24","ribosomal protein L24"
+"chr4",5053585,5053596,12,"*","Promoter (<=1kb)",4,5053527,5502725,449199,1,"55351",58,"ENSG00000152953","STK32B","serine/threonine kinase 32B"
+"chr2",37035809,37035817,9,"*","Exon (uc002rpl.3/5212, exon 15 of 16)",2,36923833,37041937,118105,1,"5212",111976,"ENSG00000205221","VIT","vitrin"
+"chr4",84376950,84376986,37,"*","Promoter (<=1kb)",4,84328499,84377025,48527,2,"113510",39,"ENSG00000163312","HELQ","helicase, POLQ-like"
+"chr14",24476430,24476559,130,"*","5' UTR",14,24439083,24520586,81504,1,"728635",37347,"ENSG00000157326","DHRS4L1","dehydrogenase/reductase (SDR family) member 4 like 1"
+"chr12",25541364,25541565,202,"*","Distal Intergenic",12,25358180,25403863,45684,2,"3845",-137501,"ENSG00000133703","KRAS","Kirsten rat sarcoma viral oncogene homolog"
+"chr17",40439628,40439974,347,"*","Promoter (<=1kb)",17,40439565,40463960,24396,1,"6776",63,"ENSG00000126561","STAT5A","signal transducer and activator of transcription 5A"
+"chr12",122396677,122396687,11,"*","Intron (uc021rfh.1/144406, intron 12 of 17)",12,122356463,122441832,85370,1,"144406",40214,"ENSG00000158023","WDR66","WD repeat domain 66"
+"chr2",88316373,88316472,100,"*","Distal Intergenic",2,88326724,88355248,28525,2,"51315",38776,"ENSG00000172086","KRCC1","lysine-rich coiled-coil 1"
+"chr7",130021544,130021651,108,"*","Promoter (1-2kb)",7,130020290,130027949,7660,1,"1357",1254,"ENSG00000091704","CPA1","carboxypeptidase A1"
+"chr2",1821733,1822072,340,"*","Intron (uc010ewk.3/23040, intron 4 of 6)",2,1635659,1748291,112633,2,"7837",-73442,"ENSG00000130508","PXDN","peroxidasin"
+"chr8",105340821,105341290,470,"*","Distal Intergenic",8,105352024,105368917,16894,1,"81501",-10734,"ENSG00000164935","DCSTAMP","dendrocyte expressed seven transmembrane protein"
+"chr12",123750827,123750864,38,"*","Intron (uc031qjy.1/8099, intron 2 of 3)",12,123745517,123756863,11347,2,"8099",5999,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
+"chr6",32921521,32921791,271,"*","Distal Intergenic",6,32605183,32614839,9657,1,"3117",316338,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr11",2423455,2423511,57,"*","Promoter (1-2kb)",11,2421718,2425106,3389,1,"10078",1737,"ENSG00000184281","TSSC4","tumor suppressing subtransferable candidate 4"
+"chr7",149411450,149411604,155,"*","Promoter (<=1kb)",7,149412102,149431664,19563,1,"84626",-498,"ENSG00000133619","KRBA1","KRAB-A domain containing 1"
+"chr16",58163201,58163203,3,"*","Promoter (<=1kb)",16,58147497,58163296,15800,2,"29105",93,"ENSG00000070761","CFAP20","cilia and flagella associated protein 20"
+"chr5",54848311,54848427,117,"*","Distal Intergenic",5,54720670,54830906,110237,2,"8611",-17405,"ENSG00000067113","PLPP1","phospholipid phosphatase 1"
+"chr6",27860959,27860961,3,"*","Promoter (<=1kb)",6,27860477,27860963,487,2,"8336",2,"ENSG00000278677","HIST1H2AM","histone cluster 1, H2am"
+"chr10",8096600,8096602,3,"*","Promoter (<=1kb)",10,8096667,8117164,20498,1,"2625",-65,"ENSG00000107485","GATA3","GATA binding protein 3"
+"chr10",135075124,135075390,267,"*","Downstream (<1kb)",10,135061015,135061124,110,2,"574448",-14000,"ENSG00000278352","MIR202","microRNA 202"
+"chr10",32218391,32218853,463,"*","Promoter (<=1kb)",10,32094326,32217804,123479,2,"94134",-587,"ENSG00000165322","ARHGAP12","Rho GTPase activating protein 12"
+"chr17",39623265,39623639,375,"*","Promoter (<=1kb)",17,39615765,39623638,7874,2,"3882",0,"ENSG00000108759","KRT32","keratin 32"
+"chr22",38714287,38714347,61,"*","Intron (uc003avm.2/1454, intron 10 of 14)",22,38615298,38669040,53743,2,"25829",-45247,"ENSG00000198792","TMEM184B","transmembrane protein 184B"
+"chr3",124732769,124732807,39,"*","Exon (uc003ehs.4/57493, exon 6 of 17)",3,124684554,124774802,90249,2,"57493",41995,"ENSG00000173706","HEG1","heart development protein with EGF like domains 1"
+"chr17",3337136,3337286,151,"*","Promoter (<=1kb)",17,3336164,3337135,972,2,"8388",-1,"ENSG00000127780","OR1E2","olfactory receptor family 1 subfamily E member 2"
+"chr4",53098,53115,18,"*","Promoter (<=1kb)",4,53227,196092,142866,1,"152687",-112,"ENSG00000272602","ZNF595","zinc finger protein 595"
+"chr6",170456901,170457048,148,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",114609,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr4",15939862,15939889,28,"*","Promoter (<=1kb)",4,15937193,15940363,3171,2,"9982",474,"ENSG00000137440","FGFBP1","fibroblast growth factor binding protein 1"
+"chr6",33240042,33240072,31,"*","Intron (uc003odp.1/6222, intron 1 of 5)",6,33540323,33548070,7748,2,"578",307998,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr5",36152378,36152436,59,"*","Promoter (<=1kb)",5,36152145,36184142,31998,1,"6502",233,"ENSG00000145604","SKP2","S-phase kinase-associated protein 2, E3 ubiquitin protein ligase"
+"chr7",66459912,66460335,424,"*","Promoter (<=1kb)",7,66452690,66460588,7899,2,"51119",253,"ENSG00000126524","SBDS","SBDS ribosome assembly guanine nucleotide exchange factor"
+"chr11",63439109,63439207,99,"*","Promoter (<=1kb)",11,63396437,63439444,43008,2,"25923",237,"ENSG00000184743","ATL3","atlastin GTPase 3"
+"chr14",74100086,74100307,222,"*","Distal Intergenic",14,74111578,74170431,58854,1,"83544",-11271,"ENSG00000119661","DNAL1","dynein axonemal light chain 1"
+"chr15",23810652,23810843,192,"*","Promoter (<=1kb)",15,23810454,23813166,2713,1,"7681",198,"ENSG00000179455","MKRN3","makorin ring finger protein 3"
+"chr6",158402864,158402868,5,"*","Promoter (<=1kb)",6,158402888,158520207,117320,1,"8871",-20,"ENSG00000078269","SYNJ2","synaptojanin 2"
+"chr15",95870409,95870440,32,"*","Promoter (<=1kb)",15,95822519,95870329,47811,2,"400456",-80,"ENSG00000248441","LINC01197","long intergenic non-protein coding RNA 1197"
+"chr17",79935824,79936040,217,"*","Promoter (<=1kb)",17,79935426,79975282,39857,1,"79058",398,"ENSG00000169696","ASPSCR1","alveolar soft part sarcoma chromosome region, candidate 1"
+"chr11",66359430,66359489,60,"*","Promoter (1-2kb)",11,66357640,66360554,2915,2,"55231",1065,"ENSG00000182791","CCDC87","coiled-coil domain containing 87"
+"chr3",49460177,49460521,345,"*","Promoter (<=1kb)",3,49454211,49460111,5901,2,"275",-66,"ENSG00000145020","AMT","aminomethyltransferase"
+"chr1",19283713,19284039,327,"*","Promoter (<=1kb)",1,19230774,19282826,52053,2,"126917",-887,"ENSG00000169991","IFFO2","intermediate filament family orphan 2"
+"chr16",28505320,28505439,120,"*","Promoter (<=1kb)",16,28505970,28510291,4322,1,"55911",-531,"ENSG00000184730","APOBR","apolipoprotein B receptor"
+"chr6",169613162,169613281,120,"*","Downstream (2-3kb)",6,169615875,169654137,38263,2,"7058",40856,"ENSG00000186340","THBS2","thrombospondin 2"
+"chr5",63801845,63802106,262,"*","Promoter (<=1kb)",5,63801774,63908121,106348,1,"401190",71,"ENSG00000186479","RGS7BP","regulator of G-protein signaling 7 binding protein"
+"chr6",31706971,31707103,133,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",850510,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",38136779,38136817,39,"*","Promoter (<=1kb)",17,38137021,38154213,17193,1,"5709",-204,"ENSG00000108344","PSMD3","proteasome 26S subunit, non-ATPase 3"
+"chr6",10415605,10415667,63,"*","Exon (uc003myw.3/100130275, exon 3 of 3)",6,10412551,10416402,3852,1,"100130275",3054,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
+"chr10",7517765,7517807,43,"*","Distal Intergenic",10,7200586,7453448,252863,2,"57713",-64317,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
+"chr6",49917175,49917254,80,"*","Distal Intergenic",6,49928005,49931818,3814,2,"245928",14564,"ENSG00000177684","DEFB114","defensin beta 114"
+"chr6",31707502,31707511,10,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",850102,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",42893702,42894099,398,"*","Promoter (2-3kb)",6,42896860,42907008,10149,1,"10695",-2761,"ENSG00000137161","CNPY3","canopy FGF signaling regulator 3"
+"chr8",11302983,11303039,57,"*","Intron (uc003wtw.2/83648, intron 2 of 2)",8,11278973,11324276,45304,2,"83648",21237,"ENSG00000154319","FAM167A","family with sequence similarity 167 member A"
+"chr16",4164843,4165257,415,"*","Promoter (<=1kb)",16,4012650,4166186,153537,2,"115",929,"ENSG00000162104","ADCY9","adenylate cyclase 9"
+"chr14",65007389,65007464,76,"*","Promoter (<=1kb)",14,65007186,65009954,2769,1,"3306",203,"ENSG00000126803","HSPA2","heat shock protein family A (Hsp70) member 2"
+"chr10",135171337,135171455,119,"*","Promoter (<=1kb)",10,135168658,135171529,2872,2,"282969",74,"ENSG00000148803","FUOM","fucose mutarotase"
+"chr2",232321341,232321601,261,"*","Promoter (<=1kb)",2,232321155,232321234,80,2,"6082",-107,"ENSG00000207280","SNORD20","small nucleolar RNA, C/D box 20"
+"chr22",43253521,43253547,27,"*","Promoter (<=1kb)",22,43192532,43253408,60877,2,"26286",-113,"ENSG00000242247","ARFGAP3","ADP ribosylation factor GTPase activating protein 3"
+"chr1",51567771,51567810,40,"*","Promoter (<=1kb)",1,51567906,51613754,45849,1,"284546",-96,"ENSG00000204006","C1orf185","chromosome 1 open reading frame 185"
+"chr2",191045563,191045632,70,"*","5' UTR",2,191002486,191068210,65725,1,"84281",43077,"ENSG00000187699","C2orf88","chromosome 2 open reading frame 88"
+"chr4",882591,882597,7,"*","Intron (uc003gbl.4/2580, intron 17 of 24)",4,843065,926174,83110,2,"2580",43577,"ENSG00000178950","GAK","cyclin G associated kinase"
+"chr17",10560813,10560880,68,"*","Promoter (<=1kb)",17,10531843,10560626,28784,2,"4621",-187,"ENSG00000109063","MYH3","myosin, heavy chain 3, skeletal muscle, embryonic"
+"chr3",57541894,57541901,8,"*","Promoter (<=1kb)",3,57541981,57547768,5788,1,"201626",-80,"ENSG00000174840","PDE12","phosphodiesterase 12"
+"chr11",71791545,71791555,11,"*","Promoter (<=1kb)",11,71713911,71791573,77663,2,"4926",18,"ENSG00000137497","NUMA1","nuclear mitotic apparatus protein 1"
+"chr19",2785164,2785208,45,"*","Promoter (<=1kb)",19,2785506,2813599,28094,1,"7064",-298,"ENSG00000172009","THOP1","thimet oligopeptidase 1"
+"chr17",29624179,29624348,170,"*","Promoter (<=1kb)",17,29621668,29624380,2713,2,"4974",32,"ENSG00000126861","OMG","oligodendrocyte myelin glycoprotein"
+"chr2",160919234,160919336,103,"*","Promoter (<=1kb)",2,160797260,160919126,121867,2,"22925",-108,"ENSG00000153246","PLA2R1","phospholipase A2 receptor 1"
+"chr1",145548806,145548867,62,"*","Promoter (<=1kb)",1,145549209,145568526,19318,1,"148741",-342,"ENSG00000198483","ANKRD35","ankyrin repeat domain 35"
+"chr12",56660871,56660873,3,"*","Promoter (<=1kb)",12,56660642,56664750,4109,1,"93058",229,"ENSG00000135469","COQ10A","coenzyme Q10A"
+"chr2",97192958,97193032,75,"*","Distal Intergenic",2,97202464,97218371,15908,1,"10865",-9432,"ENSG00000196843","ARID5A","AT-rich interaction domain 5A"
+"chr3",134635213,134635534,322,"*","Intron (uc010htz.2/2047, intron 1 of 5)",3,134514099,134979307,465209,1,"2047",121114,"ENSG00000154928","EPHB1","EPH receptor B1"
+"chr13",30727927,30728099,173,"*","Distal Intergenic",13,30776767,30881624,104858,2,"84056",153525,"ENSG00000102781","KATNAL1","katanin p60 subunit A like 1"
+"chr14",42076757,42076759,3,"*","Promoter (<=1kb)",14,42076764,42373752,296989,1,"145581",-5,"ENSG00000165379","LRFN5","leucine rich repeat and fibronectin type III domain containing 5"
+"chr16",4987271,4987610,340,"*","Promoter (<=1kb)",16,4932508,4987136,54629,2,"5493",-135,"ENSG00000118898","PPL","periplakin"
+"chr16",89234442,89234766,325,"*","Promoter (1-2kb)",16,89232791,89235555,2765,1,"400558",1651,"ENSG00000205015","LOC400558","uncharacterized LOC400558"
+"chr19",11289301,11289308,8,"*","Exon (uc002mqm.3/25959, exon 3 of 11)",19,11274943,11308467,33525,2,"25959",19159,"ENSG00000197256","KANK2","KN motif and ankyrin repeat domains 2"
+"chr10",102986525,102986601,77,"*","Promoter (2-3kb)",10,102986733,102988717,1985,2,"10660",2116,"ENSG00000138136","LBX1","ladybird homeobox 1"
+"chr3",25469392,25469402,11,"*","Exon (uc003cdg.1/uc003cdg.1, exon 1 of 1)",3,25706367,25706430,64,2,"100616477",237028,"ENSG00000264219","MIR4442","microRNA 4442"
+"chr7",38331705,38331871,167,"*","Intron (uc003tfv.3/uc003tfv.3, intron 5 of 5)",7,38279181,38357589,78409,2,"445347",25718,"ENSG00000211689","TARP","TCR gamma alternate reading frame protein"
+"chrX",106044796,106045287,492,"*","Promoter (<=1kb)",23,106045919,106119377,73459,1,"54885",-632,"ENSG00000133138","TBC1D8B","TBC1 domain family member 8B"
+"chr12",130624293,130624596,304,"*","Distal Intergenic",12,130636138,130646768,10631,2,"440119",22172,"ENSG00000250208","FZD10-AS1","FZD10 antisense RNA 1 (head to head)"
+"chr2",96873066,96873264,199,"*","Promoter (<=1kb)",2,96874154,96908362,34209,1,"285033",-890,NA,"STARD7-AS1","STARD7 antisense RNA 1"
+"chr5",132072092,132072371,280,"*","Promoter (<=1kb)",5,132028323,132073265,44943,2,"11127",894,"ENSG00000131437","KIF3A","kinesin family member 3A"
+"chr6",34031060,34031094,35,"*","Intron (uc003oip.4/2914, intron 9 of 9)",6,33967749,33967828,80,2,"100302123",-63232,"ENSG00000221697","MIR1275","microRNA 1275"
+"chr1",11865304,11865594,291,"*","Promoter (<=1kb)",1,11866153,11903201,37049,1,"1185",-559,"ENSG00000011021","CLCN6","chloride voltage-gated channel 6"
+"chr6",144416942,144417437,496,"*","Promoter (<=1kb)",6,144416018,144416754,737,2,"83443",-188,"ENSG00000169976","SF3B5","splicing factor 3b subunit 5"
+"chr6",167041601,167041892,292,"*","Intron (uc003qvc.1/6196, intron 20 of 21)",6,166922842,166922921,80,2,"100302141",-118680,"ENSG00000222958","MIR1913","microRNA 1913"
+"chr2",154333650,154333653,4,"*","Promoter (1-2kb)",2,154333852,154335322,1471,2,"56475",1669,"ENSG00000177519","RPRM","reprimo, TP53 dependent G2 arrest mediator candidate"
+"chr2",119597367,119597586,220,"*","Downstream (2-3kb)",2,119599747,119605759,6013,2,"2019",8173,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr6",100016683,100016685,3,"*","Promoter (<=1kb)",6,99990263,100016690,26428,2,"892",5,"ENSG00000112237","CCNC","cyclin C"
+"chr15",74284753,74284772,20,"*","Promoter (2-3kb)",15,74275559,74286963,11405,2,"9399",2191,"ENSG00000067221","STOML1","stomatin like 1"
+"chr20",57427665,57427730,66,"*","Promoter (1-2kb)",20,57393973,57425958,31986,2,"149775",-1707,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
+"chr10",820835,821124,290,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-85227,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr2",177003948,177003967,20,"*","Promoter (2-3kb)",2,176999569,177001826,2258,2,"100506783",-2122,NA,"HOXD-AS2","HOXD cluster antisense RNA 2"
+"chr17",79045615,79045695,81,"*","Intron (uc002jyz.4/10458, intron 3 of 12)",17,79008947,79091232,82286,1,"10458",36668,"ENSG00000175866","BAIAP2","BAI1 associated protein 2"
+"chr10",134540198,134540335,138,"*","Exon (uc001llo.1/3632, exon 9 of 13)",10,134598320,134599537,1218,2,"84504",59202,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
+"chr10",72027078,72027309,232,"*","Intron (uc021psj.1/64106, intron 3 of 3)",10,72014713,72043450,28738,2,"64106",16141,"ENSG00000148734","NPFFR1","neuropeptide FF receptor 1"
+"chr12",122242538,122242541,4,"*","Promoter (<=1kb)",12,122242638,122270562,27925,1,"23067",-97,"ENSG00000139718","SETD1B","SET domain containing 1B"
+"chr12",122250380,122250470,91,"*","Intron (uc021rfg.1/23067, intron 5 of 10)",12,122242638,122270562,27925,1,"23067",7742,"ENSG00000139718","SETD1B","SET domain containing 1B"
+"chr11",118230374,118230601,228,"*","Promoter (<=1kb)",11,118230296,118269926,39631,1,"9354",78,"ENSG00000110344","UBE4A","ubiquitination factor E4A"
+"chr5",307132,307543,412,"*","Promoter (2-3kb)",5,304292,438405,134114,1,"57491",2840,"ENSG00000063438","AHRR","aryl-hydrocarbon receptor repressor"
+"chr2",233497957,233497961,5,"*","Intron (uc010fyf.3/80303, intron 1 of 3)",2,233470767,233547491,76725,1,"80303",27190,"ENSG00000115468","EFHD1","EF-hand domain family member D1"
+"chr14",29244137,29244230,94,"*","Promoter (2-3kb)",14,29241910,29264000,22091,1,"387978",2227,"ENSG00000186960","LINC01551","long intergenic non-protein coding RNA 1551"
+"chr1",152538426,152538809,384,"*","Promoter (<=1kb)",1,152538175,152539229,1055,2,"353145",420,"ENSG00000185966","LCE3E","late cornified envelope 3E"
+"chr7",150674375,150674548,174,"*","Promoter (<=1kb)",7,150642044,150675402,33359,2,"3757",854,"ENSG00000055118","KCNH2","potassium voltage-gated channel subfamily H member 2"
+"chr1",876249,876551,303,"*","5' UTR",1,860530,879961,19432,1,"148398",15719,"ENSG00000187634","SAMD11","sterile alpha motif domain containing 11"
+"chr22",50892903,50893041,139,"*","Exon (uc003ble.3/6305, exon 4 of 9)",22,50883431,50913464,30034,2,"6305",20423,"ENSG00000100241","SBF1","SET binding factor 1"
+"chr16",31538508,31538718,211,"*","Promoter (<=1kb)",16,31539203,31540124,922,1,"51327",-485,"ENSG00000169877","AHSP","alpha hemoglobin stabilizing protein"
+"chr14",91866373,91866685,313,"*","Intron (uc010aty.3/440193, intron 27 of 29)",14,91737667,91884188,146522,2,"440193",17503,"ENSG00000015133","CCDC88C","coiled-coil domain containing 88C"
+"chr1",236445178,236445184,7,"*","Promoter (<=1kb)",1,236378422,236445339,66918,2,"56605",155,"ENSG00000086619","ERO1B","endoplasmic reticulum oxidoreductase beta"
+"chr3",107601965,107601974,10,"*","Promoter (<=1kb)",3,107602052,107647753,45702,1,"285205",-78,"ENSG00000240423","LINC00636","long intergenic non-protein coding RNA 636"
+"chrX",134478413,134478512,100,"*","Promoter (<=1kb)",23,134477628,134497338,19711,1,"203523",785,"ENSG00000173275","ZNF449","zinc finger protein 449"
+"chr8",30769864,30769870,7,"*","Distal Intergenic",8,30689060,30706533,17474,2,"56154",-63331,"ENSG00000133863","TEX15","testis expressed 15"
+"chr7",75624460,75624699,240,"*","Promoter (<=1kb)",7,75616155,75623992,7838,2,"83862",-468,"ENSG00000189077","TMEM120A","transmembrane protein 120A"
+"chr17",73285533,73285568,36,"*","Promoter (<=1kb)",17,73269061,73285530,16470,2,"60386",-3,"ENSG00000125454","SLC25A19","solute carrier family 25 member 19"
+"chr22",43343608,43343959,352,"*","Intron (uc003bdf.4/11252, intron 9 of 9)",22,43265772,43411184,145413,2,"11252",67225,"ENSG00000100266","PACSIN2","protein kinase C and casein kinase substrate in neurons 2"
+"chr7",139184863,139184937,75,"*","Distal Intergenic",7,139138088,139168457,30370,2,"346689",-16406,"ENSG00000188883","KLRG2","killer cell lectin like receptor G2"
+"chr5",159827116,159827216,101,"*","Promoter (<=1kb)",5,159820155,159827060,6906,2,"63920",-56,"ENSG00000221886","ZBED8","zinc finger BED-type containing 8"
+"chr8",54789600,54789978,379,"*","Intron (uc003xrp.3/8601, intron 1 of 5)",8,54764368,54871863,107496,1,"8601",25232,"ENSG00000147509","RGS20","regulator of G-protein signaling 20"
+"chr19",45567390,45567856,467,"*","Exon (uc002pak.3/11129, exon 12 of 21)",19,45574758,45579688,4931,2,"162979",11832,"ENSG00000170684","ZNF296","zinc finger protein 296"
+"chr12",6862784,6862849,66,"*","Intron (uc009zey.1/8079, intron 7 of 7)",12,6875541,6880118,4578,1,"5763",-12692,"ENSG00000159335","PTMS","parathymosin"
+"chr19",52848616,52848664,49,"*","Intron (uc002pyx.4/162963, intron 1 of 5)",19,52839498,52870376,30879,1,"162963",9118,"ENSG00000167554","ZNF610","zinc finger protein 610"
+"chr8",145688206,145688521,316,"*","Promoter (2-3kb)",8,145675315,145691031,15717,2,"50626",2510,"ENSG00000187954","CYHR1","cysteine/histidine-rich 1"
+"chr11",68866697,68866713,17,"*","Distal Intergenic",11,68816350,68858072,41723,1,"219931",50347,"ENSG00000162341","TPCN2","two pore segment channel 2"
+"chr6",30227246,30227273,28,"*","Intron (uc031snc.1/414778, intron 4 of 4)",6,28471073,28483570,12498,2,"257202",-1743676,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",31475183,31475203,21,"*","Exon (uc011dnm.2/4277, exon 5 of 6)",6,32485154,32557613,72460,2,"3127",1082410,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",1027309,1027335,27,"*","Intron (uc002ckk.2/64788, intron 11 of 11)",16,903635,1031318,127684,2,"64788",3983,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr19",11070867,11071224,358,"*","Promoter (<=1kb)",19,11071598,11172958,101361,1,"6597",-374,"ENSG00000127616","SMARCA4","SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4"
+"chr12",122064206,122064328,123,"*","Promoter (<=1kb)",12,122064455,122079946,15492,1,"84876",-127,"ENSG00000276045","ORAI1","ORAI calcium release-activated calcium modulator 1"
+"chr11",68550320,68550342,23,"*","Intron (uc001oof.4/1374, intron 9 of 18)",11,68474908,68518988,44081,2,"9633",-31332,"ENSG00000132749","MTL5","metallothionein-like 5, testis-specific (tesmin)"
+"chr11",63827313,63827384,72,"*","Intron (uc001nyh.3/28992, intron 8 of 10)",11,63871362,63886645,15284,1,"23769",-43978,"ENSG00000126500","FLRT1","fibronectin leucine rich transmembrane protein 1"
+"chr19",36207534,36207871,338,"*","Promoter (1-2kb)",19,36208921,36229779,20859,1,"9757",-1050,"ENSG00000272333","KMT2B","lysine methyltransferase 2B"
+"chr4",996964,997351,388,"*","Exon (uc003gby.3/3425, exon 11 of 14)",4,1004940,1020686,15747,1,"53834",-7589,"ENSG00000127418","FGFRL1","fibroblast growth factor receptor-like 1"
+"chr17",79269488,79269836,349,"*","Promoter (<=1kb)",17,79218799,79269096,50298,2,"124565",-392,"ENSG00000157637","SLC38A10","solute carrier family 38 member 10"
+"chr19",1816250,1816307,58,"*","Promoter (<=1kb)",19,1816158,1816237,80,2,"100302210",-13,"ENSG00000223244","MIR1909","microRNA 1909"
+"chr5",2643129,2643299,171,"*","Distal Intergenic",5,2746279,2751769,5491,2,"153572",108470,"ENSG00000170561","IRX2","iroquois homeobox 2"
+"chr6",33588884,33588896,13,"*","Promoter (<=1kb)",6,33589156,33664348,75193,1,"3710",-260,"ENSG00000096433","ITPR3","inositol 1,4,5-trisphosphate receptor type 3"
+"chr19",35068662,35068740,79,"*","Promoter (<=1kb)",19,35067638,35068596,959,2,"643719",-66,"ENSG00000268751","SCGB1B2P","secretoglobin family 1B member 2, pseudogene"
+"chr15",97322456,97322551,96,"*","Intron (uc031qug.1/100652749, intron 2 of 2)",15,97315235,97326567,11333,2,"100652749",4016,"ENSG00000259282","SPATA8-AS1","SPATA8 antisense RNA 1 (head to head)"
+"chr16",22308418,22308438,21,"*","Promoter (<=1kb)",16,22308696,22346424,37729,1,"55718",-258,"ENSG00000058600","POLR3E","polymerase (RNA) III subunit E"
+"chr16",30669615,30669819,205,"*","Promoter (1-2kb)",16,30671243,30682131,10889,1,"64319",-1424,"ENSG00000156860","FBRS","fibrosin"
+"chr17",63119453,63119851,399,"*","Distal Intergenic",17,63133456,63223821,90366,1,"8787",-13605,"ENSG00000108370","RGS9","regulator of G-protein signaling 9"
+"chr17",38347555,38347611,57,"*","Exon (uc010cwu.1/51195, exon 9 of 15)",17,38334242,38351906,17665,1,"51195",13313,"ENSG00000108352","RAPGEFL1","Rap guanine nucleotide exchange factor like 1"
+"chr12",48395442,48395820,379,"*","Promoter (2-3kb)",12,48366748,48398285,31538,2,"1280",2465,"ENSG00000139219","COL2A1","collagen type II alpha 1"
+"chr19",2546890,2547019,130,"*","Intron (uc002lwd.2/2788, intron 2 of 4)",19,2476123,2478257,2135,1,"4616",70767,"ENSG00000099860","GADD45B","growth arrest and DNA damage inducible beta"
+"chr10",118033312,118033322,11,"*","Promoter (<=1kb)",10,117816442,118033126,216685,2,"2674",-186,"ENSG00000151892","GFRA1","GDNF family receptor alpha 1"
+"chr11",110583543,110583549,7,"*","Promoter (<=1kb)",11,110447759,110583912,136154,2,"57569",363,"ENSG00000137727","ARHGAP20","Rho GTPase activating protein 20"
+"chr2",10589006,10589194,189,"*","Promoter (<=1kb)",2,10580508,10588453,7946,2,"4953",-553,"ENSG00000115758","ODC1","ornithine decarboxylase 1"
+"chr3",64211107,64211156,50,"*","Promoter (<=1kb)",3,64079526,64211131,131606,2,"166336",0,"ENSG00000163637","PRICKLE2","prickle planar cell polarity protein 2"
+"chr11",60619624,60619907,284,"*","3' UTR",11,60618398,60623444,5047,2,"11251",3537,"ENSG00000183134","PTGDR2","prostaglandin D2 receptor 2"
+"chr12",131488414,131488426,13,"*","Intron (uc001uit.4/283383, intron 10 of 24)",12,131438452,131626008,187557,1,"283383",49962,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
+"chr16",33956555,33956717,163,"*","Distal Intergenic",16,33961052,33962503,1452,2,"649159",5786,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
+"chr5",137224236,137224723,488,"*","Promoter (<=1kb)",5,137225125,137278434,53310,1,"27039",-402,"ENSG00000078795","PKD2L2","polycystin 2 like 2, transient receptor potential cation channel"
+"chr8",91658185,91658296,112,"*","Intron (uc003yeo.2/169200, intron 2 of 5)",8,91634223,91803859,169637,2,"169200",145563,"ENSG00000180694","TMEM64","transmembrane protein 64"
+"chr13",21714410,21714429,20,"*","Promoter (<=1kb)",13,21714653,21723224,8572,1,"10284",-224,"ENSG00000150459","SAP18","Sin3A associated protein 18kDa"
+"chr4",2758288,2758333,46,"*","Promoter (<=1kb)",4,2743387,2758103,14717,2,"79155",-185,"ENSG00000168884","TNIP2","TNFAIP3 interacting protein 2"
+"chr5",167696398,167696420,23,"*","Distal Intergenic",5,167719065,167899308,180244,1,"23286",-22645,"ENSG00000113645","WWC1","WW and C2 domain containing 1"
+"chr16",82660280,82660376,97,"*","Promoter (<=1kb)",16,82660399,83830215,1169817,1,"1012",-23,"ENSG00000140945","CDH13","cadherin 13"
+"chr6",31631801,31632123,323,"*","Exon (uc003nvn.3/7918, exon 2 of 3)",6,32485154,32557613,72460,2,"3127",925490,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr18",51796331,51796453,123,"*","Promoter (<=1kb)",18,51795849,51824604,28756,1,"11201",482,"ENSG00000101751","POLI","polymerase (DNA) iota"
+"chr20",20349241,20349568,328,"*","Promoter (<=1kb)",20,20348765,20351592,2828,1,"3642",476,"ENSG00000173404","INSM1","insulinoma associated 1"
+"chr11",98891708,98891733,26,"*","Promoter (<=1kb)",11,98891706,100229616,1337911,1,"53942",2,"ENSG00000149972","CNTN5","contactin 5"
+"chr19",50713660,50713914,255,"*","Exon (uc002prq.1/79784, exon 2 of 42)",19,50706885,50813801,106917,1,"79784",6775,"ENSG00000105357","MYH14","myosin, heavy chain 14, non-muscle"
+"chr4",100815572,100815812,241,"*","Promoter (<=1kb)",4,100799495,100815703,16209,2,"8649",0,"ENSG00000109270","LAMTOR3","late endosomal/lysosomal adaptor, MAPK and MTOR activator 3"
+"chr2",38302626,38302844,219,"*","Promoter (<=1kb)",2,38294746,38303323,8578,2,"1545",479,"ENSG00000138061","CYP1B1","cytochrome P450 family 1 subfamily B member 1"
+"chr12",58021981,58022362,382,"*","Exon (uc010sru.3/2583, exon 8 of 10)",12,58019678,58027022,7345,2,"2583",4660,"ENSG00000135454","B4GALNT1","beta-1,4-N-acetyl-galactosaminyltransferase 1"
+"chr20",3801318,3801574,257,"*","Promoter (<=1kb)",20,3801171,3805954,4784,1,"55317",147,"ENSG00000125843","AP5S1","adaptor related protein complex 5 sigma 1 subunit"
+"chr22",42548783,42548792,10,"*","Distal Intergenic",22,42536214,42540575,4362,2,"1564",-8208,"ENSG00000205702","CYP2D7","cytochrome P450 family 2 subfamily D member 7 (gene/pseudogene)"
+"chr11",76494119,76494176,58,"*","Promoter (<=1kb)",11,76493357,76509198,15842,1,"25987",762,"ENSG00000182704","TSKU","tsukushi, small leucine rich proteoglycan"
+"chr7",64030039,64030348,310,"*","Distal Intergenic",7,64035073,64078967,43895,1,"100128885",-4725,NA,"LOC100128885","uncharacterized LOC100128885"
+"chr1",28286836,28286837,2,"*","Promoter (<=1kb)",1,28286504,28294604,8101,1,"55113",332,"ENSG00000158156","XKR8","XK related 8"
+"chr3",58106772,58107208,437,"*","Exon (uc003djj.2/2317, exon 20 of 46)",3,58178353,58200853,22501,2,"1776",93645,"ENSG00000163687","DNASE1L3","deoxyribonuclease I-like 3"
+"chr17",9808552,9808690,139,"*","Promoter (<=1kb)",17,9801027,9808684,7658,2,"5957",0,"ENSG00000109047","RCVRN","recoverin"
+"chr14",95240500,95240560,61,"*","Distal Intergenic",14,95234560,95236499,1940,2,"145258",-4001,"ENSG00000133937","GSC","goosecoid homeobox"
+"chr6",33091612,33091634,23,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",456436,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr6",170125165,170125193,29,"*","Promoter (1-2kb)",6,170104002,170124106,20105,2,"55274",-1059,"ENSG00000130024","PHF10","PHD finger protein 10"
+"chr10",89623076,89623122,47,"*","Promoter (<=1kb)",10,89618918,89623194,4277,2,"100144748",72,"ENSG00000227268","KLLN","killin, p53-regulated DNA replication inhibitor"
+"chr17",46704640,46704970,331,"*","Promoter (<=1kb)",17,46698519,46703835,5317,2,"3219",-805,"ENSG00000170689","HOXB9","homeobox B9"
+"chr11",68816143,68816232,90,"*","Promoter (<=1kb)",11,68816350,68858072,41723,1,"219931",-118,"ENSG00000162341","TPCN2","two pore segment channel 2"
+"chr12",322659,322831,173,"*","Promoter (<=1kb)",12,299243,323371,24129,2,"6539",540,"ENSG00000111181","SLC6A12","solute carrier family 6 member 12"
+"chr2",27294671,27294673,3,"*","Promoter (<=1kb)",2,27293342,27294567,1226,2,"100128731",-104,"ENSG00000228474","OST4","oligosaccharyltransferase complex subunit 4, non-catalytic"
+"chr6",467681,467762,82,"*","Distal Intergenic",6,391739,411443,19705,1,"3662",75942,"ENSG00000137265","IRF4","interferon regulatory factor 4"
+"chrX",71400961,71401203,243,"*","Promoter (<=1kb)",23,71401526,71483814,82289,1,"5303",-323,"ENSG00000102309","PIN4","peptidylprolyl cis/trans isomerase, NIMA-interacting 4"
+"chr17",13504351,13504472,122,"*","Promoter (<=1kb)",17,13399006,13505244,106239,2,"9955",772,"ENSG00000153976","HS3ST3A1","heparan sulfate-glucosamine 3-sulfotransferase 3A1"
+"chr1",150979026,150979092,67,"*","Promoter (1-2kb)",1,150969301,150980854,11554,2,"55793",1762,"ENSG00000143409","FAM63A","family with sequence similarity 63 member A"
+"chr5",22212884,22212890,7,"*","Intron (uc011cno.1/1010, intron 11 of 11)",5,22142461,22152612,10152,1,"5369",70423,"ENSG00000168967","PMCHL1","pro-melanin concentrating hormone like 1 (pseudogene)"
+"chr1",84972327,84972482,156,"*","Promoter (<=1kb)",1,84964006,84972262,8257,2,"2787",-65,"ENSG00000174021","GNG5","G protein subunit gamma 5"
+"chr16",67876083,67876093,11,"*","Promoter (<=1kb)",16,67876213,67878098,1886,1,"57215",-120,"ENSG00000168286","THAP11","THAP domain containing 11"
+"chr10",44144397,44144477,81,"*","Promoter (<=1kb)",10,44139307,44144326,5020,2,"7580",-71,"ENSG00000169740","ZNF32","zinc finger protein 32"
+"chr16",89294133,89294245,113,"*","Exon (uc002fmv.3/197320, exon 6 of 6)",16,89284111,89295965,11855,1,"197320",10022,"ENSG00000170100","ZNF778","zinc finger protein 778"
+"chr6",29595251,29595267,17,"*","Exon (uc003nmp.4/2550, exon 1 of 19)",6,28471073,28483570,12498,2,"257202",-1111681,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",70060787,70061064,278,"*","Intron (uc003tvw.4/26053, intron 5 of 18)",7,70597523,71178586,581064,1,"64409",-536459,"ENSG00000185274","WBSCR17","Williams-Beuren syndrome chromosome region 17"
+"chr7",156259146,156259159,14,"*","Distal Intergenic",7,156230483,156238282,7800,2,"285889",-20864,"ENSG00000233878","LOC285889","uncharacterized LOC285889"
+"chr20",37074185,37074631,447,"*","Promoter (<=1kb)",20,37075297,37079564,4268,1,"128439",-666,"ENSG00000174365","SNHG11","small nucleolar RNA host gene 11"
+"chr19",48216502,48216565,64,"*","Promoter (<=1kb)",19,48216601,48246391,29791,1,"30846",-36,"ENSG00000024422","EHD2","EH domain containing 2"
+"chr6",44281032,44281036,5,"*","Promoter (<=1kb)",6,44266463,44281063,14601,2,"57505",27,"ENSG00000124608","AARS2","alanyl-tRNA synthetase 2, mitochondrial"
+"chrX",117628623,117629034,412,"*","Promoter (<=1kb)",23,117629872,117820123,190252,1,"139818",-838,"ENSG00000147251","DOCK11","dedicator of cytokinesis 11"
+"chr6",105403577,105403899,323,"*","Promoter (1-2kb)",6,105404923,105531207,126285,1,"389421",-1024,"ENSG00000187772","LIN28B","lin-28 homolog B"
+"chr4",54965904,54965951,48,"*","Promoter (<=1kb)",4,54966248,54968122,1875,1,"170825",-297,"ENSG00000180613","GSX2","GS homeobox 2"
+"chr6",32917607,32917931,325,"*","3' UTR",6,32605183,32614839,9657,1,"3117",312424,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr2",218874888,218874968,81,"*","Distal Intergenic",2,218664512,218867718,203207,2,"7145",-7170,"ENSG00000079308","TNS1","tensin 1"
+"chr22",30278828,30278944,117,"*","Promoter (<=1kb)",22,30279158,30426857,147700,1,"8897",-214,"ENSG00000100330","MTMR3","myotubularin related protein 3"
+"chr22",44350812,44350835,24,"*","Promoter (<=1kb)",22,44351261,44392412,41152,1,"25813",-426,"ENSG00000100347","SAMM50","SAMM50 sorting and assembly machinery component"
+"chr11",62445555,62445776,222,"*","Promoter (<=1kb)",11,62443972,62446545,2574,2,"51035",769,"ENSG00000162191","UBXN1","UBX domain protein 1"
+"chr17",5971984,5972001,18,"*","Promoter (<=1kb)",17,5972426,6027747,55322,1,"23302",-425,"ENSG00000179314","WSCD1","WSC domain containing 1"
+"chr2",241758901,241759279,379,"*","Promoter (<=1kb)",2,241653181,241759725,106545,2,"547",446,"ENSG00000130294","KIF1A","kinesin family member 1A"
+"chr7",117067804,117067871,68,"*","Promoter (<=1kb)",7,117003276,117067577,64302,2,"136991",-227,"ENSG00000154438","ASZ1","ankyrin repeat, SAM and basic leucine zipper domain containing 1"
+"chr11",842764,842897,134,"*","Promoter (<=1kb)",11,842824,867116,24293,1,"7106",0,"ENSG00000214063","TSPAN4","tetraspanin 4"
+"chr2",219762495,219762664,170,"*","Distal Intergenic",2,219745255,219758651,13397,1,"80326",17240,"ENSG00000135925","WNT10A","wingless-type MMTV integration site family member 10A"
+"chr1",6507442,6507645,204,"*","Intron (uc001amy.3/83715, intron 7 of 12)",1,6489894,6489956,63,2,"100422975",-17486,"ENSG00000265392","MIR4252","microRNA 4252"
+"chr5",40798723,40799054,332,"*","Promoter (<=1kb)",5,40759481,40798297,38817,2,"5562",-426,"ENSG00000132356","PRKAA1","protein kinase AMP-activated catalytic subunit alpha 1"
+"chr1",27687454,27687637,184,"*","Exon (uc001bny.1/9064, exon 14 of 29)",1,27681670,27693337,11668,2,"9064",5700,"ENSG00000142733","MAP3K6","mitogen-activated protein kinase kinase kinase 6"
+"chr17",36613498,36613548,51,"*","Intron (uc021twd.1/57636, intron 1 of 23)",17,36584720,36668628,83909,1,"57636",28778,"ENSG00000275832","ARHGAP23","Rho GTPase activating protein 23"
+"chr6",99797552,99797842,291,"*","Promoter (<=1kb)",6,99720793,99797531,76739,2,"84553",-21,"ENSG00000146267","FAXC","failed axon connections homolog"
+"chr2",241992443,241992532,90,"*","Intron (uc002wah.1/25992, intron 15 of 31)",2,242034545,242041747,7203,2,"130916",49215,"ENSG00000122085","MTERF4","mitochondrial transcription termination factor 4"
+"chr4",122685522,122685593,72,"*","Promoter (<=1kb)",4,122685740,122687963,2224,1,"100192379",-147,"ENSG00000226757","PP12613","uncharacterized LOC100192379"
+"chr6",158589400,158589504,105,"*","Promoter (<=1kb)",6,158589379,158620376,30998,1,"404672",21,"ENSG00000272047","GTF2H5","general transcription factor IIH subunit 5"
+"chr15",48623138,48623205,68,"*","Promoter (<=1kb)",15,48623621,48635570,11950,1,"1854",-416,"ENSG00000128951","DUT","deoxyuridine triphosphatase"
+"chr17",37761168,37761316,149,"*","Promoter (2-3kb)",17,37760021,37764175,4155,2,"4761",2859,"ENSG00000171532","NEUROD2","neuronal differentiation 2"
+"chr4",89619345,89619372,28,"*","Promoter (<=1kb)",4,89617066,89619023,1958,2,"266812",-322,"ENSG00000177432","NAP1L5","nucleosome assembly protein 1 like 5"
+"chr4",1294783,1294948,166,"*","Intron (uc010ibs.1/10296, intron 1 of 4)",4,1283672,1333925,50254,1,"10296",11111,"ENSG00000090316","MAEA","macrophage erythroblast attacher"
+"chr17",78977970,78978347,378,"*","Exon (uc002jyx.1/uc002jyx.1, exon 1 of 1)",17,78965641,78973933,8293,1,"79643",12329,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chrX",68725548,68725767,220,"*","Promoter (<=1kb)",23,68725078,68752351,27274,1,"27112",470,"ENSG00000130054","FAM155B","family with sequence similarity 155 member B"
+"chr1",115829808,115829893,86,"*","Intron (uc001efu.1/4803, intron 1 of 2)",1,115828537,115880857,52321,2,"4803",50964,"ENSG00000134259","NGF","nerve growth factor"
+"chr12",132854818,132855060,243,"*","Promoter (2-3kb)",12,132851977,132857486,5510,1,"100130238",2841,NA,"LOC100130238","uncharacterized LOC100130238"
+"chr19",46106350,46106663,314,"*","Promoter (<=1kb)",19,46093023,46105466,12444,2,"2828",-884,"ENSG00000177464","GPR4","G protein-coupled receptor 4"
+"chr6",5026171,5026324,154,"*","Intron (uc003mwn.1/uc003mwn.1, intron 2 of 3)",6,4995280,5004271,8992,2,"10799",-21900,"ENSG00000124787","RPP40","ribonuclease P/MRP 40kDa subunit"
+"chr8",144940253,144940743,491,"*","Exon (uc003zaa.1/83481, exon 1 of 1)",8,144939912,144947434,7523,2,"83481",6691,"ENSG00000261150","EPPK1","epiplakin 1"
+"chr14",29243762,29244105,344,"*","Promoter (1-2kb)",14,29241910,29264000,22091,1,"387978",1852,"ENSG00000186960","LINC01551","long intergenic non-protein coding RNA 1551"
+"chr11",1227723,1227807,85,"*","Intron (uc021qbr.1/727897, intron 15 of 15)",11,1151580,1283406,131827,1,"727897",76143,"ENSG00000117983","MUC5B","mucin 5B, oligomeric mucus/gel-forming"
+"chr20",34359496,34359568,73,"*","Promoter (<=1kb)",20,34359923,34538288,178366,1,"51230",-355,"ENSG00000025293","PHF20","PHD finger protein 20"
+"chr16",50501797,50502088,292,"*","Distal Intergenic",16,50582241,50674771,92531,1,"85407",-80153,"ENSG00000140807","NKD1","naked cuticle homolog 1 (Drosophila)"
+"chr12",117131719,117131772,54,"*","Distal Intergenic",12,117153596,117175843,22248,2,"79794",44071,"ENSG00000111412","C12orf49","chromosome 12 open reading frame 49"
+"chr19",14693303,14693699,397,"*","Promoter (<=1kb)",19,14693896,14721956,28061,1,"388512",-197,"ENSG00000187912","CLEC17A","C-type lectin domain family 17 member A"
+"chr3",50383127,50383227,101,"*","Promoter (<=1kb)",3,50378537,50383156,4620,2,"51364",0,"ENSG00000004838","ZMYND10","zinc finger MYND-type containing 10"
+"chr7",130353467,130353493,27,"*","Promoter (<=1kb)",7,130146080,130353598,207519,2,"26958",105,"ENSG00000158623","COPG2","coatomer protein complex subunit gamma 2"
+"chr10",125034296,125034402,107,"*","Distal Intergenic",10,124913760,124924886,11127,1,"9184",120536,"ENSG00000154473","BUB3","BUB3 mitotic checkpoint protein"
+"chr2",239959377,239959436,60,"*","Distal Intergenic",2,239990513,239990610,98,2,"100616397",31174,"ENSG00000266109","MIR4440","microRNA 4440"
+"chr7",63222546,63222556,11,"*","Distal Intergenic",7,63484796,63490480,5685,2,"100506050",267924,NA,"LINC01005","long intergenic non-protein coding RNA 1005"
+"chr8",74884601,74884689,89,"*","Promoter (<=1kb)",8,74857373,74884522,27150,2,"6921",-79,"ENSG00000154582","TCEB1","transcription elongation factor B subunit 1"
+"chr20",54966989,54967165,177,"*","Promoter (<=1kb)",20,54944445,54967351,22907,2,"6790",186,"ENSG00000087586","AURKA","aurora kinase A"
+"chr7",122526763,122526776,14,"*","Promoter (<=1kb)",7,121958478,122526813,568336,2,"93664",37,"ENSG00000081803","CADPS2","Ca2+ dependent secretion activator 2"
+"chr16",50776580,50776714,135,"*","Promoter (<=1kb)",16,50775961,50835846,59886,1,"1540",619,"ENSG00000083799","CYLD","CYLD lysine 63 deubiquitinase"
+"chr20",21695343,21695725,383,"*","3' UTR",20,21686297,21699124,12828,1,"5075",9046,"ENSG00000125813","PAX1","paired box 1"
+"chr1",2160249,2160666,418,"*","Promoter (<=1kb)",1,2160134,2241652,81519,1,"6497",115,"ENSG00000157933","SKI","SKI proto-oncogene"
+"chr14",90527917,90527924,8,"*","Promoter (<=1kb)",14,90528108,90652195,124088,1,"56659",-184,"ENSG00000152315","KCNK13","potassium two pore domain channel subfamily K member 13"
+"chr19",54481419,54481620,202,"*","Exon (uc002qcs.2/59283, exon 2 of 4)",19,54485561,54485651,91,1,"100126325",-3941,"ENSG00000215998","MIR935","microRNA 935"
+"chr8",107283146,107283501,356,"*","Promoter (<=1kb)",8,107282406,107764921,482516,1,"55074",740,"ENSG00000164830","OXR1","oxidation resistance 1"
+"chr9",34049294,34049428,135,"*","Promoter (<=1kb)",9,33921691,34048947,127257,2,"55833",-347,"ENSG00000137073","UBAP2","ubiquitin associated protein 2"
+"chr1",70033624,70033627,4,"*","Promoter (<=1kb)",1,70032868,70589171,556304,1,"57554",756,"ENSG00000033122","LRRC7","leucine rich repeat containing 7"
+"chr13",32420685,32420690,6,"*","Promoter (<=1kb)",13,32420920,32533721,112802,1,"196549",-230,NA,"EEF1DP3","eukaryotic translation elongation factor 1 delta pseudogene 3"
+"chr8",41583273,41583498,226,"*","Exon (uc003xoi.3/286, exon 6 of 43)",8,41503829,41643385,139557,2,"157848",59887,"ENSG00000165066","NKX6-3","NK6 homeobox 3"
+"chr1",185125608,185125650,43,"*","Promoter (<=1kb)",1,185126192,185260913,134722,1,"54823",-542,"ENSG00000116668","SWT1","SWT1, RNA endoribonuclease homolog"
+"chr6",9896893,9897068,176,"*","3' UTR",6,10412551,10416402,3852,1,"100130275",-515483,NA,"TFAP2A-AS1","TFAP2A antisense RNA 1"
+"chrX",3234873,3235329,457,"*","Exon (uc004crg.4/25878, exon 6 of 7)",23,3226609,3264684,38076,2,"25878",29355,"ENSG00000101825","MXRA5","matrix-remodelling associated 5"
+"chr11",130297101,130297149,49,"*","Promoter (1-2kb)",11,130274818,130298539,23722,2,"11095",1390,"ENSG00000134917","ADAMTS8","ADAM metallopeptidase with thrombospondin type 1 motif 8"
+"chrX",48815696,48815699,4,"*","Promoter (<=1kb)",23,48779303,48815648,36346,2,"55593",-48,"ENSG00000068308","OTUD5","OTU deubiquitinase 5"
+"chr1",110626962,110627127,166,"*","Distal Intergenic",1,110602997,110613322,10326,2,"257",-13640,"ENSG00000156150","ALX3","ALX homeobox 3"
+"chr11",58910374,58910422,49,"*","Promoter (<=1kb)",11,58910318,58922511,12194,1,"63901",56,"ENSG00000166801","FAM111A","family with sequence similarity 111 member A"
+"chr2",208635839,208635894,56,"*","Promoter (1-2kb)",2,208627310,208634143,6834,2,"7855",-1696,"ENSG00000163251","FZD5","frizzled class receptor 5"
+"chr14",35009444,35009852,409,"*","Promoter (<=1kb)",14,34985135,35008943,23809,2,"55837",-501,"ENSG00000129518","EAPP","E2F associated phosphoprotein"
+"chr17",292173,292193,21,"*","3' UTR",17,289771,295731,5961,2,"359845",3538,"ENSG00000183688","FAM101B","family with sequence similarity 101 member B"
+"chr15",91478982,91479023,42,"*","Intron (uc002bqd.3/55898, intron 5 of 22)",15,91474155,91475774,1620,2,"374659",-3208,"ENSG00000184508","HDDC3","HD domain containing 3"
+"chr8",64081360,64081664,305,"*","Promoter (<=1kb)",8,64081112,64125346,44235,1,"253943",248,"ENSG00000185728","YTHDF3","YTH N(6)-methyladenosine RNA binding protein 3"
+"chr5",175991081,175991468,388,"*","Intron (uc021yie.1/54825, intron 1 of 31)",5,175969512,176022769,53258,1,"54825",21569,"ENSG00000074276","CDHR2","cadherin related family member 2"
+"chr2",166810277,166810369,93,"*","Promoter (<=1kb)",2,166713986,166810348,96363,2,"79809",0,"ENSG00000123607","TTC21B","tetratricopeptide repeat domain 21B"
+"chr12",125438479,125438492,14,"*","Exon (uc001ugy.3/57647, exon 20 of 27)",12,125431370,125473667,42298,2,"57647",35175,"ENSG00000150990","DHX37","DEAH-box helicase 37"
+"chr19",4304529,4304933,405,"*","Promoter (<=1kb)",19,4304591,4323843,19253,1,"79187",0,"ENSG00000105255","FSD1","fibronectin type III and SPRY domain containing 1"
+"chr15",92936417,92936630,214,"*","Promoter (<=1kb)",15,92937140,93011958,74819,1,"8128",-510,"ENSG00000140557","ST8SIA2","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 2"
+"chr10",124067232,124067402,171,"*","Intron (uc001lgc.1/118663, intron 10 of 15)",10,124030821,124097676,66856,1,"118663",36411,"ENSG00000138152","BTBD16","BTB domain containing 16"
+"chr16",84251987,84252213,227,"*","Downstream (2-3kb)",16,84254741,84273356,18616,2,"93107",21143,"ENSG00000168418","KCNG4","potassium voltage-gated channel modifier subfamily G member 4"
+"chr7",1535093,1535423,331,"*","Exon (uc003skn.2/26173, exon 13 of 48)",7,1509913,1544018,34106,2,"26173",8595,"ENSG00000164880","INTS1","integrator complex subunit 1"
+"chr2",47403193,47403360,168,"*","Promoter (<=1kb)",2,47293080,47403740,110661,2,"285051",380,"ENSG00000239605","C2orf61","chromosome 2 open reading frame 61"
+"chr22",24199866,24199972,107,"*","Promoter (<=1kb)",22,24199059,24227725,28667,1,"66035",807,"ENSG00000133460","SLC2A11","solute carrier family 2 member 11"
+"chr13",51796962,51797139,178,"*","Promoter (<=1kb)",13,51796470,51858377,61908,1,"220108",492,"ENSG00000150510","FAM124A","family with sequence similarity 124 member A"
+"chr10",104596890,104597307,418,"*","Promoter (<=1kb)",10,104590288,104597290,7003,2,"1586",0,"ENSG00000148795","CYP17A1","cytochrome P450 family 17 subfamily A member 1"
+"chr9",36189363,36190106,744,"*","Promoter (<=1kb)",9,36190853,36212059,21207,1,"1211",-747,"ENSG00000122705","CLTA","clathrin light chain A"
+"chr19",843687,843940,254,"*","Promoter (2-3kb)",19,840985,848175,7191,1,"5657",2702,"ENSG00000196415","PRTN3","proteinase 3"
+"chr3",12598373,12598618,246,"*","Promoter (<=1kb)",3,12598513,12625210,26698,1,"23609",0,"ENSG00000075975","MKRN2","makorin ring finger protein 2"
+"chr19",10226580,10226701,122,"*","Exon (uc002mnd.3/8666, exon 8 of 11)",19,10225690,10230599,4910,2,"8666",3898,"ENSG00000130811","EIF3G","eukaryotic translation initiation factor 3 subunit G"
+"chr3",44038484,44038821,338,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-116883,"ENSG00000207954","MIR138-1","microRNA 138-1"
+"chr16",11348956,11348975,20,"*","Promoter (1-2kb)",16,11348274,11350039,1766,2,"8651",1064,"ENSG00000185338","SOCS1","suppressor of cytokine signaling 1"
+"chr15",85358595,85359001,407,"*","Promoter (<=1kb)",15,85359911,85416713,56803,1,"57538",-910,"ENSG00000136383","ALPK3","alpha kinase 3"
+"chr1",111813509,111813642,134,"*","Distal Intergenic",1,111823146,111828730,5585,1,"149620",-9504,"ENSG00000203878","CHIAP2","chitinase, acidic pseudogene 2"
+"chr5",177631425,177631446,22,"*","Promoter (<=1kb)",5,177631508,177638184,6677,1,"3182",-62,"ENSG00000197451","HNRNPAB","heterogeneous nuclear ribonucleoprotein A/B"
+"chr2",24712329,24712362,34,"*","Distal Intergenic",2,24787179,24993570,206392,1,"8648",-74817,"ENSG00000084676","NCOA1","nuclear receptor coactivator 1"
+"chr1",116384534,116385005,472,"*","Promoter (<=1kb)",1,116378999,116383747,4749,2,"4808",-787,"ENSG00000177551","NHLH2","nescient helix-loop-helix 2"
+"chr10",102089633,102089882,250,"*","Promoter (<=1kb)",10,102047903,102090243,42341,2,"9033",361,"ENSG00000107593","PKD2L1","polycystin 2 like 1, transient receptor potential cation channel"
+"chr1",33648600,33648608,9,"*","Promoter (<=1kb)",1,33611003,33647671,36669,2,"55223",-929,"ENSG00000116525","TRIM62","tripartite motif containing 62"
+"chr17",27181503,27181511,9,"*","Promoter (<=1kb)",17,27182043,27188072,6030,1,"26284",-532,"ENSG00000132591","ERAL1","Era-like 12S mitochondrial rRNA chaperone 1"
+"chr6",33266604,33266655,52,"*","5' UTR",6,33540323,33548070,7748,2,"578",281415,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr15",29562029,29562120,92,"*","Promoter (<=1kb)",15,29560353,29562020,1668,2,"56160",-9,"ENSG00000185115","NSMCE3","NSE3 homolog, SMC5-SMC6 complex component"
+"chr3",182970850,182970855,6,"*","Promoter (<=1kb)",3,182971032,182991179,20148,1,"84002",-177,"ENSG00000176597","B3GNT5","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 5"
+"chr6",31636374,31636865,492,"*","5' UTR",6,32485154,32557613,72460,2,"3127",920748,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr14",102974240,102974365,126,"*","Promoter (1-2kb)",14,102973198,102976128,2931,2,"122416",1763,"ENSG00000156381","ANKRD9","ankyrin repeat domain 9"
+"chr2",20424989,20425000,12,"*","Promoter (<=1kb)",2,20400558,20425194,24637,2,"6382",194,"ENSG00000115884","SDC1","syndecan 1"
+"chr19",55361685,55361713,29,"*","Promoter (<=1kb)",19,55361898,55378670,16773,1,"3812",-185,"ENSG00000240403","KIR3DL2","killer cell immunoglobulin like receptor, three Ig domains and long cytoplasmic tail 2"
+"chr21",37758170,37758542,373,"*","Promoter (<=1kb)",21,37757689,37789125,31437,1,"8208",481,"ENSG00000159259","CHAF1B","chromatin assembly factor 1 subunit B"
+"chr1",151737205,151737704,500,"*","Promoter (1-2kb)",1,151732123,151736040,3918,2,"65005",-1165,"ENSG00000143436","MRPL9","mitochondrial ribosomal protein L9"
+"chr4",143767454,143767608,155,"*","Promoter (<=1kb)",4,142949182,143767604,818423,2,"8821",0,"ENSG00000109452","INPP4B","inositol polyphosphate-4-phosphatase type II B"
+"chr19",9945605,9945628,24,"*","Promoter (<=1kb)",19,9945883,9960365,14483,1,"5300",-255,"ENSG00000127445","PIN1","peptidylprolyl cis/trans isomerase, NIMA-interacting 1"
+"chr8",80942092,80942271,180,"*","Promoter (<=1kb)",8,80831095,80942506,111412,2,"28957",235,"ENSG00000147586","MRPS28","mitochondrial ribosomal protein S28"
+"chr19",42437416,42437425,10,"*","Distal Intergenic",19,42460833,42463528,2696,2,"10567",26103,"ENSG00000105404","RABAC1","Rab acceptor 1 (prenylated)"
+"chr19",46056723,46056736,14,"*","3' UTR",19,46010688,46030240,19553,1,"7408",46035,"ENSG00000125753","VASP","vasodilator-stimulated phosphoprotein"
+"chr2",27579041,27579505,465,"*","Promoter (<=1kb)",2,27548716,27579901,31186,2,"2976",396,"ENSG00000115207","GTF3C2","general transcription factor IIIC subunit 2"
+"chr20",62673968,62673980,13,"*","Distal Intergenic",20,62679079,62680979,1901,2,"54345",6999,"ENSG00000203883","SOX18","SRY-box 18"
+"chr17",80189985,80190054,70,"*","Intron (uc002kea.3/9123, intron 1 of 4)",17,80186282,80197375,11094,1,"9123",3703,"ENSG00000141526","SLC16A3","solute carrier family 16 member 3"
+"chr15",23086927,23086931,5,"*","Promoter (<=1kb)",15,23043279,23086843,43565,2,"123606",-84,"ENSG00000170113","NIPA1","non imprinted in Prader-Willi/Angelman syndrome 1"
+"chr19",5231400,5231555,156,"*","Exon (uc002mbv.3/5802, exon 14 of 38)",19,5158506,5340814,182309,2,"5802",109259,"ENSG00000105426","PTPRS","protein tyrosine phosphatase, receptor type S"
+"chr8",145111250,145111391,142,"*","Exon (uc003zar.3/26873, exon 14 of 28)",8,145106167,145115584,9418,2,"26873",4193,"ENSG00000178814","OPLAH","5-oxoprolinase (ATP-hydrolysing)"
+"chr11",57103366,57103375,10,"*","Promoter (<=1kb)",11,57093459,57103351,9893,2,"6749",-15,"ENSG00000149136","SSRP1","structure specific recognition protein 1"
+"chr3",107242730,107243066,337,"*","Promoter (<=1kb)",3,107241783,107530176,288394,1,"56987",947,"ENSG00000114439","BBX","bobby sox homolog (Drosophila)"
+"chr15",68624713,68624768,56,"*","Exon (uc002ari.3/22801, exon 13 of 30)",15,68570141,68583640,13500,1,"10116",54572,"ENSG00000169018","FEM1B","fem-1 homolog b (C. elegans)"
+"chr16",87616126,87616248,123,"*","Distal Intergenic",16,87635441,87731761,96321,1,"57338",-19193,"ENSG00000154118","JPH3","junctophilin 3"
+"chr2",242048127,242048218,92,"*","Intron (uc010zol.2/23178, intron 3 of 14)",2,242034545,242041747,7203,2,"130916",-6380,"ENSG00000122085","MTERF4","mitochondrial transcription termination factor 4"
+"chr16",75285087,75285194,108,"*","Intron (uc002fdv.3/9564, intron 6 of 6)",16,75262928,75301951,39024,2,"9564",16757,"ENSG00000050820","BCAR1","breast cancer anti-estrogen resistance 1"
+"chr8",26687914,26688088,175,"*","Intron (uc003xfc.1/148, intron 2 of 2)",8,26605667,26722922,117256,2,"148",34834,"ENSG00000120907","ADRA1A","adrenoceptor alpha 1A"
+"chr10",106402382,106402507,126,"*","Promoter (1-2kb)",10,106400859,107024993,624135,1,"22986",1523,"ENSG00000156395","SORCS3","sortilin related VPS10 domain containing receptor 3"
+"chr13",27131708,27131732,25,"*","Promoter (<=1kb)",13,27131840,27263082,131243,1,"10810",-108,"ENSG00000132970","WASF3","WAS protein family member 3"
+"chr17",27507560,27507578,19,"*","Promoter (<=1kb)",17,27400528,27507407,106880,2,"399687",-153,"ENSG00000196535","MYO18A","myosin XVIIIA"
+"chr15",85201781,85201891,111,"*","Promoter (<=1kb)",15,85198360,85201802,3443,2,"4828",0,"ENSG00000197696","NMB","neuromedin B"
+"chr2",114256406,114256673,268,"*","Promoter (<=1kb)",2,114256661,114258727,2067,1,"200350",0,"ENSG00000184492","FOXD4L1","forkhead box D4-like 1"
+"chr1",207991118,207991122,5,"*","Promoter (<=1kb)",1,207991724,207995941,4218,1,"148696",-602,NA,"LOC148696","uncharacterized LOC148696"
+"chr16",88473440,88473713,274,"*","Distal Intergenic",16,88493879,88507165,13287,1,"84627",-20166,"ENSG00000225614","ZNF469","zinc finger protein 469"
+"chr12",2999713,2999782,70,"*","Intron (uc010sef.1/7289, intron 1 of 9)",12,2986365,3050306,63942,1,"7289",13348,"ENSG00000078246","TULP3","tubby like protein 3"
+"chr5",174135571,174135761,191,"*","Distal Intergenic",5,174151575,174157902,6328,1,"4488",-15814,"ENSG00000120149","MSX2","msh homeobox 2"
+"chr6",33132996,33133039,44,"*","Intron (uc010jul.1/1302, intron 3 of 8)",6,33540323,33548070,7748,2,"578",415031,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr4",7052355,7052425,71,"*","Intron (uc003gjw.4/93624, intron 1 of 1)",4,7032281,7047958,15678,2,"100129931",-4397,"ENSG00000245748","LOC100129931","uncharacterized LOC100129931"
+"chr1",27247775,27247781,7,"*","Promoter (<=1kb)",1,27248213,27273362,25150,1,"10726",-432,"ENSG00000090273","NUDC","nudC nuclear distribution protein"
+"chr3",187463246,187463264,19,"*","Promoter (<=1kb)",3,187439165,187463513,24349,2,"604",249,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
+"chr6",7109550,7109845,296,"*","Promoter (1-2kb)",6,7107830,7252213,144384,1,"6239",1720,"ENSG00000124782","RREB1","ras responsive element binding protein 1"
+"chr4",74486080,74486094,15,"*","Promoter (<=1kb)",4,74437267,74486348,49082,2,"166824",254,"ENSG00000169435","RASSF6","Ras association domain family member 6"
+"chr11",47574646,47574990,345,"*","Promoter (<=1kb)",11,47487489,47574792,87304,2,"10658",0,"ENSG00000149187","CELF1","CUGBP, Elav-like family member 1"
+"chr22",38885348,38885708,361,"*","Intron (uc003avx.4/10521, intron 2 of 12)",22,38879443,38903665,24223,2,"10521",17957,"ENSG00000100201","DDX17","DEAD-box helicase 17"
+"chr7",27142810,27142998,189,"*","Promoter (<=1kb)",7,27139973,27142394,2422,2,"3199",-416,"ENSG00000105996","HOXA2","homeobox A2"
+"chr3",87040640,87040661,22,"*","Promoter (<=1kb)",3,86987123,87040257,53135,2,"389136",-383,"ENSG00000206538","VGLL3","vestigial like family member 3"
+"chr2",208576089,208576144,56,"*","Promoter (<=1kb)",2,208576264,208620896,44633,1,"151195",-120,"ENSG00000163249","CCNYL1","cyclin Y like 1"
+"chr1",224370322,224370538,217,"*","Promoter (<=1kb)",1,224370910,224381142,10233,1,"8560",-372,"ENSG00000143753","DEGS1","delta(4)-desaturase, sphingolipid 1"
+"chr12",95043504,95043595,92,"*","Promoter (<=1kb)",12,94960900,95044324,83425,2,"57458",729,"ENSG00000057704","TMCC3","transmembrane and coiled-coil domain family 3"
+"chr8",17104280,17104425,146,"*","Promoter (<=1kb)",8,17104401,17155533,51133,1,"137492",0,"ENSG00000155975","VPS37A","VPS37A, ESCRT-I subunit"
+"chr7",5348822,5348924,103,"*","Exon (uc003soi.4/84629, exon 28 of 30)",7,5322561,5343704,21144,1,"222962",26261,"ENSG00000164638","SLC29A4","solute carrier family 29 member 4"
+"chr12",123754187,123754280,94,"*","Promoter (2-3kb)",12,123745517,123756863,11347,2,"8099",2583,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
+"chr1",11866188,11866332,145,"*","Promoter (<=1kb)",1,11845787,11866160,20374,2,"4524",-28,"ENSG00000177000","MTHFR","methylenetetrahydrofolate reductase (NAD(P)H)"
+"chr10",103985682,103985805,124,"*","Promoter (<=1kb)",10,103986143,103989344,3202,1,"83401",-338,"ENSG00000119915","ELOVL3","ELOVL fatty acid elongase 3"
+"chr7",23749667,23749674,8,"*","Promoter (<=1kb)",7,23749786,23944365,194580,1,"56164",-112,"ENSG00000196335","STK31","serine/threonine kinase 31"
+"chr19",38746749,38747031,283,"*","Promoter (<=1kb)",19,38741877,38747231,5355,2,"94274",200,"ENSG00000167641","PPP1R14A","protein phosphatase 1 regulatory inhibitor subunit 14A"
+"chr13",100153373,100153603,231,"*","Promoter (<=1kb)",13,100153628,100216302,62675,1,"9375",-25,"ENSG00000125304","TM9SF2","transmembrane 9 superfamily member 2"
+"chr13",103047225,103047239,15,"*","Promoter (<=1kb)",13,103046928,103048055,1128,1,"283481",297,"ENSG00000272143","FGF14-AS2","FGF14 antisense RNA 2"
+"chr16",966314,966462,149,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",64856,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr2",71357466,71357485,20,"*","Promoter (<=1kb)",2,71357444,71377232,19789,1,"10199",22,"ENSG00000124383","MPHOSPH10","M-phase phosphoprotein 10"
+"chr19",5568168,5568170,3,"*","Promoter (<=1kb)",19,5558178,5568005,9828,2,"257000",-163,"ENSG00000223573","TINCR","tissue differentiation-inducing non-protein coding RNA"
+"chr3",97483242,97483418,177,"*","Promoter (<=1kb)",3,97483595,97519953,36359,1,"84100",-177,"ENSG00000113966","ARL6","ADP ribosylation factor like GTPase 6"
+"chr8",21956640,21956730,91,"*","Intron (uc011kyx.2/64760, intron 8 of 16)",8,21946714,21961891,15178,1,"64760",9926,"ENSG00000158863","FAM160B2","family with sequence similarity 160 member B2"
+"chr1",119683646,119683953,308,"*","Promoter (<=1kb)",1,119573839,119683295,109457,2,"10352",-351,"ENSG00000116874","WARS2","tryptophanyl tRNA synthetase 2, mitochondrial"
+"chr2",183943198,183943203,6,"*","Promoter (<=1kb)",2,183943287,183964722,21436,1,"142679",-84,"ENSG00000162999","DUSP19","dual specificity phosphatase 19"
+"chr22",50250235,50250238,4,"*","Promoter (2-3kb)",22,50247497,50283726,36230,1,"9889",2738,"ENSG00000100426","ZBED4","zinc finger BED-type containing 4"
+"chr1",3808079,3808169,91,"*","Intron (uc001alf.3/339448, intron 2 of 3)",1,3805697,3816857,11161,2,"339448",8688,"ENSG00000198912","C1orf174","chromosome 1 open reading frame 174"
+"chr13",113425536,113425573,38,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",80893,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr1",32936780,32936813,34,"*","Exon (uc001bvl.4/728116, exon 2 of 4)",1,32930658,33071542,140885,1,"653121",6122,"ENSG00000160062","ZBTB8A","zinc finger and BTB domain containing 8A"
+"chr1",115213174,115213243,70,"*","Promoter (<=1kb)",1,115064017,115213044,149028,2,"163259",-130,"ENSG00000175984","DENND2C","DENN domain containing 2C"
+"chr12",45269944,45269952,9,"*","5' UTR",12,44902058,45307711,405654,2,"4753",37759,"ENSG00000184613","NELL2","neural EGFL like 2"
+"chr11",2722613,2722625,13,"*","Promoter (1-2kb)",11,2629558,2721228,91671,2,"10984",-1385,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
+"chr11",58910080,58910108,29,"*","Promoter (<=1kb)",11,58910318,58922511,12194,1,"63901",-210,"ENSG00000166801","FAM111A","family with sequence similarity 111 member A"
+"chrX",52950284,52950534,251,"*","Distal Intergenic",23,52926426,52937585,11160,1,"727866",23858,"ENSG00000179304","FAM156B","family with sequence similarity 156 member B"
+"chr3",142682291,142682330,40,"*","Promoter (<=1kb)",3,142680074,142682178,2105,2,"344838",-113,"ENSG00000188582","PAQR9","progestin and adipoQ receptor family member IX"
+"chr6",170184742,170184833,92,"*","Distal Intergenic",6,170190169,170202969,12801,1,"80069",-5336,"ENSG00000231690","LINC00574","long intergenic non-protein coding RNA 574"
+"chr3",157213371,157213493,123,"*","Intron (uc003fbj.2/79674, intron 13 of 13)",3,156977532,157221415,243884,2,"79674",7922,"ENSG00000197415","VEPH1","ventricular zone expressed PH domain containing 1"
+"chr5",44808896,44808985,90,"*","Promoter (<=1kb)",5,44809027,44815618,6592,1,"10884",-42,"ENSG00000112996","MRPS30","mitochondrial ribosomal protein S30"
+"chr12",42680888,42681138,251,"*","Distal Intergenic",12,42705888,42719932,14045,2,"85437",38794,"ENSG00000139168","ZCRB1","zinc finger CCHC-type and RNA binding motif containing 1"
+"chr12",54389934,54389934,1,"*","Distal Intergenic",12,54393877,54397120,3244,1,"3225",-3943,"ENSG00000180806","HOXC9","homeobox C9"
+"chr13",100548910,100549017,108,"*","3' UTR",13,100615275,100624178,8904,2,"85416",75161,"ENSG00000139800","ZIC5","Zic family member 5"
+"chr10",100027958,100027962,5,"*","Promoter (<=1kb)",10,100007443,100028007,20565,2,"84171",45,"ENSG00000138131","LOXL4","lysyl oxidase like 4"
+"chr10",134536090,134536109,20,"*","Intron (uc001llo.1/3632, intron 8 of 12)",10,134598320,134599537,1218,2,"84504",63428,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
+"chr19",8429034,8429160,127,"*","Promoter (<=1kb)",19,8429011,8439257,10247,1,"51129",23,"ENSG00000167772","ANGPTL4","angiopoietin like 4"
+"chr19",52408350,52408371,22,"*","Promoter (<=1kb)",19,52392488,52408305,15818,2,"65251",-45,"ENSG00000198093","ZNF649","zinc finger protein 649"
+"chr2",114384827,114384846,20,"*","Promoter (<=1kb)",2,114384817,114400975,16159,1,"11159",10,"ENSG00000144134","RABL2A","RAB, member of RAS oncogene family-like 2A"
+"chr14",67825961,67826044,84,"*","Promoter (<=1kb)",14,67804581,67826720,22140,2,"51382",676,"ENSG00000100554","ATP6V1D","ATPase H+ transporting V1 subunit D"
+"chr8",29210325,29210532,208,"*","Promoter (2-3kb)",8,29190579,29208267,17689,2,"1846",-2058,"ENSG00000120875","DUSP4","dual specificity phosphatase 4"
+"chr14",23025898,23025933,36,"*","Distal Intergenic",14,23033807,23058143,24337,2,"1603",32210,"ENSG00000129562","DAD1","defender against cell death 1"
+"chr6",33245128,33245163,36,"*","5' UTR",6,33540323,33548070,7748,2,"578",302907,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr7",18125833,18126070,238,"*","Promoter (<=1kb)",7,18126572,19036992,910421,1,"9734",-502,"ENSG00000048052","HDAC9","histone deacetylase 9"
+"chr14",59105212,59105293,82,"*","Exon (uc001xdw.3/51339, exon 1 of 4)",14,59100786,59115038,14253,1,"51339",4426,"ENSG00000165617","DACT1","dishevelled-binding antagonist of beta-catenin 1"
+"chr20",36975012,36975035,24,"*","Promoter (<=1kb)",20,36974814,37005653,30840,1,"3929",198,"ENSG00000129988","LBP","lipopolysaccharide binding protein"
+"chr17",76125152,76125211,60,"*","Promoter (1-2kb)",17,76126859,76139049,12191,1,"147138",-1648,"ENSG00000167895","TMC8","transmembrane channel like 8"
+"chr17",76421394,76421490,97,"*","Exon (uc002jvq.3/8632, exon 12 of 13)",17,76374735,76420639,45905,1,"9489",46659,"ENSG00000087157","PGS1","phosphatidylglycerophosphate synthase 1"
+"chr19",3465709,3465714,6,"*","3' UTR",19,3474405,3480540,6136,2,"284422",14826,"ENSG00000095932","SMIM24","small integral membrane protein 24"
+"chr7",95026200,95026211,12,"*","Promoter (<=1kb)",7,94927669,95025687,98019,2,"5444",-513,"ENSG00000005421","PON1","paraoxonase 1"
+"chr5",142208412,142208871,460,"*","Intron (uc003lmt.3/23092, intron 1 of 22)",5,142239170,142248475,9306,2,"100874239",39604,"ENSG00000226272","ARHGAP26-AS1","ARHGAP26 antisense RNA 1"
+"chr4",47034267,47034380,114,"*","Promoter (<=1kb)",4,47033295,47428447,395153,1,"2560",972,"ENSG00000163288","GABRB1","gamma-aminobutyric acid type A receptor beta1 subunit"
+"chr7",73645735,73645930,196,"*","3' UTR",7,73624087,73644164,20078,1,"7462",21648,"ENSG00000086730","LAT2","linker for activation of T-cells family member 2"
+"chr2",97307159,97307171,13,"*","Promoter (1-2kb)",2,97308574,97370624,62051,1,"90342",-1403,"ENSG00000249715","FER1L5","fer-1 like family member 5"
+"chr14",35184508,35184805,298,"*","Promoter (<=1kb)",14,35179588,35184029,4442,2,"1073",-479,"ENSG00000165410","CFL2","cofilin 2"
+"chr16",3777942,3778217,276,"*","Exon (uc002cvv.3/1387, exon 31 of 31)",16,3708038,3767598,59561,2,"10131",-10344,"ENSG00000126602","TRAP1","TNF receptor-associated protein 1"
+"chr9",19788257,19788269,13,"*","Promoter (1-2kb)",9,19507450,19787017,279568,2,"25769",-1240,"ENSG00000155886","SLC24A2","solute carrier family 24 member 2"
+"chrX",53468600,53468618,19,"*","Distal Intergenic",23,53458206,53461323,3118,2,"3028",-7277,"ENSG00000072506","HSD17B10","hydroxysteroid (17-beta) dehydrogenase 10"
+"chr6",33359407,33359413,7,"*","5' UTR",6,33540323,33548070,7748,2,"578",188657,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr10",103347685,103347722,38,"*","Promoter (<=1kb)",10,103338639,103348027,9389,2,"27343",305,"ENSG00000166169","POLL","polymerase (DNA) lambda"
+"chr7",99517229,99517279,51,"*","Promoter (<=1kb)",7,99488030,99517223,29194,2,"89122",-6,"ENSG00000146833","TRIM4","tripartite motif containing 4"
+"chr19",539193,539489,297,"*","Intron (uc002lov.3/997, intron 4 of 4)",19,544034,549920,5887,1,"3004",-4545,"ENSG00000197540","GZMM","granzyme M"
+"chr22",27053416,27053422,7,"*","Promoter (<=1kb)",22,27053446,27072440,18995,1,"440823",-24,"ENSG00000225783","MIAT","myocardial infarction associated transcript (non-protein coding)"
+"chr18",9136804,9137021,218,"*","Promoter (<=1kb)",18,9136751,9285983,149233,1,"23253",53,"ENSG00000101745","ANKRD12","ankyrin repeat domain 12"
+"chr6",47755913,47755984,72,"*","Intron (uc003ozc.3/221391, intron 2 of 6)",6,47749775,47794116,44342,1,"221391",6138,"ENSG00000124818","OPN5","opsin 5"
+"chr22",23728491,23728963,473,"*","Distal Intergenic",22,23701793,23724313,22521,2,"649264",-4178,NA,"CES5AP1","carboxylesterase 5A pseudogene 1"
+"chr16",22959875,22960082,208,"*","Distal Intergenic",16,22825860,22927659,101800,1,"9956",134015,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
+"chr2",27616177,27616268,92,"*","Promoter (<=1kb)",2,27615490,27616443,954,2,"2498",175,NA,"FTH1P3","ferritin, heavy polypeptide 1 pseudogene 3"
+"chr4",3446405,3446682,278,"*","Promoter (2-3kb)",4,3443726,3451213,7488,1,"3083",2679,"ENSG00000109758","HGFAC","HGF activator"
+"chr4",657538,657842,305,"*","Exon (uc003gao.4/5158, exon 16 of 22)",4,667369,675817,8449,1,"4636",-9527,"ENSG00000215375","MYL5","myosin light chain 5"
+"chr18",3451436,3451475,40,"*","Intron (uc002klu.3/7050, intron 2 of 3)",18,3412072,3458406,46335,1,"7050",39364,"ENSG00000177426","TGIF1","TGFB induced factor homeobox 1"
+"chr20",62744748,62745242,495,"*","Distal Intergenic",20,62737183,62738184,1002,2,"2832",-6564,"ENSG00000277339","NPBWR2","neuropeptides B/W receptor 2"
+"chr13",114914547,114914617,71,"*","Distal Intergenic",13,114747194,114898095,150902,2,"22821",-16452,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chr15",75229567,75230004,438,"*","Promoter (<=1kb)",15,75212617,75230495,17879,2,"9377",491,"ENSG00000178741","COX5A","cytochrome c oxidase subunit 5A"
+"chr19",51376305,51376639,335,"*","Promoter (<=1kb)",19,51376689,51383823,7135,1,"3817",-50,"ENSG00000167751","KLK2","kallikrein related peptidase 2"
+"chr3",167967398,167967414,17,"*","Promoter (<=1kb)",3,167967310,168548374,581065,1,"93556",88,NA,"EGFEM1P","EGF like and EMI domain containing 1, pseudogene"
+"chr14",96180528,96180550,23,"*","Promoter (<=1kb)",14,96176304,96180533,4230,2,"8115",0,"ENSG00000100721","TCL1A","T-cell leukemia/lymphoma 1A"
+"chr4",3526703,3526817,115,"*","Exon (uc003ghh.4/4043, exon 2 of 8)",4,3505324,3534224,28901,2,"4043",7407,"ENSG00000163956","LRPAP1","LDL receptor related protein associated protein 1"
+"chr2",233323333,233323532,200,"*","Promoter (2-3kb)",2,233320833,233324742,3910,1,"248",2500,"ENSG00000163295","ALPI","alkaline phosphatase, intestinal"
+"chr5",172661811,172661922,112,"*","Promoter (<=1kb)",5,172659107,172662315,3209,2,"1482",393,"ENSG00000183072","NKX2-5","NK2 homeobox 5"
+"chr20",30102579,30102855,277,"*","Promoter (<=1kb)",20,30102241,30157370,55130,1,"81502",338,"ENSG00000101294","HM13","histocompatibility (minor) 13"
+"chr16",15188353,15188395,43,"*","Promoter (<=1kb)",16,15153879,15188158,34280,2,"54700",-195,"ENSG00000085721","RRN3","RRN3 homolog, RNA polymerase I transcription factor"
+"chr11",62606662,62607119,458,"*","Promoter (2-3kb)",11,62600383,62609281,8899,2,"54663",2162,"ENSG00000133316","WDR74","WD repeat domain 74"
+"chr8",144695996,144696281,286,"*","Intron (uc003yza.2/7264, intron 4 of 10)",8,144694788,144699732,4945,2,"7264",3451,"ENSG00000104522","TSTA3","tissue specific transplantation antigen P35B"
+"chr9",129566665,129567043,379,"*","Promoter (<=1kb)",9,129567285,129600487,33203,1,"23099",-242,"ENSG00000169155","ZBTB43","zinc finger and BTB domain containing 43"
+"chr15",74421739,74421800,62,"*","Promoter (<=1kb)",15,74421715,74429143,7429,1,"57611",24,"ENSG00000167178","ISLR2","immunoglobulin superfamily containing leucine-rich repeat 2"
+"chr16",86321564,86321899,336,"*","Promoter (1-2kb)",16,86320037,86326995,6959,1,"146513",1527,"ENSG00000268532","LOC146513","uncharacterized LOC146513"
+"chr2",219646433,219646609,177,"*","Promoter (<=1kb)",2,219646472,219680016,33545,1,"1593",0,"ENSG00000135929","CYP27A1","cytochrome P450 family 27 subfamily A member 1"
+"chr3",125687221,125687662,442,"*","Promoter (<=1kb)",3,125688028,125702296,14269,1,"152015",-366,"ENSG00000114547","ROPN1B","rhophilin associated tail protein 1B"
+"chr3",181431065,181431306,242,"*","Promoter (1-2kb)",3,181429712,181432223,2512,1,"6657",1353,"ENSG00000181449","SOX2","SRY-box 2"
+"chr1",201978923,201979128,206,"*","Promoter (1-2kb)",1,201977073,201986315,9243,1,"1999",1850,"ENSG00000163435","ELF3","E74 like ETS transcription factor 3"
+"chr16",49670096,49670437,342,"*","Exon (uc010vgn.3/23090, exon 2 of 6)",16,49524515,49891830,367316,2,"23090",221393,"ENSG00000102935","ZNF423","zinc finger protein 423"
+"chr12",132845336,132845433,98,"*","Intron (uc001ukb.3/50614, intron 9 of 9)",12,132851977,132857486,5510,1,"100130238",-6544,NA,"LOC100130238","uncharacterized LOC100130238"
+"chr5",42951887,42952113,227,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",66800,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
+"chr19",23578317,23578377,61,"*","Promoter (<=1kb)",19,23540498,23578269,37772,2,"7644",-48,"ENSG00000167232","ZNF91","zinc finger protein 91"
+"chr21",41029374,41029452,79,"*","5' UTR",21,40969075,40984749,15675,2,"114041",-44625,"ENSG00000184809","B3GALT5-AS1","B3GALT5 antisense RNA 1"
+"chr14",75180476,75180486,11,"*","Promoter (<=1kb)",14,75179850,75203498,23649,1,"51077",626,"ENSG00000119616","FCF1","FCF1 rRNA-processing protein"
+"chr2",1595498,1595686,189,"*","Distal Intergenic",2,1635659,1748291,112633,2,"7837",152605,"ENSG00000130508","PXDN","peroxidasin"
+"chr6",31635733,31635866,134,"*","5' UTR",6,32485154,32557613,72460,2,"3127",921747,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",143076881,143077178,298,"*","Intron (uc011ktd.2/7791, intron 1 of 8)",7,143050493,143059840,9348,2,"9715",-17041,"ENSG00000159784","FAM131B","family with sequence similarity 131 member B"
+"chr5",76249728,76249849,122,"*","Promoter (1-2kb)",5,76248680,76265299,16620,1,"1393",1048,"ENSG00000145708","CRHBP","corticotropin releasing hormone binding protein"
+"chr7",99775131,99775137,7,"*","Promoter (<=1kb)",7,99767229,99774990,7762,2,"221914",-141,"ENSG00000213420","GPC2","glypican 2"
+"chr8",144924893,144925280,388,"*","Promoter (<=1kb)",8,144915755,144924200,8446,2,"340371",-693,"ENSG00000185189","NRBP2","nuclear receptor binding protein 2"
+"chr1",1677221,1677225,5,"*","Promoter (<=1kb)",1,1590988,1677438,86451,2,"728661",213,"ENSG00000189339","SLC35E2B","solute carrier family 35 member E2B"
+"chr7",128550898,128550902,5,"*","Promoter (<=1kb)",7,128502505,128550773,48269,2,"375616",-125,"ENSG00000135253","KCP","kielin/chordin-like protein"
+"chr1",156570919,156571111,193,"*","Promoter (<=1kb)",1,156564100,156571279,7180,2,"54865",168,"ENSG00000160818","GPATCH4","G-patch domain containing 4"
+"chr10",131639126,131639315,190,"*","Promoter (2-3kb)",10,131641563,131641638,76,2,"100422873",2323,"ENSG00000266676","MIR4297","microRNA 4297"
+"chr19",10463783,10463831,49,"*","Intron (uc002moc.4/7297, intron 4 of 24)",19,10444452,10450345,5894,2,"3385",-13438,"ENSG00000076662","ICAM3","intercellular adhesion molecule 3"
+"chr2",172974138,172974169,32,"*","Distal Intergenic",2,172964166,172967478,3313,2,"1746",-6660,"ENSG00000115844","DLX2","distal-less homeobox 2"
+"chr20",326934,327122,189,"*","Promoter (<=1kb)",20,327370,335512,8143,1,"80023",-248,"ENSG00000125841","NRSN2","neurensin 2"
+"chrX",53713791,53713793,3,"*","Promoter (<=1kb)",23,53559057,53713697,154641,2,"10075",-94,"ENSG00000086758","HUWE1","HECT, UBA and WWE domain containing 1, E3 ubiquitin protein ligase"
+"chr13",53422799,53422860,62,"*","Promoter (<=1kb)",13,53418109,53422775,4667,2,"5100",-24,"ENSG00000136099","PCDH8","protocadherin 8"
+"chr16",34407868,34407918,51,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",-3106,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr6",29521783,29521788,6,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1038213,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",30107743,30107747,5,"*","Promoter (<=1kb)",16,30103635,30107537,3903,2,"83719",-206,"ENSG00000090238","YPEL3","yippee like 3"
+"chr11",70253451,70253460,10,"*","Exon (uc001opu.3/2017, exon 3 of 19)",11,70244612,70282690,38079,1,"2017",8839,"ENSG00000085733","CTTN","cortactin"
+"chr17",46908838,46908912,75,"*","Promoter (<=1kb)",17,46908350,46942607,34258,1,"10241",488,"ENSG00000136436","CALCOCO2","calcium binding and coiled-coil domain 2"
+"chr7",4873338,4873380,43,"*","Intron (uc003sng.1/55698, intron 12 of 15)",7,4897369,4901625,4257,2,"56903",28245,"ENSG00000218823","PAPOLB","poly(A) polymerase beta"
+"chr5",130506206,130506292,87,"*","Promoter (<=1kb)",5,130506641,130541119,34479,1,"90624",-349,"ENSG00000186687","LYRM7","LYR motif containing 7"
+"chr8",99961545,99961720,176,"*","Exon (uc010mbn.2/116039, exon 2 of 3)",8,99956631,99964326,7696,1,"116039",4914,"ENSG00000164920","OSR2","odd-skipped related transciption factor 2"
+"chr16",67183003,67183177,175,"*","Promoter (1-2kb)",16,67182005,67184902,2898,2,"84752",1725,"ENSG00000237172","B3GNT9","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 9"
+"chr6",116176379,116176683,305,"*","Distal Intergenic",6,116359894,116361107,1214,1,"728402",-183211,NA,"TPI1P3","triosephosphate isomerase 1 pseudogene 3"
+"chr7",66386441,66386451,11,"*","Promoter (<=1kb)",7,66386203,66423538,37336,1,"55069",238,"ENSG00000106609","TMEM248","transmembrane protein 248"
+"chr19",31848001,31848008,8,"*","Distal Intergenic",19,31765851,31840190,74340,2,"57616",-7811,"ENSG00000121297","TSHZ3","teashirt zinc finger homeobox 3"
+"chr3",196230657,196230661,5,"*","Promoter (<=1kb)",3,196195657,196230639,34983,2,"165918",-18,"ENSG00000163961","RNF168","ring finger protein 168, E3 ubiquitin protein ligase"
+"chr5",176046096,176046233,138,"*","Downstream (<1kb)",5,176022803,176037131,14329,2,"114787",-8965,"ENSG00000169258","GPRIN1","G protein regulated inducer of neurite outgrowth 1"
+"chr11",128646953,128647003,51,"*","Intron (uc010sbt.2/2313, intron 2 of 6)",11,128561567,128565918,4352,2,"100507392",-81035,"ENSG00000254703","SENCR","smooth muscle and endothelial cell enriched migration/differentiation-associated long non-coding RNA"
+"chr3",44903163,44903188,26,"*","Promoter (<=1kb)",3,44903380,44903473,94,1,"693149",-192,"ENSG00000207783","MIR564","microRNA 564"
+"chr6",110798012,110798022,11,"*","Promoter (<=1kb)",6,110745892,110797844,51953,2,"85413",-168,"ENSG00000004809","SLC22A16","solute carrier family 22 member 16"
+"chr16",89341634,89341851,218,"*","Intron (uc002fmx.2/29123, intron 4 of 12)",16,89387541,89391518,3978,1,"100287036",-45690,NA,"LOC100287036","uncharacterized LOC100287036"
+"chrX",75005039,75005096,58,"*","Promoter (<=1kb)",23,75002823,75005079,2257,2,"139599",0,"ENSG00000186675","MAGEE2","MAGE family member E2"
+"chr22",19974637,19974818,182,"*","Intron (uc002zqz.3/421, intron 17 of 19)",22,19951276,19951357,82,1,"100616414",23361,"ENSG00000265087","MIR4761","microRNA 4761"
+"chr6",34204646,34204650,5,"*","Promoter (<=1kb)",6,34204577,34214008,9432,1,"3159",69,"ENSG00000137309","HMGA1","high mobility group AT-hook 1"
+"chr14",101291500,101291571,72,"*","Promoter (<=1kb)",14,101292445,101327360,34916,1,"55384",-874,"ENSG00000214548","MEG3","maternally expressed 3 (non-protein coding)"
+"chr17",30814466,30814625,160,"*","Promoter (<=1kb)",17,30814105,30818271,4167,1,"8851",361,"ENSG00000176749","CDK5R1","cyclin-dependent kinase 5, regulatory subunit 1 (p35)"
+"chr17",30437749,30437854,106,"*","Distal Intergenic",17,30469473,30552746,83274,1,"55288",-31619,"ENSG00000126858","RHOT1","ras homolog family member T1"
+"chr2",32390743,32390924,182,"*","Promoter (<=1kb)",2,32390910,32449181,58272,1,"55676",0,"ENSG00000152683","SLC30A6","solute carrier family 30 member 6"
+"chr4",190861188,190861511,324,"*","Promoter (<=1kb)",4,190861974,190884359,22386,1,"2483",-463,"ENSG00000109536","FRG1","FSHD region gene 1"
+"chr9",129567307,129567370,64,"*","Promoter (<=1kb)",9,129567285,129600487,33203,1,"23099",22,"ENSG00000169155","ZBTB43","zinc finger and BTB domain containing 43"
+"chr16",30968016,30968205,190,"*","Promoter (<=1kb)",16,30968615,30995981,27367,1,"9739",-410,"ENSG00000099381","SETD1A","SET domain containing 1A"
+"chr15",85259776,85259834,59,"*","Promoter (<=1kb)",15,85212768,85259691,46924,2,"23478",-85,"ENSG00000140612","SEC11A","SEC11 homolog A, signal peptidase complex subunit"
+"chr12",21926428,21926524,97,"*","Promoter (1-2kb)",12,21917889,21927755,9867,2,"3764",1231,"ENSG00000121361","KCNJ8","potassium voltage-gated channel subfamily J member 8"
+"chr2",91670734,91670894,161,"*","Distal Intergenic",2,91805188,91847975,42788,2,"654342",177081,NA,"LOC654342","lymphocyte-specific protein 1 pseudogene"
+"chr20",57426343,57426347,5,"*","Promoter (<=1kb)",20,57393973,57425958,31986,2,"149775",-385,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
+"chr5",112849285,112849405,121,"*","Promoter (<=1kb)",5,112849391,112930984,81594,1,"64848",0,"ENSG00000047188","YTHDC2","YTH domain containing 2"
+"chr6",31855386,31855457,72,"*","Exon (uc003nxy.1/10919, exon 14 of 27)",6,32485154,32557613,72460,2,"3127",702156,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr2",173100097,173100242,146,"*","Distal Intergenic",2,172964166,172967478,3313,2,"1746",-132619,"ENSG00000115844","DLX2","distal-less homeobox 2"
+"chr20",32262063,32262282,220,"*","Promoter (<=1kb)",20,32244893,32262264,17372,2,"63941",0,"ENSG00000125967","NECAB3","N-terminal EF-hand calcium binding protein 3"
+"chr3",11763292,11763659,368,"*","Promoter (1-2kb)",3,11597544,11762220,164677,2,"9686",-1072,"ENSG00000144560","VGLL4","vestigial like family member 4"
+"chr1",19971172,19971176,5,"*","Promoter (1-2kb)",1,19969723,19984949,15227,1,"4681",1449,"ENSG00000158747","NBL1","neuroblastoma 1, DAN family BMP antagonist"
+"chr19",16144327,16144451,125,"*","Promoter (<=1kb)",19,16144018,16152918,8901,1,"148231",309,"ENSG00000167459","LINC00905","long intergenic non-protein coding RNA 905"
+"chr17",1553405,1553484,80,"*","Promoter (<=1kb)",17,1549445,1553392,3948,2,"83547",-13,"ENSG00000167705","RILP","Rab interacting lysosomal protein"
+"chr2",56149777,56150255,479,"*","Promoter (1-2kb)",2,56093097,56151298,58202,2,"2202",1043,"ENSG00000115380","EFEMP1","EGF containing fibulin-like extracellular matrix protein 1"
+"chr11",66790623,66791038,416,"*","Promoter (<=1kb)",11,66790190,66818334,28145,1,"91683",433,"ENSG00000173227","SYT12","synaptotagmin 12"
+"chr12",79811776,79811982,207,"*","Promoter (1-2kb)",12,79813037,79813101,65,1,"100302136",-1055,"ENSG00000221788","MIR1252","microRNA 1252"
+"chr19",1287832,1287884,53,"*","Promoter (1-2kb)",19,1286153,1301429,15277,1,"1943",1679,"ENSG00000099617","EFNA2","ephrin-A2"
+"chr2",211090171,211090199,29,"*","Promoter (<=1kb)",2,211052716,211090215,37500,2,"33",16,"ENSG00000115361","ACADL","acyl-CoA dehydrogenase, long chain"
+"chr6",32847842,32847845,4,"*","Distal Intergenic",6,32605183,32614839,9657,1,"3117",242659,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr19",1761424,1761732,309,"*","Intron (uc010xgr.2/390874, intron 1 of 1)",19,1753662,1775444,21783,1,"390874",7762,"ENSG00000205922","ONECUT3","one cut homeobox 3"
+"chr3",123752345,123752504,160,"*","Promoter (<=1kb)",3,123752542,124440036,687495,1,"8997",-38,"ENSG00000160145","KALRN","kalirin, RhoGEF kinase"
+"chr19",33878750,33878853,104,"*","Exon (uc002nuq.4/5184, exon 1 of 2)",19,33864575,33873592,9018,1,"1054",14175,"ENSG00000153879","CEBPG","CCAAT/enhancer binding protein gamma"
+"chr1",4716489,4716554,66,"*","Promoter (1-2kb)",1,4715105,4843851,128747,1,"55966",1384,"ENSG00000196581","AJAP1","adherens junctions associated protein 1"
+"chr12",71314662,71314752,91,"*","Promoter (<=1kb)",12,71031853,71314584,282732,2,"5801",-78,"ENSG00000153233","PTPRR","protein tyrosine phosphatase, receptor type R"
+"chr21",47744064,47744200,137,"*","Promoter (<=1kb)",21,47744036,47865682,121647,1,"5116",28,"ENSG00000160299","PCNT","pericentrin"
+"chr5",88180146,88180330,185,"*","Intron (uc003kjl.3/4208, intron 10 of 11)",5,88014058,88199922,185865,2,"4208",19592,"ENSG00000081189","MEF2C","myocyte enhancer factor 2C"
+"chr8",144935784,144935787,4,"*","Distal Intergenic",8,144915755,144924200,8446,2,"340371",-11584,"ENSG00000185189","NRBP2","nuclear receptor binding protein 2"
+"chr15",79576250,79576704,455,"*","Promoter (<=1kb)",15,79484049,79576287,92239,2,"729911",0,"ENSG00000259234","ANKRD34C-AS1","ANKRD34C antisense RNA 1"
+"chr11",19733661,19733794,134,"*","Promoter (2-3kb)",11,19732480,19736218,3739,2,"100126784",2424,NA,"LOC100126784","uncharacterized LOC100126784"
+"chr1",179545043,179545086,44,"*","Promoter (<=1kb)",1,179519674,179545084,25411,2,"7827",0,"ENSG00000116218","NPHS2","NPHS2 podocin"
+"chr6",11232799,11232885,87,"*","5' UTR",6,11102722,11112071,9350,2,"405754",-120728,"ENSG00000244476","ERVFRD-1","endogenous retrovirus group FRD member 1"
+"chr19",12145947,12146115,169,"*","Promoter (<=1kb)",19,12125532,12146525,20994,2,"163059",410,"ENSG00000197647","ZNF433","zinc finger protein 433"
+"chr19",38885050,38885194,145,"*","5' UTR",19,38880840,38890523,9684,1,"399473",4210,"ENSG00000188766","SPRED3","sprouty related, EVH1 domain containing 3"
+"chr2",234072769,234072811,43,"*","Intron (uc010zmo.2/3635, intron 11 of 25)",2,234160217,234204320,44104,1,"55054",-87406,"ENSG00000085978","ATG16L1","autophagy related 16 like 1"
+"chr8",23584042,23584098,57,"*","Distal Intergenic",8,23559964,23564111,4148,2,"137814",-19931,"ENSG00000180053","NKX2-6","NK2 homeobox 6"
+"chr3",27756796,27756803,8,"*","Downstream (<1kb)",3,27757440,27764206,6767,2,"8320",7403,"ENSG00000163508","EOMES","eomesodermin"
+"chr7",148984568,148984587,20,"*","Intron (uc003wfr.4/155060, intron 5 of 13)",7,148959262,148982085,22824,1,"100289678",25306,"ENSG00000204946","ZNF783","zinc finger family member 783"
+"chr17",3907451,3907702,252,"*","Intron (uc021tnv.1/uc021tnv.1, intron 1 of 1)",17,3827163,3867758,40596,2,"489",-39693,"ENSG00000074370","ATP2A3","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 3"
+"chr15",90295566,90295903,338,"*","Promoter (1-2kb)",15,90293098,90294540,1443,2,"55897",-1026,"ENSG00000166823","MESP1","mesoderm posterior bHLH transcription factor 1"
+"chr20",62795782,62795807,26,"*","Intron (uc002yih.3/4661, intron 1 of 15)",20,62783144,62873606,90463,1,"4661",12638,"ENSG00000196132","MYT1","myelin transcription factor 1"
+"chr6",170860359,170860440,82,"*","Promoter (1-2kb)",6,170780107,170862417,82311,2,"5689",1977,"ENSG00000008018","PSMB1","proteasome subunit beta 1"
+"chr12",124246927,124247047,121,"*","Promoter (<=1kb)",12,124247042,124420267,173226,1,"196385",0,"ENSG00000197653","DNAH10","dynein axonemal heavy chain 10"
+"chr16",32213944,32214185,242,"*","Distal Intergenic",16,32162609,32163874,1266,2,"440362",-50070,NA,NA,NA
+"chr13",100637560,100637882,323,"*","Exon (uc001von.3/7546, exon 3 of 3)",13,100634026,100639019,4994,1,"7546",3534,"ENSG00000043355","ZIC2","Zic family member 2"
+"chr16",55909166,55909393,228,"*","5' UTR",16,55836764,55867075,30312,2,"1066",-42091,"ENSG00000198848","CES1","carboxylesterase 1"
+"chr15",86338186,86338204,19,"*","Promoter (<=1kb)",15,86302559,86338189,35631,2,"64410",0,"ENSG00000183655","KLHL25","kelch like family member 25"
+"chr1",8044533,8044553,21,"*","Exon (uc001aoy.1/uc001aoy.1, exon 1 of 1)",1,8021714,8045342,23629,1,"11315",22819,"ENSG00000116288","PARK7","Parkinsonism associated deglycase"
+"chr4",8137016,8137019,4,"*","Intron (uc003gkj.4/84448, intron 20 of 20)",4,7967037,8160559,193523,2,"84448",23540,"ENSG00000163995","ABLIM2","actin binding LIM protein family member 2"
+"chr1",6188937,6189040,104,"*","Exon (uc001alz.2/26038, exon 3 of 21)",1,6161847,6240194,78348,2,"26038",51154,"ENSG00000116254","CHD5","chromodomain helicase DNA binding protein 5"
+"chr1",230561200,230561250,51,"*","Promoter (<=1kb)",1,230457392,230561674,104283,2,"79605",424,"ENSG00000177614","PGBD5","piggyBac transposable element derived 5"
+"chr14",105281643,105281991,349,"*","Distal Intergenic",14,105287538,105290055,2518,1,"196872",-5547,"ENSG00000258701","LINC00638","long intergenic non-protein coding RNA 638"
+"chr2",73114359,73114371,13,"*","Promoter (<=1kb)",2,73114512,73119289,4778,1,"6697",-141,"ENSG00000116096","SPR","sepiapterin reductase (7,8-dihydrobiopterin:NADP+ oxidoreductase)"
+"chr19",4402429,4402454,26,"*","Promoter (<=1kb)",19,4402660,4443394,40735,1,"10036",-206,"ENSG00000167670","CHAF1A","chromatin assembly factor 1 subunit A"
+"chr6",52051228,52051269,42,"*","Promoter (<=1kb)",6,52051185,52055436,4252,1,"3605",43,"ENSG00000112115","IL17A","interleukin 17A"
+"chr18",24128116,24128455,340,"*","Exon (uc010xbj.3/284252, exon 1 of 5)",18,24034874,24237365,202492,2,"284252",108910,"ENSG00000134504","KCTD1","potassium channel tetramerization domain containing 1"
+"chr16",31129151,31129259,109,"*","Promoter (<=1kb)",16,31128985,31142714,13730,1,"84148",166,"ENSG00000103510","KAT8","lysine acetyltransferase 8"
+"chr10",3239873,3240019,147,"*","Distal Intergenic",10,3179116,3215033,35918,2,"10531",-24840,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
+"chr2",95825303,95825312,10,"*","Promoter (<=1kb)",2,95813400,95825263,11864,2,"84874",-40,"ENSG00000144026","ZNF514","zinc finger protein 514"
+"chr10",20106787,20106825,39,"*","Promoter (1-2kb)",10,20105372,20569115,463744,1,"84898",1415,"ENSG00000120594","PLXDC2","plexin domain containing 2"
+"chr11",65029595,65029602,8,"*","Promoter (<=1kb)",11,65029432,65065088,35657,1,"23649",163,"ENSG00000014138","POLA2","polymerase (DNA) alpha 2, accessory subunit"
+"chr21",27012567,27012878,312,"*","Promoter (<=1kb)",21,27011594,27089874,78281,1,"58494",973,"ENSG00000154721","JAM2","junctional adhesion molecule 2"
+"chr12",54450822,54450826,5,"*","Promoter (1-2kb)",12,54452038,54516018,63981,1,"440101",-1212,"ENSG00000248265","FLJ12825","uncharacterized LOC440101"
+"chr16",29151700,29151913,214,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29086163,29128038,41876,1,"653390",65537,"ENSG00000103472","RRN3P2","RRN3 homolog, RNA polymerase I transcription factor pseudogene 2"
+"chr11",74860623,74860937,315,"*","Intron (uc010rrp.1/11309, intron 1 of 2)",11,74811540,74917445,105906,1,"11309",49083,"ENSG00000137491","SLCO2B1","solute carrier organic anion transporter family member 2B1"
+"chr12",104105241,104105517,277,"*","Exon (uc001tjw.3/55576, exon 40 of 69)",12,103981069,104160502,179434,1,"55576",124172,"ENSG00000136011","STAB2","stabilin 2"
+"chrX",135229382,135229551,170,"*","Promoter (<=1kb)",23,135228861,135293518,64658,1,"2273",521,"ENSG00000022267","FHL1","four and a half LIM domains 1"
+"chr12",132663572,132663593,22,"*","Distal Intergenic",12,132628993,132636986,7994,1,"79050",34579,"ENSG00000184967","NOC4L","nucleolar complex associated 4 homolog"
+"chr16",31483726,31483984,259,"*","Promoter (<=1kb)",16,31483476,31489281,5806,1,"7041",250,"ENSG00000140682","TGFB1I1","transforming growth factor beta 1 induced transcript 1"
+"chr7",64878073,64878160,88,"*","Distal Intergenic",7,64838768,64865998,27231,1,"168374",39305,"ENSG00000146757","ZNF92","zinc finger protein 92"
+"chr11",82611753,82612022,270,"*","Promoter (<=1kb)",11,82535409,82611557,76149,2,"5547",-196,"ENSG00000137509","PRCP","prolylcarboxypeptidase"
+"chr1",168194826,168194889,64,"*","Promoter (<=1kb)",1,168195255,168212088,16834,1,"375035",-366,"ENSG00000213064","SFT2D2","SFT2 domain containing 2"
+"chr12",133133464,133133524,61,"*","Intron (uc001ukf.3/57666, intron 5 of 16)",12,133179736,133187037,7302,2,"100507055",53513,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
+"chr21",34774834,34775032,199,"*","Promoter (<=1kb)",21,34775202,34809828,34627,1,"3460",-170,"ENSG00000159128","IFNGR2","interferon gamma receptor 2 (interferon gamma transducer 1)"
+"chr10",101282768,101282835,68,"*","Distal Intergenic",10,101292690,101296280,3591,1,"159296",-9855,"ENSG00000119919","NKX2-3","NK2 homeobox 3"
+"chr11",63438768,63438904,137,"*","Promoter (<=1kb)",11,63396437,63439444,43008,2,"25923",540,"ENSG00000184743","ATL3","atlastin GTPase 3"
+"chr11",65385911,65386028,118,"*","Promoter (2-3kb)",11,65383783,65404910,21128,1,"399909",2128,"ENSG00000197136","PCNX3","pecanex homolog 3 (Drosophila)"
+"chr15",96877252,96877720,469,"*","Promoter (<=1kb)",15,96876490,96876536,47,1,"100302258",762,"ENSG00000222651","MIR1469","microRNA 1469"
+"chr1",151020868,151021364,497,"*","Promoter (<=1kb)",1,151020259,151023871,3613,1,"54964",609,"ENSG00000143443","C1orf56","chromosome 1 open reading frame 56"
+"chr19",4785480,4785605,126,"*","Distal Intergenic",19,4791728,4795571,3844,1,"55527",-6123,"ENSG00000141965","FEM1A","fem-1 homolog a (C. elegans)"
+"chr3",42814808,42814880,73,"*","Promoter (<=1kb)",3,42749874,42814745,64872,2,"152206",-63,"ENSG00000244607","CCDC13","coiled-coil domain containing 13"
+"chr3",44666766,44666850,85,"*","Promoter (<=1kb)",3,44666511,44689963,23453,1,"10168",255,"ENSG00000186448","ZNF197","zinc finger protein 197"
+"chr8",10339429,10339449,21,"*","Distal Intergenic",8,10383056,10411676,28621,1,"203074",-43607,"ENSG00000184647","PRSS55","protease, serine 55"
+"chr19",58728560,58728562,3,"*","Distal Intergenic",19,58740070,58775008,34939,1,"27300",-11508,"ENSG00000198131","ZNF544","zinc finger protein 544"
+"chr7",609506,609545,40,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",49478,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr10",95462382,95462398,17,"*","Promoter (<=1kb)",10,95427640,95462913,35274,2,"118924",515,"ENSG00000148690","FRA10AC1","fragile site, folic acid type, rare, fra(10)(q23.3) or fra(10)(q24.2) candidate 1"
+"chr4",106395547,106395595,49,"*","Promoter (<=1kb)",4,106290234,106395227,104994,2,"27068",-320,"ENSG00000138777","PPA2","pyrophosphatase (inorganic) 2"
+"chr17",33470730,33470733,4,"*","Promoter (1-2kb)",17,33458368,33469322,10955,2,"54475",-1408,"ENSG00000073536","NLE1","notchless homolog 1 (Drosophila)"
+"chr16",3188556,3188967,412,"*","3' UTR",16,3185057,3192805,7749,1,"7760",3499,"ENSG00000085644","ZNF213","zinc finger protein 213"
+"chr9",13278464,13278578,115,"*","Promoter (<=1kb)",9,13105703,13279563,173861,2,"8777",985,"ENSG00000107186","MPDZ","multiple PDZ domain crumbs cell polarity complex component"
+"chr5",139077047,139077178,132,"*","Distal Intergenic",5,139028301,139062680,34380,1,"51523",48746,"ENSG00000171604","CXXC5","CXXC finger protein 5"
+"chr1",36615054,36615143,90,"*","5' UTR",1,36602170,36621654,19485,2,"27095",6511,"ENSG00000054116","TRAPPC3","trafficking protein particle complex 3"
+"chr5",150138773,150138818,46,"*","Promoter (<=1kb)",5,150088309,150138657,50349,2,"51164",-116,"ENSG00000132912","DCTN4","dynactin subunit 4"
+"chr6",168720505,168720679,175,"*","Promoter (<=1kb)",6,168707584,168720402,12819,2,"168002",-103,"ENSG00000164488","DACT2","dishevelled-binding antagonist of beta-catenin 2"
+"chr1",2999680,2999893,214,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,2985742,3355185,369444,1,"63976",13938,"ENSG00000142611","PRDM16","PR domain 16"
+"chr7",20818880,20818887,8,"*","Distal Intergenic",7,20821894,20826508,4615,2,"221833",7621,"ENSG00000164651","SP8","Sp8 transcription factor"
+"chr12",9217688,9217763,76,"*","Promoter (<=1kb)",12,9217773,9220651,2879,1,"144571",-10,"ENSG00000245105","A2M-AS1","A2M antisense RNA 1 (head to head)"
+"chr13",114797383,114797865,483,"*","Intron (uc010tkk.2/22821, intron 20 of 23)",13,114747194,114898095,150902,2,"22821",100230,"ENSG00000185989","RASA3","RAS p21 protein activator 3"
+"chr5",625594,625656,63,"*","Intron (uc011clz.1/55722, intron 4 of 6)",5,612405,653666,41262,1,"55722",13189,"ENSG00000112877","CEP72","centrosomal protein 72kDa"
+"chr16",1404786,1404866,81,"*","Promoter (2-3kb)",16,1401900,1413352,11453,1,"84572",2886,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
+"chr2",149403196,149403594,399,"*","Promoter (<=1kb)",2,149402560,149545136,142577,1,"26122",636,"ENSG00000135999","EPC2","enhancer of polycomb homolog 2"
+"chr10",64133674,64133686,13,"*","Intron (uc001jly.4/22891, intron 1 of 4)",10,63942794,64028466,85673,2,"219790",-105208,"ENSG00000182010","RTKN2","rhotekin 2"
+"chr18",18511878,18511936,59,"*","Distal Intergenic",18,18529703,18691812,162110,2,"6093",179876,"ENSG00000067900","ROCK1","Rho associated coiled-coil containing protein kinase 1"
+"chr16",71523436,71523475,40,"*","Promoter (<=1kb)",16,71507976,71523254,15279,2,"7567",-182,"ENSG00000157429","ZNF19","zinc finger protein 19"
+"chr16",605347,605677,331,"*","Distal Intergenic",16,610422,615529,5108,1,"146325",-4745,"ENSG00000161992","PRR35","proline rich 35"
+"chr16",31190960,31191119,160,"*","Promoter (<=1kb)",16,31191431,31206192,14762,1,"2521",-312,"ENSG00000089280","FUS","FUS RNA binding protein"
+"chr19",57922209,57922271,63,"*","Intron (uc021vck.1/7565, intron 1 of 2)",19,57901218,57913919,12702,1,"147694",20991,"ENSG00000188785","ZNF548","zinc finger protein 548"
+"chr13",113663197,113663538,342,"*","Intron (uc031qnk.1/23263, intron 1 of 27)",13,113621798,113622952,1155,2,"100289410",-40245,NA,"MCF2L-AS1","MCF2L antisense RNA 1"
+"chr2",45029929,45030072,144,"*","Distal Intergenic",2,45169037,45173216,4180,1,"6496",-138965,"ENSG00000138083","SIX3","SIX homeobox 3"
+"chr4",155410860,155411351,492,"*","Promoter (1-2kb)",4,155155527,155412930,257404,2,"54798",1579,"ENSG00000197410","DCHS2","dachsous cadherin-related 2"
+"chr7",1080558,1080788,231,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1097141,1098897,1757,1,"115330",-16353,"ENSG00000164849","GPR146","G protein-coupled receptor 146"
+"chr2",198380277,198380297,21,"*","Promoter (<=1kb)",2,198380295,198418423,38129,1,"25843",0,"ENSG00000115540","MOB4","MOB family member 4, phocein"
+"chr14",100626950,100626964,15,"*","Promoter (<=1kb)",14,100612753,100626012,13260,2,"123099",-938,"ENSG00000168350","DEGS2","delta(4)-desaturase, sphingolipid 2"
+"chr18",78005487,78005593,107,"*","Promoter (<=1kb)",18,77915117,78005397,90281,2,"84552",-90,"ENSG00000178184","PARD6G","par-6 family cell polarity regulator gamma"
+"chr14",35183946,35184065,120,"*","Promoter (<=1kb)",14,35179588,35184029,4442,2,"1073",0,"ENSG00000165410","CFL2","cofilin 2"
+"chr1",42845753,42845942,190,"*","Promoter (<=1kb)",1,42846468,42889900,43433,1,"284716",-526,"ENSG00000177181","RIMKLA","ribosomal modification protein rimK-like family member A"
+"chr1",249120594,249120669,76,"*","Promoter (<=1kb)",1,249120576,249120642,67,1,"100422879",18,"ENSG00000264500","MIR3124","microRNA 3124"
+"chr15",101592026,101592151,126,"*","Exon (uc002bwr.3/79705, exon 24 of 34)",15,101459460,101610317,150858,1,"79705",132566,"ENSG00000154237","LRRK1","leucine-rich repeat kinase 1"
+"chr17",46655164,46655241,78,"*","Promoter (<=1kb)",17,46652869,46655743,2875,2,"3214",502,"ENSG00000182742","HOXB4","homeobox B4"
+"chr2",74941807,74942001,195,"*","Distal Intergenic",2,74881355,74910981,29627,1,"10505",60452,"ENSG00000135622","SEMA4F","ssemaphorin 4F"
+"chr14",24615924,24615930,7,"*","Promoter (<=1kb)",14,24612574,24615855,3282,2,"5721",-69,"ENSG00000100911","PSME2","proteasome activator subunit 2"
+"chr1",100503813,100503820,8,"*","Promoter (<=1kb)",1,100503789,100548929,45141,1,"64645",24,"ENSG00000156875","MFSD14A","major facilitator superfamily domain containing 14A"
+"chr1",898397,898804,408,"*","Promoter (2-3kb)",1,895967,901099,5133,1,"339451",2430,"ENSG00000187961","KLHL17","kelch like family member 17"
+"chr11",101785671,101785684,14,"*","Promoter (<=1kb)",11,101785746,101871793,86048,1,"57562",-62,"ENSG00000110318","CEP126","centrosomal protein 126kDa"
+"chr12",1059224,1059231,8,"*","Intron (uc001qiu.1/5893, intron 11 of 11)",12,1021255,1099219,77965,2,"5893",39988,"ENSG00000002016","RAD52","RAD52 homolog, DNA repair protein"
+"chr8",110551796,110551799,4,"*","Promoter (<=1kb)",8,110551929,110577391,25463,1,"9166",-130,"ENSG00000147654","EBAG9","estrogen receptor binding site associated, antigen, 9"
+"chr8",17355133,17355191,59,"*","Promoter (<=1kb)",8,17354597,17428077,73481,1,"6542",536,"ENSG00000003989","SLC7A2","solute carrier family 7 member 2"
+"chr3",50227687,50228164,478,"*","Promoter (<=1kb)",3,50229043,50235129,6087,1,"2779",-879,"ENSG00000114349","GNAT1","G protein subunit alpha transducin 1"
+"chr12",6579938,6580010,73,"*","Promoter (<=1kb)",12,6571404,6579843,8440,2,"6843",-95,"ENSG00000139190","VAMP1","vesicle associated membrane protein 1"
+"chr2",69969591,69969794,204,"*","Promoter (<=1kb)",2,69969127,70053596,84470,1,"307",464,"ENSG00000196975","ANXA4","annexin A4"
+"chr4",177713813,177714302,490,"*","Promoter (<=1kb)",4,177604691,177713895,109205,2,"7424",0,"ENSG00000150630","VEGFC","vascular endothelial growth factor C"
+"chr1",11561663,11561908,246,"*","Exon (uc001ash.4/57540, exon 2 of 21)",1,11539295,11597640,58346,1,"57540",22368,"ENSG00000204624","DISP3","dispatched RND transporter family member 3"
+"chr2",7017571,7017698,128,"*","Promoter (<=1kb)",2,7017796,7038363,20568,1,"91543",-98,"ENSG00000134321","RSAD2","radical S-adenosyl methionine domain containing 2"
+"chr20",36037277,36037706,430,"*","Distal Intergenic",20,35973088,36033821,60734,1,"6714",64189,"ENSG00000197122","SRC","SRC proto-oncogene, non-receptor tyrosine kinase"
+"chr3",48481648,48481655,8,"*","Promoter (<=1kb)",3,48481686,48485537,3852,1,"51372",-31,"ENSG00000232112","TMA7","translation machinery associated 7 homolog"
+"chr6",30459464,30459492,29,"*","Intron (uc011dmg.2/3133, intron 5 of 6)",6,28471073,28483570,12498,2,"257202",-1975894,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr4",83932063,83932168,106,"*","Promoter (1-2kb)",4,83845756,83934040,88285,2,"132660",1872,"ENSG00000189308","LIN54","lin-54 DREAM MuvB core complex component"
+"chr10",134046018,134046189,172,"*","Intron (uc001llc.1/282974, intron 11 of 12)",10,134000414,134019280,18867,1,"10570",45604,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
+"chr11",116578271,116578399,129,"*","Distal Intergenic",11,116618886,116643714,24829,2,"84811",65315,"ENSG00000137656","BUD13","BUD13 homolog"
+"chr10",4979610,4979614,5,"*","Intron (uc001iho.3/1645, intron 4 of 13)",10,4913859,4958465,44607,2,"389932",-21145,NA,"AKR1C6P","aldo-keto reductase family 1, member C6, pseudogene"
+"chr17",78818871,78819092,222,"*","Intron (uc010wuf.1/57521, intron 9 of 11)",17,78965641,78973933,8293,1,"79643",-146549,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr7",1347342,1347457,116,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",74688,"ENSG00000164853","UNCX","UNC homeobox"
+"chr1",19146909,19147074,166,"*","Distal Intergenic",1,19166093,19186155,20063,2,"80834",39081,"ENSG00000179002","TAS1R2","taste 1 receptor member 2"
+"chr6",116421826,116421833,8,"*","Promoter (<=1kb)",6,116421999,116566853,144855,1,"221294",-166,"ENSG00000178425","NT5DC1","5'-nucleotidase domain containing 1"
+"chr16",28503357,28503359,3,"*","Promoter (<=1kb)",16,28477974,28503623,25650,2,"1201",264,"ENSG00000188603","CLN3","ceroid-lipofuscinosis, neuronal 3"
+"chr8",28480583,28480797,215,"*","Distal Intergenic",8,28558990,28611207,52218,1,"2137",-78193,"ENSG00000012232","EXTL3","exostosin like glycosyltransferase 3"
+"chr9",136397692,136398117,426,"*","Promoter (<=1kb)",9,136397286,136440641,43356,1,"9719",406,"ENSG00000197859","ADAMTSL2","ADAMTS like 2"
+"chr2",120516961,120517001,41,"*","Promoter (<=1kb)",2,120517207,120742474,225268,1,"5775",-206,"ENSG00000088179","PTPN4","protein tyrosine phosphatase, non-receptor type 4"
+"chr14",48144321,48144765,445,"*","Promoter (<=1kb)",14,47308828,48144157,835330,2,"161357",-164,"ENSG00000139915","MDGA2","MAM domain containing glycosylphosphatidylinositol anchor 2"
+"chr15",65809585,65809723,139,"*","Promoter (<=1kb)",15,65737998,65810035,72038,2,"54878",312,"ENSG00000074603","DPP8","dipeptidyl peptidase 8"
+"chrX",18371852,18371858,7,"*","Promoter (<=1kb)",23,18257433,18372844,115412,2,"10389",986,"ENSG00000102098","SCML2","sex comb on midleg-like 2 (Drosophila)"
+"chr10",71333138,71333161,24,"*","Promoter (<=1kb)",10,71331791,71333210,1420,2,"50674",49,"ENSG00000122859","NEUROG3","neurogenin 3"
+"chr20",30458626,30458634,9,"*","Promoter (<=1kb)",20,30458505,30532764,74260,1,"164395",121,"ENSG00000131044","TTLL9","tubulin tyrosine ligase like 9"
+"chr12",111403932,111404204,273,"*","Distal Intergenic",12,111374406,111375250,845,1,"100131138",29526,"ENSG00000185847","LINC01405","long intergenic non-protein coding RNA 1405"
+"chr19",59073321,59073366,46,"*","Promoter (2-3kb)",19,59070553,59086164,15612,1,"100131691",2768,"ENSG00000267858","MZF1-AS1","MZF1 antisense RNA 1"
+"chr1",53703698,53704012,315,"*","Promoter (<=1kb)",1,53704282,53708455,4174,1,"100507564",-270,"ENSG00000226754","LOC100507564","uncharacterized LOC100507564"
+"chr16",28550123,28550221,99,"*","Promoter (<=1kb)",16,28548662,28550495,1834,2,"26471",274,"ENSG00000176046","NUPR1","nuclear protein 1, transcriptional regulator"
+"chr21",35747585,35747594,10,"*","Promoter (<=1kb)",21,35747749,35775074,27326,1,"54065",-155,"ENSG00000205670","SMIM11A","small integral membrane protein 11A"
+"chr1",11761649,11761718,70,"*","Intron (uc001asr.1/374946, intron 1 of 6)",1,11751781,11780336,28556,1,"374946",9868,"ENSG00000162490","DRAXIN","dorsal inhibitory axon guidance protein"
+"chr6",167709237,167709672,436,"*","Exon (uc003qvq.3/54346, exon 3 of 8)",6,167704803,167729502,24700,1,"54346",4434,"ENSG00000112494","UNC93A","unc-93 homolog A (C. elegans)"
+"chr13",111213704,111214048,345,"*","Promoter (<=1kb)",13,111175413,111214071,38659,2,"55647",23,"ENSG00000139832","RAB20","RAB20, member RAS oncogene family"
+"chr1",158149674,158149926,253,"*","Promoter (<=1kb)",1,158149737,158156216,6480,1,"912",0,"ENSG00000158473","CD1D","CD1d molecule"
+"chr15",68724948,68724954,7,"*","Promoter (<=1kb)",15,68594042,68724492,130451,2,"22801",-456,"ENSG00000137809","ITGA11","integrin subunit alpha 11"
+"chr15",75745131,75745181,51,"*","Promoter (2-3kb)",15,75661720,75748124,86405,2,"25942",2943,"ENSG00000169375","SIN3A","SIN3 transcription regulator family member A"
+"chr1",216896804,216896813,10,"*","5' UTR",1,215796236,216596738,800503,2,"7399",-300066,"ENSG00000042781","USH2A","Usher syndrome 2A (autosomal recessive, mild)"
+"chr19",45954345,45954356,12,"*","Intron (uc002pbu.2/2067, intron 8 of 8)",19,45971253,45978437,7185,1,"2354",-16897,"ENSG00000125740","FOSB","FBJ murine osteosarcoma viral oncogene homolog B"
+"chr11",2604317,2604391,75,"*","Intron (uc001lwn.3/3784, intron 6 of 15)",11,2629558,2721228,91671,2,"10984",116837,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
+"chr5",112043117,112043131,15,"*","Promoter (<=1kb)",5,112043202,112181936,138735,1,"324",-71,"ENSG00000134982","APC","adenomatous polyposis coli"
+"chr4",5896912,5897223,312,"*","Promoter (2-3kb)",4,5822491,5894785,72295,2,"1400",-2127,"ENSG00000072832","CRMP1","collapsin response mediator protein 1"
+"chr8",1136305,1136444,140,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",114383,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr9",125693629,125693836,208,"*","Promoter (<=1kb)",9,125680378,125693779,13402,2,"57684",0,"ENSG00000171448","ZBTB26","zinc finger and BTB domain containing 26"
+"chr11",32008793,32008961,169,"*","Intron (uc021qfp.1/5954, intron 1 of 5)",11,31806340,31839509,33170,2,"5080",-169284,"ENSG00000007372","PAX6","paired box 6"
+"chr2",64881724,64881850,127,"*","Promoter (<=1kb)",2,64858755,64881046,22292,2,"9792",-678,"ENSG00000179833","SERTAD2","SERTA domain containing 2"
+"chr1",158724009,158724314,306,"*","Promoter (<=1kb)",1,158724606,158725637,1032,1,"128371",-292,"ENSG00000180433","OR6K6","olfactory receptor family 6 subfamily K member 6"
+"chr19",8660710,8661033,324,"*","Exon (uc002mkj.1/81794, exon 11 of 26)",19,8645126,8675588,30463,2,"81794",14555,"ENSG00000142303","ADAMTS10","ADAM metallopeptidase with thrombospondin type 1 motif 10"
+"chr11",61685186,61685257,72,"*","Promoter (2-3kb)",11,61664768,61687741,22974,2,"5866",2484,"ENSG00000167994","RAB3IL1","RAB3A interacting protein (rabin3)-like 1"
+"chr20",1538305,1538318,14,"*","Promoter (<=1kb)",20,1514897,1538343,23447,2,"128646",25,"ENSG00000125900","SIRPD","signal regulatory protein delta"
+"chr15",75315826,75315858,33,"*","Promoter (<=1kb)",15,75315927,75343067,27141,1,"60490",-69,"ENSG00000138621","PPCDC","phosphopantothenoylcysteine decarboxylase"
+"chr18",55094774,55095177,404,"*","Distal Intergenic",18,55102917,55158530,55614,1,"9480",-7740,"ENSG00000119547","ONECUT2","one cut homeobox 2"
+"chr7",102105195,102105201,7,"*","Promoter (<=1kb)",7,102096667,102105321,8655,2,"54784",120,"ENSG00000160993","ALKBH4","alkB homolog 4, lysine demethylase"
+"chr11",23425965,23426416,452,"*","Distal Intergenic",11,22868468,22881972,13505,2,"100500938",-543993,"ENSG00000255359","CCDC179","coiled-coil domain containing 179"
+"chr11",15093744,15093769,26,"*","Promoter (1-2kb)",11,15095146,15103888,8743,1,"797",-1377,"ENSG00000175868","CALCB","calcitonin related polypeptide beta"
+"chr3",52827657,52827704,48,"*","Promoter (1-2kb)",3,52828784,52843025,14242,1,"3699",-1080,"ENSG00000162267","ITIH3","inter-alpha-trypsin inhibitor heavy chain 3"
+"chr16",46864685,46864715,31,"*","Promoter (<=1kb)",16,46835959,46865074,29116,2,"388272",359,"ENSG00000155330","C16orf87","chromosome 16 open reading frame 87"
+"chr14",101175469,101175645,177,"*","Distal Intergenic",14,101193202,101201467,8266,1,"8788",-17557,"ENSG00000185559","DLK1","delta-like 1 homolog (Drosophila)"
+"chr6",36646435,36646473,39,"*","Promoter (2-3kb)",6,36644237,36655116,10880,1,"1026",2198,"ENSG00000124762","CDKN1A","cyclin-dependent kinase inhibitor 1A"
+"chr3",13245693,13245958,266,"*","Distal Intergenic",3,12938542,13114617,176076,2,"9922",-131076,"ENSG00000144711","IQSEC1","IQ motif and Sec7 domain 1"
+"chrX",133680692,133680812,121,"*","Promoter (<=1kb)",23,133680644,133680741,98,2,"494336",0,"ENSG00000274784","MIR424","microRNA 424"
+"chr16",9186626,9186974,349,"*","Promoter (1-2kb)",16,9185537,9213555,28019,1,"29035",1089,"ENSG00000182831","C16orf72","chromosome 16 open reading frame 72"
+"chr11",1977621,1977903,283,"*","3' UTR",11,1968502,1977839,9338,1,"6150",9119,"ENSG00000214026","MRPL23","mitochondrial ribosomal protein L23"
+"chr17",9863009,9863013,5,"*","Intron (uc010vvd.1/8522, intron 10 of 12)",17,9801027,9808684,7658,2,"5957",-54325,"ENSG00000109047","RCVRN","recoverin"
+"chr1",6479352,6479424,73,"*","Exon (uc001amx.3/54626, exon 3 of 4)",1,6472498,6484730,12233,2,"54626",5306,"ENSG00000069812","HES2","hes family bHLH transcription factor 2"
+"chr10",6622425,6622433,9,"*","Promoter (<=1kb)",10,6622387,6627323,4937,1,"439949",38,NA,"PRKCQ-AS1","PRKCQ antisense RNA 1"
+"chr13",53423078,53423084,7,"*","Promoter (<=1kb)",13,53418109,53422775,4667,2,"5100",-303,"ENSG00000136099","PCDH8","protocadherin 8"
+"chr12",114841792,114841870,79,"*","Intron (uc001tvo.4/6910, intron 8 of 8)",12,114846000,114850637,4638,1,"255480",-4130,"ENSG00000255399","TBX5-AS1","TBX5 antisense RNA 1"
+"chr13",24895356,24895854,499,"*","Exon (uc001upe.3/221178, exon 16 of 16)",13,24883716,24896669,12954,1,"338872",11640,"ENSG00000240654","C1QTNF9","C1q and tumor necrosis factor related protein 9"
+"chr1",44440897,44440915,19,"*","Promoter (<=1kb)",1,44440602,44443972,3371,1,"533",295,"ENSG00000117410","ATP6V0B","ATPase H+ transporting V0 subunit b"
+"chr22",42524936,42525206,271,"*","Promoter (1-2kb)",22,42522501,42526883,4383,2,"1565",1677,"ENSG00000100197","CYP2D6","cytochrome P450 family 2 subfamily D member 6"
+"chr4",24796705,24796755,51,"*","Promoter (<=1kb)",4,24797085,24802467,5383,1,"6649",-330,"ENSG00000109610","SOD3","superoxide dismutase 3, extracellular"
+"chr4",108910565,108910787,223,"*","Promoter (<=1kb)",4,108910870,108956331,45462,1,"3033",-83,"ENSG00000138796","HADH","hydroxyacyl-CoA dehydrogenase"
+"chr7",104885200,104885375,176,"*","Intron (uc003vct.4/6733, intron 14 of 14)",7,104755716,105039798,284083,2,"6733",154423,"ENSG00000135250","SRPK2","SRSF protein kinase 2"
+"chr16",32330265,32330302,38,"*","Distal Intergenic",16,32264650,32267243,2594,1,"729264",65615,"ENSG00000205456","TP53TG3D","TP53 target 3D"
+"chr20",62196339,62196641,303,"*","Exon (uc002yfl.1/85441, exon 3 of 14)",20,62189439,62205592,16154,2,"85441",8951,"ENSG00000130589","HELZ2","helicase with zinc finger 2, transcriptional coactivator"
+"chr19",51538267,51538368,102,"*","Promoter (<=1kb)",19,51532348,51538148,5801,2,"43849",-119,"ENSG00000186474","KLK12","kallikrein related peptidase 12"
+"chr1",161087200,161087322,123,"*","Promoter (<=1kb)",1,161087862,161095235,7374,1,"4817",-540,"ENSG00000158793","NIT1","nitrilase 1"
+"chr1",40420587,40420606,20,"*","Promoter (<=1kb)",1,40420784,40435628,14845,1,"84879",-178,"ENSG00000168389","MFSD2A","major facilitator superfamily domain containing 2A"
+"chr1",171711261,171711280,20,"*","Promoter (<=1kb)",1,171669296,171711379,42084,2,"8674",99,"ENSG00000117533","VAMP4","vesicle associated membrane protein 4"
+"chr5",172571377,172571390,14,"*","Promoter (<=1kb)",5,172571445,172591390,19946,1,"662",-55,"ENSG00000113734","BNIP1","BCL2/adenovirus E1B 19kDa interacting protein 1"
+"chr18",74845706,74845829,124,"*","Promoter (<=1kb)",18,74690789,74844774,153986,2,"4155",-932,"ENSG00000197971","MBP","myelin basic protein"
+"chr6",84222035,84222040,6,"*","Promoter (<=1kb)",6,84222194,84235421,13228,1,"167681",-154,"ENSG00000146250","PRSS35","protease, serine 35"
+"chr8",54164310,54164374,65,"*","Promoter (<=1kb)",8,54138276,54164194,25919,2,"4986",-116,"ENSG00000082556","OPRK1","opioid receptor, kappa 1"
+"chr14",64108276,64108295,20,"*","Promoter (<=1kb)",14,64063757,64108641,44885,2,"112840",346,"ENSG00000140006","WDR89","WD repeat domain 89"
+"chr16",72042302,72042372,71,"*","Promoter (<=1kb)",16,72042643,72059316,16674,1,"1723",-271,"ENSG00000102967","DHODH","dihydroorotate dehydrogenase (quinone)"
+"chr16",57576302,57576346,45,"*","Promoter (<=1kb)",16,57576567,57611100,34534,1,"221188",-221,"ENSG00000159618","ADGRG5","adhesion G protein-coupled receptor G5"
+"chr1",155112702,155112791,90,"*","Promoter (<=1kb)",1,155112367,155112996,630,2,"54344",205,"ENSG00000179085","DPM3","dolichyl-phosphate mannosyltransferase subunit 3"
+"chr1",155210992,155211079,88,"*","Promoter (2-3kb)",1,155183616,155208441,24826,2,"2630",-2551,"ENSG00000160766","GBAP1","glucosidase, beta, acid pseudogene 1"
+"chr14",75800893,75801023,131,"*","Distal Intergenic",14,75761107,75763111,2005,1,"731223",39786,NA,"LINC01220","long intergenic non-protein coding RNA 1220"
+"chr16",1359179,1359182,4,"*","Promoter (<=1kb)",16,1359154,1377019,17866,1,"7329",25,"ENSG00000103275","UBE2I","ubiquitin conjugating enzyme E2I"
+"chr8",144872012,144872260,249,"*","Downstream (<1kb)",8,144895127,144895212,86,2,"100126338",22952,"ENSG00000216090","MIR937","microRNA 937"
+"chr19",11998460,11998536,77,"*","Promoter (<=1kb)",19,11998670,12025365,26696,1,"7620",-134,"ENSG00000198429","ZNF69","zinc finger protein 69"
+"chr2",176971353,176971355,3,"*","Promoter (2-3kb)",2,176969250,176974316,5067,1,"3237",2103,"ENSG00000128713","HOXD11","homeobox D11"
+"chr4",658981,659233,253,"*","Exon (uc003gao.4/5158, exon 19 of 22)",4,667369,675817,8449,1,"4636",-8136,"ENSG00000215375","MYL5","myosin light chain 5"
+"chr2",236721754,236721826,73,"*","Intron (uc021vyp.1/116987, intron 9 of 9)",2,236402733,237040444,637712,1,"116987",319021,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
+"chr20",42142446,42142511,66,"*","Exon (uc010zwh.2/26013, exon 3 of 22)",20,42136320,42179593,43274,1,"26013",6126,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
+"chr4",4863282,4863308,27,"*","Promoter (1-2kb)",4,4861392,4865660,4269,1,"4487",1890,"ENSG00000163132","MSX1","msh homeobox 1"
+"chr14",103469300,103469439,140,"*","Intron (uc001ymi.1/9578, intron 33 of 36)",14,103398716,103523742,125027,2,"9578",54303,"ENSG00000198752","CDC42BPB","CDC42 binding protein kinase beta"
+"chr6",5261043,5261046,4,"*","Promoter (<=1kb)",6,5108653,5261172,152520,2,"57128",126,"ENSG00000214113","LYRM4","LYR motif containing 4"
+"chr6",28602910,28602922,13,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-119340,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr1",43855459,43855567,109,"*","Promoter (<=1kb)",1,43849579,43855483,5905,2,"112950",0,"ENSG00000159479","MED8","mediator complex subunit 8"
+"chr10",85954336,85954511,176,"*","Promoter (<=1kb)",10,85954412,85979376,24965,1,"92211",0,"ENSG00000148600","CDHR1","cadherin related family member 1"
+"chr14",102553775,102554067,293,"*","Intron (uc001ykv.4/3320, intron 10 of 11)",14,102547075,102606086,59012,2,"3320",52019,"ENSG00000080824","HSP90AA1","heat shock protein 90kDa alpha family class A member 1"
+"chr2",128569063,128569067,5,"*","Promoter (<=1kb)",2,128461808,128568761,106954,2,"55339",-302,"ENSG00000136709","WDR33","WD repeat domain 33"
+"chr15",73343932,73344185,254,"*","Promoter (<=1kb)",15,73344825,73597547,252723,1,"4756",-640,"ENSG00000067141","NEO1","neogenin 1"
+"chr1",2276565,2276969,405,"*","Intron (uc001ajb.1/79906, intron 4 of 13)",1,2281853,2284100,2248,2,"100129534",7131,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr19",10401361,10402119,759,"*","Promoter (<=1kb)",19,10400655,10407454,6800,1,"7087",706,"ENSG00000105376","ICAM5","intercellular adhesion molecule 5"
+"chr20",33762625,33762943,319,"*","Promoter (2-3kb)",20,33759774,33765165,5392,1,"10544",2851,"ENSG00000101000","PROCR","protein C receptor"
+"chr6",30689171,30689177,7,"*","Intron (uc003nrl.3/203068, intron 1 of 3)",6,32485154,32557613,72460,2,"3127",1868436,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",1793255,1793363,109,"*","Exon (uc002cmi.1/23162, exon 5 of 5)",16,1784986,1785067,82,1,"100423012",8269,"ENSG00000265820","MIR3177","microRNA 3177"
+"chr10",134679335,134679387,53,"*","Intron (uc021qbc.1/54777, intron 23 of 57)",10,134621896,134756089,134194,2,"54777",76702,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
+"chr10",134861083,134861184,102,"*","Distal Intergenic",10,134884433,134945179,60747,1,"84435",-23249,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
+"chr12",131438626,131438689,64,"*","Promoter (<=1kb)",12,131438452,131626008,187557,1,"283383",174,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
+"chr22",46449933,46450011,79,"*","Promoter (<=1kb)",22,46446339,46450024,3686,2,"55267",13,"ENSG00000182257","PRR34","proline rich 34"
+"chr12",120427667,120428028,362,"*","Promoter (<=1kb)",12,120427648,120532299,104652,1,"92558",19,"ENSG00000135127","CCDC64","coiled-coil domain containing 64"
+"chr19",14247419,14247481,63,"*","Promoter (<=1kb)",19,14230321,14247440,17120,2,"55723",0,"ENSG00000105011","ASF1B","anti-silencing function 1B histone chaperone"
+"chr11",57519391,57519426,36,"*","Promoter (<=1kb)",11,57510986,57519253,8268,2,"643376",-138,"ENSG00000233436","BTBD18","BTB domain containing 18"
+"chr12",110939283,110939771,489,"*","Promoter (<=1kb)",12,110929330,110939916,10587,2,"51699",145,"ENSG00000111237","VPS29","VPS29, retromer complex component"
+"chr16",422005,422109,105,"*","Promoter (1-2kb)",16,417384,420569,3186,2,"10573",-1436,"ENSG00000086504","MRPL28","mitochondrial ribosomal protein L28"
+"chr1",26671870,26671891,22,"*","Exon (uc001bmd.4/55057, exon 2 of 20)",1,26648350,26680621,32272,2,"55057",8730,"ENSG00000176092","AIM1L","absent in melanoma 1-like"
+"chr14",105070816,105070998,183,"*","Promoter (<=1kb)",14,105060420,105071097,10678,2,"388021",99,"ENSG00000276342","TMEM179","transmembrane protein 179"
+"chr12",32112956,32112958,3,"*","Promoter (<=1kb)",12,32112353,32146043,33691,1,"55196",603,"ENSG00000174718","KIAA1551","KIAA1551"
+"chr6",28832260,28832270,11,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-348690,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr4",100572993,100573102,110,"*","Distal Intergenic",4,100485240,100545154,59915,1,"4547",87753,"ENSG00000138823","MTTP","microsomal triglyceride transfer protein"
+"chr1",28261642,28261658,17,"*","Promoter (<=1kb)",1,28261504,28285663,24160,1,"27293",138,"ENSG00000130768","SMPDL3B","sphingomyelin phosphodiesterase acid like 3B"
+"chr7",149569988,149569992,5,"*","Promoter (<=1kb)",7,149570057,149577787,7731,1,"155066",-65,"ENSG00000171130","ATP6V0E2","ATPase H+ transporting V0 subunit e2"
+"chr11",64546322,64546335,14,"*","Promoter (<=1kb)",11,64532076,64546316,14241,2,"7536",-6,"ENSG00000168066","SF1","splicing factor 1"
+"chr4",6839030,6839424,395,"*","Intron (uc003gjq.4/9778, intron 2 of 8)",4,6784459,6885899,101441,1,"9778",54571,"ENSG00000170871","KIAA0232","KIAA0232"
+"chr3",169684620,169684630,11,"*","Promoter (<=1kb)",3,169684580,169716161,31582,1,"7095",40,"ENSG00000008952","SEC62","SEC62 homolog, preprotein translocation factor"
+"chr3",114012785,114012806,22,"*","Promoter (<=1kb)",3,114012154,114029135,16982,1,"201633",631,"ENSG00000181847","TIGIT","T-cell immunoreceptor with Ig and ITIM domains"
+"chr14",53162779,53163071,293,"*","Promoter (<=1kb)",14,53108605,53162419,53815,2,"30001",-360,"ENSG00000197930","ERO1A","endoplasmic reticulum oxidoreductase alpha"
+"chr11",112097023,112097025,3,"*","Promoter (<=1kb)",11,112097088,112140678,43591,1,"5805",-63,"ENSG00000150787","PTS","6-pyruvoyltetrahydropterin synthase"
+"chr17",722949,723194,246,"*","Intron (uc010vqd.2/64359, intron 3 of 3)",17,662549,685571,23023,2,"51031",-37378,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
+"chr21",40194630,40194735,106,"*","Exon (uc002yxf.3/2114, exon 11 of 11)",21,40177231,40196878,19648,1,"2114",17399,"ENSG00000157557","ETS2","ETS proto-oncogene 2, transcription factor"
+"chr7",27701940,27702368,429,"*","Promoter (<=1kb)",7,27565059,27702620,137562,2,"11112",252,"ENSG00000106049","HIBADH","3-hydroxyisobutyrate dehydrogenase"
+"chr10",29698255,29698368,114,"*","Promoter (<=1kb)",10,29698483,29776785,78303,1,"387647",-115,"ENSG00000224597","PTCHD3P1","patched domain containing 3 pseudogene 1"
+"chr19",1313359,1313502,144,"*","Distal Intergenic",19,1286153,1301429,15277,1,"1943",27206,"ENSG00000099617","EFNA2","ephrin-A2"
+"chr16",50280072,50280495,424,"*","Distal Intergenic",16,50300462,50352043,51582,1,"113",-19967,"ENSG00000121281","ADCY7","adenylate cyclase 7"
+"chr8",22548498,22548828,331,"*","Promoter (1-2kb)",8,22545174,22550815,5642,2,"1960",1987,"ENSG00000179388","EGR3","early growth response 3"
+"chr20",30539873,30539958,86,"*","Promoter (<=1kb)",20,30532758,30539883,7126,2,"81572",0,"ENSG00000088356","PDRG1","p53 and DNA damage regulated 1"
+"chr6",31462038,31462047,10,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1095566,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",125033722,125033782,61,"*","Distal Intergenic",10,124913760,124924886,11127,1,"9184",119962,"ENSG00000154473","BUB3","BUB3 mitotic checkpoint protein"
+"chr7",4911051,4911121,71,"*","Intron (uc003sng.1/55698, intron 14 of 15)",7,4897369,4901625,4257,2,"56903",-9426,"ENSG00000218823","PAPOLB","poly(A) polymerase beta"
+"chr1",45965797,45965846,50,"*","Promoter (<=1kb)",1,45965856,45976739,10884,1,"25974",-10,"ENSG00000132763","MMACHC","methylmalonic aciduria (cobalamin deficiency) cblC type, with homocystinuria"
+"chr12",33590837,33591288,452,"*","Promoter (1-2kb)",12,33528348,33592754,64407,2,"341359",1466,"ENSG00000110975","SYT10","synaptotagmin 10"
+"chr6",147124986,147124988,3,"*","Promoter (<=1kb)",6,147122805,147124960,2156,2,"729176",-26,NA,"KATNBL1P6","katanin p80 subunit B-like 1 pseudogene 6"
+"chr13",113717379,113717830,452,"*","Intron (uc031qnk.1/23263, intron 5 of 27)",13,113760102,113774995,14894,1,"2155",-42272,"ENSG00000057593","F7","coagulation factor VII"
+"chr6",139094539,139094545,7,"*","Promoter (<=1kb)",6,139094657,139114456,19800,1,"25901",-112,"ENSG00000024862","CCDC28A","coiled-coil domain containing 28A"
+"chr16",1069574,1069760,187,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",37766,"ENSG00000005513","SOX8","SRY-box 8"
+"chr16",48419489,48419493,5,"*","Intron (uc021thr.1/100616339, intron 1 of 1)",16,48389596,48396910,7315,1,"100507577",29893,"ENSG00000102910","LOC100507577","uncharacterized LOC100507577"
+"chr10",101419471,101419579,109,"*","Promoter (<=1kb)",10,101419263,101471002,51740,1,"57089",208,"ENSG00000198018","ENTPD7","ectonucleoside triphosphate diphosphohydrolase 7"
+"chr15",78592154,78592258,105,"*","Promoter (<=1kb)",15,78575578,78591940,16363,2,"80349",-214,"ENSG00000140395","WDR61","WD repeat domain 61"
+"chr16",87021978,87022073,96,"*","Distal Intergenic",16,87336404,87351026,14623,2,"100506581",328953,"ENSG00000260456","C16orf95","chromosome 16 open reading frame 95"
+"chrX",151806508,151806628,121,"*","Promoter (<=1kb)",23,151806637,151821825,15189,1,"55879",-9,"ENSG00000268089","GABRQ","gamma-aminobutyric acid type A receptor theta subunit"
+"chr1",50574469,50574591,123,"*","Intron (uc001cry.3/1996, intron 1 of 6)",1,50513686,50667540,153855,1,"1996",60783,"ENSG00000162374","ELAVL4","ELAV like neuron-specific RNA binding protein 4"
+"chr13",49821810,49821878,69,"*","Promoter (<=1kb)",13,49822047,49867622,45576,1,"81602",-169,"ENSG00000102543","CDADC1","cytidine and dCMP deaminase domain containing 1"
+"chr14",37116073,37116296,224,"*","Distal Intergenic",14,37126773,37147011,20239,1,"5083",-10477,"ENSG00000198807","PAX9","paired box 9"
+"chr6",32821660,32821694,35,"*","5' UTR",6,32605183,32614839,9657,1,"3117",216477,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr3",155587904,155588010,107,"*","Promoter (<=1kb)",3,155588325,155655520,67196,1,"8833",-315,"ENSG00000163655","GMPS","guanine monophosphate synthase"
+"chr6",36842865,36843324,460,"*","Promoter (<=1kb)",6,36822606,36842800,20195,2,"51645",-65,"ENSG00000137168","PPIL1","peptidylprolyl isomerase like 1"
+"chr7",62528643,62528804,162,"*","Distal Intergenic",7,62751670,62764434,12765,2,"643955",235630,"ENSG00000185037","ZNF733P","zinc finger protein 733, pseudogene"
+"chr22",21321225,21321368,144,"*","Promoter (1-2kb)",22,21319418,21335649,16232,1,"150209",1807,"ENSG00000183773","AIFM3","apoptosis inducing factor, mitochondria associated 3"
+"chr13",99404105,99404231,127,"*","Promoter (<=1kb)",13,99336055,99404929,68875,2,"6564",698,"ENSG00000088386","SLC15A1","solute carrier family 15 member 1"
+"chr4",163483284,163483351,68,"*","Distal Intergenic",4,162305044,163085186,780143,2,"56884",-398098,"ENSG00000168843","FSTL5","follistatin like 5"
+"chr11",27384648,27384808,161,"*","Promoter (<=1kb)",11,27360061,27384795,24735,2,"91057",0,"ENSG00000109881","CCDC34","coiled-coil domain containing 34"
+"chr8",144797915,144797919,5,"*","Promoter (<=1kb)",8,144798507,144804633,6127,1,"225689",-588,"ENSG00000181085","MAPK15","mitogen-activated protein kinase 15"
+"chr19",5681119,5681123,5,"*","Promoter (<=1kb)",19,5678433,5680911,2479,2,"125988",-208,"ENSG00000174917","C19orf70","chromosome 19 open reading frame 70"
+"chr19",51017130,51017263,134,"*","Promoter (<=1kb)",19,51014857,51017947,3091,2,"554235",684,"ENSG00000204653","ASPDH","aspartate dehydrogenase domain containing"
+"chr11",108093413,108093419,7,"*","Promoter (<=1kb)",11,108028119,108093365,65247,2,"4863",-48,"ENSG00000149308","NPAT","nuclear protein, co-activator of histone transcription"
+"chr19",12844820,12845012,193,"*","Promoter (<=1kb)",19,12841454,12845529,4076,2,"79002",517,"ENSG00000123144","C19orf43","chromosome 19 open reading frame 43"
+"chr3",98312023,98312354,332,"*","Promoter (<=1kb)",3,98298290,98312455,14166,2,"1371",101,"ENSG00000080819","CPOX","coproporphyrinogen oxidase"
+"chr16",8806359,8806483,125,"*","Intron (uc002czc.4/18, intron 1 of 15)",16,8768444,8878432,109989,1,"18",37915,"ENSG00000183044","ABAT","4-aminobutyrate aminotransferase"
+"chr2",152118423,152118459,37,"*","Promoter (<=1kb)",2,152104728,152118389,13662,2,"375287",-34,"ENSG00000184898","RBM43","RNA binding motif protein 43"
+"chr8",1441985,1442292,308,"*","Distal Intergenic",8,1449532,1656642,207111,1,"9228",-7240,"ENSG00000198010","DLGAP2","discs large homolog associated protein 2"
+"chr12",133019038,133019135,98,"*","Distal Intergenic",12,133067157,133161773,94617,1,"57666",-48022,"ENSG00000112787","FBRSL1","fibrosin like 1"
+"chr16",646395,646579,185,"*","Intron (uc021szt.1/57799, intron 2 of 6)",16,639357,679273,39917,1,"57799",7038,"ENSG00000197562","RAB40C","RAB40C, member RAS oncogene family"
+"chr16",62070171,62070186,16,"*","Promoter (<=1kb)",16,61685915,62070739,384825,2,"1006",553,"ENSG00000150394","CDH8","cadherin 8"
+"chr22",39548724,39548919,196,"*","Promoter (<=1kb)",22,39526779,39548538,21760,2,"23492",-186,"ENSG00000100307","CBX7","chromobox 7"
+"chr7",158936739,158937107,369,"*","Promoter (<=1kb)",7,158820866,158937649,116784,2,"7434",542,"ENSG00000106018","VIPR2","vasoactive intestinal peptide receptor 2"
+"chr4",2009167,2009396,230,"*","Promoter (1-2kb)",4,1984441,2010962,26522,2,"7469",1566,"ENSG00000185049","NELFA","negative elongation factor complex member A"
+"chr17",22052080,22052189,110,"*","Distal Intergenic",17,22022437,22023991,1555,1,"100462977",29643,"ENSG00000256618","MTRNR2L1","MT-RNR2-like 1"
+"chr5",114880697,114880771,75,"*","Promoter (<=1kb)",5,114856608,114880591,23984,2,"56929",-106,"ENSG00000145780","FEM1C","fem-1 homolog c (C. elegans)"
+"chr18",11908960,11909052,93,"*","Promoter (<=1kb)",18,11883472,11908796,25325,2,"65258",-164,"ENSG00000154889","MPPE1","metallophosphoesterase 1"
+"chr11",46958025,46958043,19,"*","Promoter (<=1kb)",11,46958240,47185931,227692,1,"79096",-197,"ENSG00000149179","C11orf49","chromosome 11 open reading frame 49"
+"chr10",134260933,134261413,481,"*","Promoter (2-3kb)",10,134258714,134261825,3112,1,"170393",2219,NA,"C10orf91","chromosome 10 open reading frame 91"
+"chr20",45280240,45280311,72,"*","Intron (uc002xsg.2/64849, intron 12 of 13)",20,45186462,45313124,126663,2,"64849",32813,"ENSG00000158296","SLC13A3","solute carrier family 13 member 3"
+"chr22",38240510,38240517,8,"*","Promoter (<=1kb)",22,38240279,38240378,100,2,"724028",-132,"ENSG00000207945","MIR658","microRNA 658"
+"chr20",50385438,50385712,275,"*","Promoter (<=1kb)",20,50213314,50384908,171595,2,"10079",-530,"ENSG00000054793","ATP9A","ATPase phospholipid transporting 9A (putative)"
+"chr22",39152000,39152076,77,"*","5' UTR",22,39174513,39190161,15649,2,"10126",38085,"ENSG00000100246","DNAL4","dynein axonemal light chain 4"
+"chr11",82612705,82612718,14,"*","Promoter (<=1kb)",11,82612737,82669319,56583,1,"220042",-19,"ENSG00000165490","DDIAS","DNA damage induced apoptosis suppressor"
+"chr7",2058817,2059150,334,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1883816,1883889,74,2,"100616160",-174928,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr1",222645855,222646212,358,"*","Exon (uc010puo.1/uc010puo.1, exon 1 of 1)",1,222695602,222721444,25843,2,"79802",75232,"ENSG00000143512","HHIPL2","HHIP like 2"
+"chr10",72142615,72142636,22,"*","Promoter (<=1kb)",10,72058726,72142406,83681,2,"55222",-209,"ENSG00000172731","LRRC20","leucine rich repeat containing 20"
+"chr11",32447944,32448067,124,"*","Intron (uc001mtl.2/7490, intron 7 of 9)",11,32409322,32457081,47760,2,"7490",9014,"ENSG00000184937","WT1","Wilms tumor 1"
+"chr2",131099744,131099746,3,"*","Promoter (<=1kb)",2,131095816,131099922,4107,2,"84317",176,"ENSG00000136710","CCDC115","coiled-coil domain containing 115"
+"chr10",135191635,135191639,5,"*","Promoter (1-2kb)",10,135192741,135205198,12458,1,"196743",-1102,"ENSG00000148832","PAOX","polyamine oxidase (exo-N4-amino)"
+"chr12",13043680,13043734,55,"*","Promoter (<=1kb)",12,13043956,13066600,22645,1,"9052",-222,"ENSG00000013588","GPRC5A","G protein-coupled receptor class C group 5 member A"
+"chr6",43243709,43243897,189,"*","Intron (uc003ouq.1/84630, intron 13 of 14)",6,43265998,43273276,7279,1,"10864",-22101,"ENSG00000137204","SLC22A7","solute carrier family 22 member 7"
+"chr16",50731067,50731364,298,"*","5' UTR",16,50727514,50766987,39474,1,"64127",3553,"ENSG00000167207","NOD2","nucleotide binding oligomerization domain containing 2"
+"chr16",89337055,89337334,280,"*","Exon (uc002fmz.1/uc002fmz.1, exon 2 of 2)",16,89387541,89391518,3978,1,"100287036",-50207,NA,"LOC100287036","uncharacterized LOC100287036"
+"chr7",149767502,149767828,327,"*","Distal Intergenic",7,149564783,149570951,6169,2,"401431",-196551,"ENSG00000204934","ATP6V0E2-AS1","ATP6V0E2 antisense RNA 1"
+"chr18",267637,267663,27,"*","Promoter (<=1kb)",18,214520,268059,53540,2,"9984",396,"ENSG00000079134","THOC1","THO complex 1"
+"chr7",158740838,158740908,71,"*","Distal Intergenic",7,158801045,158822882,21838,1,"154822",-60137,"ENSG00000231419","LINC00689","long intergenic non-protein coding RNA 689"
+"chr10",95720700,95721133,434,"*","Promoter (<=1kb)",10,95717897,95721672,3776,2,"266971",539,"ENSG00000180764","PIPSL","PIP5K1A and PSMD4-like, pseudogene"
+"chr10",132909065,132909105,41,"*","Intron (uc001lkp.3/256536, intron 3 of 11)",10,132760851,132760931,81,2,"100422867",-148134,"ENSG00000264803","MIR378C","microRNA 378c"
+"chr2",233470647,233470652,6,"*","Promoter (<=1kb)",2,233470767,233547491,76725,1,"80303",-115,"ENSG00000115468","EFHD1","EF-hand domain family member D1"
+"chr12",132501869,132501960,92,"*","Intron (uc001ujn.3/57634, intron 19 of 52)",12,132515769,132515905,137,1,"677829",-13809,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
+"chr16",1551396,1551774,379,"*","Exon (uc002cly.3/9894, exon 10 of 21)",16,1543352,1560460,17109,1,"9894",8044,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr17",76676366,76676673,308,"*","Exon (uc010wtv.2/9267, exon 3 of 5)",17,76670130,76778376,108247,2,"9267",101703,"ENSG00000108669","CYTH1","cytohesin 1"
+"chr6",88986071,88986213,143,"*","Distal Intergenic",6,88849585,88875767,26183,2,"1268",-110304,"ENSG00000118432","CNR1","cannabinoid receptor 1 (brain)"
+"chr10",22634391,22634530,140,"*","Promoter (<=1kb)",10,22634374,22706539,72166,1,"9576",17,"ENSG00000077327","SPAG6","sperm associated antigen 6"
+"chr15",34260956,34260975,20,"*","Promoter (<=1kb)",15,34261089,34357287,96199,1,"1133",-114,"ENSG00000184984","CHRM5","cholinergic receptor muscarinic 5"
+"chr2",232261007,232261238,232,"*","Promoter (<=1kb)",2,232260335,232265875,5541,1,"93010",672,"ENSG00000156966","B3GNT7","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 7"
+"chr19",853006,853097,92,"*","Promoter (<=1kb)",19,852291,856246,3956,1,"1991",715,"ENSG00000197561","ELANE","elastase, neutrophil expressed"
+"chr14",105509229,105509328,100,"*","Distal Intergenic",14,105475910,105487425,11516,2,"55038",-21804,"ENSG00000170779","CDCA4","cell division cycle associated 4"
+"chr2",81694534,81694560,27,"*","Distal Intergenic",2,80515481,80531487,16007,2,"347730",-1163047,"ENSG00000162951","LRRTM1","leucine rich repeat transmembrane neuronal 1"
+"chr7",100861046,100861205,160,"*","Promoter (<=1kb)",7,100849258,100861011,11754,2,"8985",-35,"ENSG00000106397","PLOD3","procollagen-lysine, 2-oxoglutarate 5-dioxygenase 3"
+"chr14",107253273,107253290,18,"*","Intron (uc031qqx.1/uc031qqx.1, intron 4903 of 4910)",14,106938455,106951529,13075,1,"338005",314818,"ENSG00000270816","LINC00221","long intergenic non-protein coding RNA 221"
+"chr16",23607392,23607577,186,"*","Promoter (<=1kb)",16,23592335,23607639,15305,2,"4706",62,"ENSG00000004779","NDUFAB1","NADH:ubiquinone oxidoreductase subunit AB1"
+"chr2",157184614,157184768,155,"*","Intron (uc021vri.1/4929, intron 4 of 5)",2,157180944,157189287,8344,2,"4929",4519,"ENSG00000153234","NR4A2","nuclear receptor subfamily 4 group A member 2"
+"chr6",28109577,28109581,5,"*","Promoter (<=1kb)",6,28109688,28127250,17563,1,"7745",-107,"ENSG00000198315","ZKSCAN8","zinc finger with KRAB and SCAN domains 8"
+"chr8",46940895,46941103,209,"*","Distal Intergenic",8,47752508,47767407,14900,1,"497634",-811405,"ENSG00000253314","LINC00293","long intergenic non-protein coding RNA 293"
+"chr11",120983418,120983442,25,"*","Intron (uc010rzo.2/7007, intron 3 of 22)",11,120973375,121061515,88141,1,"7007",10043,"ENSG00000109927","TECTA","tectorin alpha"
+"chr16",967329,967618,290,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",63700,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr19",48896065,48896100,36,"*","Promoter (1-2kb)",19,48885827,48894810,8984,2,"10945",-1255,"ENSG00000105438","KDELR1","KDEL endoplasmic reticulum protein retention receptor 1"
+"chr6",160527310,160527453,144,"*","3' UTR",6,160514114,160517244,3131,1,"729603",13196,"ENSG00000213073","LOC729603","calcineurin-like EF-hand protein 1 pseudogene"
+"chr10",69634058,69634168,111,"*","Distal Intergenic",10,69644427,69678147,33721,1,"23411",-10259,"ENSG00000096717","SIRT1","sirtuin 1"
+"chr2",101179311,101179329,19,"*","Promoter (<=1kb)",2,101179418,101193201,13784,1,"79031",-89,"ENSG00000115539","PDCL3","phosducin like 3"
+"chr6",30685413,30685439,27,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872174,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr15",44955936,44955947,12,"*","Promoter (<=1kb)",15,44854894,44955876,100983,2,"80208",-60,"ENSG00000104133","SPG11","spastic paraplegia 11 (autosomal recessive)"
+"chr16",31580542,31580841,300,"*","Promoter (<=1kb)",16,31579088,31580845,1758,2,"440359",4,NA,"YBX3P1","Y-box binding protein 3 pseudogene 1"
+"chr3",197663873,197664106,234,"*","Intron (uc003fyn.3/84223, intron 7 of 7)",3,197677052,197682721,5670,1,"6165",-12946,"ENSG00000182899","RPL35A","ribosomal protein L35a"
+"chr2",208634004,208634073,70,"*","Promoter (<=1kb)",2,208627310,208634143,6834,2,"7855",70,"ENSG00000163251","FZD5","frizzled class receptor 5"
+"chr6",108437636,108438047,412,"*","Distal Intergenic",6,108362613,108395941,33329,2,"28962",-41695,"ENSG00000081087","OSTM1","osteopetrosis associated transmembrane protein 1"
+"chr16",4508243,4508686,444,"*","Distal Intergenic",16,4524719,4560348,35630,1,"3163",-16033,"ENSG00000103415","HMOX2","heme oxygenase 2"
+"chr2",198317965,198317982,18,"*","Promoter (<=1kb)",2,198318231,198339851,21621,1,"80219",-249,"ENSG00000115520","COQ10B","coenzyme Q10B"
+"chr6",31926920,31926931,12,"*","5' UTR",6,32485154,32557613,72460,2,"3127",630682,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",25043083,25043275,193,"*","Promoter (<=1kb)",16,25043062,25044098,1037,1,"554206",21,"ENSG00000262587","LOC554206","leucine carboxyl methyltransferase 1 pseudogene"
+"chr19",5147807,5148023,217,"*","Intron (uc002mbq.4/23030, intron 21 of 22)",19,4969124,5153608,184485,1,"23030",178683,"ENSG00000127663","KDM4B","lysine demethylase 4B"
+"chr2",119600360,119600519,160,"*","3' UTR",2,119599747,119605759,6013,2,"2019",5240,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr11",64879137,64879148,12,"*","Promoter (<=1kb)",11,64879326,64883707,4382,1,"7108",-178,"ENSG00000149809","TM7SF2","transmembrane 7 superfamily member 2"
+"chr12",54388886,54389066,181,"*","Distal Intergenic",12,54385522,54385631,110,1,"406973",3364,"ENSG00000207924","MIR196A2","microRNA 196a-2"
+"chr16",88763005,88763096,92,"*","3' UTR",16,88762903,88772829,9927,2,"115992",9733,"ENSG00000158717","RNF166","ring finger protein 166"
+"chr19",11908712,11909183,472,"*","Promoter (<=1kb)",19,11909391,11919306,9916,1,"126069",-208,"ENSG00000177599","ZNF491","zinc finger protein 491"
+"chr10",38739837,38740029,193,"*","Exon (uc009xme.3/399744, exon 8 of 8)",10,38717074,38741081,24008,1,"399744",22763,NA,"LINC00999","long intergenic non-protein coding RNA 999"
+"chr3",143690445,143690447,3,"*","Promoter (<=1kb)",3,143690640,143711210,20571,1,"205428",-193,"ENSG00000181744","C3orf58","chromosome 3 open reading frame 58"
+"chr7",12609412,12609859,448,"*","Promoter (<=1kb)",7,12610203,12693228,83026,1,"85477",-344,"ENSG00000006747","SCIN","scinderin"
+"chr17",7382829,7382838,10,"*","Promoter (1-2kb)",17,7384721,7386383,1663,1,"643664",-1883,"ENSG00000259224","SLC35G6","solute carrier family 35 member G6"
+"chr3",149191167,149191576,410,"*","Promoter (<=1kb)",3,149192368,149221181,28814,1,"7104",-792,"ENSG00000169903","TM4SF4","transmembrane 4 L six family member 4"
+"chr6",33092243,33092494,252,"*","Intron (uc003ocw.1/3116, intron 2 of 4)",6,33540323,33548070,7748,2,"578",455576,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr14",93651116,93651169,54,"*","Promoter (<=1kb)",14,93648541,93651249,2709,2,"64112",80,"ENSG00000165943","MOAP1","modulator of apoptosis 1"
+"chr5",1074670,1074685,16,"*","Exon (uc003jbu.3/10723, exon 16 of 24)",5,1063011,1063089,79,2,"100616479",-11581,"ENSG00000263834","MIR4635","microRNA 4635"
+"chr5",149676826,149677228,403,"*","Exon (uc003lrv.2/340075, exon 2 of 2)",5,149675909,149682525,6617,2,"340075",5297,"ENSG00000183876","ARSI","arylsulfatase family member I"
+"chr6",96025748,96025855,108,"*","Promoter (<=1kb)",6,96025373,96057328,31956,1,"79694",375,"ENSG00000172469","MANEA","mannosidase endo-alpha"
+"chr8",140632686,140632785,100,"*","Intron (uc003yvf.1/51305, intron 2 of 2)",8,140613082,140715299,102218,2,"51305",82514,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
+"chr19",54928012,54928137,126,"*","Promoter (1-2kb)",19,54926605,54947899,21295,1,"57348",1407,"ENSG00000167614","TTYH1","tweety family member 1"
+"chr16",88637332,88637426,95,"*","Promoter (<=1kb)",16,88636789,88698372,61584,1,"124245",543,"ENSG00000158545","ZC3H18","zinc finger CCCH-type containing 18"
+"chr10",134692119,134692358,240,"*","Intron (uc021qbc.1/54777, intron 29 of 57)",10,134621896,134756089,134194,2,"54777",63731,"ENSG00000171811","CFAP46","cilia and flagella associated protein 46"
+"chr12",95044311,95044446,136,"*","Promoter (<=1kb)",12,94960900,95044324,83425,2,"57458",0,"ENSG00000057704","TMCC3","transmembrane and coiled-coil domain family 3"
+"chr9",35073790,35073808,19,"*","Promoter (1-2kb)",9,35056065,35072739,16675,2,"7415",-1051,"ENSG00000165280","VCP","valosin containing protein"
+"chr16",28888747,28888796,50,"*","Promoter (1-2kb)",16,28889809,28915830,26022,1,"487",-1013,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
+"chr16",57391781,57392198,418,"*","Promoter (<=1kb)",16,57392695,57400102,7408,1,"6367",-497,"ENSG00000102962","CCL22","C-C motif chemokine ligand 22"
+"chr19",51326980,51327177,198,"*","Promoter (<=1kb)",19,51322404,51327043,4640,2,"3816",0,"ENSG00000167748","KLK1","kallikrein 1"
+"chr8",82633679,82633716,38,"*","Promoter (<=1kb)",8,82613566,82633539,19974,2,"79752",-140,"ENSG00000104231","ZFAND1","zinc finger AN1-type containing 1"
+"chr15",80762656,80762691,36,"*","Exon (uc002bfq.3/9915, exon 4 of 5)",15,80696692,80890277,193586,1,"9915",65964,"ENSG00000172379","ARNT2","aryl hydrocarbon receptor nuclear translocator 2"
+"chr10",132364035,132364391,357,"*","Distal Intergenic",10,132760851,132760931,81,2,"100422867",396540,"ENSG00000264803","MIR378C","microRNA 378c"
+"chr11",6518511,6518529,19,"*","Promoter (<=1kb)",11,6518526,6593254,74729,1,"144132",0,"ENSG00000179532","DNHD1","dynein heavy chain domain 1"
+"chr1",20396702,20397074,373,"*","5' UTR",1,20354672,20418394,63723,1,"5322",42030,"ENSG00000127472","PLA2G5","phospholipase A2 group V"
+"chr19",736116,736237,122,"*","Intron (uc002lpm.1/5064, intron 7 of 8)",19,751146,764318,13173,1,"126353",-14909,"ENSG00000099812","MISP","mitotic spindle positioning"
+"chr7",94294080,94294230,151,"*","3' UTR",7,94285637,94299006,13370,1,"23089",8443,"ENSG00000242265","PEG10","paternally expressed 10"
+"chr11",2890527,2890577,51,"*","Promoter (<=1kb)",11,2891263,2893336,2074,1,"55539",-686,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
+"chr10",134977964,134978001,38,"*","Intron (uc001llz.1/85442, intron 1 of 29)",10,134973971,135039916,65946,1,"85442",3993,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
+"chr15",50716707,50716825,119,"*","Promoter (<=1kb)",15,50716579,50793277,76699,1,"9101",128,"ENSG00000138592","USP8","ubiquitin specific peptidase 8"
+"chr17",51900534,51900887,354,"*","Promoter (<=1kb)",17,51900239,51902573,2335,1,"84643",295,"ENSG00000141200","KIF2B","kinesin family member 2B"
+"chr7",1178030,1178041,12,"*","Promoter (<=1kb)",7,1036623,1177893,141271,2,"84310",-137,"ENSG00000146540","C7orf50","chromosome 7 open reading frame 50"
+"chr1",9687471,9687880,410,"*","Distal Intergenic",1,9711790,9789172,77383,1,"5293",-23910,"ENSG00000171608","PIK3CD","phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit delta"
+"chr15",26234550,26234721,172,"*","Intron (uc021sgd.1/100128714, intron 1 of 4)",15,26147507,26298267,150761,1,"100128714",87043,"ENSG00000206187","LOC100128714","uncharacterized LOC100128714"
+"chr2",242611829,242611942,114,"*","3' UTR",2,242615157,242626383,11227,2,"1841",14441,"ENSG00000168393","DTYMK","deoxythymidylate kinase"
+"chr7",23530633,23530689,57,"*","Promoter (<=1kb)",7,23530007,23531031,1025,1,"256355",626,"ENSG00000232818","RPS2P32","ribosomal protein S2 pseudogene 32"
+"chr2",240044117,240044341,225,"*","Intron (uc010fyy.3/9759, intron 15 of 23)",2,240007523,240007622,100,2,"100616493",-36495,"ENSG00000264810","MIR4441","microRNA 4441"
+"chr20",34994266,34994743,478,"*","Intron (uc002xff.3/22839, intron 1 of 12)",20,34894303,35157040,262738,1,"22839",99963,"ENSG00000080845","DLGAP4","discs large homolog associated protein 4"
+"chr3",183146615,183146789,175,"*","Promoter (<=1kb)",3,182895831,183145855,250025,2,"23101",-760,"ENSG00000053524","MCF2L2","MCF.2 cell line derived transforming sequence-like 2"
+"chr5",2206868,2207052,185,"*","Distal Intergenic",5,1877541,1887293,9753,2,"50805",-319575,"ENSG00000113430","IRX4","iroquois homeobox 4"
+"chr4",155413075,155413392,318,"*","Promoter (<=1kb)",4,155155527,155412930,257404,2,"54798",-145,"ENSG00000197410","DCHS2","dachsous cadherin-related 2"
+"chr16",746062,746084,23,"*","Intron (uc021taa.1/146330, intron 4 of 5)",16,734702,740400,5699,2,"84219",-5662,"ENSG00000127580","WDR24","WD repeat domain 24"
+"chr8",55382539,55382592,54,"*","Distal Intergenic",8,55370495,55373456,2962,1,"64321",12044,"ENSG00000164736","SOX17","SRY-box 17"
+"chrX",119709530,119709733,204,"*","Promoter (<=1kb)",23,119658446,119709684,51239,2,"8450",0,"ENSG00000158290","CUL4B","cullin 4B"
+"chr19",45505005,45505298,294,"*","Promoter (<=1kb)",19,45504707,45541456,36750,1,"5971",298,"ENSG00000104856","RELB","v-rel avian reticuloendotheliosis viral oncogene homolog B"
+"chr3",141457267,141457316,50,"*","Promoter (<=1kb)",3,141457051,141465645,8595,1,"9616",216,"ENSG00000114125","RNF7","ring finger protein 7"
+"chr5",176057765,176057876,112,"*","Promoter (<=1kb)",5,176057683,176073642,15960,1,"253314",82,"ENSG00000175766","EIF4E1B","eukaryotic translation initiation factor 4E family member 1B"
+"chr22",51001152,51001330,179,"*","Promoter (<=1kb)",22,50989541,51001328,11788,2,"644186",0,"ENSG00000217442","SYCE3","synaptonemal complex central element protein 3"
+"chr7",158220708,158220808,101,"*","Intron (uc011kwa.2/5799, intron 21 of 22)",7,158325410,158325505,96,2,"693180",104697,"ENSG00000207637","MIR595","microRNA 595"
+"chr10",131264846,131265059,214,"*","Promoter (<=1kb)",10,131265454,131565783,300330,1,"4255",-395,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
+"chr2",47797915,47798348,434,"*","Promoter (<=1kb)",2,47747915,47797470,49556,2,"56660",-445,"ENSG00000184261","KCNK12","potassium two pore domain channel subfamily K member 12"
+"chr3",57134296,57134580,285,"*","Intron (uc003dik.3/54756, intron 2 of 12)",3,56761446,57113336,351891,2,"50650",-20960,"ENSG00000163947","ARHGEF3","Rho guanine nucleotide exchange factor 3"
+"chr3",138738597,138738821,225,"*","Promoter (<=1kb)",3,138737873,138739768,1896,2,"389151",947,"ENSG00000184814","PRR23B","proline rich 23B"
+"chr8",95653239,95653243,5,"*","Promoter (<=1kb)",8,95653364,95719694,66331,1,"54845",-121,"ENSG00000104413","ESRP1","epithelial splicing regulatory protein 1"
+"chr19",17487728,17487848,121,"*","Promoter (<=1kb)",19,17462264,17488137,25874,2,"83483",289,"ENSG00000130300","PLVAP","plasmalemma vesicle associated protein"
+"chr11",130343533,130343750,218,"*","3' UTR",11,130318869,130346539,27671,1,"170689",24664,"ENSG00000166106","ADAMTS15","ADAM metallopeptidase with thrombospondin type 1 motif 15"
+"chr16",30709663,30709778,116,"*","Promoter (<=1kb)",16,30709025,30709810,786,2,"730183",32,NA,"LOC730183","uncharacterized LOC730183"
+"chr17",72209673,72209802,130,"*","Promoter (<=1kb)",17,72209696,72258157,48462,1,"94015",0,"ENSG00000141540","TTYH2","tweety family member 2"
+"chr4",870773,870804,32,"*","Intron (uc003gbl.4/2580, intron 11 of 24)",4,778745,819945,41201,2,"10815",-50828,"ENSG00000168993","CPLX1","complexin 1"
+"chr10",3108459,3108603,145,"*","Promoter (1-2kb)",10,3109712,3178997,69286,1,"5214",-1109,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
+"chr16",70323758,70323915,158,"*","Promoter (<=1kb)",16,70323670,70367735,44066,1,"11269",88,"ENSG00000157349","DDX19B","DEAD-box helicase 19B"
+"chr12",132983814,132984261,448,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-77909,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr17",18881962,18882091,130,"*","Exon (uc002guw.3/644815, exon 5 of 6)",17,18874381,18908060,33680,2,"644815",25969,"ENSG00000188522","FAM83G","family with sequence similarity 83 member G"
+"chr22",39770356,39770386,31,"*","5' UTR",22,39745954,39833132,87179,1,"10454",24402,"ENSG00000100324","TAB1","TGF-beta activated kinase 1/MAP3K7 binding protein 1"
+"chr11",818903,818917,15,"*","Promoter (<=1kb)",11,818901,825571,6671,1,"57104",2,"ENSG00000177666","PNPLA2","patatin like phospholipase domain containing 2"
+"chr6",117585479,117585767,289,"*","Promoter (<=1kb)",6,117586721,117594728,8008,1,"245806",-954,"ENSG00000170162","VGLL2","vestigial like family member 2"
+"chr16",4475555,4475566,12,"*","Promoter (<=1kb)",16,4475806,4506775,30970,1,"9093",-240,"ENSG00000103423","DNAJA3","DnaJ heat shock protein family (Hsp40) member A3"
+"chr2",154728735,154729011,277,"*","Promoter (<=1kb)",2,154728426,155310489,582064,1,"114805",309,"ENSG00000144278","GALNT13","polypeptide N-acetylgalactosaminyltransferase 13"
+"chr22",18955907,18956341,435,"*","Promoter (1-2kb)",22,18958011,19018742,60732,1,"26220",-1670,"ENSG00000237517","DGCR5","DiGeorge syndrome critical region gene 5 (non-protein coding)"
+"chr1",71546600,71546685,86,"*","Promoter (<=1kb)",1,71528974,71546972,17999,2,"9406",287,"ENSG00000132485","ZRANB2","zinc finger RANBP2-type containing 2"
+"chr10",27149660,27149668,9,"*","Promoter (<=1kb)",10,27035525,27150016,114492,2,"10006",348,"ENSG00000136754","ABI1","abl interactor 1"
+"chr20",61158170,61158292,123,"*","Intron (uc011aaj.2/128826, intron 2 of 3)",20,61162119,61162220,102,1,"406923",-3827,"ENSG00000207764","MIR133A2","microRNA 133a-2"
+"chr4",137733853,137734021,169,"*","Distal Intergenic",4,138440074,138453648,13575,2,"54510",719627,"ENSG00000189184","PCDH18","protocadherin 18"
+"chr16",86492864,86492895,32,"*","Distal Intergenic",16,86508131,86542466,34336,2,"400550",49571,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
+"chr19",4584005,4584187,183,"*","Distal Intergenic",19,4542600,4559771,17172,2,"10501",-24234,"ENSG00000167680","SEMA6B","semaphorin 6B"
+"chr19",49617647,49617821,175,"*","Promoter (<=1kb)",19,49617618,49621717,4100,1,"64130",29,"ENSG00000104863","LIN7B","lin-7 homolog B, crumbs cell polarity complex component"
+"chr3",48282574,48282590,17,"*","Promoter (<=1kb)",3,48282596,48329115,46520,1,"51385",-6,"ENSG00000164048","ZNF589","zinc finger protein 589"
+"chr9",132082909,132083215,307,"*","Promoter (<=1kb)",9,132083295,132084882,1588,1,"414318",-80,NA,"C9orf106","chromosome 9 open reading frame 106"
+"chr11",20384886,20385037,152,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",-194,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
+"chr16",89335039,89335133,95,"*","Exon (uc002fmz.1/uc002fmz.1, exon 1 of 2)",16,89284111,89295965,11855,1,"197320",50928,"ENSG00000170100","ZNF778","zinc finger protein 778"
+"chr2",231809610,231809672,63,"*","Intron (uc010fxs.1/9290, intron 1 of 1)",2,231772033,231825691,53659,2,"9290",16019,"ENSG00000135898","GPR55","G protein-coupled receptor 55"
+"chr14",60631988,60632081,94,"*","5' UTR",14,60611500,60636561,25062,2,"51635",4480,"ENSG00000100612","DHRS7","dehydrogenase/reductase (SDR family) member 7"
+"chr8",124169696,124169771,76,"*","Distal Intergenic",8,124191287,124222318,31032,1,"84985",-21516,"ENSG00000147689","FAM83A","family with sequence similarity 83 member A"
+"chr10",97416018,97416393,376,"*","Promoter (<=1kb)",10,97365686,97416567,50882,2,"5832",174,"ENSG00000059573","ALDH18A1","aldehyde dehydrogenase 18 family member A1"
+"chr1",153747551,153747600,50,"*","Promoter (<=1kb)",1,153747768,153752633,4866,1,"11000",-168,"ENSG00000143554","SLC27A3","solute carrier family 27 member 3"
+"chr4",38664952,38665106,155,"*","Promoter (<=1kb)",4,38665790,38703129,37340,1,"51274",-684,"ENSG00000109787","KLF3","Kruppel-like factor 3 (basic)"
+"chr10",105678128,105678131,4,"*","Promoter (<=1kb)",10,105637318,105678045,40728,2,"79991",-83,"ENSG00000107960","OBFC1","oligonucleotide/oligosaccharide-binding fold containing 1"
+"chr10",133956776,133956875,100,"*","Intron (uc001lkx.4/282973, intron 10 of 23)",10,133918313,133998313,80001,1,"282973",38463,"ENSG00000188385","JAKMIP3","Janus kinase and microtubule interacting protein 3"
+"chr12",124904701,124904884,184,"*","Intron (uc010tbb.2/9612, intron 35 of 48)",12,124773710,124800570,26861,1,"144347",130991,"ENSG00000178882","FAM101A","family with sequence similarity 101 member A"
+"chr7",927934,927986,53,"*","Intron (uc003sjj.1/51608, intron 12 of 16)",7,891587,936071,44485,1,"51608",36347,"ENSG00000239857","GET4","golgi to ER traffic protein 4"
+"chr12",6619116,6619248,133,"*","Promoter (<=1kb)",12,6619388,6619717,330,1,"692148",-140,"ENSG00000239002","SCARNA10","small Cajal body-specific RNA 10"
+"chr14",46283069,46283172,104,"*","Distal Intergenic",14,46533362,46971104,437743,1,"100506412",-250190,"ENSG00000258700","LINC00871","long intergenic non-protein coding RNA 871"
+"chr16",67200133,67200444,312,"*","Promoter (2-3kb)",16,67197288,67203848,6561,1,"3299",2845,"ENSG00000102878","HSF4","heat shock transcription factor 4"
+"chr4",114901139,114901163,25,"*","Promoter (<=1kb)",4,114821440,114900878,79439,2,"79642",-261,"ENSG00000180801","ARSJ","arylsulfatase family member J"
+"chr10",134913764,134913874,111,"*","Intron (uc001llw.3/84435, intron 13 of 15)",10,134884433,134945179,60747,1,"84435",29331,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
+"chrX",2847503,2847510,8,"*","Promoter (<=1kb)",23,2822011,2847416,25406,2,"414",-87,"ENSG00000006756","ARSD","arylsulfatase D"
+"chr16",19125772,19126242,471,"*","Promoter (<=1kb)",16,19125254,19132952,7699,1,"162073",518,"ENSG00000205730","ITPRIPL2","inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
+"chr20",21082942,21083097,156,"*","Distal Intergenic",20,21106624,21227258,120635,1,"55857",-23527,"ENSG00000088970","KIZ","kizuna centrosomal protein"
+"chr12",7055538,7055609,72,"*","Promoter (<=1kb)",12,7055740,7070479,14740,1,"5777",-131,"ENSG00000111679","PTPN6","protein tyrosine phosphatase, non-receptor type 6"
+"chr3",50275346,50275398,53,"*","Intron (uc003cyo.1/2771, intron 1 of 9)",3,50263724,50296786,33063,1,"2771",11622,"ENSG00000114353","GNAI2","G protein subunit alpha i2"
+"chr1",16490791,16491125,335,"*","Distal Intergenic",1,16450832,16482582,31751,2,"1969",-8209,"ENSG00000142627","EPHA2","EPH receptor A2"
+"chr10",126138800,126138879,80,"*","Promoter (<=1kb)",10,126135998,126138550,2553,2,"390010",-250,"ENSG00000229544","NKX1-2","NK1 homeobox 2"
+"chr20",55043271,55043471,201,"*","Promoter (<=1kb)",20,55043647,55093942,50296,1,"51507",-176,"ENSG00000022277","RTFDC1","replication termination factor 2 domain containing 1"
+"chr10",21824110,21824359,250,"*","Promoter (1-2kb)",10,21823101,22032559,209459,1,"8028",1009,"ENSG00000078403","MLLT10","myeloid/lymphoid or mixed-lineage leukemia; translocated to, 10"
+"chr4",976412,976565,154,"*","Intron (uc003gbx.3/10861, intron 1 of 2)",4,980785,998317,17533,1,"3425",-4220,"ENSG00000127415","IDUA","iduronidase, alpha-L-"
+"chr2",109335655,109335699,45,"*","Promoter (<=1kb)",2,109335937,109402267,66331,1,"5903",-238,"ENSG00000153201","RANBP2","RAN binding protein 2"
+"chr19",4639462,4639614,153,"*","Promoter (<=1kb)",19,4639527,4655580,16054,1,"126282",0,"ENSG00000185361","TNFAIP8L1","TNF alpha induced protein 8 like 1"
+"chr2",56410143,56410197,55,"*","Intron (uc021vhw.1/114800, intron 3 of 4)",2,56227849,56227930,82,2,"100126319",-182213,"ENSG00000211520","MIR216B","microRNA 216b"
+"chr6",32019178,32019363,186,"*","Intron (uc003nzl.2/7148, intron 18 of 43)",6,32485154,32557613,72460,2,"3127",538250,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",28173732,28173887,156,"*","Promoter (<=1kb)",8,28174649,28200868,26220,1,"5368",-762,"ENSG00000168081","PNOC","prepronociceptin"
+"chr7",93204970,93205078,109,"*","Promoter (<=1kb)",7,93053799,93204042,150244,2,"799",-928,"ENSG00000004948","CALCR","calcitonin receptor"
+"chr1",92952469,92952473,5,"*","Promoter (<=1kb)",1,92940318,92952433,12116,2,"2672",-36,"ENSG00000162676","GFI1","growth factor independent 1 transcription repressor"
+"chr16",20911833,20911997,165,"*","Promoter (<=1kb)",16,20791515,20911561,120047,2,"112479",-272,"ENSG00000196678","ERI2","ERI1 exoribonuclease family member 2"
+"chr16",29884806,29884922,117,"*","Exon (uc002dup.4/26470, exon 13 of 18)",16,29875004,29879374,4371,1,"440356",9802,"ENSG00000214725","CDIPT-AS1","CDIPT antisense RNA 1 (head to head)"
+"chr3",152552877,152553013,137,"*","Promoter (<=1kb)",3,152552736,152555843,3108,1,"5028",141,"ENSG00000169860","P2RY1","purinergic receptor P2Y1"
+"chr11",66102352,66102686,335,"*","Promoter (1-2kb)",11,66099542,66104311,4770,2,"9610",1625,"ENSG00000174791","RIN1","Ras and Rab interactor 1"
+"chr12",58218572,58218672,101,"*","Promoter (<=1kb)",12,58218392,58218475,84,2,"407016",-97,"ENSG00000207789","MIR26A2","microRNA 26a-2"
+"chr22",19701779,19701820,42,"*","Promoter (<=1kb)",22,19701987,19712297,10311,1,"100526833",-167,"ENSG00000184702","SEPT5-GP1BB","SEPT5-GP1BB readthrough"
+"chr16",2732443,2732466,24,"*","Promoter (<=1kb)",16,2732495,2759031,26537,1,"54442",-29,"ENSG00000167977","KCTD5","potassium channel tetramerization domain containing 5"
+"chr6",32551949,32551954,6,"*","5' UTR",6,32485154,32557613,72460,2,"3127",5659,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",102766338,102766410,73,"*","Exon (uc001ksj.3/84445, exon 5 of 5)",10,102756864,102767593,10730,1,"84445",9474,"ENSG00000107816","LZTS2","leucine zipper, putative tumor suppressor 2"
+"chr1",38260988,38261004,17,"*","Promoter (1-2kb)",1,38259774,38267278,7505,1,"149175",1214,"ENSG00000185090","MANEAL","mannosidase endo-alpha like"
+"chr7",108168673,108169094,422,"*","Promoter (<=1kb)",7,108110866,108168605,57740,2,"50640",-68,"ENSG00000135241","PNPLA8","patatin like phospholipase domain containing 8"
+"chrX",138285492,138285780,289,"*","Promoter (1-2kb)",23,137713734,138287185,573452,2,"2258",1405,"ENSG00000129682","FGF13","fibroblast growth factor 13"
+"chr9",120176467,120176762,296,"*","Promoter (<=1kb)",9,119187504,120177317,989814,2,"23245",555,"ENSG00000148219","ASTN2","astrotactin 2"
+"chr19",19281207,19281222,16,"*","Promoter (<=1kb)",19,19256376,19281098,24723,2,"100271849",-109,"ENSG00000064489","MEF2B","myocyte enhancer factor 2B"
+"chr11",14380918,14380999,82,"*","Intron (uc021qed.1/22800, intron 5 of 5)",11,14299466,14386052,86587,2,"22800",5053,"ENSG00000133818","RRAS2","related RAS viral (r-ras) oncogene homolog 2"
+"chr22",38453191,38453248,58,"*","Promoter (<=1kb)",22,38453262,38471708,18447,1,"9463",-14,"ENSG00000100151","PICK1","protein interacting with PRKCA 1"
+"chr8",144922448,144922697,250,"*","Promoter (1-2kb)",8,144915755,144924200,8446,2,"340371",1503,"ENSG00000185189","NRBP2","nuclear receptor binding protein 2"
+"chr19",11529252,11529396,145,"*","Promoter (<=1kb)",19,11493773,11530018,36246,2,"57139",622,"ENSG00000205517","RGL3","ral guanine nucleotide dissociation stimulator-like 3"
+"chr19",8620632,8620696,65,"*","Exon (uc002mkg.3/4542, exon 2 of 28)",19,8585674,8642331,56658,2,"4542",21635,"ENSG00000142347","MYO1F","myosin IF"
+"chr17",42287715,42287923,209,"*","Exon (uc002igc.3/7343, exon 13 of 20)",17,42282401,42298994,16594,2,"7343",11071,"ENSG00000108312","UBTF","upstream binding transcription factor, RNA polymerase I"
+"chr10",86088115,86088161,47,"*","Promoter (<=1kb)",10,86088410,86278276,189867,1,"54462",-249,"ENSG00000107771","CCSER2","coiled-coil serine rich protein 2"
+"chr2",45538072,45538291,220,"*","Distal Intergenic",2,45401480,45482080,80601,2,"400952",-55992,"ENSG00000205054","LINC01121","long intergenic non-protein coding RNA 1121"
+"chr16",1494617,1494629,13,"*","Promoter (<=1kb)",16,1484389,1494490,10102,2,"645811",-127,"ENSG00000197599","CCDC154","coiled-coil domain containing 154"
+"chr4",96471057,96471143,87,"*","Promoter (<=1kb)",4,96083656,96470361,386706,2,"8633",-696,"ENSG00000182168","UNC5C","unc-5 netrin receptor C"
+"chr1",43637803,43637823,21,"*","Promoter (<=1kb)",1,43638001,43720029,82029,1,"149465",-178,"ENSG00000243710","CFAP57","cilia and flagella associated protein 57"
+"chr14",74958970,74959179,210,"*","Promoter (<=1kb)",14,74946643,74960084,13442,2,"10577",905,"ENSG00000119655","NPC2","Niemann-Pick disease, type C2"
+"chr10",28525739,28525755,17,"*","Intron (uc009xkz.1/143098, intron 15 of 15)",10,28339923,28591995,252073,2,"143098",66240,"ENSG00000150054","MPP7","membrane protein, palmitoylated 7"
+"chr20",62738077,62738149,73,"*","Promoter (<=1kb)",20,62737183,62738184,1002,2,"2832",35,"ENSG00000277339","NPBWR2","neuropeptides B/W receptor 2"
+"chr4",187477065,187477310,246,"*","Promoter (<=1kb)",4,187454809,187476537,21729,2,"4543",-528,"ENSG00000168412","MTNR1A","melatonin receptor 1A"
+"chr11",61582526,61582697,172,"*","Promoter (<=1kb)",11,61582633,61582712,80,2,"100302263",15,"ENSG00000222326","MIR1908","microRNA 1908"
+"chr5",176757391,176757514,124,"*","Downstream (1-2kb)",5,176732501,176739292,6792,2,"83463",-18099,"ENSG00000213347","MXD3","MAX dimerization protein 3"
+"chr6",32362696,32362707,12,"*","Exon (uc003obg.1/56244, exon 6 of 6)",6,32485154,32557613,72460,2,"3127",194906,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",222791514,222791571,58,"*","Promoter (<=1kb)",1,222791444,222841351,49908,1,"375056",70,"ENSG00000154305","MIA3","melanoma inhibitory activity family member 3"
+"chr6",8102457,8102683,227,"*","Promoter (<=1kb)",6,8013800,8102828,89029,2,"100526837",145,NA,"EEF1E1-BLOC1S5","EEF1E1-BLOC1S5 readthrough (NMD candidate)"
+"chr1",17765006,17765020,15,"*","Promoter (1-2kb)",1,17733251,17766250,33000,2,"55920",1230,"ENSG00000179051","RCC2","regulator of chromosome condensation 2"
+"chr1",10533753,10534116,364,"*","Promoter (<=1kb)",1,10535003,10690815,155813,1,"5195",-887,"ENSG00000142655","PEX14","peroxisomal biogenesis factor 14"
+"chr12",131246148,131246468,321,"*","Distal Intergenic",12,130880681,131200826,320146,2,"23504",-45322,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
+"chr19",55630001,55630336,336,"*","Promoter (1-2kb)",19,55602281,55628968,26688,2,"54776",-1033,"ENSG00000125503","PPP1R12C","protein phosphatase 1 regulatory subunit 12C"
+"chr19",11472397,11472683,287,"*","5' UTR",19,11466062,11476374,10313,1,"64748",6335,"ENSG00000105520","PLPPR2","phospholipid phosphatase related 2"
+"chr8",54164003,54164081,79,"*","Promoter (<=1kb)",8,54138276,54164194,25919,2,"4986",113,"ENSG00000082556","OPRK1","opioid receptor, kappa 1"
+"chr5",16936879,16937331,453,"*","Promoter (<=1kb)",5,16662016,16936385,274370,2,"4651",-494,"ENSG00000145555","MYO10","myosin X"
+"chr6",32115968,32115981,14,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",441632,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",13526611,13526769,159,"*","Downstream (1-2kb)",4,13527943,13533041,5099,2,"285547",6272,"ENSG00000281202","LINC01097","long intergenic non-protein coding RNA 1097"
+"chr11",48001787,48001892,106,"*","Promoter (<=1kb)",11,48002110,48192394,190285,1,"5795",-218,"ENSG00000149177","PTPRJ","protein tyrosine phosphatase, receptor type J"
+"chr17",77924221,77924227,7,"*","Exon (uc002jxg.2/125058, exon 2 of 8)",17,77906142,78009657,103516,2,"125058",85430,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
+"chr3",48541454,48541459,6,"*","Promoter (<=1kb)",3,48509197,48542259,33063,2,"51246",800,"ENSG00000164054","SHISA5","shisa family member 5"
+"chr6",56953934,56953991,58,"*","Promoter (<=1kb)",6,56954808,57035098,80291,1,"26036",-817,"ENSG00000112200","ZNF451","zinc finger protein 451"
+"chr16",10912696,10912699,4,"*","Promoter (<=1kb)",16,10855083,10912621,57539,2,"780776",-75,"ENSG00000166676","TVP23A","trans-golgi network vesicle protein 23 homolog A (S. cerevisiae)"
+"chr17",73401817,73401858,42,"*","Promoter (<=1kb)",17,73314157,73401790,87634,2,"2885",-27,"ENSG00000177885","GRB2","growth factor receptor bound protein 2"
+"chr1",18971824,18972048,225,"*","Intron (uc001bay.3/5081, intron 4 of 7)",1,18957500,19075360,117861,1,"5081",14324,"ENSG00000009709","PAX7","paired box 7"
+"chr1",109235007,109235208,202,"*","Promoter (<=1kb)",1,109234932,109244422,9491,1,"55119",75,"ENSG00000134186","PRPF38B","pre-mRNA processing factor 38B"
+"chr10",12390868,12390960,93,"*","Promoter (<=1kb)",10,12391583,12871733,480151,1,"57118",-623,"ENSG00000183049","CAMK1D","calcium/calmodulin dependent protein kinase ID"
+"chr2",26951130,26951473,344,"*","3' UTR",2,26915581,26954066,38486,1,"3777",35549,"ENSG00000171303","KCNK3","potassium two pore domain channel subfamily K member 3"
+"chr19",53898642,53898840,199,"*","Intron (uc010ydx.2/91661, intron 3 of 5)",19,53868968,53889841,20874,1,"170958",29674,"ENSG00000203326","ZNF525","zinc finger protein 525"
+"chr15",77320213,77320336,124,"*","Exon (uc010bkt.1/9051, exon 7 of 16)",15,77287021,77329671,42651,1,"9051",33192,"ENSG00000140368","PSTPIP1","proline-serine-threonine phosphatase interacting protein 1"
+"chr4",36283275,36283588,314,"*","Promoter (<=1kb)",4,36283237,36346407,63171,1,"401124",38,"ENSG00000197057","DTHD1","death domain containing 1"
+"chr8",37797780,37798156,377,"*","Promoter (<=1kb)",8,37791800,37797647,5848,2,"137362",-133,"ENSG00000169154","GOT1L1","glutamic-oxaloacetic transaminase 1-like 1"
+"chr11",64578348,64578473,126,"*","Promoter (<=1kb)",11,64570986,64578766,7781,2,"4221",293,"ENSG00000133895","MEN1","menin 1"
+"chr12",106980319,106980498,180,"*","Intron (uc001tlr.3/5992, intron 1 of 17)",12,106976685,107156582,179898,1,"5992",3634,"ENSG00000111783","RFX4","regulatory factor X4"
+"chr19",56110823,56110832,10,"*","Promoter (<=1kb)",19,56111730,56114504,2775,1,"147807",-898,"ENSG00000171443","ZNF524","zinc finger protein 524"
+"chr12",128675283,128675378,96,"*","Distal Intergenic",12,128751948,129192460,440513,1,"92293",-76570,"ENSG00000181234","TMEM132C","transmembrane protein 132C"
+"chr10",557061,557217,157,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",130501,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr16",19079293,19079446,154,"*","Promoter (<=1kb)",16,19078917,19091417,12501,1,"10229",376,"ENSG00000167186","COQ7","coenzyme Q7 homolog, ubiquinone (yeast)"
+"chr12",80328163,80328474,312,"*","Promoter (<=1kb)",12,80167343,80329235,161893,2,"4659",761,"ENSG00000058272","PPP1R12A","protein phosphatase 1 regulatory subunit 12A"
+"chr1",227506639,227506820,182,"*","Promoter (<=1kb)",1,227177566,227505826,328261,2,"8476",-813,"ENSG00000143776","CDC42BPA","CDC42 binding protein kinase alpha"
+"chr5",177876815,177876930,116,"*","Intron (uc021yiy.1/91522, intron 27 of 28)",5,177664617,178017556,352940,2,"91522",140626,"ENSG00000050767","COL23A1","collagen type XXIII alpha 1"
+"chr2",85361982,85362432,451,"*","Promoter (1-2kb)",2,85360583,85537511,176929,1,"83439",1399,"ENSG00000152284","TCF7L1","transcription factor 7 like 1"
+"chr5",56205046,56205270,225,"*","Promoter (<=1kb)",5,56205087,56221359,16273,1,"133383",0,"ENSG00000155542","SETD9","SET domain containing 9"
+"chr6",109415390,109415607,218,"*","Promoter (<=1kb)",6,109307640,109415708,108069,2,"27244",101,"ENSG00000080546","SESN1","sestrin 1"
+"chr17",76136677,76136904,228,"*","Intron (uc002jup.2/147138, intron 15 of 15)",17,76142434,76162364,19931,1,"100141515",-5530,"ENSG00000187997","C17orf99","chromosome 17 open reading frame 99"
+"chr1",86045888,86046274,387,"*","Promoter (<=1kb)",1,86046444,86049648,3205,1,"3491",-170,"ENSG00000142871","CYR61","cysteine rich angiogenic inducer 61"
+"chr7",27225271,27225294,24,"*","Promoter (<=1kb)",7,27225027,27228912,3886,1,"221883",244,"ENSG00000240990","HOXA11-AS","HOXA11 antisense RNA"
+"chr2",127729049,127729123,75,"*","Distal Intergenic",2,127805599,127864903,59305,2,"274",135780,"ENSG00000136717","BIN1","bridging integrator 1"
+"chr7",138483046,138483143,98,"*","Promoter (<=1kb)",7,138391039,138482941,91903,2,"50617",-105,"ENSG00000105929","ATP6V0A4","ATPase H+ transporting V0 subunit a4"
+"chr11",85566439,85566512,74,"*","Promoter (<=1kb)",11,85566144,85631051,64908,1,"220047",295,"ENSG00000150676","CCDC83","coiled-coil domain containing 83"
+"chr1",29138936,29139021,86,"*","Promoter (<=1kb)",1,29138654,29190208,51555,1,"4985",282,"ENSG00000116329","OPRD1","opioid receptor, delta 1"
+"chr13",99101630,99101644,15,"*","3' UTR",13,99102455,99229396,126942,2,"8428",127752,"ENSG00000102572","STK24","serine/threonine kinase 24"
+"chr9",21335078,21335551,474,"*","Promoter (<=1kb)",9,21331018,21335429,4412,2,"55958",0,"ENSG00000198642","KLHL9","kelch like family member 9"
+"chr20",22564899,22565180,282,"*","Promoter (<=1kb)",20,22561642,22566101,4460,2,"3170",921,"ENSG00000125798","FOXA2","forkhead box A2"
+"chr1",173834029,173834155,127,"*","Promoter (<=1kb)",1,173833971,173834041,71,2,"26774",0,NA,"SNORD80","small nucleolar RNA, C/D box 80"
+"chr10",43800334,43800430,97,"*","Distal Intergenic",10,43689984,43762367,72384,2,"221002",-37967,"ENSG00000198915","RASGEF1A","RasGEF domain family member 1A"
+"chr1",95698989,95699097,109,"*","Promoter (<=1kb)",1,95699711,95712781,13071,1,"25950",-614,"ENSG00000122481","RWDD3","RWD domain containing 3"
+"chr1",46153737,46153765,29,"*","Promoter (<=1kb)",1,46153847,46160108,6262,1,"51249",-82,"ENSG00000159596","TMEM69","transmembrane protein 69"
+"chr2",84517690,84517694,5,"*","Promoter (<=1kb)",2,84517806,84519324,1519,1,"388965",-112,NA,"FUNDC2P2","FUN14 domain containing 2 pseudogene 2"
+"chr4",6643098,6643108,11,"*","Promoter (1-2kb)",4,6641818,6644470,2653,1,"93621",1280,"ENSG00000179010","MRFAP1","Morf4 family associated protein 1"
+"chr4",140163176,140163192,17,"*","Distal Intergenic",4,140187317,140201492,14176,2,"84709",38300,"ENSG00000137463","MGARP","mitochondria localized glutamic acid rich protein"
+"chr19",51925080,51925272,193,"*","Distal Intergenic",19,51913275,51921057,7783,2,"89790",-4023,"ENSG00000142512","SIGLEC10","sialic acid binding Ig like lectin 10"
+"chr12",4699085,4699232,148,"*","Intron (uc009zeh.1/8798, intron 3 of 13)",12,4671370,4723041,51672,1,"8798",27715,"ENSG00000010219","DYRK4","dual specificity tyrosine phosphorylation regulated kinase 4"
+"chr8",145626850,145627023,174,"*","Promoter (1-2kb)",8,145625476,145625559,84,2,"100302196",-1291,"ENSG00000266624","MIR1234","microRNA 1234"
+"chr5",14011368,14011572,205,"*","Distal Intergenic",5,13690437,13944589,254153,2,"1767",-66779,"ENSG00000039139","DNAH5","dynein axonemal heavy chain 5"
+"chr8",23261312,23261570,259,"*","Promoter (<=1kb)",8,23154410,23261722,107313,2,"4017",152,"ENSG00000134013","LOXL2","lysyl oxidase like 2"
+"chr12",123921688,123921793,106,"*","Promoter (<=1kb)",12,123899936,123921264,21329,2,"196383",-424,"ENSG00000150977","RILPL2","Rab interacting lysosomal protein like 2"
+"chr3",126721465,126721586,122,"*","Intron (uc003ejg.3/5361, intron 2 of 30)",3,126707437,126756235,48799,1,"5361",14028,"ENSG00000114554","PLXNA1","plexin A1"
+"chr10",14372383,14372548,166,"*","Intron (uc001ims.3/55691, intron 24 of 24)",10,14478575,14478660,86,1,"100302116",-106027,"ENSG00000221371","MIR1265","microRNA 1265"
+"chr16",5121683,5121855,173,"*","5' UTR",16,5094123,5116146,22024,2,"146556",-5537,"ENSG00000153446","C16orf89","chromosome 16 open reading frame 89"
+"chr12",53645202,53645477,276,"*","Promoter (<=1kb)",12,53645370,53648190,2821,1,"84975",0,"ENSG00000182544","MFSD5","major facilitator superfamily domain containing 5"
+"chr8",10447472,10447726,255,"*","Distal Intergenic",8,10383056,10411676,28621,1,"203074",64416,"ENSG00000184647","PRSS55","protease, serine 55"
+"chr13",115000168,115000206,39,"*","Promoter (<=1kb)",13,115000362,115038150,37789,1,"8881",-156,"ENSG00000130177","CDC16","cell division cycle 16"
+"chr19",4944112,4944325,214,"*","Exon (uc002mbo.3/29128, exon 8 of 18)",19,4932699,4932752,54,1,"100616337",11413,"ENSG00000263409","MIR4747","microRNA 4747"
+"chr2",136845655,136846053,399,"*","Distal Intergenic",2,136871919,136875725,3807,2,"7852",29672,"ENSG00000121966","CXCR4","chemokine (C-X-C motif) receptor 4"
+"chr5",78532896,78533319,424,"*","Promoter (<=1kb)",5,78531925,78623038,91114,1,"133746",971,"ENSG00000152409","JMY","junction mediating and regulatory protein, p53 cofactor"
+"chr8",23712714,23712968,255,"*","Promoter (<=1kb)",8,23699434,23712320,12887,2,"6781",-394,"ENSG00000159167","STC1","stanniocalcin 1"
+"chr11",56949026,56949240,215,"*","Promoter (<=1kb)",11,56949221,56959188,9968,1,"219527",0,"ENSG00000183908","LRRC55","leucine rich repeat containing 55"
+"chr10",71336514,71336773,260,"*","Distal Intergenic",10,71331791,71333210,1420,2,"50674",-3304,"ENSG00000122859","NEUROG3","neurogenin 3"
+"chr12",123757488,123757812,325,"*","Promoter (<=1kb)",12,123745517,123756863,11347,2,"8099",-625,"ENSG00000111328","CDK2AP1","cyclin-dependent kinase 2 associated protein 1"
+"chr19",470879,470976,98,"*","Intron (uc002lor.3/284451, intron 2 of 3)",19,463346,474983,11638,2,"284451",4007,"ENSG00000181781","ODF3L2","outer dense fiber of sperm tails 3-like 2"
+"chr4",130014369,130014437,69,"*","Promoter (<=1kb)",4,129805152,130014764,209613,2,"132320",327,"ENSG00000151466","SCLT1","sodium channel and clathrin linker 1"
+"chr4",3769706,3769762,57,"*","Promoter (1-2kb)",4,3768296,3770253,1958,1,"152",1410,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
+"chr20",35833148,35833202,55,"*","5' UTR",20,35729629,35807974,78346,2,"140699",-25174,"ENSG00000101353","MROH8","maestro heat like repeat family member 8"
+"chr11",101454685,101454717,33,"*","Promoter (<=1kb)",11,101322295,101454659,132365,2,"7225",-26,"ENSG00000137672","TRPC6","transient receptor potential cation channel subfamily C member 6"
+"chr3",48697408,48697409,2,"*","Exon (uc003cuf.1/1951, exon 3 of 56)",3,48662831,48709981,47151,2,"1951",12572,"ENSG00000008300","CELSR3","cadherin EGF LAG seven-pass G-type receptor 3"
+"chr1",213021213,213021561,349,"*","Promoter (<=1kb)",1,213003485,213020991,17507,2,"149643",-222,"ENSG00000185523","SPATA45","spermatogenesis associated 45"
+"chr20",57618098,57618439,342,"*","Promoter (<=1kb)",20,57603733,57617901,14169,2,"100533975",-197,NA,"SLMO2-ATP5E","SLMO2-ATP5E readthrough"
+"chr10",734710,735041,332,"*","Promoter (<=1kb)",10,320130,735608,415479,2,"22982",567,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr16",1272275,1272450,176,"*","Promoter (2-3kb)",16,1271651,1275254,3604,2,"25823",2804,"ENSG00000116176","TPSG1","tryptase gamma 1"
+"chr2",71116188,71116411,224,"*","Distal Intergenic",2,71127720,71160575,32856,1,"25806",-11309,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
+"chr14",70346413,70346417,5,"*","Promoter (<=1kb)",14,70346114,70499083,152970,1,"64093",299,"ENSG00000198732","SMOC1","SPARC related modular calcium binding 1"
+"chr4",6107649,6107743,95,"*","Exon (uc010idb.1/152789, exon 3 of 21)",4,6027926,6202318,174393,2,"152789",94575,"ENSG00000152969","JAKMIP1","janus kinase and microtubule interacting protein 1"
+"chrX",128977530,128977653,124,"*","Promoter (<=1kb)",23,128937264,128978124,40861,2,"51114",471,"ENSG00000188706","ZDHHC9","zinc finger DHHC-type containing 9"
+"chr3",87138462,87138592,131,"*","Exon (uc003dqo.3/uc003dqo.3, exon 1 of 2)",3,86987123,87040257,53135,2,"389136",-98205,"ENSG00000206538","VGLL3","vestigial like family member 3"
+"chr8",109260982,109260989,8,"*","Promoter (<=1kb)",8,109213972,109260959,46988,2,"3646",-23,"ENSG00000104408","EIF3E","eukaryotic translation initiation factor 3 subunit E"
+"chrX",107978163,107978480,318,"*","Promoter (1-2kb)",23,107975727,107979607,3881,2,"8471",1127,"ENSG00000133124","IRS4","insulin receptor substrate 4"
+"chr20",5891712,5891733,22,"*","Promoter (<=1kb)",20,5891974,5906005,14032,1,"1114",-241,"ENSG00000089199","CHGB","chromogranin B"
+"chr16",7703812,7703893,82,"*","Exon (uc002cyr.1/54715, exon 12 of 12)",16,8619502,8622226,2725,2,"283953",918333,"ENSG00000232258","TMEM114","transmembrane protein 114"
+"chr22",41487235,41487734,500,"*","Promoter (<=1kb)",22,41488517,41488570,54,1,"100302237",-783,"ENSG00000221160","MIR1281","microRNA 1281"
+"chr2",170683855,170683859,5,"*","Promoter (<=1kb)",2,170684018,170940639,256622,1,"130507",-159,"ENSG00000144357","UBR3","ubiquitin protein ligase E3 component n-recognin 3 (putative)"
+"chr6",30618797,30618999,203,"*","Exon (uc003nqw.4/221545, exon 3 of 6)",6,32485154,32557613,72460,2,"3127",1938614,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",105479248,105479270,23,"*","Promoter (<=1kb)",8,105391652,105479277,87626,2,"1807",7,"ENSG00000147647","DPYS","dihydropyrimidinase"
+"chr16",29606629,29606982,354,"*","Exon (uc010vds.1/440354, exon 1 of 10)",16,29624424,29625038,615,2,"81893",18056,"ENSG00000260727","SLC7A5P1","solute carrier family 7 member 5 pseudogene 1"
+"chr10",22622123,22622459,337,"*","Distal Intergenic",10,22634374,22706539,72166,1,"9576",-11915,"ENSG00000077327","SPAG6","sperm associated antigen 6"
+"chr14",104687209,104687321,113,"*","Distal Intergenic",14,104605060,104647235,42176,1,"26153",82149,"ENSG00000066735","KIF26A","kinesin family member 26A"
+"chr11",105481863,105481940,78,"*","Promoter (1-2kb)",11,105480800,105852819,372020,1,"2893",1063,"ENSG00000152578","GRIA4","glutamate ionotropic receptor AMPA type subunit 4"
+"chr12",48397225,48397520,296,"*","Promoter (<=1kb)",12,48366748,48398285,31538,2,"1280",765,"ENSG00000139219","COL2A1","collagen type II alpha 1"
+"chr14",73703796,73704007,212,"*","Promoter (<=1kb)",14,73704205,73741347,37143,1,"89932",-198,"ENSG00000100767","PAPLN","papilin, proteoglycan-like sulfated glycoprotein"
+"chr16",29171108,29171518,411,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29086163,29128038,41876,1,"653390",84945,"ENSG00000103472","RRN3P2","RRN3 homolog, RNA polymerase I transcription factor pseudogene 2"
+"chr2",33171736,33171954,219,"*","Promoter (<=1kb)",2,33172369,33624575,452207,1,"4052",-415,"ENSG00000049323","LTBP1","latent transforming growth factor beta binding protein 1"
+"chr4",1661123,1661308,186,"*","Intron (uc021xkk.1/152877, intron 3 of 4)",4,1641608,1685988,44381,2,"152877",24680,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr6",170559067,170559121,55,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",12536,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr8",1273592,1273604,13,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",-22765,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr16",27500185,27500345,161,"*","Intron (uc002dou.3/2975, intron 16 of 36)",16,27458991,27464714,5724,2,"283888",-35471,"ENSG00000259954","IL21R-AS1","IL21R antisense RNA 1"
+"chr3",32022767,32023008,242,"*","Promoter (<=1kb)",3,32023266,32033228,9963,1,"344787",-258,"ENSG00000197385","ZNF860","zinc finger protein 860"
+"chr4",132898790,132898980,191,"*","Distal Intergenic",4,134070470,134112732,42263,1,"57575",-1171490,"ENSG00000138650","PCDH10","protocadherin 10"
+"chr4",55100918,55100947,30,"*","Intron (uc003haa.3/5156, intron 12 of 23)",4,54966248,54968122,1875,1,"170825",134670,"ENSG00000180613","GSX2","GS homeobox 2"
+"chrX",154444422,154444490,69,"*","Promoter (<=1kb)",23,154444701,154468098,23398,1,"7411",-211,"ENSG00000155959","VBP1","von Hippel-Lindau binding protein 1"
+"chr10",103113654,103113657,4,"*","Promoter (<=1kb)",10,103113790,103317078,203289,1,"8945",-133,"ENSG00000166167","BTRC","beta-transducin repeat containing E3 ubiquitin protein ligase"
+"chr2",239335397,239335399,3,"*","Promoter (<=1kb)",2,239335626,239360891,25266,1,"51665",-227,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
+"chr8",144631720,144631810,91,"*","Distal Intergenic",8,144635557,144645231,9675,1,"79792",-3747,"ENSG00000104518","GSDMD","gasdermin D"
+"chr1",202311235,202311278,44,"*","Promoter (<=1kb)",1,202300785,202311094,10310,2,"29089",-141,"ENSG00000077152","UBE2T","ubiquitin conjugating enzyme E2T"
+"chr21",28340091,28340256,166,"*","Promoter (<=1kb)",21,28290231,28339439,49209,2,"11096",-652,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
+"chr19",35629555,35629701,147,"*","Promoter (<=1kb)",19,35629732,35633954,4223,1,"5348",-31,"ENSG00000266964","FXYD1","FXYD domain containing ion transport regulator 1"
+"chr10",99258018,99258251,234,"*","Promoter (<=1kb)",10,99218081,99258513,40433,2,"64210",262,"ENSG00000155229","MMS19","MMS19 homolog, cytosolic iron-sulfur assembly component"
+"chr19",49646109,49646179,71,"*","Exon (uc002pmr.3/8541, exon 21 of 30)",19,49654456,49658681,4226,2,"3270",12502,"ENSG00000130528","HRC","histidine rich calcium binding protein"
+"chr3",6108969,6109005,37,"*","Distal Intergenic",3,6902802,7783218,880417,1,"2917",-793797,"ENSG00000196277","GRM7","glutamate receptor, metabotropic 7"
+"chr1",19043573,19043598,26,"*","Intron (uc001bay.3/5081, intron 7 of 7)",1,18957500,19075360,117861,1,"5081",86073,"ENSG00000009709","PAX7","paired box 7"
+"chr7",621828,622164,337,"*","Intron (uc031swi.1/5575, intron 3 of 9)",7,560028,564869,4842,1,"441307",61800,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr21",37756833,37757022,190,"*","Promoter (<=1kb)",21,37757689,37789125,31437,1,"8208",-667,"ENSG00000159259","CHAF1B","chromatin assembly factor 1 subunit B"
+"chr9",111881604,111881665,62,"*","Promoter (<=1kb)",9,111777415,111882225,104811,2,"23731",560,"ENSG00000106771","TMEM245","transmembrane protein 245"
+"chr10",73078768,73078810,43,"*","Promoter (<=1kb)",10,73079010,73123147,44138,1,"55315",-200,"ENSG00000198246","SLC29A3","solute carrier family 29 member 3"
+"chr16",2024570,2024786,217,"*","Promoter (2-3kb)",16,2022064,2028751,6688,1,"10607",2506,"ENSG00000183751","TBL3","transducin (beta)-like 3"
+"chr2",131010027,131010375,349,"*","Distal Intergenic",2,130949318,130956034,6717,2,"112714",-53993,"ENSG00000152086","TUBA3E","tubulin alpha 3e"
+"chr3",141043080,141043432,353,"*","Promoter (<=1kb)",3,141043055,141168632,125578,1,"253461",25,"ENSG00000177311","ZBTB38","zinc finger and BTB domain containing 38"
+"chr16",34209017,34209247,231,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",195515,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr22",41809501,41809911,411,"*","Distal Intergenic",22,41829492,41843027,13536,2,"10766",33116,"ENSG00000183864","TOB2","transducer of ERBB2, 2"
+"chr17",7790048,7790179,132,"*","Promoter (1-2kb)",17,7788123,7816075,27953,1,"1107",1925,"ENSG00000170004","CHD3","chromodomain helicase DNA binding protein 3"
+"chr8",61593040,61593179,140,"*","Promoter (1-2kb)",8,61591324,61780586,189263,1,"55636",1716,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
+"chr6",158404013,158404082,70,"*","Promoter (1-2kb)",6,158402888,158520207,117320,1,"8871",1125,"ENSG00000078269","SYNJ2","synaptojanin 2"
+"chr1",179050803,179050911,109,"*","Promoter (<=1kb)",1,179051112,179065129,14018,1,"64222",-201,"ENSG00000186283","TOR3A","torsin family 3 member A"
+"chr19",7991683,7991945,263,"*","Promoter (<=1kb)",19,7989381,7991051,1671,2,"404217",-632,"ENSG00000178531","CTXN1","cortexin 1"
+"chr8",131309356,131309573,218,"*","Promoter (<=1kb)",8,131307601,131308779,1179,2,"29065",-577,NA,"ASAP1-IT1","ASAP1 intronic transcript 1"
+"chr15",75249828,75249842,15,"*","Promoter (<=1kb)",15,75247443,75249775,2333,2,"54913",-53,"ENSG00000178718","RPP25","ribonuclease P/MRP 25kDa subunit"
+"chr4",106654,106750,97,"*","Intron (uc003fzt.4/255403, intron 3 of 3)",4,53227,196092,142866,1,"152687",53427,"ENSG00000272602","ZNF595","zinc finger protein 595"
+"chr8",110703978,110704032,55,"*","Promoter (<=1kb)",8,110586405,110704020,117616,2,"55638",0,"ENSG00000147642","SYBU","syntabulin"
+"chr20",30311703,30311915,213,"*","Promoter (1-2kb)",20,30252261,30310656,58396,2,"598",-1047,"ENSG00000171552","BCL2L1","BCL2 like 1"
+"chr8",144120633,144120658,26,"*","Promoter (<=1kb)",8,144120679,144135720,15042,1,"286122",-21,"ENSG00000177335","C8orf31","chromosome 8 open reading frame 31"
+"chr1",180600601,180600890,290,"*","Promoter (<=1kb)",1,180601146,180859415,258270,1,"9213",-256,"ENSG00000143324","XPR1","xenotropic and polytropic retrovirus receptor 1"
+"chr3",50126218,50126228,11,"*","Promoter (<=1kb)",3,50126341,50156397,30057,1,"10181",-113,"ENSG00000003756","RBM5","RNA binding motif protein 5"
+"chr6",30520120,30520184,65,"*","Intron (uc011dmi.2/2794, intron 4 of 9)",6,28471073,28483570,12498,2,"257202",-2036550,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",69760370,69760411,42,"*","Promoter (<=1kb)",16,69743304,69760533,17230,2,"1728",122,"ENSG00000181019","NQO1","NAD(P)H dehydrogenase, quinone 1"
+"chr1",200589415,200589505,91,"*","Promoter (<=1kb)",1,200520625,200589862,69238,2,"9928",357,"ENSG00000118193","KIF14","kinesin family member 14"
+"chr1",95007283,95007356,74,"*","Promoter (<=1kb)",1,94994732,95007413,12682,2,"2152",57,"ENSG00000117525","F3","coagulation factor III, tissue factor"
+"chr11",5364785,5364924,140,"*","5' UTR",11,5372738,5373676,939,1,"390058",-7814,"ENSG00000176239","OR51B6","olfactory receptor family 51 subfamily B member 6"
+"chr8",67976393,67976417,25,"*","Promoter (<=1kb)",8,67976603,68108849,132247,1,"79848",-186,"ENSG00000104218","CSPP1","centrosome and spindle pole associated protein 1"
+"chr10",103051881,103052161,281,"*","Distal Intergenic",10,103113790,103317078,203289,1,"8945",-61629,"ENSG00000166167","BTRC","beta-transducin repeat containing E3 ubiquitin protein ligase"
+"chr9",842799,842914,116,"*","Promoter (1-2kb)",9,841690,969090,127401,1,"1761",1109,"ENSG00000137090","DMRT1","doublesex and mab-3 related transcription factor 1"
+"chr10",22634170,22634176,7,"*","Promoter (<=1kb)",10,22634374,22706539,72166,1,"9576",-198,"ENSG00000077327","SPAG6","sperm associated antigen 6"
+"chr16",90030558,90030601,44,"*","Exon (uc002fpn.2/54849, exon 11 of 13)",16,90038988,90067195,28208,1,"172",-8387,"ENSG00000223959","AFG3L1P","AFG3 like matrix AAA peptidase subunit 1, pseudogene"
+"chr14",60557893,60557946,54,"*","Promoter (<=1kb)",14,60558629,60635851,77223,1,"64430",-683,"ENSG00000126773","PCNX4","pecanex homolog 4 (Drosophila)"
+"chr11",64532923,64533113,191,"*","3' UTR",11,64513861,64528187,14327,2,"5837",-4736,"ENSG00000068976","PYGM","phosphorylase, glycogen, muscle"
+"chr3",50654326,50654332,7,"*","Intron (uc003day.2/7867, intron 3 of 12)",3,50649293,50686728,37436,1,"7867",5033,"ENSG00000114738","MAPKAPK3","mitogen-activated protein kinase-activated protein kinase 3"
+"chr6",32118811,32119016,206,"*","5' UTR",6,32485154,32557613,72460,2,"3127",438597,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",39083072,39083175,104,"*","Promoter (<=1kb)",6,39071840,39082865,11026,2,"55776",-207,"ENSG00000112167","SAYSD1","SAYSVFN motif domain containing 1"
+"chr10",101281703,101281924,222,"*","Distal Intergenic",10,101292690,101296280,3591,1,"159296",-10766,"ENSG00000119919","NKX2-3","NK2 homeobox 3"
+"chr1",42501689,42501709,21,"*","Promoter (<=1kb)",1,41972036,42501596,529561,2,"59269",-93,"ENSG00000127124","HIVEP3","human immunodeficiency virus type I enhancer binding protein 3"
+"chr6",33288785,33288800,16,"*","Exon (uc021ywn.1/1616, exon 2 of 8)",6,33540323,33548070,7748,2,"578",259270,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",30661992,30662075,84,"*","Promoter (<=1kb)",16,30662241,30667734,5494,1,"78994",-166,"ENSG00000156858","PRR14","proline rich 14"
+"chr20",25566465,25566470,6,"*","Promoter (<=1kb)",20,25433338,25566153,132816,2,"22981",-312,"ENSG00000101004","NINL","ninein like"
+"chr8",11560763,11560779,17,"*","Intron (uc011kxb.1/2626, intron 2 of 2)",8,11534468,11617509,83042,1,"2626",26295,"ENSG00000136574","GATA4","GATA binding protein 4"
+"chr15",89164474,89164482,9,"*","Promoter (<=1kb)",15,89164527,89175512,10986,1,"64782",-45,"ENSG00000181026","AEN","apoptosis enhancing nuclease"
+"chr20",61051729,61051747,19,"*","Promoter (<=1kb)",20,61038553,61051026,12474,2,"140628",-703,"ENSG00000130700","GATA5","GATA binding protein 5"
+"chr1",26663115,26663193,79,"*","Exon (uc001bmd.4/55057, exon 12 of 20)",1,26648350,26680621,32272,2,"55057",17428,"ENSG00000176092","AIM1L","absent in melanoma 1-like"
+"chr13",95086098,95086158,61,"*","Distal Intergenic",13,95091841,95131936,40096,2,"1638",45778,"ENSG00000080166","DCT","dopachrome tautomerase"
+"chr12",124105429,124105832,404,"*","3' UTR",12,124118286,124147151,28866,1,"2967",-12454,"ENSG00000111358","GTF2H3","general transcription factor IIH subunit 3"
+"chr2",239037374,239037450,77,"*","Exon (uc002vxq.4/339768, exon 8 of 9)",2,239047363,239061547,14185,1,"377007",-9913,"ENSG00000168427","KLHL30","kelch like family member 30"
+"chr16",73080861,73081124,264,"*","Intron (uc002fck.3/463, intron 9 of 9)",16,72816786,73092534,275749,2,"463",11410,"ENSG00000140836","ZFHX3","zinc finger homeobox 3"
+"chrY",2801829,2802055,227,"*","Promoter (1-2kb)",24,2803112,2850547,47436,1,"7544",-1057,"ENSG00000067646","ZFY","zinc finger protein, Y-linked"
+"chr2",238657868,238657905,38,"*","Exon (uc002vxc.3/9208, exon 13 of 24)",2,238707388,238751451,44064,1,"375316",-49483,"ENSG00000177483","RBM44","RNA binding motif protein 44"
+"chr1",17446027,17446068,42,"*","Promoter (<=1kb)",1,17393256,17445948,52693,2,"11240",-79,"ENSG00000117115","PADI2","peptidyl arginine deiminase, type II"
+"chr16",86012573,86012792,220,"*","Distal Intergenic",16,85932774,85956211,23438,1,"3394",79799,"ENSG00000140968","IRF8","interferon regulatory factor 8"
+"chr4",81106342,81106366,25,"*","Promoter (<=1kb)",4,81105439,81125482,20044,1,"56978",903,"ENSG00000152784","PRDM8","PR domain 8"
+"chr16",32127656,32127659,4,"*","Distal Intergenic",16,32162609,32163874,1266,2,"440362",36215,NA,NA,NA
+"chr7",155260582,155260847,266,"*","Distal Intergenic",7,155250824,155257526,6703,1,"2020",9758,"ENSG00000164778","EN2","engrailed homeobox 2"
+"chr17",81015941,81016036,96,"*","Distal Intergenic",17,80900031,81009686,109656,2,"146712",-6255,"ENSG00000175711","B3GNTL1","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase-like 1"
+"chr1",18617630,18617649,20,"*","Intron (uc001bau.2/84966, intron 2 of 9)",1,18434240,18704977,270738,1,"84966",183390,"ENSG00000117154","IGSF21","immunoglobin superfamily member 21"
+"chr12",58138628,58138723,96,"*","Promoter (<=1kb)",12,58138784,58142026,3243,1,"6302",-61,"ENSG00000135452","TSPAN31","tetraspanin 31"
+"chr13",44453359,44453387,29,"*","Promoter (<=1kb)",13,44453420,44468068,14649,1,"144811",-33,"ENSG00000179630","LACC1","laccase domain containing 1"
+"chr13",100624082,100624207,126,"*","Promoter (<=1kb)",13,100615275,100624178,8904,2,"85416",0,"ENSG00000139800","ZIC5","Zic family member 5"
+"chr19",4054714,4055037,324,"*","Exon (uc002lzh.3/51341, exon 2 of 3)",19,4045216,4066816,21601,2,"51341",11779,"ENSG00000178951","ZBTB7A","zinc finger and BTB domain containing 7A"
+"chr3",150804490,150804696,207,"*","Promoter (1-2kb)",3,150803451,151154465,351015,1,"116931",1039,"ENSG00000144893","MED12L","mediator complex subunit 12 like"
+"chr12",56652449,56652945,497,"*","Promoter (<=1kb)",12,56631591,56652143,20553,2,"283373",-306,"ENSG00000139645","ANKRD52","ankyrin repeat domain 52"
+"chr16",23197660,23197740,81,"*","Exon (uc002dlm.1/6340, exon 2 of 13)",16,23194040,23228200,34161,1,"6340",3620,"ENSG00000166828","SCNN1G","sodium channel epithelial 1 gamma subunit"
+"chr4",154388330,154388409,80,"*","Promoter (<=1kb)",4,154387498,154557862,170365,1,"23240",832,"ENSG00000121210","KIAA0922","KIAA0922"
+"chr17",2843101,2843158,58,"*","Intron (uc010ckd.3/23108, intron 3 of 24)",17,2965963,2966901,939,2,"8386",123743,"ENSG00000262628","OR1D5","olfactory receptor family 1 subfamily D member 5"
+"chr11",62432494,62432535,42,"*","Promoter (<=1kb)",11,62432779,62435954,3176,1,"751071",-244,"ENSG00000214756","METTL12","methyltransferase like 12"
+"chr20",43935243,43935361,119,"*","Promoter (<=1kb)",20,43935491,43946464,10974,1,"11317",-130,"ENSG00000124232","RBPJL","recombination signal binding protein for immunoglobulin kappa J region-like"
+"chr6",18277615,18278053,439,"*","Distal Intergenic",6,18224400,18264799,40400,2,"7913",-12816,"ENSG00000124795","DEK","DEK proto-oncogene"
+"chr6",30228021,30228028,8,"*","Intron (uc003npv.2/3139, intron 2 of 6)",6,28471073,28483570,12498,2,"257202",-1744451,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr11",55872467,55872478,12,"*","Promoter (<=1kb)",11,55872519,55873457,939,1,"390151",-41,"ENSG00000181767","OR8H2","olfactory receptor family 8 subfamily H member 2"
+"chr2",63286307,63286573,267,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",9115,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr18",77398552,77398897,346,"*","Distal Intergenic",18,77439801,77514510,74710,1,"9150",-40904,"ENSG00000060069","CTDP1","CTD phosphatase subunit 1"
+"chr7",1145727,1145819,93,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1121844,1133451,11608,1,"2852",23883,"ENSG00000164850","GPER1","G protein-coupled estrogen receptor 1"
+"chr17",5372317,5372445,129,"*","Promoter (<=1kb)",17,5344232,5372380,28149,2,"56919",0,"ENSG00000005100","DHX33","DEAH-box helicase 33"
+"chr18",5890245,5890448,204,"*","Promoter (1-2kb)",18,5890184,5892103,1920,2,"645369",1655,"ENSG00000206432","TMEM200C","transmembrane protein 200C"
+"chr6",30684736,30684760,25,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872853,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr17",76264164,76264518,355,"*","Intron (uc031ren.1/100996291, intron 3 of 6)",17,76257430,76274573,17144,2,"100996291",10055,"ENSG00000204277","LOC100996291","uncharacterized LOC100996291"
+"chr1",28906466,28906490,25,"*","Promoter (<=1kb)",1,28906276,28906405,130,2,"677838",-61,"ENSG00000278274","SNORA61","small nucleolar RNA, H/ACA box 61"
+"chr17",26708318,26708773,456,"*","3' UTR",17,26694299,26697373,3075,2,"7448",-10945,"ENSG00000109072","VTN","vitronectin"
+"chr10",129845903,129846082,180,"*","5' UTR",10,129894925,129924468,29544,2,"4288",78386,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
+"chrX",69642677,69642862,186,"*","Promoter (<=1kb)",23,69642881,69653241,10361,1,"54857",-19,"ENSG00000130055","GDPD2","glycerophosphodiester phosphodiesterase domain containing 2"
+"chr14",59931024,59931062,39,"*","Promoter (<=1kb)",14,59930240,59932059,1820,2,"64582",997,"ENSG00000181619","GPR135","G protein-coupled receptor 135"
+"chr16",6624242,6624245,4,"*","Intron (uc002cyr.1/54715, intron 2 of 11)",16,6069132,7763340,1694209,1,"54715",555110,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
+"chr18",55020051,55020324,274,"*","Promoter (<=1kb)",18,55019721,55036161,16441,1,"51046",330,"ENSG00000177511","ST8SIA3","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 3"
+"chr5",134181494,134181527,34,"*","Promoter (<=1kb)",5,134181370,134195425,14056,1,"134553",124,"ENSG00000181904","C5orf24","chromosome 5 open reading frame 24"
+"chr10",132684361,132684481,121,"*","Distal Intergenic",10,132760851,132760931,81,2,"100422867",76450,"ENSG00000264803","MIR378C","microRNA 378c"
+"chr16",2144849,2144857,9,"*","Intron (uc021tak.1/uc021tak.1, intron 1 of 1)",16,2140196,2140285,90,2,"100188847",-4564,"ENSG00000221656","MIR1225","microRNA 1225"
+"chr10",25305695,25305826,132,"*","Promoter (<=1kb)",10,25305508,25315593,10086,1,"79896",187,"ENSG00000185875","THNSL1","threonine synthase like 1"
+"chr12",125093204,125093662,459,"*","Distal Intergenic",12,124808957,125052010,243054,2,"9612",-41194,"ENSG00000196498","NCOR2","nuclear receptor corepressor 2"
+"chr4",174429326,174429370,45,"*","Distal Intergenic",4,174447652,174451378,3727,2,"9464",22008,"ENSG00000164107","HAND2","heart and neural crest derivatives expressed 2"
+"chr4",39482010,39482134,125,"*","Promoter (<=1kb)",4,39481875,39483523,1649,1,"401127",135,"ENSG00000224097","LOC401127","WD repeat domain 5 pseudogene"
+"chr19",47354257,47354276,20,"*","Promoter (<=1kb)",19,47341423,47354203,12781,2,"1175",-54,"ENSG00000042753","AP2S1","adaptor related protein complex 2 sigma 1 subunit"
+"chr5",39424119,39424524,406,"*","Promoter (<=1kb)",5,39371776,39425335,53560,2,"1601",811,"ENSG00000153071","DAB2","Dab, mitogen-responsive phosphoprotein, homolog 2 (Drosophila)"
+"chr12",132835295,132835786,492,"*","Intron (uc001ukb.3/50614, intron 7 of 9)",12,132851977,132857486,5510,1,"100130238",-16191,NA,"LOC100130238","uncharacterized LOC100130238"
+"chr4",7131247,7131403,157,"*","Distal Intergenic",4,7099151,7105103,5953,2,"730971",-26144,NA,"FLJ36777","uncharacterized LOC730971"
+"chr15",79043040,79043380,341,"*","Promoter (<=1kb)",15,79044379,79045734,1356,1,"646938",-999,"ENSG00000238166","LOC646938","TBC1 domain family, member 2B pseudogene"
+"chr17",42441522,42441775,254,"*","Promoter (<=1kb)",17,42431101,42441235,10135,2,"284069",-287,"ENSG00000161682","FAM171A2","family with sequence similarity 171 member A2"
+"chr2",65659557,65659702,146,"*","Promoter (<=1kb)",2,65537985,65659656,121672,2,"200734",0,"ENSG00000198369","SPRED2","sprouty related, EVH1 domain containing 2"
+"chr4",17711022,17711202,181,"*","Exon (uc003gpm.4/27146, exon 2 of 18)",4,17633709,17783135,149427,2,"27146",71933,"ENSG00000047662","FAM184B","family with sequence similarity 184 member B"
+"chr13",43149123,43149186,64,"*","Intron (uc001uyt.2/8600, intron 3 of 6)",13,43136872,43182149,45278,1,"8600",12251,"ENSG00000120659","TNFSF11","tumor necrosis factor superfamily member 11"
+"chr19",34973596,34973715,120,"*","Promoter (<=1kb)",19,34972880,34992085,19206,1,"126374",716,"ENSG00000142279","WTIP","Wilms tumor 1 interacting protein"
+"chr1",22213908,22213934,27,"*","3' UTR",1,22148737,22263750,115014,2,"3339",49816,"ENSG00000142798","HSPG2","heparan sulfate proteoglycan 2"
+"chr1",231473532,231473538,7,"*","Promoter (<=1kb)",1,231468482,231473578,5097,2,"149371",40,"ENSG00000116903","EXOC8","exocyst complex component 8"
+"chr12",133286970,133287198,229,"*","Intron (uc010tbr.2/192111, intron 4 of 8)",12,133264635,133299323,34689,1,"192111",22335,"ENSG00000247077","PGAM5","PGAM family member 5, mitochondrial serine/threonine protein phosphatase"
+"chr14",100615652,100615945,294,"*","Exon (uc001ygx.2/123099, exon 2 of 3)",14,100612753,100626012,13260,2,"123099",10067,"ENSG00000168350","DEGS2","delta(4)-desaturase, sphingolipid 2"
+"chr11",68853350,68853686,337,"*","Exon (uc001oos.2/219931, exon 22 of 25)",11,68816350,68858072,41723,1,"219931",37000,"ENSG00000162341","TPCN2","two pore segment channel 2"
+"chr22",49697565,49697716,152,"*","Distal Intergenic",22,50013290,50051190,37901,2,"348645",353474,"ENSG00000188511","C22orf34","chromosome 22 open reading frame 34"
+"chr1",11724197,11724344,148,"*","Promoter (<=1kb)",1,11724150,11734409,10260,1,"26270",47,"ENSG00000116663","FBXO6","F-box protein 6"
+"chr16",4381533,4381613,81,"*","Promoter (<=1kb)",16,4382216,4389598,7383,1,"84662",-603,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
+"chr15",65596249,65596329,81,"*","Distal Intergenic",15,65550437,65579018,28582,2,"54956",-17231,"ENSG00000138617","PARP16","poly(ADP-ribose) polymerase family member 16"
+"chr1",8393930,8394077,148,"*","Intron (uc001apb.3/50651, intron 4 of 7)",1,8384390,8404227,19838,1,"50651",9540,"ENSG00000162426","SLC45A1","solute carrier family 45 member 1"
+"chr14",55658398,55658686,289,"*","Promoter (<=1kb)",14,55614834,55658396,43563,2,"9787",-2,"ENSG00000126787","DLGAP5","discs large homolog associated protein 5"
+"chr2",61407222,61407366,145,"*","Promoter (2-3kb)",2,61404553,61414686,10134,1,"130872",2669,"ENSG00000173209","AHSA2","AHA1, activator of heat shock 90kDa protein ATPase homolog 2 (yeast)"
+"chr11",560887,560903,17,"*","Promoter (<=1kb)",11,560971,564025,3055,1,"8045",-68,"ENSG00000099849","RASSF7","Ras association domain family member 7"
+"chr15",72410226,72410489,264,"*","Promoter (<=1kb)",15,72118361,72410440,292080,2,"4649",0,"ENSG00000066933","MYO9A","myosin IXA"
+"chr1",156611963,156612140,178,"*","Promoter (<=1kb)",1,156611740,156629324,17585,1,"63827",223,"ENSG00000132692","BCAN","brevican"
+"chr4",81189774,81189927,154,"*","Promoter (2-3kb)",4,81187742,81212171,24430,1,"2250",2032,"ENSG00000138675","FGF5","fibroblast growth factor 5"
+"chr1",45454370,45454376,7,"*","Promoter (1-2kb)",1,45316194,45452394,136201,2,"8891",-1976,"ENSG00000070785","EIF2B3","eukaryotic translation initiation factor 2B subunit gamma"
+"chr1",244816000,244816040,41,"*","Promoter (<=1kb)",1,244816352,244872334,55983,1,"51029",-312,"ENSG00000121644","DESI2","desumoylating isopeptidase 2"
+"chr8",122651252,122651271,20,"*","Promoter (<=1kb)",8,122651586,122657564,5979,1,"594842",-315,NA,"HAS2-AS1","HAS2 antisense RNA 1"
+"chr12",119616616,119616618,3,"*","Promoter (<=1kb)",12,119616595,119632551,15957,1,"26353",21,"ENSG00000152137","HSPB8","heat shock protein family B (small) member 8"
+"chr6",30684891,30685074,184,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872539,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",3969086,3969181,96,"*","Distal Intergenic",16,3775056,3930121,155066,2,"1387",-38965,"ENSG00000005339","CREBBP","CREB binding protein"
+"chr16",24267178,24267399,222,"*","Promoter (<=1kb)",16,24266874,24373737,106864,1,"10368",304,"ENSG00000006116","CACNG3","calcium voltage-gated channel auxiliary subunit gamma 3"
+"chr19",51111388,51111677,290,"*","Distal Intergenic",19,51108220,51108342,123,1,"100126781",3168,NA,"SNAR-F","small ILF3/NF90-associated RNA F"
+"chr6",154832000,154832002,3,"*","Promoter (<=1kb)",6,154726433,154831753,105321,2,"154043",-247,"ENSG00000153721","CNKSR3","CNKSR family member 3"
+"chr1",45987864,45987898,35,"*","Promoter (<=1kb)",1,45976707,45988562,11856,2,"5052",664,"ENSG00000117450","PRDX1","peroxiredoxin 1"
+"chr7",149484832,149484985,154,"*","Exon (uc010lpk.3/23145, exon 25 of 109)",7,149473131,149531053,57923,1,"23145",11701,"ENSG00000197558","SSPO","SCO-spondin"
+"chr2",240650410,240650655,246,"*","Distal Intergenic",2,240684554,240722356,37803,1,"150935",-33899,NA,"LOC150935","uncharacterized LOC150935"
+"chr3",147077588,147077665,78,"*","Distal Intergenic",3,147103835,147124596,20762,2,"84107",46931,"ENSG00000174963","ZIC4","Zic family member 4"
+"chr5",79552422,79552489,68,"*","Promoter (<=1kb)",5,79407050,79551898,144849,2,"256987",-524,"ENSG00000164300","SERINC5","serine incorporator 5"
+"chr5",1504991,1505354,364,"*","Intron (uc003jcm.3/79888, intron 13 of 13)",5,1461542,1524076,62535,2,"79888",18722,"ENSG00000153395","LPCAT1","lysophosphatidylcholine acyltransferase 1"
+"chr10",94451303,94451518,216,"*","Promoter (1-2kb)",10,94449681,94455408,5728,1,"3087",1622,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
+"chr1",155293914,155294010,97,"*","Promoter (<=1kb)",1,155290251,155293938,3688,2,"284618",0,NA,"RUSC1-AS1","RUSC1 antisense RNA 1"
+"chr15",94443727,94443764,38,"*","5' UTR",15,94774801,95027181,252381,1,"55784",-331037,"ENSG00000140563","MCTP2","multiple C2 domains, transmembrane 2"
+"chr16",1584404,1584468,65,"*","Exon (uc002cmc.3/79652, exon 2 of 4)",16,1578742,1605581,26840,1,"79652",5662,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr11",1324430,1324528,99,"*","Intron (uc001lte.3/54472, intron 5 of 5)",11,1295598,1330892,35295,2,"54472",6364,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr11",58939770,58939905,136,"*","Promoter (<=1kb)",11,58938903,58976060,37158,1,"23220",867,"ENSG00000110042","DTX4","deltex 4, E3 ubiquitin ligase"
+"chr11",45929519,45929541,23,"*","Promoter (<=1kb)",11,45928086,45928833,748,2,"143678",-686,"ENSG00000234776","C11orf94","chromosome 11 open reading frame 94"
+"chr6",30691764,30691847,84,"*","Exon (uc003nrl.3/203068, exon 4 of 4)",6,32485154,32557613,72460,2,"3127",1865766,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr20",7921059,7921280,222,"*","Promoter (<=1kb)",20,7863631,7921093,57463,2,"54363",0,"ENSG00000101323","HAO1","hydroxyacid oxidase (glycolate oxidase) 1"
+"chr9",139096080,139096152,73,"*","Promoter (<=1kb)",9,139088096,139096955,8860,2,"8022",803,"ENSG00000107187","LHX3","LIM homeobox 3"
+"chr6",32134870,32134916,47,"*","Exon (uc003nzy.2/100532746, exon 14 of 21)",6,32485154,32557613,72460,2,"3127",422697,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr14",35515810,35516235,426,"*","Promoter (1-2kb)",14,35514113,35552589,38477,1,"283635",1697,"ENSG00000151327","FAM177A1","family with sequence similarity 177 member A1"
+"chr17",80794081,80794091,11,"*","Intron (uc002kfx.1/6904, intron 12 of 24)",17,80787310,80797931,10622,2,"79755",3840,"ENSG00000141579","ZNF750","zinc finger protein 750"
+"chr4",155662375,155662390,16,"*","Promoter (2-3kb)",4,155665152,155674270,9119,1,"9227",-2762,"ENSG00000121207","LRAT","lecithin retinol acyltransferase (phosphatidylcholine--retinol O-acyltransferase)"
+"chr19",33350797,33350931,135,"*","Exon (uc002ntt.4/11136, exon 4 of 8)",19,33321419,33360683,39265,2,"11136",9752,"ENSG00000021488","SLC7A9","solute carrier family 7 member 9"
+"chr6",31592926,31592935,10,"*","Intron (uc011dnv.1/7916, intron 5 of 13)",6,32485154,32557613,72460,2,"3127",964678,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",1051859,1052046,188,"*","Promoter (<=1kb)",1,1017198,1051736,34539,2,"54991",-123,"ENSG00000131591","C1orf159","chromosome 1 open reading frame 159"
+"chr12",111843286,111843385,100,"*","Promoter (<=1kb)",12,111843752,111889427,45676,1,"10019",-367,"ENSG00000111252","SH2B3","SH2B adaptor protein 3"
+"chr17",79633565,79633586,22,"*","Promoter (<=1kb)",17,79632066,79633618,1553,2,"339229",32,"ENSG00000204237","OXLD1","oxidoreductase-like domain containing 1"
+"chr10",22911489,22911577,89,"*","Intron (uc001irl.4/5305, intron 9 of 9)",10,22823766,23003503,179738,2,"5305",91926,"ENSG00000150867","PIP4K2A","phosphatidylinositol-5-phosphate 4-kinase, type II, alpha"
+"chr11",65082070,65082072,3,"*","Promoter (<=1kb)",11,65082289,65089900,7612,1,"10435",-217,"ENSG00000149798","CDC42EP2","CDC42 effector protein 2"
+"chr17",8079816,8079830,15,"*","Promoter (<=1kb)",17,8076297,8079714,3418,2,"84314",-102,"ENSG00000179029","TMEM107","transmembrane protein 107"
+"chr6",160023927,160023954,28,"*","Distal Intergenic",6,160100149,160114353,14205,2,"6648",90399,"ENSG00000112096","SOD2","superoxide dismutase 2, mitochondrial"
+"chr3",52272844,52273243,400,"*","Promoter (<=1kb)",3,52262626,52273183,10558,2,"11344",0,"ENSG00000247596","TWF2","twinfilin actin binding protein 2"
+"chr16",50775240,50775428,189,"*","Promoter (<=1kb)",16,50775961,50835846,59886,1,"1540",-533,"ENSG00000083799","CYLD","CYLD lysine 63 deubiquitinase"
+"chr6",387096,387123,28,"*","Distal Intergenic",6,391739,411443,19705,1,"3662",-4616,"ENSG00000137265","IRF4","interferon regulatory factor 4"
+"chr17",7197375,7197384,10,"*","Promoter (<=1kb)",17,7191571,7197876,6306,2,"51087",492,"ENSG00000006047","YBX2","Y-box binding protein 2"
+"chr21",47394015,47394032,18,"*","Distal Intergenic",21,47401663,47424963,23301,1,"1291",-7631,"ENSG00000142156","COL6A1","collagen type VI alpha 1"
+"chr16",2013573,2014063,491,"*","Promoter (<=1kb)",16,2012974,2013107,134,2,"26784",-466,"ENSG00000207405","SNORA64","small nucleolar RNA, H/ACA box 64"
+"chr8",59465595,59465609,15,"*","Promoter (<=1kb)",8,59465728,59495419,29692,1,"6386",-119,"ENSG00000137575","SDCBP","syndecan binding protein"
+"chr9",15422376,15422589,214,"*","Promoter (<=1kb)",9,15422782,15465831,43050,1,"6619",-193,"ENSG00000164975","SNAPC3","small nuclear RNA activating complex polypeptide 3"
+"chr1",87019097,87019175,79,"*","Intron (uc009wcs.3/22802, intron 1 of 13)",1,87012759,87046432,33674,1,"22802",6338,"ENSG00000016602","CLCA4","chloride channel accessory 4"
+"chr11",60524575,60524799,225,"*","Promoter (<=1kb)",11,60524340,60544204,19865,1,"219995",235,"ENSG00000166961","MS4A15","membrane spanning 4-domains A15"
+"chr11",67171476,67171585,110,"*","Promoter (<=1kb)",11,67171384,67177561,6178,1,"374403",92,"ENSG00000175463","TBC1D10C","TBC1 domain family member 10C"
+"chr4",113739170,113739184,15,"*","Promoter (<=1kb)",4,113739239,114304896,565658,1,"287",-55,"ENSG00000145362","ANK2","ankyrin 2, neuronal"
+"chr12",48550853,48551185,333,"*","Promoter (<=1kb)",12,48541572,48551377,9806,2,"140461",192,"ENSG00000177981","ASB8","ankyrin repeat and SOCS box containing 8"
+"chr12",72233922,72233984,63,"*","Promoter (<=1kb)",12,72233487,72320629,87143,1,"64786",435,"ENSG00000121749","TBC1D15","TBC1 domain family member 15"
+"chr4",119273841,119274013,173,"*","Promoter (<=1kb)",4,119201193,119273922,72730,2,"8492",0,"ENSG00000164099","PRSS12","protease, serine 12"
+"chr11",64126344,64126383,40,"*","Promoter (<=1kb)",11,64126625,64139687,13063,1,"8986",-242,"ENSG00000162302","RPS6KA4","ribosomal protein S6 kinase A4"
+"chr2",233252706,233252976,271,"*","Promoter (<=1kb)",2,233250460,233251754,1295,2,"347694",-952,"ENSG00000244280","ECEL1P2","endothelin converting enzyme-like 1, pseudogene 2"
+"chr6",31696102,31696113,12,"*","Intron (uc003nwp.3/23564, intron 3 of 5)",6,32485154,32557613,72460,2,"3127",861500,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",36807505,36807524,20,"*","3' UTR",1,36787632,36789755,2124,2,"55194",-17750,"ENSG00000142694","EVA1B","eva-1 homolog B (C. elegans)"
+"chr16",4233614,4233714,101,"*","Distal Intergenic",16,4239375,4292081,52707,2,"6345",58367,"ENSG00000185739","SRL","sarcalumenin"
+"chr3",42631381,42631489,109,"*","Promoter (<=1kb)",3,42632298,42636490,4193,1,"51188",-809,"ENSG00000008324","SS18L2","synovial sarcoma translocation gene on chromosome 18-like 2"
+"chr14",95693780,95693881,102,"*","Intron (uc001yef.2/79789, intron 11 of 12)",14,95552565,95624347,71783,2,"23405",-69433,"ENSG00000100697","DICER1","dicer 1 ribonuclease III"
+"chr6",24646316,24646473,158,"*","Promoter (<=1kb)",6,24544332,24646383,102052,2,"9856",0,"ENSG00000137261","KIAA0319","KIAA0319"
+"chr10",17686059,17686071,13,"*","Promoter (<=1kb)",10,17686124,17758821,72698,1,"8027",-53,"ENSG00000136738","STAM","signal transducing adaptor molecule"
+"chr15",96897103,96897142,40,"*","Distal Intergenic",15,96876490,96876536,47,1,"100302258",20613,"ENSG00000222651","MIR1469","microRNA 1469"
+"chr16",87391813,87391953,141,"*","Intron (uc002fjv.3/79791, intron 7 of 7)",16,87362942,87425708,62767,2,"79791",33755,"ENSG00000103264","FBXO31","F-box protein 31"
+"chr3",350634,350789,156,"*","Intron (uc003bot.3/10752, intron 2 of 27)",3,238279,451097,212819,1,"10752",112355,"ENSG00000134121","CHL1","cell adhesion molecule L1 like"
+"chr15",78913635,78913772,138,"*","Promoter (<=1kb)",15,78885395,78913637,28243,2,"1136",0,"ENSG00000080644","CHRNA3","cholinergic receptor nicotinic alpha 3 subunit"
+"chr15",83952774,83952808,35,"*","Promoter (<=1kb)",15,83924655,83953468,28814,2,"646",660,"ENSG00000169594","BNC1","basonuclin 1"
+"chr16",28874970,28874982,13,"*","5' UTR",16,28889809,28915830,26022,1,"487",-14827,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
+"chr7",99699562,99699573,12,"*","Promoter (<=1kb)",7,99690404,99699427,9024,2,"4176",-135,"ENSG00000166508","MCM7","minichromosome maintenance complex component 7"
+"chr16",56815325,56815778,454,"*","5' UTR",16,56764017,56878861,114845,1,"9688",51308,"ENSG00000102900","NUP93","nucleoporin 93kDa"
+"chr10",81967536,81967618,83,"*","Promoter (<=1kb)",10,81967466,81979413,11948,1,"439990",70,"ENSG00000237523","LINC00857","long intergenic non-protein coding RNA 857"
+"chr11",65222179,65222403,225,"*","Distal Intergenic",11,65190269,65212028,21760,1,"283131",31910,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
+"chr14",99532845,99532847,3,"*","Distal Intergenic",14,99635625,99737822,102198,2,"64919",204975,"ENSG00000127152","BCL11B","B-cell CLL/lymphoma 11B"
+"chr2",98808005,98808187,183,"*","Intron (uc010yvh.2/200403, intron 9 of 12)",2,98703595,98929410,225816,1,"200403",104410,"ENSG00000168658","VWA3B","von Willebrand factor A domain containing 3B"
+"chr11",71258392,71258869,478,"*","Promoter (<=1kb)",11,71259466,71260653,1188,1,"3846",-597,"ENSG00000254997","KRTAP5-9","keratin associated protein 5-9"
+"chr16",30346786,30346812,27,"*","Promoter (<=1kb)",16,30278914,30346695,67782,2,"595101",-91,NA,"SMG1P5","SMG1 pseudogene 5"
+"chr10",83633980,83634228,249,"*","Promoter (<=1kb)",10,83635070,84746935,1111866,1,"10718",-842,"ENSG00000185737","NRG3","neuregulin 3"
+"chr16",30428794,30429204,411,"*","Exon (uc002dyd.3/51333, exon 3 of 3)",16,30418735,30440920,22186,1,"51333",10059,"ENSG00000179965","ZNF771","zinc finger protein 771"
+"chr16",88871903,88871911,9,"*","Promoter (1-2kb)",16,88870186,88875666,5481,1,"81620",1717,"ENSG00000167513","CDT1","chromatin licensing and DNA replication factor 1"
+"chr6",3231700,3231977,278,"*","Intron (uc003mvi.1/uc003mvi.1, intron 1 of 1)",6,3224495,3227968,3474,2,"347733",-3732,"ENSG00000137285","TUBB2B","tubulin beta 2B class IIb"
+"chr16",15018808,15018814,7,"*","Promoter (2-3kb)",16,15021064,15045931,24868,1,"9284",-2250,"ENSG00000183426","NPIPA1","nuclear pore complex interacting protein family member A1"
+"chr17",975818,976094,277,"*","Exon (uc010vqg.3/29, exon 3 of 18)",17,925716,925799,84,2,"100422835",-50019,"ENSG00000264429","MIR3183","microRNA 3183"
+"chr7",56891354,56891698,345,"*","Distal Intergenic",7,56943078,56949839,6762,2,"100130849",58141,"ENSG00000233437","LOC100130849","phosphorylase kinase, gamma 1 (muscle) pseudogene"
+"chr10",79793365,79793366,2,"*","Promoter (<=1kb)",10,79793518,79816571,23054,1,"6229",-152,"ENSG00000138326","RPS24","ribosomal protein S24"
+"chr8",145925708,145925767,60,"*","Distal Intergenic",8,145754563,145911194,156632,2,"80728",-14514,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
+"chr1",231115823,231115949,127,"*","Promoter (<=1kb)",1,231114823,231136479,21657,1,"64801",1000,"ENSG00000173409","ARV1","ARV1 homolog, fatty acid homeostasis modulator"
+"chr9",100459634,100459834,201,"*","Promoter (<=1kb)",9,100437191,100459691,22501,2,"7507",0,"ENSG00000136936","XPA","xeroderma pigmentosum, complementation group A"
+"chr16",15239600,15239992,393,"*","Distal Intergenic",16,15248707,15248859,153,2,"100500852",8867,"ENSG00000264115","MIR3180-4","microRNA 3180-4"
+"chr16",53468205,53468302,98,"*","Promoter (<=1kb)",16,53468351,53525560,57210,1,"5934",-49,"ENSG00000103479","RBL2","retinoblastoma-like 2"
+"chr11",50227199,50227265,67,"*","Distal Intergenic",11,50238999,50257633,18635,2,"441601",30368,NA,"LOC441601","septin 7 pseudogene"
+"chr5",111093927,111093945,19,"*","Intron (uc011cvr.2/9315, intron 2 of 3)",5,111248205,111353003,104799,1,"100873948",-154260,"ENSG00000250095","NREP-AS1","NREP antisense RNA 1"
+"chr3",79815734,79815800,67,"*","Promoter (1-2kb)",3,78646388,79817059,1170672,2,"6091",1259,"ENSG00000169855","ROBO1","roundabout guidance receptor 1"
+"chr14",101419328,101419662,335,"*","Promoter (<=1kb)",14,101419686,101419759,74,1,"767579",-24,"ENSG00000201839","SNORD114-3","small nucleolar RNA, C/D box 114-3"
+"chr19",4909242,4909318,77,"*","Promoter (<=1kb)",19,4909510,4962165,52656,1,"29128",-192,"ENSG00000276043","UHRF1","ubiquitin like with PHD and ring finger domains 1"
+"chr6",29635459,29635531,73,"*","Intron (uc003nmy.2/4340, intron 4 of 6)",6,28471073,28483570,12498,2,"257202",-1151889,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr1",156404917,156405201,285,"*","Distal Intergenic",1,156374055,156400493,26439,2,"10485",-4424,"ENSG00000125462","C1orf61","chromosome 1 open reading frame 61"
+"chr22",43506417,43506435,19,"*","Promoter (<=1kb)",22,43506754,43525718,18965,1,"638",-319,"ENSG00000100290","BIK","BCL2-interacting killer"
+"chr7",72741893,72741987,95,"*","Promoter (<=1kb)",7,72726535,72742085,15551,2,"135892",98,"ENSG00000146755","TRIM50","tripartite motif containing 50"
+"chr3",9289739,9289747,9,"*","Promoter (1-2kb)",3,9022276,9291369,269094,2,"9901",1622,"ENSG00000196220","SRGAP3","SLIT-ROBO Rho GTPase activating protein 3"
+"chr19",21950196,21950216,21,"*","Promoter (<=1kb)",19,21906843,21950430,43588,2,"163227",214,"ENSG00000197020","ZNF100","zinc finger protein 100"
+"chr16",30194728,30194767,40,"*","Promoter (<=1kb)",16,30194731,30200397,5667,1,"11151",0,"ENSG00000102879","CORO1A","coronin 1A"
+"chr17",53343235,53343553,319,"*","Promoter (<=1kb)",17,53342321,53402426,60106,1,"3131",914,"ENSG00000108924","HLF","hepatic leukemia factor"
+"chr4",94750205,94750656,452,"*","Promoter (<=1kb)",4,94750078,94751142,1065,1,"474",127,"ENSG00000172238","ATOH1","atonal bHLH transcription factor 1"
+"chr7",27213923,27213984,62,"*","5' UTR",7,27209099,27209182,84,2,"442920",-4741,"ENSG00000207584","MIR196B","microRNA 196b"
+"chr1",1906899,1907079,181,"*","Intron (uc001aim.1/85452, intron 12 of 17)",1,1884752,1935276,50525,2,"85452",28197,"ENSG00000142609","CFAP74","cilia and flagella associated protein 74"
+"chr11",65641335,65641397,63,"*","Promoter (<=1kb)",11,65633912,65640405,6494,2,"30008",-930,"ENSG00000172638","EFEMP2","EGF containing fibulin-like extracellular matrix protein 2"
+"chr12",4479577,4479794,218,"*","Exon (uc001qmq.1/8074, exon 3 of 3)",12,4477393,4488894,11502,2,"8074",9100,"ENSG00000118972","FGF23","fibroblast growth factor 23"
+"chr3",188665228,188665365,138,"*","Promoter (<=1kb)",3,188665003,189041271,376269,1,"285386",225,"ENSG00000188001","TPRG1","tumor protein p63 regulated 1"
+"chr5",167545249,167545264,16,"*","Intron (uc010jjd.3/57451, intron 9 of 28)",5,167719065,167899308,180244,1,"23286",-173801,"ENSG00000113645","WWC1","WW and C2 domain containing 1"
+"chrX",154255215,154255217,3,"*","Promoter (<=1kb)",23,154064064,154255215,191152,2,"2157",0,"ENSG00000185010","F8","coagulation factor VIII"
+"chr10",54714764,54714816,53,"*","Distal Intergenic",10,54525140,54531460,6321,2,"4153",-183304,"ENSG00000165471","MBL2","mannose binding lectin 2"
+"chr2",201936323,201936362,40,"*","Promoter (<=1kb)",2,201838441,201936392,97952,2,"285172",30,"ENSG00000155744","FAM126B","family with sequence similarity 126 member B"
+"chr6",33359099,33359166,68,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",188904,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr17",79114577,79114756,180,"*","Intron (uc010dia.3/9625, intron 13 of 13)",17,79106996,79107108,113,2,"100302229",-7469,"ENSG00000221025","MIR1250","microRNA 1250"
+"chr7",100209832,100209891,60,"*","Promoter (<=1kb)",7,100209725,100213000,3276,1,"64598",107,"ENSG00000106330","MOSPD3","motile sperm domain containing 3"
+"chr8",67579219,67579493,275,"*","Promoter (<=1kb)",8,67542488,67579452,36965,2,"80124",0,"ENSG00000175073","VCPIP1","valosin containing protein (p97)/p47 complex interacting protein 1"
+"chr1",43389725,43389788,64,"*","Downstream (1-2kb)",1,43424720,43449029,24310,1,"440584",-34932,"ENSG00000227533","SLC2A1-AS1","SLC2A1 antisense RNA 1"
+"chr6",29796391,29796481,91,"*","Exon (uc031snb.1/3135, exon 3 of 6)",6,28471073,28483570,12498,2,"257202",-1312821,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",29725196,29725523,328,"*","Promoter (<=1kb)",7,29685538,29725437,39900,2,"646762",0,NA,"LOC646762","uncharacterized LOC646762"
+"chr10",1708500,1708619,120,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1223253,1779670,556418,2,"105",71051,"ENSG00000185736","ADARB2","adenosine deaminase, RNA-specific, B2 (inactive)"
+"chr19",6108864,6108873,10,"*","Promoter (1-2kb)",19,5993175,6110664,117490,2,"5990",1791,"ENSG00000087903","RFX2","regulatory factor X2"
+"chr2",189156501,189156874,374,"*","Promoter (<=1kb)",2,189156396,189460652,304257,1,"51454",105,"ENSG00000144366","GULP1","GULP, engulfment adaptor PTB domain containing 1"
+"chr9",108320178,108320327,150,"*","Promoter (<=1kb)",9,108320411,108403399,82989,1,"2218",-84,"ENSG00000106692","FKTN","fukutin"
+"chr17",8093456,8093611,156,"*","Promoter (<=1kb)",17,8091651,8093564,1914,2,"54785",0,"ENSG00000196544","BORCS6","BLOC-1 related complex subunit 6"
+"chr17",77901081,77901176,96,"*","Distal Intergenic",17,77806955,77813213,6259,2,"8535",-87868,"ENSG00000141582","CBX4","chromobox 4"
+"chr5",3823459,3823462,4,"*","Distal Intergenic",5,3596168,3601517,5350,1,"79192",227291,"ENSG00000170549","IRX1","iroquois homeobox 1"
+"chr6",33387188,33387205,18,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",160865,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr1",213031527,213031687,161,"*","Promoter (<=1kb)",1,213031597,213072705,41109,1,"28982",0,"ENSG00000162769","FLVCR1","feline leukemia virus subgroup C cellular receptor 1"
+"chr16",20774825,20774960,136,"*","Promoter (<=1kb)",16,20775312,20808479,33168,1,"6296",-352,"ENSG00000005187","ACSM3","acyl-CoA synthetase medium-chain family member 3"
+"chr1",167408709,167408735,27,"*","Intron (uc001gei.4/919, intron 6 of 7)",1,167399877,167487847,87971,2,"919",79112,"ENSG00000198821","CD247","CD247 molecule"
+"chr6",30421043,30421107,65,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1937473,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr9",34623728,34624080,353,"*","Exon (uc011lon.2/138715, exon 3 of 7)",9,34613548,34620496,6949,2,"11258",-3232,"ENSG00000137100","DCTN3","dynactin subunit 3"
+"chr16",34808891,34809256,366,"*","Distal Intergenic",16,34739459,34740840,1382,2,"100130700",-68051,"ENSG00000260857","TP53TG3HP","TP53 target 3 family member H, pseudogene"
+"chr12",98988194,98988194,1,"*","Promoter (<=1kb)",12,98987403,98995778,8376,1,"5250",791,"ENSG00000075415","SLC25A3","solute carrier family 25 member 3"
+"chr20",44452801,44453049,249,"*","Promoter (2-3kb)",20,44451855,44455953,4099,2,"7125",2904,"ENSG00000101470","TNNC2","troponin C2, fast skeletal type"
+"chr16",33959547,33959785,239,"*","Promoter (2-3kb)",16,33961052,33962503,1452,2,"649159",2718,"ENSG00000256642","LINC00273","long intergenic non-protein coding RNA 273"
+"chr17",39804486,39804831,346,"*","Intron (uc010wfs.2/3728, intron 5 of 8)",17,39782579,39796451,13873,2,"284116",-8035,"ENSG00000214514","KRT42P","keratin 42 pseudogene"
+"chr6",56911139,56911171,33,"*","Promoter (<=1kb)",6,56911384,56920023,8640,1,"57691",-213,"ENSG00000168116","KIAA1586","KIAA1586"
+"chr2",220432824,220432956,133,"*","Exon (uc010fwk.3/23363, exon 2 of 21)",2,220415450,220436268,20819,2,"23363",3312,"ENSG00000124006","OBSL1","obscurin-like 1"
+"chr7",140714766,140714781,16,"*","Promoter (<=1kb)",7,140705961,140714781,8821,2,"51650",0,"ENSG00000090263","MRPS33","mitochondrial ribosomal protein S33"
+"chr10",1209463,1209891,429,"*","Exon (uc010qag.1/399706, exon 3 of 3)",10,1205708,1210612,4905,1,"399706",3755,"ENSG00000229205","LINC00200","long intergenic non-protein coding RNA 200"
+"chr16",71518570,71518786,217,"*","5' UTR",16,71481503,71523217,41715,2,"7571",4431,"ENSG00000167377","ZNF23","zinc finger protein 23"
+"chr11",73472369,73472421,53,"*","Promoter (<=1kb)",11,73386683,73472201,85519,2,"5870",-168,"ENSG00000175582","RAB6A","RAB6A, member RAS oncogene family"
+"chr10",44701916,44701981,66,"*","Distal Intergenic",10,44788198,44790097,1900,1,"100130539",-86217,"ENSG00000277288","C10orf142","chromosome 10 open reading frame 142"
+"chr13",93878974,93878994,21,"*","Promoter (<=1kb)",13,93879078,95060273,1181196,1,"10082",-84,"ENSG00000183098","GPC6","glypican 6"
+"chr3",28389633,28389645,13,"*","Promoter (<=1kb)",3,28363844,28390618,26775,2,"64343",973,"ENSG00000163512","AZI2","5-azacytidine induced 2"
+"chr15",50716274,50716372,99,"*","Promoter (<=1kb)",15,50716579,50793277,76699,1,"9101",-207,"ENSG00000138592","USP8","ubiquitin specific peptidase 8"
+"chr19",15197641,15197788,148,"*","Promoter (<=1kb)",19,15197877,15198944,1068,1,"126370",-89,"ENSG00000094661","OR1I1","olfactory receptor family 1 subfamily I member 1"
+"chr6",31634125,31634189,65,"*","Intron (uc010jsz.1/1460, intron 1 of 1)",6,32485154,32557613,72460,2,"3127",923424,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr18",23671011,23671031,21,"*","Promoter (<=1kb)",18,23596217,23671164,74948,2,"6760",133,"ENSG00000141380","SS18","synovial sarcoma translocation, chromosome 18"
+"chr4",925410,925652,243,"*","Promoter (<=1kb)",4,843065,926174,83110,2,"2580",522,"ENSG00000178950","GAK","cyclin G associated kinase"
+"chr11",1979879,1980229,351,"*","Distal Intergenic",11,1968502,1977839,9338,1,"6150",11377,"ENSG00000214026","MRPL23","mitochondrial ribosomal protein L23"
+"chr12",42632138,42632312,175,"*","Promoter (<=1kb)",12,42550907,42632154,81248,2,"10138",0,"ENSG00000015153","YAF2","YY1 associated factor 2"
+"chr12",99139797,99139819,23,"*","Intron (uc010svd.2/56899, intron 1 of 9)",12,99039078,99129211,90134,1,"317",100719,"ENSG00000120868","APAF1","apoptotic peptidase activating factor 1"
+"chr11",18727580,18727774,195,"*","Exon (uc001mpa.2/283284, exon 20 of 21)",11,18720351,18726332,5982,1,"144110",7229,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
+"chr3",23957438,23957916,479,"*","Promoter (<=1kb)",3,23958295,23965187,6893,1,"6138",-379,"ENSG00000174748","RPL15","ribosomal protein L15"
+"chr10",75173326,75173569,244,"*","Promoter (<=1kb)",10,75135189,75173841,38653,2,"310",272,"ENSG00000138279","ANXA7","annexin A7"
+"chr2",176968052,176968536,485,"*","Promoter (<=1kb)",2,176969250,176974316,5067,1,"3237",-714,"ENSG00000128713","HOXD11","homeobox D11"
+"chr8",144450049,144450491,443,"*","Promoter (<=1kb)",8,144448793,144450805,2013,2,"78998",314,"ENSG00000254389","RHPN1-AS1","RHPN1 antisense RNA 1 (head to head)"
+"chr19",11529973,11529977,5,"*","Promoter (<=1kb)",19,11493773,11530018,36246,2,"57139",41,"ENSG00000205517","RGL3","ral guanine nucleotide dissociation stimulator-like 3"
+"chr3",145879578,145879594,17,"*","Promoter (<=1kb)",3,145787228,145879282,92055,2,"5352",-296,"ENSG00000152952","PLOD2","procollagen-lysine, 2-oxoglutarate 5-dioxygenase 2"
+"chr2",131046313,131046480,168,"*","Distal Intergenic",2,131095816,131099922,4107,2,"84317",53442,"ENSG00000136710","CCDC115","coiled-coil domain containing 115"
+"chr6",30687159,30687197,39,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1870416,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",134638833,134639020,188,"*","Promoter (<=1kb)",6,134490384,134639196,148813,2,"6446",176,"ENSG00000118515","SGK1","serum/glucocorticoid regulated kinase 1"
+"chr17",78882501,78882693,193,"*","Exon (uc002jyt.1/57521, exon 21 of 34)",17,78965641,78973933,8293,1,"79643",-82948,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr2",233320593,233320712,120,"*","Promoter (<=1kb)",2,233320833,233324742,3910,1,"248",-121,"ENSG00000163295","ALPI","alkaline phosphatase, intestinal"
+"chr22",31885298,31885573,276,"*","Promoter (<=1kb)",22,31835345,31885923,50579,2,"56478",350,"ENSG00000184708","EIF4ENIF1","eukaryotic translation initiation factor 4E nuclear import factor 1"
+"chr11",72385307,72385425,119,"*","Promoter (<=1kb)",11,72287184,72385497,98314,2,"5138",72,"ENSG00000186642","PDE2A","phosphodiesterase 2A"
+"chr5",140514381,140514711,331,"*","Promoter (<=1kb)",5,140514800,140517704,2905,1,"26167",-89,"ENSG00000113209","PCDHB5","protocadherin beta 5"
+"chr11",75922323,75922637,315,"*","Promoter (<=1kb)",11,75897370,75921803,24434,2,"7481",-520,"ENSG00000085741","WNT11","wingless-type MMTV integration site family member 11"
+"chr19",662283,662692,410,"*","Promoter (<=1kb)",19,647526,663233,15708,2,"55658",541,"ENSG00000070423","RNF126","ring finger protein 126"
+"chr11",129991445,129991544,100,"*","5' UTR",11,130029682,130080257,50576,1,"6768",-38138,"ENSG00000149418","ST14","suppression of tumorigenicity 14"
+"chr1",67395499,67395567,69,"*","Intron (uc001dda.5/57708, intron 3 of 4)",1,67390578,67454302,63725,1,"57708",4921,"ENSG00000198160","MIER1","MIER1 transcriptional regulator"
+"chr5",137688207,137688375,169,"*","Promoter (<=1kb)",5,137688285,137772716,84432,1,"51780",0,"ENSG00000120733","KDM3B","lysine demethylase 3B"
+"chr22",22089369,22089704,336,"*","Promoter (<=1kb)",22,22051826,22090071,38246,2,"29799",367,"ENSG00000100027","YPEL1","yippee like 1"
+"chr1",26758776,26758846,71,"*","Promoter (<=1kb)",1,26758773,26797795,39023,1,"79947",3,"ENSG00000117682","DHDDS","dehydrodolichyl diphosphate synthase subunit"
+"chr2",3129858,3129914,57,"*","Distal Intergenic",2,3192741,3381653,188913,2,"7260",251739,"ENSG00000032389","TSSC1","tumor suppressing subtransferable candidate 1"
+"chr10",94448654,94448728,75,"*","Promoter (<=1kb)",10,94449681,94455408,5728,1,"3087",-953,"ENSG00000152804","HHEX","hematopoietically expressed homeobox"
+"chr6",151815241,151815526,286,"*","Promoter (<=1kb)",6,151815175,151942328,127154,1,"80129",66,"ENSG00000120262","CCDC170","coiled-coil domain containing 170"
+"chr6",28891897,28891917,21,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-408327,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",26758238,26758395,158,"*","Distal Intergenic",6,26634611,26659980,25370,2,"79692",-98258,"ENSG00000181315","ZNF322","zinc finger protein 322"
+"chr9",140151348,140151706,359,"*","Promoter (1-2kb)",9,140149759,140168000,18242,1,"25920",1589,"ENSG00000188986","NELFB","negative elongation factor complex member B"
+"chr2",37194107,37194308,202,"*","Promoter (<=1kb)",2,37064841,37193615,128775,2,"6801",-492,"ENSG00000115808","STRN","striatin"
+"chr6",43253015,43253097,83,"*","Exon (uc003ouq.1/84630, exon 15 of 15)",6,43265998,43273276,7279,1,"10864",-12901,"ENSG00000137204","SLC22A7","solute carrier family 22 member 7"
+"chr4",185938754,185938885,132,"*","Promoter (1-2kb)",4,185939995,185941958,1964,1,"391723",-1110,"ENSG00000187821","HELT","helt bHLH transcription factor"
+"chr5",178004204,178004685,482,"*","Intron (uc021yiy.1/91522, intron 28 of 28)",5,177664617,178017556,352940,2,"91522",12871,"ENSG00000050767","COL23A1","collagen type XXIII alpha 1"
+"chr4",4669436,4669555,120,"*","Intron (uc003gid.3/100507266, intron 4 of 5)",4,4543858,4712664,168807,1,"100507266",125578,"ENSG00000247708","STX18-AS1","STX18 antisense RNA 1 (head to head)"
+"chr13",112610870,112611028,159,"*","Distal Intergenic",13,112721913,112726020,4108,1,"6656",-110885,"ENSG00000182968","SOX1","SRY-box 1"
+"chr17",41278573,41278581,9,"*","Promoter (<=1kb)",17,41277600,41305688,28089,1,"10230",973,"ENSG00000198496","NBR2","neighbor of BRCA1 gene 2 (non-protein coding)"
+"chr16",15083088,15083564,477,"*","Intron (uc010uzl.2/23042, intron 1 of 22)",16,15068599,15233196,164598,1,"23042",14489,"ENSG00000179889","PDXDC1","pyridoxal-dependent decarboxylase domain containing 1"
+"chr20",61808643,61808840,198,"*","Promoter (1-2kb)",20,61809852,61809938,87,1,"406909",-1012,"ENSG00000207598","MIR124-3","microRNA 124-3"
+"chr7",5460496,5460916,421,"*","5' UTR",7,5346423,5465045,118623,2,"84629",4129,"ENSG00000182095","TNRC18","trinucleotide repeat containing 18"
+"chr7",64363527,64363542,16,"*","Intron (uc003ttl.3/10793, intron 4 of 7)",7,64342871,64391955,49085,1,"10793",20656,"ENSG00000198039","ZNF273","zinc finger protein 273"
+"chr19",2199940,2199972,33,"*","Intron (uc002lvb.4/84444, intron 8 of 27)",19,2234061,2234148,88,2,"100302283",34176,"ENSG00000221411","MIR1227","microRNA 1227"
+"chr2",95787923,95787933,11,"*","Promoter (<=1kb)",2,95752952,95787754,34803,2,"64969",-169,"ENSG00000144029","MRPS5","mitochondrial ribosomal protein S5"
+"chr5",1750604,1750660,57,"*","Distal Intergenic",5,1708900,1708983,84,2,"100422966",-41621,"ENSG00000263746","MIR4277","microRNA 4277"
+"chr11",58939103,58939272,170,"*","Promoter (<=1kb)",11,58938903,58976060,37158,1,"23220",200,"ENSG00000110042","DTX4","deltex 4, E3 ubiquitin ligase"
+"chr14",102505014,102505425,412,"*","Exon (uc001yks.2/1778, exon 59 of 78)",14,102430865,102517135,86271,1,"1778",74149,"ENSG00000197102","DYNC1H1","dynein cytoplasmic 1 heavy chain 1"
+"chr7",150935722,150936167,446,"*","Promoter (<=1kb)",7,150935507,150935624,118,1,"768213",215,"ENSG00000211517","MIR671","microRNA 671"
+"chr2",209120147,209120237,91,"*","Promoter (<=1kb)",2,209119957,209120918,962,1,"100507475",190,"ENSG00000231908","IDH1-AS1","IDH1 antisense RNA 1"
+"chr11",113659881,113659883,3,"*","Distal Intergenic",11,113650518,113651207,690,1,"644672",9363,"ENSG00000228607","CLDN25","claudin 25"
+"chr5",881047,881116,70,"*","Intron (uc003jbl.3/65980, intron 7 of 13)",5,863850,892939,29090,2,"65980",11823,"ENSG00000028310","BRD9","bromodomain containing 9"
+"chr11",101918140,101918145,6,"*","Promoter (<=1kb)",11,101918169,101955291,37123,1,"85016",-24,"ENSG00000137691","C11orf70","chromosome 11 open reading frame 70"
+"chr8",110552297,110552368,72,"*","Promoter (<=1kb)",8,110551929,110577391,25463,1,"9166",368,"ENSG00000147654","EBAG9","estrogen receptor binding site associated, antigen, 9"
+"chr17",2627537,2627661,125,"*","Distal Intergenic",17,2592680,2614927,22248,2,"23277",-12610,"ENSG00000132361","CLUH","clustered mitochondria (cluA/CLU1) homolog"
+"chr12",50136042,50136105,64,"*","Promoter (<=1kb)",12,50135293,50158717,23425,1,"7009",749,"ENSG00000139644","TMBIM6","transmembrane BAX inhibitor motif containing 6"
+"chr1",28907637,28907691,55,"*","Promoter (<=1kb)",1,28907432,28907565,134,2,"692073",-72,"ENSG00000274582","SNORA16A","small nucleolar RNA, H/ACA box 16A"
+"chr6",151671966,151672133,168,"*","Exon (uc011eep.2/9590, exon 4 of 5)",6,151685250,151712677,27428,2,"57621",40544,"ENSG00000181472","ZBTB2","zinc finger and BTB domain containing 2"
+"chr12",121148110,121148246,137,"*","Promoter (<=1kb)",12,121148238,121161443,13206,1,"84747",0,"ENSG00000175970","UNC119B","unc-119 lipid binding chaperone B"
+"chr15",20486552,20487014,463,"*","Promoter (<=1kb)",15,20487997,20496811,8815,1,"646096",-983,"ENSG00000259156","CHEK2P2","checkpoint kinase 2 pseudogene 2"
+"chr5",87980863,87980882,20,"*","Promoter (<=1kb)",5,87836597,87980620,144024,2,"645323",-243,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
+"chr17",8066203,8066470,268,"*","Promoter (<=1kb)",17,8062465,8066293,3829,2,"6844",0,"ENSG00000220205","VAMP2","vesicle associated membrane protein 2"
+"chrX",20135349,20135450,102,"*","Promoter (<=1kb)",23,20024831,20135114,110284,2,"256714",-235,"ENSG00000184368","MAP7D2","MAP7 domain containing 2"
+"chr1",50893149,50893178,30,"*","Distal Intergenic",1,50883223,50889119,5897,2,"63950",-4030,"ENSG00000142700","DMRTA2","DMRT like family A2"
+"chr13",50700845,50701050,206,"*","Promoter (1-2kb)",13,50556688,50699677,142990,2,"8847",-1168,"ENSG00000231607","DLEU2","deleted in lymphocytic leukemia 2 (non-protein coding)"
+"chr15",55488761,55489084,324,"*","Promoter (<=1kb)",15,55473512,55489231,15720,2,"51187",147,"ENSG00000137876","RSL24D1","ribosomal L24 domain containing 1"
+"chr8",142517505,142517758,254,"*","Promoter (<=1kb)",8,142443929,142517330,73402,2,"389690",-175,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
+"chr17",26989191,26989200,10,"*","Promoter (<=1kb)",17,26975374,26989207,13834,2,"6388",7,"ENSG00000132581","SDF2","stromal cell derived factor 2"
+"chr6",26027527,26027533,7,"*","Promoter (<=1kb)",6,26027124,26027480,357,2,"8366",-47,"ENSG00000278705","HIST1H4B","histone cluster 1, H4b"
+"chr1",170634811,170634883,73,"*","Promoter (1-2kb)",1,170633313,170708541,75229,1,"5396",1498,"ENSG00000116132","PRRX1","paired related homeobox 1"
+"chr6",4018361,4018772,412,"*","Promoter (2-3kb)",6,4021569,4065217,43649,1,"8899",-2797,"ENSG00000112739","PRPF4B","pre-mRNA processing factor 4B"
+"chr7",75465317,75465432,116,"*","Distal Intergenic",7,75441114,75443092,1979,2,"6369",-22225,"ENSG00000106178","CCL24","C-C motif chemokine ligand 24"
+"chr15",39542829,39543043,215,"*","Promoter (<=1kb)",15,39542885,39547048,4164,1,"400360",0,NA,"C15orf54","chromosome 15 open reading frame 54"
+"chr12",82752460,82752651,192,"*","Promoter (<=1kb)",12,82746083,82752584,6502,2,"29080",0,"ENSG00000133773","CCDC59","coiled-coil domain containing 59"
+"chr11",118442975,118442980,6,"*","Promoter (<=1kb)",11,118443102,118473747,30646,1,"372",-122,"ENSG00000095139","ARCN1","archain 1"
+"chr16",31724650,31724812,163,"*","Promoter (<=1kb)",16,31724550,31772886,48337,1,"124411",100,"ENSG00000197302","ZNF720","zinc finger protein 720"
+"chrX",133371335,133371491,157,"*","Promoter (<=1kb)",23,133371077,133379808,8732,1,"347475",258,"ENSG00000203952","CCDC160","coiled-coil domain containing 160"
+"chr16",30430041,30430148,108,"*","Intron (uc010bzx.2/51333, intron 2 of 2)",16,30435019,30441373,6355,2,"79077",11225,"ENSG00000179958","DCTPP1","dCTP pyrophosphatase 1"
+"chr17",74381736,74382166,431,"*","5' UTR",17,74372742,74383941,11200,1,"8877",8994,"ENSG00000176170","SPHK1","sphingosine kinase 1"
+"chr6",167786592,167786594,3,"*","3' UTR",6,167770521,167797998,27478,2,"6953",11404,"ENSG00000203690","TCP10","t-complex 10"
+"chr5",40756078,40756081,4,"*","Promoter (<=1kb)",5,40711678,40756072,44395,2,"23548",-6,"ENSG00000113638","TTC33","tetratricopeptide repeat domain 33"
+"chr4",7025904,7026353,450,"*","Intron (uc011bwg.2/57533, intron 12 of 13)",4,7042576,7044728,2153,2,"257236",18375,"ENSG00000173013","CCDC96","coiled-coil domain containing 96"
+"chr2",211035209,211035360,152,"*","Promoter (<=1kb)",2,210885435,211036051,150617,2,"151050",691,"ENSG00000144445","KANSL1L","KAT8 regulatory NSL complex subunit 1 like"
+"chr11",118436778,118436794,17,"*","Promoter (<=1kb)",11,118415243,118436791,21549,2,"56912",0,"ENSG00000118096","IFT46","intraflagellar transport 46"
+"chr15",59949482,59949499,18,"*","Promoter (<=1kb)",15,59930261,59949737,19477,2,"2958",238,"ENSG00000140307","GTF2A2","general transcription factor IIA 2"
+"chr16",30134068,30134345,278,"*","Promoter (<=1kb)",16,30125426,30134630,9205,2,"5595",285,"ENSG00000102882","MAPK3","mitogen-activated protein kinase 3"
+"chr11",108464736,108464883,148,"*","Promoter (<=1kb)",11,108376158,108464374,88217,2,"23086",-362,"ENSG00000110723","EXPH5","exophilin 5"
+"chr2",179396750,179396778,29,"*","Exon (uc021vsy.2/7273, exon 307 of 312)",2,179387554,179484944,97391,1,"100506866",9196,"ENSG00000237298","TTN-AS1","TTN antisense RNA 1"
+"chr7",93520288,93520323,36,"*","Promoter (<=1kb)",7,93514709,93520303,5595,2,"7980",0,"ENSG00000105825","TFPI2","tissue factor pathway inhibitor 2"
+"chr8",6692901,6693103,203,"*","Promoter (<=1kb)",8,6693076,6699975,6900,1,"100652791",0,"ENSG00000245857","GS1-24F4.2","uncharacterized LOC100652791"
+"chr9",136567739,136568145,407,"*","5' UTR",9,136528684,136605077,76394,2,"1757",36932,"ENSG00000123453","SARDH","sarcosine dehydrogenase"
+"chr15",62989904,62989995,92,"*","Exon (uc002alb.4/83660, exon 12 of 56)",15,62939510,63136829,197320,1,"83660",50394,"ENSG00000171914","TLN2","talin 2"
+"chr2",242626393,242626488,96,"*","Promoter (<=1kb)",2,242615157,242626383,11227,2,"1841",-10,"ENSG00000168393","DTYMK","deoxythymidylate kinase"
+"chr8",11561313,11561458,146,"*","Intron (uc011kxb.1/2626, intron 2 of 2)",8,11534468,11617509,83042,1,"2626",26845,"ENSG00000136574","GATA4","GATA binding protein 4"
+"chr11",31833216,31833477,262,"*","Intron (uc021qfl.1/5080, intron 13 of 13)",11,31838114,31908587,70474,1,"440034",-4637,"ENSG00000049449","DKFZp686K1684","uncharacterized LOC440034"
+"chr16",4312571,4312596,26,"*","Exon (uc010uxg.2/7023, exon 2 of 7)",16,4295826,4303790,7965,2,"100507501",-8781,"ENSG00000262468","LINC01569","long intergenic non-protein coding RNA 1569"
+"chr16",30794157,30794631,475,"*","Exon (uc002dzs.1/23361, exon 3 of 3)",16,30789770,30798523,8754,2,"23361",3892,"ENSG00000102870","ZNF629","zinc finger protein 629"
+"chr16",80966033,80966070,38,"*","Distal Intergenic",16,81040103,81066709,26607,1,"55839",-74033,"ENSG00000166451","CENPN","centromere protein N"
+"chr3",57113654,57113767,114,"*","Promoter (<=1kb)",3,56761446,57113336,351891,2,"50650",-318,"ENSG00000163947","ARHGEF3","Rho guanine nucleotide exchange factor 3"
+"chr17",53499545,53499747,203,"*","Promoter (<=1kb)",17,53469974,53499341,29368,2,"23531",-204,"ENSG00000108960","MMD","monocyte to macrophage differentiation-associated"
+"chr2",127780411,127780606,196,"*","Distal Intergenic",2,127805599,127864903,59305,2,"274",84297,"ENSG00000136717","BIN1","bridging integrator 1"
+"chr5",171710856,171710907,52,"*","Promoter (<=1kb)",5,171636650,171710795,74146,2,"92181",-61,"ENSG00000168246","UBTD2","ubiquitin domain containing 2"
+"chr14",105857208,105857250,43,"*","Intron (uc001yqs.2/23241, intron 19 of 23)",14,105864920,105880196,15277,1,"647310",-7670,"ENSG00000226174","TEX22","testis expressed 22"
+"chr17",1420044,1420129,86,"*","Promoter (<=1kb)",17,1397871,1420182,22312,2,"51763",53,"ENSG00000132376","INPP5K","inositol polyphosphate-5-phosphatase K"
+"chrX",56590386,56590513,128,"*","Promoter (<=1kb)",23,56590026,56593443,3418,1,"29978",360,"ENSG00000188021","UBQLN2","ubiquilin 2"
+"chr1",17312753,17313000,248,"*","Exon (uc001baa.2/23400, exon 28 of 29)",1,17300999,17308081,7083,2,"4237",-4672,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
+"chr14",65289946,65289947,2,"*","Intron (uc001xhs.3/6710, intron 35 of 35)",14,65213001,65346601,133601,2,"6710",56654,"ENSG00000070182","SPTB","spectrin beta, erythrocytic"
+"chr19",16435660,16436074,415,"*","Promoter (<=1kb)",19,16435651,16438339,2689,1,"10365",9,"ENSG00000127528","KLF2","Kruppel-like factor 2"
+"chr5",134880388,134880580,193,"*","Distal Intergenic",5,134869972,134871639,1668,2,"4762",-8749,"ENSG00000181965","NEUROG1","neurogenin 1"
+"chr8",2046757,2046862,106,"*","Exon (uc003wpx.4/9172, exon 19 of 37)",8,1993158,2093380,100223,1,"9172",53599,"ENSG00000036448","MYOM2","myomesin 2"
+"chr16",67235912,67236183,272,"*","Promoter (<=1kb)",16,67236224,67236298,75,2,"442901",115,NA,"MIR328","microRNA 328"
+"chr17",80402548,80402566,19,"*","5' UTR",17,80400463,80408707,8245,2,"79415",6141,"ENSG00000178927","C17orf62","chromosome 17 open reading frame 62"
+"chr11",7870238,7870356,119,"*","Promoter (<=1kb)",11,7870598,7871118,521,1,"26343",-242,NA,"OR5E1P","olfactory receptor family 5 subfamily E member 1 pseudogene"
+"chr3",33138627,33138824,198,"*","Promoter (<=1kb)",3,33038100,33138694,100595,2,"2720",0,"ENSG00000170266","GLB1","galactosidase beta 1"
+"chr1",805102,805338,237,"*","Intron (uc001abt.4/284593, intron 1 of 2)",1,803451,812182,8732,2,"284593",6844,"ENSG00000230368","FAM41C","family with sequence similarity 41 member C"
+"chrX",120181407,120181456,50,"*","Promoter (<=1kb)",23,120181462,120183796,2335,1,"2747",-6,"ENSG00000182890","GLUD2","glutamate dehydrogenase 2"
+"chr14",105946393,105946843,451,"*","3' UTR",14,105953257,105955124,1868,1,"1396",-6414,"ENSG00000213145","CRIP1","cysteine rich protein 1"
+"chr7",106301719,106302069,351,"*","Promoter (<=1kb)",7,106297211,106301634,4424,2,"168455",-85,"ENSG00000253276","CCDC71L","coiled-coil domain containing 71-like"
+"chr11",59578490,59578514,25,"*","Promoter (<=1kb)",11,59573608,59578345,4738,2,"54948",-145,"ENSG00000166902","MRPL16","mitochondrial ribosomal protein L16"
+"chr15",90198834,90199179,346,"*","Promoter (<=1kb)",15,90171201,90198682,27482,2,"374654",-152,"ENSG00000166813","KIF7","kinesin family member 7"
+"chr5",1801364,1801434,71,"*","Promoter (<=1kb)",5,1801496,1816167,14672,1,"4726",-62,"ENSG00000145494","NDUFS6","NADH:ubiquinone oxidoreductase subunit S6"
+"chr1",3077965,3078158,194,"*","Intron (uc001akc.3/63976, intron 1 of 16)",1,3044539,3044599,61,1,"100422968",33426,NA,"MIR4251","microRNA 4251"
+"chr3",13008921,13009117,197,"*","5' UTR",3,12938542,13114617,176076,2,"9922",105500,"ENSG00000144711","IQSEC1","IQ motif and Sec7 domain 1"
+"chr16",1464982,1465032,51,"*","Promoter (<=1kb)",16,1413206,1464705,51500,2,"64718",-277,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr3",37274530,37274798,269,"*","Distal Intergenic",3,37284682,37408370,123689,1,"2803",-9884,"ENSG00000144674","GOLGA4","golgin A4"
+"chr2",101766314,101766538,225,"*","Promoter (1-2kb)",2,101623690,101767846,144157,2,"11138",1308,"ENSG00000204634","TBC1D8","TBC1 domain family member 8"
+"chr11",118992230,118992260,31,"*","Promoter (<=1kb)",11,118992233,119005765,13533,1,"25988",0,"ENSG00000172273","HINFP","histone H4 transcription factor"
+"chr16",56716025,56716069,45,"*","Promoter (<=1kb)",16,56716382,56718108,1727,1,"4501",-313,"ENSG00000187193","MT1X","metallothionein 1X"
+"chr5",1055202,1055379,178,"*","Intron (uc003jbu.3/10723, intron 2 of 23)",5,1063011,1063089,79,2,"100616479",7710,"ENSG00000263834","MIR4635","microRNA 4635"
+"chr6",109804922,109805026,105,"*","Promoter (<=1kb)",6,109783719,109804440,20722,2,"9841",-482,"ENSG00000112365","ZBTB24","zinc finger and BTB domain containing 24"
+"chr7",85010676,85010693,18,"*","Distal Intergenic",7,84624872,84816171,191300,2,"223117",-194505,"ENSG00000153993","SEMA3D","semaphorin 3D"
+"chr12",133120760,133121162,403,"*","Intron (uc001ukf.3/57666, intron 4 of 16)",12,133067157,133161773,94617,1,"57666",53603,"ENSG00000112787","FBRSL1","fibrosin like 1"
+"chr17",790616,790628,13,"*","Intron (uc002fsa.3/64359, intron 7 of 7)",17,702553,882998,180446,2,"64359",92370,"ENSG00000167693","NXN","nucleoredoxin"
+"chr6",159342704,159342738,35,"*","Distal Intergenic",6,159309619,159331385,21767,1,"100130967",33085,NA,"C6orf99","chromosome 6 open reading frame 99"
+"chr16",31538871,31538946,76,"*","Promoter (<=1kb)",16,31539203,31540124,922,1,"51327",-257,"ENSG00000169877","AHSP","alpha hemoglobin stabilizing protein"
+"chr20",3189311,3189389,79,"*","Promoter (<=1kb)",20,3189514,3204516,15003,1,"3704",-125,"ENSG00000125877","ITPA","inosine triphosphatase"
+"chr16",18812833,18812920,88,"*","Promoter (<=1kb)",16,18802991,18812857,9867,2,"23204",0,"ENSG00000170540","ARL6IP1","ADP ribosylation factor like GTPase 6 interacting protein 1"
+"chr16",188603,188684,82,"*","Promoter (<=1kb)",16,134273,188697,54425,2,"8131",13,"ENSG00000103148","NPRL3","NPR3-like, GATOR1 complex subunit"
+"chr2",74153968,74153995,28,"*","Promoter (<=1kb)",2,74153953,74186088,32136,1,"1716",15,"ENSG00000114956","DGUOK","deoxyguanosine kinase"
+"chr8",29210790,29210800,11,"*","Promoter (2-3kb)",8,29190579,29208267,17689,2,"1846",-2523,"ENSG00000120875","DUSP4","dual specificity phosphatase 4"
+"chr8",142517426,142517446,21,"*","Promoter (<=1kb)",8,142443929,142517330,73402,2,"389690",-96,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
+"chr4",146100633,146100770,138,"*","Promoter (<=1kb)",4,146054802,146100832,46031,2,"54726",62,"ENSG00000164164","OTUD4","OTU deubiquitinase 4"
+"chrX",58562182,58562358,177,"*","Distal Intergenic",23,57931864,57937067,5204,2,"7789",-625115,"ENSG00000198205","ZXDA","zinc finger, X-linked, duplicated A"
+"chr11",69924156,69924182,27,"*","Promoter (<=1kb)",11,69924408,70035652,111245,1,"55107",-226,"ENSG00000131620","ANO1","anoctamin 1"
+"chr19",50100052,50100523,472,"*","Exon (uc002poo.4/57479, exon 4 of 14)",19,50094912,50129696,34785,1,"57479",5140,"ENSG00000126464","PRR12","proline rich 12"
+"chr12",56757758,56757788,31,"*","Promoter (1-2kb)",12,56754355,56756583,2229,2,"319",-1175,"ENSG00000175336","APOF","apolipoprotein F"
+"chr8",22456073,22456391,319,"*","Promoter (<=1kb)",8,22457114,22461662,4549,1,"541565",-723,"ENSG00000241852","C8orf58","chromosome 8 open reading frame 58"
+"chr1",26346812,26347088,277,"*","Promoter (1-2kb)",1,26348271,26362954,14684,1,"2134",-1183,"ENSG00000158008","EXTL1","exostosin-like glycosyltransferase 1"
+"chr12",54447759,54447873,115,"*","Exon (uc001seu.3/3221, exon 3 of 4)",12,54452038,54516018,63981,1,"440101",-4165,"ENSG00000248265","FLJ12825","uncharacterized LOC440101"
+"chr14",106657745,106657833,89,"*","Exon (uc031qqx.1/uc031qqx.1, exon 1602 of 5065)",14,106744269,106744966,698,1,"338004",-86436,NA,"LINC00226","long intergenic non-protein coding RNA 226"
+"chr20",44485949,44486028,80,"*","Promoter (<=1kb)",20,44470360,44486048,15689,2,"10005",20,"ENSG00000101473","ACOT8","acyl-CoA thioesterase 8"
+"chr6",30711757,30711784,28,"*","Exon (uc003nrn.3/8870, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",1845829,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",42037122,42037387,266,"*","Intron (uc010lxf.1/5327, intron 2 of 10)",8,42010464,42028701,18238,1,"10947",26658,"ENSG00000070718","AP3M2","adaptor related protein complex 3 mu 2 subunit"
+"chr2",176968766,176968872,107,"*","Promoter (<=1kb)",2,176969250,176974316,5067,1,"3237",-378,"ENSG00000128713","HOXD11","homeobox D11"
+"chrX",142716024,142716429,406,"*","3' UTR",23,142710595,142723926,13332,2,"139065",7497,"ENSG00000179542","SLITRK4","SLIT and NTRK like family member 4"
+"chr20",37053921,37054159,239,"*","Promoter (<=1kb)",20,37053843,37053978,136,2,"26776",0,"ENSG00000235408","SNORA71B","small nucleolar RNA, H/ACA box 71B"
+"chr1",220863748,220864119,372,"*","Promoter (<=1kb)",1,220863628,220872499,8872,1,"79762",120,"ENSG00000162817","C1orf115","chromosome 1 open reading frame 115"
+"chr16",85654109,85654213,105,"*","Intron (uc002fiw.3/23199, intron 1 of 14)",16,85645029,85709812,64784,1,"23199",9080,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
+"chr19",1580456,1580576,121,"*","Intron (uc002ltj.3/53615, intron 2 of 6)",19,1576677,1592710,16034,2,"53615",12134,"ENSG00000071655","MBD3","methyl-CpG binding domain protein 3"
+"chr6",101840281,101840370,90,"*","Distal Intergenic",6,101846669,102517958,671290,1,"2898",-6299,"ENSG00000164418","GRIK2","glutamate ionotropic receptor kainate type subunit 2"
+"chr11",128419199,128419356,158,"*","Intron (uc001qej.2/2113, intron 7 of 9)",11,128328656,128457453,128798,2,"2113",38097,"ENSG00000134954","ETS1","ETS proto-oncogene 1, transcription factor"
+"chr2",202507513,202507599,87,"*","Promoter (<=1kb)",2,202484907,202508252,23346,2,"65062",653,"ENSG00000155755","TMEM237","transmembrane protein 237"
+"chr15",22992931,22993124,194,"*","Exon (uc001yus.3/23191, exon 26 of 31)",15,23004684,23034427,29744,2,"81614",41303,"ENSG00000140157","NIPA2","non imprinted in Prader-Willi/Angelman syndrome 2"
+"chr15",75018222,75018259,38,"*","Promoter (<=1kb)",15,75011883,75017877,5995,2,"1543",-345,"ENSG00000140465","CYP1A1","cytochrome P450 family 1 subfamily A member 1"
+"chr16",717556,717573,18,"*","Promoter (<=1kb)",16,718083,724174,6092,1,"89941",-510,"ENSG00000140983","RHOT2","ras homolog family member T2"
+"chr4",100737773,100737782,10,"*","Promoter (<=1kb)",4,100737981,100791346,53366,1,"27071",-199,"ENSG00000070190","DAPP1","dual adaptor of phosphotyrosine and 3-phosphoinositides"
+"chr6",31703455,31703873,419,"*","Intron (uc003nwr.3/1192, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",853740,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr11",278538,278864,327,"*","Promoter (<=1kb)",11,278570,285388,6819,1,"171389",0,"ENSG00000174885","NLRP6","NLR family, pyrin domain containing 6"
+"chr20",2083388,2083850,463,"*","Promoter (<=1kb)",20,2082528,2129198,46671,1,"140901",860,"ENSG00000125834","STK35","serine/threonine kinase 35"
+"chr12",108908874,108909008,135,"*","Promoter (<=1kb)",12,108909051,108913380,4330,1,"11153",-43,"ENSG00000198855","FICD","FIC domain containing"
+"chr16",771666,772142,477,"*","Promoter (<=1kb)",16,771142,772590,1449,1,"65990",524,"ENSG00000103254","FAM173A","family with sequence similarity 173 member A"
+"chr16",1816780,1817232,453,"*","Exon (uc002cmk.3/23162, exon 24 of 32)",16,1820321,1821710,1390,2,"4832",4478,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
+"chr10",11206765,11206792,28,"*","Intron (uc010qbi.2/10659, intron 1 of 7)",10,11113506,11147451,33946,2,"439950",-59314,NA,"CELF2-AS2","CELF2 antisense RNA 2"
+"chr11",2889886,2889971,86,"*","Promoter (1-2kb)",11,2891263,2893336,2074,1,"55539",-1292,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
+"chr9",139389768,139389988,221,"*","3' UTR",9,139334548,139378211,43664,2,"9919",-11557,"ENSG00000148396","SEC16A","SEC16 homolog A, endoplasmic reticulum export factor"
+"chrX",47483024,47483043,20,"*","Downstream (<1kb)",23,47431300,47479256,47957,2,"6853",-3768,"ENSG00000008056","SYN1","synapsin I"
+"chr16",69166466,69166482,17,"*","Promoter (<=1kb)",16,69151912,69166493,14582,2,"54921",11,"ENSG00000168802","CHTF8","chromosome transmission fidelity factor 8"
+"chr7",156742176,156742187,12,"*","Promoter (<=1kb)",7,156742417,156765876,23460,1,"64434",-230,"ENSG00000146909","NOM1","nucleolar protein with MIF4G domain 1"
+"chr3",149688583,149688798,216,"*","Promoter (<=1kb)",3,149682691,149688741,6051,2,"5217",0,"ENSG00000070087","PFN2","profilin 2"
+"chr7",5463284,5463336,53,"*","Promoter (1-2kb)",7,5346423,5465045,118623,2,"84629",1709,"ENSG00000182095","TNRC18","trinucleotide repeat containing 18"
+"chr7",151553734,151553819,86,"*","Intron (uc003wkk.3/51422, intron 15 of 15)",7,151574127,151576308,2182,1,"100505483",-20308,NA,"PRKAG2-AS1","PRKAG2 antisense RNA 1"
+"chr15",44281315,44281505,191,"*","Intron (uc001ztk.1/84978, intron 14 of 15)",15,44168024,44170369,2346,2,"728758",-110946,NA,"PIN4P1","protein (peptidylprolyl cis/trans isomerase) NIMA-interacting, 4 pseudogene 1"
+"chr19",14183651,14183671,21,"*","Promoter (<=1kb)",19,14183821,14185874,2054,1,"113230",-150,"ENSG00000141854","LOC113230","uncharacterized protein LOC113230"
+"chr6",30878399,30878437,39,"*","Intron (uc010jsf.2/2968, intron 4 of 8)",6,32485154,32557613,72460,2,"3127",1679176,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",106429268,106429443,176,"*","Distal Intergenic",6,106534195,106557814,23620,1,"639",-104752,"ENSG00000057657","PRDM1","PR domain 1"
+"chr15",28362491,28362747,257,"*","5' UTR",15,28000023,28344458,344436,2,"4948",-18033,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr18",56932266,56932666,401,"*","Downstream (1-2kb)",18,56934267,56940625,6359,2,"30062",7959,"ENSG00000134438","RAX","retina and anterior neural fold homeobox"
+"chr7",129418982,129419091,110,"*","Distal Intergenic",7,129414745,129414854,110,2,"406959",-4128,"ENSG00000207691","MIR183","microRNA 183"
+"chr7",43313745,43314016,272,"*","Intron (uc003tid.1/23072, intron 3 of 29)",7,43190494,43190593,100,1,"100500829",123251,"ENSG00000264069","MIR3943","microRNA 3943"
+"chr20",34638696,34638811,116,"*","Promoter (<=1kb)",20,34633540,34638882,5343,2,"647979",71,"ENSG00000260032","NORAD","non-coding RNA activated by DNA damage"
+"chr7",139929855,139930018,164,"*","Distal Intergenic",7,139877061,139879440,2380,1,"100134229",52794,"ENSG00000260231","JHDM1D-AS1","JHDM1D antisense RNA 1 (head to head)"
+"chr15",66679094,66679100,7,"*","Promoter (<=1kb)",15,66679211,66783882,104672,1,"5604",-111,"ENSG00000169032","MAP2K1","mitogen-activated protein kinase kinase 1"
+"chr12",56365823,56365894,72,"*","Promoter (1-2kb)",12,56367697,56390467,22771,1,"5869",-1803,"ENSG00000111540","RAB5B","RAB5B, member RAS oncogene family"
+"chr8",101733166,101733612,447,"*","Promoter (<=1kb)",8,101715144,101734315,19172,2,"26986",703,"ENSG00000070756","PABPC1","poly(A) binding protein, cytoplasmic 1"
+"chr12",132549292,132549361,70,"*","Exon (uc001ujn.3/57634, exon 48 of 53)",12,132568828,132613429,44602,1,"347918",-19467,"ENSG00000185684","EP400NL","EP400 N-terminal like"
+"chrX",118284520,118284586,67,"*","Promoter (<=1kb)",23,118212598,118284542,71945,2,"57481",0,"ENSG00000250423","KIAA1210","KIAA1210"
+"chr16",21513745,21513802,58,"*","Intron (uc021tel.1/uc021tel.1, intron 2 of 3)",16,21415198,21531765,116568,2,"100271836",17963,"ENSG00000180747","SMG1P3","SMG1 pseudogene 3"
+"chr17",78857859,78857928,70,"*","Intron (uc002jyt.1/57521, intron 16 of 33)",17,78965641,78973933,8293,1,"79643",-107713,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr1",160037877,160038302,426,"*","Promoter (1-2kb)",1,160007257,160040051,32795,2,"3766",1749,"ENSG00000177807","KCNJ10","potassium voltage-gated channel subfamily J member 10"
+"chr14",73956325,73956710,386,"*","Intron (uc021rwe.1/399671, intron 1 of 17)",14,73741918,73925286,183369,2,"8650",-31039,"ENSG00000133961","NUMB","numb homolog (Drosophila)"
+"chr12",20521251,20521463,213,"*","Promoter (<=1kb)",12,20522179,20837041,314863,1,"5139",-716,"ENSG00000172572","PDE3A","phosphodiesterase 3A"
+"chr19",17611298,17611398,101,"*","Exon (uc002ngu.1/376497, exon 9 of 12)",19,17622432,17632097,9666,1,"25796",-11034,"ENSG00000130313","PGLS","6-phosphogluconolactonase"
+"chr17",47492440,47492478,39,"*","Promoter (<=1kb)",17,47481420,47492242,10823,2,"5245",-198,"ENSG00000167085","PHB","prohibitin"
+"chr6",28979290,28979307,18,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-495720,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr13",48611561,48611615,55,"*","Promoter (<=1kb)",13,48611703,48621282,9580,1,"55270",-88,"ENSG00000136159","NUDT15","nudix hydrolase 15"
+"chr2",7058432,7058545,114,"*","Promoter (<=1kb)",2,7052407,7058813,6407,2,"386597",268,"ENSG00000228203","RNF144A-AS1","RNF144A antisense RNA 1"
+"chr16",55090822,55090946,125,"*","Distal Intergenic",16,54965111,54968395,3285,1,"10265",125711,"ENSG00000176842","IRX5","iroquois homeobox 5"
+"chr2",13673008,13673027,20,"*","Distal Intergenic",2,13106908,13147138,40231,2,"100506474",-525870,"ENSG00000225649","LOC100506474","uncharacterized LOC100506474"
+"chr5",72595112,72595140,29,"*","Distal Intergenic",5,72469023,72470970,1948,1,"134288",126089,"ENSG00000164325","TMEM174","transmembrane protein 174"
+"chr11",57298543,57298594,52,"*","Promoter (<=1kb)",11,57295936,57298232,2297,2,"26519",-311,"ENSG00000134809","TIMM10","translocase of inner mitochondrial membrane 10 homolog (yeast)"
+"chr8",182266,182402,137,"*","Promoter (<=1kb)",8,158345,182318,23974,2,"644128",0,NA,"RPL23AP53","ribosomal protein L23a pseudogene 53"
+"chr14",73358816,73358862,47,"*","Promoter (1-2kb)",14,73086004,73360809,274806,2,"8110",1947,"ENSG00000205683","DPF3","double PHD fingers 3"
+"chr20",44420425,44420441,17,"*","Promoter (<=1kb)",20,44402847,44420547,17701,2,"140686",106,"ENSG00000124116","WFDC3","WAP four-disulfide core domain 3"
+"chr5",139076776,139076782,7,"*","Distal Intergenic",5,139028301,139062680,34380,1,"51523",48475,"ENSG00000171604","CXXC5","CXXC finger protein 5"
+"chr17",236013,236093,81,"*","Distal Intergenic",17,260118,264457,4340,1,"400566",-24025,"ENSG00000187624","C17orf97","chromosome 17 open reading frame 97"
+"chr3",186649237,186649428,192,"*","Promoter (<=1kb)",3,186648315,186796341,148027,1,"6480",922,"ENSG00000073849","ST6GAL1","ST6 beta-galactosamide alpha-2,6-sialyltranferase 1"
+"chr3",101659630,101659687,58,"*","Promoter (<=1kb)",3,101659703,101716770,57068,1,"152225",-16,"ENSG00000214407","LOC152225","uncharacterized LOC152225"
+"chr6",44238426,44238857,432,"*","Promoter (<=1kb)",6,44238480,44275966,37487,1,"441151",0,"ENSG00000178233","TMEM151B","transmembrane protein 151B"
+"chrX",48958366,48958375,10,"*","Promoter (<=1kb)",23,48932092,48958059,25968,2,"11152",-307,"ENSG00000196998","WDR45","WD repeat domain 45"
+"chr22",50609143,50609145,3,"*","Promoter (<=1kb)",22,50609160,50618724,9565,1,"56666",-15,"ENSG00000073150","PANX2","pannexin 2"
+"chr11",66325288,66325302,15,"*","Exon (uc031qbp.1/89, exon 10 of 22)",11,66330935,66336047,5113,2,"8722",10745,"ENSG00000174080","CTSF","cathepsin F"
+"chr16",728084,728422,339,"*","Promoter (1-2kb)",16,730115,732768,2654,1,"10273",-1693,"ENSG00000103266","STUB1","STIP1 homology and U-box containing protein 1, E3 ubiquitin protein ligase"
+"chr16",4746990,4747168,179,"*","3' UTR",16,4743694,4745860,2167,1,"84309",3296,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
+"chr19",53794618,53794663,46,"*","Promoter (<=1kb)",19,53792854,53794875,2022,2,"112401",212,"ENSG00000163098","BIRC8","baculoviral IAP repeat containing 8"
+"chr5",37835548,37835684,137,"*","5' UTR",5,37812779,37839782,27004,2,"2668",4098,"ENSG00000168621","GDNF","glial cell derived neurotrophic factor"
+"chr19",15131959,15132184,226,"*","Exon (uc002nae.2/126402, exon 4 of 7)",19,15121539,15134083,12545,1,"126402",10420,"ENSG00000160994","CCDC105","coiled-coil domain containing 105"
+"chr14",101515855,101515879,25,"*","Promoter (<=1kb)",14,101515887,101515983,97,1,"724025",-8,"ENSG00000207646","MIR655","microRNA 655"
+"chr19",2354242,2354440,199,"*","3' UTR",19,2321520,2328614,7095,2,"51690",-25628,"ENSG00000130332","LSM7","LSM7 homolog, U6 small nuclear RNA and mRNA degradation associated"
+"chr12",132832250,132832322,73,"*","Intron (uc009zyr.3/50614, intron 7 of 7)",12,132851977,132857486,5510,1,"100130238",-19655,NA,"LOC100130238","uncharacterized LOC100130238"
+"chr10",60935977,60935983,7,"*","Promoter (<=1kb)",10,60936348,61007534,71187,1,"84457",-365,"ENSG00000165443","PHYHIPL","phytanoyl-CoA 2-hydroxylase interacting protein like"
+"chr12",50016958,50017272,315,"*","Promoter (<=1kb)",12,50017197,50038452,21256,1,"25766",0,"ENSG00000110844","PRPF40B","pre-mRNA processing factor 40 homolog B"
+"chr4",2965148,2965191,44,"*","Promoter (<=1kb)",4,2939664,2965118,25455,2,"8602",-30,"ENSG00000087269","NOP14","NOP14 nucleolar protein"
+"chr16",1836765,1837011,247,"*","Exon (uc002cmw.4/10101, exon 3 of 7)",16,1832933,1839192,6260,1,"10101",3832,"ENSG00000095906","NUBP2","nucleotide binding protein 2"
+"chr5",145561962,145562268,307,"*","Promoter (<=1kb)",5,145492589,145562294,69706,2,"51520",26,"ENSG00000133706","LARS","leucyl-tRNA synthetase"
+"chr6",133079939,133080390,452,"*","Intron (uc003qdv.3/8875, intron 7 of 7)",6,133065009,133084598,19590,2,"8875",4208,"ENSG00000112303","VNN2","vanin 2"
+"chr1",25943790,25943793,4,"*","Promoter (<=1kb)",1,25943959,26111258,167300,1,"57134",-166,"ENSG00000117643","MAN1C1","mannosidase alpha class 1C member 1"
+"chr6",158094401,158094750,350,"*","3' UTR",6,157950164,157950232,69,1,"100500899",144237,"ENSG00000266617","MIR3692","microRNA 3692"
+"chr4",15780258,15780522,265,"*","Promoter (<=1kb)",4,15779931,15850706,70776,1,"952",327,"ENSG00000004468","CD38","CD38 molecule"
+"chr11",19367175,19367188,14,"*","Distal Intergenic",11,19372271,20143147,770877,1,"89797",-5083,"ENSG00000166833","NAV2","neuron navigator 2"
+"chr12",26112065,26112073,9,"*","Promoter (<=1kb)",12,26111964,26232825,120862,1,"11228",101,"ENSG00000123094","RASSF8","Ras association domain family member 8"
+"chr5",10567595,10567905,311,"*","Intron (uc021xwp.1/651746, intron 1 of 3)",5,10564435,10657928,93494,1,"651746",3160,"ENSG00000164236","ANKRD33B","ankyrin repeat domain 33B"
+"chr6",112194695,112194697,3,"*","Promoter (<=1kb)",6,111981535,112194655,213121,2,"2534",-40,"ENSG00000010810","FYN","FYN proto-oncogene, Src family tyrosine kinase"
+"chr6",160523731,160523821,91,"*","Intron (uc003qta.3/3482, intron 46 of 47)",6,160514114,160517244,3131,1,"729603",9617,"ENSG00000213073","LOC729603","calcineurin-like EF-hand protein 1 pseudogene"
+"chr16",4431454,4431536,83,"*","Exon (uc002cwj.1/114990, exon 2 of 2)",16,4421849,4433529,11681,1,"114990",9605,"ENSG00000168140","VASN","vasorin"
+"chr1",2020822,2020955,134,"*","Intron (uc001aiq.3/5590, intron 4 of 17)",1,1981909,2116834,134926,1,"5590",38913,"ENSG00000067606","PRKCZ","protein kinase C zeta"
+"chr16",89190735,89190809,75,"*","Intron (uc002fmp.3/197322, intron 7 of 10)",16,89160217,89222171,61955,1,"197322",30518,"ENSG00000176715","ACSF3","acyl-CoA synthetase family member 3"
+"chr16",1790683,1790700,18,"*","Intron (uc002cmi.1/23162, intron 4 of 4)",16,1784986,1785067,82,1,"100423012",5697,"ENSG00000265820","MIR3177","microRNA 3177"
+"chr14",55034950,55035029,80,"*","Promoter (<=1kb)",14,55034330,55260033,225704,1,"23034",620,"ENSG00000020577","SAMD4A","sterile alpha motif domain containing 4A"
+"chr20",388553,388556,4,"*","Promoter (<=1kb)",20,388709,411610,22902,1,"10616",-153,"ENSG00000125826","RBCK1","RANBP2-type and C3HC4-type zinc finger containing 1"
+"chr2",24398668,24398695,28,"*","Promoter (1-2kb)",2,24397531,24414567,17037,1,"653140",1137,"ENSG00000186453","FAM228A","family with sequence similarity 228 member A"
+"chr20",62317519,62317640,122,"*","Intron (uc011abc.2/51750, intron 16 of 31)",20,62327131,62330051,2921,1,"8771",-9491,"ENSG00000243509","TNFRSF6B","tumor necrosis factor receptor superfamily member 6b"
+"chr10",105156396,105156401,6,"*","Promoter (<=1kb)",10,105156412,105206019,49608,1,"22984",-11,"ENSG00000148843","PDCD11","programmed cell death 11"
+"chr4",85503981,85503991,11,"*","Promoter (<=1kb)",4,85504057,85572493,68437,1,"1040",-66,"ENSG00000163624","CDS1","CDP-diacylglycerol synthase 1"
+"chr6",170338591,170338826,236,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-139670,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
+"chr17",78518825,78519034,210,"*","Promoter (<=1kb)",17,78518625,78940173,421549,1,"57521",200,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
+"chr19",36980702,36980726,25,"*","Promoter (<=1kb)",19,36980529,36981942,1414,1,"728752",173,"ENSG00000267309","LOC728752","uncharacterized LOC728752"
+"chr19",49402048,49402051,4,"*","Promoter (<=1kb)",19,49384222,49401996,17775,2,"7288",-52,"ENSG00000104804","TULP2","tubby like protein 2"
+"chr3",5020948,5021225,278,"*","Promoter (<=1kb)",3,5021097,5026865,5769,1,"8553",0,"ENSG00000134107","BHLHE40","basic helix-loop-helix family member e40"
+"chr6",138188545,138188557,13,"*","Promoter (<=1kb)",6,138188325,138204451,16127,1,"7128",220,"ENSG00000118503","TNFAIP3","TNF alpha induced protein 3"
+"chr11",117052181,117052349,169,"*","Promoter (2-3kb)",11,117049939,117068161,18223,1,"51092",2242,"ENSG00000149577","SIDT2","SID1 transmembrane family member 2"
+"chr20",34359828,34359860,33,"*","Promoter (<=1kb)",20,34359923,34538288,178366,1,"51230",-63,"ENSG00000025293","PHF20","PHD finger protein 20"
+"chr6",29944854,29944917,64,"*","Intron (uc021ytw.1/3136, intron 3 of 4)",6,28471073,28483570,12498,2,"257202",-1461284,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chrX",68048338,68048406,69,"*","Promoter (<=1kb)",23,68048840,68066029,17190,1,"1947",-434,"ENSG00000090776","EFNB1","ephrin-B1"
+"chr19",2302823,2302995,173,"*","Intron (uc010dsw.1/56928, intron 1 of 7)",19,2289774,2308156,18383,2,"645191",5161,"ENSG00000220008","LINGO3","leucine rich repeat and Ig domain containing 3"
+"chr6",3849577,3849640,64,"*","Promoter (<=1kb)",6,3849632,3851551,1920,1,"26240",0,"ENSG00000145945","FAM50B","family with sequence similarity 50 member B"
+"chr12",127630812,127631198,387,"*","Distal Intergenic",12,127354040,127359236,5197,2,"440117",-271576,"ENSG00000249873","LOC440117","uncharacterized LOC440117"
+"chr1",222628324,222628632,309,"*","Distal Intergenic",1,222695602,222721444,25843,2,"79802",92812,"ENSG00000143512","HHIPL2","HHIP like 2"
+"chr20",57485971,57486028,58,"*","3' UTR",20,57393973,57425958,31986,2,"149775",-60013,"ENSG00000235590","GNAS-AS1","GNAS antisense RNA 1"
+"chr8",123790294,123790743,450,"*","Distal Intergenic",8,123793901,123986755,192855,1,"22882",-3158,"ENSG00000178764","ZHX2","zinc fingers and homeoboxes 2"
+"chr15",90039746,90039757,12,"*","Promoter (<=1kb)",15,90014638,90039799,25162,2,"51458",42,"ENSG00000140519","RHCG","Rh family C glycoprotein"
+"chr6",3157673,3157781,109,"*","Promoter (<=1kb)",6,3153902,3157783,3882,2,"7280",2,"ENSG00000137267","TUBB2A","tubulin beta 2A class IIa"
+"chr8",144178640,144178768,129,"*","Distal Intergenic",8,144120679,144135720,15042,1,"286122",57961,"ENSG00000177335","C8orf31","chromosome 8 open reading frame 31"
+"chr11",636611,637032,422,"*","Promoter (<=1kb)",11,637305,640705,3401,1,"1815",-273,"ENSG00000069696","DRD4","dopamine receptor D4"
+"chr1",2250748,2250812,65,"*","Downstream (1-2kb)",1,2281853,2284100,2248,2,"100129534",33288,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr16",88106882,88106939,58,"*","Intron (uc002fkp.3/54971, intron 12 of 12)",16,87984238,88110924,126687,1,"54971",122644,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr12",133178856,133178976,121,"*","Downstream (<1kb)",12,133179736,133187037,7302,2,"100507055",8061,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
+"chr20",57617035,57617168,134,"*","Promoter (<=1kb)",20,57603733,57617901,14169,2,"100533975",733,NA,"SLMO2-ATP5E","SLMO2-ATP5E readthrough"
+"chr1",17846746,17846756,11,"*","Promoter (<=1kb)",1,17846827,18024370,177544,1,"55160",-71,"ENSG00000074964","ARHGEF10L","Rho guanine nucleotide exchange factor 10 like"
+"chr15",45492446,45492679,234,"*","Promoter (<=1kb)",15,45459412,45493373,33962,2,"90525",694,"ENSG00000138606","SHF","Src homology 2 domain containing F"
+"chr16",894919,895307,389,"*","Distal Intergenic",16,855443,863861,8419,1,"388199",39476,"ENSG00000167945","PRR25","proline rich 25"
+"chr19",17942025,17942221,197,"*","Exon (uc002nhn.4/3718, exon 21 of 24)",19,17927322,17932383,5062,2,"3640",-9642,"ENSG00000248099","INSL3","insulin like 3"
+"chr2",3818960,3818985,26,"*","Distal Intergenic",2,3705786,3750260,44475,1,"55821",113174,"ENSG00000151360","ALLC","allantoicase"
+"chr14",96000921,96000930,10,"*","Promoter (<=1kb)",14,95999249,96001209,1961,2,"283596",279,NA,"SNHG10","small nucleolar RNA host gene 10"
+"chr16",28509589,28509975,387,"*","3' UTR",16,28505970,28510291,4322,1,"55911",3619,"ENSG00000184730","APOBR","apolipoprotein B receptor"
+"chr1",99973563,99974022,460,"*","Distal Intergenic",1,100111431,100160097,48667,1,"54873",-137409,"ENSG00000099260","PALMD","palmdelphin"
+"chr10",16478815,16478862,48,"*","Promoter (<=1kb)",10,16478942,16555744,76803,1,"9317",-80,"ENSG00000165983","PTER","phosphotriesterase related"
+"chr16",1831468,1831674,207,"*","Promoter (<=1kb)",16,1826713,1832581,5869,2,"90864",907,"ENSG00000162032","SPSB3","splA/ryanodine receptor domain and SOCS box containing 3"
+"chr13",113891485,113891597,113,"*","Intron (uc021rmu.1/8451, intron 9 of 19)",13,113863086,113919392,56307,1,"8451",28399,"ENSG00000139842","CUL4A","cullin 4A"
+"chr10",104401496,104401932,437,"*","Promoter (2-3kb)",10,104404252,104418076,13825,1,"81603",-2320,"ENSG00000171206","TRIM8","tripartite motif containing 8"
+"chr12",125412939,125413076,138,"*","Distal Intergenic",12,125400093,125400205,113,1,"100847004",12846,"ENSG00000265345","MIR5188","microRNA 5188"
+"chr7",1584275,1584479,205,"*","3' UTR",7,1581871,1596066,14196,2,"202915",11587,"ENSG00000164855","TMEM184A","transmembrane protein 184A"
+"chr3",117715573,117716071,499,"*","Distal Intergenic",3,118661923,118667088,5166,1,"100506765",-945852,"ENSG00000239877","IGSF11-AS1","IGSF11 antisense RNA 1"
+"chr8",99057882,99057973,92,"*","Promoter (<=1kb)",8,99037079,99057818,20740,2,"6156",-64,"ENSG00000156482","RPL30","ribosomal protein L30"
+"chr3",194836254,194836414,161,"*","Intron (uc003fuk.3/152002, intron 1 of 1)",3,194868600,194873585,4986,1,"101410543",-32186,"ENSG00000230266","XXYLT1-AS2","XXYLT1 antisense RNA 2"
+"chr4",82136116,82136441,326,"*","Promoter (<=1kb)",4,82009837,82136218,126382,2,"5593",0,"ENSG00000138669","PRKG2","protein kinase, cGMP-dependent, type II"
+"chr13",110959668,110960177,510,"*","Promoter (<=1kb)",13,110959631,111165373,205743,1,"1284",37,"ENSG00000134871","COL4A2","collagen type IV alpha 2"
+"chr18",51751307,51751391,85,"*","Promoter (<=1kb)",18,51677971,51751158,73188,2,"8932",-149,"ENSG00000134046","MBD2","methyl-CpG binding domain protein 2"
+"chr2",85106954,85106968,15,"*","Promoter (1-2kb)",2,85048791,85108369,59579,2,"129293",1401,"ENSG00000186854","TRABD2A","TraB domain containing 2A"
+"chr22",39492141,39492255,115,"*","Promoter (<=1kb)",22,39493229,39500072,6844,1,"164668",-974,"ENSG00000100298","APOBEC3H","apolipoprotein B mRNA editing enzyme catalytic subunit 3H"
+"chr11",1430607,1430892,286,"*","Intron (uc009ycv.1/9024, intron 1 of 19)",11,1411129,1483919,72791,1,"9024",19478,"ENSG00000174672","BRSK2","BR serine/threonine kinase 2"
+"chr20",21685877,21686032,156,"*","Promoter (<=1kb)",20,21686297,21699124,12828,1,"5075",-265,"ENSG00000125813","PAX1","paired box 1"
+"chr16",4818784,4818842,59,"*","Promoter (1-2kb)",16,4800815,4817166,16352,2,"26048",-1618,"ENSG00000103199","ZNF500","zinc finger protein 500"
+"chr2",228563935,228564058,124,"*","Exon (uc002vpi.3/80704, exon 3 of 6)",2,228549926,228582745,32820,2,"80704",18687,"ENSG00000135917","SLC19A3","solute carrier family 19 member 3"
+"chr3",151102655,151102836,182,"*","Promoter (<=1kb)",3,151055236,151102544,47309,2,"64805",-111,"ENSG00000169313","P2RY12","purinergic receptor P2Y12"
+"chr6",47254004,47254042,39,"*","Exon (uc003oyv.3/27242, exon 2 of 6)",6,47199268,47277680,78413,2,"27242",23638,"ENSG00000146072","TNFRSF21","tumor necrosis factor receptor superfamily member 21"
+"chr1",11024213,11024222,10,"*","Exon (uc001arr.2/148345, exon 1 of 8)",1,11006530,11042094,35565,2,"148345",17872,"ENSG00000175262","C1orf127","chromosome 1 open reading frame 127"
+"chr16",2946577,2946805,229,"*","Exon (uc002csa.3/114984, exon 3 of 4)",16,2933196,2949383,16188,1,"114984",13381,"ENSG00000162076","FLYWCH2","FLYWCH family member 2"
+"chr19",40950505,40950655,151,"*","Promoter (<=1kb)",19,40946748,40950282,3535,2,"29946",-223,"ENSG00000167565","SERTAD3","SERTA domain containing 3"
+"chr5",5422607,5422748,142,"*","Promoter (<=1kb)",5,5422786,5490347,67562,1,"23379",-38,"ENSG00000164151","ICE1","interactor of little elongation complex ELL subunit 1"
+"chr8",141231575,141231628,54,"*","Exon (uc003yvj.2/83696, exon 17 of 23)",8,140742586,141468678,726093,2,"83696",237050,"ENSG00000167632","TRAPPC9","trafficking protein particle complex 9"
+"chr15",35414035,35414228,194,"*","Distal Intergenic",15,35529527,35530264,738,1,"723972",-115299,"ENSG00000259516","ANP32AP1","acidic nuclear phosphoprotein 32 family member A pseudogene 1"
+"chr5",131993805,131993925,121,"*","Promoter (<=1kb)",5,131993865,131996801,2937,1,"3596",0,"ENSG00000169194","IL13","interleukin 13"
+"chr5",1019590,1020022,433,"*","Intron (uc003jbt.2/85409, intron 3 of 9)",5,1009077,1038927,29851,1,"85409",10513,"ENSG00000145506","NKD2","naked cuticle homolog 2 (Drosophila)"
+"chr6",30853560,30853900,341,"*","Exon (uc011dmt.2/780, exon 1 of 5)",6,32485154,32557613,72460,2,"3127",1703713,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",70660528,70660547,20,"*","Promoter (<=1kb)",10,70661034,70706603,45570,1,"79009",-487,"ENSG00000107625","DDX50","DEAD-box helicase 50"
+"chr10",121265539,121265790,252,"*","Intron (uc001lee.3/6001, intron 1 of 3)",10,121259339,121302222,42884,2,"6001",36432,"ENSG00000148908","RGS10","regulator of G-protein signaling 10"
+"chr17",72889660,72889666,7,"*","Promoter (<=1kb)",17,72873473,72889705,16233,2,"283985",39,"ENSG00000172782","FADS6","fatty acid desaturase 6"
+"chr4",3775739,3775850,112,"*","Distal Intergenic",4,3768296,3770253,1958,1,"152",7443,"ENSG00000184160","ADRA2C","adrenoceptor alpha 2C"
+"chr8",7005514,7005678,165,"*","Distal Intergenic",8,6912829,6914259,1431,2,"1670",-91255,"ENSG00000164816","DEFA5","defensin alpha 5"
+"chr15",62537912,62538111,200,"*","3' UTR",15,62455737,62457482,1746,2,"388125",-80430,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
+"chr19",58038065,58038525,461,"*","Promoter (<=1kb)",19,58038693,58052244,13552,1,"256051",-168,"ENSG00000121406","ZNF549","zinc finger protein 549"
+"chr7",149473097,149473130,34,"*","Promoter (<=1kb)",7,149473131,149531053,57923,1,"23145",-1,"ENSG00000197558","SSPO","SCO-spondin"
+"chr1",161492618,161492997,380,"*","Promoter (1-2kb)",1,161494036,161496687,2652,1,"3310",-1039,"ENSG00000173110","HSPA6","heat shock protein family A (Hsp70) member 6"
+"chr10",134884271,134884350,80,"*","Promoter (<=1kb)",10,134884433,134945179,60747,1,"84435",-83,"ENSG00000197177","ADGRA1","adhesion G protein-coupled receptor A1"
+"chr16",71929861,71930048,188,"*","Promoter (1-2kb)",16,71928311,71964540,36230,1,"9798",1550,"ENSG00000182149","IST1","IST1, ESCRT-III associated factor"
+"chr22",50528538,50528593,56,"*","Promoter (<=1kb)",22,50528435,50600116,71682,1,"54456",103,"ENSG00000073146","MOV10L1","Mov10 RISC complex RNA helicase like 1"
+"chr4",165109526,165109834,309,"*","Intron (uc003iqs.2/55016, intron 7 of 7)",4,165118159,165118863,705,2,"23520",9029,NA,"ANP32C","acidic nuclear phosphoprotein 32 family member C"
+"chr9",116174261,116174442,182,"*","Promoter (1-2kb)",9,116169518,116173029,3512,2,"54107",-1232,"ENSG00000148229","POLE3","polymerase (DNA) epsilon 3, accessory subunit"
+"chr5",11384753,11385019,267,"*","5' UTR",5,10971952,11904110,932159,2,"1501",519091,"ENSG00000169862","CTNND2","catenin delta 2"
+"chr9",103788911,103789186,276,"*","Promoter (1-2kb)",9,103791031,104087417,296387,1,"54886",-1845,"ENSG00000148123","PLPPR1","phospholipid phosphatase related 1"
+"chr7",130353865,130353928,64,"*","Promoter (<=1kb)",7,130146080,130353598,207519,2,"26958",-267,"ENSG00000158623","COPG2","coatomer protein complex subunit gamma 2"
+"chr11",45715109,45715423,315,"*","Exon (uc021qha.1/uc021qha.1, exon 1 of 1)",11,45669239,45687206,17968,2,"8534",-27903,"ENSG00000175264","CHST1","carbohydrate sulfotransferase 1"
+"chr10",88296364,88296423,60,"*","Distal Intergenic",10,88195013,88281541,86529,2,"23063",-14823,"ENSG00000062650","WAPL","WAPL cohesin release factor"
+"chr6",31615889,31615891,3,"*","Intron (uc003nvf.4/7917, intron 19 of 24)",6,32485154,32557613,72460,2,"3127",941722,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",2783503,2783607,105,"*","Promoter (<=1kb)",19,2754712,2783354,28643,2,"6449",-149,"ENSG00000104969","SGTA","small glutamine rich tetratricopeptide repeat containing alpha"
+"chr2",3682982,3683071,90,"*","Intron (uc002qxz.4/78989, intron 4 of 7)",2,3705786,3750260,44475,1,"55821",-22715,"ENSG00000151360","ALLC","allantoicase"
+"chr4",2272482,2272522,41,"*","Exon (uc003gew.2/57732, exon 10 of 10)",4,2249160,2263739,14580,2,"10608",-8743,"ENSG00000123933","MXD4","MAX dimerization protein 4"
+"chr13",22245578,22245726,149,"*","Promoter (<=1kb)",13,22245215,22278640,33426,1,"2254",363,"ENSG00000102678","FGF9","fibroblast growth factor 9"
+"chr1",4221331,4221340,10,"*","Distal Intergenic",1,4000672,4012643,11972,1,"728716",220659,NA,"LINC01346","long intergenic non-protein coding RNA 1346"
+"chr17",53315948,53316111,164,"*","Distal Intergenic",17,53342321,53402426,60106,1,"3131",-26210,"ENSG00000108924","HLF","hepatic leukemia factor"
+"chr10",118765077,118765145,69,"*","5' UTR",10,118615739,118886097,270359,2,"57698",120952,"ENSG00000187164","SHTN1","shootin 1"
+"chr4",84255925,84255978,54,"*","Promoter (<=1kb)",4,84213614,84256306,42693,2,"10855",328,"ENSG00000173083","HPSE","heparanase"
+"chr4",162198206,162198446,241,"*","Distal Intergenic",4,162305044,163085186,780143,2,"56884",886740,"ENSG00000168843","FSTL5","follistatin like 5"
+"chr16",1041088,1041133,46,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",9280,"ENSG00000005513","SOX8","SRY-box 8"
+"chr3",23958829,23958856,28,"*","Promoter (<=1kb)",3,23958295,23965187,6893,1,"6138",534,"ENSG00000174748","RPL15","ribosomal protein L15"
+"chr9",129386206,129386623,418,"*","Intron (uc004bqi.3/4010, intron 2 of 7)",9,129376722,129463311,86590,1,"4010",9484,"ENSG00000136944","LMX1B","LIM homeobox transcription factor 1 beta"
+"chr17",28088580,28088606,27,"*","Intron (uc002heo.1/85464, intron 13 of 14)",17,27941774,27948441,6668,2,"84940",-140139,"ENSG00000167549","CORO6","coronin 6"
+"chr6",99275622,99275716,95,"*","Distal Intergenic",6,99282580,99286666,4087,1,"5454",-6864,"ENSG00000184486","POU3F2","POU class 3 homeobox 2"
+"chr7",73081771,73081845,75,"*","Promoter (<=1kb)",7,73082174,73086440,4267,1,"155382",-329,"ENSG00000176428","VPS37D","VPS37D, ESCRT-I subunit"
+"chr10",134557961,134558243,283,"*","Intron (uc001llo.1/3632, intron 9 of 12)",10,134598320,134599537,1218,2,"84504",41294,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
+"chr11",64458798,64458869,72,"*","Intron (uc001oas.3/9379, intron 16 of 20)",11,64373646,64490660,117015,2,"9379",31791,"ENSG00000110076","NRXN2","neurexin 2"
+"chr17",79099729,79099737,9,"*","Promoter (<=1kb)",17,79099683,79099749,67,2,"442906",12,NA,"MIR338","microRNA 338"
+"chr2",201170809,201170819,11,"*","Promoter (<=1kb)",2,201170604,201346986,176383,1,"26010",205,"ENSG00000196141","SPATS2L","spermatogenesis associated serine rich 2 like"
+"chr17",78753708,78753826,119,"*","Intron (uc002jys.3/57521, intron 6 of 8)",17,78965641,78973933,8293,1,"79643",-211815,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr16",1843867,1844104,238,"*","Promoter (<=1kb)",16,1840414,1844909,4496,2,"3483",805,"ENSG00000099769","IGFALS","insulin like growth factor binding protein acid labile subunit"
+"chr15",91643651,91643655,5,"*","Promoter (<=1kb)",15,91643182,91844539,201358,1,"9899",469,"ENSG00000185518","SV2B","synaptic vesicle glycoprotein 2B"
+"chr6",100441533,100441954,422,"*","Promoter (<=1kb)",6,100441914,100524295,82382,1,"728012",0,"ENSG00000229315","MCHR2-AS1","MCHR2 antisense RNA 1"
+"chr3",44283303,44283333,31,"*","Promoter (<=1kb)",3,44283378,44373590,90213,1,"375337",-45,"ENSG00000173769","TOPAZ1","testis and ovary specific PAZ domain containing 1"
+"chr11",64658946,64659044,99,"*","Promoter (<=1kb)",11,64658827,64658911,85,2,"406970",-35,"ENSG00000277225","MIR194-2","microRNA 194-2"
+"chr16",22386263,22386267,5,"*","Promoter (<=1kb)",16,22357257,22385938,28682,2,"1039",-325,"ENSG00000140743","CDR2","cerebellar degeneration related protein 2"
+"chr16",89323036,89323264,229,"*","Distal Intergenic",16,89284111,89295965,11855,1,"197320",38925,"ENSG00000170100","ZNF778","zinc finger protein 778"
+"chr15",40401038,40401063,26,"*","Promoter (<=1kb)",15,40380091,40401085,20995,2,"90427",22,"ENSG00000104081","BMF","Bcl2 modifying factor"
+"chr19",35490532,35490561,30,"*","Intron (uc002nxi.1/57655, intron 2 of 10)",19,35485688,35517373,31686,1,"57655",4844,"ENSG00000089351","GRAMD1A","GRAM domain containing 1A"
+"chr1",155007206,155007275,70,"*","Promoter (<=1kb)",1,155006282,155023406,17125,1,"149095",924,"ENSG00000163357","DCST1","DC-STAMP domain containing 1"
+"chr1",236046891,236047034,144,"*","Promoter (<=1kb)",1,235824331,236047008,222678,2,"1130",0,"ENSG00000143669","LYST","lysosomal trafficking regulator"
+"chr16",21289764,21289767,4,"*","Intron (uc002dil.3/1428, intron 8 of 8)",16,21312170,21329912,17743,1,"400508",-22403,NA,"CRYM-AS1","CRYM antisense RNA 1"
+"chr2",100824055,100824288,234,"*","Distal Intergenic",2,100163716,100759037,595322,2,"3899",-65018,"ENSG00000144218","AFF3","AF4/FMR2 family member 3"
+"chr5",172097064,172097289,226,"*","Exon (uc003mbt.3/54492, exon 2 of 5)",5,172068276,172118533,50258,1,"54492",28788,"ENSG00000214357","NEURL1B","neuralized E3 ubiquitin protein ligase 1B"
+"chr10",71811879,71812101,223,"*","Promoter (<=1kb)",10,71812357,71872040,59684,1,"55506",-256,"ENSG00000099284","H2AFY2","H2A histone family member Y2"
+"chr2",63278026,63278052,27,"*","Promoter (<=1kb)",2,63277192,63284966,7775,1,"5013",834,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr12",13067269,13067271,3,"*","Promoter (1-2kb)",12,13068763,13068852,90,1,"693199",-1492,"ENSG00000207817","MIR614","microRNA 614"
+"chr6",33263890,33263899,10,"*","5' UTR",6,33540323,33548070,7748,2,"578",284171,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr12",132977028,132977092,65,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-71123,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr11",17756479,17756750,272,"*","Promoter (<=1kb)",11,17757495,17804602,47108,1,"3746",-745,"ENSG00000129159","KCNC1","potassium voltage-gated channel subfamily C member 1"
+"chr9",136931974,136932376,403,"*","Promoter (1-2kb)",9,136895446,136933655,38210,2,"8019",1279,"ENSG00000169925","BRD3","bromodomain containing 3"
+"chr12",121125308,121125683,376,"*","Promoter (<=1kb)",12,121124949,121139667,14719,1,"9761",359,"ENSG00000110917","MLEC","malectin"
+"chr19",52222650,52223051,402,"*","Exon (uc010epd.1/3036, exon 1 of 4)",19,52216365,52227221,10857,2,"3036",4170,"ENSG00000105509","HAS1","hyaluronan synthase 1"
+"chr15",27819614,27819876,263,"*","Distal Intergenic",15,28000023,28344458,344436,2,"4948",524582,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr10",33224318,33224696,379,"*","Exon (uc001iwr.4/3688, exon 1 of 16)",10,33189246,33247293,58048,2,"3688",22597,"ENSG00000150093","ITGB1","integrin subunit beta 1"
+"chr2",2797435,2797612,178,"*","Distal Intergenic",2,1792885,2335045,542161,2,"23040",-462390,"ENSG00000186487","MYT1L","myelin transcription factor 1 like"
+"chr2",74425749,74425761,13,"*","Promoter (<=1kb)",2,74425690,74442424,16735,1,"10797",59,"ENSG00000065911","MTHFD2","methylenetetrahydrofolate dehydrogenase (NADP+ dependent) 2, methenyltetrahydrofolate cyclohydrolase"
+"chr11",93063840,93063934,95,"*","Promoter (<=1kb)",11,93063156,93171636,108481,1,"159989",684,"ENSG00000165325","CCDC67","coiled-coil domain containing 67"
+"chr1",16957366,16957435,70,"*","Exon (uc001aze.3/84809, exon 1 of 7)",1,16944751,16971178,26428,2,"84809",13743,NA,"CROCCP2","ciliary rootlet coiled-coil, rootletin pseudogene 2"
+"chr11",71619555,71619642,88,"*","Intron (uc021qmt.1/100133315, intron 1 of 6)",11,71576555,71639493,62939,2,"100133315",19851,NA,"LOC100133315","transient receptor potential cation channel, subfamily C, member 2-like"
+"chr5",178986830,178986906,77,"*","5' UTR",5,178977562,179037027,59466,1,"80230",9268,"ENSG00000176783","RUFY1","RUN and FYVE domain containing 1"
+"chr1",155145726,155145732,7,"*","Promoter (<=1kb)",1,155141884,155145804,3921,2,"200185",72,"ENSG00000163463","KRTCAP2","keratinocyte associated protein 2"
+"chr16",29888571,29888622,52,"*","Exon (uc002dup.4/26470, exon 11 of 18)",16,29875004,29879374,4371,1,"440356",13567,"ENSG00000214725","CDIPT-AS1","CDIPT antisense RNA 1 (head to head)"
+"chr18",20513432,20513619,188,"*","Promoter (<=1kb)",18,20513312,20513401,90,1,"100616139",120,"ENSG00000264817","MIR4741","microRNA 4741"
+"chr2",159314695,159314911,217,"*","Promoter (1-2kb)",2,159313476,159537940,224465,1,"8502",1219,"ENSG00000144283","PKP4","plakophilin 4"
+"chr5",40681137,40681444,308,"*","Promoter (1-2kb)",5,40680032,40693837,13806,1,"5734",1105,"ENSG00000171522","PTGER4","prostaglandin E receptor 4"
+"chr19",47524174,47524187,14,"*","Promoter (1-2kb)",19,47523101,47549017,25917,1,"4861",1073,"ENSG00000130751","NPAS1","neuronal PAS domain protein 1"
+"chr19",4247058,4247075,18,"*","Promoter (<=1kb)",19,4247111,4269085,21975,1,"55702",-36,"ENSG00000105248","CCDC94","coiled-coil domain containing 94"
+"chr2",171608293,171608303,11,"*","Intron (uc002ugf.1/uc002ugf.1, intron 6 of 6)",2,171627604,171634757,7154,1,"100505695",-19301,NA,NA,NA
+"chr21",26980131,26980136,6,"*","Promoter (<=1kb)",21,26957968,26979801,21834,2,"54148",-330,"ENSG00000154719","MRPL39","mitochondrial ribosomal protein L39"
+"chr21",37500402,37500594,193,"*","Promoter (1-2kb)",21,37441940,37498938,56999,2,"100133286",-1464,"ENSG00000230212","LOC100133286","uncharacterized LOC100133286"
+"chr11",57335406,57335474,69,"*","Promoter (<=1kb)",11,57319128,57335803,16676,2,"9246",329,"ENSG00000156587","UBE2L6","ubiquitin conjugating enzyme E2L 6"
+"chr2",119613078,119613227,150,"*","Distal Intergenic",2,119599747,119605759,6013,2,"2019",-7319,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr3",49067049,49067103,55,"*","Promoter (<=1kb)",3,49061762,49066875,5114,2,"3615",-174,"ENSG00000178035","IMPDH2","IMP (inosine 5'-monophosphate) dehydrogenase 2"
+"chr11",44087664,44087684,21,"*","Promoter (<=1kb)",11,44087475,44105569,18095,1,"84680",189,"ENSG00000110455","ACCS","1-aminocyclopropane-1-carboxylate synthase homolog (inactive)"
+"chr4",1018778,1019095,318,"*","Exon (uc003gce.3/53834, exon 7 of 7)",4,1004940,1020686,15747,1,"53834",13838,"ENSG00000127418","FGFRL1","fibroblast growth factor receptor-like 1"
+"chr17",42463229,42463592,364,"*","Exon (uc002igt.1/3674, exon 2 of 30)",17,42449550,42466873,17324,2,"3674",3281,"ENSG00000005961","ITGA2B","integrin subunit alpha 2b"
+"chr6",116601305,116601663,359,"*","Promoter (<=1kb)",6,116596022,116601280,5259,2,"7259",-25,"ENSG00000189241","TSPYL1","TSPY-like 1"
+"chr4",77997201,77997372,172,"*","Promoter (<=1kb)",4,77969177,77997125,27949,2,"10983",-76,"ENSG00000118816","CCNI","cyclin I"
+"chr1",20143041,20143217,177,"*","Promoter (1-2kb)",1,20140522,20141771,1250,2,"54546",-1270,"ENSG00000178828","RNF186","ring finger protein 186"
+"chr17",4458473,4458623,151,"*","Promoter (<=1kb)",17,4442191,4458681,16491,2,"10514",58,"ENSG00000132382","MYBBP1A","MYB binding protein (P160) 1a"
+"chrX",154034149,154034184,36,"*","Promoter (<=1kb)",23,154006959,154033802,26844,2,"4354",-347,"ENSG00000130830","MPP1","membrane protein, palmitoylated 1"
+"chr6",50817450,50817626,177,"*","Distal Intergenic",6,50786439,50815326,28888,1,"7021",31011,"ENSG00000008196","TFAP2B","transcription factor AP-2 beta (activating enhancer binding protein 2 beta)"
+"chr10",74057705,74057806,102,"*","Distal Intergenic",10,74033677,74035797,2121,1,"54541",24028,"ENSG00000168209","DDIT4","DNA damage inducible transcript 4"
+"chr16",1107316,1107453,138,"*","Distal Intergenic",16,1122756,1131454,8699,1,"6755",-15303,"ENSG00000162009","SSTR5","somatostatin receptor 5"
+"chr17",75180961,75181131,171,"*","Intron (uc021udv.1/6397, intron 4 of 12)",17,75085389,75085575,187,1,"677781",95572,"ENSG00000275143","SCARNA16","small Cajal body-specific RNA 16"
+"chr5",178903039,178903057,19,"*","Distal Intergenic",5,178977562,179037027,59466,1,"80230",-74505,"ENSG00000176783","RUFY1","RUN and FYVE domain containing 1"
+"chr1",40025761,40025882,122,"*","Promoter (<=1kb)",1,39987952,40025370,37419,2,"728448",-391,NA,"PPIEL","peptidylprolyl isomerase E like pseudogene"
+"chr13",45151950,45152287,338,"*","Promoter (1-2kb)",13,45006279,45150701,144423,2,"8848",-1249,"ENSG00000102804","TSC22D1","TSC22 domain family member 1"
+"chr6",32191847,32192024,178,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",365589,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr16",8715306,8715490,185,"*","Promoter (<=1kb)",16,8715527,8740079,24553,1,"79091",-37,"ENSG00000067365","METTL22","methyltransferase like 22"
+"chr8",57359922,57359956,35,"*","Promoter (<=1kb)",8,57353513,57359282,5770,2,"5179",-640,"ENSG00000181195","PENK","proenkephalin"
+"chr17",1132368,1132754,387,"*","Distal Intergenic",17,1173858,1174565,708,1,"727857",-41104,"ENSG00000205899","BHLHA9","basic helix-loop-helix family member a9"
+"chr5",958921,959141,221,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",38314,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
+"chr6",126661280,126661369,90,"*","Promoter (<=1kb)",6,126661253,126669754,8502,1,"387103",27,"ENSG00000203760","CENPW","centromere protein W"
+"chr1",38455215,38455491,277,"*","Promoter (<=1kb)",1,38422652,38455761,33110,2,"10946",270,"ENSG00000183431","SF3A3","splicing factor 3a subunit 3"
+"chr10",533420,533431,12,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",154287,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr11",15094980,15095020,41,"*","Promoter (<=1kb)",11,15095146,15103888,8743,1,"797",-126,"ENSG00000175868","CALCB","calcitonin related polypeptide beta"
+"chr15",78556512,78556534,23,"*","Promoter (<=1kb)",15,78556487,78574538,18052,1,"55466",25,"ENSG00000140403","DNAJA4","DnaJ heat shock protein family (Hsp40) member A4"
+"chr16",3184909,3184954,46,"*","Promoter (<=1kb)",16,3185057,3192805,7749,1,"7760",-103,"ENSG00000085644","ZNF213","zinc finger protein 213"
+"chr2",27008771,27008805,35,"*","Promoter (<=1kb)",2,27008882,27023934,15053,1,"1058",-77,"ENSG00000115163","CENPA","centromere protein A"
+"chr3",187457684,187458083,400,"*","Intron (uc003frq.2/604, intron 9 of 9)",3,187439165,187463513,24349,2,"604",5430,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
+"chr5",171189960,171190064,105,"*","Distal Intergenic",5,171288556,171433877,145322,2,"23291",243813,"ENSG00000072803","FBXW11","F-box and WD repeat domain containing 11"
+"chr19",6531335,6531539,205,"*","Promoter (<=1kb)",19,6531010,6535939,4930,1,"8744",325,"ENSG00000125657","TNFSF9","tumor necrosis factor superfamily member 9"
+"chr19",24182670,24182789,120,"*","Distal Intergenic",19,24216247,24312654,96408,1,"9534",-33458,"ENSG00000213096","ZNF254","zinc finger protein 254"
+"chr1",236559547,236559646,100,"*","Promoter (1-2kb)",1,236557680,236648008,90329,1,"128178",1867,"ENSG00000186197","EDARADD","EDAR-associated death domain"
+"chr14",88652066,88652192,127,"*","Exon (uc001xwm.3/54207, exon 7 of 7)",14,88646452,88793256,146805,2,"54207",141064,"ENSG00000100433","KCNK10","potassium two pore domain channel subfamily K member 10"
+"chr6",13711890,13712126,237,"*","Promoter (<=1kb)",6,13621730,13711796,90067,2,"10048",-94,"ENSG00000010017","RANBP9","RAN binding protein 9"
+"chr1",22979495,22979546,52,"*","Promoter (<=1kb)",1,22979682,22988029,8348,1,"713",-136,"ENSG00000173369","C1QB","complement component 1, q subcomponent, B chain"
+"chr7",141673534,141673649,116,"*","Promoter (<=1kb)",7,141672431,141673573,1143,2,"5726",0,"ENSG00000257138","TAS2R38","taste 2 receptor member 38"
+"chr1",84326621,84326767,147,"*","Exon (uc001diz.4/uc001diz.4, exon 1 of 3)",1,84259598,84379059,119462,2,"100847084",52292,"ENSG00000264406","MIR548AP","microRNA 548ap"
+"chr12",114073142,114073303,162,"*","Distal Intergenic",12,113900694,113909877,9184,2,"64211",-163265,"ENSG00000089116","LHX5","LIM homeobox 5"
+"chr16",83842731,83842889,159,"*","Promoter (1-2kb)",16,83841508,83846607,5100,1,"3281",1223,"ENSG00000230989","HSBP1","heat shock factor binding protein 1"
+"chr3",13590173,13590302,130,"*","Intron (uc011auz.2/2199, intron 1 of 16)",3,13573824,13679922,106099,1,"2199",16349,"ENSG00000163520","FBLN2","fibulin 2"
+"chr16",15744349,15744639,291,"*","Intron (uc010uzy.2/54820, intron 2 of 9)",16,15737151,15737229,79,1,"619553",7198,NA,"MIR484","microRNA 484"
+"chr19",42788848,42788918,71,"*","Promoter (<=1kb)",19,42788817,42799949,11133,1,"23152",31,"ENSG00000079432","CIC","capicua transcriptional repressor"
+"chr9",129986197,129986525,329,"*","Distal Intergenic",9,130025941,130155828,129888,1,"84253",-39416,"ENSG00000136895","GARNL3","GTPase activating Rap/RanGAP domain-like 3"
+"chrX",99891286,99891595,310,"*","Promoter (<=1kb)",23,99883795,99891794,8000,2,"7105",199,"ENSG00000000003","TSPAN6","tetraspanin 6"
+"chr6",83072352,83072522,171,"*","Promoter (<=1kb)",6,83072923,83077133,4211,1,"7162",-401,"ENSG00000146242","TPBG","trophoblast glycoprotein"
+"chr2",198364548,198364630,83,"*","Promoter (<=1kb)",2,198364721,198418423,53703,1,"100529241",-91,"ENSG00000270757","HSPE1-MOB4","HSPE1-MOB4 readthrough"
+"chr12",14134874,14135203,330,"*","Promoter (1-2kb)",12,13714410,14133022,418613,2,"2904",-1852,"ENSG00000273079","GRIN2B","glutamate ionotropic receptor NMDA type subunit 2B"
+"chr6",29275023,29275070,48,"*","Exon (uc011dln.2/442191, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-791453,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",1814418,1814481,64,"*","Exon (uc002cmk.3/23162, exon 19 of 32)",16,1820321,1821710,1390,2,"4832",7229,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
+"chr2",21229872,21229936,65,"*","Exon (uc002red.3/338, exon 26 of 29)",2,21224301,21266945,42645,2,"338",37009,"ENSG00000084674","APOB","apolipoprotein B"
+"chr19",46010585,46010592,8,"*","Promoter (<=1kb)",19,46010688,46030240,19553,1,"7408",-96,"ENSG00000125753","VASP","vasodilator-stimulated phosphoprotein"
+"chr17",1945135,1945138,4,"*","Promoter (<=1kb)",17,1945277,1946725,1449,1,"124641",-139,"ENSG00000262664","OVCA2","ovarian tumor suppressor candidate 2"
+"chr16",32165148,32165177,30,"*","Promoter (1-2kb)",16,32162609,32163874,1266,2,"440362",-1274,NA,NA,NA
+"chr15",60287349,60287537,189,"*","Distal Intergenic",15,60296421,60328408,31988,1,"27023",-8884,"ENSG00000171956","FOXB1","forkhead box B1"
+"chr19",1050977,1051031,55,"*","Exon (uc002lqw.4/10347, exon 19 of 47)",19,1040102,1065570,25469,1,"10347",10875,"ENSG00000064687","ABCA7","ATP binding cassette subfamily A member 7"
+"chr7",134330777,134330790,14,"*","Promoter (<=1kb)",7,134331531,134364567,33037,1,"669",-741,"ENSG00000172331","BPGM","bisphosphoglycerate mutase"
+"chr20",42142176,42142188,13,"*","Intron (uc010zwh.2/26013, intron 1 of 21)",20,42136320,42179593,43274,1,"26013",5856,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
+"chr11",77790963,77791070,108,"*","Promoter (<=1kb)",11,77726761,77791265,64505,2,"100532726",195,"ENSG00000151364","NDUFC2-KCTD14","NDUFC2-KCTD14 readthrough"
+"chr11",130183659,130183998,340,"*","Promoter (<=1kb)",11,130096574,130184607,88034,2,"29068",609,"ENSG00000196323","ZBTB44","zinc finger and BTB domain containing 44"
+"chr2",97303624,97303987,364,"*","Promoter (<=1kb)",2,97258892,97304116,45225,2,"55683",129,"ENSG00000114982","KANSL3","KAT8 regulatory NSL complex subunit 3"
+"chr6",30122384,30122523,140,"*","Intron (uc003npn.2/10107, intron 2 of 7)",6,28471073,28483570,12498,2,"257202",-1638814,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr17",68164821,68164866,46,"*","Promoter (<=1kb)",17,68164814,68176183,11370,1,"3759",7,"ENSG00000123700","KCNJ2","potassium voltage-gated channel subfamily J member 2"
+"chr6",34206491,34206495,5,"*","Promoter (1-2kb)",6,34204577,34214008,9432,1,"3159",1914,"ENSG00000137309","HMGA1","high mobility group AT-hook 1"
+"chr13",113739462,113739577,116,"*","Exon (uc031qnk.1/23263, exon 20 of 28)",13,113760102,113774995,14894,1,"2155",-20525,"ENSG00000057593","F7","coagulation factor VII"
+"chr11",121322954,121322956,3,"*","Promoter (<=1kb)",11,121322912,121504471,181560,1,"6653",42,"ENSG00000137642","SORL1","sortilin-related receptor, L(DLR class) A repeats containing"
+"chr19",12886576,12886980,405,"*","Promoter (<=1kb)",19,12873817,12886434,12618,2,"29911",-142,"ENSG00000095066","HOOK2","hook microtubule-tethering protein 2"
+"chr11",86383756,86383761,6,"*","Promoter (<=1kb)",11,86152150,86383678,231529,2,"10873",-78,"ENSG00000151376","ME3","malic enzyme 3, NADP(+)-dependent, mitochondrial"
+"chr12",54694925,54695016,92,"*","Promoter (<=1kb)",12,54685891,54694821,8931,2,"4778",-104,"ENSG00000123405","NFE2","nuclear factor, erythroid 2"
+"chr16",4784199,4784336,138,"*","Promoter (<=1kb)",16,4784289,4799397,15109,1,"146562",0,"ENSG00000166246","C16orf71","chromosome 16 open reading frame 71"
+"chr3",121380236,121380485,250,"*","Promoter (<=1kb)",3,121350246,121379791,29546,2,"3059",-445,"ENSG00000180353","HCLS1","hematopoietic cell-specific Lyn substrate 1"
+"chr12",114232702,114232746,45,"*","Distal Intergenic",12,114254543,114404176,149634,2,"9904",171430,"ENSG00000122965","RBM19","RNA binding motif protein 19"
+"chr20",60813137,60813376,240,"*","Promoter (<=1kb)",20,60813580,60871269,57690,1,"9885",-204,"ENSG00000130703","OSBPL2","oxysterol binding protein like 2"
+"chr1",24104458,24104624,167,"*","Promoter (<=1kb)",1,24086872,24104787,17916,2,"100506963",163,"ENSG00000236810","TCEB3-AS1","TCEB3 antisense RNA 1"
+"chr10",131653088,131653237,150,"*","Intron (uc001lki.2/253738, intron 6 of 15)",10,131641563,131641638,76,2,"100422873",-11450,"ENSG00000266676","MIR4297","microRNA 4297"
+"chr8",6638075,6638082,8,"*","Distal Intergenic",8,6602689,6602761,73,2,"100616372",-35314,"ENSG00000266038","MIR4659B","microRNA 4659b"
+"chr1",65991616,65991717,102,"*","Intron (uc001dcg.3/3953, intron 2 of 19)",1,65886131,66103176,217046,1,"3953",105485,"ENSG00000116678","LEPR","leptin receptor"
+"chr12",117036929,117036972,44,"*","Distal Intergenic",12,116997186,117014425,17240,1,"643246",39743,"ENSG00000258102","MAP1LC3B2","microtubule associated protein 1 light chain 3 beta 2"
+"chr16",29828301,29828550,250,"*","Promoter (<=1kb)",16,29827528,29833816,6289,1,"79447",773,"ENSG00000280789","PAGR1","PAXIP1 associated glutamate-rich protein 1"
+"chrX",101905359,101905837,479,"*","Promoter (<=1kb)",23,101906294,101914010,7717,1,"9737",-457,"ENSG00000198932","GPRASP1","G protein-coupled receptor associated sorting protein 1"
+"chr11",14913757,14913849,93,"*","Promoter (<=1kb)",11,14899556,14913751,14196,2,"120227",-6,"ENSG00000186104","CYP2R1","cytochrome P450 family 2 subfamily R member 1"
+"chr1",155881569,155881846,278,"*","Promoter (<=1kb)",1,155867599,155881193,13595,2,"6016",-376,"ENSG00000143622","RIT1","Ras-like without CAAX 1"
+"chr16",3057911,3058316,406,"*","Distal Intergenic",16,3062457,3064506,2050,1,"9080",-4141,"ENSG00000213937","CLDN9","claudin 9"
+"chr15",37172274,37172461,188,"*","Intron (uc001zji.2/145845, intron 4 of 6)",15,37156644,37178734,22091,2,"145845",6273,NA,"LOC145845","uncharacterized LOC145845"
+"chr19",33556012,33556347,336,"*","Promoter (<=1kb)",19,33469498,33555824,86327,2,"85415",-188,"ENSG00000131941","RHPN2","rhophilin, Rho GTPase binding protein 2"
+"chr5",161493967,161494274,308,"*","Promoter (<=1kb)",5,161494648,161582545,87898,1,"2566",-374,"ENSG00000113327","GABRG2","gamma-aminobutyric acid type A receptor gamma2 subunit"
+"chr7",106301593,106301660,68,"*","Promoter (<=1kb)",7,106297211,106301634,4424,2,"168455",0,"ENSG00000253276","CCDC71L","coiled-coil domain containing 71-like"
+"chr2",176983237,176983471,235,"*","Promoter (1-2kb)",2,176981492,176984670,3179,1,"3236",1745,"ENSG00000128710","HOXD10","homeobox D10"
+"chr3",195929444,195929544,101,"*","Intron (uc003fwc.3/131540, intron 3 of 7)",3,195924323,195938300,13978,2,"131540",8756,"ENSG00000163958","ZDHHC19","zinc finger DHHC-type containing 19"
+"chr3",61237226,61237270,45,"*","Promoter (<=1kb)",3,59735036,61237133,1502098,2,"2272",-93,"ENSG00000189283","FHIT","fragile histidine triad"
+"chr15",43398298,43398317,20,"*","Promoter (<=1kb)",15,43235098,43398286,163189,2,"197131",-12,"ENSG00000159459","UBR1","ubiquitin protein ligase E3 component n-recognin 1"
+"chr5",82360356,82360818,463,"*","Promoter (<=1kb)",5,82360023,82360156,134,2,"677765",-200,"ENSG00000238835","SCARNA18","small Cajal body-specific RNA 18"
+"chr1",173793888,173793996,109,"*","Promoter (<=1kb)",1,173793797,173827682,33886,1,"55157",91,"ENSG00000117593","DARS2","aspartyl-tRNA synthetase 2, mitochondrial"
+"chr11",70565153,70565177,25,"*","Intron (uc001oqc.3/22941, intron 11 of 21)",11,70477199,70481595,4397,1,"100874198",87954,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
+"chr14",100055765,100055921,157,"*","Intron (uc010avr.3/317762, intron 5 of 5)",14,99977603,100070727,93125,2,"317762",14806,"ENSG00000205476","CCDC85C","coiled-coil domain containing 85C"
+"chr1",53168724,53168811,88,"*","Distal Intergenic",1,53152014,53164038,12025,2,"65260",-4686,"ENSG00000162377","COA7","cytochrome c oxidase assembly factor 7 (putative)"
+"chr1",145472579,145473005,427,"*","Promoter (2-3kb)",1,145470508,145475647,5140,1,"284615",2071,"ENSG00000272031","ANKRD34A","ankyrin repeat domain 34A"
+"chr16",2140438,2140870,433,"*","Promoter (<=1kb)",16,2140196,2140285,90,2,"100188847",-153,"ENSG00000221656","MIR1225","microRNA 1225"
+"chr6",38607245,38607247,3,"*","Promoter (<=1kb)",6,38136227,38607924,471698,2,"114781",677,"ENSG00000183826","BTBD9","BTB domain containing 9"
+"chr15",44086569,44086577,9,"*","Promoter (<=1kb)",15,44085857,44085957,101,2,"100302254",-612,"ENSG00000221792","MIR1282","microRNA 1282"
+"chr14",74254023,74254025,3,"*","Promoter (<=1kb)",14,74181825,74253896,72072,2,"91748",-127,"ENSG00000156030","ELMSAN1","ELM2 and Myb/SANT-like domain containing 1"
+"chr5",75009014,75009428,415,"*","Intron (uc003keh.4/134359, intron 11 of 11)",5,74970024,75013313,43290,2,"134359",3885,"ENSG00000152359","POC5","POC5 centriolar protein"
+"chr17",40825932,40826212,281,"*","Promoter (2-3kb)",17,40819932,40829048,9117,2,"79990",2836,"ENSG00000068137","PLEKHH3","pleckstrin homology, MyTH4 and FERM domain containing H3"
+"chr12",123215471,123215524,54,"*","Promoter (<=1kb)",12,123212153,123215129,2977,2,"27198",-342,"ENSG00000196917","HCAR1","hydroxycarboxylic acid receptor 1"
+"chr16",14014387,14014712,326,"*","Promoter (<=1kb)",16,14014014,14046205,32192,1,"2072",373,"ENSG00000175595","ERCC4","excision repair cross-complementation group 4"
+"chr4",1166767,1166776,10,"*","Intron (uc010ibr.3/10417, intron 6 of 6)",4,1189571,1202750,13180,2,"100130872",35974,NA,"LOC100130872","uncharacterized LOC100130872"
+"chr1",228136208,228136455,248,"*","Promoter (<=1kb)",1,228109165,228135676,26512,2,"7483",-532,"ENSG00000143816","WNT9A","wingless-type MMTV integration site family member 9A"
+"chr7",1328829,1328968,140,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",56175,"ENSG00000164853","UNCX","UNC homeobox"
+"chr16",4012949,4013337,389,"*","3' UTR",16,3775056,3930121,155066,2,"1387",-82828,"ENSG00000005339","CREBBP","CREB binding protein"
+"chr11",47198996,47199457,462,"*","Promoter (<=1kb)",11,47185849,47198676,12828,2,"84364",-320,"ENSG00000149182","ARFGAP2","ADP ribosylation factor GTPase activating protein 2"
+"chr1",151762557,151762630,74,"*","Promoter (<=1kb)",1,151742583,151763010,20428,2,"11022",380,"ENSG00000182134","TDRKH","tudor and KH domain containing"
+"chr6",1523751,1523823,73,"*","Distal Intergenic",6,1610681,1614129,3449,1,"2296",-86858,"ENSG00000054598","FOXC1","forkhead box C1"
+"chr7",63652720,63652735,16,"*","Distal Intergenic",7,63667581,63680668,13088,1,"730291",-14846,"ENSG00000223614","ZNF735","zinc finger protein 735"
+"chr17",42247565,42247696,132,"*","Promoter (<=1kb)",17,42248074,42256451,8378,1,"92591",-378,"ENSG00000161664","ASB16","ankyrin repeat and SOCS box containing 16"
+"chr7",157361040,157361396,357,"*","Intron (uc011kwa.2/5799, intron 2 of 22)",7,157367028,157367114,87,2,"406945",5718,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr16",30773423,30773510,88,"*","Promoter (<=1kb)",16,30768744,30773565,4822,2,"90835",55,"ENSG00000196118","CCDC189","coiled-coil domain containing 189"
+"chr19",44259072,44259100,29,"*","Promoter (<=1kb)",19,44235301,44259142,23842,2,"56006",42,"ENSG00000105771","SMG9","SMG9 nonsense mediated mRNA decay factor"
+"chr7",63028025,63028153,129,"*","Distal Intergenic",7,62751670,62764434,12765,2,"643955",-263591,"ENSG00000185037","ZNF733P","zinc finger protein 733, pseudogene"
+"chr5",140070921,140070982,62,"*","Promoter (<=1kb)",5,140071018,140078890,7873,1,"23438",-36,"ENSG00000112855","HARS2","histidyl-tRNA synthetase 2"
+"chr6",32936848,32937159,312,"*","5' UTR",6,32605183,32614839,9657,1,"3117",331665,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr6",168975424,168975608,185,"*","Intron (uc003qwr.2/64094, intron 7 of 12)",6,168841831,169068674,226844,1,"64094",133593,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr7",998981,999105,125,"*","Intron (uc010ksc.3/11033, intron 10 of 11)",7,937537,1015235,77699,2,"11033",16130,"ENSG00000105963","ADAP1","ArfGAP with dual PH domains 1"
+"chr9",124328012,124328279,268,"*","Promoter (1-2kb)",9,124329399,124547809,218411,1,"153090",-1120,"ENSG00000136848","DAB2IP","DAB2 interacting protein"
+"chr10",49813412,49813434,23,"*","Intron (uc010qgm.3/58504, intron 9 of 9)",10,49654068,49864310,210243,2,"58504",50876,"ENSG00000128805","ARHGAP22","Rho GTPase activating protein 22"
+"chr8",638208,638330,123,"*","Intron (uc003wph.3/157697, intron 3 of 5)",8,614200,681226,67027,2,"157697",42896,"ENSG00000104714","ERICH1","glutamate rich 1"
+"chr17",78940161,78940266,106,"*","3' UTR",17,78965641,78973933,8293,1,"79643",-25375,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr5",133706426,133706609,184,"*","Promoter (<=1kb)",5,133541305,133706735,165431,2,"51265",126,"ENSG00000006837","CDKL3","cyclin dependent kinase like 3"
+"chr10",99609836,99609860,25,"*","Promoter (<=1kb)",10,99609995,99631335,21341,1,"401647",-135,"ENSG00000155265","GOLGA7B","golgin A7 family member B"
+"chr15",49448000,49448057,58,"*","Promoter (<=1kb)",15,49447976,49622002,174027,1,"2585",24,"ENSG00000156958","GALK2","galactokinase 2"
+"chr13",25945811,25946220,410,"*","Promoter (<=1kb)",13,25946209,26595420,649212,1,"51761",0,"ENSG00000132932","ATP8A2","ATPase phospholipid transporting 8A2"
+"chr1",24127928,24128066,139,"*","Promoter (<=1kb)",1,24122089,24127294,5206,2,"2582",-634,"ENSG00000117308","GALE","UDP-galactose-4-epimerase"
+"chr14",20937801,20937824,24,"*","Promoter (<=1kb)",14,20937538,20946165,8628,1,"4860",263,"ENSG00000198805","PNP","purine nucleoside phosphorylase"
+"chr13",80911644,80911808,165,"*","Exon (uc001vli.3/10253, exon 2 of 2)",13,80910112,80915086,4975,2,"10253",3278,"ENSG00000136158","SPRY2","sprouty RTK signaling antagonist 2"
+"chr12",56753886,56753911,26,"*","Promoter (<=1kb)",12,56735382,56754037,18656,2,"6773",126,"ENSG00000170581","STAT2","signal transducer and activator of transcription 2"
+"chr3",150967711,150967751,41,"*","Intron (uc003eyp.3/116931, intron 14 of 42)",3,150929905,150996230,66326,2,"9934",28479,"ENSG00000174944","P2RY14","purinergic receptor P2Y14"
+"chr12",97300755,97300763,9,"*","Promoter (<=1kb)",12,97301001,97347469,46469,1,"121441",-238,"ENSG00000139350","NEDD1","neural precursor cell expressed, developmentally down-regulated 1"
+"chr14",75530723,75530737,15,"*","Promoter (<=1kb)",14,75519928,75530736,10809,2,"97",0,"ENSG00000119640","ACYP1","acylphosphatase 1"
+"chr3",46925181,46925476,296,"*","Intron (uc003cqm.3/5745, intron 3 of 15)",3,46919236,46945289,26054,1,"5745",5945,"ENSG00000160801","PTH1R","parathyroid hormone 1 receptor"
+"chr6",106676237,106676381,145,"*","Intron (uc031spg.1/9474, intron 2 of 5)",6,106632352,106773695,141344,2,"9474",97314,"ENSG00000057663","ATG5","autophagy related 5"
+"chr2",202507183,202507314,132,"*","Promoter (<=1kb)",2,202484907,202508252,23346,2,"65062",938,"ENSG00000155755","TMEM237","transmembrane protein 237"
+"chrX",151307813,151308272,460,"*","Promoter (<=1kb)",23,151282521,151307050,24530,2,"100533997",-763,NA,"MAGEA10-MAGEA5","MAGEA10-MAGEA5 readthrough"
+"chr7",155276049,155276169,121,"*","Distal Intergenic",7,155250824,155257526,6703,1,"2020",25225,"ENSG00000164778","EN2","engrailed homeobox 2"
+"chr2",240291097,240291378,282,"*","Intron (uc002vyk.4/9759, intron 26 of 26)",2,240273419,240273499,81,2,"100616360",-17598,"ENSG00000264292","MIR2467","microRNA 2467"
+"chr3",138064802,138065217,416,"*","Promoter (1-2kb)",3,138066490,138124377,57888,1,"22808",-1273,"ENSG00000158186","MRAS","muscle RAS oncogene homolog"
+"chr1",205418278,205418362,85,"*","Promoter (<=1kb)",1,205417430,205417526,97,2,"442891",-752,"ENSG00000199059","MIR135B","microRNA 135b"
+"chr12",104697339,104697341,3,"*","Promoter (<=1kb)",12,104697510,104698982,1473,1,"493861",-169,"ENSG00000255150","EID3","EP300 interacting inhibitor of differentiation 3"
+"chr2",239049653,239050026,374,"*","Promoter (2-3kb)",2,239047363,239061547,14185,1,"377007",2290,"ENSG00000168427","KLHL30","kelch like family member 30"
+"chr4",15704502,15704599,98,"*","Promoter (<=1kb)",4,15704573,15733796,29224,1,"683",0,"ENSG00000109743","BST1","bone marrow stromal cell antigen 1"
+"chr6",47623462,47623751,290,"*","Promoter (<=1kb)",6,47624222,47665533,41312,1,"222611",-471,"ENSG00000164393","ADGRF2","adhesion G protein-coupled receptor F2"
+"chr1",1114912,1114914,3,"*","5' UTR",1,1109286,1133313,24028,1,"254173",5626,"ENSG00000162571","TTLL10","tubulin tyrosine ligase like 10"
+"chr10",11505280,11505402,123,"*","Exon (uc001iks.1/9712, exon 14 of 14)",10,11502509,11653679,151171,2,"9712",148277,"ENSG00000148429","USP6NL","USP6 N-terminal like"
+"chr3",120315121,120315127,7,"*","Promoter (<=1kb)",3,120315128,120321258,6131,1,"4710",-1,"ENSG00000065518","NDUFB4","NADH:ubiquinone oxidoreductase subunit B4"
+"chr4",53578478,53578491,14,"*","Promoter (<=1kb)",4,53578621,53580305,1685,1,"57291",-130,"ENSG00000226950","DANCR","differentiation antagonizing non-protein coding RNA"
+"chr5",180480769,180480934,166,"*","3' UTR",5,180467225,180488523,21299,1,"153579",13544,"ENSG00000165810","BTNL9","butyrophilin like 9"
+"chr15",45248758,45248830,73,"*","Promoter (<=1kb)",15,45248900,45271421,22522,1,"145645",-70,"ENSG00000167014","C15orf43","chromosome 15 open reading frame 43"
+"chr21",46392128,46392347,220,"*","Intron (uc002zgl.3/85395, intron 4 of 5)",21,46409779,46414001,4223,2,"727699",21654,"ENSG00000234880","LINC00163","long intergenic non-protein coding RNA 163"
+"chr1",231557867,231557869,3,"*","Promoter (2-3kb)",1,231499497,231560790,61294,2,"54583",2921,"ENSG00000135766","EGLN1","egl-9 family hypoxia-inducible factor 1"
+"chr10",115614335,115614344,10,"*","Promoter (<=1kb)",10,115614391,115672265,57875,1,"374354",-47,"ENSG00000196865","NHLRC2","NHL repeat containing 2"
+"chrX",20284697,20285056,360,"*","Promoter (<=1kb)",23,20168029,20285523,117495,2,"6197",467,"ENSG00000177189","RPS6KA3","ribosomal protein S6 kinase A3"
+"chr10",90985007,90985014,8,"*","Intron (uc001kga.4/3988, intron 5 of 9)",10,90965694,90967071,1378,2,"9023",-17936,"ENSG00000138135","CH25H","cholesterol 25-hydroxylase"
+"chr16",1843751,1843753,3,"*","Promoter (1-2kb)",16,1840414,1844909,4496,2,"3483",1156,"ENSG00000099769","IGFALS","insulin like growth factor binding protein acid labile subunit"
+"chr1",153536480,153536563,84,"*","Promoter (1-2kb)",1,153533585,153538306,4722,2,"6273",1743,"ENSG00000196754","S100A2","S100 calcium binding protein A2"
+"chr20",61162102,61162112,11,"*","Promoter (<=1kb)",20,61162119,61162220,102,1,"406923",-7,"ENSG00000207764","MIR133A2","microRNA 133a-2"
+"chr1",164290179,164290198,20,"*","Distal Intergenic",1,164528597,164854300,325704,1,"5087",-238399,"ENSG00000185630","PBX1","pre-B-cell leukemia homeobox 1"
+"chr18",56296046,56296243,198,"*","Promoter (<=1kb)",18,56148482,56296189,147708,2,"115701",0,"ENSG00000198796","ALPK2","alpha kinase 2"
+"chr3",169540079,169540297,219,"*","Promoter (<=1kb)",3,169539710,169555560,15851,1,"344657",369,"ENSG00000188306","LRRIQ4","leucine-rich repeats and IQ motif containing 4"
+"chr8",144869848,144869985,138,"*","Distal Intergenic",8,144895127,144895212,86,2,"100126338",25227,"ENSG00000216090","MIR937","microRNA 937"
+"chr2",44223273,44223280,8,"*","Promoter (<=1kb)",2,44113363,44223144,109782,2,"10128",-129,"ENSG00000138095","LRPPRC","leucine rich pentatricopeptide repeat containing"
+"chr12",16035177,16035274,98,"*","Promoter (<=1kb)",12,16035288,16056410,21123,1,"11171",-14,"ENSG00000023734","STRAP","serine/threonine kinase receptor associated protein"
+"chr10",104677600,104677967,368,"*","Promoter (<=1kb)",10,104678075,104838344,160270,1,"54805",-108,"ENSG00000148842","CNNM2","cyclin and CBS domain divalent metal cation transport mediator 2"
+"chr14",101489507,101489601,95,"*","Promoter (<=1kb)",14,101489662,101489757,96,1,"693121",-61,"ENSG00000199109","MIR411","microRNA 411"
+"chr7",148921362,148921808,447,"*","3' UTR",7,148936742,148952700,15959,1,"7988",-14934,"ENSG00000170260","ZNF212","zinc finger protein 212"
+"chr6",28249157,28249173,17,"*","Promoter (<=1kb)",6,28249314,28270326,21013,1,"84547",-141,"ENSG00000137338","PGBD1","piggyBac transposable element derived 1"
+"chr17",62103283,62103369,87,"*","Distal Intergenic",17,62079955,62097994,18040,2,"3384",-5289,"ENSG00000108622","ICAM2","intercellular adhesion molecule 2"
+"chr4",77819534,77819574,41,"*","Promoter (<=1kb)",4,77816082,77819002,2921,2,"345079",-532,"ENSG00000186212","SOWAHB","sosondowah ankyrin repeat domain family member B"
+"chr7",56131800,56131819,20,"*","Promoter (<=1kb)",7,56131917,56148365,16449,1,"25870",-98,"ENSG00000129103","SUMF2","sulfatase modifying factor 2"
+"chr6",31622340,31622439,100,"*","Intron (uc003nvk.4/55937, intron 1 of 5)",6,32485154,32557613,72460,2,"3127",935174,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",10252818,10252852,35,"*","5' UTR",19,10225690,10230599,4910,2,"8666",-22219,"ENSG00000130811","EIF3G","eukaryotic translation initiation factor 3 subunit G"
+"chr4",57521138,57521609,472,"*","Intron (uc031sei.1/84525, intron 1 of 1)",4,57514154,57547872,33719,2,"84525",26263,"ENSG00000171476","HOPX","HOP homeobox"
+"chr6",158507953,158508140,188,"*","Exon (uc003qqw.2/8871, exon 23 of 27)",6,158530536,158589312,58777,2,"84947",81172,"ENSG00000122335","SERAC1","serine active site containing 1"
+"chr17",75209412,75209530,119,"*","Exon (uc021udw.1/6397, exon 18 of 20)",17,75277492,75496678,219187,1,"10801",-67962,"ENSG00000184640","SEPT9","septin 9"
+"chr3",87040260,87040426,167,"*","Promoter (<=1kb)",3,86987123,87040257,53135,2,"389136",-3,"ENSG00000206538","VGLL3","vestigial like family member 3"
+"chr6",3054772,3054884,113,"*","Distal Intergenic",6,3064122,3115421,51300,1,"8737",-9238,"ENSG00000137275","RIPK1","receptor interacting serine/threonine kinase 1"
+"chr1",151736255,151736633,379,"*","Promoter (<=1kb)",1,151732123,151736040,3918,2,"65005",-215,"ENSG00000143436","MRPL9","mitochondrial ribosomal protein L9"
+"chr17",46662603,46662869,267,"*","Intron (uc010dbf.3/3213, intron 4 of 4)",17,46626232,46667631,41400,2,"3213",4762,"ENSG00000120093","HOXB3","homeobox B3"
+"chr8",9182010,9182204,195,"*","Promoter (<=1kb)",8,9182561,9192590,10030,1,"157273",-357,"ENSG00000254235","LOC157273","uncharacterized LOC157273"
+"chr17",78925184,78925278,95,"*","Intron (uc002jyt.1/57521, intron 28 of 33)",17,78965641,78973933,8293,1,"79643",-40363,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr1",41707858,41708077,220,"*","Promoter (<=1kb)",1,41492871,41707815,214945,2,"22955",-43,"ENSG00000010803","SCMH1","sex comb on midleg homolog 1 (Drosophila)"
+"chr11",105481271,105481274,4,"*","Promoter (<=1kb)",11,105480800,105852819,372020,1,"2893",471,"ENSG00000152578","GRIA4","glutamate ionotropic receptor AMPA type subunit 4"
+"chr11",118436902,118436943,42,"*","Promoter (<=1kb)",11,118415243,118436791,21549,2,"56912",-111,"ENSG00000118096","IFT46","intraflagellar transport 46"
+"chr21",37692341,37692453,113,"*","Promoter (<=1kb)",21,37692487,37748944,56458,1,"23515",-34,"ENSG00000159256","MORC3","MORC family CW-type zinc finger 3"
+"chr1",161860335,161860629,295,"*","Intron (uc001gbs.3/22926, intron 14 of 15)",1,161736034,161933860,197827,1,"22926",124301,"ENSG00000118217","ATF6","activating transcription factor 6"
+"chr9",4984158,4984502,345,"*","Promoter (<=1kb)",9,4985086,5128183,143098,1,"3717",-584,"ENSG00000096968","JAK2","Janus kinase 2"
+"chr11",5531235,5531476,242,"*","Promoter (<=1kb)",11,5528530,5531153,2624,2,"50613",-82,"ENSG00000175520","UBQLN3","ubiquilin 3"
+"chr6",29910912,29910946,35,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1427342,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr4",81123258,81123369,112,"*","Exon (uc010ijo.3/56978, exon 8 of 8)",4,81105439,81125482,20044,1,"56978",17819,"ENSG00000152784","PRDM8","PR domain 8"
+"chrX",103499746,103499759,14,"*","Promoter (<=1kb)",23,103494719,103499599,4881,2,"80712",-147,"ENSG00000123576","ESX1","ESX homeobox 1"
+"chr1",145397173,145397178,6,"*","Intron (uc021ott.2/100288142, intron 99 of 131)",1,145413191,145417545,4355,1,"148738",-16013,"ENSG00000168509","HFE2","hemochromatosis type 2 (juvenile)"
+"chr2",97359878,97359879,2,"*","Intron (uc010fia.3/90342, intron 32 of 51)",2,97371667,97405813,34147,2,"81562",45934,"ENSG00000114988","LMAN2L","lectin, mannose binding 2 like"
+"chr2",239334270,239334385,116,"*","Promoter (1-2kb)",2,239335626,239360891,25266,1,"51665",-1241,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
+"chr6",30313498,30313742,245,"*","Intron (uc010jsa.2/202658, intron 8 of 9)",6,28471073,28483570,12498,2,"257202",-1829928,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",132722421,132722616,196,"*","Promoter (<=1kb)",6,132617194,132722664,105471,2,"26002",48,"ENSG00000079931","MOXD1","monooxygenase, DBH-like 1"
+"chr10",135340491,135340721,231,"*","Promoter (<=1kb)",10,135340867,135374724,33858,1,"1571",-146,"ENSG00000130649","CYP2E1","cytochrome P450 family 2 subfamily E member 1"
+"chr8",102121398,102121621,224,"*","Distal Intergenic",8,102064282,102088479,24198,1,"441374",57116,"ENSG00000248599","FLJ42969","uncharacterized LOC441374"
+"chr2",233415195,233415197,3,"*","Promoter (<=1kb)",2,233412779,233415283,2505,2,"200765",86,"ENSG00000221944","TIGD1","tigger transposable element derived 1"
+"chr16",70483878,70484007,130,"*","Distal Intergenic",16,70488498,70514177,25680,1,"197258",-4491,"ENSG00000157353","FUK","fucokinase"
+"chr3",112359440,112359446,7,"*","Promoter (<=1kb)",3,112323409,112359977,36569,2,"151887",531,"ENSG00000091986","CCDC80","coiled-coil domain containing 80"
+"chr2",20425324,20425340,17,"*","Promoter (<=1kb)",2,20400558,20425194,24637,2,"6382",-130,"ENSG00000115884","SDC1","syndecan 1"
+"chr2",37898638,37899023,386,"*","Promoter (<=1kb)",2,37869025,37899678,30654,2,"10602",655,"ENSG00000163171","CDC42EP3","CDC42 effector protein 3"
+"chr7",907797,907864,68,"*","Intron (uc003sjf.3/23353, intron 15 of 17)",7,891587,936071,44485,1,"51608",16210,"ENSG00000239857","GET4","golgi to ER traffic protein 4"
+"chr16",88101616,88101858,243,"*","Intron (uc002fkp.3/54971, intron 11 of 12)",16,87984238,88110924,126687,1,"54971",117378,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr20",47662591,47662595,5,"*","Promoter (<=1kb)",20,47662783,47713497,50715,1,"1434",-188,"ENSG00000124207","CSE1L","CSE1 chromosome segregation 1-like (yeast)"
+"chr10",15139056,15139147,92,"*","Promoter (<=1kb)",10,15139179,15146256,7078,1,"10557",-32,"ENSG00000152464","RPP38","ribonuclease P/MRP 38kDa subunit"
+"chr3",123602795,123602957,163,"*","Promoter (<=1kb)",3,123331143,123603149,272007,2,"4638",192,"ENSG00000065534","MYLK","myosin light chain kinase"
+"chr1",228270177,228270396,220,"*","Promoter (<=1kb)",1,228270361,228286913,16553,1,"375",0,"ENSG00000143761","ARF1","ADP ribosylation factor 1"
+"chr15",62531125,62531146,22,"*","Distal Intergenic",15,62455737,62457482,1746,2,"388125",-73643,"ENSG00000205502","C2CD4B","C2 calcium-dependent domain containing 4B"
+"chr6",55444013,55444072,60,"*","Promoter (<=1kb)",6,55299171,55444012,144842,2,"54511",-1,"ENSG00000146151","HMGCLL1","3-hydroxymethyl-3-methylglutaryl-CoA lyase-like 1"
+"chr14",21755820,21755992,173,"*","Promoter (<=1kb)",14,21756136,21819460,63325,1,"57096",-144,"ENSG00000092200","RPGRIP1","retinitis pigmentosa GTPase regulator interacting protein 1"
+"chr17",42462910,42463030,121,"*","Exon (uc002igt.1/3674, exon 4 of 30)",17,42449550,42466873,17324,2,"3674",3843,"ENSG00000005961","ITGA2B","integrin subunit alpha 2b"
+"chr4",4139730,4139845,116,"*","Distal Intergenic",4,4190530,4228621,38092,2,"133060",88776,"ENSG00000163982","OTOP1","otopetrin 1"
+"chr2",220253143,220253383,241,"*","Intron (uc002vli.2/23549, intron 14 of 15)",2,220238180,220264729,26550,2,"23549",11346,"ENSG00000123992","DNPEP","aspartyl aminopeptidase"
+"chr12",94543899,94543978,80,"*","Promoter (1-2kb)",12,94542499,94701451,158953,1,"10154",1400,"ENSG00000136040","PLXNC1","plexin C1"
+"chr5",121297569,121297615,47,"*","Promoter (<=1kb)",5,121297656,121364295,66640,1,"153443",-41,"ENSG00000151304","SRFBP1","serum response factor binding protein 1"
+"chr11",70449258,70449316,59,"*","Intron (uc009ysn.1/uc009ysn.1, intron 1 of 1)",11,70477199,70481595,4397,1,"100874198",-27883,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
+"chr19",52643306,52643317,12,"*","Promoter (<=1kb)",19,52617653,52643191,25539,2,"90317",-115,"ENSG00000204611","ZNF616","zinc finger protein 616"
+"chr3",42544101,42544131,31,"*","5' UTR",3,42530791,42579065,48275,1,"7433",13310,"ENSG00000114812","VIPR1","vasoactive intestinal peptide receptor 1"
+"chr3",126074601,126074736,136,"*","Promoter (1-2kb)",3,126061478,126076236,14759,2,"28999",1500,"ENSG00000163884","KLF15","Kruppel-like factor 15"
+"chr21",36168008,36168288,281,"*","Intron (uc002yuh.3/861, intron 1 of 5)",21,36118122,36157168,39047,1,"100506385",49886,"ENSG00000234380","LINC01426","long intergenic non-protein coding RNA 1426"
+"chr1",214153294,214153377,84,"*","Distal Intergenic",1,214161278,214214847,53570,1,"5629",-7901,"ENSG00000117707","PROX1","prospero homeobox 1"
+"chr10",133793394,133793477,84,"*","Promoter (1-2kb)",10,133781204,133795435,14232,2,"664",1958,"ENSG00000176171","BNIP3","BCL2/adenovirus E1B 19kDa interacting protein 3"
+"chr12",122151762,122151934,173,"*","Promoter (1-2kb)",12,122150658,122219974,69317,1,"144404",1104,"ENSG00000188735","TMEM120B","transmembrane protein 120B"
+"chr7",2105385,2105395,11,"*","Intron (uc003sle.1/8379, intron 7 of 10)",7,1855428,2272583,417156,2,"8379",167188,"ENSG00000002822","MAD1L1","MAD1 mitotic arrest deficient-like 1 (yeast)"
+"chr6",166666974,166667163,190,"*","Distal Intergenic",6,166719168,166721871,2704,2,"285800",54708,"ENSG00000176381","PRR18","proline rich 18"
+"chr2",169103466,169103738,273,"*","Promoter (<=1kb)",2,168810530,169104105,293576,2,"27347",367,"ENSG00000198648","STK39","serine/threonine kinase 39"
+"chr11",66314319,66314330,12,"*","Promoter (<=1kb)",11,66313866,66330799,16934,1,"89",453,"ENSG00000248746","ACTN3","actinin alpha 3 (gene/pseudogene)"
+"chr16",1550447,1550537,91,"*","Exon (uc010uvg.1/9894, exon 8 of 9)",16,1543352,1560460,17109,1,"9894",7095,"ENSG00000100726","TELO2","telomere maintenance 2"
+"chr2",1425035,1425205,171,"*","Intron (uc010ewj.3/7173, intron 1 of 5)",2,1377995,1546499,168505,1,"7173",47040,"ENSG00000115705","TPO","thyroid peroxidase"
+"chr7",139208804,139208823,20,"*","Promoter (<=1kb)",7,139208674,139229731,21058,1,"154790",130,"ENSG00000236279","CLEC2L","C-type lectin domain family 2 member L"
+"chr12",114843884,114843907,24,"*","Promoter (2-3kb)",12,114846000,114850637,4638,1,"255480",-2093,"ENSG00000255399","TBX5-AS1","TBX5 antisense RNA 1"
+"chr14",70700838,70700977,140,"*","Distal Intergenic",14,70712470,70714518,2049,2,"145241",13541,"ENSG00000235812","ADAM21P1","ADAM metallopeptidase domain 21 pseudogene 1"
+"chr16",970310,970754,445,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",60564,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr19",15121531,15121543,13,"*","Promoter (<=1kb)",19,15121539,15134083,12545,1,"126402",0,"ENSG00000160994","CCDC105","coiled-coil domain containing 105"
+"chr6",5996980,5997072,93,"*","Downstream (1-2kb)",6,5998233,6007633,9401,2,"51299",10561,"ENSG00000124785","NRN1","neuritin 1"
+"chr3",27763218,27763581,364,"*","Promoter (<=1kb)",3,27757440,27764206,6767,2,"8320",625,"ENSG00000163508","EOMES","eomesodermin"
+"chr6",100911696,100911727,32,"*","Promoter (1-2kb)",6,100836750,100912805,76056,2,"6492",1078,"ENSG00000112246","SIM1","single-minded family bHLH transcription factor 1"
+"chr19",7977612,7977647,36,"*","3' UTR",19,7981032,7983980,2949,1,"100507588",-3385,"ENSG00000260001","TGFBR3L","transforming growth factor beta receptor III like"
+"chr7",2500022,2500152,131,"*","Distal Intergenic",7,2552163,2568810,16648,1,"3955",-52011,"ENSG00000106003","LFNG","LFNG O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase"
+"chr1",33358788,33358957,170,"*","Intron (uc001bwh.3/3208, intron 2 of 3)",1,33352098,33360247,8150,1,"3208",6690,"ENSG00000121905","HPCA","hippocalcin"
+"chr16",19467042,19467219,178,"*","Intron (uc010vaq.2/79838, intron 5 of 20)",16,19421861,19510434,88574,1,"79838",45181,"ENSG00000103534","TMC5","transmembrane channel like 5"
+"chr16",81716373,81716474,102,"*","Intron (uc002fgp.3/80790, intron 10 of 20)",16,81698959,81700879,1921,1,"100129617",17414,NA,"LOC100129617","uncharacterized LOC100129617"
+"chr19",639726,639746,21,"*","Promoter (<=1kb)",19,639926,643703,3778,1,"27006",-180,"ENSG00000070388","FGF22","fibroblast growth factor 22"
+"chr4",3472023,3472246,224,"*","Intron (uc003ghd.3/285489, intron 2 of 6)",4,3465033,3496209,31177,1,"285489",6990,"ENSG00000175920","DOK7","docking protein 7"
+"chr13",28494996,28495173,178,"*","Promoter (<=1kb)",13,28494168,28500451,6284,1,"3651",828,"ENSG00000139515","PDX1","pancreatic and duodenal homeobox 1"
+"chr8",669129,669429,301,"*","Intron (uc003wph.3/157697, intron 5 of 5)",8,614200,681226,67027,2,"157697",11797,"ENSG00000104714","ERICH1","glutamate rich 1"
+"chr1",47900217,47900320,104,"*","Promoter (<=1kb)",1,47897807,47900313,2507,2,"84793",0,"ENSG00000237424","FOXD2-AS1","FOXD2 antisense RNA 1 (head to head)"
+"chr11",44587100,44587106,7,"*","Promoter (<=1kb)",11,44587141,44641315,54175,1,"3732",-35,"ENSG00000085117","CD82","CD82 molecule"
+"chr3",158288896,158288903,8,"*","Promoter (<=1kb)",3,158288953,158324249,35297,1,"4291",-50,"ENSG00000178053","MLF1","myeloid leukemia factor 1"
+"chr16",4525918,4525986,69,"*","Promoter (1-2kb)",16,4511695,4524896,13202,2,"57407",-1022,"ENSG00000153406","NMRAL1","NmrA-like family domain containing 1"
+"chr2",133342790,133343067,278,"*","Intron (uc002ttl.3/2863, intron 1 of 1)",2,133402337,133429070,26734,2,"116372",86003,"ENSG00000150551","LYPD1","LY6/PLAUR domain containing 1"
+"chr8",86019162,86019187,26,"*","Promoter (<=1kb)",8,86019323,86058314,38992,1,"85444",-136,"ENSG00000133739","LRRCC1","leucine rich repeat and coiled-coil centrosomal protein 1"
+"chr17",59477557,59477564,8,"*","Promoter (<=1kb)",17,59477257,59486827,9571,1,"6909",300,"ENSG00000121068","TBX2","T-box 2"
+"chr2",3487931,3488420,490,"*","Intron (uc010ewm.1/51112, intron 10 of 10)",2,3501690,3523350,21661,2,"55256",34930,"ENSG00000182551","ADI1","acireductone dioxygenase 1"
+"chr10",102295576,102295592,17,"*","Promoter (<=1kb)",10,102295641,102313681,18041,1,"55662",-49,"ENSG00000166135","HIF1AN","hypoxia inducible factor 1 alpha subunit inhibitor"
+"chr7",157730148,157730216,69,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",82871,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr10",112630780,112630787,8,"*","Promoter (<=1kb)",10,112628648,112630662,2015,2,"282997",-118,NA,"PDCD4-AS1","PDCD4 antisense RNA 1"
+"chr4",146019088,146019093,6,"*","Promoter (<=1kb)",4,146019156,146050676,31521,1,"6059",-63,"ENSG00000164163","ABCE1","ATP binding cassette subfamily E member 1"
+"chr12",105478329,105478345,17,"*","Promoter (<=1kb)",12,105413562,105478341,64780,2,"160428",0,"ENSG00000136010","ALDH1L2","aldehyde dehydrogenase 1 family member L2"
+"chr9",138837667,138837979,313,"*","Exon (uc004cgt.3/10422, exon 6 of 10)",9,138824815,138853226,28412,2,"10422",15247,"ENSG00000130560","UBAC1","UBA domain containing 1"
+"chr8",77594834,77595027,194,"*","Promoter (<=1kb)",8,77523114,77595510,72397,2,"100192378",483,"ENSG00000253661","ZFHX4-AS1","ZFHX4 antisense RNA 1"
+"chr3",122785510,122785650,141,"*","Promoter (<=1kb)",3,122785856,122880953,95098,1,"10954",-206,"ENSG00000065485","PDIA5","protein disulfide isomerase family A member 5"
+"chr16",30385396,30385767,372,"*","Promoter (<=1kb)",16,30386123,30389310,3188,1,"29895",-356,"ENSG00000180209","MYLPF","myosin light chain, phosphorylatable, fast skeletal muscle"
+"chr2",74875179,74875253,75,"*","Promoter (<=1kb)",2,74785010,74875457,90448,2,"130951",204,"ENSG00000159374","M1AP","meiosis 1 associated protein"
+"chr7",157568170,157568225,56,"*","Intron (uc011kwa.2/5799, intron 11 of 22)",7,157647277,157658782,11506,1,"100506585",-79052,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr2",102759576,102759734,159,"*","Intron (uc010fix.3/3554, intron 1 of 11)",2,102803433,102855811,52379,1,"8808",-43699,"ENSG00000115598","IL1RL2","interleukin 1 receptor like 2"
+"chr3",46506483,46506519,37,"*","5' UTR",3,46477496,46526724,49229,2,"4057",20205,"ENSG00000012223","LTF","lactotransferrin"
+"chr20",20348903,20348920,18,"*","Promoter (<=1kb)",20,20348765,20351592,2828,1,"3642",138,"ENSG00000173404","INSM1","insulinoma associated 1"
+"chr8",11627232,11627473,242,"*","Promoter (<=1kb)",8,11627172,11644854,17683,1,"252969",60,"ENSG00000154328","NEIL2","nei like DNA glycosylase 2"
+"chrX",117251558,117251577,20,"*","Promoter (<=1kb)",23,117031776,117251303,219528,2,"90293",-255,"ENSG00000003096","KLHL13","kelch like family member 13"
+"chr17",80351272,80351339,68,"*","Intron (uc002ket.2/79701, intron 1 of 9)",17,80332201,80333370,1170,1,"2837",19071,"ENSG00000181408","UTS2R","urotensin 2 receptor"
+"chr1",48175274,48175615,342,"*","Distal Intergenic",1,47901689,47906363,4675,1,"2306",273585,"ENSG00000186564","FOXD2","forkhead box D2"
+"chr11",5951316,5951360,45,"*","Intron (uc001mbq.1/85363, intron 3 of 4)",11,5684425,5959849,275425,2,"85363",8489,"ENSG00000132256","TRIM5","tripartite motif containing 5"
+"chr16",14723959,14724253,295,"*","Promoter (<=1kb)",16,14529557,14724128,194572,2,"5073",0,"ENSG00000140694","PARN","poly(A)-specific ribonuclease"
+"chr2",197458360,197458521,162,"*","Promoter (1-2kb)",2,197063977,197457335,393359,2,"57520",-1025,"ENSG00000138411","HECW2","HECT, C2 and WW domain containing E3 ubiquitin protein ligase 2"
+"chr14",97263512,97263524,13,"*","Promoter (<=1kb)",14,97263684,97347951,84268,1,"7443",-160,"ENSG00000100749","VRK1","vaccinia related kinase 1"
+"chr16",85936432,85936666,235,"*","5' UTR",16,85932774,85956211,23438,1,"3394",3658,"ENSG00000140968","IRF8","interferon regulatory factor 8"
+"chr3",169755595,169755602,8,"*","Promoter (<=1kb)",3,169755735,169803183,47449,1,"26996",-133,"ENSG00000173890","GPR160","G protein-coupled receptor 160"
+"chr6",84937069,84937229,161,"*","Promoter (<=1kb)",6,84833960,84937335,103376,2,"22832",106,"ENSG00000135315","CEP162","centrosomal protein 162kDa"
+"chr16",50584552,50584941,390,"*","Promoter (2-3kb)",16,50582241,50674771,92531,1,"85407",2311,"ENSG00000140807","NKD1","naked cuticle homolog 1 (Drosophila)"
+"chr9",140171189,140171342,154,"*","Promoter (<=1kb)",9,140172280,140177093,4814,1,"54863",-938,"ENSG00000198113","TOR4A","torsin family 4 member A"
+"chr1",176318350,176318588,239,"*","Distal Intergenic",1,176432307,176811970,379664,1,"60676",-113719,"ENSG00000116183","PAPPA2","pappalysin 2"
+"chr19",52195451,52195511,61,"*","Promoter (<=1kb)",19,52195865,52195934,70,1,"407056",-354,"ENSG00000207550","MIR99B","microRNA 99b"
+"chr6",31922643,31922649,7,"*","Exon (uc003nyk.3/7936, exon 7 of 11)",6,32485154,32557613,72460,2,"3127",634964,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",48351495,48351847,353,"*","Intron (uc003toq.2/154664, intron 24 of 61)",7,48211057,48687091,476035,1,"154664",140438,"ENSG00000179869","ABCA13","ATP binding cassette subfamily A member 13"
+"chr3",39425930,39426053,124,"*","Promoter (1-2kb)",3,39424815,39438819,14005,1,"54977",1115,"ENSG00000144659","SLC25A38","solute carrier family 25 member 38"
+"chr19",36054625,36054965,341,"*","Promoter (<=1kb)",19,36041095,36054560,13466,2,"495",-65,"ENSG00000105675","ATP4A","ATPase H+/K+ transporting alpha subunit"
+"chr6",31134115,31134117,3,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1423496,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",32782569,32782748,180,"*","Intron (uc003oca.3/3112, intron 4 of 5)",6,32605183,32614839,9657,1,"3117",177386,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr11",43702335,43702347,13,"*","Promoter (<=1kb)",11,43702143,43878169,176027,1,"51144",192,"ENSG00000149084","HSD17B12","hydroxysteroid (17-beta) dehydrogenase 12"
+"chr22",49765054,49765138,85,"*","Distal Intergenic",22,50013290,50051190,37901,2,"348645",286052,"ENSG00000188511","C22orf34","chromosome 22 open reading frame 34"
+"chr12",64173304,64173363,60,"*","Promoter (<=1kb)",12,64173583,64203338,29756,1,"10329",-220,"ENSG00000118600","TMEM5","transmembrane protein 5"
+"chr10",134999627,134999791,165,"*","Exon (uc001llz.1/85442, exon 6 of 30)",10,134973971,135039916,65946,1,"85442",25656,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
+"chr15",40659768,40660063,296,"*","Exon (uc001zlk.1/85455, exon 8 of 8)",15,40650434,40663256,12823,1,"85455",9334,"ENSG00000140323","DISP2","dispatched RND transporter family member 2"
+"chr16",1199918,1200035,118,"*","Distal Intergenic",16,1203241,1271772,68532,1,"8912",-3206,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr19",7682838,7682877,40,"*","Exon (uc002mgu.4/57662, exon 19 of 19)",19,7684411,7694439,10029,2,"56949",11562,"ENSG00000076924","XAB2","XPA binding protein 2"
+"chr19",2731726,2731830,105,"*","Downstream (<1kb)",19,2732202,2740074,7873,2,"29985",8244,"ENSG00000141873","SLC39A3","solute carrier family 39 member 3"
+"chrX",70363992,70364305,314,"*","Promoter (<=1kb)",23,70364681,70391051,26371,1,"54413",-376,"ENSG00000196338","NLGN3","neuroligin 3"
+"chr17",80806387,80806388,2,"*","Intron (uc002kfx.1/6904, intron 12 of 24)",17,80787310,80797931,10622,2,"79755",-8456,"ENSG00000141579","ZNF750","zinc finger protein 750"
+"chr2",239999418,239999490,73,"*","Intron (uc010fyy.3/9759, intron 5 of 23)",2,240007523,240007622,100,2,"100616493",8132,"ENSG00000264810","MIR4441","microRNA 4441"
+"chr14",77843620,77843695,76,"*","Promoter (<=1kb)",14,77843762,77857587,13826,1,"161394",-67,"ENSG00000100583","SAMD15","sterile alpha motif domain containing 15"
+"chr1",209979470,209979487,18,"*","Promoter (<=1kb)",1,209958968,209979520,20553,2,"3664",33,"ENSG00000117595","IRF6","interferon regulatory factor 6"
+"chr21",37259516,37259754,239,"*","Intron (uc002yut.1/861, intron 8 of 10)",21,36160098,37357047,1196950,2,"861",97293,"ENSG00000159216","RUNX1","runt related transcription factor 1"
+"chr1",46016473,46016485,13,"*","Promoter (<=1kb)",1,46016455,46035723,19269,1,"10327",18,"ENSG00000117448","AKR1A1","aldo-keto reductase family 1, member A1 (aldehyde reductase)"
+"chr16",34293230,34293670,441,"*","Distal Intergenic",16,34403802,34404762,961,2,"606551",111092,NA,"UBE2MP1","ubiquitin conjugating enzyme E2M pseudogene 1"
+"chr2",175547972,175548310,339,"*","Promoter (<=1kb)",2,175424302,175547627,123326,2,"7456",-345,"ENSG00000115935","WIPF1","WAS/WASL interacting protein family member 1"
+"chr11",69949703,69949726,24,"*","Intron (uc001opj.3/55107, intron 3 of 25)",11,69924408,70035652,111245,1,"55107",25295,"ENSG00000131620","ANO1","anoctamin 1"
+"chr12",12419921,12420075,155,"*","Promoter (<=1kb)",12,12268961,12419811,150851,2,"4040",-110,"ENSG00000070018","LRP6","LDL receptor related protein 6"
+"chr15",48484012,48484302,291,"*","Promoter (<=1kb)",15,48483867,48495951,12085,1,"399697",145,"ENSG00000233932","CTXN2","cortexin 2"
+"chr4",7105262,7105272,11,"*","Promoter (<=1kb)",4,7099151,7105103,5953,2,"730971",-159,NA,"FLJ36777","uncharacterized LOC730971"
+"chr16",29262546,29262641,96,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-40187,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
+"chr6",32362359,32362551,193,"*","Exon (uc003obg.1/56244, exon 6 of 6)",6,32485154,32557613,72460,2,"3127",195062,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr18",67136928,67136982,55,"*","Intron (uc002lkl.3/220164, intron 1 of 7)",18,67068284,67516322,448039,1,"220164",68644,"ENSG00000206052","DOK6","docking protein 6"
+"chr16",69984889,69984927,39,"*","Promoter (<=1kb)",16,69984608,70220798,236191,1,"283971",281,"ENSG00000157335","CLEC18C","C-type lectin domain family 18 member C"
+"chr6",32096866,32096869,4,"*","Exon (uc003nzr.3/63943, exon 2 of 2)",6,32485154,32557613,72460,2,"3127",460744,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr11",122756860,122756965,106,"*","Exon (uc001pyl.2/79864, exon 2 of 4)",11,122753236,122830430,77195,1,"79864",3624,"ENSG00000109944","C11orf63","chromosome 11 open reading frame 63"
+"chr22",39712646,39712682,37,"*","Promoter (2-3kb)",22,39715057,39715118,62,2,"26807",2436,"ENSG00000263764","SNORD43","small nucleolar RNA, C/D box 43"
+"chr4",174452085,174452111,27,"*","Promoter (<=1kb)",4,174451609,174506879,55271,1,"79804",476,"ENSG00000237125","HAND2-AS1","HAND2 antisense RNA 1 (head to head)"
+"chr1",15481319,15481493,175,"*","Promoter (2-3kb)",1,15479028,15546974,67947,1,"55092",2291,"ENSG00000171729","TMEM51","transmembrane protein 51"
+"chr5",175875354,175875427,74,"*","Promoter (<=1kb)",5,175875356,175937075,61720,1,"23197",0,"ENSG00000113194","FAF2","Fas associated factor family member 2"
+"chr1",117909127,117909199,73,"*","Promoter (<=1kb)",1,117910085,118068320,158236,1,"10905",-886,"ENSG00000198162","MAN1A2","mannosidase alpha class 1A member 2"
+"chr10",105344723,105344747,25,"*","Exon (uc001kxh.3/9148, exon 4 of 6)",10,105253735,105352309,98575,1,"9148",90988,"ENSG00000107954","NEURL1","neuralized E3 ubiquitin protein ligase 1"
+"chr17",4634553,4634586,34,"*","Promoter (<=1kb)",17,4634723,4636896,2174,1,"400569",-137,"ENSG00000161920","MED11","mediator complex subunit 11"
+"chr3",44754398,44754587,190,"*","Promoter (<=1kb)",3,44754135,44765323,11189,1,"91392",263,"ENSG00000196653","ZNF502","zinc finger protein 502"
+"chr10",2814956,2814967,12,"*","Distal Intergenic",10,3109712,3178997,69286,1,"5214",-294745,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
+"chr8",145733771,145733971,201,"*","Promoter (<=1kb)",8,145734552,145736589,2038,1,"113655",-581,"ENSG00000167700","MFSD3","major facilitator superfamily domain containing 3"
+"chr10",64892963,64893072,110,"*","Promoter (<=1kb)",10,64893007,64914786,21780,1,"29982",0,"ENSG00000148572","NRBF2","nuclear receptor binding factor 2"
+"chr6",108439098,108439463,366,"*","Distal Intergenic",6,108362613,108395941,33329,2,"28962",-43157,"ENSG00000081087","OSTM1","osteopetrosis associated transmembrane protein 1"
+"chr1",150521241,150521404,164,"*","Promoter (<=1kb)",1,150521898,150533412,11515,1,"54507",-494,"ENSG00000143382","ADAMTSL4","ADAMTS like 4"
+"chr16",14576456,14576603,148,"*","Exon (uc010uzc.2/5073, exon 22 of 24)",16,14529557,14724128,194572,2,"5073",147525,"ENSG00000140694","PARN","poly(A)-specific ribonuclease"
+"chr11",20690934,20690957,24,"*","Promoter (<=1kb)",11,20691117,21597229,906113,1,"4745",-160,"ENSG00000165973","NELL1","neural EGFL like 1"
+"chr5",72598917,72599143,227,"*","Distal Intergenic",5,72469023,72470970,1948,1,"134288",129894,"ENSG00000164325","TMEM174","transmembrane protein 174"
+"chr19",58570371,58570379,9,"*","Promoter (<=1kb)",19,58570607,58581110,10504,1,"7694",-228,"ENSG00000176293","ZNF135","zinc finger protein 135"
+"chr2",235860535,235860554,20,"*","Promoter (<=1kb)",2,235860628,235964358,103731,1,"23677",-74,"ENSG00000130147","SH3BP4","SH3-domain binding protein 4"
+"chr7",157514626,157514730,105,"*","Intron (uc011kwa.2/5799, intron 11 of 22)",7,157647277,157658782,11506,1,"100506585",-132547,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr7",158933335,158933456,122,"*","Intron (uc003woh.3/7434, intron 11 of 12)",7,158820866,158937649,116784,2,"7434",4193,"ENSG00000106018","VIPR2","vasoactive intestinal peptide receptor 2"
+"chr2",11681405,11681860,456,"*","Promoter (<=1kb)",2,11680731,11680803,73,2,"100616469",-602,"ENSG00000264010","MIR4429","microRNA 4429"
+"chr12",117536182,117536436,255,"*","Promoter (<=1kb)",12,117476728,117537251,60524,2,"54997",815,"ENSG00000088992","TESC","tescalcin"
+"chr2",65217520,65217528,9,"*","Promoter (1-2kb)",2,65215579,65251000,35422,1,"6509",1941,"ENSG00000115902","SLC1A4","solute carrier family 1 member 4"
+"chr7",92462981,92463170,190,"*","Promoter (2-3kb)",7,92234235,92465941,231707,2,"1021",2771,"ENSG00000105810","CDK6","cyclin-dependent kinase 6"
+"chr19",8810115,8810154,40,"*","Promoter (<=1kb)",19,8807751,8809172,1422,2,"284382",-943,"ENSG00000181786","ACTL9","actin like 9"
+"chr18",44498047,44498293,247,"*","Promoter (<=1kb)",18,44497557,44628614,131058,1,"83473",490,"ENSG00000167216","KATNAL2","katanin p60 subunit A like 2"
+"chr6",160210962,160211307,346,"*","Promoter (<=1kb)",6,160211022,160219461,8440,1,"29074",0,"ENSG00000112110","MRPL18","mitochondrial ribosomal protein L18"
+"chr14",35182753,35182841,89,"*","Promoter (1-2kb)",14,35179588,35184029,4442,2,"1073",1188,"ENSG00000165410","CFL2","cofilin 2"
+"chr8",21946769,21947203,435,"*","Promoter (<=1kb)",8,21946714,21961891,15178,1,"64760",55,"ENSG00000158863","FAM160B2","family with sequence similarity 160 member B2"
+"chr1",155990721,155990793,73,"*","Promoter (<=1kb)",1,155978839,155990758,11920,2,"6746",0,"ENSG00000163479","SSR2","signal sequence receptor, beta (translocon-associated protein beta)"
+"chr1",44494685,44495089,405,"*","Promoter (2-3kb)",1,44457172,44497164,39993,2,"6536",2075,"ENSG00000196517","SLC6A9","solute carrier family 6 member 9"
+"chr1",36989683,36989783,101,"*","Distal Intergenic",1,36931644,36948915,17272,2,"1441",-40768,"ENSG00000119535","CSF3R","colony stimulating factor 3 receptor"
+"chr15",84748814,84748986,173,"*","Promoter (<=1kb)",15,84748939,84795353,46415,1,"648809",0,NA,"EFTUD1P1","elongation factor Tu GTP binding domain containing 1 pseudogene 1"
+"chr1",212965141,212965260,120,"*","Promoter (<=1kb)",1,212965170,212990167,24998,1,"128387",0,"ENSG00000203705","TATDN3","TatD DNase domain containing 3"
+"chr15",40399053,40399131,79,"*","Promoter (1-2kb)",15,40380091,40401085,20995,2,"90427",1954,"ENSG00000104081","BMF","Bcl2 modifying factor"
+"chr2",71098889,71098892,4,"*","Distal Intergenic",2,71127720,71160575,32856,1,"25806",-28828,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
+"chrX",105855128,105855157,30,"*","Promoter (<=1kb)",23,105855160,105922673,67514,1,"55086",-3,"ENSG00000147231","CXorf57","chromosome X open reading frame 57"
+"chr2",20251148,20251308,161,"*","Promoter (<=1kb)",2,20232411,20251789,19379,2,"9741",481,"ENSG00000068697","LAPTM4A","lysosomal protein transmembrane 4 alpha"
+"chr12",120966929,120967015,87,"*","Promoter (<=1kb)",12,120941082,120966964,25883,2,"84274",0,"ENSG00000110871","COQ5","coenzyme Q5, methyltransferase"
+"chr13",42621865,42621966,102,"*","Intron (uc010tfh.2/160851, intron 1 of 29)",13,42614172,42830716,216545,1,"160851",7693,"ENSG00000102780","DGKH","diacylglycerol kinase eta"
+"chr9",136222913,136223383,471,"*","Promoter (<=1kb)",9,136218666,136223361,4696,2,"6834",0,"ENSG00000148290","SURF1","surfeit 1"
+"chr1",93811583,93811696,114,"*","Promoter (<=1kb)",1,93811478,93828148,16671,1,"1810",105,"ENSG00000117505","DR1","down-regulator of transcription 1"
+"chr16",1451278,1451446,169,"*","Intron (uc031qup.1/64718, intron 11 of 14)",16,1413206,1464705,51500,2,"64718",13259,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr16",22827345,22827807,463,"*","Promoter (1-2kb)",16,22825860,22927659,101800,1,"9956",1485,"ENSG00000122254","HS3ST2","heparan sulfate-glucosamine 3-sulfotransferase 2"
+"chr3",157813327,157813363,37,"*","Downstream (<1kb)",3,157813800,157823952,10153,2,"6474",10589,"ENSG00000168779","SHOX2","short stature homeobox 2"
+"chr3",79817077,79817184,108,"*","Promoter (<=1kb)",3,78646388,79817059,1170672,2,"6091",-18,"ENSG00000169855","ROBO1","roundabout guidance receptor 1"
+"chr7",95402267,95402431,165,"*","Promoter (<=1kb)",7,95401818,95727736,325919,1,"1780",449,"ENSG00000158560","DYNC1I1","dynein cytoplasmic 1 intermediate chain 1"
+"chr17",10276997,10277010,14,"*","Promoter (<=1kb)",17,10204183,10276322,72140,2,"8735",-675,"ENSG00000006788","MYH13","myosin, heavy chain 13, skeletal muscle"
+"chr6",32052380,32052396,17,"*","Exon (uc003nzl.2/7148, exon 8 of 44)",6,32485154,32557613,72460,2,"3127",505217,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr20",30448864,30449049,186,"*","3' UTR",20,30435441,30458479,23039,2,"128853",9430,"ENSG00000149599","DUSP15","dual specificity phosphatase 15"
+"chr4",128651478,128651484,7,"*","Promoter (<=1kb)",4,128651555,128695447,43893,1,"83447",-71,"ENSG00000151475","SLC25A31","solute carrier family 25 member 31"
+"chr17",41157777,41158134,358,"*","Promoter (<=1kb)",17,41158742,41166476,7735,1,"3430",-608,"ENSG00000068079","IFI35","interferon induced protein 35"
+"chr19",19174103,19174247,145,"*","Promoter (<=1kb)",19,19174803,19223841,49039,1,"284439",-556,"ENSG00000181035","SLC25A42","solute carrier family 25 member 42"
+"chr15",42186988,42187131,144,"*","Promoter (<=1kb)",15,42140344,42186275,45932,2,"51332",-713,"ENSG00000137877","SPTBN5","spectrin beta, non-erythrocytic 5"
+"chr19",56113869,56114094,226,"*","Promoter (<=1kb)",19,56102737,56113336,10600,2,"84922",-533,"ENSG00000179943","FIZ1","FLT3 interacting zinc finger 1"
+"chr19",11531421,11531519,99,"*","Promoter (1-2kb)",19,11493773,11530018,36246,2,"57139",-1403,"ENSG00000205517","RGL3","ral guanine nucleotide dissociation stimulator-like 3"
+"chr3",99357437,99357499,63,"*","Promoter (<=1kb)",3,99357440,99515577,158138,1,"1295",0,"ENSG00000144810","COL8A1","collagen type VIII alpha 1"
+"chr8",55014772,55014847,76,"*","Promoter (<=1kb)",8,54958938,55014577,55640,2,"10434",-195,"ENSG00000120992","LYPLA1","lysophospholipase I"
+"chr22",21335304,21335632,329,"*","Promoter (1-2kb)",22,21333751,21353326,19576,1,"8216",1553,"ENSG00000099949","LZTR1","leucine-zipper-like transcription regulator 1"
+"chr19",12250730,12250965,236,"*","Promoter (<=1kb)",19,12242168,12251222,9055,2,"7568",257,"ENSG00000132010","ZNF20","zinc finger protein 20"
+"chr11",2019732,2019736,5,"*","Promoter (<=1kb)",11,2016406,2019065,2660,2,"283120",-667,"ENSG00000130600","H19","H19, imprinted maternally expressed transcript (non-protein coding)"
+"chr1",55151051,55151508,458,"*","Intron (uc010ooc.1/374977, intron 12 of 14)",1,55181495,55208328,26834,1,"7268",-29987,"ENSG00000243725","TTC4","tetratricopeptide repeat domain 4"
+"chr15",38746227,38746253,27,"*","Promoter (<=1kb)",15,38746328,38777063,30736,1,"283742",-75,"ENSG00000171262","FAM98B","family with sequence similarity 98 member B"
+"chr11",1001335,1001512,178,"*","Intron (uc009yco.2/161, intron 14 of 15)",11,1012824,1036706,23883,2,"4588",35194,"ENSG00000184956","MUC6","mucin 6, oligomeric mucus/gel-forming"
+"chr17",79668348,79668370,23,"*","Promoter (2-3kb)",17,79670400,79688046,17647,1,"1468",-2030,"ENSG00000183048","SLC25A10","solute carrier family 25 member 10"
+"chr11",18993891,18994080,190,"*","Distal Intergenic",11,18955360,18956549,1190,2,"259249",-37342,"ENSG00000170255","MRGPRX1","MAS related GPR family member X1"
+"chr12",125299515,125299638,124,"*","Exon (uc001ugm.4/949, exon 3 of 13)",12,125262174,125365007,102834,2,"949",65369,"ENSG00000073060","SCARB1","scavenger receptor class B member 1"
+"chr3",46246360,46246578,219,"*","Intron (uc003cpg.2/1232, intron 1 of 3)",3,46243200,46249832,6633,2,"1230",3254,"ENSG00000163823","CCR1","chemokine (C-C motif) receptor 1"
+"chr7",152591099,152591175,77,"*","Distal Intergenic",7,152456834,152552464,95631,1,"57180",134265,"ENSG00000133627","ACTR3B","ARP3 actin-related protein 3 homolog B (yeast)"
+"chr13",113140301,113140323,23,"*","3' UTR",13,113139328,113242481,103154,2,"10426",102158,"ENSG00000126216","TUBGCP3","tubulin gamma complex associated protein 3"
+"chr4",180980988,180981242,255,"*","Distal Intergenic",4,181985243,182080302,95060,2,"728081",1099060,"ENSG00000248197","LINC00290","long intergenic non-protein coding RNA 290"
+"chr10",819979,820206,228,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-84371,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr1",6260325,6260616,292,"*","Promoter (<=1kb)",1,6245080,6259679,14600,2,"6146",-646,"ENSG00000116251","RPL22","ribosomal protein L22"
+"chr22",42828370,42828447,78,"*","Promoter (<=1kb)",22,42776414,42828401,51988,2,"150372",0,"ENSG00000235568","NFAM1","NFAT activating protein with ITAM motif 1"
+"chr1",65428216,65428577,362,"*","Intron (uc001dbu.1/3716, intron 24 of 24)",1,65298906,65432619,133714,2,"3716",4042,"ENSG00000162434","JAK1","Janus kinase 1"
+"chr2",43822604,43822965,362,"*","Promoter (<=1kb)",2,43457975,43823185,365211,2,"63892",220,"ENSG00000115970","THADA","thyroid adenoma associated"
+"chr3",9791587,9791615,29,"*","Promoter (<=1kb)",3,9791628,9808353,16726,1,"4968",-13,"ENSG00000114026","OGG1","8-oxoguanine DNA glycosylase"
+"chr7",50518573,50518647,75,"*","Promoter (<=1kb)",7,50511832,50518088,6257,2,"63979",-485,"ENSG00000132436","FIGNL1","fidgetin like 1"
+"chr2",103235363,103235491,129,"*","Promoter (<=1kb)",2,103236166,103327809,91644,1,"6549",-675,"ENSG00000115616","SLC9A2","solute carrier family 9 member A2"
+"chr7",157916636,157916687,52,"*","Intron (uc011kwa.2/5799, intron 14 of 22)",7,157647277,157658782,11506,1,"100506585",269359,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr19",54972047,54972426,380,"*","Promoter (2-3kb)",19,54972979,54974894,1916,2,"94059",2468,"ENSG00000275183","LENG9","leukocyte receptor cluster (LRC) member 9"
+"chr21",43918975,43919316,342,"*","Promoter (<=1kb)",21,43919742,44001550,81809,1,"54020",-426,"ENSG00000160190","SLC37A1","solute carrier family 37 member 1"
+"chr11",5981632,5981980,349,"*","Distal Intergenic",11,5988783,5989724,942,2,"390084",7744,"ENSG00000188691","OR56A5","olfactory receptor family 56 subfamily A member 5"
+"chr10",43047086,43047132,47,"*","Promoter (1-2kb)",10,43008961,43048280,39320,2,"100129482",1148,"ENSG00000234420","ZNF37BP","zinc finger protein 37B, pseudogene"
+"chr10",134807160,134807335,176,"*","Distal Intergenic",10,134779038,134790001,10964,1,"399829",28122,"ENSG00000240707","LINC01168","long intergenic non-protein coding RNA 1168"
+"chr17",59539436,59539587,152,"*","Intron (uc010ddo.3/9496, intron 3 of 8)",17,59529779,59562471,32693,1,"9496",9657,"ENSG00000121075","TBX4","T-box 4"
+"chr1",154297874,154297985,112,"*","Promoter (<=1kb)",1,154298036,154323780,25745,1,"57198",-51,"ENSG00000143515","ATP8B2","ATPase phospholipid transporting 8B2"
+"chr12",132276629,132276759,131,"*","Intron (uc001uja.2/6433, intron 15 of 17)",12,132312941,132336316,23376,1,"4326",-36182,"ENSG00000198598","MMP17","matrix metallopeptidase 17"
+"chr13",53424716,53424764,49,"*","Promoter (1-2kb)",13,53418109,53422775,4667,2,"5100",-1941,"ENSG00000136099","PCDH8","protocadherin 8"
+"chr5",149829254,149829322,69,"*","Promoter (<=1kb)",5,149823792,149829319,5528,2,"6208",0,"ENSG00000164587","RPS14","ribosomal protein S14"
+"chr1",12677088,12677263,176,"*","Promoter (<=1kb)",1,12627939,12677820,49882,2,"9249",557,"ENSG00000162496","DHRS3","dehydrogenase/reductase (SDR family) member 3"
+"chr11",70516997,70517057,61,"*","Intron (uc001oqc.3/22941, intron 10 of 21)",11,70477199,70481595,4397,1,"100874198",39798,"ENSG00000226627","SHANK2-AS1","SHANK2 antisense RNA 1"
+"chr17",3658636,3658762,127,"*","Intron (uc002fwo.4/3682, intron 20 of 30)",17,3627197,3629992,2796,1,"83903",31439,"ENSG00000177602","GSG2","germ cell associated 2 (haspin)"
+"chr16",816602,816874,273,"*","Exon (uc002cjt.1/10232, exon 14 of 18)",16,820183,820277,95,1,"724032",-3309,"ENSG00000207579","MIR662","microRNA 662"
+"chr2",17997117,17997138,22,"*","Promoter (<=1kb)",2,17997786,17998367,582,1,"343930",-648,"ENSG00000151379","MSGN1","mesogenin 1"
+"chr21",28218789,28218959,171,"*","Promoter (1-2kb)",21,28208606,28217728,9123,2,"9510",-1061,"ENSG00000154734","ADAMTS1","ADAM metallopeptidase with thrombospondin type 1 motif 1"
+"chr12",49620920,49621030,111,"*","Promoter (<=1kb)",12,49621709,49667113,45405,1,"84790",-679,"ENSG00000167553","TUBA1C","tubulin alpha 1c"
+"chr20",15176557,15176782,226,"*","Intron (uc002wot.3/140733, intron 5 of 16)",20,14864899,14910161,45263,2,"100379174",-266396,"ENSG00000235914","MACROD2-AS1","MACROD2 antisense RNA 1"
+"chr17",17597777,17598032,256,"*","Intron (uc002grm.3/10743, intron 1 of 5)",17,17584787,17714765,129979,1,"10743",12990,"ENSG00000108557","RAI1","retinoic acid induced 1"
+"chr3",38065696,38065951,256,"*","5' UTR",3,38048987,38071154,22168,2,"5333",5203,"ENSG00000187091","PLCD1","phospholipase C delta 1"
+"chr9",132199563,132199971,409,"*","Distal Intergenic",9,132245730,132275965,30236,1,"100506190",-45759,NA,"LINC00963","long intergenic non-protein coding RNA 963"
+"chr17",16472123,16472425,303,"*","Promoter (<=1kb)",17,16453631,16472520,18890,2,"57336",95,"ENSG00000141040","ZNF287","zinc finger protein 287"
+"chr2",27665079,27665080,2,"*","Promoter (<=1kb)",2,27665233,27669348,4116,1,"200634",-153,"ENSG00000157992","KRTCAP3","keratinocyte associated protein 3"
+"chr12",54785261,54785272,12,"*","Promoter (<=1kb)",12,54762920,54785083,22164,2,"25946",-178,"ENSG00000161642","ZNF385A","zinc finger protein 385A"
+"chr12",113530518,113530867,350,"*","Intron (uc001tuk.1/1840, intron 2 of 8)",12,113495662,113535833,40172,1,"1840",34856,"ENSG00000135144","DTX1","deltex 1"
+"chr1",47799098,47799304,207,"*","Promoter (<=1kb)",1,47799469,47844511,45043,1,"51727",-165,"ENSG00000162368","CMPK1","cytidine/uridine monophosphate kinase 1"
+"chr12",132695344,132695523,180,"*","Intron (uc009zyr.3/50614, intron 5 of 7)",12,132628993,132636986,7994,1,"79050",66351,"ENSG00000184967","NOC4L","nucleolar complex associated 4 homolog"
+"chr16",965732,965809,78,"*","Intron (uc010bri.2/64788, intron 7 of 7)",16,903635,1031318,127684,2,"64788",65509,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr20",13619699,13619704,6,"*","Promoter (<=1kb)",20,13246709,13619583,372875,2,"55617",-116,"ENSG00000089123","TASP1","taspase 1"
+"chr11",124709175,124709245,71,"*","Distal Intergenic",11,124735305,124751370,16066,1,"64221",-26060,"ENSG00000154134","ROBO3","roundabout guidance receptor 3"
+"chr12",8570210,8570220,11,"*","Distal Intergenic",12,8509560,8549399,39840,2,"389634",-20811,"ENSG00000226091","LINC00937","long intergenic non-protein coding RNA 937"
+"chr17",53499954,53500384,431,"*","Promoter (<=1kb)",17,53469974,53499341,29368,2,"23531",-613,"ENSG00000108960","MMD","monocyte to macrophage differentiation-associated"
+"chr16",4897242,4897330,89,"*","Promoter (<=1kb)",16,4853204,4897303,44100,2,"84656",0,"ENSG00000140632","GLYR1","glyoxylate reductase 1 homolog (Arabidopsis)"
+"chr2",73152624,73152761,138,"*","Intron (uc002sin.1/2016, intron 2 of 2)",2,73144604,73162020,17417,1,"2016",8020,"ENSG00000135638","EMX1","empty spiracles homeobox 1"
+"chr14",23235676,23235690,15,"*","Promoter (<=1kb)",14,23235731,23240998,5268,1,"5018",-41,"ENSG00000155463","OXA1L","oxidase (cytochrome c) assembly 1-like"
+"chr1",68698503,68698718,216,"*","Promoter (<=1kb)",1,68564142,68698284,134143,2,"79971",-219,"ENSG00000116729","WLS","wntless Wnt ligand secretion mediator"
+"chr8",20110405,20110766,362,"*","Promoter (2-3kb)",8,20103676,20112803,9128,2,"11178",2037,"ENSG00000061337","LZTS1","leucine zipper, putative tumor suppressor 1"
+"chr17",48238931,48239024,94,"*","Distal Intergenic",17,48243366,48253293,9928,1,"6442",-4342,"ENSG00000108823","SGCA","sarcoglycan alpha"
+"chrX",150344156,150344264,109,"*","Promoter (<=1kb)",23,150345056,150349937,4882,1,"9248",-792,"ENSG00000102195","GPR50","G protein-coupled receptor 50"
+"chr13",20207640,20207648,9,"*","Promoter (<=1kb)",13,20207788,20247599,39812,1,"54737",-140,"ENSG00000196199","MPHOSPH8","M-phase phosphoprotein 8"
+"chr6",46702983,46703075,93,"*","Promoter (<=1kb)",6,46672053,46703430,31378,2,"7941",355,"ENSG00000146070","PLA2G7","phospholipase A2 group VII"
+"chr10",3235465,3235484,20,"*","Distal Intergenic",10,3179116,3215033,35918,2,"10531",-20432,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
+"chr16",76349097,76349255,159,"*","Intron (uc002feu.1/85445, intron 2 of 24)",16,76311176,76593135,281960,1,"85445",37921,"ENSG00000152910","CNTNAP4","contactin associated protein-like 4"
+"chr8",101662053,101662198,146,"*","Promoter (<=1kb)",8,101585112,101661893,76782,2,"169166",-160,"ENSG00000174226","SNX31","sorting nexin 31"
+"chr11",63971576,63971718,143,"*","Promoter (2-3kb)",11,63974152,63991363,17212,1,"83706",-2434,"ENSG00000149781","FERMT3","fermitin family member 3"
+"chr16",2653226,2653250,25,"*","Promoter (<=1kb)",16,2653385,2680495,27111,1,"652276",-135,"ENSG00000215154","LOC652276","potassium channel tetramerization domain containing 5 pseudogene"
+"chr5",134074985,134075279,295,"*","Promoter (<=1kb)",5,134074170,134087850,13681,1,"819",815,"ENSG00000164615","CAMLG","calcium modulating ligand"
+"chr6",152128489,152128536,48,"*","5' UTR",6,151977830,152424408,446579,1,"2099",150659,"ENSG00000091831","ESR1","estrogen receptor 1"
+"chr17",18061518,18061557,40,"*","Intron (uc021trl.1/51168, intron 50 of 64)",17,18086867,18113267,26401,1,"54890",-25310,"ENSG00000091542","ALKBH5","alkB homolog 5, RNA demethylase"
+"chr19",4910226,4910228,3,"*","Promoter (<=1kb)",19,4909510,4962165,52656,1,"29128",716,"ENSG00000276043","UHRF1","ubiquitin like with PHD and ring finger domains 1"
+"chr3",44690131,44690187,57,"*","Promoter (<=1kb)",3,44690233,44702283,12051,1,"7584",-46,"ENSG00000169981","ZNF35","zinc finger protein 35"
+"chr5",180596586,180596816,231,"*","Exon (uc021yjv.1/uc021yjv.1, exon 1 of 1)",5,180581943,180582890,948,1,"285659",14643,"ENSG00000182613","OR2V2","olfactory receptor family 2 subfamily V member 2"
+"chr19",17581060,17581073,14,"*","Promoter (<=1kb)",19,17581300,17616977,35678,1,"376497",-227,"ENSG00000130304","SLC27A1","solute carrier family 27 member 1"
+"chr7",4839495,4839778,284,"*","Intron (uc003sng.1/55698, intron 3 of 15)",7,4828196,4828270,75,2,"100616465",-11225,"ENSG00000264474","MIR4656","microRNA 4656"
+"chr6",10585889,10586119,231,"*","5' UTR",6,10492456,10629601,137146,1,"2651",93433,"ENSG00000111846","GCNT2","glucosaminyl (N-acetyl) transferase 2, I-branching enzyme (I blood group)"
+"chr6",31832962,31833007,46,"*","Intron (uc011dol.2/80736, intron 4 of 20)",6,32485154,32557613,72460,2,"3127",724606,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr3",128840773,128840803,31,"*","Promoter (<=1kb)",3,128806412,128840993,34582,2,"339122",190,"ENSG00000172780","RAB43","RAB43, member RAS oncogene family"
+"chr10",70748438,70748447,10,"*","Promoter (<=1kb)",10,70748477,70776739,28263,1,"26128",-30,"ENSG00000198954","KIF1BP","KIF1 binding protein"
+"chr10",131934538,131934541,4,"*","Promoter (<=1kb)",10,131934639,131982785,48147,1,"10539",-98,"ENSG00000108010","GLRX3","glutaredoxin 3"
+"chr4",88343588,88343606,19,"*","Promoter (<=1kb)",4,88343728,88380606,36879,1,"53343",-122,"ENSG00000170502","NUDT9","nudix hydrolase 9"
+"chr2",157182965,157183243,279,"*","Exon (uc021vri.1/4929, exon 4 of 6)",2,157180944,157189287,8344,2,"4929",6044,"ENSG00000153234","NR4A2","nuclear receptor subfamily 4 group A member 2"
+"chr6",112375333,112375822,490,"*","Promoter (<=1kb)",6,112375278,112390887,15610,1,"8838",55,"ENSG00000112761","WISP3","WNT1 inducible signaling pathway protein 3"
+"chr10",106093659,106093685,27,"*","5' UTR",10,106069454,106098251,28798,2,"85450",4566,"ENSG00000148841","ITPRIP","inositol 1,4,5-trisphosphate receptor interacting protein"
+"chr7",1403804,1403856,53,"*","Distal Intergenic",7,1473995,1499109,25115,2,"79778",95253,"ENSG00000164877","MICALL2","MICAL like 2"
+"chr7",150715634,150715783,150,"*","Exon (uc011kvc.2/285973, exon 6 of 18)",7,150709297,150721586,12290,2,"285973",5803,"ENSG00000181652","ATG9B","autophagy related 9B"
+"chr11",61559952,61560092,141,"*","Promoter (<=1kb)",11,61559967,61560033,67,2,"693196",0,"ENSG00000207601","MIR611","microRNA 611"
+"chr16",28635371,28635374,4,"*","Promoter (<=1kb)",16,28616908,28634907,18000,2,"6817",-464,"ENSG00000196502","SULT1A1","sulfotransferase family 1A member 1"
+"chr5",139927204,139927271,68,"*","Promoter (<=1kb)",5,139927251,139929163,1913,1,"8637",0,"ENSG00000243056","EIF4EBP3","eukaryotic translation initiation factor 4E binding protein 3"
+"chr22",46508563,46508604,42,"*","Promoter (<=1kb)",22,46508629,46508702,74,1,"406883",-25,NA,"MIRLET7A3","microRNA let-7a-3"
+"chr2",27069408,27069805,398,"*","Promoter (1-2kb)",2,27070969,27173219,102251,1,"56896",-1164,"ENSG00000157851","DPYSL5","dihydropyrimidinase like 5"
+"chr19",710775,710858,84,"*","Promoter (1-2kb)",19,708953,748330,39378,1,"5064",1822,"ENSG00000099864","PALM","paralemmin"
+"chr4",492808,492811,4,"*","Promoter (<=1kb)",4,433773,492960,59188,2,"170960",149,"ENSG00000182903","ZNF721","zinc finger protein 721"
+"chr17",55333426,55333738,313,"*","Promoter (<=1kb)",17,55333212,55757299,424088,1,"124540",214,"ENSG00000153944","MSI2","musashi RNA binding protein 2"
+"chr12",8331931,8332152,222,"*","Promoter (<=1kb)",12,8332805,8368747,35943,1,"440078",-653,"ENSG00000226711","FAM66C","family with sequence similarity 66 member C"
+"chr12",113658991,113659000,10,"*","Promoter (<=1kb)",12,113633246,113658880,25635,2,"115811",-111,"ENSG00000166578","IQCD","IQ motif containing D"
+"chr1",45250218,45250440,223,"*","Promoter (2-3kb)",1,45249257,45253426,4170,2,"266675",2986,"ENSG00000142959","BEST4","bestrophin 4"
+"chr19",58070999,58071269,271,"*","Promoter (<=1kb)",19,58053204,58071231,18028,2,"162972",0,"ENSG00000251369","ZNF550","zinc finger protein 550"
+"chr17",41832418,41832705,288,"*","3' UTR",17,41831099,41836156,5058,2,"50964",3451,"ENSG00000167941","SOST","sclerostin"
+"chr6",36304635,36304794,160,"*","Promoter (<=1kb)",6,36283535,36304662,21128,2,"389384",0,"ENSG00000189325","C6orf222","chromosome 6 open reading frame 222"
+"chr2",201681069,201681185,117,"*","Exon (uc002uwc.3/9689, exon 5 of 12)",2,201676269,201688569,12301,1,"9689",4800,"ENSG00000082153","BZW1","basic leucine zipper and W2 domains 1"
+"chr1",3352544,3352782,239,"*","3' UTR",1,3371147,3397677,26531,1,"27237",-18365,"ENSG00000130762","ARHGEF16","Rho guanine nucleotide exchange factor 16"
+"chr12",132512652,132512810,159,"*","Promoter (2-3kb)",12,132515769,132515905,137,1,"677829",-2959,"ENSG00000208892","SNORA49","small nucleolar RNA, H/ACA box 49"
+"chr5",19988790,19988800,11,"*","Intron (uc003jgc.3/1016, intron 12 of 14)",5,19473155,20575982,1102828,2,"1016",587182,"ENSG00000145526","CDH18","cadherin 18"
+"chr10",135050630,135050650,21,"*","Promoter (<=1kb)",10,135051408,135055433,4026,1,"27287",-758,"ENSG00000151650","VENTX","VENT homeobox"
+"chr11",93474840,93474945,106,"*","Promoter (<=1kb)",11,93474793,93496247,21455,1,"28970",47,"ENSG00000182919","C11orf54","chromosome 11 open reading frame 54"
+"chr17",62775367,62775505,139,"*","Promoter (2-3kb)",17,62745780,62778117,32338,2,"146880",2612,"ENSG00000215769","LOC146880","Rho GTPase activating protein 27 pseudogene"
+"chr7",149465429,149465808,380,"*","Intron (uc003wgc.3/168544, intron 1 of 4)",7,149461271,149470295,9025,2,"168544",4487,"ENSG00000181444","ZNF467","zinc finger protein 467"
+"chrX",47246987,47247326,340,"*","Promoter (<=1kb)",23,47248049,47248175,127,1,"100124540",-723,"ENSG00000221459","SNORA11C","small nucleolar RNA, H/ACA box 11C"
+"chr19",4246845,4246850,6,"*","Promoter (<=1kb)",19,4247111,4269085,21975,1,"55702",-261,"ENSG00000105248","CCDC94","coiled-coil domain containing 94"
+"chr19",30165085,30165308,224,"*","Exon (uc002nsh.4/79156, exon 2 of 2)",19,30156327,30166383,10057,1,"79156",8758,"ENSG00000166289","PLEKHF1","pleckstrin homology and FYVE domain containing 1"
+"chr10",115934468,115934483,16,"*","Promoter (<=1kb)",10,115881974,115934364,52391,2,"55088",-104,"ENSG00000165813","CCDC186","coiled-coil domain containing 186"
+"chr6",114292751,114292754,4,"*","Promoter (<=1kb)",6,114257320,114292359,35040,2,"3066",-392,"ENSG00000196591","HDAC2","histone deacetylase 2"
+"chr9",79791871,79792026,156,"*","Promoter (<=1kb)",9,79792361,80032399,240039,1,"23230",-335,"ENSG00000197969","VPS13A","vacuolar protein sorting 13 homolog A (S. cerevisiae)"
+"chr10",134787577,134787905,329,"*","Exon (uc001llv.2/399829, exon 2 of 3)",10,134779038,134790001,10964,1,"399829",8539,"ENSG00000240707","LINC01168","long intergenic non-protein coding RNA 1168"
+"chr16",89822327,89822399,73,"*","Intron (uc002fou.1/2175, intron 13 of 42)",16,89773541,89787394,13854,2,"9605",-34933,"ENSG00000075399","VPS9D1","VPS9 domain containing 1"
+"chr10",97051605,97051613,9,"*","Promoter (<=1kb)",10,96997325,97050905,53581,2,"9124",-700,"ENSG00000107438","PDLIM1","PDZ and LIM domain 1"
+"chr16",10970753,10970960,208,"*","Promoter (<=1kb)",16,10971055,11018840,47786,1,"4261",-95,"ENSG00000179583","CIITA","class II, major histocompatibility complex, transactivator"
+"chr16",81348261,81348372,112,"*","Promoter (<=1kb)",16,81348571,81413803,65233,1,"8139",-199,"ENSG00000261609","GAN","gigaxonin"
+"chr2",128471382,128471493,112,"*","Exon (uc002tpg.2/55339, exon 18 of 22)",2,128458597,128461407,2811,1,"84826",12785,"ENSG00000173349","SFT2D3","SFT2 domain containing 3"
+"chr12",121124829,121124845,17,"*","Promoter (<=1kb)",12,121124949,121139667,14719,1,"9761",-104,"ENSG00000110917","MLEC","malectin"
+"chr14",66974003,66974115,113,"*","Promoter (<=1kb)",14,66974125,67648525,674401,1,"10243",-10,"ENSG00000171723","GPHN","gephyrin"
+"chr2",203776269,203776739,471,"*","Promoter (<=1kb)",2,203745323,203776949,31627,2,"55759",210,"ENSG00000138442","WDR12","WD repeat domain 12"
+"chr11",34938064,34938095,32,"*","Promoter (<=1kb)",11,34896714,34937939,41226,2,"51074",-125,"ENSG00000149089","APIP","APAF1 interacting protein"
+"chr11",119039382,119039595,214,"*","Promoter (<=1kb)",11,119039437,119054725,15289,1,"79671",0,"ENSG00000160703","NLRX1","NLR family member X1"
+"chr3",147112081,147112096,16,"*","Intron (uc003ewc.2/84107, intron 2 of 2)",3,147103835,147124596,20762,2,"84107",12500,"ENSG00000174963","ZIC4","Zic family member 4"
+"chr1",149858116,149858211,96,"*","Promoter (<=1kb)",1,149856010,149858232,2223,2,"8349",21,"ENSG00000184678","HIST2H2BE","histone cluster 2, H2be"
+"chr19",543909,544020,112,"*","Promoter (<=1kb)",19,544034,549920,5887,1,"3004",-14,"ENSG00000197540","GZMM","granzyme M"
+"chr17",21281115,21281318,204,"*","Promoter (1-2kb)",17,21279699,21323179,43481,1,"3768",1416,"ENSG00000184185","KCNJ12","potassium voltage-gated channel subfamily J member 12"
+"chr5",177592761,177592874,114,"*","Distal Intergenic",5,177576465,177580961,4497,2,"55651",-11800,"ENSG00000145912","NHP2","NHP2 ribonucleoprotein"
+"chr10",118956828,118956845,18,"*","Promoter (<=1kb)",10,118957000,118969810,12811,1,"338567",-155,"ENSG00000186795","KCNK18","potassium two pore domain channel subfamily K member 18"
+"chr12",3427729,3427765,37,"*","Distal Intergenic",12,3490515,3703138,212624,1,"56341",-62750,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
+"chr15",64454779,64454893,115,"*","Promoter (<=1kb)",15,64448014,64455354,7341,2,"5479",461,"ENSG00000166794","PPIB","peptidylprolyl isomerase B"
+"chr2",43454763,43454769,7,"*","Promoter (<=1kb)",2,43454350,43455994,1645,1,"100129726",413,"ENSG00000279873","LINC01126","long intergenic non-protein coding RNA 1126"
+"chr2",198364743,198364757,15,"*","Promoter (<=1kb)",2,198364721,198418423,53703,1,"100529241",22,"ENSG00000270757","HSPE1-MOB4","HSPE1-MOB4 readthrough"
+"chr16",1172095,1172157,63,"*","Distal Intergenic",16,1138226,1146244,8019,2,"390664",-25851,"ENSG00000184471","C1QTNF8","C1q and tumor necrosis factor related protein 8"
+"chr16",30593652,30593918,267,"*","3' UTR",16,30590294,30597092,6799,2,"146540",3174,"ENSG00000197162","ZNF785","zinc finger protein 785"
+"chr11",2285989,2286006,18,"*","Distal Intergenic",11,2289728,2292182,2455,2,"430",6176,"ENSG00000183734","ASCL2","achaete-scute family bHLH transcription factor 2"
+"chr10",25305334,25305338,5,"*","Promoter (<=1kb)",10,25305508,25315593,10086,1,"79896",-170,"ENSG00000185875","THNSL1","threonine synthase like 1"
+"chr22",39239287,39239554,268,"*","Promoter (<=1kb)",22,39214456,39240017,25562,2,"23467",463,"ENSG00000221890","NPTXR","neuronal pentraxin receptor"
+"chr6",32729500,32729545,46,"*","Exon (uc003oby.4/3120, exon 2 of 5)",6,32605183,32614839,9657,1,"3117",124317,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr14",101438430,101438461,32,"*","Promoter (<=1kb)",14,101438440,101438513,74,1,"767592",0,"ENSG00000199593","SNORD114-14","small nucleolar RNA, C/D box 114-14"
+"chr14",99728957,99728984,28,"*","Intron (uc001yga.3/64919, intron 3 of 3)",14,99635625,99737822,102198,2,"64919",8838,"ENSG00000127152","BCL11B","B-cell CLL/lymphoma 11B"
+"chr4",74486230,74486250,21,"*","Promoter (<=1kb)",4,74437267,74486348,49082,2,"166824",98,"ENSG00000169435","RASSF6","Ras association domain family member 6"
+"chr8",21867933,21868068,136,"*","Distal Intergenic",8,21881645,21894408,12764,1,"10361",-13577,"ENSG00000158806","NPM2","nucleophosmin/nucleoplasmin 2"
+"chr2",3704541,3704703,163,"*","Promoter (1-2kb)",2,3705786,3750260,44475,1,"55821",-1083,"ENSG00000151360","ALLC","allantoicase"
+"chr20",62601520,62601614,95,"*","Promoter (<=1kb)",20,62588057,62601223,13167,2,"57473",-297,"ENSG00000196700","ZNF512B","zinc finger protein 512B"
+"chr1",64669031,64669077,47,"*","Promoter (<=1kb)",1,64669490,64710027,40538,1,"148581",-413,"ENSG00000177414","UBE2U","ubiquitin conjugating enzyme E2U (putative)"
+"chr12",50561022,50561094,73,"*","Promoter (<=1kb)",12,50523581,50561097,37517,2,"91012",3,"ENSG00000139624","CERS5","ceramide synthase 5"
+"chr2",149632661,149632912,252,"*","Promoter (<=1kb)",2,149632792,149883273,250482,1,"3800",0,"ENSG00000168280","KIF5C","kinesin family member 5C"
+"chr6",30095269,30095277,9,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1611699,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr7",27197831,27198025,195,"*","Promoter (1-2kb)",7,27193338,27196296,2959,2,"3204",-1535,"ENSG00000122592","HOXA7","homeobox A7"
+"chr16",10274016,10274315,300,"*","Promoter (2-3kb)",16,9847265,10276611,429347,2,"2903",2296,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
+"chr6",32036530,32036532,3,"*","Intron (uc003nzl.2/7148, intron 28 of 43)",6,32485154,32557613,72460,2,"3127",521081,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr13",114108515,114108652,138,"*","Promoter (<=1kb)",13,114076260,114107839,31580,2,"113622",-676,"ENSG00000153531","ADPRHL1","ADP-ribosylhydrolase like 1"
+"chr3",156878202,156878464,263,"*","Promoter (<=1kb)",3,156864297,156878482,14186,2,"57018",18,"ENSG00000163660","CCNL1","cyclin L1"
+"chr6",122003933,122003976,44,"*","Distal Intergenic",6,121756745,121770873,14129,1,"2697",247188,"ENSG00000152661","GJA1","gap junction protein alpha 1"
+"chr14",101521416,101521477,62,"*","Promoter (<=1kb)",14,101521595,101521660,66,1,"768214",-118,NA,"MIR668","microRNA 668"
+"chr1",13881331,13881399,69,"*","Distal Intergenic",1,13910252,13944452,34201,1,"10630",-28853,"ENSG00000162493","PDPN","podoplanin"
+"chrX",30265251,30265302,52,"*","5' UTR",23,30261848,30270155,8308,1,"4112",3403,"ENSG00000214107","MAGEB1","MAGE family member B1"
+"chr12",49076155,49076159,5,"*","Promoter (<=1kb)",12,49046995,49076035,29041,2,"54934",-120,"ENSG00000139620","KANSL2","KAT8 regulatory NSL complex subunit 2"
+"chr10",99473176,99473509,334,"*","Promoter (<=1kb)",10,99473465,99477909,4445,1,"83742",0,"ENSG00000155254","MARVELD1","MARVEL domain containing 1"
+"chr16",88868791,88868821,31,"*","Promoter (1-2kb)",16,88870186,88875666,5481,1,"81620",-1365,"ENSG00000167513","CDT1","chromatin licensing and DNA replication factor 1"
+"chr11",107578665,107578745,81,"*","5' UTR",11,107578101,107582787,4687,2,"6588",4042,"ENSG00000170290","SLN","sarcolipin"
+"chr2",43999938,44000062,125,"*","Promoter (1-2kb)",2,44001178,44037149,35972,1,"51626",-1116,"ENSG00000138036","DYNC2LI1","dynein cytoplasmic 2 light intermediate chain 1"
+"chr17",32580821,32581035,215,"*","Promoter (1-2kb)",17,32582296,32584220,1925,1,"6347",-1261,"ENSG00000108691","CCL2","C-C motif chemokine ligand 2"
+"chr2",197457372,197457377,6,"*","Promoter (<=1kb)",2,197063977,197457335,393359,2,"57520",-37,"ENSG00000138411","HECW2","HECT, C2 and WW domain containing E3 ubiquitin protein ligase 2"
+"chr6",168053811,168054252,442,"*","Distal Intergenic",6,168185219,168197539,12321,2,"26238",143287,"ENSG00000146521","LINC01558","long intergenic non-protein coding RNA 1558"
+"chr8",56433584,56433616,33,"*","Intron (uc003xsf.3/114786, intron 2 of 2)",8,56361757,56367881,6125,2,"100133234",-65703,"ENSG00000248522","SBF1P1","SET binding factor 1 pseudogene 1"
+"chr2",109403072,109403091,20,"*","Promoter (<=1kb)",2,109403219,109492847,89629,1,"165055",-128,"ENSG00000163006","CCDC138","coiled-coil domain containing 138"
+"chrX",55934745,55934752,8,"*","Distal Intergenic",23,55744110,55785207,41098,1,"10325",190635,"ENSG00000083750","RRAGB","Ras related GTP binding B"
+"chr3",14219855,14219857,3,"*","Promoter (<=1kb)",3,14186648,14220172,33525,2,"7508",315,"ENSG00000154767","XPC","xeroderma pigmentosum, complementation group C"
+"chr18",25755847,25755894,48,"*","Promoter (1-2kb)",18,25530930,25757445,226516,2,"1000",1551,"ENSG00000170558","CDH2","cadherin 2"
+"chr4",8642776,8643029,254,"*","Distal Intergenic",4,8582217,8621488,39272,1,"8532",60559,"ENSG00000109625","CPZ","carboxypeptidase Z"
+"chr5",140561986,140562007,22,"*","Promoter (1-2kb)",5,140560980,140565796,4817,1,"57717",1006,"ENSG00000272674","PCDHB16","protocadherin beta 16"
+"chr15",43028884,43029154,271,"*","Promoter (<=1kb)",15,43015760,43029417,13658,2,"146059",263,"ENSG00000140326","CDAN1","codanin 1"
+"chr16",334701,334841,141,"*","5' UTR",16,330606,333368,2763,1,"398",4095,"ENSG00000242173","ARHGDIG","Rho GDP dissociation inhibitor (GDI) gamma"
+"chr6",42185682,42185715,34,"*","Promoter (<=1kb)",6,42174539,42185633,11095,2,"55173",-49,"ENSG00000048544","MRPS10","mitochondrial ribosomal protein S10"
+"chr11",134254779,134254829,51,"*","Intron (uc001qhq.3/27087, intron 4 of 6)",11,134248398,134281812,33415,2,"27087",26983,"ENSG00000109956","B3GAT1","beta-1,3-glucuronyltransferase 1"
+"chr22",45680628,45680639,12,"*","Promoter (<=1kb)",22,45680868,45691755,10888,1,"7380",-229,"ENSG00000100373","UPK3A","uroplakin 3A"
+"chr8",38854328,38854356,29,"*","Promoter (<=1kb)",8,38854505,38962779,108275,1,"8754",-149,"ENSG00000168615","ADAM9","ADAM metallopeptidase domain 9"
+"chr16",755718,755745,28,"*","Promoter (<=1kb)",16,742500,755825,13326,2,"146330",80,"ENSG00000127585","FBXL16","F-box and leucine-rich repeat protein 16"
+"chr21",33941555,33941714,160,"*","Distal Intergenic",21,33947151,33957845,10695,2,"140290",16131,"ENSG00000242220","TCP10L","t-complex 10-like"
+"chr17",78735220,78735254,35,"*","Intron (uc002jys.3/57521, intron 6 of 8)",17,78518625,78940173,421549,1,"57521",216595,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
+"chr2",63277127,63277195,69,"*","Promoter (<=1kb)",2,63277192,63284966,7775,1,"5013",0,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr4",187572960,187573046,87,"*","Intron (uc003izf.3/2195, intron 24 of 26)",4,187508937,187647850,138914,2,"2195",74804,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
+"chr5",115298704,115298720,17,"*","Promoter (<=1kb)",5,115298151,115363299,65149,1,"206338",553,"ENSG00000172901","LVRN","laeverin"
+"chr17",28256976,28256992,17,"*","Promoter (<=1kb)",17,27952965,28257018,304054,2,"85464",26,"ENSG00000141298","SSH2","slingshot protein phosphatase 2"
+"chr3",160473693,160474064,372,"*","Promoter (<=1kb)",3,160473996,160788817,314822,1,"151742",0,"ENSG00000163590","PPM1L","protein phosphatase, Mg2+/Mn2+ dependent 1L"
+"chr19",2840764,2840817,54,"*","Promoter (<=1kb)",19,2841433,2860472,19040,1,"148254",-616,"ENSG00000186300","ZNF555","zinc finger protein 555"
+"chr2",51259504,51259693,190,"*","Promoter (<=1kb)",2,50145643,51259674,1114032,2,"9378",0,"ENSG00000179915","NRXN1","neurexin 1"
+"chr1",223936460,223936751,292,"*","Exon (uc010puy.2/824, exon 6 of 21)",1,223889295,223963720,74426,1,"824",47165,"ENSG00000162909","CAPN2","calpain 2"
+"chr7",75831459,75831489,31,"*","Promoter (<=1kb)",7,75831216,75916605,85390,1,"222183",243,"ENSG00000177679","SRRM3","serine/arginine repetitive matrix 3"
+"chr1",207925605,207925746,142,"*","Promoter (<=1kb)",1,207925383,207968861,43479,1,"4179",222,"ENSG00000117335","CD46","CD46 molecule"
+"chr16",19896596,19897093,498,"*","Promoter (<=1kb)",16,19869820,19896832,27013,2,"51704",0,"ENSG00000167191","GPRC5B","G protein-coupled receptor class C group 5 member B"
+"chr19",39226692,39226820,129,"*","Exon (uc002ojd.1/147968, exon 12 of 21)",19,39220832,39235114,14283,2,"147968",8294,"ENSG00000182472","CAPN12","calpain 12"
+"chr8",109799739,109799756,18,"*","Promoter (<=1kb)",8,109619079,109799770,180692,2,"157753",14,"ENSG00000164841","TMEM74","transmembrane protein 74"
+"chr3",119361131,119361622,492,"*","3' UTR",3,119388372,119396243,7872,2,"10063",34621,"ENSG00000138495","COX17","COX17 cytochrome c oxidase copper chaperone"
+"chr2",20646825,20646832,8,"*","Promoter (<=1kb)",2,20646835,20649201,2367,1,"388",-3,"ENSG00000143878","RHOB","ras homolog family member B"
+"chr4",77069525,77069623,99,"*","Promoter (<=1kb)",4,77035817,77069655,33839,2,"53371",32,"ENSG00000138750","NUP54","nucleoporin 54kDa"
+"chr19",36248739,36248852,114,"*","Promoter (<=1kb)",19,36249044,36260077,11034,1,"148137",-192,"ENSG00000167595","PROSER3","proline and serine rich 3"
+"chr2",170220725,170220732,8,"*","Promoter (1-2kb)",2,169983619,170219122,235504,2,"4036",-1603,"ENSG00000081479","LRP2","LDL receptor related protein 2"
+"chrX",53468930,53469134,205,"*","Distal Intergenic",23,53458206,53461323,3118,2,"3028",-7607,"ENSG00000072506","HSD17B10","hydroxysteroid (17-beta) dehydrogenase 10"
+"chr16",48530049,48530505,457,"*","Distal Intergenic",16,48390275,48482309,92035,2,"6477",-47740,"ENSG00000196470","SIAH1","siah E3 ubiquitin protein ligase 1"
+"chr1",79471984,79472234,251,"*","Promoter (<=1kb)",1,79355449,79472495,117047,2,"64123",261,"ENSG00000162618","ADGRL4","adhesion G protein-coupled receptor L4"
+"chr12",95840548,95840800,253,"*","Distal Intergenic",12,95867822,95909613,41792,1,"10988",-27022,"ENSG00000111142","METAP2","methionyl aminopeptidase 2"
+"chr5",141016960,141017257,298,"*","Promoter (<=1kb)",5,141016517,141020631,4115,1,"285613",443,"ENSG00000164620","RELL2","RELT like 2"
+"chr12",54377225,54377457,233,"*","Promoter (1-2kb)",12,54378946,54384062,5117,1,"3226",-1489,"ENSG00000180818","HOXC10","homeobox C10"
+"chr5",171434020,171434267,248,"*","Promoter (<=1kb)",5,171288556,171433877,145322,2,"23291",-143,"ENSG00000072803","FBXW11","F-box and WD repeat domain containing 11"
+"chr1",24645974,24646046,73,"*","Promoter (<=1kb)",1,24645812,24690970,45159,1,"57822",162,"ENSG00000158055","GRHL3","grainyhead like transcription factor 3"
+"chr9",139091875,139092102,228,"*","5' UTR",9,139088096,139096955,8860,2,"8022",4853,"ENSG00000107187","LHX3","LIM homeobox 3"
+"chr1",204183529,204183533,5,"*","Promoter (<=1kb)",1,204167288,204183220,15933,2,"127845",-309,"ENSG00000174567","GOLT1A","golgi transport 1A"
+"chr15",92706077,92706140,64,"*","Exon (uc002bqx.2/28232, exon 10 of 10)",15,92937140,93011958,74819,1,"8128",-231000,"ENSG00000140557","ST8SIA2","ST8 alpha-N-acetylneuraminate alpha-2,8-sialyltransferase 2"
+"chr2",792213,792364,152,"*","Intron (uc002qwn.2/339822, intron 1 of 3)",2,779837,864112,84276,2,"339822",71748,"ENSG00000237667","LINC01115","long intergenic non-protein coding RNA 1115"
+"chr9",84302083,84302296,214,"*","Promoter (1-2kb)",9,84198598,84303596,104999,2,"7088",1300,"ENSG00000196781","TLE1","transducin like enhancer of split 1"
+"chrX",107979940,107980084,145,"*","Promoter (<=1kb)",23,107975727,107979607,3881,2,"8471",-333,"ENSG00000133124","IRS4","insulin receptor substrate 4"
+"chr16",9857168,9857475,308,"*","3' UTR",16,9847265,10276611,429347,2,"2903",419136,"ENSG00000183454","GRIN2A","glutamate ionotropic receptor NMDA type subunit 2A"
+"chr5",140514944,140515039,96,"*","Promoter (<=1kb)",5,140514800,140517704,2905,1,"26167",144,"ENSG00000113209","PCDHB5","protocadherin beta 5"
+"chr12",45269610,45269742,133,"*","5' UTR",12,44902058,45307711,405654,2,"4753",37969,"ENSG00000184613","NELL2","neural EGFL like 2"
+"chr22",47058966,47059031,66,"*","Exon (uc003bhx.3/23151, exon 5 of 18)",22,47022648,47075688,53041,1,"23151",36318,"ENSG00000075240","GRAMD4","GRAM domain containing 4"
+"chr5",87988256,87988459,204,"*","Distal Intergenic",5,87836597,87980620,144024,2,"645323",-7636,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
+"chr2",220407774,220407951,178,"*","Promoter (<=1kb)",2,220408385,220415317,6933,1,"130612",-434,"ENSG00000188760","TMEM198","transmembrane protein 198"
+"chrX",23018009,23018062,54,"*","Promoter (<=1kb)",23,23018078,23020206,2129,1,"168400",-16,"ENSG00000184735","DDX53","DEAD-box helicase 53"
+"chr4",95373254,95373261,8,"*","Promoter (<=1kb)",4,95373008,95589378,216371,1,"10611",246,"ENSG00000163110","PDLIM5","PDZ and LIM domain 5"
+"chr12",131518518,131518782,265,"*","Intron (uc001uit.4/283383, intron 13 of 24)",12,131438452,131626008,187557,1,"283383",80066,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
+"chr16",86537142,86537268,127,"*","Intron (uc021tmg.1/400550, intron 3 of 3)",16,86508131,86542466,34336,2,"400550",5198,"ENSG00000268388","FENDRR","FOXF1 adjacent non-coding developmental regulatory RNA"
+"chr17",27331785,27331928,144,"*","Promoter (1-2kb)",17,27281947,27333458,51512,2,"124925",1530,"ENSG00000063015","SEZ6","seizure related 6 homolog (mouse)"
+"chr17",77924323,77924534,212,"*","Exon (uc002jxg.2/125058, exon 2 of 8)",17,77906142,78009657,103516,2,"125058",85123,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
+"chr3",132379004,132379197,194,"*","Promoter (<=1kb)",3,132276982,132378975,101994,2,"84129",-29,"ENSG00000240303","ACAD11","acyl-CoA dehydrogenase family member 11"
+"chr1",117113618,117113752,135,"*","Promoter (<=1kb)",1,117057156,117113715,56560,2,"965",0,"ENSG00000116815","CD58","CD58 molecule"
+"chr6",26988129,26988187,59,"*","Promoter (<=1kb)",6,26987145,26988085,941,2,"100270746",-44,NA,"LOC100270746","uncharacterized LOC100270746"
+"chr15",66084495,66084731,237,"*","Promoter (<=1kb)",15,65952957,66084631,131675,2,"10260",0,"ENSG00000174485","DENND4A","DENN domain containing 4A"
+"chr10",43277893,43278166,274,"*","Promoter (<=1kb)",10,43277954,43330385,52432,1,"9790",0,"ENSG00000165733","BMS1","BMS1, ribosome biogenesis factor"
+"chr12",120150414,120150487,74,"*","Promoter (1-2kb)",12,120151439,120151529,91,2,"100302274",1042,"ENSG00000221323","MIR1178","microRNA 1178"
+"chr11",62559850,62559856,7,"*","Promoter (<=1kb)",11,62557787,62559486,1700,2,"79064",-364,"ENSG00000168569","TMEM223","transmembrane protein 223"
+"chr4",100870750,100871150,401,"*","Promoter (<=1kb)",4,100869243,100871512,2270,2,"3015",362,"ENSG00000164032","H2AFZ","H2A histone family member Z"
+"chr13",111290619,111290748,130,"*","Exon (uc001vqz.3/55739, exon 10 of 10)",13,111267807,111292342,24536,1,"55739",22812,"ENSG00000213995","NAXD","NAD(P)HX dehydratase"
+"chr16",1821672,1822124,453,"*","Promoter (<=1kb)",16,1820321,1821710,1390,2,"4832",0,"ENSG00000103024","NME3","NME/NM23 nucleoside diphosphate kinase 3"
+"chr8",55366152,55366490,339,"*","Distal Intergenic",8,55370495,55373456,2962,1,"64321",-4005,"ENSG00000164736","SOX17","SRY-box 17"
+"chr16",1030513,1030520,8,"*","Promoter (<=1kb)",16,903635,1031318,127684,2,"64788",798,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr16",10673960,10674278,319,"*","Promoter (<=1kb)",16,10622279,10674539,52261,2,"2013",261,"ENSG00000213853","EMP2","epithelial membrane protein 2"
+"chr6",37465274,37465753,480,"*","Promoter (1-2kb)",6,37450697,37467700,17004,2,"154467",1947,"ENSG00000198937","CCDC167","coiled-coil domain containing 167"
+"chr6",116892486,116892488,3,"*","Promoter (<=1kb)",6,116892583,116914436,21854,1,"51389",-95,"ENSG00000111832","RWDD1","RWD domain containing 1"
+"chr20",30539733,30539860,128,"*","Promoter (<=1kb)",20,30532758,30539883,7126,2,"81572",23,"ENSG00000088356","PDRG1","p53 and DNA damage regulated 1"
+"chr10",122738745,122738954,210,"*","Distal Intergenic",10,122521324,122610691,89368,2,"283089",-128054,"ENSG00000227165","WDR11-AS1","WDR11 antisense RNA 1"
+"chr17",72969043,72969046,4,"*","Promoter (<=1kb)",17,72946839,72968900,22062,2,"283987",-143,"ENSG00000167861","HID1","HID1 domain containing"
+"chr2",218933489,218933610,122,"*","5' UTR",2,218923878,218926013,2136,2,"3580",-7476,NA,"CXCR2P1","chemokine (C-X-C motif) receptor 2 pseudogene 1"
+"chr2",226264773,226265132,360,"*","Promoter (<=1kb)",2,226265602,226595471,329870,1,"57624",-470,"ENSG00000144460","NYAP2","neuronal tyrosine-phosphorylated phosphoinositide-3-kinase adaptor 2"
+"chr3",57313721,57313889,169,"*","Intron (uc003diq.3/142686, intron 4 of 10)",3,57302379,57326710,24332,2,"142686",12821,"ENSG00000239388","ASB14","ankyrin repeat and SOCS box containing 14"
+"chr8",37552609,37553029,421,"*","Promoter (<=1kb)",8,37553301,37556396,3096,1,"80139",-272,"ENSG00000183779","ZNF703","zinc finger protein 703"
+"chr7",75613146,75613149,4,"*","Exon (uc003udy.3/5447, exon 10 of 16)",7,75616155,75623992,7838,2,"83862",10843,"ENSG00000189077","TMEM120A","transmembrane protein 120A"
+"chr11",118764003,118764028,26,"*","Intron (uc001pue.4/643, intron 1 of 1)",11,118754475,118766980,12506,1,"643",9528,"ENSG00000160683","CXCR5","chemokine (C-X-C motif) receptor 5"
+"chr17",80789038,80789512,475,"*","Exon (uc002kga.3/79755, exon 2 of 3)",17,80787310,80797931,10622,2,"79755",8419,"ENSG00000141579","ZNF750","zinc finger protein 750"
+"chr9",73424572,73424960,389,"*","Promoter (<=1kb)",9,73424891,73425000,110,2,"406987",40,"ENSG00000207935","MIR204","microRNA 204"
+"chr15",25490537,25490539,3,"*","Promoter (<=1kb)",15,25490625,25490706,82,1,"100033815",-86,"ENSG00000200478","SNORD115-41","small nucleolar RNA, C/D box 115-41"
+"chr9",132804232,132804510,279,"*","Promoter (<=1kb)",9,132649466,132805473,156008,2,"23048",963,"ENSG00000187239","FNBP1","formin binding protein 1"
+"chr16",2129306,2129668,363,"*","Exon (uc002con.3/7249, exon 28 of 42)",16,2140196,2140285,90,2,"100188847",10617,"ENSG00000221656","MIR1225","microRNA 1225"
+"chr5",131563589,131563605,17,"*","Promoter (<=1kb)",5,131528304,131563556,35253,2,"8974",-33,"ENSG00000072682","P4HA2","prolyl 4-hydroxylase subunit alpha 2"
+"chr19",17933300,17933782,483,"*","Promoter (<=1kb)",19,17927322,17932383,5062,2,"3640",-917,"ENSG00000248099","INSL3","insulin like 3"
+"chr16",88923459,88923468,10,"*","Promoter (<=1kb)",16,88880142,88923374,43233,2,"2588",-85,"ENSG00000141012","GALNS","galactosamine (N-acetyl)-6-sulfatase"
+"chr19",8495671,8495718,48,"*","Exon (uc002mjv.3/51257, exon 5 of 6)",19,8509803,8554002,44200,1,"4670",-14085,"ENSG00000099783","HNRNPM","heterogeneous nuclear ribonucleoprotein M"
+"chr2",240082090,240082335,246,"*","Intron (uc010fyy.3/9759, intron 21 of 23)",2,240115027,240117153,2127,2,"85009",34818,NA,"MGC16025","uncharacterized LOC85009"
+"chr9",132816281,132816402,122,"*","Promoter (<=1kb)",9,132815985,132902448,86464,1,"57720",296,"ENSG00000148358","GPR107","G protein-coupled receptor 107"
+"chr12",98849532,98849697,166,"*","Promoter (1-2kb)",12,98847619,98850923,3305,2,"121456",1226,"ENSG00000227825","SLC9A7P1","solute carrier family 9 member 7 pseudogene 1"
+"chr15",39872919,39873060,142,"*","Promoter (<=1kb)",15,39873280,39889668,16389,1,"7057",-220,"ENSG00000137801","THBS1","thrombospondin 1"
+"chr6",72130359,72130432,74,"*","Promoter (<=1kb)",6,72124149,72130448,6300,2,"79940",16,NA,"LINC00472","long intergenic non-protein coding RNA 472"
+"chr8",70747440,70747457,18,"*","Promoter (<=1kb)",8,70584568,70747299,162732,2,"81796",-141,"ENSG00000137571","SLCO5A1","solute carrier organic anion transporter family member 5A1"
+"chr2",30669967,30669977,11,"*","Promoter (<=1kb)",2,30670123,30867091,196969,1,"253558",-146,"ENSG00000172954","LCLAT1","lysocardiolipin acyltransferase 1"
+"chr6",32906557,32906734,178,"*","Exon (uc003ocl.2/3109, exon 2 of 6)",6,32605183,32614839,9657,1,"3117",301374,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr14",105487229,105487248,20,"*","Promoter (<=1kb)",14,105475910,105487425,11516,2,"55038",177,"ENSG00000170779","CDCA4","cell division cycle associated 4"
+"chr14",100752096,100752258,163,"*","Distal Intergenic",14,100757453,100772860,15408,2,"123096",20602,"ENSG00000197119","SLC25A29","solute carrier family 25 member 29"
+"chr3",63428840,63428859,20,"*","5' UTR",3,63409272,63535727,126456,2,"100874016",106868,"ENSG00000241359","SYNPR-AS1","SYNPR antisense RNA 1"
+"chr14",78639688,78639719,32,"*","Promoter (2-3kb)",14,78636716,80334633,1697918,1,"9369",2972,"ENSG00000021645","NRXN3","neurexin 3"
+"chr6",74171430,74171446,17,"*","Promoter (<=1kb)",6,74171454,74211179,39726,1,"25821",-8,"ENSG00000135297","MTO1","mitochondrial tRNA translation optimization 1"
+"chr10",122609968,122610158,191,"*","Promoter (<=1kb)",10,122610687,122669038,58352,1,"55717",-529,"ENSG00000120008","WDR11","WD repeat domain 11"
+"chr9",140116045,140116089,45,"*","Promoter (<=1kb)",9,140114699,140115775,1077,2,"727800",-270,"ENSG00000212864","RNF208","ring finger protein 208"
+"chr19",675961,676444,484,"*","Promoter (<=1kb)",19,676389,683392,7004,1,"10272",0,"ENSG00000070404","FSTL3","follistatin like 3"
+"chr13",113688124,113688220,97,"*","Intron (uc031qnk.1/23263, intron 3 of 27)",13,113621798,113622952,1155,2,"100289410",-65172,NA,"MCF2L-AS1","MCF2L antisense RNA 1"
+"chr16",12996841,12997160,320,"*","Promoter (1-2kb)",16,12995477,13334273,338797,1,"729993",1364,"ENSG00000237515","SHISA9","shisa family member 9"
+"chr8",140744200,140744278,79,"*","Exon (uc003yvj.2/83696, exon 22 of 23)",8,140613082,140715299,102218,2,"51305",-28901,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
+"chr1",223854639,223854704,66,"*","Promoter (1-2kb)",1,223714972,223853436,138465,2,"388743",-1203,"ENSG00000203697","CAPN8","calpain 8"
+"chr3",183602683,183602690,8,"*","Promoter (<=1kb)",3,183547173,183602693,55521,2,"55486",3,"ENSG00000175193","PARL","presenilin associated, rhomboid-like"
+"chr1",29209645,29210069,425,"*","Distal Intergenic",1,29213603,29446558,232956,1,"2035",-3534,"ENSG00000159023","EPB41","erythrocyte membrane protein band 4.1"
+"chr19",38879544,38879625,82,"*","Promoter (<=1kb)",19,38874992,38878668,3677,2,"199720",-876,"ENSG00000179168","GGN","gametogenetin"
+"chr3",127842836,127842843,8,"*","Intron (uc003ekf.3/8607, intron 9 of 9)",3,127872313,128127489,255177,1,"60678",-29470,"ENSG00000132394","EEFSEC","eukaryotic elongation factor, selenocysteine-tRNA-specific"
+"chr17",76165079,76165253,175,"*","Promoter (<=1kb)",17,76164671,76169009,4339,1,"9144",408,"ENSG00000108639","SYNGR2","synaptogyrin 2"
+"chrX",152665963,152666217,255,"*","Distal Intergenic",23,152683781,152687086,3306,1,"139735",-17564,"ENSG00000189420","ZFP92","ZFP92 zinc finger protein"
+"chr11",2554295,2554330,36,"*","Intron (uc001lwn.3/3784, intron 2 of 15)",11,2466221,2870340,404120,1,"3784",88074,"ENSG00000053918","KCNQ1","potassium voltage-gated channel subfamily Q member 1"
+"chr7",41745354,41745376,23,"*","Promoter (2-3kb)",7,41728601,41742706,14106,2,"3624",-2648,"ENSG00000122641","INHBA","inhibin beta A"
+"chr8",145844806,145845212,407,"*","Intron (uc011llk.1/80728, intron 10 of 10)",8,145754563,145911194,156632,2,"80728",65982,"ENSG00000147799","ARHGAP39","Rho GTPase activating protein 39"
+"chr7",54956419,54956598,180,"*","Distal Intergenic",7,54819940,54826939,7000,2,"23480",-129480,"ENSG00000132432","SEC61G","Sec61 translocon gamma subunit"
+"chr8",142285145,142285223,79,"*","Distal Intergenic",8,142217274,142264225,46952,2,"57210",-20920,"ENSG00000022567","SLC45A4","solute carrier family 45 member 4"
+"chr16",88941773,88942093,321,"*","3' UTR",16,88928036,88933068,5033,2,"390748",-8705,"ENSG00000205022","PABPN1L","poly(A) binding protein, nuclear 1-like (cytoplasmic)"
+"chr13",28366498,28366550,53,"*","Promoter (<=1kb)",13,28366780,28368089,1310,1,"219409",-230,"ENSG00000169840","GSX1","GS homeobox 1"
+"chr2",106509480,106509825,346,"*","3' UTR",2,106361520,106510730,149211,1,"8440",147960,"ENSG00000071051","NCK2","NCK adaptor protein 2"
+"chr2",68871054,68871420,367,"*","Intron (uc002ses.3/10887, intron 3 of 5)",2,68906746,69053957,147212,1,"9938",-35326,"ENSG00000163219","ARHGAP25","Rho GTPase activating protein 25"
+"chr3",138313050,138313064,15,"*","Promoter (<=1kb)",3,138213187,138313129,99943,2,"80321",65,"ENSG00000114107","CEP70","centrosomal protein 70kDa"
+"chr5",39425499,39425501,3,"*","Promoter (<=1kb)",5,39371776,39425335,53560,2,"1601",-164,"ENSG00000153071","DAB2","Dab, mitogen-responsive phosphoprotein, homolog 2 (Drosophila)"
+"chr13",71086048,71086226,179,"*","Distal Intergenic",13,70274725,70682625,407901,2,"57626",-403423,"ENSG00000150361","KLHL1","kelch like family member 1"
+"chr1",1334803,1334814,12,"*","Promoter (<=1kb)",1,1321091,1334718,13628,2,"81669",-85,"ENSG00000221978","CCNL2","cyclin L2"
+"chr4",52917541,52917543,3,"*","Promoter (<=1kb)",4,52917593,52963458,45866,1,"132671",-50,"ENSG00000163071","SPATA18","spermatogenesis associated 18"
+"chr11",68095662,68096049,388,"*","Intron (uc001ont.3/4041, intron 1 of 22)",11,68080108,68216743,136636,1,"4041",15554,"ENSG00000162337","LRP5","LDL receptor related protein 5"
+"chr4",141565219,141565541,323,"*","Promoter (<=1kb)",4,141562345,141564234,1890,2,"644962",-985,NA,"TNRC18P1","trinucleotide repeat containing 18 pseudogene 1"
+"chr5",151303799,151303934,136,"*","Promoter (<=1kb)",5,151202074,151304397,102324,2,"2741",463,"ENSG00000145888","GLRA1","glycine receptor alpha 1"
+"chrX",48931742,48931823,82,"*","Intron (uc011mmt.2/11230, intron 2 of 7)",23,48928818,48937564,8747,2,"11230",5741,"ENSG00000243279","PRAF2","PRA1 domain family member 2"
+"chr1",90097933,90098291,359,"*","Promoter (<=1kb)",1,90090408,90098453,8046,2,"400761",162,"ENSG00000231999","FLJ27354","uncharacterized LOC400761"
+"chr10",72165322,72165580,259,"*","Promoter (1-2kb)",10,72163861,72188374,24514,1,"1979",1461,"ENSG00000148730","EIF4EBP2","eukaryotic translation initiation factor 4E binding protein 2"
+"chr9",133762611,133762848,238,"*","3' UTR",9,133768815,133769225,411,2,"347148",6377,"ENSG00000188710","QRFP","pyroglutamylated RFamide peptide"
+"chr6",30164320,30164453,134,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1680750,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",136611636,136611664,29,"*","Promoter (<=1kb)",6,136578001,136610989,32989,2,"9774",-647,"ENSG00000029363","BCLAF1","BCL2 associated transcription factor 1"
+"chr12",1937829,1937920,92,"*","Intron (uc001qjt.2/654429, intron 3 of 4)",12,1929433,1945918,16486,1,"654429",8396,"ENSG00000166159","LRTM2","leucine-rich repeats and transmembrane domains 2"
+"chr8",96281430,96281443,14,"*","Promoter (<=1kb)",8,96257141,96281462,24322,2,"157657",19,"ENSG00000156172","C8orf37","chromosome 8 open reading frame 37"
+"chr1",110091035,110091086,52,"*","Promoter (<=1kb)",1,110091186,110138454,47269,1,"2773",-100,"ENSG00000065135","GNAI3","G protein subunit alpha i3"
+"chr6",32145558,32145617,60,"*","Intron (uc003oah.3/10554, intron 6 of 6)",6,32485154,32557613,72460,2,"3127",411996,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",96162940,96163157,218,"*","Promoter (<=1kb)",10,96162186,96296089,133904,1,"23232",754,"ENSG00000108239","TBC1D12","TBC1 domain family member 12"
+"chr12",122688279,122688708,430,"*","Promoter (<=1kb)",12,122688228,122692084,3857,1,"79369",51,"ENSG00000176383","B3GNT4","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 4"
+"chr20",25065207,25065418,212,"*","Promoter (2-3kb)",20,25051521,25063015,11495,2,"30813",-2192,"ENSG00000100987","VSX1","visual system homeobox 1"
+"chr16",1316137,1316439,303,"*","Distal Intergenic",16,1306273,1308494,2222,1,"23430",9864,"ENSG00000095917","TPSD1","tryptase delta 1"
+"chr1",159750490,159750522,33,"*","Promoter (<=1kb)",1,159750759,159752333,1575,1,"54935",-237,"ENSG00000158716","DUSP23","dual specificity phosphatase 23"
+"chr7",211878,211932,55,"*","Intron (uc003sip.3/56975, intron 3 of 9)",7,192969,300740,107772,1,"56975",18909,"ENSG00000177706","FAM20C","family with sequence similarity 20 member C"
+"chr3",36805370,36805426,57,"*","Distal Intergenic",3,36753913,36781352,27440,2,"85443",-24018,"ENSG00000163673","DCLK3","doublecortin like kinase 3"
+"chr8",79428386,79428396,11,"*","Promoter (<=1kb)",8,79428336,79517502,89167,1,"5569",50,"ENSG00000171033","PKIA","protein kinase (cAMP-dependent, catalytic) inhibitor alpha"
+"chr17",75463812,75463936,125,"*","Intron (uc002jts.4/10801, intron 3 of 11)",17,75393066,75393136,71,2,"100422851",-70676,"ENSG00000264060","MIR4316","microRNA 4316"
+"chr1",19600719,19600730,12,"*","Promoter (<=1kb)",1,19592476,19600568,8093,2,"246181",-151,"ENSG00000211454","AKR7L","aldo-keto reductase family 7-like (gene/pseudogene)"
+"chr12",14927880,14928035,156,"*","Promoter (<=1kb)",12,14927270,14930936,3667,1,"55766",610,"ENSG00000246705","H2AFJ","H2A histone family member J"
+"chr6",32862002,32862109,108,"*","Exon (uc003oci.2/100294145, exon 1 of 2)",6,32605183,32614839,9657,1,"3117",256819,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr16",4258102,4258342,241,"*","Exon (uc002cvy.4/6345, exon 2 of 7)",16,4239375,4292081,52707,2,"6345",33739,"ENSG00000185739","SRL","sarcalumenin"
+"chr21",28337168,28337594,427,"*","Promoter (1-2kb)",21,28290231,28339439,49209,2,"11096",1845,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
+"chr7",127292107,127292110,4,"*","Promoter (<=1kb)",7,127292202,127732659,440458,1,"27044",-92,"ENSG00000197157","SND1","staphylococcal nuclease and tudor domain containing 1"
+"chr9",139872161,139872198,38,"*","Promoter (2-3kb)",9,139869546,139876194,6649,1,"5730",2615,"ENSG00000107317","PTGDS","prostaglandin D2 synthase"
+"chr17",4463371,4463863,493,"*","Promoter (<=1kb)",17,4460222,4463876,3655,2,"124975",13,"ENSG00000167741","GGT6","gamma-glutamyltransferase 6"
+"chr12",3590738,3590750,13,"*","Intron (uc009zed.3/56341, intron 1 of 9)",12,3490515,3703138,212624,1,"56341",100223,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
+"chr2",20068702,20068871,170,"*","Promoter (<=1kb)",2,20068615,20084808,16194,1,"400946",87,"ENSG00000228784","LINC00954","long intergenic non-protein coding RNA 954"
+"chr6",32073035,32073075,41,"*","Intron (uc003nzl.2/7148, intron 43 of 43)",6,32485154,32557613,72460,2,"3127",484538,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",1510000,1510029,30,"*","Intron (uc009xhq.3/105, intron 9 of 9)",10,1568825,1599179,30355,1,"642394",-58796,"ENSG00000205696","ADARB2-AS1","ADARB2 antisense RNA 1"
+"chr14",23938408,23938736,329,"*","Promoter (<=1kb)",14,23938898,23947402,8505,1,"25983",-162,"ENSG00000129460","NGDN","neuroguidin"
+"chr3",192445332,192445340,9,"*","Promoter (<=1kb)",3,191857182,192445388,588207,2,"2257",48,"ENSG00000114279","FGF12","fibroblast growth factor 12"
+"chr8",296808,297281,474,"*","Distal Intergenic",8,356808,419875,63068,1,"26260",-59527,"ENSG00000147364","FBXO25","F-box protein 25"
+"chr12",132886302,132886405,104,"*","Intron (uc001ukc.4/50614, intron 10 of 10)",12,132680917,132905905,224989,2,"50614",19500,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr19",12792430,12792705,276,"*","Promoter (<=1kb)",19,12786531,12792701,6171,2,"1725",0,"ENSG00000095059","DHPS","deoxyhypusine synthase"
+"chr14",105834424,105834764,341,"*","Exon (uc001yqs.2/23241, exon 6 of 24)",14,105864920,105880196,15277,1,"647310",-30156,"ENSG00000226174","TEX22","testis expressed 22"
+"chr15",89907399,89907810,412,"*","Distal Intergenic",15,89911248,89911337,90,1,"407051",-3438,"ENSG00000207819","MIR9-3","microRNA 9-3"
+"chr5",1882963,1883214,252,"*","Intron (uc031sio.1/50805, intron 6 of 6)",5,1877541,1887293,9753,2,"50805",4079,"ENSG00000113430","IRX4","iroquois homeobox 4"
+"chr7",23719613,23719634,22,"*","Promoter (<=1kb)",7,23719749,23742269,22521,1,"340277",-115,"ENSG00000188732","FAM221A","family with sequence similarity 221 member A"
+"chr1",202976491,202976858,368,"*","Promoter (<=1kb)",1,202976534,202993197,16664,1,"92703",0,"ENSG00000163444","TMEM183A","transmembrane protein 183A"
+"chr2",10220768,10220838,71,"*","Promoter (<=1kb)",2,10196926,10220538,23613,2,"192668",-230,"ENSG00000205795","CYS1","cystin 1"
+"chr1",178061897,178062390,494,"*","Promoter (<=1kb)",1,178062864,178448648,385785,1,"9462",-474,"ENSG00000075391","RASAL2","RAS protein activator like 2"
+"chr2",66666292,66666422,131,"*","Intron (uc002sdt.3/4211, intron 2 of 10)",2,66662532,66799891,137360,1,"4211",3760,"ENSG00000143995","MEIS1","Meis homeobox 1"
+"chr4",1208737,1208960,224,"*","Intron (uc003gcs.2/uc003gcs.2, intron 4 of 5)",4,1189571,1202750,13180,2,"100130872",-5987,NA,"LOC100130872","uncharacterized LOC100130872"
+"chr5",177558041,177558052,12,"*","Promoter (<=1kb)",5,177558028,177575479,17452,1,"64777",13,"ENSG00000145916","RMND5B","required for meiotic nuclear division 5 homolog B"
+"chr6",150213124,150213234,111,"*","Intron (uc003qni.2/100652739, intron 1 of 1)",6,150204511,150217195,12685,2,"135250",3961,"ENSG00000164520","RAET1E","retinoic acid early transcript 1E"
+"chr2",241263026,241263049,24,"*","Distal Intergenic",2,241375115,241407495,32381,1,"2817",-112066,"ENSG00000063660","GPC1","glypican 1"
+"chr16",49407465,49407746,282,"*","Promoter (<=1kb)",16,49407808,49433319,25512,1,"123970",-62,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
+"chr22",20134415,20134578,164,"*","Promoter (2-3kb)",22,20136109,20137431,1323,2,"388849",2853,"ENSG00000234409","CCDC188","coiled-coil domain containing 188"
+"chr9",127624236,127624485,250,"*","Promoter (<=1kb)",9,127620158,127624240,4083,2,"11224",0,"ENSG00000136942","RPL35","ribosomal protein L35"
+"chr5",87990074,87990097,24,"*","Distal Intergenic",5,87836597,87980620,144024,2,"645323",-9454,"ENSG00000245526","LINC00461","long intergenic non-protein coding RNA 461"
+"chr7",2802554,2802560,7,"*","Intron (uc003smt.3/2768, intron 2 of 4)",7,2767741,2883959,116219,2,"2768",81399,"ENSG00000146535","GNA12","G protein subunit alpha 12"
+"chr7",102087309,102087552,244,"*","3' UTR",7,102073977,102097268,23292,1,"80228",13332,"ENSG00000160991","ORAI2","ORAI calcium release-activated calcium modulator 2"
+"chr3",11888407,11888436,30,"*","Promoter (<=1kb)",3,11831919,11888352,56434,2,"132001",-55,"ENSG00000144559","TAMM41","TAM41 mitochondrial translocator assembly and maintenance homolog"
+"chr3",182510844,182510901,58,"*","Promoter (<=1kb)",3,182511291,182639421,128131,1,"23200",-390,"ENSG00000058063","ATP11B","ATPase phospholipid transporting 11B (putative)"
+"chr6",126112122,126112125,4,"*","5' UTR",6,126102307,126253176,150870,1,"135112",9815,"ENSG00000111912","NCOA7","nuclear receptor coactivator 7"
+"chr7",98030434,98030593,160,"*","Promoter (<=1kb)",7,97920962,98030427,109466,2,"55971",-7,"ENSG00000006453","BAIAP2L1","BAI1 associated protein 2 like 1"
+"chrX",105067054,105067311,258,"*","Promoter (<=1kb)",23,105066536,105202602,136067,1,"203447",518,"ENSG00000123572","NRK","Nik related kinase"
+"chr3",146263099,146263288,190,"*","Promoter (<=1kb)",3,146232967,146262628,29662,2,"5359",-471,"ENSG00000188313","PLSCR1","phospholipid scramblase 1"
+"chr14",105045139,105045299,161,"*","Promoter (<=1kb)",14,105046056,105056183,10128,1,"400258",-757,"ENSG00000184601","C14orf180","chromosome 14 open reading frame 180"
+"chr20",30437512,30437683,172,"*","Exon (uc002wwu.1/128853, exon 8 of 10)",20,30432103,30433420,1318,2,"2307",-4092,"ENSG00000179772","FOXS1","forkhead box S1"
+"chr1",67520210,67520304,95,"*","Promoter (<=1kb)",1,67465015,67520080,55066,2,"23169",-130,"ENSG00000116704","SLC35D1","solute carrier family 35 member D1"
+"chr20",60544751,60544932,182,"*","Distal Intergenic",20,60528602,60528718,117,2,"100302168",-16033,"ENSG00000221417","MIR1257","microRNA 1257"
+"chr10",97804089,97804280,192,"*","Promoter (<=1kb)",10,97803159,97820625,17467,1,"54619",930,"ENSG00000107443","CCNJ","cyclin J"
+"chr3",113955600,113955940,341,"*","Promoter (<=1kb)",3,113953480,113956425,2946,2,"7634",485,"ENSG00000174255","ZNF80","zinc finger protein 80"
+"chr19",5711979,5712020,42,"*","5' UTR",19,5691845,5720463,28619,2,"9361",8443,"ENSG00000196365","LONP1","lon peptidase 1, mitochondrial"
+"chr20",23471737,23471921,185,"*","Promoter (<=1kb)",20,23471766,23476655,4890,1,"10047",0,"ENSG00000125815","CST8","cystatin 8"
+"chr19",19249409,19249433,25,"*","Promoter (<=1kb)",19,19230425,19249310,18886,2,"54929",-99,"ENSG00000064545","TMEM161A","transmembrane protein 161A"
+"chr12",54500175,54500619,445,"*","Intron (uc001sey.2/440101, intron 1 of 1)",12,54495993,54496483,491,1,"100240734",4182,"ENSG00000249388","LOC100240734","uncharacterized LOC100240734"
+"chr6",165746952,165746981,30,"*","Intron (uc011egj.2/10846, intron 1 of 23)",6,165693153,165723111,29959,2,"168090",-23841,"ENSG00000112539","C6orf118","chromosome 6 open reading frame 118"
+"chr1",153030519,153030546,28,"*","Intron (uc001fbf.3/6700, intron 1 of 1)",1,153042718,153044084,1367,2,"6701",13538,"ENSG00000196805","SPRR2B","small proline rich protein 2B"
+"chr2",207506480,207506487,8,"*","Promoter (<=1kb)",2,207507142,207514173,7032,1,"200726",-655,NA,"LOC200726","hCG1657980"
+"chr9",34620222,34620395,174,"*","Promoter (<=1kb)",9,34613548,34620496,6949,2,"11258",101,"ENSG00000137100","DCTN3","dynactin subunit 3"
+"chr12",125667848,125667859,12,"*","Distal Intergenic",12,125549925,125627871,77947,1,"65985",117923,"ENSG00000081760","AACS","acetoacetyl-CoA synthetase"
+"chr11",72433503,72433619,117,"*","Intron (uc001osu.3/116985, intron 32 of 34)",11,72287184,72385497,98314,2,"5138",-48006,"ENSG00000186642","PDE2A","phosphodiesterase 2A"
+"chr15",28341452,28341562,111,"*","Promoter (2-3kb)",15,28000023,28344458,344436,2,"4948",2896,"ENSG00000104044","OCA2","OCA2 melanosomal transmembrane protein"
+"chr16",50744951,50745054,104,"*","Exon (uc010cbk.1/64127, exon 4 of 4)",16,50727514,50766987,39474,1,"64127",17437,"ENSG00000167207","NOD2","nucleotide binding oligomerization domain containing 2"
+"chr16",1152511,1153002,492,"*","Distal Intergenic",16,1138226,1146244,8019,2,"390664",-6267,"ENSG00000184471","C1QTNF8","C1q and tumor necrosis factor related protein 8"
+"chr6",133120269,133120407,139,"*","Promoter (<=1kb)",6,133090507,133119747,29241,2,"116843",-522,"ENSG00000146409","SLC18B1","solute carrier family 18 member B1"
+"chr1",154839765,154839909,145,"*","Promoter (2-3kb)",1,154669942,154842754,172813,2,"3782",2845,"ENSG00000143603","KCNN3","potassium calcium-activated channel subfamily N member 3"
+"chr1",154943349,154943603,255,"*","Intron (uc001ffx.3/6464, intron 12 of 12)",1,154934774,154946959,12186,2,"6464",3356,"ENSG00000160691","SHC1","SHC (Src homology 2 domain containing) transforming protein 1"
+"chr2",31456775,31456789,15,"*","Promoter (<=1kb)",2,31395922,31456724,60803,2,"440854",-51,"ENSG00000214711","CAPN14","calpain 14"
+"chr3",58418944,58419375,432,"*","Promoter (<=1kb)",3,58413357,58419579,6223,2,"5162",204,"ENSG00000168291","PDHB","pyruvate dehydrogenase (lipoamide) beta"
+"chr3",56502646,56502747,102,"*","Promoter (<=1kb)",3,55542336,56502391,960056,2,"26059",-255,"ENSG00000187672","ERC2","ELKS/RAB6-interacting/CAST family member 2"
+"chr4",467983,467992,10,"*","Promoter (<=1kb)",4,419224,467998,48775,2,"79963",6,"ENSG00000251595","ABCA11P","ATP binding cassette subfamily A member 11, pseudogene"
+"chr12",113658854,113658888,35,"*","Promoter (<=1kb)",12,113633246,113658880,25635,2,"115811",0,"ENSG00000166578","IQCD","IQ motif containing D"
+"chr12",54385517,54385526,10,"*","Promoter (<=1kb)",12,54385522,54385631,110,1,"406973",0,"ENSG00000207924","MIR196A2","microRNA 196a-2"
+"chr16",4382269,4382727,459,"*","Promoter (<=1kb)",16,4382216,4389598,7383,1,"84662",53,"ENSG00000126603","GLIS2","GLIS family zinc finger 2"
+"chr8",103741780,103742075,296,"*","Distal Intergenic",8,103661005,103667983,6979,2,"7071",-73797,"ENSG00000155090","KLF10","Kruppel-like factor 10"
+"chr2",118380944,118381131,188,"*","Distal Intergenic",2,118572255,118589953,17699,1,"8886",-191124,"ENSG00000088205","DDX18","DEAD-box helicase 18"
+"chr5",41924744,41925072,329,"*","Promoter (<=1kb)",5,41925356,41941672,16317,1,"26272",-284,"ENSG00000151876","FBXO4","F-box protein 4"
+"chr1",174968457,174968509,53,"*","Promoter (<=1kb)",1,174968571,174981163,12593,1,"27101",-62,"ENSG00000116161","CACYBP","calcyclin binding protein"
+"chr1",20616440,20616496,57,"*","Promoter (<=1kb)",1,20617412,20681387,63976,1,"127731",-916,"ENSG00000158816","VWA5B1","von Willebrand factor A domain containing 5B1"
+"chr4",1341016,1341371,356,"*","Promoter (<=1kb)",4,1341104,1381837,40734,1,"57654",0,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
+"chr3",45429828,45430029,202,"*","Promoter (<=1kb)",3,45430075,45590328,160254,1,"23395",-46,"ENSG00000011376","LARS2","leucyl-tRNA synthetase 2"
+"chr6",33421509,33421704,196,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",126366,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",1029697,1030166,470,"*","Promoter (1-2kb)",16,903635,1031318,127684,2,"64788",1152,"ENSG00000103227","LMF1","lipase maturation factor 1"
+"chr7",100425027,100425106,80,"*","Promoter (<=1kb)",7,100400187,100425143,24957,2,"2050",37,"ENSG00000196411","EPHB4","EPH receptor B4"
+"chr10",133795510,133795575,66,"*","Promoter (<=1kb)",10,133781204,133795435,14232,2,"664",-75,"ENSG00000176171","BNIP3","BCL2/adenovirus E1B 19kDa interacting protein 3"
+"chr16",1455735,1455802,68,"*","Intron (uc031qup.1/64718, intron 13 of 14)",16,1413206,1464705,51500,2,"64718",8903,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr21",46238804,46238957,154,"*","Promoter (<=1kb)",21,46225532,46238044,12513,2,"6612",-760,"ENSG00000184900","SUMO3","small ubiquitin-like modifier 3"
+"chr10",35894222,35894247,26,"*","Promoter (<=1kb)",10,35894338,35897863,3526,1,"219770",-91,"ENSG00000177291","GJD4","gap junction protein delta 4"
+"chr16",777408,777441,34,"*","Promoter (<=1kb)",16,776958,779715,2758,1,"84264",450,"ENSG00000103253","HAGHL","hydroxyacylglutathione hydrolase-like"
+"chr22",25575198,25575378,181,"*","Intron (uc003abn.3/85379, intron 7 of 10)",22,25595817,25603326,7510,1,"1417",-20439,"ENSG00000100053","CRYBB3","crystallin beta B3"
+"chr11",105948767,105949099,333,"*","Promoter (<=1kb)",11,105921825,105948465,26641,2,"143879",-302,"ENSG00000182359","KBTBD3","kelch repeat and BTB domain containing 3"
+"chr7",140771371,140771779,409,"*","Promoter (2-3kb)",7,140774032,141180179,406148,1,"100507421",-2253,"ENSG00000261115","TMEM178B","transmembrane protein 178B"
+"chr3",197517876,197517914,39,"*","Promoter (<=1kb)",3,197518145,197611043,92899,1,"84859",-231,"ENSG00000186001","LRCH3","leucine-rich repeats and calponin homology (CH) domain containing 3"
+"chr17",37895429,37895771,343,"*","Promoter (1-2kb)",17,37894162,37903538,9377,1,"2886",1267,"ENSG00000141738","GRB7","growth factor receptor bound protein 7"
+"chr4",186318115,186318356,242,"*","Promoter (<=1kb)",4,186317840,186321782,3943,1,"353322",275,"ENSG00000186352","ANKRD37","ankyrin repeat domain 37"
+"chr11",105947864,105948098,235,"*","Promoter (<=1kb)",11,105948292,105969419,21128,1,"60496",-194,"ENSG00000149313","AASDHPPT","aminoadipate-semialdehyde dehydrogenase-phosphopantetheinyl transferase"
+"chr2",71134791,71134888,98,"*","Intron (uc002shh.3/25806, intron 1 of 2)",2,71127720,71160575,32856,1,"25806",7071,"ENSG00000116035","VAX2","ventral anterior homeobox 2"
+"chr4",15682874,15682893,20,"*","Promoter (<=1kb)",4,15683352,15692070,8719,1,"285550",-459,"ENSG00000237765","FAM200B","family with sequence similarity 200 member B"
+"chr3",49044755,49044904,150,"*","Promoter (<=1kb)",3,49044637,49053386,8750,1,"11180",118,"ENSG00000178252","WDR6","WD repeat domain 6"
+"chr7",120497479,120497511,33,"*","Promoter (<=1kb)",7,120427374,120498177,70804,2,"23554",666,"ENSG00000106025","TSPAN12","tetraspanin 12"
+"chr12",58019647,58019759,113,"*","3' UTR",12,58013693,58019934,6242,1,"65012",5954,"ENSG00000135502","SLC26A10","solute carrier family 26 member 10"
+"chr1",41627791,41628022,232,"*","Intron (uc001cgp.3/22955, intron 14 of 14)",1,41492871,41707815,214945,2,"22955",79793,"ENSG00000010803","SCMH1","sex comb on midleg homolog 1 (Drosophila)"
+"chr1",200841805,200841813,9,"*","Promoter (<=1kb)",1,200842083,200843306,1224,1,"2848",-270,"ENSG00000170128","GPR25","G protein-coupled receptor 25"
+"chr16",28073770,28073940,171,"*","Promoter (<=1kb)",16,27798850,28074830,275981,2,"146395",890,"ENSG00000169181","GSG1L","GSG1-like"
+"chr8",72757739,72757779,41,"*","Promoter (1-2kb)",8,72753777,72756731,2955,2,"9242",-1008,"ENSG00000178860","MSC","musculin"
+"chr13",21277342,21277362,21,"*","Promoter (<=1kb)",13,21277482,21297237,19756,1,"53342",-120,"ENSG00000172458","IL17D","interleukin 17D"
+"chr4",189060852,189060982,131,"*","Promoter (<=1kb)",4,189060598,189068649,8052,1,"339976",254,"ENSG00000184108","TRIML1","tripartite motif family like 1"
+"chr17",42634907,42635262,356,"*","Promoter (<=1kb)",17,42634812,42638630,3819,1,"2535",95,"ENSG00000180340","FZD2","frizzled class receptor 2"
+"chr10",70715697,70715782,86,"*","Promoter (<=1kb)",10,70715879,70744825,28947,1,"9188",-97,"ENSG00000165732","DDX21","DEAD-box helicase 21"
+"chr12",109914017,109914093,77,"*","Promoter (1-2kb)",12,109886460,109915155,28696,2,"83892",1062,"ENSG00000110906","KCTD10","potassium channel tetramerization domain containing 10"
+"chr8",56756852,56757013,162,"*","Distal Intergenic",8,56792386,56925006,132621,1,"4067",-35373,"ENSG00000254087","LYN","LYN proto-oncogene, Src family tyrosine kinase"
+"chr1",155035340,155035482,143,"*","Promoter (<=1kb)",1,155036213,155060014,23802,1,"1944",-731,"ENSG00000143590","EFNA3","ephrin-A3"
+"chr18",76751616,76751952,337,"*","Intron (uc002lmt.3/27164, intron 1 of 2)",18,76740275,76758969,18695,1,"27164",11341,"ENSG00000256463","SALL3","spalt-like transcription factor 3"
+"chr1",25255872,25256321,450,"*","Exon (uc001bjq.3/864, exon 1 of 5)",1,25226002,25291612,65611,2,"864",35291,"ENSG00000020633","RUNX3","runt related transcription factor 3"
+"chr7",101846945,101847004,60,"*","Intron (uc003uys.4/1523, intron 18 of 23)",7,101928405,101962178,33774,1,"10603",-81401,"ENSG00000160999","SH2B2","SH2B adaptor protein 2"
+"chr1",205745659,205745713,55,"*","Promoter (1-2kb)",1,205737114,205744610,7497,2,"8934",-1049,"ENSG00000117280","RAB29","RAB29, member RAS oncogene family"
+"chr6",32121355,32121368,14,"*","5' UTR",6,32485154,32557613,72460,2,"3127",436245,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",165322736,165323232,497,"*","Promoter (2-3kb)",1,165171104,165325952,154849,2,"4009",2720,"ENSG00000162761","LMX1A","LIM homeobox transcription factor 1 alpha"
+"chr6",29691202,29691264,63,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1207632,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr1",2082458,2082522,65,"*","Intron (uc001aiq.3/5590, intron 9 of 17)",1,2115899,2139172,23274,2,"199990",56650,"ENSG00000162585","FAAP20","Fanconi anemia core complex associated protein 20"
+"chr6",32812518,32812521,4,"*","5' UTR",6,32605183,32614839,9657,1,"3117",207335,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr5",122429469,122429966,498,"*","Intron (uc003kti.3/93166, intron 2 of 7)",5,122424841,122523745,98905,1,"93166",4628,"ENSG00000061455","PRDM6","PR domain 6"
+"chr1",177140510,177140561,52,"*","Promoter (<=1kb)",1,177140633,177251558,110926,1,"57795",-72,"ENSG00000198797","BRINP2","BMP/retinoic acid inducible neural specific 2"
+"chr2",8684041,8684126,86,"*","Distal Intergenic",2,8822113,8824583,2471,1,"3398",-137987,"ENSG00000115738","ID2","inhibitor of DNA binding 2, HLH protein"
+"chr6",33262531,33262552,22,"*","5' UTR",6,33540323,33548070,7748,2,"578",285518,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr16",27280283,27280386,104,"*","Promoter (<=1kb)",16,27236315,27280113,43799,2,"197370",-170,"ENSG00000169189","NSMCE1","NSE1 homolog, SMC5-SMC6 complex component"
+"chr1",2271279,2271419,141,"*","Intron (uc001ajb.1/79906, intron 4 of 13)",1,2281853,2284100,2248,2,"100129534",12681,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr2",242742807,242743214,408,"*","Exon (uc002wcj.1/64090, exon 4 of 4)",2,242750160,242758739,8580,1,"129807",-6946,"ENSG00000204099","NEU4","neuraminidase 4 (sialidase)"
+"chr20",10655416,10655447,32,"*","Promoter (<=1kb)",20,10618332,10654694,36363,2,"182",-722,"ENSG00000101384","JAG1","jagged 1"
+"chr8",63160698,63160713,16,"*","Promoter (<=1kb)",8,63161501,63903628,742128,1,"286183",-788,"ENSG00000185942","NKAIN3","Na+/K+ transporting ATPase interacting 3"
+"chr6",111580656,111580838,183,"*","Promoter (<=1kb)",6,111580482,111590261,9780,1,"91749",174,"ENSG00000173214","MFSD4B","major facilitator superfamily domain containing 4B"
+"chr3",148804742,148804818,77,"*","Promoter (<=1kb)",3,148747904,148804341,56438,2,"6596",-401,"ENSG00000071794","HLTF","helicase-like transcription factor"
+"chr17",46806056,46806134,79,"*","Promoter (<=1kb)",17,46802127,46806111,3985,2,"10481",0,"ENSG00000159184","HOXB13","homeobox B13"
+"chr22",48916862,48917166,305,"*","Intron (uc003bim.4/25817, intron 1 of 3)",22,48934712,48943199,8488,2,"284933",26033,"ENSG00000281732","LOC284933","uncharacterized LOC284933"
+"chr1",1099118,1099563,446,"*","Promoter (2-3kb)",1,1102484,1102578,95,1,"406984",-2921,"ENSG00000207730","MIR200B","microRNA 200b"
+"chr19",40711818,40711880,63,"*","Exon (uc002ona.3/4294, exon 5 of 10)",19,40721965,40724306,2342,2,"148014",12426,"ENSG00000174521","TTC9B","tetratricopeptide repeat domain 9B"
+"chr8",67783229,67783685,457,"*","Promoter (<=1kb)",8,67782984,67834283,51300,1,"157777",245,"ENSG00000178460","MCMDC2","minichromosome maintenance domain containing 2"
+"chr6",32060768,32061036,269,"*","Intron (uc003nzl.2/7148, intron 40 of 43)",6,32485154,32557613,72460,2,"3127",496577,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",8274017,8274069,53,"*","Promoter (<=1kb)",19,8274217,8327304,53088,1,"79603",-148,"ENSG00000090661","CERS4","ceramide synthase 4"
+"chr1",63792134,63792183,50,"*","Distal Intergenic",1,63788730,63790797,2068,1,"27022",3404,"ENSG00000187140","FOXD3","forkhead box D3"
+"chr10",37967356,37967620,265,"*","Distal Intergenic",10,37890366,37891859,1494,2,"100288485",-75497,"ENSG00000256892","MTRNR2L7","MT-RNR2-like 7"
+"chr19",2950866,2950871,6,"*","Distal Intergenic",19,2933216,2944969,11754,2,"58492",-5897,"ENSG00000175691","ZNF77","zinc finger protein 77"
+"chr7",158072443,158072687,245,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",252818,"ENSG00000207637","MIR595","microRNA 595"
+"chr1",155051521,155051711,191,"*","Exon (uc001fhf.3/1944, exon 1 of 5)",1,155017668,155036467,18800,2,"100505666",-15054,NA,"LOC100505666","uncharacterized LOC100505666"
+"chr2",234637306,234637526,221,"*","Promoter (<=1kb)",2,234637773,234681951,44179,1,"54659",-247,"ENSG00000243135","UGT1A3","UDP glucuronosyltransferase family 1 member A3"
+"chr7",24613072,24613078,7,"*","Promoter (<=1kb)",7,24613085,24727498,114414,1,"51678",-7,"ENSG00000105926","MPP6","membrane protein, palmitoylated 6"
+"chr1",231473786,231473791,6,"*","Promoter (<=1kb)",1,231473682,231490769,17088,1,"83932",104,"ENSG00000010072","SPRTN","SprT-like N-terminal domain"
+"chr2",234749770,234749871,102,"*","Exon (uc002vvg.3/55355, exon 8 of 9)",2,234745486,234763212,17727,2,"55355",13341,"ENSG00000123485","HJURP","Holliday junction recognition protein"
+"chr17",8380530,8380905,376,"*","Intron (uc002gll.4/4628, intron 2 of 40)",17,8339170,8371495,32326,1,"81565",41360,"ENSG00000166579","NDEL1","nudE neurodevelopment protein 1 like 1"
+"chr17",77925088,77925269,182,"*","Exon (uc002jxj.4/125058, exon 5 of 12)",17,77906142,78009657,103516,2,"125058",84388,"ENSG00000167291","TBC1D16","TBC1 domain family member 16"
+"chr6",32011527,32011583,57,"*","Exon (uc003nzg.1/7148, exon 4 of 13)",6,32485154,32557613,72460,2,"3127",546030,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",2288167,2288251,85,"*","Intron (uc001ajb.1/79906, intron 4 of 13)",1,2281853,2284100,2248,2,"100129534",-4067,"ENSG00000269896","LOC100129534","small nuclear ribonucleoprotein polypeptide N pseudogene"
+"chr15",75932598,75932625,28,"*","Promoter (<=1kb)",15,75931426,75932664,1239,2,"55272",39,"ENSG00000177971","IMP3","IMP3, U3 small nucleolar ribonucleoprotein"
+"chr2",242989856,242990263,408,"*","Distal Intergenic",2,243030844,243102469,71626,1,"728323",-40581,NA,"LOC728323","uncharacterized LOC728323"
+"chr2",241075915,241075960,46,"*","Promoter (<=1kb)",2,241065980,241075764,9785,2,"150678",-151,"ENSG00000172428","MYEOV2","myeloma overexpressed 2"
+"chr10",550379,550564,186,"*","Intron (uc001ifp.3/22982, intron 36 of 36)",10,687629,687718,90,2,"100847086",137154,"ENSG00000263511","MIR5699","microRNA 5699"
+"chr14",45431685,45431795,111,"*","Promoter (<=1kb)",14,45431416,45543634,112219,1,"23116",269,"ENSG00000198718","FAM179B","family with sequence similarity 179 member B"
+"chr9",124132111,124132345,235,"*","Promoter (<=1kb)",9,124101266,124132582,31317,2,"2040",237,"ENSG00000148175","STOM","stomatin"
+"chr15",75871759,75871765,7,"*","Promoter (<=1kb)",15,75759462,75871625,112164,2,"5780",-134,"ENSG00000169410","PTPN9","protein tyrosine phosphatase, non-receptor type 9"
+"chr18",39535047,39535156,110,"*","Promoter (<=1kb)",18,39535199,39661446,126248,1,"5289",-43,"ENSG00000078142","PIK3C3","phosphatidylinositol 3-kinase catalytic subunit type 3"
+"chr2",10696980,10697152,173,"*","Distal Intergenic",2,10580508,10588453,7946,2,"4953",-108527,"ENSG00000115758","ODC1","ornithine decarboxylase 1"
+"chr2",92280662,92280697,36,"*","Distal Intergenic",2,92129159,92130496,1338,1,"440888",151503,"ENSG00000280263","ACTR3BP2","ACTR3B pseudogene 2"
+"chr11",134532208,134532287,80,"*","Distal Intergenic",11,134282200,134375555,93356,1,"283177",250008,NA,"LOC283177","uncharacterized LOC283177"
+"chr13",113570860,113570931,72,"*","Intron (uc001vso.3/uc001vso.3, intron 1 of 2)",13,113622814,113754053,131240,1,"23263",-51883,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr11",18727273,18727504,232,"*","Exon (uc001mpa.2/283284, exon 20 of 21)",11,18720351,18726332,5982,1,"144110",6922,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
+"chr19",58038694,58038808,115,"*","Promoter (<=1kb)",19,58038693,58052244,13552,1,"256051",1,"ENSG00000121406","ZNF549","zinc finger protein 549"
+"chr1",161284176,161284279,104,"*","Promoter (<=1kb)",1,161284166,161334535,50370,1,"6391",10,"ENSG00000143252","SDHC","succinate dehydrogenase complex subunit C"
+"chr12",51592032,51592093,62,"*","Intron (uc001rya.3/5463, intron 6 of 10)",12,51580719,51611477,30759,2,"5463",19384,"ENSG00000184271","POU6F1","POU class 6 homeobox 1"
+"chr5",43042288,43042726,439,"*","Promoter (<=1kb)",5,43041677,43045370,3694,1,"153684",611,"ENSG00000215068","LOC153684","uncharacterized LOC153684"
+"chr15",31093040,31093049,10,"*","Distal Intergenic",15,31110239,31119986,9748,1,"390561",-17190,NA,"HERC2P10","hect domain and RLD 2 pseudogene 10"
+"chr11",334513,334785,273,"*","Distal Intergenic",11,319673,320914,1242,2,"10410",-13599,"ENSG00000142089","IFITM3","interferon induced transmembrane protein 3"
+"chr14",93581519,93581830,312,"*","Promoter (<=1kb)",14,93403259,93582263,179005,2,"3705",433,"ENSG00000100605","ITPK1","inositol-tetrakisphosphate 1-kinase"
+"chr6",57037051,57037243,193,"*","Promoter (<=1kb)",6,57037104,57050012,12909,1,"9532",0,"ENSG00000112208","BAG2","BCL2 associated athanogene 2"
+"chr16",611937,612258,322,"*","Promoter (1-2kb)",16,610422,615529,5108,1,"146325",1515,"ENSG00000161992","PRR35","proline rich 35"
+"chr20",10415871,10415952,82,"*","Promoter (<=1kb)",20,10415951,10604027,188077,1,"128710",0,"ENSG00000149346","SLX4IP","SLX4 interacting protein"
+"chr14",52780919,52780921,3,"*","Promoter (<=1kb)",14,52781016,52795322,14307,1,"5732",-95,"ENSG00000125384","PTGER2","prostaglandin E receptor 2"
+"chr19",45409440,45409713,274,"*","Promoter (<=1kb)",19,45409039,45412650,3612,1,"348",401,"ENSG00000130203","APOE","apolipoprotein E"
+"chr6",16128969,16129124,156,"*","Promoter (<=1kb)",6,16129317,16148478,19162,1,"29116",-193,"ENSG00000007944","MYLIP","myosin regulatory light chain interacting protein"
+"chr7",150896413,150896449,37,"*","Distal Intergenic",7,150872785,150884919,12135,2,"136371",-11494,"ENSG00000146926","ASB10","ankyrin repeat and SOCS box containing 10"
+"chr6",155577916,155578034,119,"*","3' UTR",6,155585147,155597682,12536,1,"49861",-7113,"ENSG00000171217","CLDN20","claudin 20"
+"chr12",34453300,34453498,199,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",278084,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
+"chr5",54516782,54516879,98,"*","Exon (uc021xyp.1/345643, exon 6 of 7)",5,54515425,54523143,7719,2,"345643",6264,"ENSG00000234602","MCIDAS","multiciliate differentiation and DNA synthesis associated cell cycle protein"
+"chr6",87865051,87865072,22,"*","Promoter (2-3kb)",6,87862551,87973406,110856,1,"23036",2500,"ENSG00000188994","ZNF292","zinc finger protein 292"
+"chr11",2183660,2183776,117,"*","Promoter (1-2kb)",11,2181009,2182439,1431,2,"3630",-1221,"ENSG00000254647","INS","insulin"
+"chr16",90085674,90085915,242,"*","Promoter (<=1kb)",16,90086069,90111379,25311,1,"2622",-154,"ENSG00000141013","GAS8","growth arrest specific 8"
+"chr14",75469471,75469539,69,"*","Promoter (<=1kb)",14,75469612,75476294,6683,1,"8892",-73,"ENSG00000119718","EIF2B2","eukaryotic translation initiation factor 2B subunit beta"
+"chr12",20521112,20521133,22,"*","Promoter (1-2kb)",12,20522179,20837041,314863,1,"5139",-1046,"ENSG00000172572","PDE3A","phosphodiesterase 3A"
+"chr11",60680440,60680467,28,"*","Promoter (<=1kb)",11,60681371,60690915,9545,1,"79073",-904,"ENSG00000110108","TMEM109","transmembrane protein 109"
+"chr6",34205763,34206084,322,"*","Promoter (1-2kb)",6,34204577,34214008,9432,1,"3159",1186,"ENSG00000137309","HMGA1","high mobility group AT-hook 1"
+"chr1",2521794,2522282,489,"*","3' UTR",1,2517899,2522908,5010,1,"127281",3895,"ENSG00000157870","FAM213B","family with sequence similarity 213 member B"
+"chr17",66097411,66097496,86,"*","Promoter (<=1kb)",17,66097696,66132070,34375,1,"100499466",-200,NA,"LINC00674","long intergenic non-protein coding RNA 674"
+"chr2",127933644,127933944,301,"*","Distal Intergenic",2,127941412,127977654,36243,2,"339761",43710,"ENSG00000186684","CYP27C1","cytochrome P450 family 27 subfamily C member 1"
+"chr2",234358080,234358327,248,"*","Intron (uc002vui.1/8527, intron 15 of 29)",2,234263153,234380743,117591,1,"8527",94927,"ENSG00000077044","DGKD","diacylglycerol kinase delta"
+"chr7",1065908,1066024,117,"*","Exon (uc003sjv.3/uc003sjv.3, exon 2 of 2)",7,1062569,1062662,94,2,"442907",-3246,"ENSG00000199023","MIR339","microRNA 339"
+"chr17",40118690,40118906,217,"*","Promoter (<=1kb)",17,40118759,40129754,10996,1,"1267",0,"ENSG00000173786","CNP","2',3'-cyclic nucleotide 3' phosphodiesterase"
+"chr9",136024925,136025100,176,"*","Intron (uc011mcw.2/5900, intron 17 of 22)",9,136028340,136039301,10962,2,"26301",14201,"ENSG00000148288","GBGT1","globoside alpha-1,3-N-acetylgalactosaminyltransferase 1"
+"chr19",50093493,50093678,186,"*","Promoter (1-2kb)",19,50094912,50129696,34785,1,"57479",-1234,"ENSG00000126464","PRR12","proline rich 12"
+"chr3",44037760,44037868,109,"*","Distal Intergenic",3,44155704,44155802,99,1,"406929",-117836,"ENSG00000207954","MIR138-1","microRNA 138-1"
+"chr2",1828377,1828390,14,"*","Intron (uc010ewk.3/23040, intron 4 of 6)",2,1635659,1748291,112633,2,"7837",-80086,"ENSG00000130508","PXDN","peroxidasin"
+"chr14",75388007,75388105,99,"*","Promoter (1-2kb)",14,75370657,75389958,19302,2,"83694",1853,"ENSG00000198208","RPS6KL1","ribosomal protein S6 kinase like 1"
+"chr5",15936758,15936768,11,"*","Exon (uc003jfn.1/23194, exon 4 of 4)",5,16067474,16179897,112424,2,"441061",243129,"ENSG00000183654","MARCH11","membrane associated ring-CH-type finger 11"
+"chr10",64892796,64892832,37,"*","Promoter (<=1kb)",10,64893007,64914786,21780,1,"29982",-175,"ENSG00000148572","NRBF2","nuclear receptor binding factor 2"
+"chr12",123160012,123160418,407,"*","Intron (uc001ucw.1/uc001ucw.1, intron 2 of 4)",12,123185840,123187904,2065,2,"338442",27486,"ENSG00000182782","HCAR2","hydroxycarboxylic acid receptor 2"
+"chr4",188045495,188045641,147,"*","Distal Intergenic",4,188225237,188426767,201531,2,"339975",381126,NA,"LOC339975","uncharacterized LOC339975"
+"chr1",44440194,44440353,160,"*","Promoter (<=1kb)",1,44440602,44443972,3371,1,"533",-249,"ENSG00000117410","ATP6V0B","ATPase H+ transporting V0 subunit b"
+"chr11",61735088,61735090,3,"*","Promoter (<=1kb)",11,61731757,61735132,3376,2,"2495",42,"ENSG00000167996","FTH1","ferritin, heavy polypeptide 1"
+"chr15",89164553,89164951,399,"*","Promoter (<=1kb)",15,89164527,89175512,10986,1,"64782",26,"ENSG00000181026","AEN","apoptosis enhancing nuclease"
+"chr2",232571771,232572234,464,"*","Promoter (1-2kb)",2,232573235,232578250,5016,1,"5757",-1001,"ENSG00000187514","PTMA","prothymosin, alpha"
+"chr11",125703119,125703182,64,"*","Promoter (<=1kb)",11,125703211,125709967,6757,1,"399968",-29,"ENSG00000237353","PATE4","prostate and testis expressed 4"
+"chr2",96190967,96191158,192,"*","Distal Intergenic",2,96142715,96150479,7765,2,"653192",-40488,"ENSG00000144015","TRIM43B","tripartite motif containing 43B"
+"chr20",61493177,61493179,3,"*","Promoter (<=1kb)",20,61472467,61493115,20649,2,"10732",-62,"ENSG00000101190","TCFL5","transcription factor-like 5 (basic helix-loop-helix)"
+"chr6",157932130,157932132,3,"*","Intron (uc003qqs.3/79683, intron 1 of 8)",6,157950164,157950232,69,1,"100500899",-18032,"ENSG00000266617","MIR3692","microRNA 3692"
+"chr14",105780383,105780647,265,"*","Promoter (1-2kb)",14,105675623,105781914,106292,2,"2972",1267,"ENSG00000185024","BRF1","BRF1, RNA polymerase III transcription initiation factor 90 kDa subunit"
+"chr19",37569216,37569268,53,"*","Promoter (<=1kb)",19,37569382,37620651,51270,1,"147923",-114,"ENSG00000197050","ZNF420","zinc finger protein 420"
+"chrX",9431257,9431278,22,"*","Promoter (<=1kb)",23,9431335,9687780,256446,1,"6907",-57,"ENSG00000101849","TBL1X","transducin (beta)-like 1X-linked"
+"chr5",36607333,36607377,45,"*","Promoter (<=1kb)",5,36606457,36688436,81980,1,"6507",876,"ENSG00000079215","SLC1A3","solute carrier family 1 member 3"
+"chr5",115912213,115912383,171,"*","Promoter (1-2kb)",5,115779251,115910551,131301,2,"57556",-1662,"ENSG00000092421","SEMA6A","semaphorin 6A"
+"chr8",145138177,145138303,127,"*","Promoter (<=1kb)",8,145137524,145141119,3596,1,"8733",653,"ENSG00000197858","GPAA1","glycosylphosphatidylinositol anchor attachment 1"
+"chr1",85930809,85930813,5,"*","5' UTR",1,85784168,86044046,259879,2,"23576",113233,"ENSG00000153904","DDAH1","dimethylarginine dimethylaminohydrolase 1"
+"chr16",25078391,25078649,259,"*","Exon (uc021tfn.1/uc021tfn.1, exon 1 of 2)",16,25043062,25044098,1037,1,"554206",35329,"ENSG00000262587","LOC554206","leucine carboxyl methyltransferase 1 pseudogene"
+"chr19",1754700,1754780,81,"*","Promoter (1-2kb)",19,1753662,1775444,21783,1,"390874",1038,"ENSG00000205922","ONECUT3","one cut homeobox 3"
+"chr11",3819108,3819306,199,"*","Promoter (<=1kb)",11,3696240,3819022,122783,2,"4928",-86,"ENSG00000110713","NUP98","nucleoporin 98kDa"
+"chr15",26109204,26109213,10,"*","Promoter (1-2kb)",15,25923860,26110317,186458,2,"57194",1104,"ENSG00000206190","ATP10A","ATPase phospholipid transporting 10A (putative)"
+"chr1",10532799,10532838,40,"*","Promoter (<=1kb)",1,10520603,10532613,12011,2,"1676",-186,"ENSG00000160049","DFFA","DNA fragmentation factor subunit alpha"
+"chr17",75136271,75136278,8,"*","Intron (uc021udv.1/6397, intron 2 of 12)",17,75085389,75085575,187,1,"677781",50882,"ENSG00000275143","SCARNA16","small Cajal body-specific RNA 16"
+"chr6",31124103,31124408,306,"*","Intron (uc011dne.2/54535, intron 15 of 16)",6,32485154,32557613,72460,2,"3127",1433205,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",38089514,38089872,359,"*","Promoter (<=1kb)",8,38089009,38120287,31279,1,"23259",505,"ENSG00000085788","DDHD2","DDHD domain containing 2"
+"chr7",150948712,150948861,150,"*","Intron (uc003wjt.3/6604, intron 12 of 13)",7,150935507,150935624,118,1,"768213",13205,"ENSG00000211517","MIR671","microRNA 671"
+"chr3",183415648,183415779,132,"*","Promoter (<=1kb)",3,183415606,183530413,114808,1,"55689",42,"ENSG00000163872","YEATS2","YEATS domain containing 2"
+"chr7",100081457,100081471,15,"*","Promoter (<=1kb)",7,100081550,100092424,10875,1,"222950",-79,"ENSG00000166924","NYAP1","neuronal tyrosine-phosphorylated phosphoinositide-3-kinase adaptor 1"
+"chr20",1874805,1875011,207,"*","Promoter (<=1kb)",20,1874813,1920540,45728,1,"140885",0,"ENSG00000198053","SIRPA","signal regulatory protein alpha"
+"chr1",165513270,165513274,5,"*","Promoter (<=1kb)",1,165513478,165533185,19708,1,"440699",-204,"ENSG00000162763","LRRC52","leucine rich repeat containing 52"
+"chr4",141543062,141543410,349,"*","3' UTR",4,141562345,141564234,1890,2,"644962",20824,NA,"TNRC18P1","trinucleotide repeat containing 18 pseudogene 1"
+"chr11",417246,417540,295,"*","Promoter (<=1kb)",11,405716,417397,11682,2,"59307",0,"ENSG00000185187","SIGIRR","single immunoglobulin and toll-interleukin 1 receptor (TIR) domain"
+"chr14",101530722,101530856,135,"*","Promoter (<=1kb)",14,101530832,101530915,84,1,"100126308",0,"ENSG00000216179","MIR541","microRNA 541"
+"chr1",53686094,53686403,310,"*","Promoter (<=1kb)",1,53679772,53686289,6518,2,"54987",0,"ENSG00000162384","C1orf123","chromosome 1 open reading frame 123"
+"chr12",3602162,3602238,77,"*","Intron (uc009zed.3/56341, intron 1 of 9)",12,3490515,3703138,212624,1,"56341",111647,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
+"chr16",712099,712206,108,"*","Intron (uc002cii.1/197335, intron 32 of 40)",16,718083,724174,6092,1,"89941",-5877,"ENSG00000140983","RHOT2","ras homolog family member T2"
+"chr2",10687636,10687659,24,"*","Distal Intergenic",2,10580508,10588453,7946,2,"4953",-99183,"ENSG00000115758","ODC1","ornithine decarboxylase 1"
+"chr13",100644276,100644372,97,"*","Distal Intergenic",13,100634026,100639019,4994,1,"7546",10250,"ENSG00000043355","ZIC2","Zic family member 2"
+"chr7",27143758,27143788,31,"*","Promoter (1-2kb)",7,27139973,27142394,2422,2,"3199",-1364,"ENSG00000105996","HOXA2","homeobox A2"
+"chr19",2270759,2270953,195,"*","Promoter (1-2kb)",19,2269520,2273487,3968,1,"4946",1239,"ENSG00000104904","OAZ1","ornithine decarboxylase antizyme 1"
+"chr22",42316176,42316433,258,"*","Intron (uc003bba.1/uc003bba.1, intron 1 of 1)",22,42305558,42310671,5114,2,"440829",-5505,"ENSG00000234965","SHISA8","shisa family member 8"
+"chr7",100075348,100075402,55,"*","Promoter (1-2kb)",7,100064142,100076902,12761,2,"81628",1500,"ENSG00000166925","TSC22D4","TSC22 domain family member 4"
+"chr16",1869296,1869400,105,"*","Intron (uc002cmz.3/3029, intron 5 of 9)",16,1859104,1877195,18092,2,"3029",7795,"ENSG00000063854","HAGH","hydroxyacylglutathione hydrolase"
+"chr14",65006222,65006281,60,"*","Promoter (<=1kb)",14,65007186,65009954,2769,1,"3306",-905,"ENSG00000126803","HSPA2","heat shock protein family A (Hsp70) member 2"
+"chr22",35695234,35695253,20,"*","Promoter (<=1kb)",22,35695268,35743987,48720,1,"10043",-15,"ENSG00000100284","TOM1","target of myb1 membrane trafficking protein"
+"chr6",30539092,30539234,143,"*","5' UTR",6,32485154,32557613,72460,2,"3127",2018379,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr14",77606942,77607174,233,"*","Promoter (<=1kb)",14,77597613,77608134,10522,2,"283576",960,"ENSG00000177108","ZDHHC22","zinc finger DHHC-type containing 22"
+"chr2",21022517,21022539,23,"*","Promoter (<=1kb)",2,20884818,21022827,138010,2,"60526",288,"ENSG00000118961","LDAH","lipid droplet associated hydrolase"
+"chr8",25316344,25316367,24,"*","Promoter (<=1kb)",8,25316513,25365425,48913,1,"157313",-146,"ENSG00000184661","CDCA2","cell division cycle associated 2"
+"chr12",120703929,120703958,30,"*","Promoter (<=1kb)",12,120648242,120703574,55333,2,"5829",-355,"ENSG00000089159","PXN","paxillin"
+"chr6",31802109,31802121,13,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",755492,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",1006746,1006792,47,"*","3' UTR",7,937537,1015235,77699,2,"11033",8443,"ENSG00000105963","ADAP1","ArfGAP with dual PH domains 1"
+"chr14",74181237,74181379,143,"*","Promoter (<=1kb)",14,74178486,74181128,2643,2,"9240",-109,"ENSG00000176903","PNMA1","paraneoplastic Ma antigen 1"
+"chr16",68573240,68573504,265,"*","5' UTR",16,68564048,68609945,45898,1,"146198",9192,"ENSG00000184939","ZFP90","ZFP90 zinc finger protein"
+"chr19",36450215,36450358,144,"*","Distal Intergenic",19,36428022,36436097,8076,1,"79414",22193,"ENSG00000126243","LRFN3","leucine rich repeat and fibronectin type III domain containing 3"
+"chr2",37899953,37900205,253,"*","Promoter (<=1kb)",2,37869025,37899678,30654,2,"10602",-275,"ENSG00000163171","CDC42EP3","CDC42 effector protein 3"
+"chr10",81107244,81107246,3,"*","Promoter (<=1kb)",10,81107220,81115089,7870,1,"10105",24,"ENSG00000108179","PPIF","peptidylprolyl isomerase F"
+"chr12",49449791,49450126,336,"*","Promoter (<=1kb)",12,49412758,49449107,36350,2,"8085",-684,"ENSG00000167548","KMT2D","lysine methyltransferase 2D"
+"chr17",41363549,41363580,32,"*","Promoter (<=1kb)",17,41363894,41371589,7696,1,"113277",-314,"ENSG00000184988","TMEM106A","transmembrane protein 106A"
+"chr19",51920837,51920932,96,"*","Promoter (<=1kb)",19,51913275,51921057,7783,2,"89790",125,"ENSG00000142512","SIGLEC10","sialic acid binding Ig like lectin 10"
+"chr7",30544895,30545026,132,"*","Promoter (<=1kb)",7,30536237,30544457,8221,2,"79017",-438,"ENSG00000006625","GGCT","gamma-glutamylcyclotransferase"
+"chr2",220432815,220432822,8,"*","Exon (uc010fwk.3/23363, exon 2 of 21)",2,220415450,220436268,20819,2,"23363",3446,"ENSG00000124006","OBSL1","obscurin-like 1"
+"chr14",74769859,74770062,204,"*","Promoter (<=1kb)",14,74751980,74769767,17788,2,"5826",-92,"ENSG00000119688","ABCD4","ATP binding cassette subfamily D member 4"
+"chr14",102780914,102781012,99,"*","Promoter (2-3kb)",14,102783714,102809511,25798,1,"55778",-2702,"ENSG00000022976","ZNF839","zinc finger protein 839"
+"chrX",153696700,153696867,168,"*","Exon (uc004flm.3/55558, exon 23 of 33)",23,153686623,153701985,15363,1,"55558",10077,"ENSG00000130827","PLXNA3","plexin A3"
+"chr16",30773975,30773997,23,"*","Promoter (<=1kb)",16,30768744,30773565,4822,2,"90835",-410,"ENSG00000196118","CCDC189","coiled-coil domain containing 189"
+"chr12",116043910,116043977,68,"*","Distal Intergenic",12,116586365,116586459,95,2,"693205",542482,"ENSG00000207967","MIR620","microRNA 620"
+"chr13",111317935,111317974,40,"*","Intron (uc001vrd.2/79587, intron 7 of 14)",13,111364970,111373421,8452,1,"3621",-46996,"ENSG00000153487","ING1","inhibitor of growth family member 1"
+"chr19",58838322,58838326,5,"*","Promoter (<=1kb)",19,58838385,58853712,15328,1,"342945",-59,"ENSG00000182318","ZSCAN22","zinc finger and SCAN domain containing 22"
+"chr15",99550802,99550811,10,"*","Promoter (<=1kb)",15,99511459,99551024,39566,2,"145814",213,"ENSG00000183571","PGPEP1L","pyroglutamyl-peptidase I-like"
+"chr19",44174545,44174882,338,"*","Promoter (<=1kb)",19,44150247,44174498,24252,2,"5329",-47,"ENSG00000011422","PLAUR","plasminogen activator, urokinase receptor"
+"chr19",16437362,16437789,428,"*","Promoter (1-2kb)",19,16435651,16438339,2689,1,"10365",1711,"ENSG00000127528","KLF2","Kruppel-like factor 2"
+"chr14",95237338,95237589,252,"*","Promoter (<=1kb)",14,95234560,95236499,1940,2,"145258",-839,"ENSG00000133937","GSC","goosecoid homeobox"
+"chr8",26148057,26148147,91,"*","Intron (uc003xek.3/5520, intron 7 of 10)",8,26240523,26270644,30122,1,"665",-92376,"ENSG00000104765","BNIP3L","BCL2/adenovirus E1B 19kDa interacting protein 3-like"
+"chr8",101118035,101118329,295,"*","Promoter (<=1kb)",8,100973276,101118344,145069,2,"26166",15,"ENSG00000132554","RGS22","regulator of G-protein signaling 22"
+"chr11",65194917,65194941,25,"*","Exon (uc010rog.2/283131, exon 1 of 1)",11,65190269,65212028,21760,1,"283131",4648,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
+"chr20",61002809,61002818,10,"*","Promoter (<=1kb)",20,60985293,61002629,17337,2,"140893",-180,"ENSG00000130701","RBBP8NL","RBBP8 N-terminal like"
+"chr14",91007672,91007747,76,"*","3' UTR",14,90921574,90925249,3676,1,"400238",86098,"ENSG00000233208","LINC00642","long intergenic non-protein coding RNA 642"
+"chr16",3068128,3068267,140,"*","Promoter (<=1kb)",16,3064713,3068188,3476,2,"9074",0,"ENSG00000184697","CLDN6","claudin 6"
+"chr1",153515454,153515539,86,"*","Promoter (1-2kb)",1,153509623,153514241,4619,2,"6276",-1213,"ENSG00000196420","S100A5","S100 calcium binding protein A5"
+"chr8",66580803,66581044,242,"*","Intron (uc011lep.2/9650, intron 1 of 6)",8,66556888,66622798,65911,1,"9650",23915,"ENSG00000066855","MTFR1","mitochondrial fission regulator 1"
+"chr2",119916438,119916462,25,"*","Promoter (<=1kb)",2,119913819,119916471,2653,2,"165257",9,"ENSG00000144119","C1QL2","complement component 1, q subcomponent-like 2"
+"chr8",23429097,23429119,23,"*","Exon (uc003xdo.3/51312, exon 4 of 4)",8,23386363,23430063,43701,1,"51312",42734,"ENSG00000147454","SLC25A37","solute carrier family 25 member 37"
+"chr4",754733,755017,285,"*","Intron (uc011bva.1/10336, intron 9 of 11)",4,773937,775636,1700,2,"100129917",20619,"ENSG00000249592","LOC100129917","uncharacterized LOC100129917"
+"chr15",42840349,42840643,295,"*","Promoter (<=1kb)",15,42834720,42841002,6283,2,"255252",359,"ENSG00000180979","LRRC57","leucine rich repeat containing 57"
+"chr19",45458562,45458615,54,"*","Promoter (<=1kb)",19,45457842,45496604,38763,1,"1209",720,"ENSG00000104853","CLPTM1","cleft lip and palate associated transmembrane protein 1"
+"chr2",171785027,171785085,59,"*","Promoter (<=1kb)",2,171784948,171823643,38696,1,"26003",79,"ENSG00000115806","GORASP2","golgi reassembly stacking protein 2"
+"chr6",7910269,7910271,3,"*","Promoter (<=1kb)",6,7881483,7911047,29565,2,"81567",776,"ENSG00000239264","TXNDC5","thioredoxin domain containing 5 (endoplasmic reticulum)"
+"chr2",38303219,38303338,120,"*","Promoter (<=1kb)",2,38294746,38303323,8578,2,"1545",0,"ENSG00000138061","CYP1B1","cytochrome P450 family 1 subfamily B member 1"
+"chr4",77996196,77996389,194,"*","Promoter (<=1kb)",4,77969177,77997125,27949,2,"10983",736,"ENSG00000118816","CCNI","cyclin I"
+"chr19",14247518,14247520,3,"*","Promoter (<=1kb)",19,14230321,14247440,17120,2,"55723",-78,"ENSG00000105011","ASF1B","anti-silencing function 1B histone chaperone"
+"chr2",171671730,171671795,66,"*","Promoter (1-2kb)",2,171673200,171717659,44460,1,"2571",-1405,"ENSG00000128683","GAD1","glutamate decarboxylase 1"
+"chr20",42143441,42143454,14,"*","Intron (uc010zwh.2/26013, intron 4 of 21)",20,42136320,42179593,43274,1,"26013",7121,"ENSG00000185513","L3MBTL1","l(3)mbt-like 1 (Drosophila)"
+"chr1",168148069,168148262,194,"*","Promoter (<=1kb)",1,168148171,168171351,23181,1,"261726",0,"ENSG00000143155","TIPRL","TOR signaling pathway regulator"
+"chr4",156680999,156681385,387,"*","Promoter (<=1kb)",4,156680126,156728783,48658,1,"2983",873,"ENSG00000061918","GUCY1B3","guanylate cyclase 1, soluble, beta 3"
+"chr11",688275,688397,123,"*","Exon (uc001lqq.1/10522, exon 3 of 12)",11,695591,705028,9438,1,"283232",-7194,"ENSG00000177042","TMEM80","transmembrane protein 80"
+"chr14",101033900,101034236,337,"*","Promoter (1-2kb)",14,101003484,101036131,32648,2,"57596",1895,"ENSG00000183092","BEGAIN","brain enriched guanylate kinase associated"
+"chr20",47538576,47538719,144,"*","Promoter (<=1kb)",20,47538275,47653230,114956,1,"10564",301,"ENSG00000124198","ARFGEF2","ADP ribosylation factor guanine nucleotide exchange factor 2"
+"chr12",53835315,53835350,36,"*","Promoter (<=1kb)",12,53835433,53874946,39514,1,"5094",-83,"ENSG00000197111","PCBP2","poly(rC) binding protein 2"
+"chr6",27101002,27101120,119,"*","Promoter (<=1kb)",6,27100817,27101314,498,1,"8969",185,"ENSG00000196787","HIST1H2AG","histone cluster 1, H2ag"
+"chr6",28192892,28192979,88,"*","Promoter (<=1kb)",6,28193029,28201264,8236,1,"7746",-50,"ENSG00000137185","ZSCAN9","zinc finger and SCAN domain containing 9"
+"chr19",3506391,3506553,163,"*","Promoter (<=1kb)",19,3506295,3536755,30461,1,"51343",96,"ENSG00000105325","FZR1","fizzy/cell division cycle 20 related 1"
+"chr2",241569661,241569846,186,"*","Exon (uc010fzh.2/2859, exon 6 of 6)",2,241544825,241570676,25852,1,"2859",24836,"ENSG00000178623","GPR35","G protein-coupled receptor 35"
+"chr6",112667932,112668163,232,"*","Promoter (<=1kb)",6,112668532,112672498,3967,1,"442247",-369,"ENSG00000251258","RFPL4B","ret finger protein like 4B"
+"chr9",127905013,127905101,89,"*","Promoter (<=1kb)",9,127704888,127905838,200951,2,"286205",737,"ENSG00000173611","SCAI","suppressor of cancer cell invasion"
+"chr6",31707154,31707200,47,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",850413,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",201509268,201509367,100,"*","Distal Intergenic",1,201489032,201489720,689,1,"376693",20236,NA,"RPS10P7","ribosomal protein S10 pseudogene 7"
+"chrX",151903218,151903224,7,"*","Promoter (<=1kb)",23,151903228,151909518,6291,1,"158511",-4,"ENSG00000198930","CSAG1","chondrosarcoma associated gene 1"
+"chr16",1365725,1365877,153,"*","3' UTR",16,1359154,1377019,17866,1,"7329",6571,"ENSG00000103275","UBE2I","ubiquitin conjugating enzyme E2I"
+"chr22",46285849,46285985,137,"*","Distal Intergenic",22,46316248,46373008,56761,2,"7477",87023,"ENSG00000188064","WNT7B","wingless-type MMTV integration site family member 7B"
+"chr3",145968692,145968696,5,"*","Promoter (<=1kb)",3,145910124,145968966,58843,2,"57088",270,"ENSG00000114698","PLSCR4","phospholipid scramblase 4"
+"chr8",142441540,142441547,8,"*","3' UTR",8,142432007,142441620,9614,1,"11156",9533,"ENSG00000184489","PTP4A3","protein tyrosine phosphatase type IVA, member 3"
+"chr1",179560870,179560983,114,"*","Promoter (<=1kb)",1,179560748,179660407,99660,1,"163589",122,"ENSG00000162782","TDRD5","tudor domain containing 5"
+"chr16",3021746,3021802,57,"*","Promoter (2-3kb)",16,3019342,3023485,4144,1,"124222",2404,"ENSG00000162073","PAQR4","progestin and adipoQ receptor family member IV"
+"chr19",2525459,2525586,128,"*","Intron (uc002lwd.2/2788, intron 2 of 4)",19,2476123,2478257,2135,1,"4616",49336,"ENSG00000099860","GADD45B","growth arrest and DNA damage inducible beta"
+"chr22",17081668,17081939,272,"*","Promoter (<=1kb)",22,17082801,17179521,96721,1,"387590",-862,"ENSG00000100181","TPTEP1","transmembrane phosphatase with tensin homology pseudogene 1"
+"chr12",57483108,57483465,358,"*","Promoter (<=1kb)",12,57482677,57489259,6583,1,"4665",431,"ENSG00000166886","NAB2","NGFI-A binding protein 2"
+"chr17",27309065,27309139,75,"*","Intron (uc002hdp.2/124925, intron 16 of 16)",17,27281947,27333458,51512,2,"124925",24319,"ENSG00000063015","SEZ6","seizure related 6 homolog (mouse)"
+"chr19",55691752,55691761,10,"*","Promoter (<=1kb)",19,55684469,55691720,7252,2,"6861",-32,"ENSG00000129990","SYT5","synaptotagmin 5"
+"chr15",63341333,63341463,131,"*","5' UTR",15,63334838,63364113,29276,1,"7168",6495,"ENSG00000140416","TPM1","tropomyosin 1 (alpha)"
+"chr6",33284312,33284336,25,"*","Exon (uc003oeb.3/9278, exon 2 of 2)",6,33540323,33548070,7748,2,"578",263734,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr15",76484054,76484379,326,"*","5' UTR",15,76551630,76552493,864,2,"7302",68114,NA,"TYRO3P","TYRO3P protein tyrosine kinase pseudogene"
+"chr11",78128397,78128696,300,"*","Promoter (<=1kb)",11,77926336,78128868,202533,2,"9846",172,"ENSG00000033327","GAB2","GRB2 associated binding protein 2"
+"chr6",86547801,86548232,432,"*","Distal Intergenic",6,86386725,86388451,1727,2,"387066",-159350,"ENSG00000203875","SNHG5","small nucleolar RNA host gene 5"
+"chr6",52629311,52629370,60,"*","Promoter (<=1kb)",6,52614885,52628361,13477,2,"2939",-950,"ENSG00000244067","GSTA2","glutathione S-transferase alpha 2"
+"chr6",31238388,31238703,316,"*","Intron (uc021yuk.1/3107, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",1318910,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",106472942,106473040,99,"*","Promoter (<=1kb)",4,106473777,106602070,128294,1,"54848",-737,"ENSG00000236699","ARHGEF38","Rho guanine nucleotide exchange factor 38"
+"chr1",179561299,179561500,202,"*","Promoter (<=1kb)",1,179560748,179660407,99660,1,"163589",551,"ENSG00000162782","TDRD5","tudor domain containing 5"
+"chr1",212874552,212874586,35,"*","Promoter (1-2kb)",1,212859759,212873327,13569,2,"55509",-1225,"ENSG00000123685","BATF3","basic leucine zipper ATF-like transcription factor 3"
+"chr11",65222443,65222561,119,"*","Distal Intergenic",11,65190269,65212028,21760,1,"283131",32174,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
+"chr16",49525807,49526201,395,"*","Intron (uc010vgn.3/23090, intron 1 of 5)",16,49407808,49433319,25512,1,"123970",117999,"ENSG00000166152","C16orf78","chromosome 16 open reading frame 78"
+"chr4",113066700,113067023,324,"*","Promoter (<=1kb)",4,113066553,113110237,43685,1,"132720",147,"ENSG00000174749","C4orf32","chromosome 4 open reading frame 32"
+"chr17",2323612,2323626,15,"*","Exon (uc002fut.3/79066, exon 10 of 10)",17,2310275,2318730,8456,2,"284009",-4882,NA,"LOC284009","uncharacterized LOC284009"
+"chr12",65563916,65564395,480,"*","Promoter (<=1kb)",12,65563351,65642141,78791,1,"23592",565,"ENSG00000174106","LEMD3","LEM domain containing 3"
+"chr1",38942403,38942533,131,"*","Distal Intergenic",1,38674706,38680439,5734,2,"339442",-261964,"ENSG00000237290","LINC01343","long intergenic non-protein coding RNA 1343"
+"chr1",25573940,25573955,16,"*","5' UTR",1,25548767,25559013,10247,2,"25949",-14927,"ENSG00000117614","SYF2","SYF2 pre-mRNA splicing factor"
+"chr1",183604789,183604810,22,"*","Promoter (<=1kb)",1,183595328,183605076,9749,2,"10092",266,"ENSG00000162704","ARPC5","actin related protein 2/3 complex subunit 5"
+"chr7",97875211,97875293,83,"*","Exon (uc003upg.4/25851, exon 3 of 26)",7,97844755,97881563,36809,2,"25851",6270,"ENSG00000205356","TECPR1","tectonin beta-propeller repeat containing 1"
+"chr15",40633294,40633416,123,"*","Promoter (<=1kb)",15,40623653,40633168,9516,2,"388115",-126,"ENSG00000188549","C15orf52","chromosome 15 open reading frame 52"
+"chr1",153963502,153963545,44,"*","Promoter (<=1kb)",1,153963239,153964631,1393,1,"6232",263,"ENSG00000177954","RPS27","ribosomal protein S27"
+"chr19",55874335,55874452,118,"*","Promoter (<=1kb)",19,55866018,55874620,8603,2,"284418",168,"ENSG00000180043","FAM71E2","family with sequence similarity 71 member E2"
+"chr6",91297190,91297352,163,"*","Promoter (<=1kb)",6,91223292,91297020,73729,2,"6885",-170,"ENSG00000135341","MAP3K7","mitogen-activated protein kinase kinase kinase 7"
+"chr12",53738046,53738511,466,"*","Distal Intergenic",12,53720360,53730004,9645,2,"121340",-8042,"ENSG00000170374","SP7","Sp7 transcription factor"
+"chr16",87719098,87719153,56,"*","Intron (uc010vou.2/57338, intron 3 of 5)",16,87736729,87799598,62870,2,"54758",80445,"ENSG00000104731","KLHDC4","kelch domain containing 4"
+"chr4",93225418,93225517,100,"*","Promoter (<=1kb)",4,93225550,94693649,1468100,1,"2895",-33,"ENSG00000152208","GRID2","glutamate ionotropic receptor delta type subunit 2"
+"chr14",103686511,103686519,9,"*","Distal Intergenic",14,103653558,103655365,1808,2,"100131366",-31146,"ENSG00000251533","LINC00605","long intergenic non-protein coding RNA 605"
+"chr7",27250204,27250296,93,"*","Distal Intergenic",7,27240040,27246130,6091,1,"100316868",10164,NA,"HOTTIP","HOXA distal transcript antisense RNA"
+"chr7",135346452,135346754,303,"*","Promoter (<=1kb)",7,135347221,135378162,30942,1,"647087",-467,"ENSG00000243317","C7orf73","chromosome 7 open reading frame 73"
+"chrX",70364497,70364566,70,"*","Promoter (<=1kb)",23,70364681,70391051,26371,1,"54413",-115,"ENSG00000196338","NLGN3","neuroligin 3"
+"chr10",45359611,45359667,57,"*","Intron (uc001jbk.1/220980, intron 6 of 7)",10,45406764,45430642,23879,1,"643236",-47097,"ENSG00000187783","TMEM72","transmembrane protein 72"
+"chr5",16742006,16742131,126,"*","5' UTR",5,16473147,16617167,144021,2,"54463",-124839,"ENSG00000154153","FAM134B","family with sequence similarity 134 member B"
+"chr22",41777456,41777658,203,"*","Intron (uc003azx.4/7008, intron 1 of 3)",22,41763337,41795332,31996,1,"7008",14119,"ENSG00000167074","TEF","thyrotrophic embryonic factor"
+"chr8",145670322,145670656,335,"*","Promoter (<=1kb)",8,145654163,145669812,15650,2,"4796",-510,"ENSG00000160949","TONSL","tonsoku-like, DNA repair protein"
+"chr1",24742201,24742201,1,"*","Promoter (<=1kb)",1,24742245,24799473,57229,1,"57185",-44,"ENSG00000001461","NIPAL3","NIPA like domain containing 3"
+"chr16",2015049,2015066,18,"*","Promoter (<=1kb)",16,2014997,2015505,509,1,"735301",52,"ENSG00000255198","SNHG9","small nucleolar RNA host gene 9"
+"chr11",118842932,118842952,21,"*","Promoter (<=1kb)",11,118842417,118851995,9579,1,"283150",515,"ENSG00000176302","FOXR1","forkhead box R1"
+"chrX",19533969,19534066,98,"*","Promoter (<=1kb)",23,19378176,19533379,155204,2,"389840",-590,"ENSG00000180815","MAP3K15","mitogen-activated protein kinase kinase kinase 15"
+"chr7",134915756,134916185,430,"*","Promoter (<=1kb)",7,134916731,134943244,26514,1,"346673",-546,"ENSG00000146857","STRA8","stimulated by retinoic acid 8"
+"chr12",109549041,109549049,9,"*","Distal Intergenic",12,109554400,109706030,151631,1,"32",-5351,"ENSG00000076555","ACACB","acetyl-CoA carboxylase beta"
+"chr15",45421812,45421951,140,"*","Promoter (<=1kb)",15,45409564,45422075,12512,2,"90527",124,"ENSG00000140254","DUOXA1","dual oxidase maturation factor 1"
+"chr6",26533192,26533349,158,"*","Exon (uc021ynk.1/uc021ynk.1, exon 1 of 1)",6,26538572,26547164,8593,1,"10473",-5223,"ENSG00000182952","HMGN4","high mobility group nucleosomal binding domain 4"
+"chr16",2007410,2007559,150,"*","Promoter (1-2kb)",16,2009517,2011976,2460,1,"4716",-1958,"ENSG00000140990","NDUFB10","NADH:ubiquinone oxidoreductase subunit B10"
+"chr18",77623427,77623435,9,"*","Promoter (<=1kb)",18,77623668,77659816,36149,1,"26251",-233,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
+"chr20",37230436,37230612,177,"*","Promoter (<=1kb)",20,37230577,37279295,48719,1,"343578",0,"ENSG00000124143","ARHGAP40","Rho GTPase activating protein 40"
+"chr5",34656925,34657214,290,"*","Promoter (<=1kb)",5,34656433,34832717,176285,1,"26064",492,"ENSG00000039560","RAI14","retinoic acid induced 14"
+"chr15",77988617,77988793,177,"*","Promoter (<=1kb)",15,77905369,77988475,83107,2,"84894",-142,"ENSG00000169783","LINGO1","leucine rich repeat and Ig domain containing 1"
+"chr4",57371671,57371820,150,"*","Promoter (<=1kb)",4,57371375,57390058,18684,1,"132946",296,"ENSG00000196503","ARL9","ADP ribosylation factor like GTPase 9"
+"chr1",169764411,169764525,115,"*","Promoter (<=1kb)",1,169761670,169764061,2392,2,"92342",-350,"ENSG00000171806","METTL18","methyltransferase like 18"
+"chr12",12876682,12876897,216,"*","Promoter (1-2kb)",12,12878851,12982915,104065,1,"51202",-1954,"ENSG00000213782","DDX47","DEAD-box helicase 47"
+"chr8",125383778,125384121,344,"*","Promoter (<=1kb)",8,125323159,125384940,61782,2,"157378",819,"ENSG00000164983","TMEM65","transmembrane protein 65"
+"chr2",44588907,44588913,7,"*","Promoter (<=1kb)",2,44544748,44589001,44254,2,"9581",88,"ENSG00000138078","PREPL","prolyl endopeptidase-like"
+"chr16",6623690,6623787,98,"*","Intron (uc002cyr.1/54715, intron 2 of 11)",16,6069132,7763340,1694209,1,"54715",554558,"ENSG00000078328","RBFOX1","RNA binding protein, fox-1 homolog (C. elegans) 1"
+"chr17",74303838,74303852,15,"*","Promoter (<=1kb)",17,74270130,74303761,33632,2,"84074",-77,"ENSG00000129646","QRICH2","glutamine rich 2"
+"chr5",42943809,42944030,222,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",74883,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
+"chr7",1066348,1066650,303,"*","Exon (uc003sjv.3/uc003sjv.3, exon 2 of 2)",7,1062569,1062662,94,2,"442907",-3686,"ENSG00000199023","MIR339","microRNA 339"
+"chr14",104569529,104569581,53,"*","Intron (uc001yoo.2/374569, intron 5 of 10)",14,104583742,104583851,110,1,"406986",-14161,"ENSG00000207568","MIR203A","microRNA 203a"
+"chr17",30770913,30771106,194,"*","Promoter (<=1kb)",17,30771481,30810337,38857,1,"5717",-375,"ENSG00000108671","PSMD11","proteasome 26S subunit, non-ATPase 11"
+"chr8",11566048,11566478,431,"*","3' UTR",8,11534468,11617509,83042,1,"2626",31580,"ENSG00000136574","GATA4","GATA binding protein 4"
+"chr16",32096416,32096575,160,"*","Distal Intergenic",16,32162609,32163874,1266,2,"440362",67299,NA,NA,NA
+"chr17",750379,750766,388,"*","Intron (uc010vqe.2/64359, intron 7 of 7)",17,662549,685571,23023,2,"51031",-64808,"ENSG00000167699","GLOD4","glyoxalase domain containing 4"
+"chr1",156785288,156785510,223,"*","Promoter (<=1kb)",1,156785542,156851642,66101,1,"4914",-32,"ENSG00000198400","NTRK1","neurotrophic tyrosine kinase, receptor, type 1"
+"chr3",137486637,137487033,397,"*","Distal Intergenic",3,137483134,137485172,2039,1,"8403",3503,"ENSG00000168875","SOX14","SRY-box 14"
+"chr1",156571322,156571355,34,"*","Promoter (<=1kb)",1,156564100,156571279,7180,2,"54865",-43,"ENSG00000160818","GPATCH4","G-patch domain containing 4"
+"chr12",108154917,108154919,3,"*","Promoter (<=1kb)",12,108126643,108155021,28379,2,"11108",102,"ENSG00000110851","PRDM4","PR domain 4"
+"chr3",194405973,194406142,170,"*","Promoter (<=1kb)",3,194406622,194409766,3145,1,"131583",-480,"ENSG00000185112","FAM43A","family with sequence similarity 43 member A"
+"chr3",57094356,57094763,408,"*","Promoter (<=1kb)",3,57094469,57109460,14992,1,"353324",0,"ENSG00000186451","SPATA12","spermatogenesis associated 12"
+"chr10",134016267,134016665,399,"*","Exon (uc009ybb.3/10570, exon 12 of 14)",10,134000414,134019280,18867,1,"10570",15853,"ENSG00000151640","DPYSL4","dihydropyrimidinase like 4"
+"chr10",392243,392646,404,"*","Intron (uc001ifp.3/22982, intron 11 of 36)",10,180405,300577,120173,1,"10771",211838,"ENSG00000015171","ZMYND11","zinc finger MYND-type containing 11"
+"chr12",24736888,24737079,192,"*","Promoter (<=1kb)",12,24719898,24737102,17205,2,"144360",23,"ENSG00000197503","LINC00477","long intergenic non-protein coding RNA 477"
+"chr6",31864658,31865084,427,"*","5' UTR",6,32485154,32557613,72460,2,"3127",692529,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",24797054,24797192,139,"*","Promoter (<=1kb)",7,24737974,24797639,59666,2,"1687",447,"ENSG00000105928","DFNA5","deafness, autosomal dominant 5"
+"chr11",125757583,125757753,171,"*","5' UTR",11,125753509,125770541,17033,1,"219844",4074,"ENSG00000198331","HYLS1","hydrolethalus syndrome 1"
+"chr8",11626510,11626984,475,"*","Promoter (<=1kb)",8,11627172,11644854,17683,1,"252969",-188,"ENSG00000154328","NEIL2","nei like DNA glycosylase 2"
+"chr12",56415271,56415591,321,"*","5' UTR",12,56411922,56432219,20298,1,"64375",3349,"ENSG00000123411","IKZF4","IKAROS family zinc finger 4"
+"chr3",10492478,10492743,266,"*","Intron (uc003bvt.3/491, intron 22 of 22)",3,10436173,10436246,74,2,"100126334",-56232,NA,"MIR885","microRNA 885"
+"chr8",143397460,143397670,211,"*","Intron (uc003ywj.3/203062, intron 7 of 12)",8,143293441,143484543,191103,2,"203062",86873,"ENSG00000171045","TSNARE1","t-SNARE domain containing 1"
+"chr5",159625542,159625565,24,"*","Exon (uc003lxy.1/uc003lxy.1, exon 2 of 2)",5,159614374,159665729,51356,1,"2172",11168,"ENSG00000170231","FABP6","fatty acid binding protein 6"
+"chr19",58873524,58873982,459,"*","Promoter (<=1kb)",19,58858172,58874214,16043,2,"1",232,"ENSG00000121410","A1BG","alpha-1-B glycoprotein"
+"chr9",130922685,130922769,85,"*","Promoter (<=1kb)",9,130922539,130926207,3669,1,"79095",146,"ENSG00000171159","C9orf16","chromosome 9 open reading frame 16"
+"chr7",157958623,157958748,126,"*","Intron (uc011kwa.2/5799, intron 17 of 22)",7,157647277,157658782,11506,1,"100506585",311346,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr1",177140257,177140274,18,"*","Promoter (<=1kb)",1,177140633,177251558,110926,1,"57795",-359,"ENSG00000198797","BRINP2","BMP/retinoic acid inducible neural specific 2"
+"chr16",22019950,22020026,77,"*","Promoter (<=1kb)",16,22019456,22098852,79397,1,"730094",494,"ENSG00000185716","C16orf52","chromosome 16 open reading frame 52"
+"chr19",2131880,2132027,148,"*","Intron (uc002luz.4/8943, intron 25 of 29)",19,2100987,2151556,50570,2,"8943",19529,"ENSG00000065000","AP3D1","adaptor related protein complex 3 delta 1 subunit"
+"chr12",132284512,132284569,58,"*","Distal Intergenic",12,132312941,132336316,23376,1,"4326",-28372,"ENSG00000198598","MMP17","matrix metallopeptidase 17"
+"chr2",106485470,106485483,14,"*","Intron (uc002tdg.3/8440, intron 3 of 4)",2,106361520,106510730,149211,1,"8440",123950,"ENSG00000071051","NCK2","NCK adaptor protein 2"
+"chr16",58664450,58664462,13,"*","Promoter (<=1kb)",16,58553850,58663790,109941,2,"23019",-660,"ENSG00000125107","CNOT1","CCR4-NOT transcription complex subunit 1"
+"chr12",132166293,132166333,41,"*","Distal Intergenic",12,132195632,132284283,88652,1,"6433",-29299,"ENSG00000061936","SFSWAP","splicing factor, suppressor of white-apricot homolog"
+"chr12",96587734,96587840,107,"*","Promoter (<=1kb)",12,96588207,96661606,73400,1,"2004",-367,"ENSG00000111145","ELK3","ELK3, ETS transcription factor"
+"chr17",77037916,77037938,23,"*","Intron (uc031rep.1/114897, intron 1 of 3)",17,77015291,77023737,8447,2,"100507410",-14179,"ENSG00000265096","C1QTNF1-AS1","C1QTNF1 antisense RNA 1"
+"chr2",1683948,1684003,56,"*","Exon (uc002qxa.3/7837, exon 7 of 23)",2,1635659,1748291,112633,2,"7837",64288,"ENSG00000130508","PXDN","peroxidasin"
+"chr7",563891,563916,26,"*","Exon (uc021zyh.1/441307, exon 2 of 3)",7,560028,564869,4842,1,"441307",3863,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr18",74770402,74770431,30,"*","Intron (uc010xfd.2/4155, intron 6 of 8)",18,74690789,74844774,153986,2,"4155",74343,"ENSG00000197971","MBP","myelin basic protein"
+"chr8",1403050,1403454,405,"*","Distal Intergenic",8,1449532,1656642,207111,1,"9228",-46078,"ENSG00000198010","DLGAP2","discs large homolog associated protein 2"
+"chr11",2925634,2925768,135,"*","Promoter (<=1kb)",11,2909327,2925175,15849,2,"5003",-459,"ENSG00000254827","SLC22A18AS","solute carrier family 22 member 18 antisense"
+"chr8",81397741,81397828,88,"*","Promoter (<=1kb)",8,81397854,81438500,40647,1,"65986",-26,"ENSG00000205189","ZBTB10","zinc finger and BTB domain containing 10"
+"chr3",9851429,9851524,96,"*","Promoter (<=1kb)",3,9851644,9878040,26397,1,"26140",-120,"ENSG00000214021","TTLL3","tubulin tyrosine ligase like 3"
+"chr15",78384472,78384712,241,"*","Promoter (<=1kb)",15,78384927,78396393,11467,1,"646892",-215,"ENSG00000183476","SH2D7","SH2 domain containing 7"
+"chr2",73340441,73340724,284,"*","Promoter (<=1kb)",2,73300510,73340146,39637,2,"26056",-295,"ENSG00000135631","RAB11FIP5","RAB11 family interacting protein 5 (class I)"
+"chr19",54312807,54312881,75,"*","Exon (uc002qch.5/91662, exon 3 of 10)",19,54296855,54327657,30803,2,"91662",14776,"ENSG00000142405","NLRP12","NLR family, pyrin domain containing 12"
+"chr14",97263668,97263753,86,"*","Promoter (<=1kb)",14,97263684,97347951,84268,1,"7443",0,"ENSG00000100749","VRK1","vaccinia related kinase 1"
+"chr17",61904693,61904742,50,"*","Promoter (<=1kb)",17,61904770,61909387,4618,1,"5705",-28,"ENSG00000087191","PSMC5","proteasome 26S subunit, ATPase 5"
+"chr19",44173100,44173237,138,"*","Promoter (1-2kb)",19,44150247,44174498,24252,2,"5329",1261,"ENSG00000011422","PLAUR","plasminogen activator, urokinase receptor"
+"chr2",11758793,11758995,203,"*","Exon (uc002rbk.1/9687, exon 22 of 33)",2,11798304,11810329,12026,2,"23620",51334,"ENSG00000169006","NTSR2","neurotensin receptor 2"
+"chr3",155588322,155588334,13,"*","Promoter (<=1kb)",3,155588325,155655520,67196,1,"8833",0,"ENSG00000163655","GMPS","guanine monophosphate synthase"
+"chr8",1814884,1814909,26,"*","Intron (uc003wpq.1/9639, intron 7 of 22)",8,1772149,1906807,134659,1,"9639",42735,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
+"chr20",23968830,23969237,408,"*","Promoter (<=1kb)",20,23965690,23969416,3727,2,"92086",179,"ENSG00000149435","GGTLC1","gamma-glutamyltransferase light chain 1"
+"chr6",29910225,29910269,45,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1426655,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr9",135454903,135455126,224,"*","Promoter (2-3kb)",9,135457993,135465640,7648,1,"56751",-2867,"ENSG00000125492","BARHL1","BarH like homeobox 1"
+"chr12",132045317,132045666,350,"*","Distal Intergenic",12,132195632,132284283,88652,1,"6433",-149966,"ENSG00000061936","SFSWAP","splicing factor, suppressor of white-apricot homolog"
+"chr10",101769971,101770090,120,"*","Promoter (<=1kb)",10,101635334,101769676,134343,2,"23268",-295,"ENSG00000107554","DNMBP","dynamin binding protein"
+"chr10",132893586,132893698,113,"*","Intron (uc001lkp.3/256536, intron 1 of 11)",10,132760851,132760931,81,2,"100422867",-132655,"ENSG00000264803","MIR378C","microRNA 378c"
+"chr5",140071040,140071056,17,"*","Promoter (<=1kb)",5,140071018,140078890,7873,1,"23438",22,"ENSG00000112855","HARS2","histidyl-tRNA synthetase 2"
+"chr19",19612760,19612767,8,"*","Intron (uc010xqt.2/54815, intron 9 of 11)",19,19625028,19626469,1442,2,"83983",13702,"ENSG00000178093","TSSK6","testis specific serine kinase 6"
+"chr3",50283423,50283852,430,"*","Intron (uc003cyo.1/2771, intron 1 of 9)",3,50263724,50296786,33063,1,"2771",19699,"ENSG00000114353","GNAI2","G protein subunit alpha i2"
+"chr3",122399507,122399601,95,"*","Promoter (<=1kb)",3,122399672,122449687,50016,1,"54625",-71,"ENSG00000173193","PARP14","poly(ADP-ribose) polymerase family member 14"
+"chr6",31869565,31869572,8,"*","Intron (uc003nyc.2/717, intron 1 of 12)",6,32485154,32557613,72460,2,"3127",688041,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",2819672,2819690,19,"*","Promoter (<=1kb)",19,2819872,2836733,16862,1,"115196",-182,"ENSG00000172006","ZNF554","zinc finger protein 554"
+"chr12",4405536,4405549,14,"*","Intron (uc001qmo.3/894, intron 4 of 4)",12,4382902,4414522,31621,1,"894",22634,"ENSG00000118971","CCND2","cyclin D2"
+"chr6",33217504,33217535,32,"*","Intron (uc021ywj.1/414765, intron 1 of 4)",6,33540323,33548070,7748,2,"578",330535,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr8",2003762,2003787,26,"*","Intron (uc003wpx.4/9172, intron 3 of 36)",8,1993158,2093380,100223,1,"9172",10604,"ENSG00000036448","MYOM2","myomesin 2"
+"chr1",151585657,151586010,354,"*","Promoter (1-2kb)",1,151584541,151671559,87019,1,"81609",1116,"ENSG00000143376","SNX27","sorting nexin family member 27"
+"chr12",124086170,124086301,132,"*","Promoter (<=1kb)",12,124086672,124105482,18811,1,"57696",-371,"ENSG00000111364","DDX55","DEAD-box helicase 55"
+"chr2",84517321,84517474,154,"*","Promoter (<=1kb)",2,84517806,84519324,1519,1,"388965",-332,NA,"FUNDC2P2","FUN14 domain containing 2 pseudogene 2"
+"chr4",44727882,44727986,105,"*","Promoter (<=1kb)",4,44703812,44728651,24840,2,"132789",665,"ENSG00000163281","GNPDA2","glucosamine-6-phosphate deaminase 2"
+"chr10",7138926,7139026,101,"*","Distal Intergenic",10,7200586,7453448,252863,2,"57713",314422,"ENSG00000198879","SFMBT2","Scm-like with four mbt domains 2"
+"chr13",42845646,42846024,379,"*","Promoter (<=1kb)",13,42846289,42897403,51115,1,"11215",-265,"ENSG00000023516","AKAP11","A-kinase anchoring protein 11"
+"chr19",40441469,40441563,95,"*","Promoter (<=1kb)",19,40353963,40440533,86571,2,"8857",-936,"ENSG00000275395","FCGBP","Fc fragment of IgG binding protein"
+"chr3",121265395,121265678,284,"*","Promoter (<=1kb)",3,121150273,121264853,114581,2,"10721",-542,"ENSG00000051341","POLQ","polymerase (DNA) theta"
+"chr1",242686661,242686970,310,"*","Promoter (1-2kb)",1,242251689,242687998,436310,2,"200150",1028,"ENSG00000180287","PLD5","phospholipase D family member 5"
+"chr10",93392822,93392839,18,"*","Promoter (<=1kb)",10,93388197,93392858,4662,2,"5507",19,"ENSG00000119938","PPP1R3C","protein phosphatase 1 regulatory subunit 3C"
+"chr12",123335444,123335639,196,"*","Exon (uc001udg.1/9026, exon 6 of 18)",12,123319295,123347507,28213,1,"9026",16149,"ENSG00000130787","HIP1R","huntingtin interacting protein 1 related"
+"chr6",51275338,51275456,119,"*","Distal Intergenic",6,50786439,50815326,28888,1,"7021",488899,"ENSG00000008196","TFAP2B","transcription factor AP-2 beta (activating enhancer binding protein 2 beta)"
+"chr2",242802099,242802127,29,"*","Promoter (1-2kb)",2,242792033,242801058,9026,2,"5133",-1041,"ENSG00000188389","PDCD1","programmed cell death 1"
+"chr3",45430041,45430139,99,"*","Promoter (<=1kb)",3,45430075,45590328,160254,1,"23395",0,"ENSG00000011376","LARS2","leucyl-tRNA synthetase 2"
+"chr3",193095961,193096438,478,"*","Promoter (<=1kb)",3,192992831,193096514,103684,2,"344905",76,"ENSG00000187527","ATP13A5","ATPase 13A5"
+"chr10",75256027,75256221,195,"*","Promoter (<=1kb)",10,75196563,75255782,59220,2,"5532",-245,"ENSG00000107758","PPP3CB","protein phosphatase 3 catalytic subunit beta"
+"chr11",2422337,2422391,55,"*","Promoter (<=1kb)",11,2421718,2425106,3389,1,"10078",619,"ENSG00000184281","TSSC4","tumor suppressing subtransferable candidate 4"
+"chr7",616628,616716,89,"*","Intron (uc031swi.1/5575, intron 2 of 9)",7,560028,564869,4842,1,"441307",56600,"ENSG00000223855","HRAT92","heart tissue-associated transcript 92"
+"chr14",96506401,96506542,142,"*","Promoter (<=1kb)",14,96505661,96560226,54566,1,"56967",740,NA,"C14orf132","chromosome 14 open reading frame 132"
+"chr17",37381225,37381475,251,"*","Promoter (<=1kb)",17,37366789,37382040,15252,2,"342667",565,"ENSG00000141750","STAC2","SH3 and cysteine rich domain 2"
+"chr8",145133111,145133152,42,"*","Promoter (<=1kb)",8,145133522,145135551,2030,1,"54512",-370,"ENSG00000178896","EXOSC4","exosome component 4"
+"chr1",26373006,26373084,79,"*","Promoter (<=1kb)",1,26364514,26372604,8091,2,"7780",-402,"ENSG00000158014","SLC30A2","solute carrier family 30 member 2"
+"chr12",124343780,124344196,417,"*","Exon (uc001uft.4/196385, exon 37 of 78)",12,124247042,124420267,173226,1,"196385",96738,"ENSG00000197653","DNAH10","dynein axonemal heavy chain 10"
+"chr6",129513952,129513973,22,"*","Exon (uc003qbn.3/3908, exon 12 of 64)",6,129204286,129837710,633425,1,"3908",309666,"ENSG00000196569","LAMA2","laminin subunit alpha 2"
+"chr6",160771074,160771574,501,"*","Promoter (1-2kb)",6,160769405,160873611,104207,1,"6581",1669,"ENSG00000146477","SLC22A3","solute carrier family 22 member 3"
+"chr6",30313070,30313077,8,"*","Exon (uc010jsa.2/202658, exon 7 of 10)",6,28471073,28483570,12498,2,"257202",-1829500,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr11",65153777,65153794,18,"*","Promoter (<=1kb)",11,65154041,65180995,26955,1,"83786",-247,"ENSG00000126391","FRMD8","FERM domain containing 8"
+"chr2",79220833,79221130,298,"*","Distal Intergenic",2,79252812,79255630,2819,1,"130120",-31682,"ENSG00000143954","REG3G","regenerating family member 3 gamma"
+"chr20",46130584,46130592,9,"*","Promoter (<=1kb)",20,46130601,46285621,155021,1,"8202",-9,"ENSG00000124151","NCOA3","nuclear receptor coactivator 3"
+"chr4",9492758,9493066,309,"*","Distal Intergenic",4,9446260,9452240,5981,1,"644414",46498,"ENSG00000186146","DEFB131","defensin beta 131"
+"chr15",83953883,83953929,47,"*","Promoter (<=1kb)",15,83924655,83953468,28814,2,"646",-415,"ENSG00000169594","BNC1","basonuclin 1"
+"chr16",1425500,1425841,342,"*","Intron (uc002cln.3/64718, intron 5 of 5)",16,1401900,1413352,11453,1,"84572",23600,"ENSG00000090581","GNPTG","N-acetylglucosamine-1-phosphate transferase gamma subunit"
+"chr5",172571655,172571786,132,"*","Promoter (<=1kb)",5,172571445,172591390,19946,1,"662",210,"ENSG00000113734","BNIP1","BCL2/adenovirus E1B 19kDa interacting protein 1"
+"chr16",88094158,88094287,130,"*","Intron (uc002fkp.3/54971, intron 10 of 12)",16,87984238,88110924,126687,1,"54971",109920,"ENSG00000172530","BANP","BTG3 associated nuclear protein"
+"chr12",65563159,65563210,52,"*","Promoter (<=1kb)",12,65563351,65642141,78791,1,"23592",-141,"ENSG00000174106","LEMD3","LEM domain containing 3"
+"chr21",43373079,43373088,10,"*","Promoter (<=1kb)",21,43305219,43373999,68781,2,"25966",911,"ENSG00000157617","C2CD2","C2 calcium-dependent domain containing 2"
+"chr1",204839558,204839771,214,"*","Intron (uc001hbh.3/23114, intron 1 of 15)",1,204797782,204991950,194169,1,"23114",41776,"ENSG00000163531","NFASC","neurofascin"
+"chr11",64889644,64889651,8,"*","Promoter (<=1kb)",11,64889655,64894841,5187,1,"740",-4,"ENSG00000149792","MRPL49","mitochondrial ribosomal protein L49"
+"chr5",134210410,134210503,94,"*","Promoter (<=1kb)",5,134209460,134237323,27864,1,"79770",950,"ENSG00000113621","TXNDC15","thioredoxin domain containing 15"
+"chr13",113383528,113383706,179,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",38885,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr12",50418837,50419238,402,"*","Promoter (<=1kb)",12,50382945,50419307,36363,2,"29127",69,"ENSG00000161800","RACGAP1","Rac GTPase activating protein 1"
+"chr12",133172731,133172993,263,"*","Distal Intergenic",12,133179736,133187037,7302,2,"100507055",14044,"ENSG00000204583","LRCOL1","leucine-rich colipase like 1"
+"chr8",23430838,23430966,129,"*","Distal Intergenic",8,23386363,23430063,43701,1,"51312",44475,"ENSG00000147454","SLC25A37","solute carrier family 25 member 37"
+"chr1",207627978,207628110,133,"*","Promoter (<=1kb)",1,207627645,207663240,35596,1,"1380",333,"ENSG00000117322","CR2","complement component 3d receptor 2"
+"chr13",24734730,24734747,18,"*","Promoter (1-2kb)",13,24736555,24736643,89,1,"100313842",-1808,"ENSG00000252695","MIR2276","microRNA 2276"
+"chr16",29625989,29626077,89,"*","Promoter (<=1kb)",16,29624424,29625038,615,2,"81893",-951,"ENSG00000260727","SLC7A5P1","solute carrier family 7 member 5 pseudogene 1"
+"chr2",157291903,157291970,68,"*","Promoter (<=1kb)",2,157291965,157470247,178283,1,"2820",0,"ENSG00000115159","GPD2","glycerol-3-phosphate dehydrogenase 2"
+"chr7",4303742,4303970,229,"*","Intron (uc003smx.3/221935, intron 44 of 44)",7,4683388,4811074,127687,1,"221937",-379418,"ENSG00000164916","FOXK1","forkhead box K1"
+"chr19",23084177,23084196,20,"*","Distal Intergenic",19,23157685,23186010,28326,2,"388523",101814,"ENSG00000269067","ZNF728","zinc finger protein 728"
+"chr19",2085286,2085297,12,"*","5' UTR",19,2071035,2096269,25235,2,"126308",10972,"ENSG00000172081","MOB3A","MOB kinase activator 3A"
+"chr12",52464081,52464244,164,"*","Promoter (<=1kb)",12,52463758,52471279,7522,1,"60673",323,"ENSG00000123395","ATG101","autophagy related 101"
+"chr19",40366346,40366607,262,"*","Exon (uc002omp.4/8857, exon 30 of 36)",19,40325093,40337054,11962,2,"2091",-29292,"ENSG00000105202","FBL","fibrillarin"
+"chr6",32546743,32547019,277,"*","3' UTR",6,32485154,32557613,72460,2,"3127",10594,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr12",16034914,16034931,18,"*","Promoter (<=1kb)",12,16035288,16056410,21123,1,"11171",-357,"ENSG00000023734","STRAP","serine/threonine kinase receptor associated protein"
+"chr3",44511383,44511713,331,"*","Intron (uc003cnf.2/353274, intron 7 of 7)",3,44481262,44561226,79965,2,"353274",49513,"ENSG00000185219","ZNF445","zinc finger protein 445"
+"chr3",69788247,69788394,148,"*","Promoter (<=1kb)",3,69788586,70017488,228903,1,"4286",-192,"ENSG00000187098","MITF","microphthalmia-associated transcription factor"
+"chr4",187810446,187810502,57,"*","Distal Intergenic",4,187508937,187647850,138914,2,"2195",-162596,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
+"chr10",94352700,94352726,27,"*","Promoter (<=1kb)",10,94352825,94415152,62328,1,"3832",-99,"ENSG00000138160","KIF11","kinesin family member 11"
+"chr13",113533425,113533862,438,"*","Intron (uc001vsi.4/23250, intron 29 of 29)",13,113622814,113754053,131240,1,"23263",-88952,"ENSG00000126217","MCF2L","MCF.2 cell line derived transforming sequence like"
+"chr19",56879565,56879571,7,"*","Promoter (<=1kb)",19,56879468,56891196,11729,1,"147947",97,"ENSG00000240225","ZNF542P","zinc finger protein 542, pseudogene"
+"chr15",76196055,76196091,37,"*","Promoter (<=1kb)",15,76196200,76227608,31409,1,"26263",-109,"ENSG00000167196","FBXO22","F-box protein 22"
+"chr6",13486497,13486599,103,"*","Promoter (1-2kb)",6,13363587,13487869,124283,2,"54438",1270,"ENSG00000145990","GFOD1","glucose-fructose oxidoreductase domain containing 1"
+"chr6",109761890,109762110,221,"*","Promoter (<=1kb)",6,109761931,109765122,3192,1,"6610",0,"ENSG00000135587","SMPD2","sphingomyelin phosphodiesterase 2"
+"chr2",240298187,240298511,325,"*","Intron (uc002vyk.4/9759, intron 26 of 26)",2,240273419,240273499,81,2,"100616360",-24688,"ENSG00000264292","MIR2467","microRNA 2467"
+"chr1",16090670,16091052,383,"*","5' UTR",1,16083154,16113084,29931,1,"54751",7516,"ENSG00000162458","FBLIM1","filamin binding LIM protein 1"
+"chr15",25434632,25435052,421,"*","Promoter (<=1kb)",15,25434561,25494426,59866,1,"100033448",71,"ENSG00000200486","SNORD115-11","small nucleolar RNA, C/D box 115-11"
+"chr6",29617820,29617902,83,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-1134250,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr15",75251533,75251685,153,"*","Promoter (1-2kb)",15,75247443,75249775,2333,2,"54913",-1758,"ENSG00000178718","RPP25","ribonuclease P/MRP 25kDa subunit"
+"chr6",30685087,30685120,34,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1872493,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr20",18121410,18121820,411,"*","Promoter (1-2kb)",20,18122868,18169031,46164,1,"57325",-1048,"ENSG00000149474","CSRP2BP","CSRP2 binding protein"
+"chr7",45125615,45126100,486,"*","Promoter (2-3kb)",7,45120036,45128493,8458,2,"23148",2393,"ENSG00000136274","NACAD","NAC alpha domain containing"
+"chr3",50193049,50193184,136,"*","Promoter (<=1kb)",3,50192848,50226508,33661,1,"6405",201,"ENSG00000001617","SEMA3F","semaphorin 3F"
+"chr19",44810574,44810637,64,"*","Promoter (1-2kb)",19,44732357,44809178,76822,2,"9310",-1396,"ENSG00000159917","ZNF235","zinc finger protein 235"
+"chr6",46620676,46620708,33,"*","Promoter (<=1kb)",6,46620652,46645927,25276,1,"9481",24,"ENSG00000153291","SLC25A27","solute carrier family 25 member 27"
+"chr16",85587615,85587921,307,"*","Distal Intergenic",16,85645029,85709812,64784,1,"23199",-57108,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
+"chr3",157217331,157217414,84,"*","5' UTR",3,156977532,157221415,243884,2,"79674",4001,"ENSG00000197415","VEPH1","ventricular zone expressed PH domain containing 1"
+"chr16",30934696,30934727,32,"*","Promoter (<=1kb)",16,30930640,30934590,3951,2,"283932",-106,"ENSG00000260852","FBXL19-AS1","FBXL19 antisense RNA 1 (head to head)"
+"chr17",35084927,35085012,86,"*","Distal Intergenic",17,34958025,34965407,7383,1,"79922",126902,"ENSG00000278619","MRM1","mitochondrial rRNA methyltransferase 1"
+"chr2",220290871,220291055,185,"*","3' UTR",2,220283099,220291461,8363,1,"1674",7772,"ENSG00000175084","DES","desmin"
+"chr2",132415701,132416160,460,"*","Distal Intergenic",2,132480064,132524977,44914,1,"29798",-63904,NA,"C2orf27A","chromosome 2 open reading frame 27A"
+"chr11",62446602,62446605,4,"*","Promoter (<=1kb)",11,62443972,62446545,2574,2,"51035",-57,"ENSG00000162191","UBXN1","UBX domain protein 1"
+"chr21",44527778,44527812,35,"*","Promoter (<=1kb)",21,44513066,44527688,14623,2,"7307",-90,"ENSG00000160201","U2AF1","U2 small nuclear RNA auxiliary factor 1"
+"chr4",146100881,146100950,70,"*","Promoter (<=1kb)",4,146054802,146100832,46031,2,"54726",-49,"ENSG00000164164","OTUD4","OTU deubiquitinase 4"
+"chr11",18270548,18270955,408,"*","Promoter (<=1kb)",11,18252902,18270221,17320,2,"100528017",-327,"ENSG00000255071","SAA2-SAA4","SAA2-SAA4 readthrough"
+"chr16",2014791,2014817,27,"*","Promoter (<=1kb)",16,2012062,2014827,2766,2,"6187",10,"ENSG00000140988","RPS2","ribosomal protein S2"
+"chr1",183604510,183604626,117,"*","Promoter (<=1kb)",1,183595328,183605076,9749,2,"10092",450,"ENSG00000162704","ARPC5","actin related protein 2/3 complex subunit 5"
+"chr19",633577,633601,25,"*","Promoter (<=1kb)",19,617223,633568,16346,2,"5442",-9,"ENSG00000099821","POLRMT","polymerase (RNA) mitochondrial"
+"chr6",161575585,161575667,83,"*","Intron (uc003qtr.1/56895, intron 6 of 8)",6,161581164,161583014,1851,2,"79992",7347,"ENSG00000279355","AGPAT4-IT1","AGPAT4 intronic transcript 1"
+"chr11",811545,811557,13,"*","Promoter (<=1kb)",11,811681,811814,134,1,"619565",-124,"ENSG00000199785","SNORA52","small nucleolar RNA, H/ACA box 52"
+"chr3",36421183,36421524,342,"*","Promoter (<=1kb)",3,36422097,36589496,167400,1,"6769",-573,"ENSG00000144681","STAC","SH3 and cysteine rich domain"
+"chr3",178865233,178865502,270,"*","Promoter (<=1kb)",3,178866311,178952497,86187,1,"5290",-809,"ENSG00000121879","PIK3CA","phosphatidylinositol-4,5-bisphosphate 3-kinase catalytic subunit alpha"
+"chr16",29195979,29196424,446,"*","Intron (uc010vct.2/uc010vct.2, intron 6 of 7)",16,29302828,29418349,115522,1,"440352",-106404,NA,"SNX29P2","sorting nexin 29 pseudogene 2"
+"chr8",121457778,121457786,9,"*","Promoter (<=1kb)",8,121408083,121457647,49565,2,"28998",-131,"ENSG00000172172","MRPL13","mitochondrial ribosomal protein L13"
+"chr3",52099548,52099561,14,"*","Promoter (<=1kb)",3,52096110,52099128,3019,2,"100128378",-420,NA,"LINC00696","long intergenic non-protein coding RNA 696"
+"chr12",2162290,2162491,202,"*","Promoter (<=1kb)",12,2162416,2807115,644700,1,"775",0,"ENSG00000151067","CACNA1C","calcium voltage-gated channel subunit alpha1 C"
+"chr12",69139768,69139774,7,"*","Promoter (<=1kb)",12,69139936,69159853,19918,1,"55508",-162,"ENSG00000175782","SLC35E3","solute carrier family 35 member E3"
+"chr3",99944068,99944194,127,"*","Distal Intergenic",3,99979661,100044096,64436,1,"55773",-35467,"ENSG00000036054","TBC1D23","TBC1 domain family member 23"
+"chr5",72251278,72251358,81,"*","Promoter (<=1kb)",5,72251808,72386349,134542,1,"115548",-450,"ENSG00000157107","FCHO2","FCH domain only 2"
+"chr19",56904532,56904755,224,"*","Promoter (<=1kb)",19,56894648,56904894,10247,2,"147948",139,"ENSG00000018869","ZNF582","zinc finger protein 582"
+"chr4",66535335,66535355,21,"*","Promoter (<=1kb)",4,66185281,66535653,350373,2,"2044",298,"ENSG00000145242","EPHA5","EPH receptor A5"
+"chr2",191045697,191045885,189,"*","5' UTR",2,191002486,191068210,65725,1,"84281",43211,"ENSG00000187699","C2orf88","chromosome 2 open reading frame 88"
+"chr14",101393226,101393397,172,"*","Promoter (<=1kb)",14,101393679,101393749,71,1,"767562",-282,"ENSG00000212384","SNORD113-2","small nucleolar RNA, C/D box 113-2"
+"chr10",103880512,103880527,16,"*","Promoter (<=1kb)",10,103867325,103880210,12886,2,"8861",-302,"ENSG00000198728","LDB1","LIM domain binding 1"
+"chr17",72920176,72920187,12,"*","Promoter (<=1kb)",17,72920370,72930006,9637,1,"92736",-183,"ENSG00000183034","OTOP2","otopetrin 2"
+"chr21",44905016,44905245,230,"*","Distal Intergenic",21,44881974,44898103,16130,2,"114038",-6913,"ENSG00000185186","LINC00313","long intergenic non-protein coding RNA 313"
+"chr4",159816181,159816397,217,"*","Intron (uc003iqe.4/57600, intron 15 of 16)",4,159690182,159827954,137773,1,"57600",125999,"ENSG00000052795","FNIP2","folliculin interacting protein 2"
+"chr1",93250693,93250863,171,"*","Intron (uc001dox.3/7813, intron 17 of 17)",1,92974253,93257961,283709,2,"7813",7098,"ENSG00000067208","EVI5","ecotropic viral integration site 5"
+"chr9",100264124,100264241,118,"*","Promoter (<=1kb)",9,100263462,100364025,100564,1,"7111",662,"ENSG00000136842","TMOD1","tropomodulin 1"
+"chr2",163175335,163175400,66,"*","Promoter (<=1kb)",2,163123589,163175218,51630,2,"64135",-117,"ENSG00000115267","IFIH1","interferon induced, with helicase C domain 1"
+"chr6",1610673,1610688,16,"*","Promoter (<=1kb)",6,1610681,1614129,3449,1,"2296",0,"ENSG00000054598","FOXC1","forkhead box C1"
+"chr17",7298465,7298471,7,"*","Promoter (<=1kb)",17,7293047,7298162,5116,2,"57048",-303,"ENSG00000187838","PLSCR3","phospholipid scramblase 3"
+"chr3",9177754,9178132,379,"*","Intron (uc003brf.2/9901, intron 21 of 21)",3,9258579,9261192,2614,1,"100288831",-80447,"ENSG00000227929","SRGAP3-AS3","SRGAP3 antisense RNA 3"
+"chr3",66702975,66703010,36,"*","Distal Intergenic",3,66429221,66550845,121625,2,"26018",-152130,"ENSG00000144749","LRIG1","leucine-rich repeats and immunoglobulin-like domains 1"
+"chr16",4000474,4000539,66,"*","Distal Intergenic",16,3775056,3930121,155066,2,"1387",-70353,"ENSG00000005339","CREBBP","CREB binding protein"
+"chr20",43280726,43280957,232,"*","Promoter (<=1kb)",20,43248163,43280376,32214,2,"100",-350,"ENSG00000196839","ADA","adenosine deaminase"
+"chr17",1359383,1359781,399,"*","Promoter (<=1kb)",17,1324647,1359561,34915,2,"1398",0,"ENSG00000167193","CRK","v-crk avian sarcoma virus CT10 oncogene homolog"
+"chr6",31671159,31671165,7,"*","Intron (uc011dnz.2/7920, intron 19 of 21)",6,32485154,32557613,72460,2,"3127",886448,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",151483425,151483526,102,"*","Promoter (<=1kb)",1,151483862,151511167,27306,1,"57530",-336,"ENSG00000143375","CGN","cingulin"
+"chr19",1324834,1325052,219,"*","Distal Intergenic",19,1354976,1378430,23455,1,"84939",-29924,"ENSG00000160953","MUM1","melanoma associated antigen (mutated) 1"
+"chr2",242716340,242716511,172,"*","Promoter (<=1kb)",2,242716240,242743702,27463,1,"64090",100,"ENSG00000154252","GAL3ST2","galactose-3-O-sulfotransferase 2"
+"chr10",65733388,65733575,188,"*","Distal Intergenic",10,65281123,65384883,103761,1,"221035",452265,"ENSG00000165476","REEP3","receptor accessory protein 3"
+"chr12",51318640,51318733,94,"*","Promoter (<=1kb)",12,51318534,51326300,7767,1,"25840",106,"ENSG00000185432","METTL7A","methyltransferase like 7A"
+"chr4",128886996,128887130,135,"*","Promoter (<=1kb)",4,128838960,128887139,48180,2,"256471",9,"ENSG00000164073","MFSD8","major facilitator superfamily domain containing 8"
+"chr12",123351734,123351798,65,"*","Exon (uc001udl.3/79720, exon 4 of 4)",12,123349875,123380712,30838,2,"79720",28914,"ENSG00000139722","VPS37B","VPS37B, ESCRT-I subunit"
+"chr3",10052845,10052848,4,"*","Promoter (<=1kb)",3,10048102,10052779,4678,2,"401052",-66,NA,"LOC401052","uncharacterized LOC401052"
+"chr7",28966468,28966482,15,"*","Distal Intergenic",7,28992974,28998029,5056,2,"9865",31547,"ENSG00000255690","TRIL","TLR4 interactor with leucine-rich repeats"
+"chr16",15931190,15931580,391,"*","Intron (uc002ddv.3/4629, intron 41 of 42)",16,15796992,15950887,153896,2,"4629",19307,"ENSG00000133392","MYH11","myosin, heavy chain 11, smooth muscle"
+"chr4",1340351,1340354,4,"*","Promoter (<=1kb)",4,1341104,1381837,40734,1,"57654",-750,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
+"chr9",108006974,108007124,151,"*","Promoter (<=1kb)",9,108006929,108200782,193854,1,"23446",45,"ENSG00000070214","SLC44A1","solute carrier family 44 member 1"
+"chr1",113249894,113249926,33,"*","Promoter (<=1kb)",1,113243749,113250025,6277,2,"389",99,"ENSG00000155366","RHOC","ras homolog family member C"
+"chr19",54676900,54676946,47,"*","Promoter (<=1kb)",19,54663834,54676944,13111,2,"147798",0,"ENSG00000167608","TMC4","transmembrane channel like 4"
+"chr10",131263914,131264054,141,"*","Promoter (1-2kb)",10,131265454,131565783,300330,1,"4255",-1400,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
+"chr15",78933902,78934280,379,"*","Intron (uc010blh.1/1143, intron 5 of 11)",15,78916636,78952874,36239,2,"1143",18594,"ENSG00000117971","CHRNB4","cholinergic receptor nicotinic beta 4 subunit"
+"chr5",38556435,38556796,362,"*","Promoter (<=1kb)",5,38557604,38557663,60,2,"100500824",867,"ENSG00000265304","MIR3650","microRNA 3650"
+"chr9",35406069,35406542,474,"*","Promoter (<=1kb)",9,35406752,35483026,76275,1,"158381",-210,"ENSG00000179766","ATP8B5P","ATPase phospholipid transporting 8B5, pseudogene"
+"chr3",51746675,51746731,57,"*","Exon (uc010hlu.3/2912, exon 3 of 7)",3,51741081,51752625,11545,1,"2912",5594,"ENSG00000164082","GRM2","glutamate receptor, metabotropic 2"
+"chr19",45349335,45349387,53,"*","Promoter (<=1kb)",19,45349393,45392485,43093,1,"5819",-6,"ENSG00000130202","NECTIN2","nectin cell adhesion molecule 2"
+"chr20",36148264,36148275,12,"*","Promoter (1-2kb)",20,36149607,36152090,2484,1,"4826",-1332,"ENSG00000053438","NNAT","neuronatin"
+"chr19",1402419,1402626,208,"*","Promoter (<=1kb)",19,1397025,1401569,4545,2,"2593",-850,"ENSG00000130005","GAMT","guanidinoacetate N-methyltransferase"
+"chr9",117068159,117068361,203,"*","Intron (uc011lxl.2/85301, intron 57 of 60)",9,117085303,117095536,10234,1,"5004",-16942,"ENSG00000229314","ORM1","orosomucoid 1"
+"chr3",160167681,160167698,18,"*","Promoter (<=1kb)",3,160153291,160167626,14336,2,"286827",-55,"ENSG00000213186","TRIM59","tripartite motif containing 59"
+"chr16",427636,427708,73,"*","5' UTR",16,420776,431978,11203,2,"58986",4270,"ENSG00000129925","TMEM8A","transmembrane protein 8A"
+"chr16",87577607,87577680,74,"*","Distal Intergenic",16,87439852,87525460,85609,2,"23174",-52147,"ENSG00000140948","ZCCHC14","zinc finger CCHC-type containing 14"
+"chr1",222987673,222987845,173,"*","Promoter (<=1kb)",1,222988431,223179337,190907,1,"84976",-586,"ENSG00000154309","DISP1","dispatched RND transporter family member 1"
+"chr19",53662546,53662572,27,"*","Promoter (<=1kb)",19,53641957,53662322,20366,2,"84671",-224,"ENSG00000197937","ZNF347","zinc finger protein 347"
+"chr3",54121271,54121713,443,"*","Distal Intergenic",3,54156693,55108584,951892,1,"55799",-34980,"ENSG00000157445","CACNA2D3","calcium voltage-gated channel auxiliary subunit alpha2delta 3"
+"chr1",9884624,9884671,48,"*","Promoter (<=1kb)",1,9789079,9884550,95472,2,"22883",-74,"ENSG00000171603","CLSTN1","calsyntenin 1"
+"chr2",97533635,97534057,423,"*","Promoter (1-2kb)",2,97525473,97535735,10263,2,"54910",1678,"ENSG00000168758","SEMA4C","semaphorin 4C"
+"chr5",82769097,82769514,418,"*","Promoter (1-2kb)",5,82767493,82878122,110630,1,"1462",1604,"ENSG00000038427","VCAN","versican"
+"chr16",67977992,67978110,119,"*","Promoter (<=1kb)",16,67973787,67978015,4229,2,"3931",0,"ENSG00000213398","LCAT","lecithin-cholesterol acyltransferase"
+"chr9",79629668,79629795,128,"*","Distal Intergenic",9,79634571,79635869,1299,1,"442425",-4776,"ENSG00000204612","FOXB2","forkhead box B2"
+"chr9",88969507,88969709,203,"*","Promoter (<=1kb)",9,88902648,88969402,66755,2,"79670",-105,"ENSG00000083223","ZCCHC6","zinc finger CCHC-type containing 6"
+"chr6",31941361,31941422,62,"*","Intron (uc003nyt.3/8859, intron 3 of 7)",6,32485154,32557613,72460,2,"3127",616191,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr15",80634248,80634459,212,"*","Promoter (<=1kb)",15,80555410,80634147,78738,2,"283688",-101,"ENSG00000259361","LINC00927","long intergenic non-protein coding RNA 927"
+"chr7",75947528,75947586,59,"*","Distal Intergenic",7,75931875,75933614,1740,1,"3315",15653,"ENSG00000106211","HSPB1","heat shock protein family B (small) member 1"
+"chr4",6380399,6380441,43,"*","Intron (uc003gja.3/5522, intron 7 of 8)",4,6271577,6304992,33416,1,"7466",108822,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
+"chr1",17294704,17294724,21,"*","5' UTR",1,17300999,17308081,7083,2,"4237",13357,"ENSG00000117122","MFAP2","microfibrillar associated protein 2"
+"chr1",6420665,6420733,69,"*","5' UTR",1,6324332,6453826,129495,2,"11332",33093,"ENSG00000097021","ACOT7","acyl-CoA thioesterase 7"
+"chr16",2265446,2265480,35,"*","Promoter (<=1kb)",16,2261603,2264822,3220,2,"283871",-624,"ENSG00000184207","PGP","phosphoglycolate phosphatase"
+"chr11",65983930,65984061,132,"*","Exon (uc001ogz.1/55690, exon 6 of 7)",11,66024765,66035332,10568,1,"64837",-40704,"ENSG00000174996","KLC2","kinesin light chain 2"
+"chr6",29760816,29760849,34,"*","Exon (uc003nns.3/54435, exon 1 of 1)",6,28471073,28483570,12498,2,"257202",-1277246,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr9",99801550,99801675,126,"*","5' UTR",9,99791959,99822167,30209,2,"1515",20492,"ENSG00000136943","CTSV","cathepsin V"
+"chr11",75379864,75379867,4,"*","Promoter (<=1kb)",11,75297963,75379479,81517,2,"4135",-385,"ENSG00000171533","MAP6","microtubule associated protein 6"
+"chr16",87730603,87730904,302,"*","3' UTR",16,87736729,87799598,62870,2,"54758",68694,"ENSG00000104731","KLHDC4","kelch domain containing 4"
+"chr11",47416310,47416487,178,"*","Intron (uc001nfd.3/91252, intron 3 of 7)",11,47376409,47400127,23719,2,"6688",-16183,"ENSG00000066336","SPI1","Spi-1 proto-oncogene"
+"chr17",73274392,73274405,14,"*","Exon (uc010dge.3/60386, exon 3 of 5)",17,73267380,73269976,2597,1,"100287042",7012,"ENSG00000263843","LOC100287042","uncharacterized LOC100287042"
+"chr6",42715312,42715412,101,"*","Promoter (1-2kb)",6,42712234,42713884,1651,2,"6903",-1428,"ENSG00000124659","TBCC","tubulin folding cofactor C"
+"chr1",175036687,175036986,300,"*","Promoter (<=1kb)",1,175036994,175117202,80209,1,"63923",-8,"ENSG00000120332","TNN","tenascin N"
+"chr22",35946739,35946799,61,"*","Intron (uc003anx.3/23551, intron 2 of 2)",22,35937352,35950045,12694,1,"23551",9387,"ENSG00000100302","RASD2","RASD family member 2"
+"chrX",109561793,109561870,78,"*","Intron (uc004eoq.3/9949, intron 6 of 7)",23,109602044,109699562,97519,1,"57529",-40174,"ENSG00000243978","RGAG1","retrotransposon gag domain containing 1"
+"chr1",14031986,14032156,171,"*","5' UTR",1,14026735,14151574,124840,1,"7799",5251,"ENSG00000116731","PRDM2","PR domain 2"
+"chr19",19322628,19322630,3,"*","Promoter (<=1kb)",19,19322782,19363061,40280,1,"1463",-152,"ENSG00000130287","NCAN","neurocan"
+"chr12",82153410,82153416,7,"*","Promoter (<=1kb)",12,81652045,82153109,501065,2,"8499",-301,"ENSG00000139220","PPFIA2","PTPRF interacting protein alpha 2"
+"chr1",41249191,41249206,16,"*","Promoter (<=1kb)",1,41249684,41306124,56441,1,"9132",-478,"ENSG00000117013","KCNQ4","potassium voltage-gated channel subfamily Q member 4"
+"chr12",11151382,11151430,49,"*","Promoter (<=1kb)",12,11148561,11150474,1914,2,"259295",-908,"ENSG00000255837","TAS2R20","taste 2 receptor member 20"
+"chr16",1592043,1592106,64,"*","Exon (uc002cmc.3/79652, exon 3 of 4)",16,1578742,1605581,26840,1,"79652",13301,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr8",42234724,42234732,9,"*","Promoter (<=1kb)",8,42231586,42234674,3089,2,"27121",-50,"ENSG00000104371","DKK4","dickkopf WNT signaling pathway inhibitor 4"
+"chr8",142653823,142653862,40,"*","Distal Intergenic",8,142443929,142517330,73402,2,"389690",-136493,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
+"chr1",11779326,11779347,22,"*","Intron (uc001asr.1/374946, intron 6 of 6)",1,11796142,11810828,14687,1,"57085",-16795,"ENSG00000177674","AGTRAP","angiotensin II receptor associated protein"
+"chr6",28833292,28833432,141,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-349722,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",42847567,42847598,32,"*","Promoter (<=1kb)",6,42847671,42855668,7998,1,"285855",-73,"ENSG00000146223","RPL7L1","ribosomal protein L7 like 1"
+"chr3",10400464,10400500,37,"*","Exon (uc010hdo.3/491, exon 10 of 19)",3,10436173,10436246,74,2,"100126334",35746,NA,"MIR885","microRNA 885"
+"chr7",23285742,23285761,20,"*","Promoter (<=1kb)",7,23286316,23314729,28414,1,"10457",-555,"ENSG00000136235","GPNMB","glycoprotein nmb"
+"chr11",2398773,2398776,4,"*","Promoter (<=1kb)",11,2398547,2418649,20103,1,"975",226,"ENSG00000110651","CD81","CD81 molecule"
+"chr1",159915429,159915569,141,"*","Promoter (<=1kb)",1,159896829,159915386,18558,2,"57549",-43,"ENSG00000085552","IGSF9","immunoglobulin superfamily member 9"
+"chr1",2304216,2304267,52,"*","Intron (uc001ajb.1/79906, intron 7 of 13)",1,2252696,2322993,70298,2,"79906",18726,"ENSG00000116151","MORN1","MORN repeat containing 1"
+"chr12",6665424,6665447,24,"*","Promoter (<=1kb)",12,6647539,6665249,17711,2,"25900",-175,"ENSG00000010295","IFFO1","intermediate filament family orphan 1"
+"chr2",154729189,154729200,12,"*","Promoter (<=1kb)",2,154728426,155310489,582064,1,"114805",763,"ENSG00000144278","GALNT13","polypeptide N-acetylgalactosaminyltransferase 13"
+"chr10",50970567,50970575,9,"*","Promoter (<=1kb)",10,50942687,50970425,27739,2,"55753",-142,"ENSG00000197444","OGDHL","oxoglutarate dehydrogenase-like"
+"chr7",62809325,62809572,248,"*","Exon (uc011kdk.2/100287834, exon 1 of 2)",7,62751670,62764434,12765,2,"643955",-44891,"ENSG00000185037","ZNF733P","zinc finger protein 733, pseudogene"
+"chr19",10196678,10196681,4,"*","Promoter (<=1kb)",19,10196806,10203928,7123,1,"55337",-125,"ENSG00000130813","C19orf66","chromosome 19 open reading frame 66"
+"chr22",21213387,21213401,15,"*","Promoter (<=1kb)",22,21213292,21245501,32210,1,"9342",95,"ENSG00000099940","SNAP29","synaptosome associated protein 29kDa"
+"chr6",31547656,31547917,262,"*","Distal Intergenic",6,32485154,32557613,72460,2,"3127",1009696,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",28833588,28833787,200,"*","Promoter (1-2kb)",1,28832455,28865708,33254,1,"1104",1133,"ENSG00000180198","RCC1","regulator of chromosome condensation 1"
+"chr4",146267319,146267337,19,"*","Distal Intergenic",4,146402951,146480325,77375,1,"4086",-135614,"ENSG00000170365","SMAD1","SMAD family member 1"
+"chr1",2371799,2372006,208,"*","Distal Intergenic",1,2336241,2344010,7770,2,"5192",-27789,"ENSG00000157911","PEX10","peroxisomal biogenesis factor 10"
+"chr7",148823965,148824398,434,"*","Promoter (<=1kb)",7,148823508,148880118,56611,1,"57541",457,"ENSG00000197024","ZNF398","zinc finger protein 398"
+"chr6",32409365,32409856,492,"*","Intron (uc003obh.3/3122, intron 1 of 4)",6,32485154,32557613,72460,2,"3127",147757,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",91011689,91011695,7,"*","Intron (uc001kgb.4/3988, intron 7 of 8)",10,90965694,90967071,1378,2,"9023",-44618,"ENSG00000138135","CH25H","cholesterol 25-hydroxylase"
+"chr2",63285365,63285425,61,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",8173,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr5",141348837,141349103,267,"*","Promoter (2-3kb)",5,141346402,141369856,23455,1,"9604",2435,"ENSG00000013561","RNF14","ring finger protein 14"
+"chr13",100037488,100037570,83,"*","Exon (uc001voa.4/337867, exon 9 of 9)",13,99868262,100058554,190293,2,"100616144",20984,"ENSG00000263515","MIR548AN","microRNA 548an"
+"chr6",46620661,46620666,6,"*","Promoter (<=1kb)",6,46620652,46645927,25276,1,"9481",9,"ENSG00000153291","SLC25A27","solute carrier family 25 member 27"
+"chr15",73075539,73075935,397,"*","Promoter (<=1kb)",15,73043708,73076126,32419,2,"83440",191,"ENSG00000159322","ADPGK","ADP-dependent glucokinase"
+"chr16",2206254,2206272,19,"*","Promoter (<=1kb)",16,2205799,2228130,22332,1,"84231",455,"ENSG00000131653","TRAF7","TNF receptor associated factor 7"
+"chr3",184280384,184280664,281,"*","Promoter (<=1kb)",3,184279587,184300196,20610,1,"2049",797,"ENSG00000182580","EPHB3","EPH receptor B3"
+"chr16",88550695,88550913,219,"*","Intron (uc002fkv.3/161882, intron 1 of 9)",16,88535326,88535439,114,1,"100847057",15369,"ENSG00000263456","MIR5189","microRNA 5189"
+"chr1",212458981,212459242,262,"*","Promoter (<=1kb)",1,212458879,212535205,76327,1,"5525",102,"ENSG00000066027","PPP2R5A","protein phosphatase 2 regulatory subunit B', alpha"
+"chr17",8702816,8702823,8,"*","Promoter (<=1kb)",17,8700428,8702667,2240,2,"162387",-149,"ENSG00000185156","MFSD6L","major facilitator superfamily domain containing 6-like"
+"chr2",108602906,108602931,26,"*","Promoter (<=1kb)",2,108602995,108630443,27449,1,"60482",-64,"ENSG00000115665","SLC5A7","solute carrier family 5 member 7"
+"chr1",147070522,147070895,374,"*","Intron (uc001epq.3/607, intron 1 of 9)",1,147013182,147098015,84834,1,"607",57340,"ENSG00000116128","BCL9","B-cell CLL/lymphoma 9"
+"chr12",56843371,56843527,157,"*","Promoter (<=1kb)",12,56810157,56843200,33044,2,"8914",-171,"ENSG00000111602","TIMELESS","timeless circadian clock"
+"chr4",110736647,110736667,21,"*","Promoter (<=1kb)",4,110736666,110745893,9228,1,"54433",0,"ENSG00000109534","GAR1","GAR1 ribonucleoprotein"
+"chr11",43604549,43604710,162,"*","Promoter (1-2kb)",11,43602944,43603033,90,1,"406918",1605,"ENSG00000199077","MIR129-2","microRNA 129-2"
+"chr5",42924319,42924504,186,"*","Distal Intergenic",5,43014831,43018913,4083,2,"648987",94409,"ENSG00000177738","LOC648987","uncharacterized LOC648987"
+"chr7",158039691,158040051,361,"*","Intron (uc011kwa.2/5799, intron 20 of 22)",7,158325410,158325505,96,2,"693180",285454,"ENSG00000207637","MIR595","microRNA 595"
+"chr15",74315491,74315710,220,"*","Exon (uc002awj.1/5371, exon 3 of 5)",15,74287014,74340155,53142,1,"5371",28477,"ENSG00000140464","PML","promyelocytic leukemia"
+"chr4",186877778,186877868,91,"*","Promoter (<=1kb)",4,186506598,186877870,371273,2,"8470",2,"ENSG00000154556","SORBS2","sorbin and SH3 domain containing 2"
+"chr12",131496404,131496866,463,"*","Intron (uc001uit.4/283383, intron 12 of 24)",12,131438452,131626008,187557,1,"283383",57952,"ENSG00000111452","ADGRD1","adhesion G protein-coupled receptor D1"
+"chr16",1060319,1060497,179,"*","Distal Intergenic",16,1031808,1036979,5172,1,"30812",28511,"ENSG00000005513","SOX8","SRY-box 8"
+"chr10",121632324,121632381,58,"*","Promoter (<=1kb)",10,121588916,121633140,44225,2,"79892",759,"ENSG00000197771","MCMBP","minichromosome maintenance complex binding protein"
+"chr5",2890273,2890284,12,"*","Distal Intergenic",5,2752262,2755511,3250,1,"153571",138011,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
+"chr6",167737889,167738277,389,"*","Promoter (<=1kb)",6,167738574,167756177,17604,1,"83887",-297,"ENSG00000120440","TTLL2","tubulin tyrosine ligase like 2"
+"chr6",28891795,28891819,25,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-408225,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr13",44454131,44454147,17,"*","Promoter (<=1kb)",13,44410489,44453826,43338,2,"160857",-305,"ENSG00000151773","CCDC122","coiled-coil domain containing 122"
+"chr4",56815070,56815073,4,"*","Promoter (<=1kb)",4,56814974,56899529,84556,1,"9662",96,"ENSG00000174799","CEP135","centrosomal protein 135kDa"
+"chr10",28591383,28591736,354,"*","Promoter (<=1kb)",10,28339923,28591995,252073,2,"143098",259,"ENSG00000150054","MPP7","membrane protein, palmitoylated 7"
+"chr11",14380065,14380330,266,"*","5' UTR",11,14299466,14386052,86587,2,"22800",5722,"ENSG00000133818","RRAS2","related RAS viral (r-ras) oncogene homolog 2"
+"chr4",166795574,166795649,76,"*","Promoter (1-2kb)",4,166794410,167025609,231200,1,"7092",1164,"ENSG00000038295","TLL1","tolloid like 1"
+"chr16",67143792,67143798,7,"*","Promoter (<=1kb)",16,67143866,67182442,38577,1,"80262",-68,"ENSG00000125149","C16orf70","chromosome 16 open reading frame 70"
+"chr19",55314050,55314542,493,"*","Intron (uc010yfj.2/3809, intron 1 of 3)",19,55297774,55378670,80897,1,"3811",16276,"ENSG00000167633","KIR3DL1","killer cell immunoglobulin like receptor, three Ig domains and long cytoplasmic tail 1"
+"chr7",77428616,77428631,16,"*","Promoter (<=1kb)",7,77428109,77586821,158713,1,"57157",507,"ENSG00000006576","PHTF2","putative homeodomain transcription factor 2"
+"chr19",44302906,44303010,105,"*","Exon (uc002oxm.4/284348, exon 3 of 5)",19,44270685,44285409,14725,2,"3783",-17497,"ENSG00000104783","KCNN4","potassium calcium-activated channel subfamily N member 4"
+"chr4",39640592,39640692,101,"*","Promoter (<=1kb)",4,39552546,39640481,87936,2,"201895",-111,"ENSG00000163683","SMIM14","small integral membrane protein 14"
+"chr7",96642462,96642605,144,"*","Promoter (<=1kb)",7,96597827,96643377,45551,2,"285987",772,NA,"DLX6-AS1","DLX6 antisense RNA 1"
+"chr16",88540175,88540241,67,"*","Intron (uc002fkv.3/161882, intron 1 of 9)",16,88535326,88535439,114,1,"100847057",4849,"ENSG00000263456","MIR5189","microRNA 5189"
+"chr3",125678667,125678923,257,"*","Distal Intergenic",3,125688028,125702296,14269,1,"152015",-9105,"ENSG00000114547","ROPN1B","rhophilin associated tail protein 1B"
+"chr14",23834861,23834977,117,"*","Promoter (<=1kb)",14,23825609,23834842,9234,2,"10278",-19,"ENSG00000100842","EFS","embryonal Fyn-associated substrate"
+"chr2",62020677,62020921,245,"*","Distal Intergenic",2,62051983,62081278,29296,2,"84140",60357,"ENSG00000170264","FAM161A","family with sequence similarity 161 member A"
+"chr7",101944382,101944556,175,"*","Exon (uc011kko.2/10603, exon 2 of 8)",7,101936369,101936453,85,1,"100422858",8013,"ENSG00000264675","MIR4285","microRNA 4285"
+"chr10",125852143,125852267,125,"*","Promoter (<=1kb)",10,125767182,125853123,85942,2,"51363",856,"ENSG00000182022","CHST15","carbohydrate (N-acetylgalactosamine 4-sulfate 6-O) sulfotransferase 15"
+"chr6",31762671,31762688,18,"*","Exon (uc003nxe.3/7407, exon 2 of 30)",6,32485154,32557613,72460,2,"3127",794925,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr15",39872071,39872186,116,"*","Promoter (1-2kb)",15,39873280,39889668,16389,1,"7057",-1094,"ENSG00000137801","THBS1","thrombospondin 1"
+"chr10",2932251,2932386,136,"*","Distal Intergenic",10,3109712,3178997,69286,1,"5214",-177326,"ENSG00000067057","PFKP","phosphofructokinase, platelet"
+"chr1",117453315,117453354,40,"*","Promoter (<=1kb)",1,117452689,117532972,80284,1,"5738",626,"ENSG00000134247","PTGFRN","prostaglandin F2 receptor inhibitor"
+"chr8",143055478,143055856,379,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-201844,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
+"chr3",10857800,10857955,156,"*","Promoter (<=1kb)",3,10857917,10980146,122230,1,"6538",0,"ENSG00000132164","SLC6A11","solute carrier family 6 member 11"
+"chr3",187455953,187456175,223,"*","Intron (uc003frq.2/604, intron 9 of 9)",3,187439165,187463513,24349,2,"604",7338,"ENSG00000113916","BCL6","B-cell CLL/lymphoma 6"
+"chr6",28892031,28892177,147,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-408461,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",2893702,2893718,17,"*","Promoter (<=1kb)",16,2889574,2892711,3138,2,"124221",-991,"ENSG00000172460","PRSS30P","protease, serine, 30 pseudogene"
+"chr12",132429311,132429481,171,"*","Distal Intergenic",12,132434465,132565011,130547,1,"57634",-4984,"ENSG00000183495","EP400","E1A binding protein p400"
+"chr17",47210222,47210231,10,"*","Promoter (<=1kb)",17,47209822,47247351,37530,1,"124872",400,"ENSG00000167080","B4GALNT2","beta-1,4-N-acetyl-galactosaminyltransferase 2"
+"chr11",2846971,2847258,288,"*","Intron (uc001lwn.3/3784, intron 15 of 15)",11,2891263,2893336,2074,1,"55539",-44005,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
+"chr19",44306685,44306899,215,"*","Intron (uc002oxn.4/284348, intron 4 of 4)",19,44300079,44324808,24730,2,"284348",17909,"ENSG00000159871","LYPD5","LY6/PLAUR domain containing 5"
+"chr19",58459235,58459310,76,"*","Promoter (<=1kb)",19,58452201,58459077,6877,2,"10172",-158,"ENSG00000152454","ZNF256","zinc finger protein 256"
+"chr12",25539612,25539794,183,"*","Distal Intergenic",12,25358180,25403863,45684,2,"3845",-135749,"ENSG00000133703","KRAS","Kirsten rat sarcoma viral oncogene homolog"
+"chr1",227506021,227506465,445,"*","Promoter (<=1kb)",1,227177566,227505826,328261,2,"8476",-195,"ENSG00000143776","CDC42BPA","CDC42 binding protein kinase alpha"
+"chr1",234735498,234735653,156,"*","Distal Intergenic",1,234740015,234745271,5257,2,"359948",9618,"ENSG00000168264","IRF2BP2","interferon regulatory factor 2 binding protein 2"
+"chr11",89463537,89463689,153,"*","Distal Intergenic",11,89443467,89451040,7574,1,"390231",20070,"ENSG00000214414","TRIM77","tripartite motif containing 77"
+"chrX",74146414,74146560,147,"*","Promoter (1-2kb)",23,73952691,74145287,192597,2,"340533",-1127,"ENSG00000050030","KIAA2022","KIAA2022"
+"chr10",120863675,120863813,139,"*","5' UTR",10,120794541,120840334,45794,2,"8661",-23341,"ENSG00000107581","EIF3A","eukaryotic translation initiation factor 3 subunit A"
+"chr15",74914434,74914443,10,"*","3' UTR",15,74900713,74922542,21830,1,"1198",13721,"ENSG00000179335","CLK3","CDC like kinase 3"
+"chr6",28109239,28109414,176,"*","Promoter (<=1kb)",6,28109688,28127250,17563,1,"7745",-274,"ENSG00000198315","ZKSCAN8","zinc finger with KRAB and SCAN domains 8"
+"chr10",135002804,135002928,125,"*","Intron (uc001llz.1/85442, intron 7 of 29)",10,134973971,135039916,65946,1,"85442",28833,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
+"chr6",30079102,30079139,38,"*","Intron (uc003npg.1/11074, intron 6 of 8)",6,28471073,28483570,12498,2,"257202",-1595532,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr10",89621940,89621984,45,"*","Promoter (1-2kb)",10,89618918,89623194,4277,2,"100144748",1210,"ENSG00000227268","KLLN","killin, p53-regulated DNA replication inhibitor"
+"chr19",44506973,44506977,5,"*","Promoter (<=1kb)",19,44507077,44518072,10996,1,"7773",-100,"ENSG00000159882","ZNF230","zinc finger protein 230"
+"chr12",132915910,132916034,125,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-10005,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr5",77072222,77072348,127,"*","Promoter (<=1kb)",5,76986995,77072185,85191,2,"6902",-37,"ENSG00000171530","TBCA","tubulin folding cofactor A"
+"chr12",96336073,96336198,126,"*","Promoter (<=1kb)",12,96260826,96336428,75603,2,"120935",230,"ENSG00000165972","CCDC38","coiled-coil domain containing 38"
+"chr6",28554801,28554816,16,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-71231,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr19",7661462,7661617,156,"*","Promoter (<=1kb)",19,7660788,7683196,22409,1,"57662",674,"ENSG00000076826","CAMSAP3","calmodulin regulated spectrin associated protein family member 3"
+"chr3",107597020,107597051,32,"*","Promoter (<=1kb)",3,107560509,107596915,36407,2,"151658",-105,"ENSG00000241469","LINC00635","long intergenic non-protein coding RNA 635"
+"chr7",6388618,6388620,3,"*","Promoter (<=1kb)",7,6369040,6388590,19551,2,"84792",-28,"ENSG00000178397","FAM220A","family with sequence similarity 220 member A"
+"chr1",180472298,180472306,9,"*","Promoter (<=1kb)",1,180257352,180472022,214671,2,"84320",-276,"ENSG00000230124","ACBD6","acyl-CoA binding domain containing 6"
+"chr2",128433058,128433157,100,"*","Intron (uc002tpb.3/55679, intron 9 of 9)",2,128395996,128439360,43365,2,"55679",6203,"ENSG00000072163","LIMS2","LIM zinc finger domain containing 2"
+"chr2",220197716,220197852,137,"*","Promoter (<=1kb)",2,220192131,220197899,5769,2,"389075",47,"ENSG00000182698","RESP18","regulated endocrine specific protein 18"
+"chr1",113258187,113258217,31,"*","Promoter (<=1kb)",1,113252616,113257950,5335,2,"333926",-237,"ENSG00000155367","PPM1J","protein phosphatase, Mg2+/Mn2+ dependent 1J"
+"chr17",1619494,1619658,165,"*","Promoter (<=1kb)",17,1614798,1619566,4769,2,"84981",0,"ENSG00000186594","MIR22HG","MIR22 host gene"
+"chr22",24998133,24998564,432,"*","Intron (uc003aan.1/2678, intron 1 of 15)",22,24981591,24989035,7445,2,"388886",-9098,"ENSG00000178026","LRRC75B","leucine rich repeat containing 75B"
+"chr1",93914004,93914365,362,"*","Promoter (<=1kb)",1,93913688,94020218,106531,1,"54874",316,"ENSG00000137942","FNBP1L","formin binding protein 1 like"
+"chr15",52472335,52472341,7,"*","Promoter (<=1kb)",15,52472223,52498076,25854,1,"100129973",112,NA,"LOC100129973","uncharacterized LOC100129973"
+"chr5",90576256,90576380,125,"*","Distal Intergenic",5,90676164,90716532,40369,1,"100129716",-99784,"ENSG00000281357","ARRDC3-AS1","ARRDC3 antisense RNA 1"
+"chr5",140098126,140098182,57,"*","Promoter (<=1kb)",5,140098511,140098598,88,1,"56663",-329,"ENSG00000202111","VTRNA1-2","vault RNA 1-2"
+"chr6",32822150,32822182,33,"*","Intron (uc011dqj.2/5698, intron 1 of 3)",6,32605183,32614839,9657,1,"3117",216967,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr3",32862571,32862782,212,"*","Intron (uc003cff.3/131405, intron 1 of 3)",3,32859510,32933771,74262,1,"131405",3061,"ENSG00000206557","TRIM71","tripartite motif containing 71, E3 ubiquitin protein ligase"
+"chr1",2835156,2835258,103,"*","Distal Intergenic",1,2938046,2939467,1422,1,"140625",-102788,"ENSG00000169717","ACTRT2","actin related protein T2"
+"chr6",117002125,117002136,12,"*","Promoter (<=1kb)",6,117002367,117063030,60664,1,"3841",-231,"ENSG00000196911","KPNA5","karyopherin subunit alpha 5"
+"chr19",35167950,35168238,289,"*","Promoter (<=1kb)",19,35168567,35177302,8736,1,"55900",-329,"ENSG00000089335","ZNF302","zinc finger protein 302"
+"chr2",99797349,99797358,10,"*","Promoter (<=1kb)",2,99785726,99797492,11767,2,"129531",134,"ENSG00000158411","MITD1","microtubule interacting and trafficking domain containing 1"
+"chr7",65842437,65842439,3,"*","3' UTR",7,65841031,65865395,24365,2,"285908",22956,"ENSG00000179406","LINC00174","long intergenic non-protein coding RNA 174"
+"chr6",12012496,12012503,8,"*","Promoter (<=1kb)",6,12012724,12165232,152509,1,"3096",-221,"ENSG00000095951","HIVEP1","human immunodeficiency virus type I enhancer binding protein 1"
+"chr7",27260466,27260585,120,"*","Distal Intergenic",7,27240040,27246130,6091,1,"100316868",20426,NA,"HOTTIP","HOXA distal transcript antisense RNA"
+"chr2",182542510,182542816,307,"*","Promoter (2-3kb)",2,182401401,182545392,143992,2,"375298",2576,"ENSG00000188452","CERKL","ceramide kinase like"
+"chr6",30654559,30654622,64,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1902991,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr4",73935038,73935377,340,"*","Promoter (<=1kb)",4,73920416,73935472,15057,2,"285521",95,"ENSG00000163626","COX18","COX18 cytochrome c oxidase assembly factor"
+"chr7",142552940,142553109,170,"*","Promoter (<=1kb)",7,142552792,142568847,16056,1,"2051",148,"ENSG00000106123","EPHB6","EPH receptor B6"
+"chr3",195164012,195164024,13,"*","Promoter (<=1kb)",3,194995465,195163817,168353,2,"23527",-195,"ENSG00000114331","ACAP2","ArfGAP with coiled-coil, ankyrin repeat and PH domains 2"
+"chr4",111509090,111509210,121,"*","Distal Intergenic",4,111538580,111563279,24700,2,"5308",54069,"ENSG00000164093","PITX2","paired like homeodomain 2"
+"chr6",159360705,159360761,57,"*","Distal Intergenic",6,159309619,159331385,21767,1,"100130967",51086,NA,"C6orf99","chromosome 6 open reading frame 99"
+"chr17",29902341,29902402,62,"*","Promoter (<=1kb)",17,29902430,29902540,111,1,"100126356",-28,"ENSG00000199187","MIR365B","microRNA 365b"
+"chr17",43212787,43212841,55,"*","Promoter (2-3kb)",17,43209967,43221543,11577,1,"79777",2820,"ENSG00000181513","ACBD4","acyl-CoA binding domain containing 4"
+"chr17",73512319,73512464,146,"*","Promoter (<=1kb)",17,73512609,73520820,8212,1,"283989",-145,"ENSG00000182173","TSEN54","tRNA splicing endonuclease subunit 54"
+"chr5",72921546,72921653,108,"*","Promoter (<=1kb)",5,72921983,73237818,315836,1,"64283",-330,"ENSG00000214944","ARHGEF28","Rho guanine nucleotide exchange factor 28"
+"chr8",145537709,145537915,207,"*","Exon (uc003zbt.4/3297, exon 12 of 13)",8,145538247,145550567,12321,2,"8694",12652,"ENSG00000185000","DGAT1","diacylglycerol O-acyltransferase 1"
+"chr3",181441316,181441384,69,"*","Intron (uc003fkv.4/347689, intron 7 of 7)",3,181429712,181432223,2512,1,"6657",11604,"ENSG00000181449","SOX2","SRY-box 2"
+"chr1",85220040,85220130,91,"*","Distal Intergenic",1,85109390,85156440,47051,2,"117178",-63600,"ENSG00000117155","SSX2IP","synovial sarcoma, X breakpoint 2 interacting protein"
+"chr1",147231061,147231476,416,"*","5' UTR",1,147228332,147245484,17153,2,"2702",14008,"ENSG00000265107","GJA5","gap junction protein alpha 5"
+"chr6",167535764,167535861,98,"*","Intron (uc003qvl.3/1235, intron 10 of 12)",6,167570360,167571319,960,2,"2853",35458,"ENSG00000120436","GPR31","G protein-coupled receptor 31"
+"chr21",40984505,40984562,58,"*","Promoter (<=1kb)",21,40969075,40984749,15675,2,"114041",187,"ENSG00000184809","B3GALT5-AS1","B3GALT5 antisense RNA 1"
+"chr11",113746783,113746795,13,"*","Promoter (<=1kb)",11,113668597,113746256,77660,2,"57646",-527,"ENSG00000048028","USP28","ubiquitin specific peptidase 28"
+"chr17",38708638,38708761,124,"*","Downstream (1-2kb)",17,38710022,38721736,11715,2,"1236",12975,"ENSG00000126353","CCR7","chemokine (C-C motif) receptor 7"
+"chr6",22569556,22569590,35,"*","Promoter (<=1kb)",6,22569678,22570750,1073,1,"154150",-88,"ENSG00000112273","HDGFL1","hepatoma derived growth factor-like 1"
+"chr1",98519504,98519661,158,"*","Distal Intergenic",1,98453556,98515249,61694,2,"400765",-4255,"ENSG00000225206","MIR137HG","MIR137 host gene"
+"chr19",50848114,50848199,86,"*","Promoter (<=1kb)",19,50837057,50848005,10949,2,"256236",-109,"ENSG00000131401","NAPSB","napsin B aspartic peptidase, pseudogene"
+"chr2",239930852,239930963,112,"*","Distal Intergenic",2,239990513,239990610,98,2,"100616397",59647,"ENSG00000266109","MIR4440","microRNA 4440"
+"chr6",166298445,166298520,76,"*","Intron (uc003qup.1/uc003qup.1, intron 1 of 1)",6,166401039,166403103,2065,1,"441177",-102519,"ENSG00000281832","LINC00602","long intergenic non-protein coding RNA 602"
+"chr7",94139369,94139401,33,"*","Promoter (<=1kb)",7,94139170,94186328,47159,1,"64921",199,"ENSG00000127995","CASD1","CAS1 domain containing 1"
+"chr3",69927381,69927701,321,"*","Intron (uc003dnz.3/4286, intron 1 of 9)",3,69788586,70017488,228903,1,"4286",138795,"ENSG00000187098","MITF","microphthalmia-associated transcription factor"
+"chr17",78387573,78387595,23,"*","Promoter (1-2kb)",17,78388967,78411884,22918,1,"284131",-1372,"ENSG00000173818","ENDOV","endonuclease V"
+"chr1",40782713,40782785,73,"*","Promoter (<=1kb)",1,40766163,40783060,16898,2,"1298",275,"ENSG00000049089","COL9A2","collagen type IX alpha 2"
+"chr16",29822668,29822737,70,"*","Promoter (<=1kb)",16,29823409,29827202,3794,1,"112476",-672,"ENSG00000167371","PRRT2","proline rich transmembrane protein 2"
+"chr4",140656096,140656359,264,"*","Intron (uc010ioi.1/4258, intron 4 of 4)",4,140586922,140661899,74978,1,"4258",69174,"ENSG00000085871","MGST2","microsomal glutathione S-transferase 2"
+"chr12",66563837,66563846,10,"*","Promoter (<=1kb)",12,66530717,66563807,33091,2,"51643",-30,"ENSG00000282031","TMBIM4","transmembrane BAX inhibitor motif containing 4"
+"chr10",131265067,131265071,5,"*","Promoter (<=1kb)",10,131265454,131565783,300330,1,"4255",-383,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
+"chr7",154720165,154720404,240,"*","Promoter (<=1kb)",7,154720227,154741196,20970,1,"100132707",0,"ENSG00000214106","PAXIP1-AS2","PAXIP1 antisense RNA 2"
+"chr3",128564943,128564980,38,"*","Distal Intergenic",3,128580351,128590384,10034,2,"653712",25404,"ENSG00000231305","LOC653712","intraflagellar transport 122 homolog (Chlamydomonas) pseudogene"
+"chr10",102988841,102989206,366,"*","Promoter (<=1kb)",10,102986733,102988717,1985,2,"10660",-124,"ENSG00000138136","LBX1","ladybird homeobox 1"
+"chr15",63414019,63414208,190,"*","Promoter (<=1kb)",15,63413999,63434260,20262,1,"114294",20,"ENSG00000103642","LACTB","lactamase beta"
+"chr16",103592,103646,55,"*","Promoter (<=1kb)",16,96979,103632,6654,2,"51728",0,"ENSG00000161980","POLR3K","polymerase (RNA) III subunit K"
+"chr18",18517514,18517856,343,"*","Distal Intergenic",18,18529703,18691812,162110,2,"6093",173956,"ENSG00000067900","ROCK1","Rho associated coiled-coil containing protein kinase 1"
+"chr1",154955991,154956222,232,"*","Promoter (<=1kb)",1,154955770,154965587,9818,1,"80308",221,"ENSG00000160688","FLAD1","flavin adenine dinucleotide synthetase 1"
+"chr6",158365130,158365160,31,"*","3' UTR",6,158402888,158520207,117320,1,"8871",-37728,"ENSG00000078269","SYNJ2","synaptojanin 2"
+"chr11",58710158,58710266,109,"*","Intron (uc001nnf.3/92292, intron 2 of 7)",11,58695102,58724543,29442,1,"92292",15056,"ENSG00000166840","GLYATL1","glycine-N-acyltransferase like 1"
+"chr13",22493728,22493739,12,"*","Distal Intergenic",13,22446935,22452299,5365,2,"100874182",-41429,"ENSG00000226722","LINC00424","long intergenic non-protein coding RNA 424"
+"chr16",4166866,4166952,87,"*","Promoter (<=1kb)",16,4012650,4166186,153537,2,"115",-680,"ENSG00000162104","ADCY9","adenylate cyclase 9"
+"chr21",31970880,31970997,118,"*","Promoter (<=1kb)",21,31971005,31971193,189,2,"337967",196,"ENSG00000186930","KRTAP6-2","keratin associated protein 6-2"
+"chr11",65028766,65029061,296,"*","Promoter (<=1kb)",11,65029432,65065088,35657,1,"23649",-371,"ENSG00000014138","POLA2","polymerase (DNA) alpha 2, accessory subunit"
+"chr17",7960376,7960401,26,"*","5' UTR",17,7942358,7952451,10094,1,"247",18018,"ENSG00000179593","ALOX15B","arachidonate 15-lipoxygenase, type B"
+"chr2",720516,720852,337,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",-43077,"ENSG00000151353","TMEM18","transmembrane protein 18"
+"chr10",134161948,134161968,21,"*","Intron (uc001llf.2/80313, intron 6 of 8)",10,134020996,134146063,125068,2,"282974",-15885,"ENSG00000165752","STK32C","serine/threonine kinase 32C"
+"chr15",95739389,95739445,57,"*","Distal Intergenic",15,95822519,95870329,47811,2,"400456",130884,"ENSG00000248441","LINC01197","long intergenic non-protein coding RNA 1197"
+"chr8",93107556,93107627,72,"*","5' UTR",8,92967195,93115454,148260,2,"862",7827,"ENSG00000079102","RUNX1T1","runt related transcription factor 1; translocated to, 1 (cyclin D related)"
+"chr18",54317824,54318276,453,"*","Promoter (<=1kb)",18,54270053,54318502,48450,2,"9352",226,"ENSG00000091164","TXNL1","thioredoxin like 1"
+"chr22",28839137,28839249,113,"*","Intron (uc003adp.4/23331, intron 21 of 22)",22,28374002,29075853,701852,2,"23331",236604,"ENSG00000100154","TTC28","tetratricopeptide repeat domain 28"
+"chr1",109584974,109584983,10,"*","Promoter (<=1kb)",1,109512838,109584850,72013,2,"22911",-124,"ENSG00000085433","WDR47","WD repeat domain 47"
+"chr3",51422506,51422528,23,"*","Promoter (<=1kb)",3,51422692,51426828,4137,1,"7873",-164,"ENSG00000145050","MANF","mesencephalic astrocyte derived neurotrophic factor"
+"chr8",121136903,121137288,386,"*","Promoter (<=1kb)",8,121137347,121384273,246927,1,"7373",-59,"ENSG00000187955","COL14A1","collagen type XIV alpha 1"
+"chr11",74108683,74109076,394,"*","Promoter (<=1kb)",11,74041361,74109502,68142,2,"283209",426,"ENSG00000165434","PGM2L1","phosphoglucomutase 2-like 1"
+"chr12",12878817,12878887,71,"*","Promoter (<=1kb)",12,12878851,12982915,104065,1,"51202",0,"ENSG00000213782","DDX47","DEAD-box helicase 47"
+"chr1",43534145,43534197,53,"*","Distal Intergenic",1,43613594,43622067,8474,1,"440585",-79397,"ENSG00000186973","FAM183A","family with sequence similarity 183 member A"
+"chr19",55103605,55103698,94,"*","Promoter (1-2kb)",19,55105041,55113687,8647,1,"11024",-1343,"ENSG00000104974","LILRA1","leukocyte immunoglobulin like receptor A1"
+"chr10",100993535,100993539,5,"*","Promoter (2-3kb)",10,100216834,100995632,778799,2,"60495",2093,"ENSG00000172987","HPSE2","heparanase 2 (inactive)"
+"chr2",190445429,190445551,123,"*","Promoter (2-3kb)",2,190425316,190448484,23169,2,"30061",2933,"ENSG00000138449","SLC40A1","solute carrier family 40 member 1"
+"chr6",168533689,168533990,302,"*","Distal Intergenic",6,168456464,168479857,23394,2,"79981",-53832,"ENSG00000153303","FRMD1","FERM domain containing 1"
+"chr11",62439475,62439619,145,"*","Promoter (<=1kb)",11,62430289,62439241,8953,2,"79081",-234,"ENSG00000162194","LBHD1","LBH domain containing 1"
+"chr6",118972184,118972683,500,"*","5' UTR",6,118781935,119031238,249304,2,"387119",58555,"ENSG00000111860","CEP85L","centrosomal protein 85kDa-like"
+"chr1",2724826,2725083,258,"*","Distal Intergenic",1,2572807,2706230,133424,2,"100287898",-18596,"ENSG00000215912","TTC34","tetratricopeptide repeat domain 34"
+"chr1",181998878,181998933,56,"*","Distal Intergenic",1,182023705,182030847,7143,2,"127665",31914,"ENSG00000179930","ZNF648","zinc finger protein 648"
+"chr19",5623147,5623150,4,"*","Promoter (<=1kb)",19,5623046,5668489,45444,1,"6294",101,"ENSG00000160633","SAFB","scaffold attachment factor B"
+"chr20",33872414,33872506,93,"*","Promoter (<=1kb)",20,33866709,33872619,5911,2,"3692",113,"ENSG00000242372","EIF6","eukaryotic translation initiation factor 6"
+"chr15",64455389,64455548,160,"*","Promoter (<=1kb)",15,64448014,64455354,7341,2,"5479",-35,"ENSG00000166794","PPIB","peptidylprolyl isomerase B"
+"chr16",4321333,4321433,101,"*","Promoter (1-2kb)",16,4307187,4323001,15815,2,"7023",1568,"ENSG00000090447","TFAP4","transcription factor AP-4 (activating enhancer binding protein 4)"
+"chr11",67814962,67815000,39,"*","Exon (uc001one.3/10312, exon 11 of 20)",11,67806462,67818366,11905,1,"10312",8500,"ENSG00000110719","TCIRG1","T-cell immune regulator 1, ATPase H+ transporting V0 subunit a3"
+"chr12",131125269,131125517,249,"*","Intron (uc001uim.3/23504, intron 15 of 15)",12,130880681,131200826,320146,2,"23504",75309,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
+"chr10",95462113,95462119,7,"*","Promoter (<=1kb)",10,95427640,95462913,35274,2,"118924",794,"ENSG00000148690","FRA10AC1","fragile site, folic acid type, rare, fra(10)(q23.3) or fra(10)(q24.2) candidate 1"
+"chr2",239228995,239229134,140,"*","Promoter (<=1kb)",2,239229185,239309541,80357,1,"26146",-51,"ENSG00000204104","TRAF3IP1","TRAF3 interacting protein 1"
+"chr9",125874627,125874949,323,"*","Promoter (2-3kb)",9,125871773,125877756,5984,2,"81571",2807,"ENSG00000236901","MIR600HG","MIR600 host gene"
+"chr2",3718077,3718155,79,"*","Intron (uc010ewt.3/55821, intron 1 of 11)",2,3705786,3750260,44475,1,"55821",12291,"ENSG00000151360","ALLC","allantoicase"
+"chr11",31391040,31391061,22,"*","Promoter (<=1kb)",11,30964749,31391357,426609,2,"341019",296,"ENSG00000170959","DCDC1","doublecortin domain containing 1"
+"chr17",58216551,58216651,101,"*","Distal Intergenic",17,58227302,58248260,20959,1,"762",-10651,"ENSG00000167434","CA4","carbonic anhydrase IV"
+"chr17",77127487,77127605,119,"*","Intron (uc010dhs.4/146713, intron 11 of 14)",17,77071019,77084685,13667,1,"64772",56468,"ENSG00000167280","ENGASE","endo-beta-N-acetylglucosaminidase"
+"chr12",54410526,54410576,51,"*","Promoter (<=1kb)",12,54410642,54449814,39173,1,"3221",-66,"ENSG00000198353","HOXC4","homeobox C4"
+"chr12",65003944,65004241,298,"*","Promoter (<=1kb)",12,65004293,65091347,87055,1,"283349",-52,"ENSG00000153179","RASSF3","Ras association domain family member 3"
+"chr3",35721037,35721072,36,"*","Intron (uc003cfz.4/10777, intron 1 of 5)",3,35680666,35835988,155323,1,"10777",40371,"ENSG00000172995","ARPP21","cAMP regulated phosphoprotein 21kDa"
+"chr3",141378729,141378979,251,"*","Distal Intergenic",3,141457051,141465645,8595,1,"9616",-78072,"ENSG00000114125","RNF7","ring finger protein 7"
+"chr16",85674980,85675112,133,"*","Intron (uc002fiw.3/23199, intron 1 of 14)",16,85645029,85709812,64784,1,"23199",29951,"ENSG00000131149","GSE1","Gse1 coiled-coil protein"
+"chrX",71458818,71458823,6,"*","Promoter (<=1kb)",23,71424507,71458858,34352,2,"54821",35,"ENSG00000186871","ERCC6L","excision repair cross-complementation group 6 like"
+"chr22",45636269,45636477,209,"*","Promoter (<=1kb)",22,45588123,45636650,48528,2,"23313",173,"ENSG00000100364","KIAA0930","KIAA0930"
+"chr21",45232539,45232547,9,"*","Promoter (<=1kb)",21,45225639,45232448,6810,2,"284837",-91,"ENSG00000215458","AATBC","apoptosis associated transcript in bladder cancer"
+"chr6",133561886,133561898,13,"*","Promoter (<=1kb)",6,133561736,133853258,291523,1,"2070",150,"ENSG00000112319","EYA4","EYA transcriptional coactivator and phosphatase 4"
+"chr9",72873325,72873544,220,"*","Promoter (<=1kb)",9,72808914,72873790,64877,2,"100507299",246,NA,"SMC5-AS1","SMC5 antisense RNA 1 (head to head)"
+"chr10",8117467,8117508,42,"*","Distal Intergenic",10,8096667,8117164,20498,1,"2625",20800,"ENSG00000107485","GATA3","GATA binding protein 3"
+"chr5",68389948,68390333,386,"*","Promoter (<=1kb)",5,68389776,68426899,37124,1,"64924",172,"ENSG00000145740","SLC30A5","solute carrier family 30 member 5"
+"chr17",48911093,48911109,17,"*","Promoter (<=1kb)",17,48912011,48919709,7699,1,"124857",-902,"ENSG00000173714","WFIKKN2","WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 2"
+"chr12",50297533,50297540,8,"*","Promoter (<=1kb)",12,50260679,50297760,37082,2,"23017",220,"ENSG00000135472","FAIM2","Fas apoptotic inhibitory molecule 2"
+"chr1",219347062,219347204,143,"*","Promoter (<=1kb)",1,219347192,219386207,39016,1,"127018",0,"ENSG00000143353","LYPLAL1","lysophospholipase like 1"
+"chr2",232395336,232395355,20,"*","Promoter (<=1kb)",2,232387871,232395182,7312,2,"10316",-154,"ENSG00000171596","NMUR1","neuromedin U receptor 1"
+"chr11",121970692,121970720,29,"*","Promoter (<=1kb)",11,121970465,121970552,88,2,"406911",-140,"ENSG00000207971","MIR125B1","microRNA 125b-1"
+"chr22",26829758,26829938,181,"*","Exon (uc003acg.2/57168, exon 2 of 4)",22,26825280,26840978,15699,1,"57168",4478,"ENSG00000128203","ASPHD2","aspartate beta-hydroxylase domain containing 2"
+"chr6",32038462,32038493,32,"*","Intron (uc003nzl.2/7148, intron 31 of 43)",6,32485154,32557613,72460,2,"3127",519120,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr20",896976,897002,27,"*","Promoter (<=1kb)",20,853297,896960,43664,2,"51378",-16,"ENSG00000101280","ANGPT4","angiopoietin 4"
+"chr7",107220368,107220372,5,"*","Promoter (<=1kb)",7,107220422,107263762,43341,1,"55973",-50,"ENSG00000075790","BCAP29","B-cell receptor-associated protein 29"
+"chr1",2119531,2119550,20,"*","Intron (uc001aiv.2/199990, intron 3 of 7)",1,2115899,2139172,23274,2,"199990",19622,"ENSG00000162585","FAAP20","Fanconi anemia core complex associated protein 20"
+"chr1",236511046,236511281,236,"*","Distal Intergenic",1,236557680,236648008,90329,1,"128178",-46399,"ENSG00000186197","EDARADD","EDAR-associated death domain"
+"chr3",180456508,180456625,118,"*","Promoter (<=1kb)",3,180331796,180455662,123867,2,"339829",-846,"ENSG00000145075","CCDC39","coiled-coil domain containing 39"
+"chr9",35102736,35102903,168,"*","Promoter (<=1kb)",9,35099889,35103154,3266,2,"30968",251,"ENSG00000165283","STOML2","stomatin like 2"
+"chr16",1396289,1396368,80,"*","Exon (uc002clj.3/8938, exon 25 of 34)",16,1399241,1401873,2633,2,"115939",5505,"ENSG00000007520","TSR3","TSR3, 20S rRNA accumulation, homolog (S. cerevisiae)"
+"chr17",5322836,5322840,5,"*","Promoter (<=1kb)",17,5322961,5336340,13380,1,"84268",-121,"ENSG00000129197","RPAIN","RPA interacting protein"
+"chr19",40005554,40005563,10,"*","Promoter (<=1kb)",19,40005753,40011326,5574,1,"348303",-190,"ENSG00000186838","SELV","selenoprotein V"
+"chr5",140857995,140857998,4,"*","Promoter (2-3kb)",5,140855569,140892548,36980,1,"5098",2426,"ENSG00000240184","PCDHGC3","protocadherin gamma subfamily C, 3"
+"chr12",122019110,122019117,8,"*","Promoter (<=1kb)",12,121866900,122018920,152021,2,"84678",-190,"ENSG00000089094","KDM2B","lysine demethylase 2B"
+"chr6",133137893,133138165,273,"*","Promoter (1-2kb)",6,133136446,133138490,2045,1,"594839",1447,"ENSG00000200534","SNORA33","small nucleolar RNA, H/ACA box 33"
+"chr15",75018447,75018528,82,"*","Promoter (<=1kb)",15,75011883,75017877,5995,2,"1543",-570,"ENSG00000140465","CYP1A1","cytochrome P450 family 1 subfamily A member 1"
+"chr17",36452793,36453009,217,"*","Promoter (<=1kb)",17,36452989,36479101,26113,1,"84311",0,"ENSG00000278845","MRPL45","mitochondrial ribosomal protein L45"
+"chr17",14115538,14115620,83,"*","Distal Intergenic",17,14139173,14140150,978,2,"146822",24530,"ENSG00000223510","CDRT15","CMT1A duplicated region transcript 15"
+"chr10",124220808,124220826,19,"*","Promoter (<=1kb)",10,124221041,124274424,53384,1,"5654",-215,"ENSG00000166033","HTRA1","HtrA serine peptidase 1"
+"chr2",62932787,62932913,127,"*","5' UTR",2,62900986,63273621,372636,1,"23301",31801,"ENSG00000115504","EHBP1","EH domain binding protein 1"
+"chr17",12877321,12877546,226,"*","Exon (uc002gnr.4/9912, exon 18 of 21)",17,12894929,12921381,26453,2,"60528",43835,"ENSG00000006744","ELAC2","elaC ribonuclease Z 2"
+"chr19",54107634,54107706,73,"*","Promoter (<=1kb)",19,54102885,54106751,3867,2,"284379",-883,"ENSG00000268864","LOC284379","solute carrier family 7 (cationic amino acid transporter, y+ system), member 3 pseudogene"
+"chr12",32831369,32831428,60,"*","Promoter (<=1kb)",12,32832137,32898584,66448,1,"10059",-709,"ENSG00000087470","DNM1L","dynamin 1-like"
+"chr16",89000666,89000932,267,"*","Intron (uc002fml.2/863, intron 10 of 10)",16,88941263,89043504,102242,2,"863",42572,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
+"chr16",2380875,2381245,371,"*","Intron (uc002cpy.1/21, intron 32 of 32)",16,2389291,2476700,87410,1,"650655",-8046,"ENSG00000238098","ABCA17P","ATP binding cassette subfamily A member 17, pseudogene"
+"chr19",15375326,15375370,45,"*","Exon (uc002nar.3/23476, exon 6 of 20)",19,15337730,15343858,6129,2,"79852",-31468,"ENSG00000105131","EPHX3","epoxide hydrolase 3"
+"chr1",65432431,65432444,14,"*","Promoter (<=1kb)",1,65298906,65432619,133714,2,"3716",175,"ENSG00000162434","JAK1","Janus kinase 1"
+"chr19",17634023,17634060,38,"*","Promoter (<=1kb)",19,17634110,17664648,30539,1,"199786",-50,"ENSG00000167483","FAM129C","family with sequence similarity 129 member C"
+"chr16",68279438,68279565,128,"*","Promoter (<=1kb)",16,68279247,68294961,15715,1,"23659",191,"ENSG00000103066","PLA2G15","phospholipase A2 group XV"
+"chr19",41798233,41798251,19,"*","Exon (uc002opz.4/11100, exon 8 of 15)",19,41816094,41830788,14695,1,"90324",-17843,"ENSG00000142039","CCDC97","coiled-coil domain containing 97"
+"chr1",26185997,26186070,74,"*","Promoter (<=1kb)",1,26160497,26185848,25352,2,"79000",-149,"ENSG00000127423","AUNIP","aurora kinase A and ninein interacting protein"
+"chr11",2610547,2610693,147,"*","Intron (uc001lwn.3/3784, intron 10 of 15)",11,2629558,2721228,91671,2,"10984",110535,"ENSG00000269821","KCNQ1OT1","KCNQ1 opposite strand/antisense transcript 1 (non-protein coding)"
+"chr6",30029091,30029095,5,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1545521,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",30882953,30883026,74,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1674587,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",160210882,160210888,7,"*","Promoter (<=1kb)",6,160211022,160219461,8440,1,"29074",-134,"ENSG00000112110","MRPL18","mitochondrial ribosomal protein L18"
+"chr6",32076270,32076337,68,"*","Intron (uc003nzl.2/7148, intron 43 of 43)",6,32485154,32557613,72460,2,"3127",481276,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",18963429,18963622,194,"*","Intron (uc001bay.3/5081, intron 4 of 7)",1,18957500,19075360,117861,1,"5081",5929,"ENSG00000009709","PAX7","paired box 7"
+"chr11",94276850,94276855,6,"*","Promoter (<=1kb)",11,94277006,94354587,77582,1,"143689",-151,"ENSG00000134627","PIWIL4","piwi-like RNA-mediated gene silencing 4"
+"chr7",91763468,91763737,270,"*","5' UTR",7,91741463,91808845,67383,2,"1595",45108,"ENSG00000001630","CYP51A1","cytochrome P450 family 51 subfamily A member 1"
+"chr2",36825350,36825355,6,"*","Promoter (<=1kb)",2,36779404,36825332,45929,2,"9637",-18,"ENSG00000171055","FEZ2","fasciculation and elongation protein zeta 2"
+"chr7",2025000,2025172,173,"*","Intron (uc003sle.1/8379, intron 5 of 10)",7,1883816,1883889,74,2,"100616160",-141111,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr19",38308215,38308410,196,"*","Promoter (<=1kb)",19,38308051,38317278,9228,1,"644554",164,"ENSG00000267640","LOC644554","uncharacterized LOC644554"
+"chr12",57623949,57624371,423,"*","Promoter (<=1kb)",12,57623356,57628718,5363,1,"6472",593,"ENSG00000182199","SHMT2","serine hydroxymethyltransferase 2"
+"chr12",56040048,56040058,11,"*","Distal Intergenic",12,56030676,56031617,942,1,"121130",9372,"ENSG00000175398","OR10P1","olfactory receptor family 10 subfamily P member 1"
+"chr19",42498642,42498662,21,"*","Promoter (<=1kb)",19,42470734,42498428,27695,2,"478",-214,"ENSG00000105409","ATP1A3","ATPase Na+/K+ transporting subunit alpha 3"
+"chr6",109760819,109760831,13,"*","Promoter (1-2kb)",6,109761931,109765122,3192,1,"6610",-1100,"ENSG00000135587","SMPD2","sphingomyelin phosphodiesterase 2"
+"chr7",45717588,45717603,16,"*","Exon (uc003tne.4/107, exon 9 of 20)",7,45763386,45808617,45232,2,"641977",91014,"ENSG00000214765","SEPT7P2","septin 7 pseudogene 2"
+"chr9",34958091,34958499,409,"*","Promoter (<=1kb)",9,34957521,34982541,25021,1,"23349",570,"ENSG00000122733","PHF24","PHD finger protein 24"
+"chr16",3306476,3306685,210,"*","Promoter (<=1kb)",16,3292028,3306627,14600,2,"4210",0,"ENSG00000103313","MEFV","Mediterranean fever"
+"chr2",65357544,65357763,220,"*","Promoter (<=1kb)",2,65313988,65357435,43448,2,"5861",-109,"ENSG00000138069","RAB1A","RAB1A, member RAS oncogene family"
+"chr19",35085509,35085512,4,"*","Promoter (<=1kb)",19,35084346,35085490,1145,2,"284402",-19,"ENSG00000205209","SCGB2B2","secretoglobin family 2B member 2"
+"chr7",2583402,2583541,140,"*","5' UTR",7,2577444,2595392,17949,2,"221927",11851,"ENSG00000106009","BRAT1","BRCA1 associated ATM activator 1"
+"chr19",36980517,36980602,86,"*","Promoter (<=1kb)",19,36980529,36981942,1414,1,"728752",0,"ENSG00000267309","LOC728752","uncharacterized LOC728752"
+"chr1",19283054,19283164,111,"*","Promoter (<=1kb)",1,19230774,19282826,52053,2,"126917",-228,"ENSG00000169991","IFFO2","intermediate filament family orphan 2"
+"chr18",77637974,77638216,243,"*","Intron (uc010xfl.2/26251, intron 1 of 1)",18,77623668,77659816,36149,1,"26251",14306,"ENSG00000178342","KCNG2","potassium voltage-gated channel modifier subfamily G member 2"
+"chr19",23945695,23945761,67,"*","Promoter (<=1kb)",19,23945816,24010919,65104,1,"388524",-55,NA,"RPSAP58","ribosomal protein SA pseudogene 58"
+"chr19",41935347,41935467,121,"*","Promoter (<=1kb)",19,41931264,41934635,3372,2,"374907",-712,"ENSG00000177191","B3GNT8","UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 8"
+"chr16",619794,619826,33,"*","Promoter (2-3kb)",16,617032,619495,2464,1,"283948",2762,"ENSG00000257108","NHLRC4","NHL repeat containing 4"
+"chr17",46830125,46830212,88,"*","Distal Intergenic",17,46802127,46806111,3985,2,"10481",-24014,"ENSG00000159184","HOXB13","homeobox B13"
+"chr19",6373108,6373413,306,"*","Promoter (<=1kb)",19,6372444,6375261,2818,1,"84266",664,"ENSG00000125652","ALKBH7","alkB homolog 7"
+"chr10",134943284,134943309,26,"*","3' UTR",10,134973971,135039916,65946,1,"85442",-30662,"ENSG00000171798","KNDC1","kinase non-catalytic C-lobe domain (KIND) containing 1"
+"chr1",861317,861629,313,"*","Promoter (<=1kb)",1,860530,879961,19432,1,"148398",787,"ENSG00000187634","SAMD11","sterile alpha motif domain containing 11"
+"chr19",46294482,46294847,366,"*","Promoter (1-2kb)",19,46286264,46296060,9797,2,"1762",1213,"ENSG00000185800","DMWD","dystrophia myotonica, WD repeat containing"
+"chr3",96533530,96533651,122,"*","Promoter (<=1kb)",3,96533425,97467786,934362,1,"285220",105,"ENSG00000080224","EPHA6","EPH receptor A6"
+"chr11",1097211,1097554,344,"*","Exon (uc001lsx.1/4583, exon 37 of 51)",11,1074875,1104417,29543,1,"4583",22336,NA,"MUC2","mucin 2, oligomeric mucus/gel-forming"
+"chr7",51539466,51539535,70,"*","Distal Intergenic",7,51083909,51384515,300607,2,"23242",-154951,"ENSG00000106078","COBL","cordon-bleu WH2 repeat protein"
+"chr11",1249008,1249444,437,"*","Exon (uc009yct.2/727897, exon 7 of 26)",11,1295598,1330892,35295,2,"54472",81448,"ENSG00000078902","TOLLIP","toll interacting protein"
+"chr6",168628452,168628662,211,"*","Distal Intergenic",6,168707584,168720402,12819,2,"168002",91740,"ENSG00000164488","DACT2","dishevelled-binding antagonist of beta-catenin 2"
+"chr13",79183465,79183694,230,"*","Intron (uc001vku.1/100874222, intron 5 of 5)",13,79173230,79177695,4466,2,"5457",-5770,"ENSG00000152192","POU4F1","POU class 4 homeobox 1"
+"chr1",1856025,1856464,440,"*","Intron (uc001aik.3/uc001aik.3, intron 6 of 10)",1,1849029,1850740,1712,2,"339456",-5285,"ENSG00000178821","TMEM52","transmembrane protein 52"
+"chr10",135178643,135178849,207,"*","Intron (uc001lmu.3/1892, intron 2 of 7)",10,135185060,135185167,108,2,"100500911",6318,"ENSG00000265395","MIR3944","microRNA 3944"
+"chr11",130271769,130271855,87,"*","Exon (uc010scb.1/uc010scb.1, exon 6 of 6)",11,130274818,130298539,23722,2,"11095",26684,"ENSG00000134917","ADAMTS8","ADAM metallopeptidase with thrombospondin type 1 motif 8"
+"chr5",83017644,83017873,230,"*","Promoter (<=1kb)",5,82934017,83016896,82880,2,"1404",-748,"ENSG00000145681","HAPLN1","hyaluronan and proteoglycan link protein 1"
+"chr11",1769645,1770066,422,"*","Promoter (1-2kb)",11,1753640,1771824,18185,2,"402778",1758,"ENSG00000244242","IFITM10","interferon induced transmembrane protein 10"
+"chr1",228295568,228295858,291,"*","Promoter (1-2kb)",1,228294380,228297013,2634,2,"128308",1155,"ENSG00000162910","MRPL55","mitochondrial ribosomal protein L55"
+"chr19",58458572,58458721,150,"*","Promoter (<=1kb)",19,58452201,58459077,6877,2,"10172",356,"ENSG00000152454","ZNF256","zinc finger protein 256"
+"chrX",70288356,70288358,3,"*","Intron (uc031tjx.1/29934, intron 4 of 4)",23,70256098,70293276,37179,2,"29934",4918,"ENSG00000147164","SNX12","sorting nexin 12"
+"chrX",149716267,149716393,127,"*","Distal Intergenic",23,149737047,149841616,104570,1,"4534",-20654,"ENSG00000171100","MTM1","myotubularin 1"
+"chrX",64196230,64196295,66,"*","5' UTR",23,64135682,64254624,118943,2,"55906",58329,"ENSG00000126970","ZC4H2","zinc finger C4H2-type containing"
+"chr19",46974614,46974838,225,"*","Promoter (<=1kb)",19,46969748,46974820,5073,2,"55228",0,"ENSG00000182013","PNMAL1","paraneoplastic Ma antigen family-like 1"
+"chr11",44541905,44541999,95,"*","Distal Intergenic",11,44587141,44641315,54175,1,"3732",-45142,"ENSG00000085117","CD82","CD82 molecule"
+"chr8",37963317,37963428,112,"*","Promoter (<=1kb)",8,37963011,37997598,34588,1,"9070",306,"ENSG00000129691","ASH2L","ash2 (absent, small, or homeotic)-like (Drosophila)"
+"chr6",90312200,90312468,269,"*","Exon (uc003png.3/57226, exon 4 of 4)",6,90277863,90348474,70612,2,"57226",36006,"ENSG00000083099","LYRM2","LYR motif containing 2"
+"chr7",44365292,44365303,12,"*","Promoter (<=1kb)",7,44256749,44365230,108482,2,"816",-62,"ENSG00000058404","CAMK2B","calcium/calmodulin-dependent protein kinase II beta"
+"chr7",84816454,84816843,390,"*","Promoter (<=1kb)",7,84624872,84816171,191300,2,"223117",-283,"ENSG00000153993","SEMA3D","semaphorin 3D"
+"chr15",93876533,93876582,50,"*","Intron (uc002bsu.1/uc002bsu.1, intron 2 of 3)",15,93586636,93632443,45808,2,"56963",-244090,"ENSG00000182175","RGMA","repulsive guidance molecule family member a"
+"chr7",55955335,55955621,287,"*","Promoter (<=1kb)",7,55955149,56008433,53285,1,"349075",186,"ENSG00000178665","ZNF713","zinc finger protein 713"
+"chr6",39281135,39281421,287,"*","Promoter (<=1kb)",6,39266777,39282237,15461,2,"89822",816,"ENSG00000124780","KCNK17","potassium two pore domain channel subfamily K member 17"
+"chr5",134526076,134526173,98,"*","Intron (uc003laj.2/100996485, intron 3 of 5)",5,134571924,134583867,11944,2,"340073",57694,"ENSG00000249647","C5orf66-AS2","C5orf66 antisense RNA 2"
+"chr17",6347944,6347971,28,"*","Promoter (<=1kb)",17,6347735,6354385,6651,1,"54478",209,"ENSG00000129195","FAM64A","family with sequence similarity 64 member A"
+"chr11",119293869,119294235,367,"*","Promoter (<=1kb)",11,119288655,119294246,5592,2,"7070",11,"ENSG00000154096","THY1","Thy-1 cell surface antigen"
+"chr22",17515637,17516125,489,"*","Promoter (1-2kb)",22,17517460,17539682,22223,1,"100130418",-1335,"ENSG00000237438","CECR7","cat eye syndrome chromosome region, candidate 7 (non-protein coding)"
+"chr1",24861872,24861919,48,"*","3' UTR",1,24882567,24935818,53252,1,"400746",-20648,"ENSG00000184454","NCMAP","non-compact myelin associated protein"
+"chr3",61547237,61547239,3,"*","Promoter (<=1kb)",3,61547243,62280573,733331,1,"5793",-4,"ENSG00000144724","PTPRG","protein tyrosine phosphatase, receptor type G"
+"chr16",88698872,88699035,164,"*","Distal Intergenic",16,88705001,88706882,1882,1,"27189",-5966,"ENSG00000124391","IL17C","interleukin 17C"
+"chr16",841502,841991,490,"*","Promoter (2-3kb)",16,838622,848074,9453,1,"63922",2880,"ENSG00000127586","CHTF18","chromosome transmission fidelity factor 18"
+"chr5",30429281,30429433,153,"*","Distal Intergenic",5,31193762,31329253,135492,1,"1004",-764329,"ENSG00000113361","CDH6","cadherin 6"
+"chr8",140712424,140712445,22,"*","Promoter (2-3kb)",8,140613082,140715299,102218,2,"51305",2854,"ENSG00000169427","KCNK9","potassium two pore domain channel subfamily K member 9"
+"chr2",113522495,113522573,79,"*","Promoter (<=1kb)",2,113495444,113522254,26811,2,"150468",-241,"ENSG00000169607","CKAP2L","cytoskeleton associated protein 2 like"
+"chr13",99229590,99229849,260,"*","Promoter (<=1kb)",13,99102455,99229396,126942,2,"8428",-194,"ENSG00000102572","STK24","serine/threonine kinase 24"
+"chr2",25475678,25475757,80,"*","Intron (uc002rgc.4/1788, intron 17 of 22)",2,25551509,25551590,82,2,"100302246",75833,NA,"MIR1301","microRNA 1301"
+"chr20",30410691,30410856,166,"*","Intron (uc002wwq.2/85366, intron 4 of 12)",20,30407178,30422500,15323,1,"85366",3513,"ENSG00000101306","MYLK2","myosin light chain kinase 2"
+"chr3",128182210,128182327,118,"*","Promoter (<=1kb)",3,128182437,128191160,8724,1,"285224",-110,"ENSG00000242049","DNAJB8-AS1","DNAJB8 antisense RNA 1"
+"chr17",46688321,46688329,9,"*","Promoter (<=1kb)",17,46684595,46688383,3789,2,"3217",54,"ENSG00000260027","HOXB7","homeobox B7"
+"chr3",11195269,11195703,435,"*","Intron (uc010hdr.3/3269, intron 1 of 1)",3,11178779,11304939,126161,1,"3269",16490,"ENSG00000196639","HRH1","histamine receptor H1"
+"chr8",10530005,10530123,119,"*","Promoter (<=1kb)",8,10530147,10558103,27957,1,"203076",-24,"ENSG00000171060","C8orf74","chromosome 8 open reading frame 74"
+"chr14",23306850,23306926,77,"*","Promoter (1-2kb)",14,23305793,23316803,11011,1,"4323",1057,"ENSG00000157227","MMP14","matrix metallopeptidase 14"
+"chr15",29396152,29396219,68,"*","Intron (uc010azj.2/321, intron 9 of 11)",15,29560353,29562020,1668,2,"56160",165801,"ENSG00000185115","NSMCE3","NSE3 homolog, SMC5-SMC6 complex component"
+"chr20",21378447,21378512,66,"*","Promoter (<=1kb)",20,21376005,21378047,2043,2,"644524",-400,"ENSG00000125816","NKX2-4","NK2 homeobox 4"
+"chr6",32978223,32978233,11,"*","Distal Intergenic",6,32605183,32614839,9657,1,"3117",373040,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr1",146550074,146550467,394,"*","Exon (uc021ovj.1/uc021ovj.1, exon 1 of 1)",1,146571066,146585928,14863,2,"644861",35461,NA,"NBPF13P","neuroblastoma breakpoint family member 13, pseudogene"
+"chr19",40596853,40596855,3,"*","Promoter (<=1kb)",19,40575059,40596845,21787,2,"284323",-8,"ENSG00000197782","ZNF780A","zinc finger protein 780A"
+"chr6",163570725,163570860,136,"*","Intron (uc003qua.3/135138, intron 5 of 6)",6,163731017,163745505,14489,2,"285796",174645,"ENSG00000281692","PACRG-AS1","PACRG antisense RNA 1"
+"chr9",85678194,85678203,10,"*","Promoter (<=1kb)",9,85594500,85678043,83544,2,"158158",-151,"ENSG00000165105","RASEF","RAS and EF-hand domain containing"
+"chr19",7747220,7747713,494,"*","Promoter (1-2kb)",19,7745707,7747748,2042,1,"126003",1513,"ENSG00000181029","TRAPPC5","trafficking protein particle complex 5"
+"chr2",63285902,63286049,148,"*","Distal Intergenic",2,63277192,63284966,7775,1,"5013",8710,"ENSG00000115507","OTX1","orthodenticle homeobox 1"
+"chr1",33799703,33800125,423,"*","Promoter (1-2kb)",1,33797994,33798093,100,2,"100500853",-1610,NA,"MIR3605","microRNA 3605"
+"chr19",56269246,56269259,14,"*","Promoter (1-2kb)",19,56270507,56274541,4035,1,"342931",-1248,"ENSG00000223638","RFPL4A","ret finger protein like 4A"
+"chr7",155920108,155920287,180,"*","Distal Intergenic",7,155592736,155604967,12232,2,"6469",-315141,"ENSG00000164690","SHH","sonic hedgehog"
+"chr5",37371192,37371213,22,"*","Promoter (<=1kb)",5,37291941,37371197,79257,2,"9631",0,"ENSG00000113569","NUP155","nucleoporin 155kDa"
+"chr17",30347803,30347981,179,"*","5' UTR",17,30335037,30380519,45483,1,"114659",12766,"ENSG00000185158","LRRC37B","leucine rich repeat containing 37B"
+"chr19",57901516,57901745,230,"*","Promoter (<=1kb)",19,57901218,57913919,12702,1,"147694",298,"ENSG00000188785","ZNF548","zinc finger protein 548"
+"chr7",89747970,89748001,32,"*","Promoter (<=1kb)",7,89748714,89754914,6201,1,"442523",-713,"ENSG00000235436","DPY19L2P4","DPY19L2 pseudogene 4"
+"chr7",30185315,30185728,414,"*","Intron (uc011kab.1/222166, intron 1 of 3)",7,30174552,30202381,27830,1,"222166",10763,"ENSG00000180354","MTURN","maturin, neural progenitor differentiation regulator homolog (Xenopus)"
+"chr7",1248277,1248645,369,"*","Distal Intergenic",7,1272654,1276613,3960,1,"340260",-24009,"ENSG00000164853","UNCX","UNC homeobox"
+"chr12",127547939,127547994,56,"*","Distal Intergenic",12,127354040,127359236,5197,2,"440117",-188703,"ENSG00000249873","LOC440117","uncharacterized LOC440117"
+"chr1",197871836,197871847,12,"*","Promoter (<=1kb)",1,197871682,197876497,4816,1,"388722",154,"ENSG00000203724","C1orf53","chromosome 1 open reading frame 53"
+"chr12",7315351,7315531,181,"*","Distal Intergenic",12,7341759,7371169,29411,1,"5830",-26228,"ENSG00000139197","PEX5","peroxisomal biogenesis factor 5"
+"chr20",61447775,61447831,57,"*","Promoter (<=1kb)",20,61448414,61472511,24098,1,"1299",-583,"ENSG00000092758","COL9A3","collagen type IX alpha 3"
+"chr21",44527986,44528293,308,"*","Promoter (<=1kb)",21,44513066,44527688,14623,2,"7307",-298,"ENSG00000160201","U2AF1","U2 small nuclear RNA auxiliary factor 1"
+"chr6",150346921,150346964,44,"*","Promoter (<=1kb)",6,150341266,150346668,5403,2,"154064",-253,"ENSG00000155918","RAET1L","retinoic acid early transcript 1L"
+"chr11",120196353,120196371,19,"*","Promoter (<=1kb)",11,120195838,120204388,8551,1,"219902",515,"ENSG00000181264","TMEM136","transmembrane protein 136"
+"chr3",9957467,9957531,65,"*","Promoter (1-2kb)",3,9958758,9975314,16557,1,"84818",-1227,"ENSG00000163702","IL17RC","interleukin 17 receptor C"
+"chr16",1440373,1440450,78,"*","Intron (uc031qup.1/64718, intron 6 of 14)",16,1413206,1464705,51500,2,"64718",24255,"ENSG00000059145","UNKL","unkempt family like zinc finger"
+"chr20",48769948,48770123,176,"*","Promoter (<=1kb)",20,48740274,48770335,30062,2,"387521",212,"ENSG00000240849","TMEM189","transmembrane protein 189"
+"chr16",71264579,71264658,80,"*","Promoter (<=1kb)",16,70841287,71264625,423339,2,"54768",0,"ENSG00000157423","HYDIN","HYDIN, axonemal central pair apparatus protein"
+"chrX",24380365,24380373,9,"*","Promoter (<=1kb)",23,24380878,24383541,2664,1,"100130302",-505,NA,"SUPT20HL1","SPT20 homolog, SAGA complex component-like 1"
+"chr17",5323110,5323140,31,"*","Promoter (<=1kb)",17,5289346,5323059,33714,2,"4927",-51,"ENSG00000108559","NUP88","nucleoporin 88kDa"
+"chr15",42500294,42500463,170,"*","Promoter (<=1kb)",15,42450899,42500502,49604,2,"23339",39,"ENSG00000166887","VPS39","VPS39, HOPS complex subunit"
+"chr6",1410489,1410497,9,"*","Distal Intergenic",6,1390069,1395832,5764,1,"2295",20420,"ENSG00000137273","FOXF2","forkhead box F2"
+"chr12",133424655,133424661,7,"*","Intron (uc001ulc.1/55743, intron 4 of 14)",12,133345495,133405426,59932,2,"2802",-19229,"ENSG00000090615","GOLGA3","golgin A3"
+"chr8",75262469,75262474,6,"*","Promoter (<=1kb)",8,75262618,75279335,16718,1,"54332",-144,"ENSG00000104381","GDAP1","ganglioside induced differentiation associated protein 1"
+"chr18",21594202,21594413,212,"*","5' UTR",18,21572737,21715574,142838,1,"125488",21465,"ENSG00000168234","TTC39C","tetratricopeptide repeat domain 39C"
+"chr15",68498589,68498809,221,"*","Promoter (<=1kb)",15,68483043,68498448,15406,2,"91860",-141,"ENSG00000129007","CALML4","calmodulin like 4"
+"chr6",29600462,29600468,7,"*","Intron (uc003nmt.4/2550, intron 22 of 22)",6,28471073,28483570,12498,2,"257202",-1116892,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr6",28829348,28829350,3,"*","Exon (uc003nlq.2/401242, exon 2 of 2)",6,28471073,28483570,12498,2,"257202",-345778,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr5",78532028,78532229,202,"*","Promoter (<=1kb)",5,78531925,78623038,91114,1,"133746",103,"ENSG00000152409","JMY","junction mediating and regulatory protein, p53 cofactor"
+"chr19",6707248,6707459,212,"*","Exon (uc002mfm.3/718, exon 17 of 41)",19,6677846,6720662,42817,2,"718",13203,"ENSG00000125730","C3","complement component 3"
+"chr6",146285417,146285544,128,"*","Promoter (<=1kb)",6,146205945,146285559,79615,2,"257218",15,"ENSG00000146414","SHPRH","SNF2 histone linker PHD RING helicase"
+"chr17",78796031,78796159,129,"*","Exon (uc002jys.3/57521, exon 8 of 9)",17,78965641,78973933,8293,1,"79643",-169482,"ENSG00000176108","CHMP6","charged multivesicular body protein 6"
+"chr11",977048,977074,27,"*","Intron (uc009yco.2/161, intron 4 of 15)",11,925809,1012245,86437,1,"161",51239,"ENSG00000183020","AP2A2","adaptor related protein complex 2 alpha 2 subunit"
+"chr6",33176399,33176405,7,"*","5' UTR",6,33540323,33548070,7748,2,"578",371665,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr17",7083365,7083519,155,"*","Promoter (<=1kb)",17,7076751,7082883,6133,2,"432",-482,"ENSG00000141505","ASGR1","asialoglycoprotein receptor 1"
+"chr5",178054264,178054469,206,"*","Intron (uc003mji.2/57396, intron 2 of 2)",5,178029665,178057616,27952,2,"57396",3147,"ENSG00000113240","CLK4","CDC like kinase 4"
+"chr14",77965123,77965284,162,"*","Promoter (<=1kb)",14,77940738,77965210,24473,2,"145501",0,"ENSG00000100593","ISM2","isthmin 2"
+"chr5",43313677,43313767,91,"*","Promoter (<=1kb)",5,43287572,43313614,26043,2,"3157",-63,"ENSG00000112972","HMGCS1","3-hydroxy-3-methylglutaryl-CoA synthase 1"
+"chr5",118324465,118324619,155,"*","Promoter (<=1kb)",5,118172569,118324240,151672,2,"285605",-225,"ENSG00000169570","DTWD2","DTW domain containing 2"
+"chr1",38230779,38230827,49,"*","Promoter (<=1kb)",1,38179553,38230824,51272,2,"284656",0,"ENSG00000183317","EPHA10","EPH receptor A10"
+"chr5",141303574,141303900,327,"*","Promoter (<=1kb)",5,141303385,141321612,18228,1,"9812",189,"ENSG00000081791","KIAA0141","KIAA0141"
+"chr14",38067917,38068292,376,"*","Distal Intergenic",14,38058757,38064325,5569,2,"3169",-3592,"ENSG00000129514","FOXA1","forkhead box A1"
+"chr15",75095377,75095399,23,"*","3' UTR",15,75105153,75119208,14056,1,"79748",-9754,"ENSG00000140506","LMAN1L","lectin, mannose binding 1 like"
+"chr4",187628413,187628521,109,"*","Exon (uc003izf.3/2195, exon 2 of 27)",4,187508937,187647850,138914,2,"2195",19329,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
+"chr8",48739113,48739208,96,"*","Intron (uc003xqi.3/5591, intron 23 of 86)",8,48649476,48650726,1251,2,"1052",-88387,"ENSG00000221869","CEBPD","CCAAT/enhancer binding protein delta"
+"chr12",94580378,94580609,232,"*","Intron (uc001tdc.3/10154, intron 4 of 30)",12,94542499,94701451,158953,1,"10154",37879,"ENSG00000136040","PLXNC1","plexin C1"
+"chr4",148538295,148538443,149,"*","Promoter (<=1kb)",4,148538539,148556672,18134,1,"55751",-96,"ENSG00000164168","TMEM184C","transmembrane protein 184C"
+"chr3",157827967,157828117,151,"*","Promoter (<=1kb)",3,157827841,158262624,434784,1,"51319",126,"ENSG00000174891","RSRC1","arginine/serine-rich coiled-coil 1"
+"chr1",212459245,212459693,449,"*","Promoter (<=1kb)",1,212458879,212535205,76327,1,"5525",366,"ENSG00000066027","PPP2R5A","protein phosphatase 2 regulatory subunit B', alpha"
+"chr4",111120056,111120249,194,"*","Promoter (<=1kb)",4,110970229,111119820,149592,2,"79071",-236,"ENSG00000170522","ELOVL6","ELOVL fatty acid elongase 6"
+"chr5",1650894,1650985,92,"*","Distal Intergenic",5,1597672,1634120,36449,2,"728613",-16774,NA,"LOC728613","programmed cell death 6 pseudogene"
+"chr17",1837612,1837648,37,"*","Downstream (<1kb)",17,1837971,1928178,90208,2,"146760",90530,"ENSG00000185924","RTN4RL1","reticulon 4 receptor-like 1"
+"chr6",152002969,152002990,22,"*","Intron (uc031spz.1/2099, intron 2 of 3)",6,151977830,152424408,446579,1,"2099",25139,"ENSG00000091831","ESR1","estrogen receptor 1"
+"chr16",4524103,4524223,121,"*","Promoter (<=1kb)",16,4524719,4560348,35630,1,"3163",-496,"ENSG00000103415","HMOX2","heme oxygenase 2"
+"chr11",98891163,98891492,330,"*","Promoter (<=1kb)",11,98891706,100229616,1337911,1,"53942",-214,"ENSG00000149972","CNTN5","contactin 5"
+"chr6",136610989,136611015,27,"*","Promoter (<=1kb)",6,136578001,136610989,32989,2,"9774",0,"ENSG00000029363","BCLAF1","BCL2 associated transcription factor 1"
+"chr11",73694566,73694801,236,"*","Promoter (<=1kb)",11,73685716,73693889,8174,2,"7351",-677,"ENSG00000175567","UCP2","uncoupling protein 2 (mitochondrial, proton carrier)"
+"chr3",113251979,113252149,171,"*","Promoter (<=1kb)",3,113251218,113348422,97205,1,"54847",761,"ENSG00000072858","SIDT1","SID1 transmembrane family member 1"
+"chr2",219157035,219157103,69,"*","Promoter (<=1kb)",2,219138917,219157280,18364,2,"64114",177,"ENSG00000135926","TMBIM1","transmembrane BAX inhibitor motif containing 1"
+"chr10",766453,766464,12,"*","Distal Intergenic",10,320130,735608,415479,2,"22982",-30845,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr1",182991683,182991799,117,"*","Promoter (<=1kb)",1,182992595,183114727,122133,1,"3915",-796,"ENSG00000135862","LAMC1","laminin subunit gamma 1"
+"chr6",32162695,32162755,61,"*","3' UTR",6,32485154,32557613,72460,2,"3127",394858,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr19",36024313,36024375,63,"*","Promoter (<=1kb)",19,36024314,36036221,11908,1,"26330",0,"ENSG00000105679","GAPDHS","glyceraldehyde-3-phosphate dehydrogenase, spermatogenic"
+"chr17",60501112,60501122,11,"*","Promoter (<=1kb)",17,60501246,60527454,26209,1,"339175",-124,"ENSG00000087995","METTL2A","methyltransferase like 2A"
+"chr16",4524466,4524620,155,"*","Promoter (<=1kb)",16,4524719,4560348,35630,1,"3163",-99,"ENSG00000103415","HMOX2","heme oxygenase 2"
+"chr19",42914828,42915324,497,"*","Exon (uc002otr.3/3991, exon 2 of 10)",19,42901300,43156507,255208,1,"100996307",13528,"ENSG00000213904","LIPE-AS1","LIPE antisense RNA 1"
+"chr6",34111965,34112244,280,"*","Intron (uc010jvh.4/2914, intron 10 of 10)",6,33989623,34123399,133777,2,"2914",11155,"ENSG00000124493","GRM4","glutamate receptor, metabotropic 4"
+"chr19",38924116,38924182,67,"*","Promoter (<=1kb)",19,38924340,39078204,153865,1,"6261",-158,"ENSG00000196218","RYR1","ryanodine receptor 1"
+"chr2",75937918,75937996,79,"*","Promoter (<=1kb)",2,75889832,75938111,48280,2,"6936",115,"ENSG00000005436","GCFC2","GC-rich sequence DNA-binding factor 2"
+"chr5",178368205,178368415,211,"*","Promoter (<=1kb)",5,178368194,178393218,25025,1,"285676",11,"ENSG00000178187","ZNF454","zinc finger protein 454"
+"chr2",110873031,110873394,364,"*","Promoter (<=1kb)",2,110841447,110874143,32697,2,"7851",749,"ENSG00000144063","MALL","mal, T-cell differentiation protein-like"
+"chr10",75757763,75757766,4,"*","Promoter (2-3kb)",10,75754951,75879914,124964,1,"7414",2812,"ENSG00000035403","VCL","vinculin"
+"chr12",131357140,131357429,290,"*","Promoter (<=1kb)",12,131356617,131360826,4210,1,"5901",523,"ENSG00000132341","RAN","RAN, member RAS oncogene family"
+"chr1",22469666,22469675,10,"*","Promoter (<=1kb)",1,22443798,22470385,26588,2,"54361",710,"ENSG00000162552","WNT4","wingless-type MMTV integration site family member 4"
+"chr2",95873194,95873225,32,"*","Distal Intergenic",2,95831183,95850064,18882,1,"7549",42011,"ENSG00000275111","ZNF2","zinc finger protein 2"
+"chr8",125739363,125739784,422,"*","Promoter (<=1kb)",8,125563028,125740730,177703,2,"9788",946,"ENSG00000170873","MTSS1","metastasis suppressor 1"
+"chr6",164520673,164520746,74,"*","Distal Intergenic",6,163835675,163999628,163954,1,"9444",684998,"ENSG00000112531","QKI","QKI, KH domain containing, RNA binding"
+"chr21",42797799,42797891,93,"*","Intron (uc002yzh.3/4599, intron 3 of 18)",21,42792520,42831141,38622,1,"4599",5279,"ENSG00000157601","MX1","MX dynamin like GTPase 1"
+"chr7",73894951,73895013,63,"*","Intron (uc003uap.3/9569, intron 1 of 26)",7,73868120,74016920,148801,1,"9569",26831,"ENSG00000006704","GTF2IRD1","GTF2I repeat domain containing 1"
+"chr19",58090211,58090229,19,"*","Promoter (<=1kb)",19,58082934,58090243,7310,2,"55659",14,"ENSG00000083817","ZNF416","zinc finger protein 416"
+"chr1",44584302,44584369,68,"*","Intron (uc009vxf.1/128209, intron 2 of 2)",1,44514030,44600809,86780,1,"128209",70272,"ENSG00000171872","KLF17","Kruppel-like factor 17"
+"chr12",107974248,107974396,149,"*","Intron (uc009zut.1/121551, intron 3 of 9)",12,108079590,108106257,26668,1,"11137",-105194,"ENSG00000136045","PWP1","PWP1 homolog, endonuclein"
+"chr1",214557351,214557497,147,"*","Exon (uc021piy.1/5784, exon 11 of 17)",1,214454565,214510477,55913,1,"56950",102786,"ENSG00000143499","SMYD2","SET and MYND domain containing 2"
+"chr1",155197753,155197843,91,"*","Intron (uc021pau.2/2630, intron 1 of 1)",1,155183616,155208441,24826,2,"2630",10598,"ENSG00000160766","GBAP1","glucosidase, beta, acid pseudogene 1"
+"chr3",31574261,31574495,235,"*","Promoter (<=1kb)",3,31574491,31677556,103066,1,"201595",0,"ENSG00000163527","STT3B","STT3B, catalytic subunit of the oligosaccharyltransferase complex"
+"chr6",167411361,167411506,146,"*","Promoter (<=1kb)",6,167411295,167411400,106,2,"100500857",0,"ENSG00000265828","MIR3939","microRNA 3939"
+"chr11",19367573,19367766,194,"*","Distal Intergenic",11,19372271,20143147,770877,1,"89797",-4505,"ENSG00000166833","NAV2","neuron navigator 2"
+"chr12",133382933,133383213,281,"*","Intron (uc001ukz.1/2802, intron 18 of 23)",12,133345495,133405426,59932,2,"2802",22213,"ENSG00000090615","GOLGA3","golgin A3"
+"chr16",19727094,19727399,306,"*","Promoter (<=1kb)",16,19727778,19868859,141082,1,"124152",-379,"ENSG00000174628","IQCK","IQ motif containing K"
+"chr12",132923291,132923382,92,"*","Distal Intergenic",12,132680917,132905905,224989,2,"50614",-17386,"ENSG00000182870","GALNT9","polypeptide N-acetylgalactosaminyltransferase 9"
+"chr14",105268492,105268542,51,"*","Promoter (1-2kb)",14,105266933,105271048,4116,1,"100128927",1559,"ENSG00000179627","ZBTB42","zinc finger and BTB domain containing 42"
+"chr11",105948458,105948472,15,"*","Promoter (<=1kb)",11,105921825,105948465,26641,2,"143879",0,"ENSG00000182359","KBTBD3","kelch repeat and BTB domain containing 3"
+"chr22",30643015,30643376,362,"*","Promoter (<=1kb)",22,30636436,30642840,6405,2,"3976",-175,"ENSG00000128342","LIF","leukemia inhibitory factor"
+"chr17",27054446,27054467,22,"*","Promoter (<=1kb)",17,27051366,27053949,2584,2,"116238",-497,"ENSG00000160606","TLCD1","TLC domain containing 1"
+"chr16",4588796,4588812,17,"*","Promoter (<=1kb)",16,4560677,4588816,28140,2,"29965",4,"ENSG00000089486","CDIP1","cell death-inducing p53 target 1"
+"chr4",1334485,1334513,29,"*","Distal Intergenic",4,1341104,1381837,40734,1,"57654",-6591,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
+"chr5",175084670,175084695,26,"*","Promoter (<=1kb)",5,175085040,175113245,28206,1,"3274",-345,"ENSG00000113749","HRH2","histamine receptor H2"
+"chr16",28888877,28889062,186,"*","Promoter (<=1kb)",16,28889809,28915830,26022,1,"487",-747,"ENSG00000196296","ATP2A1","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 1"
+"chr11",112097164,112097232,69,"*","Promoter (<=1kb)",11,112097088,112140678,43591,1,"5805",76,"ENSG00000150787","PTS","6-pyruvoyltetrahydropterin synthase"
+"chr19",5892265,5892412,148,"*","3' UTR",19,5891287,5904024,12738,2,"126328",11612,"ENSG00000174886","NDUFA11","NADH:ubiquinone oxidoreductase subunit A11"
+"chr6",160220721,160220921,201,"*","Promoter (<=1kb)",6,160221281,160241736,20456,1,"154197",-360,"ENSG00000146453","PNLDC1","PARN like, ribonuclease domain containing 1"
+"chrX",40006072,40006075,4,"*","Intron (uc004deo.4/54880, intron 13 of 13)",23,39910499,40036582,126084,2,"54880",30507,"ENSG00000183337","BCOR","BCL6 corepressor"
+"chr2",198236102,198236234,133,"*","Distal Intergenic",2,197831741,198175521,343781,2,"91526",-60581,"ENSG00000065413","ANKRD44","ankyrin repeat domain 44"
+"chr7",63667546,63667718,173,"*","Promoter (<=1kb)",7,63667581,63680668,13088,1,"730291",0,"ENSG00000223614","ZNF735","zinc finger protein 735"
+"chr3",20081470,20081582,113,"*","Promoter (<=1kb)",3,20081524,20195896,114373,1,"8850",0,"ENSG00000114166","KAT2B","lysine acetyltransferase 2B"
+"chr6",129203735,129203887,153,"*","Promoter (<=1kb)",6,129204286,129837710,633425,1,"3908",-399,"ENSG00000196569","LAMA2","laminin subunit alpha 2"
+"chr3",186288370,186288388,19,"*","Promoter (<=1kb)",3,186263856,186288332,24477,2,"55171",-38,"ENSG00000113838","TBCCD1","TBCC domain containing 1"
+"chr8",104310665,104310722,58,"*","Promoter (<=1kb)",8,104310661,104345094,34434,1,"8323",4,"ENSG00000164930","FZD6","frizzled class receptor 6"
+"chr19",50014987,50015178,192,"*","Promoter (<=1kb)",19,50015536,50029685,14150,1,"2217",-358,"ENSG00000104870","FCGRT","Fc fragment of IgG receptor and transporter"
+"chr7",139257552,139257770,219,"*","3' UTR",7,139208674,139229731,21058,1,"154790",48878,"ENSG00000236279","CLEC2L","C-type lectin domain family 2 member L"
+"chr1",54821910,54821960,51,"*","Intron (uc001cxe.4/23648, intron 14 of 17)",1,54691104,54872068,180965,2,"23648",50108,"ENSG00000157216","SSBP3","single stranded DNA binding protein 3"
+"chr1",204043732,204044122,391,"*","Promoter (1-2kb)",1,204042246,204096871,54626,1,"9580",1486,"ENSG00000143842","SOX13","SRY-box 13"
+"chr15",49103386,49103565,180,"*","Promoter (<=1kb)",15,49030135,49103343,73209,2,"22995",-43,"ENSG00000103995","CEP152","centrosomal protein 152kDa"
+"chr14",65381042,65381070,29,"*","Promoter (<=1kb)",14,65381079,65529373,148295,1,"100529261",-9,"ENSG00000125954","CHURC1-FNTB","CHURC1-FNTB readthrough"
+"chr2",95940063,95940475,413,"*","Promoter (<=1kb)",2,95940201,95957055,16855,1,"150696",0,"ENSG00000155066","PROM2","prominin 2"
+"chr3",182400155,182400230,76,"*","Distal Intergenic",3,182511291,182639421,128131,1,"23200",-111061,"ENSG00000058063","ATP11B","ATPase phospholipid transporting 11B (putative)"
+"chr8",43129374,43129678,305,"*","Distal Intergenic",8,43147585,43218328,70744,1,"340441",-17907,NA,"POTEA","POTE ankyrin domain family member A"
+"chr7",143058944,143059170,227,"*","Promoter (<=1kb)",7,143058810,143088206,29397,1,"7791",134,"ENSG00000159840","ZYX","zyxin"
+"chr16",1992583,1992734,152,"*","Promoter (<=1kb)",16,1988234,1993294,5061,2,"51734",560,"ENSG00000198736","MSRB1","methionine sulfoxide reductase B1"
+"chr4",169401621,169401639,19,"*","Promoter (<=1kb)",4,169277886,169401638,123753,2,"91351",0,"ENSG00000181381","DDX60L","DEAD-box helicase 60-like"
+"chr6",133135639,133135828,190,"*","Promoter (<=1kb)",6,133135708,133138703,2996,1,"6206",0,"ENSG00000112306","RPS12","ribosomal protein S12"
+"chr8",142201637,142201784,148,"*","Intron (uc003yvy.3/22898, intron 20 of 22)",8,142217274,142264225,46952,2,"57210",62441,"ENSG00000022567","SLC45A4","solute carrier family 45 member 4"
+"chr10",1034120,1034284,165,"*","Promoter (<=1kb)",10,1034349,1063708,29360,1,"23560",-65,"ENSG00000107937","GTPBP4","GTP binding protein 4"
+"chr10",44052120,44052400,281,"*","3' UTR",10,44051793,44070066,18274,2,"8187",17666,"ENSG00000196793","ZNF239","zinc finger protein 239"
+"chr19",50667086,50667404,319,"*","Promoter (<=1kb)",19,50655805,50666538,10734,2,"126123",-548,"ENSG00000161652","IZUMO2","IZUMO family member 2"
+"chr22",44576821,44577015,195,"*","5' UTR",22,44568836,44604349,35514,1,"64098",7985,"ENSG00000138964","PARVG","parvin gamma"
+"chr18",74207390,74207503,114,"*","Promoter (<=1kb)",18,74207477,74210045,2569,1,"400658",0,NA,"C18orf65","chromosome 18 open reading frame 65"
+"chr7",17339028,17339433,406,"*","Promoter (<=1kb)",7,17338276,17385775,47500,1,"196",752,"ENSG00000106546","AHR","aryl hydrocarbon receptor"
+"chr7",77427790,77427822,33,"*","Promoter (<=1kb)",7,77423045,77427747,4703,2,"85025",-43,"ENSG00000135211","TMEM60","transmembrane protein 60"
+"chr6",144164650,144164755,106,"*","Promoter (<=1kb)",6,144164508,144184943,20436,1,"84946",142,"ENSG00000135521","LTV1","LTV1 ribosome biogenesis factor"
+"chr1",16058422,16058427,6,"*","Exon (uc010obo.2/23207, exon 17 of 20)",1,16062809,16067884,5076,1,"284723",-4382,"ENSG00000162461","SLC25A34","solute carrier family 25 member 34"
+"chr3",47845138,47845624,487,"*","Promoter (<=1kb)",3,47844399,47891686,47288,1,"22907",739,"ENSG00000132153","DHX30","DEAH-box helicase 30"
+"chr4",8201080,8201560,481,"*","Promoter (<=1kb)",4,8201060,8242830,41771,1,"54436",20,"ENSG00000125089","SH3TC1","SH3 domain and tetratricopeptide repeats 1"
+"chr17",8022527,8022544,18,"*","Promoter (<=1kb)",17,7999218,8022234,23017,2,"59344",-293,"ENSG00000179148","ALOXE3","arachidonate lipoxygenase 3"
+"chr16",1233592,1233824,233,"*","Intron (uc002cks.3/8912, intron 2 of 34)",16,1203241,1271772,68532,1,"8912",30351,"ENSG00000196557","CACNA1H","calcium voltage-gated channel subunit alpha1 H"
+"chr4",6247592,6247830,239,"*","Distal Intergenic",4,6271577,6304992,33416,1,"7466",-23747,"ENSG00000109501","WFS1","wolframin ER transmembrane glycoprotein"
+"chr3",47398007,47398209,203,"*","Distal Intergenic",3,47422491,47454931,32441,1,"25930",-24282,"ENSG00000076201","PTPN23","protein tyrosine phosphatase, non-receptor type 23"
+"chr1",153756061,153756071,11,"*","Distal Intergenic",1,153747768,153752633,4866,1,"11000",8293,"ENSG00000143554","SLC27A3","solute carrier family 27 member 3"
+"chr11",20385639,20385756,118,"*","Promoter (<=1kb)",11,20385231,20405329,20099,1,"10553",408,"ENSG00000109854","HTATIP2","HIV-1 Tat interactive protein 2"
+"chr6",42928498,42928725,228,"*","Promoter (<=1kb)",6,42928500,42931618,3119,1,"27232",0,"ENSG00000124713","GNMT","glycine N-methyltransferase"
+"chr7",99746088,99746231,144,"*","Promoter (<=1kb)",7,99746530,99751833,5304,1,"389541",-299,"ENSG00000188186","LAMTOR4","late endosomal/lysosomal adaptor, MAPK and MTOR activator 4"
+"chr19",57742255,57742260,6,"*","Promoter (<=1kb)",19,57742377,57746916,4540,1,"6795",-117,"ENSG00000105146","AURKC","aurora kinase C"
+"chr8",11058097,11058347,251,"*","Promoter (<=1kb)",8,10753657,11058875,305219,2,"286046",528,"ENSG00000171044","XKR6","XK related 6"
+"chr1",209878178,209878341,164,"*","5' UTR",1,209859525,209908295,48771,1,"3290",18653,"ENSG00000117594","HSD11B1","hydroxysteroid (11-beta) dehydrogenase 1"
+"chr7",786634,786861,228,"*","Intron (uc003siz.2/54919, intron 4 of 12)",7,588834,767313,178480,2,"5575",-19321,"ENSG00000188191","PRKAR1B","protein kinase cAMP-dependent type I regulatory subunit beta"
+"chr13",113425199,113425249,51,"*","Intron (uc001vsi.4/23250, intron 1 of 29)",13,113344643,113541482,196840,1,"23250",80556,"ENSG00000068650","ATP11A","ATPase phospholipid transporting 11A"
+"chr20",57414548,57414836,289,"*","Promoter (<=1kb)",20,57414795,57486250,71456,1,"2778",0,"ENSG00000087460","GNAS","GNAS complex locus"
+"chr16",13873757,13873785,29,"*","Distal Intergenic",16,14014014,14046205,32192,1,"2072",-140229,"ENSG00000175595","ERCC4","excision repair cross-complementation group 4"
+"chr1",224051868,224052035,168,"*","Exon (uc021pjm.1/uc021pjm.1, exon 1 of 1)",1,223967595,224033674,66080,2,"7159",-18194,"ENSG00000143514","TP53BP2","tumor protein p53 binding protein 2"
+"chr5",43066427,43066490,64,"*","Promoter (<=1kb)",5,43065289,43067073,1785,2,"100132356",583,NA,"LOC100132356","uncharacterized LOC100132356"
+"chr6",28832090,28832107,18,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-348520,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr11",64112432,64112498,67,"*","Exon (uc009ypo.2/283234, exon 14 of 24)",11,64107690,64125006,17317,1,"283234",4742,"ENSG00000168071","CCDC88B","coiled-coil domain containing 88B"
+"chr11",49070231,49070637,407,"*","Distal Intergenic",11,49075266,49080664,5399,2,"646754",10027,"ENSG00000214891","TRIM64C","tripartite motif containing 64C"
+"chr12",131355417,131355786,370,"*","Promoter (<=1kb)",12,131356617,131360826,4210,1,"5901",-831,"ENSG00000132341","RAN","RAN, member RAS oncogene family"
+"chr8",179284,179287,4,"*","Promoter (2-3kb)",8,182200,197339,15140,1,"169270",-2913,"ENSG00000172748","ZNF596","zinc finger protein 596"
+"chr11",28129628,28129685,58,"*","Promoter (<=1kb)",11,28042163,28129746,87584,2,"81930",61,"ENSG00000121621","KIF18A","kinesin family member 18A"
+"chr1",244624507,244624510,4,"*","Intron (uc001iak.1/257044, intron 2 of 15)",1,244617679,244803662,185984,1,"257044",6828,"ENSG00000179397","C1orf101","chromosome 1 open reading frame 101"
+"chr11",2908233,2908348,116,"*","Promoter (1-2kb)",11,2904448,2906995,2548,2,"1028",-1238,"ENSG00000129757","CDKN1C","cyclin-dependent kinase inhibitor 1C"
+"chr17",75277597,75277987,391,"*","Promoter (<=1kb)",17,75277492,75496678,219187,1,"10801",105,"ENSG00000184640","SEPT9","septin 9"
+"chr22",18893669,18893679,11,"*","Promoter (<=1kb)",22,18893541,18899601,6061,1,"8214",128,"ENSG00000183628","DGCR6","DiGeorge syndrome critical region gene 6"
+"chr2",26915844,26916101,258,"*","Promoter (<=1kb)",2,26915581,26954066,38486,1,"3777",263,"ENSG00000171303","KCNK3","potassium two pore domain channel subfamily K member 3"
+"chrX",152712875,152713268,394,"*","Promoter (<=1kb)",23,152710178,152711945,1768,2,"11219",-930,"ENSG00000183479","TREX2","three prime repair exonuclease 2"
+"chr12",123636457,123636548,92,"*","Promoter (1-2kb)",12,123468027,123635285,167259,2,"57605",-1172,"ENSG00000090975","PITPNM2","phosphatidylinositol transfer protein membrane associated 2"
+"chr9",96716998,96717301,304,"*","Promoter (<=1kb)",9,96713909,96717608,3700,2,"56033",307,"ENSG00000131668","BARX1","BARX homeobox 1"
+"chr10",30024328,30024742,415,"*","Promoter (1-2kb)",10,29746277,30025864,279588,2,"6840",1122,"ENSG00000197321","SVIL","supervillin"
+"chr4",166129241,166129561,321,"*","Promoter (<=1kb)",4,166128770,166244308,115539,1,"11275",471,"ENSG00000109466","KLHL2","kelch like family member 2"
+"chr1",220445993,220445995,3,"*","Promoter (<=1kb)",1,220321610,220445843,124234,2,"25782",-150,"ENSG00000118873","RAB3GAP2","RAB3 GTPase activating non-catalytic protein subunit 2"
+"chr8",67974296,67974324,29,"*","Promoter (<=1kb)",8,67955315,67974571,19257,2,"10987",247,"ENSG00000121022","COPS5","COP9 signalosome subunit 5"
+"chr11",9406067,9406069,3,"*","Promoter (<=1kb)",11,9406169,9469674,63506,1,"10527",-100,"ENSG00000205339","IPO7","importin 7"
+"chr5",122181017,122181023,7,"*","Promoter (<=1kb)",5,122181160,122344902,163743,1,"28966",-137,"ENSG00000064652","SNX24","sorting nexin 24"
+"chr6",111409483,111409499,17,"*","Promoter (<=1kb)",6,111408781,111544606,135826,1,"117247",702,"ENSG00000112394","SLC16A10","solute carrier family 16 member 10"
+"chr2",224904683,224904724,42,"*","Promoter (<=1kb)",2,224839765,224904036,64272,2,"5270",-647,"ENSG00000135919","SERPINE2","serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2"
+"chr1",151171009,151171034,26,"*","Promoter (<=1kb)",1,151171021,151222007,50987,1,"8394",0,"ENSG00000143398","PIP5K1A","phosphatidylinositol-4-phosphate 5-kinase, type I, alpha"
+"chr4",1684743,1684825,83,"*","Promoter (1-2kb)",4,1641608,1685988,44381,2,"152877",1163,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr7",95951129,95951432,304,"*","Promoter (<=1kb)",7,95749532,95951459,201928,2,"10165",27,"ENSG00000004864","SLC25A13","solute carrier family 25 member 13"
+"chr3",186284968,186285036,69,"*","Promoter (2-3kb)",3,186287952,186303589,15638,1,"51726",-2916,"ENSG00000090520","DNAJB11","DnaJ heat shock protein family (Hsp40) member B11"
+"chr5",148737478,148737491,14,"*","Promoter (<=1kb)",5,148737570,148749221,11652,1,"78991",-79,"ENSG00000145882","PCYOX1L","prenylcysteine oxidase 1 like"
+"chr16",88949937,88950027,91,"*","Intron (uc002fml.2/863, intron 5 of 10)",16,88928036,88933068,5033,2,"390748",-16869,"ENSG00000205022","PABPN1L","poly(A) binding protein, nuclear 1-like (cytoplasmic)"
+"chr6",33401514,33401520,7,"*","Intron (uc003oeo.2/8831, intron 5 of 9)",6,33540323,33548070,7748,2,"578",146550,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr8",1830866,1830917,52,"*","Exon (uc003wpq.1/9639, exon 11 of 23)",8,1772149,1906807,134659,1,"9639",58717,"ENSG00000104728","ARHGEF10","Rho guanine nucleotide exchange factor 10"
+"chr1",155214516,155214522,7,"*","Promoter (<=1kb)",1,155204239,155214653,10415,2,"2629",131,"ENSG00000177628","GBA","glucosidase, beta, acid"
+"chr17",31620820,31621201,382,"*","Intron (uc002hhu.3/40, intron 9 of 9)",17,31856806,31860779,3974,2,"100506677",239578,"ENSG00000265544","AA06","uncharacterized LOC100506677"
+"chr6",138613022,138613217,196,"*","Exon (uc003qhu.3/57221, exon 19 of 34)",6,138537127,138539627,2501,2,"59351",-73395,"ENSG00000254440","PBOV1","prostate and breast cancer overexpressed 1"
+"chr10",71893159,71893365,207,"*","Promoter (<=1kb)",10,71857979,71892690,34712,2,"84883",-469,"ENSG00000042286","AIFM2","apoptosis inducing factor, mitochondria associated 2"
+"chr5",64920465,64920682,218,"*","Promoter (<=1kb)",5,64920558,64961954,41397,1,"80006",0,"ENSG00000113597","TRAPPC13","trafficking protein particle complex 13"
+"chr8",22462419,22462445,27,"*","Promoter (<=1kb)",8,22462145,22477983,15839,1,"57805",274,"ENSG00000158941","CCAR2","cell cycle and apoptosis regulator 2"
+"chr2",242953437,242953706,270,"*","Distal Intergenic",2,243030844,243102469,71626,1,"728323",-77138,NA,"LOC728323","uncharacterized LOC728323"
+"chr5",176882595,176882869,275,"*","Exon (uc003mgu.2/80758, exon 4 of 4)",5,176864890,176874945,10056,2,"340037",-7650,NA,"PRR7-AS1","PRR7 antisense RNA 1"
+"chr16",702075,702538,464,"*","Promoter (2-3kb)",16,699363,717829,18467,1,"197335",2712,"ENSG00000161996","WDR90","WD repeat domain 90"
+"chr19",33165499,33165562,64,"*","Promoter (<=1kb)",19,33087907,33166102,78196,2,"84079",540,"ENSG00000105186","ANKRD27","ankyrin repeat domain 27"
+"chr8",74658199,74658628,430,"*","Promoter (1-2kb)",8,74332604,74659943,327340,2,"27067",1315,"ENSG00000040341","STAU2","staufen double-stranded RNA binding protein 2"
+"chr2",95978173,95978199,27,"*","3' UTR",2,95963072,96051825,88754,1,"30818",15101,"ENSG00000115041","KCNIP3","potassium voltage-gated channel interacting protein 3"
+"chr15",74495109,74495354,246,"*","5' UTR",15,74471808,74502046,30239,2,"64220",6692,"ENSG00000137868","STRA6","stimulated by retinoic acid 6"
+"chr1",11160083,11160106,24,"*","Promoter (<=1kb)",1,11126676,11159938,33263,2,"5394",-145,"ENSG00000171824","EXOSC10","exosome component 10"
+"chr19",18896584,18896853,270,"*","Exon (uc002nkd.3/1311, exon 12 of 18)",19,18893583,18902114,8532,2,"1311",5261,"ENSG00000105664","COMP","cartilage oligomeric matrix protein"
+"chr7",98476450,98476580,131,"*","Promoter (<=1kb)",7,98476113,98610866,134754,1,"8295",337,"ENSG00000196367","TRRAP","transformation/transcription domain-associated protein"
+"chr10",2005709,2005787,79,"*","Distal Intergenic",10,2047667,2056542,8876,2,"282980",50755,"ENSG00000234962","LINC00700","long intergenic non-protein coding RNA 700"
+"chr17",1619022,1619080,59,"*","Promoter (<=1kb)",17,1614798,1619566,4769,2,"84981",486,"ENSG00000186594","MIR22HG","MIR22 host gene"
+"chr2",239335418,239335774,357,"*","Promoter (<=1kb)",2,239335626,239360891,25266,1,"51665",0,"ENSG00000065802","ASB1","ankyrin repeat and SOCS box containing 1"
+"chr12",96429111,96429271,161,"*","Exon (uc001ten.2/4048, exon 1 of 19)",12,96394531,96437298,42768,2,"4048",8027,"ENSG00000111144","LTA4H","leukotriene A4 hydrolase"
+"chr17",1627652,1627653,2,"*","Intron (uc002fth.2/124997, intron 1 of 10)",17,1619817,1641893,22077,1,"124997",7835,"ENSG00000167716","WDR81","WD repeat domain 81"
+"chr16",19729769,19729774,6,"*","Promoter (<=1kb)",16,19717674,19729492,11819,2,"400506",-277,"ENSG00000103550","KNOP1","lysine-rich nucleolar protein 1"
+"chr12",64062564,64062724,161,"*","Promoter (<=1kb)",12,63952693,64062354,109662,2,"283417",-210,"ENSG00000177990","DPY19L2","dpy-19 like 2 (C. elegans)"
+"chr1",228346133,228346290,158,"*","Exon (uc001hsk.3/57165, exon 2 of 2)",1,228353429,228369958,16530,1,"200205",-7139,"ENSG00000181873","IBA57","IBA57 homolog, iron-sulfur cluster assembly"
+"chr10",851053,851217,165,"*","Downstream (1-2kb)",10,320130,735608,415479,2,"22982",-115445,"ENSG00000151240","DIP2C","disco interacting protein 2 homolog C"
+"chr12",124118184,124118264,81,"*","Promoter (<=1kb)",12,124118286,124147151,28866,1,"2967",-22,"ENSG00000111358","GTF2H3","general transcription factor IIH subunit 3"
+"chr16",25269413,25269641,229,"*","Promoter (<=1kb)",16,25247322,25268855,21534,2,"342357",-558,"ENSG00000155592","ZKSCAN2","zinc finger with KRAB and SCAN domains 2"
+"chr2",237033449,237033583,135,"*","3' UTR",2,237074307,237076652,2346,2,"2637",43069,"ENSG00000168505","GBX2","gastrulation brain homeobox 2"
+"chr19",56154045,56154165,121,"*","Promoter (1-2kb)",19,56152392,56154836,2445,1,"51157",1653,"ENSG00000213015","ZNF580","zinc finger protein 580"
+"chr5",980532,980708,177,"*","Distal Intergenic",5,988425,997455,9031,2,"100506688",16747,"ENSG00000215246","LOC100506688","uncharacterized LOC100506688"
+"chr17",36831195,36831197,3,"*","Promoter (<=1kb)",17,36827959,36831187,3229,2,"100170841",-8,"ENSG00000273604","C17orf96","chromosome 17 open reading frame 96"
+"chr6",87865437,87865802,366,"*","Promoter (2-3kb)",6,87862551,87973406,110856,1,"23036",2886,"ENSG00000188994","ZNF292","zinc finger protein 292"
+"chr19",54976458,54976708,251,"*","Promoter (1-2kb)",19,54972979,54974894,1916,2,"94059",-1564,"ENSG00000275183","LENG9","leukocyte receptor cluster (LRC) member 9"
+"chr20",42543129,42543184,56,"*","Promoter (<=1kb)",20,42543492,42698254,154763,1,"84969",-308,"ENSG00000124191","TOX2","TOX high mobility group box family member 2"
+"chr16",87467986,87468092,107,"*","Intron (uc002fjz.1/23174, intron 11 of 12)",16,87425801,87438380,12580,1,"81631",42185,"ENSG00000140941","MAP1LC3B","microtubule associated protein 1 light chain 3 beta"
+"chr6",108582892,108583023,132,"*","Promoter (<=1kb)",6,108532717,108582464,49748,2,"8724",-428,"ENSG00000112335","SNX3","sorting nexin 3"
+"chr1",11958326,11958524,199,"*","Distal Intergenic",1,11979645,11986485,6841,2,"90231",27961,"ENSG00000116685","KIAA2013","KIAA2013"
+"chr6",33168957,33168971,15,"*","5' UTR",6,33540323,33548070,7748,2,"578",379099,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr11",107798924,107799072,149,"*","Promoter (<=1kb)",11,107799277,107834208,34932,1,"54734",-205,"ENSG00000179331","RAB39A","RAB39A, member RAS oncogene family"
+"chr16",30934656,30934666,11,"*","Promoter (<=1kb)",16,30930640,30934590,3951,2,"283932",-66,"ENSG00000260852","FBXL19-AS1","FBXL19 antisense RNA 1 (head to head)"
+"chr17",80455473,80455631,159,"*","Distal Intergenic",17,80477594,80562483,84890,1,"3607",-21963,"ENSG00000141568","FOXK2","forkhead box K2"
+"chr10",129924922,129925077,156,"*","Promoter (<=1kb)",10,129894925,129924468,29544,2,"4288",-454,"ENSG00000148773","MKI67","marker of proliferation Ki-67"
+"chr7",39873832,39874034,203,"*","Distal Intergenic",7,39773167,39834222,61056,1,"349114",100665,NA,"LINC00265","long intergenic non-protein coding RNA 265"
+"chr6",33386087,33386148,62,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",161922,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr15",66679669,66679676,8,"*","Promoter (<=1kb)",15,66679211,66783882,104672,1,"5604",458,"ENSG00000169032","MAP2K1","mitogen-activated protein kinase kinase 1"
+"chr3",184095197,184095505,309,"*","Promoter (<=1kb)",3,184089773,184095932,6160,2,"7066",427,"ENSG00000090534","THPO","thrombopoietin"
+"chr6",118228382,118228493,112,"*","Promoter (<=1kb)",6,118228689,118638839,410151,1,"222553",-196,"ENSG00000196376","SLC35F1","solute carrier family 35 member F1"
+"chr12",52758833,52758902,70,"*","Promoter (2-3kb)",12,52753790,52761309,7520,2,"3891",2407,"ENSG00000135443","KRT85","keratin 85"
+"chr14",93799351,93799370,20,"*","Promoter (<=1kb)",14,93703896,93799385,95490,2,"55727",15,"ENSG00000011114","BTBD7","BTB domain containing 7"
+"chr3",5028674,5028761,88,"*","Distal Intergenic",3,4938493,5021646,83154,2,"100507582",-7028,"ENSG00000235831","BHLHE40-AS1","BHLHE40 antisense RNA 1"
+"chr6",34499341,34499440,100,"*","Exon (uc003ojo.4/29993, exon 9 of 10)",6,34505579,34524110,18532,2,"25803",24670,"ENSG00000124664","SPDEF","SAM pointed domain containing ETS transcription factor"
+"chr3",197463378,197463746,369,"*","5' UTR",3,197476424,197511317,34894,1,"84248",-12678,"ENSG00000122068","FYTTD1","forty-two-three domain containing 1"
+"chr14",81687597,81687673,77,"*","Promoter (<=1kb)",14,81641796,81687575,45780,2,"2957",-22,"ENSG00000165417","GTF2A1","general transcription factor IIA 1"
+"chr6",30647100,30647128,29,"*","Exon (uc003nra.3/170954, exon 3 of 4)",6,32485154,32557613,72460,2,"3127",1910485,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr1",3816609,3816695,87,"*","Promoter (<=1kb)",1,3805697,3816857,11161,2,"339448",162,"ENSG00000198912","C1orf174","chromosome 1 open reading frame 174"
+"chr11",111472582,111472693,112,"*","Promoter (<=1kb)",11,111473170,111597632,124463,1,"23235",-477,"ENSG00000170145","SIK2","salt inducible kinase 2"
+"chr8",99182374,99182441,68,"*","Distal Intergenic",8,99129521,99172069,42549,1,"10940",52853,"ENSG00000104356","POP1","POP1 homolog, ribonuclease P/MRP subunit"
+"chr15",65068546,65068837,292,"*","Promoter (<=1kb)",15,65032095,65067770,35676,2,"348093",-776,"ENSG00000166831","RBPMS2","RNA binding protein with multiple splicing 2"
+"chr12",75723784,75723785,2,"*","5' UTR",12,75728463,75764169,35707,1,"256710",-4678,"ENSG00000173401","GLIPR1L1","GLI pathogenesis related 1 like 1"
+"chr14",24711884,24711919,36,"*","Promoter (<=1kb)",14,24708851,24711880,3030,2,"26277",-4,"ENSG00000092330","TINF2","TERF1 (TRF1)-interacting nuclear factor 2"
+"chr16",1742197,1742233,37,"*","Intron (uc002cmg.3/90861, intron 3 of 4)",16,1728278,1752073,23796,1,"90861",13919,"ENSG00000206053","HN1L","hematological and neurological expressed 1-like"
+"chr2",558775,558994,220,"*","Distal Intergenic",2,667973,677439,9467,2,"129787",118445,"ENSG00000151353","TMEM18","transmembrane protein 18"
+"chr17",1553154,1553341,188,"*","Promoter (<=1kb)",17,1549445,1553392,3948,2,"83547",51,"ENSG00000167705","RILP","Rab interacting lysosomal protein"
+"chr3",195600560,195600868,309,"*","Intron (uc003fvs.1/10188, intron 5 of 13)",3,195590236,195638816,48581,2,"10188",37948,"ENSG00000061938","TNK2","tyrosine kinase, non-receptor, 2"
+"chr20",62076013,62076083,71,"*","Exon (uc002yey.1/3785, exon 4 of 17)",20,62037542,62103993,66452,2,"3785",27910,"ENSG00000075043","KCNQ2","potassium voltage-gated channel subfamily Q member 2"
+"chr9",116811633,116811741,109,"*","Exon (uc004bic.3/114991, exon 14 of 14)",9,116822408,116840752,18345,2,"259",29011,"ENSG00000106927","AMBP","alpha-1-microglobulin/bikunin precursor"
+"chr1",207096358,207096725,368,"*","Promoter (<=1kb)",1,207076631,207095378,18748,2,"9214",-980,"ENSG00000162894","FCMR","Fc fragment of IgM receptor"
+"chr17",79935160,79935165,6,"*","Promoter (<=1kb)",17,79935426,79975282,39857,1,"79058",-261,"ENSG00000169696","ASPSCR1","alveolar soft part sarcoma chromosome region, candidate 1"
+"chr2",107200898,107201149,252,"*","Distal Intergenic",2,107021136,107084801,63666,2,"653489",-116097,"ENSG00000153165","RGPD3","RANBP2-like and GRIP domain containing 3"
+"chr3",11746135,11746226,92,"*","Intron (uc003bwf.2/9686, intron 5 of 5)",3,11597544,11762220,164677,2,"9686",15994,"ENSG00000144560","VGLL4","vestigial like family member 4"
+"chr1",166845717,166845736,20,"*","Promoter (<=1kb)",1,166825749,166845654,19906,2,"117143",-63,"ENSG00000152382","TADA1","transcriptional adaptor 1"
+"chr9",101017883,101018043,161,"*","Promoter (<=1kb)",9,100961280,101018003,56724,2,"55357",0,"ENSG00000095383","TBC1D2","TBC1 domain family member 2"
+"chr10",3466747,3466852,106,"*","Intron (uc001igy.1/uc001igy.1, intron 1 of 1)",10,3179116,3215033,35918,2,"10531",-251714,"ENSG00000107959","PITRM1","pitrilysin metallopeptidase 1"
+"chr16",215733,215743,11,"*","Promoter (<=1kb)",16,215973,216767,795,1,"3042",-230,"ENSG00000206177","HBM","hemoglobin subunit mu"
+"chr19",4954579,4954869,291,"*","Exon (uc002mbo.3/29128, exon 15 of 18)",19,4969124,5153608,184485,1,"23030",-14255,"ENSG00000127663","KDM4B","lysine demethylase 4B"
+"chr6",72806727,72806742,16,"*","Exon (uc003pga.4/22999, exon 3 of 34)",6,72596406,73112845,516440,1,"22999",210321,"ENSG00000079841","RIMS1","regulating synaptic membrane exocytosis 1"
+"chr16",221542,221811,270,"*","Promoter (1-2kb)",16,222846,223709,864,1,"3040",-1035,"ENSG00000188536","HBA2","hemoglobin subunit alpha 2"
+"chr6",41888842,41888845,4,"*","Promoter (<=1kb)",6,41873092,41888877,15786,2,"9477",32,"ENSG00000124641","MED20","mediator complex subunit 20"
+"chr8",10872648,10872771,124,"*","Intron (uc003wtk.1/286046, intron 2 of 2)",8,10892716,10892812,97,2,"693183",20041,"ENSG00000207600","MIR598","microRNA 598"
+"chr10",127461065,127461233,169,"*","Exon (uc001liu.3/118856, exon 3 of 7)",10,127455027,127464390,9364,2,"118856",3157,"ENSG00000154485","MMP21","matrix metallopeptidase 21"
+"chr15",78857577,78857848,272,"*","Promoter (<=1kb)",15,78857862,78887611,29750,1,"1138",-14,"ENSG00000169684","CHRNA5","cholinergic receptor nicotinic alpha 5 subunit"
+"chr6",30689496,30689514,19,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1868099,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr8",143867129,143867256,128,"*","Promoter (<=1kb)",8,143866298,143868008,1711,2,"8581",752,"ENSG00000167656","LY6D","lymphocyte antigen 6 complex, locus D"
+"chr10",73975246,73975286,41,"*","Promoter (1-2kb)",10,73855790,73976892,121103,2,"51008",1606,"ENSG00000138303","ASCC1","activating signal cointegrator 1 complex subunit 1"
+"chr17",76673221,76673380,160,"*","Intron (uc010wtv.2/9267, intron 2 of 4)",17,76419778,76573476,153699,2,"8632",-99745,"ENSG00000187775","DNAH17","dynein axonemal heavy chain 17"
+"chr3",150803247,150803259,13,"*","Promoter (<=1kb)",3,150803451,151154465,351015,1,"116931",-192,"ENSG00000144893","MED12L","mediator complex subunit 12 like"
+"chr16",67875607,67875619,13,"*","Promoter (<=1kb)",16,67876213,67878098,1886,1,"57215",-594,"ENSG00000168286","THAP11","THAP domain containing 11"
+"chr10",116045787,116045882,96,"*","Exon (uc001lbk.2/340706, exon 11 of 12)",10,115999013,116054259,55247,1,"340706",46774,"ENSG00000165816","VWA2","von Willebrand factor A domain containing 2"
+"chr11",45792562,45792923,362,"*","Promoter (<=1kb)",11,45792983,45793909,927,1,"374387",-60,"ENSG00000205106","DKFZp779M0652","uncharacterized DKFZp779M0652"
+"chr16",11376154,11376261,108,"*","Promoter (<=1kb)",16,11374693,11375192,500,2,"5619",-962,"ENSG00000175646","PRM1","protamine 1"
+"chr6",29910363,29910525,163,"*","5' UTR",6,28471073,28483570,12498,2,"257202",-1426793,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr3",33155916,33156070,155,"*","Promoter (<=1kb)",3,33155450,33189265,33816,1,"10491",466,"ENSG00000170275","CRTAP","cartilage associated protein"
+"chr11",67033753,67034249,497,"*","Promoter (<=1kb)",11,67033905,67054029,20125,1,"156",0,"ENSG00000173020","ADRBK1","adrenergic, beta, receptor kinase 1"
+"chr1",116694158,116694617,460,"*","Distal Intergenic",1,116654376,116677861,23486,1,"126868",39782,"ENSG00000173212","MAB21L3","mab-21-like 3 (C. elegans)"
+"chr11",64329378,64329602,225,"*","5' UTR",11,64323098,64338999,15902,1,"55867",6280,"ENSG00000168065","SLC22A11","solute carrier family 22 member 11"
+"chr15",81071225,81071660,436,"*","Promoter (<=1kb)",15,81071712,81243999,172288,1,"57214",-52,"ENSG00000103888","CEMIP","cell migration inducing protein, hyaluronan binding"
+"chr7",1051703,1052092,390,"*","Intron (uc003sju.2/84310, intron 3 of 4)",7,1062569,1062662,94,2,"442907",10570,"ENSG00000199023","MIR339","microRNA 339"
+"chr12",54375971,54376094,124,"*","Promoter (2-3kb)",12,54378946,54384062,5117,1,"3226",-2852,"ENSG00000180818","HOXC10","homeobox C10"
+"chr1",242142427,242142508,82,"*","Distal Intergenic",1,242158792,242162385,3594,2,"440738",19877,"ENSG00000197769","MAP1LC3C","microtubule associated protein 1 light chain 3 gamma"
+"chr10",23480237,23480316,80,"*","Promoter (1-2kb)",10,23481460,23483181,1722,1,"256297",-1144,"ENSG00000168267","PTF1A","pancreas specific transcription factor, 1a"
+"chr3",112693867,112694014,148,"*","Promoter (<=1kb)",3,112641532,112693937,52406,2,"131450",0,"ENSG00000163606","CD200R1","CD200 receptor 1"
+"chr19",17326067,17326073,7,"*","Promoter (<=1kb)",19,17326155,17330638,4484,1,"55850",-82,"ENSG00000053501","USE1","unconventional SNARE in the ER 1 homolog (S. cerevisiae)"
+"chr4",7657255,7657359,105,"*","Intron (uc003gkb.4/57537, intron 5 of 26)",4,7755817,7780654,24838,1,"84740",-98458,"ENSG00000272620","AFAP1-AS1","AFAP1 antisense RNA 1"
+"chr1",244395067,244395207,141,"*","Distal Intergenic",1,244515937,244552388,36452,1,"200159",-120730,"ENSG00000173728","C1orf100","chromosome 1 open reading frame 100"
+"chr5",79703702,79703937,236,"*","Promoter (<=1kb)",5,79703838,79775498,71661,1,"9765",0,"ENSG00000039319","ZFYVE16","zinc finger FYVE-type containing 16"
+"chr9",125675579,125675605,27,"*","Promoter (<=1kb)",9,125670335,125675607,5273,2,"10773",2,"ENSG00000186130","ZBTB6","zinc finger and BTB domain containing 6"
+"chr1",53558066,53558245,180,"*","Exon (uc021onm.1/6512, exon 6 of 10)",1,53527724,53551174,23451,1,"127435",30342,"ENSG00000174348","PODN","podocan"
+"chr6",71377500,71377503,4,"*","Promoter (<=1kb)",6,71377479,71571716,194238,1,"60682",21,"ENSG00000112305","SMAP1","small ArfGAP 1"
+"chrX",118284593,118284647,55,"*","Promoter (<=1kb)",23,118212598,118284542,71945,2,"57481",-51,"ENSG00000250423","KIAA1210","KIAA1210"
+"chr7",140773688,140773905,218,"*","Promoter (<=1kb)",7,140774032,141180179,406148,1,"100507421",-127,"ENSG00000261115","TMEM178B","transmembrane protein 178B"
+"chr19",10615049,10615151,103,"*","Promoter (<=1kb)",19,10596796,10614054,17259,2,"9817",-995,"ENSG00000079999","KEAP1","kelch like ECH associated protein 1"
+"chr7",1499380,1499391,12,"*","Promoter (<=1kb)",7,1473995,1499109,25115,2,"79778",-271,"ENSG00000164877","MICALL2","MICAL like 2"
+"chr6",1605865,1605980,116,"*","Distal Intergenic",6,1610681,1614129,3449,1,"2296",-4701,"ENSG00000054598","FOXC1","forkhead box C1"
+"chr9",131548632,131549075,444,"*","Promoter (<=1kb)",9,131549510,131572711,23202,1,"54662",-435,"ENSG00000107021","TBC1D13","TBC1 domain family member 13"
+"chr1",54203500,54203678,179,"*","Distal Intergenic",1,53971906,54199877,227972,2,"148979",-3623,"ENSG00000174332","GLIS1","GLIS family zinc finger 1"
+"chr1",167904236,167904675,440,"*","Promoter (1-2kb)",1,167905797,168045083,139287,1,"55827",-1122,"ENSG00000143164","DCAF6","DDB1 and CUL4 associated factor 6"
+"chr10",75541617,75541620,4,"*","Promoter (<=1kb)",10,75541808,75543406,1599,1,"118487",-188,"ENSG00000172586","CHCHD1","coiled-coil-helix-coiled-coil-helix domain containing 1"
+"chr17",883294,883776,483,"*","Promoter (<=1kb)",17,702553,882998,180446,2,"64359",-296,"ENSG00000167693","NXN","nucleoredoxin"
+"chr12",113917085,113917347,263,"*","Distal Intergenic",12,113900694,113909877,9184,2,"64211",-7208,"ENSG00000089116","LHX5","LIM homeobox 5"
+"chr2",63275509,63275602,94,"*","Promoter (<=1kb)",2,63271100,63275656,4557,2,"100132215",54,"ENSG00000231609","LOC100132215","uncharacterized LOC100132215"
+"chr15",43941515,43941594,80,"*","Intron (uc001zsl.1/117155, intron 1 of 2)",15,43891761,43924561,32801,2,"161497",-16954,"ENSG00000242866","STRC","stereocilin"
+"chr3",128880118,128880122,5,"*","Promoter (<=1kb)",3,128806412,128880073,73662,2,"100534599",-45,"ENSG00000240682","ISY1-RAB43","ISY1-RAB43 readthrough"
+"chr1",25228749,25228753,5,"*","Exon (uc001bjq.3/864, exon 5 of 5)",1,25226002,25291612,65611,2,"864",62859,"ENSG00000020633","RUNX3","runt related transcription factor 3"
+"chr2",175208761,175209075,315,"*","Distal Intergenic",2,175199821,175202268,2448,1,"100131390",8940,"ENSG00000217236","SP9","Sp9 transcription factor"
+"chr11",103907480,103907715,236,"*","Promoter (<=1kb)",11,103907308,103909922,2615,1,"414301",172,"ENSG00000170967","DDI1","DNA damage inducible 1 homolog 1"
+"chr13",46425929,46425951,23,"*","Promoter (<=1kb)",13,46354416,46425846,71431,2,"283514",-83,"ENSG00000215475","SIAH3","siah E3 ubiquitin protein ligase family member 3"
+"chr19",18942513,18942575,63,"*","Promoter (<=1kb)",19,18942744,18979039,36296,1,"5976",-169,"ENSG00000005007","UPF1","UPF1 regulator of nonsense transcripts homolog (yeast)"
+"chr3",113160637,113160821,185,"*","Promoter (<=1kb)",3,113005777,113160361,154585,2,"55779",-276,"ENSG00000206530","CFAP44","cilia and flagella associated protein 44"
+"chr1",228645073,228645254,182,"*","Promoter (<=1kb)",1,228645065,228645560,496,2,"92815",306,"ENSG00000181218","HIST3H2A","histone cluster 3, H2a"
+"chr19",10397381,10397513,133,"*","Promoter (<=1kb)",19,10397643,10399260,1618,1,"3386",-130,"ENSG00000105371","ICAM4","intercellular adhesion molecule 4 (Landsteiner-Wiener blood group)"
+"chr16",47006731,47006792,62,"*","Promoter (<=1kb)",16,46989274,47007625,18352,2,"10294",833,"ENSG00000069345","DNAJA2","DnaJ heat shock protein family (Hsp40) member A2"
+"chr15",89960503,89960644,142,"*","Distal Intergenic",15,89911330,89941718,30389,1,"254559",49173,"ENSG00000255571","MIR9-3HG","MIR9-3 host gene"
+"chr1",1487068,1487266,199,"*","Intron (uc001agd.3/29101, intron 3 of 4)",1,1470158,1475740,5583,2,"339453",-11328,"ENSG00000205090","TMEM240","transmembrane protein 240"
+"chr16",2389659,2389857,199,"*","Promoter (<=1kb)",16,2389291,2476700,87410,1,"650655",368,"ENSG00000238098","ABCA17P","ATP binding cassette subfamily A member 17, pseudogene"
+"chrX",148713678,148713713,36,"*","Promoter (<=1kb)",23,148678216,148713487,35272,2,"84548",-191,"ENSG00000269556","TMEM185A","transmembrane protein 185A"
+"chr11",9406013,9406015,3,"*","Promoter (<=1kb)",11,9406169,9469674,63506,1,"10527",-154,"ENSG00000205339","IPO7","importin 7"
+"chr16",11836643,11836653,11,"*","Promoter (<=1kb)",16,11772943,11836648,63706,2,"51061",0,"ENSG00000153066","TXNDC11","thioredoxin domain containing 11"
+"chr6",155054211,155054225,15,"*","Promoter (<=1kb)",6,155054512,155155194,100683,1,"22828",-287,"ENSG00000213079","SCAF8","SR-related CTD-associated factor 8"
+"chr15",74420796,74420890,95,"*","Promoter (<=1kb)",15,74418714,74421619,2906,2,"283731",729,"ENSG00000248540","LOC283731","uncharacterized LOC283731"
+"chr5",131630064,131630074,11,"*","Promoter (<=1kb)",5,131630145,131679899,49755,1,"6583",-71,"ENSG00000197208","SLC22A4","solute carrier family 22 member 4"
+"chr1",11072574,11072694,121,"*","Promoter (<=1kb)",1,11072679,11085549,12871,1,"23435",0,"ENSG00000120948","TARDBP","TAR DNA binding protein"
+"chr16",11369567,11369892,326,"*","Promoter (<=1kb)",16,11369493,11370337,845,2,"5620",445,"ENSG00000122304","PRM2","protamine 2"
+"chr16",31712294,31712420,127,"*","Promoter (<=1kb)",16,31711934,31718745,6812,1,"100132341",360,"ENSG00000131797","CLUHP3","clustered mitochondria (cluA/CLU1) homolog pseudogene 3"
+"chr5",178157956,178157962,7,"*","Promoter (<=1kb)",5,178138522,178157703,19182,2,"6940",-253,"ENSG00000169131","ZNF354A","zinc finger protein 354A"
+"chr7",99630979,99630998,20,"*","Exon (uc003usk.1/7586, exon 6 of 6)",7,99647417,99662663,15247,1,"7589",-16419,"ENSG00000166529","ZSCAN21","zinc finger and SCAN domain containing 21"
+"chr6",33173533,33173879,347,"*","Exon (uc003odi.2/7923, exon 6 of 9)",6,33540323,33548070,7748,2,"578",374191,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr1",149670340,149670509,170,"*","Exon (uc009wlc.3/57234, exon 3 of 4)",1,149754250,149764074,9825,1,"2209",-83741,"ENSG00000150337","FCGR1A","Fc fragment of IgG receptor Ia"
+"chr6",28984958,28985069,112,"*","Distal Intergenic",6,28471073,28483570,12498,2,"257202",-501388,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr16",5078978,5079174,197,"*","5' UTR",16,5083703,5092968,9266,1,"100507589",-4529,NA,"NAGPA-AS1","NAGPA antisense RNA 1"
+"chr12",34547067,34547337,271,"*","Distal Intergenic",12,34175216,34181236,6021,1,"84920",371851,"ENSG00000139133","ALG10","ALG10, alpha-1,2-glucosyltransferase"
+"chr1",37980474,37980491,18,"*","Promoter (<=1kb)",1,37955561,37980420,24860,2,"64769",-54,"ENSG00000163875","MEAF6","MYST/Esa1 associated factor 6"
+"chr1",65612817,65612994,178,"*","Promoter (<=1kb)",1,65613232,65697828,84597,1,"205",-238,"ENSG00000162433","AK4","adenylate kinase 4"
+"chr4",6675571,6675612,42,"*","Promoter (<=1kb)",4,6675821,6677774,1954,1,"93622",-209,"ENSG00000170846","LOC93622","Morf4 family associated protein 1-like 1 pseudogene"
+"chr17",78644646,78644718,73,"*","Intron (uc002jys.3/57521, intron 3 of 8)",17,78518625,78940173,421549,1,"57521",126021,"ENSG00000141564","RPTOR","regulatory associated protein of MTOR, complex 1"
+"chr17",40996565,40996578,14,"*","Promoter (<=1kb)",17,40996609,41002724,6116,1,"314",-31,"ENSG00000131480","AOC2","amine oxidase, copper containing 2"
+"chr16",4743395,4743474,80,"*","Promoter (<=1kb)",16,4743694,4745860,2167,1,"84309",-220,"ENSG00000168101","NUDT16L1","nudix hydrolase 16 like 1"
+"chr12",125594179,125594183,5,"*","Intron (uc001uhc.3/65985, intron 8 of 17)",12,125549925,125627871,77947,1,"65985",44254,"ENSG00000081760","AACS","acetoacetyl-CoA synthetase"
+"chr1",45279281,45279301,21,"*","Intron (uc010ole.1/149478, intron 7 of 7)",1,45274154,45279801,5648,1,"149478",5127,"ENSG00000222009","BTBD19","BTB domain containing 19"
+"chr6",26225989,26226155,167,"*","Promoter (<=1kb)",6,26225383,26225844,462,1,"8353",606,"ENSG00000274750","HIST1H3E","histone cluster 1, H3e"
+"chr17",7155352,7155389,38,"*","Promoter (<=1kb)",17,7155372,7163259,7888,1,"23587",0,"ENSG00000170291","ELP5","elongator acetyltransferase complex subunit 5"
+"chr2",5833774,5834014,241,"*","Promoter (<=1kb)",2,5832799,5841517,8719,1,"6664",975,"ENSG00000176887","SOX11","SRY-box 11"
+"chr5",95769071,95769079,9,"*","Promoter (<=1kb)",5,95726040,95768985,42946,2,"5122",-86,"ENSG00000175426","PCSK1","proprotein convertase subtilisin/kexin type 1"
+"chr19",1940546,1940607,62,"*","Promoter (<=1kb)",19,1941161,1981336,40176,1,"1455",-554,"ENSG00000133275","CSNK1G2","casein kinase 1 gamma 2"
+"chr16",68344947,68344949,3,"*","Promoter (<=1kb)",16,68344877,68391169,46293,1,"54496",70,"ENSG00000132600","PRMT7","protein arginine methyltransferase 7"
+"chr21",34915186,34915222,37,"*","Promoter (<=1kb)",21,34876238,34915198,38961,2,"2618",0,"ENSG00000159131","GART","phosphoribosylglycinamide formyltransferase, phosphoribosylglycinamide synthetase, phosphoribosylaminoimidazole synthetase"
+"chr12",123001792,123001863,72,"*","5' UTR",12,122989190,123011560,22371,2,"65117",9697,"ENSG00000111011","RSRC2","arginine/serine-rich coiled-coil 2"
+"chr1",33841118,33841122,5,"*","Exon (uc001bxg.1/1912, exon 1 of 14)",1,33797994,33798093,100,2,"100500853",-43025,NA,"MIR3605","microRNA 3605"
+"chr11",69481995,69482104,110,"*","3' UTR",11,69471368,69490165,18798,2,"220064",8061,"ENSG00000149716","ORAOV1","oral cancer overexpressed 1"
+"chr16",1608969,1609393,425,"*","Intron (uc002clz.3/9742, intron 13 of 21)",16,1578742,1605581,26840,1,"79652",30227,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr1",39875021,39875238,218,"*","Promoter (<=1kb)",1,39875176,39882154,6979,1,"643314",0,"ENSG00000127603","KIAA0754","KIAA0754"
+"chr12",49463804,49463807,4,"*","Promoter (<=1kb)",12,49458468,49463775,5308,2,"121268",-29,"ENSG00000167550","RHEBL1","Ras homolog enriched in brain like 1"
+"chr14",85997421,85997471,51,"*","Promoter (<=1kb)",14,85996488,86094270,97783,1,"23768",933,"ENSG00000185070","FLRT2","fibronectin leucine rich transmembrane protein 2"
+"chr4",187647354,187647457,104,"*","Promoter (<=1kb)",4,187508937,187647850,138914,2,"2195",393,"ENSG00000083857","FAT1","FAT atypical cadherin 1"
+"chr1",112531802,112531838,37,"*","Promoter (<=1kb)",1,112318454,112531777,213324,2,"3752",-25,"ENSG00000171385","KCND3","potassium voltage-gated channel subfamily D member 3"
+"chrX",101186679,101186694,16,"*","Promoter (<=1kb)",23,101137260,101187039,49780,2,"84460",345,"ENSG00000166432","ZMAT1","zinc finger matrin-type 1"
+"chr8",126103295,126103681,387,"*","Promoter (<=1kb)",8,126036503,126104061,67559,2,"9897",380,"ENSG00000164961","KIAA0196","KIAA0196"
+"chr17",75522134,75522344,211,"*","Distal Intergenic",17,75543023,75561103,18081,1,"100507351",-20679,NA,"LOC100507351","uncharacterized LOC100507351"
+"chr17",77752442,77752623,182,"*","Promoter (<=1kb)",17,77751977,77761449,9473,1,"84733",465,"ENSG00000173894","CBX2","chromobox 2"
+"chr19",46088110,46088275,166,"*","5' UTR",19,46093023,46105466,12444,2,"2828",17191,"ENSG00000177464","GPR4","G protein-coupled receptor 4"
+"chr19",12978255,12978312,58,"*","Exon (uc002mvm.3/22983, exon 19 of 26)",19,12986025,12992335,6311,2,"1777",14023,"ENSG00000105612","DNASE2","deoxyribonuclease II, lysosomal"
+"chr10",112678958,112679055,98,"*","Promoter (<=1kb)",10,112658488,112679124,20637,2,"92482",69,"ENSG00000214413","BBIP1","BBSome interacting protein 1"
+"chr11",616089,616112,24,"*","Promoter (<=1kb)",11,612555,615999,3445,2,"3665",-90,"ENSG00000185507","IRF7","interferon regulatory factor 7"
+"chr2",160654236,160654324,89,"*","Promoter (<=1kb)",2,160625139,160654766,29628,2,"9936",442,"ENSG00000241399","CD302","CD302 molecule"
+"chr13",98628964,98629019,56,"*","Exon (uc001vne.3/3843, exon 4 of 29)",13,98605929,98676550,70622,1,"3843",23035,"ENSG00000065150","IPO5","importin 5"
+"chr16",54970254,54970421,168,"*","Distal Intergenic",16,54965111,54968395,3285,1,"10265",5143,"ENSG00000176842","IRX5","iroquois homeobox 5"
+"chr12",85306500,85306526,27,"*","Promoter (<=1kb)",12,85253267,85306608,53342,2,"55117",82,"ENSG00000072041","SLC6A15","solute carrier family 6 member 15"
+"chr1",47910074,47910181,108,"*","Distal Intergenic",1,47901689,47906363,4675,1,"2306",8385,"ENSG00000186564","FOXD2","forkhead box D2"
+"chr1",145549016,145549031,16,"*","Promoter (<=1kb)",1,145549209,145568526,19318,1,"148741",-178,"ENSG00000198483","ANKRD35","ankyrin repeat domain 35"
+"chr11",18344319,18344427,109,"*","Promoter (<=1kb)",11,18343816,18388590,44775,1,"2965",503,"ENSG00000110768","GTF2H1","general transcription factor IIH subunit 1"
+"chr17",26684665,26684673,9,"*","Promoter (<=1kb)",17,26684687,26689089,4403,1,"147007",-14,"ENSG00000244045","TMEM199","transmembrane protein 199"
+"chr5",137367784,137367923,140,"*","Promoter (<=1kb)",5,137273642,137368802,95161,2,"51306",879,"ENSG00000031003","FAM13B","family with sequence similarity 13 member B"
+"chr5",179718637,179719123,487,"*","Promoter (<=1kb)",5,179660595,179719071,58477,2,"5601",0,"ENSG00000050748","MAPK9","mitogen-activated protein kinase 9"
+"chr5",156736991,156737087,97,"*","Intron (uc011ddn.2/26999, intron 9 of 29)",5,156768607,156772729,4123,2,"408263",35642,"ENSG00000172568","FNDC9","fibronectin type III domain containing 9"
+"chr20",34203745,34203749,5,"*","Promoter (<=1kb)",20,34203809,34208965,5157,1,"6676",-60,"ENSG00000061656","SPAG4","sperm associated antigen 4"
+"chr1",228604017,228604192,176,"*","Promoter (<=1kb)",1,228595636,228604583,8948,2,"51127",391,"ENSG00000162931","TRIM17","tripartite motif containing 17"
+"chr8",142160924,142161072,149,"*","Exon (uc003yvy.3/22898, exon 6 of 23)",8,142138720,142205906,67187,1,"22898",22204,"ENSG00000105339","DENND3","DENN domain containing 3"
+"chr12",49463982,49463988,7,"*","Promoter (<=1kb)",12,49458468,49463775,5308,2,"121268",-207,"ENSG00000167550","RHEBL1","Ras homolog enriched in brain like 1"
+"chr10",82345935,82345955,21,"*","Intron (uc001kck.1/387694, intron 3 of 6)",10,82297658,82406316,108659,1,"387694",48277,"ENSG00000178217","SH2D4B","SH2 domain containing 4B"
+"chr10",135032413,135032504,92,"*","Exon (uc001llz.1/85442, exon 27 of 30)",10,135043778,135045062,1285,1,"8433",-11274,"ENSG00000171794","UTF1","undifferentiated embryonic cell transcription factor 1"
+"chr9",35071724,35071839,116,"*","Promoter (<=1kb)",9,35056065,35072739,16675,2,"7415",900,"ENSG00000165280","VCP","valosin containing protein"
+"chr12",58165658,58165675,18,"*","Promoter (<=1kb)",12,58162351,58165914,3564,2,"4234",239,"ENSG00000037897","METTL1","methyltransferase like 1"
+"chr9",137001737,137001921,185,"*","Promoter (<=1kb)",9,137001210,137025094,23885,1,"11091",527,"ENSG00000196363","WDR5","WD repeat domain 5"
+"chr6",168391307,168391564,258,"*","Distal Intergenic",6,168399772,168445769,45998,1,"3834",-8208,"ENSG00000125337","KIF25","kinesin family member 25"
+"chr20",30865353,30865376,24,"*","Promoter (<=1kb)",20,30865454,30922811,57358,1,"9371",-78,"ENSG00000101350","KIF3B","kinesin family member 3B"
+"chr9",101018113,101018580,468,"*","Promoter (<=1kb)",9,100961280,101018003,56724,2,"55357",-110,"ENSG00000095383","TBC1D2","TBC1 domain family member 2"
+"chr20",62131189,62131260,72,"*","Promoter (<=1kb)",20,62119365,62130668,11304,2,"1917",-521,"ENSG00000101210","EEF1A2","eukaryotic translation elongation factor 1 alpha 2"
+"chr3",49946385,49946690,306,"*","3' UTR",3,49924436,49941306,16871,2,"4486",-5079,"ENSG00000164078","MST1R","macrophage stimulating 1 receptor"
+"chr12",51664392,51664394,3,"*","Promoter (<=1kb)",12,51639133,51664202,25070,2,"57228",-190,"ENSG00000170545","SMAGP","small cell adhesion glycoprotein"
+"chr11",47360181,47360243,63,"*","Exon (uc021qir.1/4607, exon 21 of 33)",11,47352957,47374253,21297,2,"4607",14010,"ENSG00000134571","MYBPC3","myosin binding protein C, cardiac"
+"chr16",67313552,67313563,12,"*","Promoter (2-3kb)",16,67311413,67323403,11991,1,"25894",2139,"ENSG00000196155","PLEKHG4","pleckstrin homology and RhoGEF domain containing G4"
+"chr6",33147206,33147211,6,"*","Exon (uc003ocx.1/1302, exon 14 of 66)",6,33540323,33548070,7748,2,"578",400859,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr10",131309116,131309299,184,"*","Intron (uc001lkh.2/4255, intron 1 of 4)",10,131265454,131565783,300330,1,"4255",43662,"ENSG00000170430","MGMT","O-6-methylguanine-DNA methyltransferase"
+"chr1",113933337,113933363,27,"*","Promoter (<=1kb)",1,113933475,114228545,295071,1,"260425",-112,"ENSG00000081026","MAGI3","membrane associated guanylate kinase, WW and PDZ domain containing 3"
+"chr13",95357784,95358044,261,"*","Distal Intergenic",13,95361879,95364389,2511,2,"11166",6345,"ENSG00000125285","SOX21","SRY-box 21"
+"chr16",23160676,23160858,183,"*","Promoter (<=1kb)",16,23072728,23160591,87864,2,"57478",-85,"ENSG00000103404","USP31","ubiquitin specific peptidase 31"
+"chr2",25600059,25600451,393,"*","3' UTR",2,25455830,25565459,109630,2,"1788",-34600,"ENSG00000119772","DNMT3A","DNA (cytosine-5-)-methyltransferase 3 alpha"
+"chr20",44636981,44637310,330,"*","Promoter (<=1kb)",20,44637547,44645200,7654,1,"4318",-237,"ENSG00000100985","MMP9","matrix metallopeptidase 9"
+"chr18",12948653,12948732,80,"*","Promoter (<=1kb)",18,12947983,12987536,39554,1,"81929",670,"ENSG00000085415","SEH1L","SEH1 like nucleoporin"
+"chr1",221069524,221069651,128,"*","Distal Intergenic",1,221052743,221058400,5658,1,"3142",16781,"ENSG00000136630","HLX","H2.0-like homeobox"
+"chr3",15374486,15374586,101,"*","Intron (uc003bzq.2/9467, intron 10 of 10)",3,15295863,15382901,87039,2,"9467",8315,"ENSG00000131370","SH3BP5","SH3-domain binding protein 5"
+"chr7",157778531,157778545,15,"*","Intron (uc011kwa.2/5799, intron 12 of 22)",7,157647277,157658782,11506,1,"100506585",131254,"ENSG00000233038","LOC100506585","uncharacterized LOC100506585"
+"chr1",155057209,155057324,116,"*","Intron (uc010pew.2/1944, intron 1 of 4)",1,155017668,155036467,18800,2,"100505666",-20742,NA,"LOC100505666","uncharacterized LOC100505666"
+"chr4",8588810,8588822,13,"*","Exon (uc021xlj.2/27201, exon 3 of 3)",4,8582217,8621488,39272,1,"8532",6593,"ENSG00000109625","CPZ","carboxypeptidase Z"
+"chr6",26021751,26021795,45,"*","Promoter (<=1kb)",6,26021907,26022278,372,1,"8359",-112,"ENSG00000278637","HIST1H4A","histone cluster 1, H4a"
+"chr19",22715300,22715410,111,"*","Distal Intergenic",19,22779059,22786352,7294,1,"440518",-63649,"ENSG00000269332","GOLGA2P9","golgin A2 pseudogene 9"
+"chr17",17255427,17255514,88,"*","Distal Intergenic",17,17206680,17250977,44298,1,"56953",48747,"ENSG00000205309","NT5M","5',3'-nucleotidase, mitochondrial"
+"chr9",92219331,92219697,367,"*","Promoter (<=1kb)",9,92219927,92221469,1543,1,"10912",-230,"ENSG00000130222","GADD45G","growth arrest and DNA damage inducible gamma"
+"chr17",6899249,6899262,14,"*","Promoter (<=1kb)",17,6899384,6914055,14672,1,"239",-122,"ENSG00000108839","ALOX12","arachidonate 12-lipoxygenase"
+"chr2",228029517,228029637,121,"*","Promoter (<=1kb)",2,228029281,228179508,150228,1,"1285",236,"ENSG00000169031","COL4A3","collagen type IV alpha 3"
+"chr12",26348481,26348749,269,"*","Promoter (<=1kb)",12,26348269,26405853,57585,1,"8082",212,"ENSG00000123096","SSPN","sarcospan"
+"chr6",43596716,43596987,272,"*","Promoter (<=1kb)",6,43588218,43596936,8719,2,"54676",0,"ENSG00000172432","GTPBP2","GTP binding protein 2"
+"chrX",101967307,101967461,155,"*","Promoter (<=1kb)",23,101967104,101972661,5558,1,"114928",203,"ENSG00000158301","GPRASP2","G protein-coupled receptor associated sorting protein 2"
+"chr8",27941792,27942055,264,"*","Promoter (<=1kb)",8,27879481,27941388,61908,2,"389643",-404,"ENSG00000189233","NUGGC","nuclear GTPase, germinal center associated"
+"chr1",206731118,206731616,499,"*","Intron (uc001hec.1/83593, intron 2 of 3)",1,206680879,206762616,81738,1,"83593",50239,"ENSG00000266094","RASSF5","Ras association domain family member 5"
+"chr1",226595930,226596079,150,"*","Promoter (<=1kb)",1,226548392,226595801,47410,2,"142",-129,"ENSG00000143799","PARP1","poly(ADP-ribose) polymerase 1"
+"chr10",31610091,31610093,3,"*","Promoter (2-3kb)",10,31605457,31608024,2568,2,"220930",-2067,NA,"ZEB1-AS1","ZEB1 antisense RNA 1"
+"chr6",31855906,31855914,9,"*","Exon (uc003nxy.1/10919, exon 12 of 27)",6,32485154,32557613,72460,2,"3127",701699,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr12",3600039,3600106,68,"*","Intron (uc009zed.3/56341, intron 1 of 9)",12,3490515,3703138,212624,1,"56341",109524,"ENSG00000111218","PRMT8","protein arginine methyltransferase 8"
+"chr17",80573239,80573549,311,"*","3' UTR",17,80572438,80606411,33974,2,"56270",32862,"ENSG00000141580","WDR45B","WD repeat domain 45B"
+"chrX",153719144,153719176,33,"*","Promoter (<=1kb)",23,153715650,153719002,3353,2,"8273",-142,"ENSG00000126903","SLC10A3","solute carrier family 10 member 3"
+"chr8",1238536,1238566,31,"*","Distal Intergenic",8,1244294,1250827,6534,2,"286083",12261,"ENSG00000275427","LOC286083","uncharacterized LOC286083"
+"chr3",98216159,98216324,166,"*","Promoter (<=1kb)",3,98216525,98217475,951,1,"402135",-201,"ENSG00000231861","OR5K2","olfactory receptor family 5 subfamily K member 2"
+"chr2",75061793,75062057,265,"*","Promoter (2-3kb)",2,75059782,75120481,60700,1,"3099",2011,"ENSG00000159399","HK2","hexokinase 2"
+"chr5",74350132,74350214,83,"*","Distal Intergenic",5,74323289,74326724,3436,2,"51301",-23408,"ENSG00000176928","GCNT4","glucosaminyl (N-acetyl) transferase 4, core 2"
+"chr3",112709596,112709636,41,"*","Promoter (<=1kb)",3,112709800,112720221,10422,1,"29083",-164,"ENSG00000163607","GTPBP8","GTP-binding protein 8 (putative)"
+"chr4",640503,640546,44,"*","Intron (uc003gao.4/5158, intron 3 of 21)",4,619363,664681,45319,1,"5158",21140,"ENSG00000133256","PDE6B","phosphodiesterase 6B"
+"chr13",95363755,95363763,9,"*","Promoter (<=1kb)",13,95361879,95364389,2511,2,"11166",626,"ENSG00000125285","SOX21","SRY-box 21"
+"chr16",51174069,51174083,15,"*","Exon (uc021tid.1/6299, exon 2 of 3)",16,51169886,51185183,15298,2,"6299",11100,"ENSG00000103449","SALL1","spalt-like transcription factor 1"
+"chr19",37329498,37329500,3,"*","Intron (uc021utl.1/388536, intron 4 of 4)",19,37341260,37403930,62671,1,"25850",-11760,"ENSG00000251247","ZNF345","zinc finger protein 345"
+"chr8",109798825,109799215,391,"*","Promoter (<=1kb)",8,109619079,109799770,180692,2,"157753",555,"ENSG00000164841","TMEM74","transmembrane protein 74"
+"chr1",1086777,1086836,60,"*","Distal Intergenic",1,1072397,1079434,7038,1,"254099",14380,"ENSG00000223823","LINC01342","long intergenic non-protein coding RNA 1342"
+"chr16",56023299,56023696,398,"*","Distal Intergenic",16,55880066,55989943,109878,2,"221223",-33356,"ENSG00000159398","CES5A","carboxylesterase 5A"
+"chr8",70855009,70855146,138,"*","Distal Intergenic",8,70584568,70747299,162732,2,"81796",-107710,"ENSG00000137571","SLCO5A1","solute carrier organic anion transporter family member 5A1"
+"chr13",21635665,21635674,10,"*","Promoter (<=1kb)",13,21547176,21635722,88547,2,"26524",48,"ENSG00000150457","LATS2","large tumor suppressor kinase 2"
+"chr6",58287827,58287890,64,"*","Promoter (<=1kb)",6,58246159,58287724,41566,2,"375513",-103,"ENSG00000215190","GUSBP4","glucuronidase, beta pseudogene 4"
+"chr5",1225026,1225224,199,"*","Promoter (<=1kb)",5,1225470,1246304,20835,1,"348932",-246,"ENSG00000164363","SLC6A18","solute carrier family 6 member 18"
+"chr19",36606061,36606069,9,"*","Promoter (<=1kb)",19,36604611,36606206,1596,2,"5438",137,"ENSG00000105258","POLR2I","polymerase (RNA) II subunit I"
+"chr20",37076678,37076865,188,"*","Promoter (<=1kb)",20,37076726,37078147,1422,1,"677821",0,"ENSG00000274309","SNORA71E","small nucleolar RNA, H/ACA box 71E"
+"chr4",159644641,159644664,24,"*","Promoter (<=1kb)",4,159630279,159644552,14274,2,"5481",-89,"ENSG00000171497","PPID","peptidylprolyl isomerase D"
+"chr19",12175639,12175671,33,"*","Promoter (<=1kb)",19,12175546,12188626,13081,1,"284391",93,"ENSG00000223547","ZNF844","zinc finger protein 844"
+"chr6",55104866,55105217,352,"*","Intron (uc003pcl.3/3062, intron 1 of 6)",6,55039071,55147418,108348,1,"3062",65795,"ENSG00000137252","HCRTR2","hypocretin receptor 2"
+"chr3",40518138,40518435,298,"*","Promoter (<=1kb)",3,40518604,40531728,13125,1,"285267",-169,"ENSG00000177873","ZNF619","zinc finger protein 619"
+"chrX",72783109,72783117,9,"*","Promoter (<=1kb)",23,72782984,72906937,123954,1,"53344",125,"ENSG00000204116","CHIC1","cysteine rich hydrophobic domain 1"
+"chr1",158083111,158083299,189,"*","Distal Intergenic",1,158101834,158110430,8597,2,"646268",27131,"ENSG00000231666","LOC646268","hCG1654703"
+"chr15",44085747,44085947,201,"*","Promoter (<=1kb)",15,44085857,44085957,101,2,"100302254",10,"ENSG00000221792","MIR1282","microRNA 1282"
+"chr1",1567131,1567209,79,"*","Promoter (<=1kb)",1,1567560,1570030,2471,1,"8510",-351,"ENSG00000189409","MMP23B","matrix metallopeptidase 23B"
+"chr10",134659356,134659433,78,"*","Intron (uc021qbc.1/54777, intron 14 of 57)",10,134598320,134599537,1218,2,"84504",-59819,"ENSG00000148826","NKX6-2","NK6 homeobox 2"
+"chr12",54090471,54090754,284,"*","Distal Intergenic",12,54058944,54070512,11569,2,"517",-19959,"ENSG00000135390","ATP5G2","ATP synthase, H+ transporting, mitochondrial Fo complex subunit C2 (subunit 9)"
+"chr5",151304769,151304951,183,"*","Promoter (<=1kb)",5,151202074,151304397,102324,2,"2741",-372,"ENSG00000145888","GLRA1","glycine receptor alpha 1"
+"chrX",130207446,130207604,159,"*","Intron (uc004evz.3/158763, intron 1 of 11)",23,130192216,130223857,31642,1,"158763",15230,"ENSG00000147256","ARHGAP36","Rho GTPase activating protein 36"
+"chr14",106438219,106438417,199,"*","Promoter (<=1kb)",14,106435819,106438358,2540,2,"8755",0,"ENSG00000271968","ADAM6","ADAM metallopeptidase domain 6 (pseudogene)"
+"chr19",1848745,1848747,3,"*","Promoter (<=1kb)",19,1815245,1848452,33208,2,"57455",-293,"ENSG00000079313","REXO1","REX1, RNA exonuclease 1 homolog"
+"chr7",156799224,156799393,170,"*","Exon (uc003wnc.1/3110, exon 2 of 3)",7,156786745,156803347,16603,2,"3110",3954,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
+"chr14",24505506,24505653,148,"*","Exon (uc010tnu.3/728635, exon 1 of 6)",14,24521206,24538937,17732,1,"90668",-15553,"ENSG00000186648","LRRC16B","leucine rich repeat containing 16B"
+"chr6",33291013,33291019,7,"*","Distal Intergenic",6,33540323,33548070,7748,2,"578",257051,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr17",1733385,1733397,13,"*","Promoter (<=1kb)",17,1733273,1802848,69576,1,"6117",112,"ENSG00000132383","RPA1","replication protein A1"
+"chr2",1544352,1544370,19,"*","Exon (uc002qwr.3/7173, exon 16 of 17)",2,1377995,1546499,168505,1,"7173",166357,"ENSG00000115705","TPO","thyroid peroxidase"
+"chr7",92857212,92857228,17,"*","Promoter (1-2kb)",7,92817899,92855782,37884,2,"253012",-1430,"ENSG00000188175","HEPACAM2","HEPACAM family member 2"
+"chr11",47447518,47447795,278,"*","Promoter (<=1kb)",11,47440320,47448024,7705,2,"5702",229,"ENSG00000165916","PSMC3","proteasome 26S subunit, ATPase 3"
+"chr14",105933035,105933283,249,"*","3' UTR",14,105939275,105946507,7233,1,"1397",-5992,"ENSG00000182809","CRIP2","cysteine rich protein 2"
+"chr19",840447,840689,243,"*","Promoter (<=1kb)",19,840985,848175,7191,1,"5657",-296,"ENSG00000196415","PRTN3","proteinase 3"
+"chr1",17026406,17026738,333,"*","Exon (uc001azn.1/284729, exon 7 of 11)",1,17017713,17046652,28940,2,"284729",19914,"ENSG00000268869","ESPNP","espin pseudogene"
+"chrX",47092037,47092288,252,"*","Promoter (<=1kb)",23,47092314,47107727,15414,1,"8237",-26,"ENSG00000102226","USP11","ubiquitin specific peptidase 11"
+"chr4",128544542,128544619,78,"*","Distal Intergenic",4,128554087,128637934,83848,1,"27152",-9468,"ENSG00000164066","INTU","inturned planar cell polarity protein"
+"chr19",36391442,36391464,23,"*","Promoter (<=1kb)",19,36379143,36391552,12410,2,"84807",88,"ENSG00000167604","NFKBID","NFKB inhibitor delta"
+"chr15",101835348,101835624,277,"*","Promoter (<=1kb)",15,101821715,101835460,13746,2,"6627",0,"ENSG00000131876","SNRPA1","small nuclear ribonucleoprotein polypeptide A'"
+"chr16",89034797,89035147,351,"*","Intron (uc002fmm.2/863, intron 11 of 11)",16,88941263,89043504,102242,2,"863",8357,"ENSG00000129993","CBFA2T3","core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
+"chr2",45028604,45028712,109,"*","Distal Intergenic",2,45169037,45173216,4180,1,"6496",-140325,"ENSG00000138083","SIX3","SIX homeobox 3"
+"chr21",28515815,28516018,204,"*","Distal Intergenic",21,28290231,28339439,49209,2,"11096",-176376,"ENSG00000154736","ADAMTS5","ADAM metallopeptidase with thrombospondin type 1 motif 5"
+"chr1",42631437,42631835,399,"*","Promoter (1-2kb)",1,42628362,42630395,2034,2,"2980",-1042,"ENSG00000197273","GUCA2A","guanylate cyclase activator 2A"
+"chr20",6104267,6104274,8,"*","Promoter (<=1kb)",20,6055492,6104191,48700,2,"55612",-76,"ENSG00000101311","FERMT1","fermitin family member 1"
+"chr4",77871616,77871846,231,"*","Promoter (<=1kb)",4,77870895,77959768,88874,1,"55752",721,"ENSG00000138758","SEPT11","septin 11"
+"chr2",236293419,236293433,15,"*","Distal Intergenic",2,236402733,237040444,637712,1,"116987",-109300,"ENSG00000157985","AGAP1","ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
+"chr5",132073658,132073868,211,"*","Promoter (<=1kb)",5,132028323,132073265,44943,2,"11127",-393,"ENSG00000131437","KIF3A","kinesin family member 3A"
+"chr4",3567485,3567670,186,"*","Distal Intergenic",4,3578596,3592712,14117,1,"285492",-10926,NA,"LINC00955","long intergenic non-protein coding RNA 955"
+"chr15",99434633,99434688,56,"*","Exon (uc010urq.2/3480, exon 3 of 11)",15,99327655,99327731,77,1,"100616432",106978,"ENSG00000264480","MIR4714","microRNA 4714"
+"chr19",49946108,49946433,326,"*","Promoter (1-2kb)",19,49932655,49944808,12154,2,"57030",-1300,"ENSG00000104888","SLC17A7","solute carrier family 17 member 7"
+"chr19",40971869,40971904,36,"*","Promoter (<=1kb)",19,40953691,40971725,18035,2,"645",-144,"ENSG00000090013","BLVRB","biliverdin reductase B"
+"chr16",2771183,2771425,243,"*","Promoter (<=1kb)",16,2762423,2770552,8130,2,"83886",-631,"ENSG00000172382","PRSS27","protease, serine 27"
+"chr10",75911181,75911381,201,"*","Promoter (<=1kb)",10,75910943,76469061,558119,1,"132",238,"ENSG00000156110","ADK","adenosine kinase"
+"chr11",65314161,65314454,294,"*","5' UTR",11,65306030,65326253,20224,2,"4054",11799,"ENSG00000168056","LTBP3","latent transforming growth factor beta binding protein 3"
+"chr4",99458299,99458354,56,"*","Intron (uc011cdz.2/10098, intron 7 of 7)",4,99391518,99579812,188295,2,"10098",121458,"ENSG00000168785","TSPAN5","tetraspanin 5"
+"chr12",51795291,51795298,8,"*","Intron (uc010sni.3/9498, intron 1 of 14)",12,51745833,51785401,39569,2,"11226",-9890,"ENSG00000139629","GALNT6","polypeptide N-acetylgalactosaminyltransferase 6"
+"chr16",28915196,28915234,39,"*","Intron (uc002drn.1/487, intron 22 of 22)",16,28915742,28936532,20791,2,"79874",21298,"ENSG00000177548","RABEP2","rabaptin, RAB GTPase binding effector protein 2"
+"chr10",44321630,44321795,166,"*","Distal Intergenic",10,44340754,44346070,5317,1,"414260",-18959,"ENSG00000204187","LINC00619","long intergenic non-protein coding RNA 619"
+"chr7",157369847,157369942,96,"*","Promoter (2-3kb)",7,157367028,157367114,87,2,"406945",-2733,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr8",79578035,79578116,82,"*","Promoter (<=1kb)",8,79578282,79631997,53716,1,"51101",-166,"ENSG00000104427","ZC2HC1A","zinc finger C2HC-type containing 1A"
+"chr3",150421675,150421817,143,"*","Promoter (<=1kb)",3,150377675,150421742,44068,2,"131831",0,"ENSG00000163645","ERICH6","glutamate rich 6"
+"chr20",43922401,43922664,264,"*","3' UTR",20,43935491,43946464,10974,1,"11317",-12827,"ENSG00000124232","RBPJL","recombination signal binding protein for immunoglobulin kappa J region-like"
+"chr12",49524048,49524181,134,"*","Promoter (1-2kb)",12,49521567,49525304,3738,2,"10376",1123,"ENSG00000123416","TUBA1B","tubulin alpha 1b"
+"chr2",208795771,208795859,89,"*","Exon (uc002vcl.2/389072, exon 5 of 8)",2,208686012,208890284,204273,2,"389072",94425,"ENSG00000178385","PLEKHM3","pleckstrin homology domain containing M3"
+"chr10",99052507,99052618,112,"*","Promoter (<=1kb)",10,98912799,99052430,139632,2,"100533184",-77,"ENSG00000269891","ARHGAP19-SLIT1","ARHGAP19-SLIT1 readthrough (NMD candidate)"
+"chr6",4772842,4773278,437,"*","Intron (uc003mwi.3/9425, intron 3 of 8)",6,4706393,4955778,249386,1,"9425",66449,"ENSG00000153046","CDYL","chromodomain protein, Y-like"
+"chr13",40746549,40746600,52,"*","Distal Intergenic",13,40755946,40763167,7222,1,"100874127",-9346,"ENSG00000230710","LINC00332","long intergenic non-protein coding RNA 332"
+"chr3",48956740,48956913,174,"*","Promoter (<=1kb)",3,48955221,48956818,1598,2,"646450",0,"ENSG00000221883","ARIH2OS","ariadne homolog 2 opposite strand"
+"chr14",53019119,53019294,176,"*","Promoter (<=1kb)",14,52897308,53019301,121994,2,"57544",7,"ENSG00000087301","TXNDC16","thioredoxin domain containing 16"
+"chr10",11386631,11386866,236,"*","Distal Intergenic",10,11113506,11147451,33946,2,"439950",-239180,NA,"CELF2-AS2","CELF2 antisense RNA 2"
+"chr8",134224814,134224842,29,"*","Intron (uc003yub.3/8840, intron 1 of 4)",8,134203282,134243932,40651,1,"8840",21532,"ENSG00000104415","WISP1","WNT1 inducible signaling pathway protein 1"
+"chr16",89165406,89165605,200,"*","Intron (uc002fmp.3/197322, intron 2 of 10)",16,89160217,89222171,61955,1,"197322",5189,"ENSG00000176715","ACSF3","acyl-CoA synthetase family member 3"
+"chr10",101190703,101190764,62,"*","Promoter (<=1kb)",10,101156627,101190530,33904,2,"2805",-173,"ENSG00000120053","GOT1","glutamic-oxaloacetic transaminase 1, soluble"
+"chr7",26416122,26416184,63,"*","Distal Intergenic",7,26438339,26538594,100256,1,"441204",-22155,NA,"LOC441204","uncharacterized LOC441204"
+"chr17",41924351,41924357,7,"*","Promoter (<=1kb)",17,41924516,41940997,16482,1,"146894",-159,"ENSG00000161649","CD300LG","CD300 molecule like family member g"
+"chr16",87027322,87027441,120,"*","Distal Intergenic",16,87336404,87351026,14623,2,"100506581",323585,"ENSG00000260456","C16orf95","chromosome 16 open reading frame 95"
+"chr7",36192369,36192770,402,"*","Promoter (<=1kb)",7,36192836,36341152,148317,1,"80820",-66,"ENSG00000122547","EEPD1","endonuclease/exonuclease/phosphatase family domain containing 1"
+"chr17",75315503,75315527,25,"*","Intron (uc002jts.4/10801, intron 2 of 11)",17,75277492,75496678,219187,1,"10801",38011,"ENSG00000184640","SEPT9","septin 9"
+"chr2",153574197,153574281,85,"*","Promoter (<=1kb)",2,153574407,153617767,43361,1,"151188",-126,"ENSG00000177917","ARL6IP6","ADP ribosylation factor like GTPase 6 interacting protein 6"
+"chr8",102380912,102381002,91,"*","Promoter (<=1kb)",8,102381121,102381823,703,1,"83955",-119,"ENSG00000228224","NACAP1","nascent polypeptide associated complex alpha subunit pseudogene 1"
+"chr1",50489606,50489714,109,"*","Promoter (<=1kb)",1,48998527,50489626,1491100,2,"84871",0,"ENSG00000186094","AGBL4","ATP/GTP binding protein-like 4"
+"chr15",22954743,22954769,27,"*","Intron (uc001yus.3/23191, intron 14 of 30)",15,22892684,23003603,110920,1,"23191",62059,"ENSG00000273749","CYFIP1","cytoplasmic FMR1 interacting protein 1"
+"chr12",110718311,110718550,240,"*","Promoter (<=1kb)",12,110719032,110788897,69866,1,"488",-482,"ENSG00000174437","ATP2A2","ATPase sarcoplasmic/endoplasmic reticulum Ca2+ transporting 2"
+"chr1",812200,812539,340,"*","Promoter (<=1kb)",1,803451,812182,8732,2,"284593",-18,"ENSG00000230368","FAM41C","family with sequence similarity 41 member C"
+"chr10",85899209,85899224,16,"*","Promoter (<=1kb)",10,85899185,85913311,14127,1,"27069",24,"ENSG00000165678","GHITM","growth hormone inducible transmembrane protein"
+"chr10",105253104,105253294,191,"*","Promoter (<=1kb)",10,105253735,105352309,98575,1,"9148",-441,"ENSG00000107954","NEURL1","neuralized E3 ubiquitin protein ligase 1"
+"chr6",170373755,170373903,149,"*","Distal Intergenic",6,170188886,170198921,10036,2,"401288",-174834,"ENSG00000229214","LINC00242","long intergenic non-protein coding RNA 242"
+"chr18",77139037,77139248,212,"*","Distal Intergenic",18,77155772,77289323,133552,1,"4772",-16524,"ENSG00000131196","NFATC1","nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 1"
+"chr1",28994987,28995092,106,"*","Promoter (<=1kb)",1,28995240,29042115,46876,1,"10691",-148,"ENSG00000162419","GMEB1","glucocorticoid modulatory element binding protein 1"
+"chr18",76754902,76754913,12,"*","Exon (uc002lmt.3/27164, exon 2 of 3)",18,76740275,76758969,18695,1,"27164",14627,"ENSG00000256463","SALL3","spalt-like transcription factor 3"
+"chr12",6730309,6730599,291,"*","5' UTR",12,6679248,6716551,37304,2,"1108",-13758,"ENSG00000111642","CHD4","chromodomain helicase DNA binding protein 4"
+"chr11",18719942,18720026,85,"*","Promoter (<=1kb)",11,18720351,18726332,5982,1,"144110",-325,"ENSG00000151117","TMEM86A","transmembrane protein 86A"
+"chr8",142852815,142852890,76,"*","Distal Intergenic",8,142443929,142517330,73402,2,"389690",-335485,"ENSG00000226807","MROH5","maestro heat like repeat family member 5"
+"chr4",3478064,3478161,98,"*","Exon (uc003ghd.3/285489, exon 4 of 7)",4,3465033,3496209,31177,1,"285489",13031,"ENSG00000175920","DOK7","docking protein 7"
+"chr22",25201891,25201906,16,"*","Promoter (<=1kb)",22,25202136,25322813,120678,1,"129049",-230,"ENSG00000167037","SGSM1","small G protein signaling modulator 1"
+"chr6",170481752,170481885,134,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",89772,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr3",126911715,126911844,130,"*","Distal Intergenic",3,126707437,126756235,48799,1,"5361",204278,"ENSG00000114554","PLXNA1","plexin A1"
+"chr3",97540617,97540975,359,"*","Promoter (<=1kb)",3,97540884,97663830,122947,1,"131544",0,"ENSG00000080200","CRYBG3","crystallin beta-gamma domain containing 3"
+"chr6",33141824,33141958,135,"*","Exon (uc003ocx.1/1302, exon 32 of 66)",6,33540323,33548070,7748,2,"578",406112,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr6",170449587,170449810,224,"*","Distal Intergenic",6,170563422,170571657,8236,2,"154449",121847,"ENSG00000230960","LOC154449","uncharacterized LOC154449"
+"chr2",171705073,171705415,343,"*","Intron (uc002ugi.3/2571, intron 11 of 16)",2,171673200,171717659,44460,1,"2571",31873,"ENSG00000128683","GAD1","glutamate decarboxylase 1"
+"chr12",111856416,111856652,237,"*","Exon (uc001tse.3/10019, exon 2 of 8)",12,111843752,111889427,45676,1,"10019",12664,"ENSG00000111252","SH2B3","SH2B adaptor protein 3"
+"chr12",123200485,123200953,469,"*","Promoter (<=1kb)",12,123199303,123201439,2137,2,"8843",486,"ENSG00000255398","HCAR3","hydroxycarboxylic acid receptor 3"
+"chr5",148786254,148786329,76,"*","Promoter (<=1kb)",5,148786440,148812397,25958,1,"728264",-111,NA,"CARMN","cardiac mesoderm enhancer-associated non-coding RNA"
+"chr11",66056587,66056676,90,"*","Promoter (<=1kb)",11,66052051,66056638,4588,2,"10897",0,"ENSG00000174851","YIF1A","Yip1 interacting factor homolog A, membrane trafficking protein"
+"chr6",137814680,137814912,233,"*","Promoter (<=1kb)",6,137813336,137815531,2196,2,"167826",619,"ENSG00000177468","OLIG3","oligodendrocyte transcription factor 3"
+"chr9",96328401,96328529,129,"*","Distal Intergenic",9,96338909,96441869,102961,1,"5253",-10380,"ENSG00000197724","PHF2","PHD finger protein 2"
+"chr12",56652115,56652260,146,"*","Promoter (<=1kb)",12,56631591,56652143,20553,2,"283373",0,"ENSG00000139645","ANKRD52","ankyrin repeat domain 52"
+"chr19",36705612,36705659,48,"*","Promoter (<=1kb)",19,36705504,36729675,24172,1,"7705",108,"ENSG00000167635","ZNF146","zinc finger protein 146"
+"chr12",116920091,116920256,166,"*","Distal Intergenic",12,116971227,116974318,3092,1,"100287569",-50971,"ENSG00000196668","LINC00173","long intergenic non-protein coding RNA 173"
+"chr1",18957020,18957023,4,"*","Promoter (<=1kb)",1,18957500,19075360,117861,1,"5081",-477,"ENSG00000009709","PAX7","paired box 7"
+"chr9",139258476,139258938,463,"*","Promoter (<=1kb)",9,139256352,139258263,1912,2,"728489",-213,"ENSG00000213221","DNLZ","DNL-type zinc finger"
+"chr11",107436445,107436452,8,"*","Promoter (<=1kb)",11,107373453,107436461,63009,2,"91801",9,"ENSG00000137760","ALKBH8","alkB homolog 8, tRNA methyltransferase"
+"chr1",16174732,16175060,329,"*","Promoter (<=1kb)",1,16160710,16174642,13933,2,"729614",-90,"ENSG00000179743","FLJ37453","uncharacterized LOC729614"
+"chr1",11710412,11710610,199,"*","Exon (uc001asj.3/26232, exon 2 of 6)",1,11714432,11723384,8953,1,"93611",-3822,"ENSG00000132879","FBXO44","F-box protein 44"
+"chr7",1950147,1950232,86,"*","Intron (uc003sld.1/8379, intron 2 of 3)",7,1883816,1883889,74,2,"100616160",-66258,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr2",86422857,86422958,102,"*","Promoter (<=1kb)",2,86371055,86422893,51839,2,"10989",0,"ENSG00000132305","IMMT","inner membrane mitochondrial protein"
+"chr13",70681230,70681317,88,"*","Promoter (<=1kb)",13,70681345,70713885,32541,1,"6315",-28,NA,"ATXN8OS","ATXN8 opposite strand (non-protein coding)"
+"chr5",168189625,168189635,11,"*","Exon (uc003mab.4/6586, exon 15 of 36)",5,168195151,168195260,110,2,"407001",5625,"ENSG00000207739","MIR218-2","microRNA 218-2"
+"chr6",110678956,110679107,152,"*","Intron (uc010kdu.1/728464, intron 4 of 4)",6,110567149,110731939,164791,2,"728464",52832,"ENSG00000053328","METTL24","methyltransferase like 24"
+"chr15",90294520,90294607,88,"*","Promoter (<=1kb)",15,90293098,90294540,1443,2,"55897",0,"ENSG00000166823","MESP1","mesoderm posterior bHLH transcription factor 1"
+"chr6",33381798,33381867,70,"*","Exon (uc003oeh.3/5252, exon 8 of 15)",6,33540323,33548070,7748,2,"578",166203,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr7",158319029,158319098,70,"*","Intron (uc011kwa.2/5799, intron 22 of 22)",7,158325410,158325505,96,2,"693180",6407,"ENSG00000207637","MIR595","microRNA 595"
+"chr15",74537868,74537915,48,"*","Intron (uc002axo.4/80125, intron 2 of 18)",15,74528630,74628813,100184,1,"80125",9238,"ENSG00000140481","CCDC33","coiled-coil domain containing 33"
+"chr16",60438,60700,263,"*","Promoter (<=1kb)",16,61555,64090,2536,1,"100287029",-855,"ENSG00000233614","DDX11L10","DEAD/H-box helicase 11 like 10"
+"chr2",164204704,164204829,126,"*","Distal Intergenic",2,164464118,164592513,128396,2,"55137",387684,"ENSG00000182263","FIGN","fidgetin"
+"chr17",26926627,26926738,112,"*","Promoter (<=1kb)",17,26926151,26944395,18245,1,"100506436",476,NA,"SPAG5-AS1","SPAG5 antisense RNA 1"
+"chr15",91361926,91362421,496,"*","Distal Intergenic",15,91411885,91426687,14803,1,"5045",-49464,"ENSG00000140564","FURIN","furin, paired basic amino acid cleaving enzyme"
+"chr16",14622500,14622926,427,"*","Intron (uc010uzc.2/5073, intron 3 of 23)",16,14529557,14724128,194572,2,"5073",101202,"ENSG00000140694","PARN","poly(A)-specific ribonuclease"
+"chr10",124899755,124899894,140,"*","Distal Intergenic",10,124895567,124897247,1681,1,"340784",4188,"ENSG00000188620","HMX3","H6 family homeobox 3"
+"chr6",18264737,18264786,50,"*","Promoter (<=1kb)",6,18224400,18264799,40400,2,"7913",13,"ENSG00000124795","DEK","DEK proto-oncogene"
+"chr5",170833402,170833637,236,"*","3' UTR",5,170846667,170884630,37964,1,"8817",-13030,"ENSG00000156427","FGF18","fibroblast growth factor 18"
+"chr15",37170506,37170768,263,"*","Intron (uc001zji.2/145845, intron 3 of 6)",15,37156644,37178734,22091,2,"145845",7966,NA,"LOC145845","uncharacterized LOC145845"
+"chr19",7293341,7293776,436,"*","Promoter (<=1kb)",19,7112266,7294011,181746,2,"3643",235,"ENSG00000171105","INSR","insulin receptor"
+"chr20",56804110,56804279,170,"*","Downstream (1-2kb)",20,56725983,56736183,10201,1,"128602",78127,"ENSG00000124237","C20orf85","chromosome 20 open reading frame 85"
+"chr12",71552457,71552569,113,"*","Intron (uc001swk.1/7103, intron 8 of 11)",12,71031853,71314584,282732,2,"5801",-237873,"ENSG00000153233","PTPRR","protein tyrosine phosphatase, receptor type R"
+"chr15",40545097,40545127,31,"*","Promoter (<=1kb)",15,40542866,40545110,2245,2,"644809",0,NA,"C15orf56","chromosome 15 open reading frame 56"
+"chr7",23144751,23144792,42,"*","Promoter (<=1kb)",7,23140847,23145322,4476,2,"100775104",530,"ENSG00000230658","KLHL7-AS1","KLHL7 antisense RNA 1 (head to head)"
+"chr7",97911938,97912101,164,"*","Promoter (<=1kb)",7,97910979,97922275,11297,1,"25798",959,"ENSG00000164713","BRI3","brain protein I3"
+"chr6",31475887,31475895,9,"*","Intron (uc011dnm.2/4277, intron 5 of 5)",6,32485154,32557613,72460,2,"3127",1081718,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr10",103578534,103578579,46,"*","Promoter (<=1kb)",10,103544200,103578700,34501,2,"10724",121,"ENSG00000198408","MGEA5","meningioma expressed antigen 5 (hyaluronidase)"
+"chr1",63790044,63790202,159,"*","Promoter (1-2kb)",1,63788730,63790797,2068,1,"27022",1314,"ENSG00000187140","FOXD3","forkhead box D3"
+"chr2",80549797,80549973,177,"*","Intron (uc010yse.2/1496, intron 11 of 21)",2,80515481,80531487,16007,2,"347730",-18310,"ENSG00000162951","LRRTM1","leucine rich repeat transmembrane neuronal 1"
+"chr3",112051808,112051846,39,"*","Promoter (<=1kb)",3,112051916,112081658,29743,1,"4345",-70,"ENSG00000091972","CD200","CD200 molecule"
+"chr21",33247885,33247984,100,"*","Promoter (2-3kb)",21,33245628,33376377,130750,1,"30811",2257,"ENSG00000142149","HUNK","hormonally up-regulated Neu-associated kinase"
+"chr2",113398727,113399144,418,"*","Promoter (2-3kb)",2,113399407,113401757,2351,2,"400999",2613,NA,"FLJ42351","uncharacterized LOC400999"
+"chr6",139695804,139695808,5,"*","Promoter (<=1kb)",6,139693392,139695787,2396,2,"10370",-17,"ENSG00000164442","CITED2","Cbp/p300 interacting transactivator with Glu/Asp rich carboxy-terminal domain 2"
+"chr6",73935125,73935200,76,"*","Promoter (<=1kb)",6,73933268,73935175,1908,2,"100129128",0,"ENSG00000256980","KHDC1L","KH homology domain containing 1-like"
+"chr1",1228942,1229105,164,"*","3' UTR",1,1215816,1227409,11594,1,"6339",13126,"ENSG00000162572","SCNN1D","sodium channel epithelial 1 delta subunit"
+"chr5",156773546,156773616,71,"*","Promoter (<=1kb)",5,156768607,156772729,4123,2,"408263",-817,"ENSG00000172568","FNDC9","fibronectin type III domain containing 9"
+"chr3",18480249,18480341,93,"*","Promoter (<=1kb)",3,18389133,18480265,91133,2,"6304",0,"ENSG00000182568","SATB1","SATB homeobox 1"
+"chr2",242566905,242566940,36,"*","Intron (uc002wbt.3/51078, intron 4 of 5)",2,242523820,242576725,52906,2,"51078",9785,"ENSG00000176946","THAP4","THAP domain containing 4"
+"chr2",240239755,240239767,13,"*","Intron (uc002vyk.4/9759, intron 25 of 26)",2,240227157,240227240,84,1,"100423043",12598,"ENSG00000265215","MIR4269","microRNA 4269"
+"chr17",48858588,48858603,16,"*","Distal Intergenic",17,48838395,48844876,6482,2,"55018",-13712,"ENSG00000167117","LINC00483","long intergenic non-protein coding RNA 483"
+"chr16",89342351,89342629,279,"*","Intron (uc002fmx.2/29123, intron 4 of 12)",16,89387541,89391518,3978,1,"100287036",-44912,NA,"LOC100287036","uncharacterized LOC100287036"
+"chr13",28544814,28545214,401,"*","Promoter (1-2kb)",13,28536205,28543505,7301,2,"1045",-1309,"ENSG00000165556","CDX2","caudal type homeobox 2"
+"chr1",26233404,26233435,32,"*","Promoter (<=1kb)",1,26210677,26233368,22692,2,"3925",-36,"ENSG00000117632","STMN1","stathmin 1"
+"chr13",114062198,114062507,310,"*","Distal Intergenic",13,113978505,114018463,39959,2,"79774",-43735,"ENSG00000139835","GRTP1","growth hormone regulated TBC protein 1"
+"chr1",33235571,33235717,147,"*","Exon (uc001bvu.1/57648, exon 6 of 7)",1,33207512,33240571,33060,1,"57648",28059,"ENSG00000162522","KIAA1522","KIAA1522"
+"chr3",48594424,48594454,31,"*","Intron (uc011bbm.2/5210, intron 13 of 13)",3,48555117,48598562,43446,2,"5210",4108,"ENSG00000114268","PFKFB4","6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 4"
+"chrX",42637449,42637506,58,"*","Promoter (<=1kb)",23,42636617,42637486,870,2,"80316",0,NA,"PPP1R2P9","protein phosphatase 1 regulatory inhibitor subunit 2 pseudogene 9"
+"chr5",131347720,131347725,6,"*","Promoter (<=1kb)",5,131142684,131347870,205187,2,"23305",145,"ENSG00000164398","ACSL6","acyl-CoA synthetase long-chain family member 6"
+"chr15",93257477,93257579,103,"*","Intron (uc002bsl.4/400451, intron 3 of 3)",15,93160679,93277304,116626,2,"400451",19725,"ENSG00000185442","FAM174B","family with sequence similarity 174 member B"
+"chr1",9380708,9380800,93,"*","Intron (uc010oae.2/80176, intron 1 of 2)",1,9352941,9429590,76650,1,"80176",27767,"ENSG00000171621","SPSB1","splA/ryanodine receptor domain and SOCS box containing 1"
+"chr12",110888158,110888232,75,"*","Promoter (<=1kb)",12,110872706,110888158,15453,2,"10094",0,"ENSG00000111229","ARPC3","actin related protein 2/3 complex subunit 3"
+"chr13",53776211,53776396,186,"*","Distal Intergenic",13,53602876,53626196,23321,1,"10562",173335,"ENSG00000102837","OLFM4","olfactomedin 4"
+"chr9",139840384,139840630,247,"*","Promoter (<=1kb)",9,139839698,139841426,1729,1,"733",686,"ENSG00000176919","C8G","complement component 8, gamma polypeptide"
+"chr3",96495326,96495603,278,"*","Distal Intergenic",3,96533425,97467786,934362,1,"285220",-37822,"ENSG00000080224","EPHA6","EPH receptor A6"
+"chr4",7287567,7287737,171,"*","Intron (uc003gkb.4/57537, intron 1 of 26)",4,7312177,7312251,75,1,"100616471",-24440,"ENSG00000264658","MIR4798","microRNA 4798"
+"chr11",65819726,65819742,17,"*","Promoter (<=1kb)",11,65819816,65836382,16567,1,"10992",-74,"ENSG00000087365","SF3B2","splicing factor 3b subunit 2"
+"chr20",25371652,25371671,20,"*","Promoter (<=1kb)",20,25275379,25371618,96240,2,"26090",-34,"ENSG00000100997","ABHD12","abhydrolase domain containing 12"
+"chr19",5567758,5568093,336,"*","Promoter (<=1kb)",19,5558178,5568005,9828,2,"257000",0,"ENSG00000223573","TINCR","tissue differentiation-inducing non-protein coding RNA"
+"chr6",33272178,33272186,9,"*","3' UTR",6,33540323,33548070,7748,2,"578",275884,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr7",156801539,156801818,280,"*","Promoter (1-2kb)",7,156786745,156803347,16603,2,"3110",1529,"ENSG00000130675","MNX1","motor neuron and pancreas homeobox 1"
+"chr17",48698713,48698751,39,"*","Intron (uc002irj.2/8913, intron 31 of 34)",17,48712218,48769063,56846,1,"8714",-13467,"ENSG00000108846","ABCC3","ATP binding cassette subfamily C member 3"
+"chr12",131258228,131258361,134,"*","Distal Intergenic",12,130880681,131200826,320146,2,"23504",-57402,"ENSG00000060709","RIMBP2","RIMS binding protein 2"
+"chr9",5831674,5831951,278,"*","Promoter (1-2kb)",9,5784572,5833081,48510,2,"79956",1130,"ENSG00000099219","ERMP1","endoplasmic reticulum metallopeptidase 1"
+"chrX",154842736,154842793,58,"*","Promoter (<=1kb)",23,154718673,154842622,123950,2,"55217",-114,"ENSG00000185973","TMLHE","trimethyllysine hydroxylase, epsilon"
+"chr15",43513504,43513563,60,"*","Promoter (<=1kb)",15,43489426,43513323,23898,2,"2038",-181,"ENSG00000166947","EPB42","erythrocyte membrane protein band 4.2"
+"chr8",30890469,30890553,85,"*","Promoter (<=1kb)",8,30890778,31031277,140500,1,"7486",-225,"ENSG00000165392","WRN","Werner syndrome RecQ like helicase"
+"chr8",145019491,145019563,73,"*","Promoter (<=1kb)",8,145019359,145019447,89,2,"724031",-44,"ENSG00000207574","MIR661","microRNA 661"
+"chr11",65196125,65196174,50,"*","Exon (uc010rog.2/283131, exon 1 of 1)",11,65190269,65212028,21760,1,"283131",5856,"ENSG00000245532","NEAT1","nuclear paraspeckle assembly transcript 1 (non-protein coding)"
+"chr21",46019376,46019570,195,"*","Promoter (<=1kb)",21,46020497,46022091,1595,1,"386675",-927,"ENSG00000272804","KRTAP10-7","keratin associated protein 10-7"
+"chr22",41777755,41777779,25,"*","Intron (uc003azx.4/7008, intron 1 of 3)",22,41763337,41795332,31996,1,"7008",14418,"ENSG00000167074","TEF","thyrotrophic embryonic factor"
+"chr1",43147939,43148010,72,"*","Promoter (<=1kb)",1,43148066,43168020,19955,1,"4904",-56,"ENSG00000065978","YBX1","Y-box binding protein 1"
+"chr2",178257542,178257632,91,"*","Promoter (<=1kb)",2,178257471,178408564,151094,1,"8540",71,"ENSG00000018510","AGPS","alkylglycerone phosphate synthase"
+"chr11",1446386,1446802,417,"*","Intron (uc009ycv.1/9024, intron 1 of 19)",11,1411129,1483919,72791,1,"9024",35257,"ENSG00000174672","BRSK2","BR serine/threonine kinase 2"
+"chr6",32820153,32820214,62,"*","Exon (uc011dqi.2/6890, exon 2 of 11)",6,32605183,32614839,9657,1,"3117",214970,"ENSG00000196735","HLA-DQA1","major histocompatibility complex, class II, DQ alpha 1"
+"chr19",15343347,15343377,31,"*","Promoter (<=1kb)",19,15337730,15343858,6129,2,"79852",481,"ENSG00000105131","EPHX3","epoxide hydrolase 3"
+"chr9",4679736,4679986,251,"*","Promoter (<=1kb)",9,4679566,4706594,27029,1,"55664",170,"ENSG00000106993","CDC37L1","cell division cycle 37-like 1"
+"chr10",90343387,90343641,255,"*","Promoter (<=1kb)",10,89892057,90343082,451026,2,"55328",-305,"ENSG00000184719","RNLS","renalase, FAD-dependent amine oxidase"
+"chr8",54852115,54852232,118,"*","Exon (uc003xrp.3/8601, exon 3 of 6)",8,54879116,54935008,55893,2,"6917",82776,"ENSG00000187735","TCEA1","transcription elongation factor A1"
+"chr9",95947098,95947348,251,"*","Promoter (<=1kb)",9,95947212,96082854,135643,1,"65268",0,"ENSG00000165238","WNK2","WNK lysine deficient protein kinase 2"
+"chr16",88761048,88761284,237,"*","Downstream (1-2kb)",16,88744090,88752882,8793,2,"333929",-8166,"ENSG00000185669","SNAI3","snail family zinc finger 3"
+"chr20",20257813,20258001,189,"*","Exon (uc010zse.2/26074, exon 22 of 22)",20,20348765,20351592,2828,1,"3642",-90764,"ENSG00000173404","INSM1","insulinoma associated 1"
+"chr13",30948114,30948122,9,"*","Promoter (<=1kb)",13,30914407,30948036,33630,2,"100188949",-78,"ENSG00000238121","LINC00426","long intergenic non-protein coding RNA 426"
+"chr7",95026538,95026672,135,"*","Promoter (<=1kb)",7,94927669,95025687,98019,2,"5444",-851,"ENSG00000005421","PON1","paraoxonase 1"
+"chr7",44530455,44530521,67,"*","Promoter (<=1kb)",7,44421965,44530385,108421,2,"23386",-70,"ENSG00000015676","NUDCD3","NudC domain containing 3"
+"chr5",2752553,2752834,282,"*","Promoter (<=1kb)",5,2752262,2755511,3250,1,"153571",291,"ENSG00000186493","C5orf38","chromosome 5 open reading frame 38"
+"chr16",30798770,30798776,7,"*","Promoter (<=1kb)",16,30789770,30798523,8754,2,"23361",-247,"ENSG00000102870","ZNF629","zinc finger protein 629"
+"chr19",46713398,46713416,19,"*","Intron (uc002ped.1/93429, intron 4 of 5)",19,46706683,46718094,11412,1,"93429",6715,"ENSG00000268460","LOC93429","uncharacterized LOC93429"
+"chr4",1352452,1352787,336,"*","Intron (uc003gde.4/57654, intron 7 of 13)",4,1341104,1381837,40734,1,"57654",11348,"ENSG00000163945","UVSSA","UV stimulated scaffold protein A"
+"chr8",61566034,61566391,358,"*","Distal Intergenic",8,61591324,61780586,189263,1,"55636",-24933,"ENSG00000171316","CHD7","chromodomain helicase DNA binding protein 7"
+"chr6",170065843,170065938,96,"*","Intron (uc003qwx.3/253769, intron 20 of 25)",6,169857303,170102159,244857,2,"253769",36221,"ENSG00000184465","WDR27","WD repeat domain 27"
+"chr16",21294899,21295207,309,"*","Intron (uc002dil.3/1428, intron 8 of 8)",16,21312170,21329912,17743,1,"400508",-16963,NA,"CRYM-AS1","CRYM antisense RNA 1"
+"chr20",23028842,23028977,136,"*","Promoter (1-2kb)",20,23026270,23030301,4032,2,"7056",1324,"ENSG00000178726","THBD","thrombomodulin"
+"chr6",133562475,133562479,5,"*","Promoter (<=1kb)",6,133561736,133853258,291523,1,"2070",739,"ENSG00000112319","EYA4","EYA transcriptional coactivator and phosphatase 4"
+"chr2",62732892,62733114,223,"*","Intron (uc002sbt.2/200728, intron 3 of 3)",2,62727356,62762780,35425,2,"200728",29666,"ENSG00000186889","TMEM17","transmembrane protein 17"
+"chr11",7951168,7951173,6,"*","Promoter (<=1kb)",11,7949265,7950209,945,2,"390093",-959,"ENSG00000175393","OR10A6","olfactory receptor family 10 subfamily A member 6 (gene/pseudogene)"
+"chr17",79792936,79792949,14,"*","Promoter (<=1kb)",17,79791368,79792926,1559,2,"116729",-10,"ENSG00000182676","PPP1R27","protein phosphatase 1 regulatory subunit 27"
+"chr13",96705664,96705738,75,"*","Promoter (<=1kb)",13,96453836,96705736,251901,2,"55757",0,"ENSG00000102595","UGGT2","UDP-glucose glycoprotein glucosyltransferase 2"
+"chr5",132386262,132386298,37,"*","Promoter (1-2kb)",5,132387662,132440709,53048,1,"3308",-1364,"ENSG00000170606","HSPA4","heat shock protein family A (Hsp70) member 4"
+"chr12",7126208,7126344,137,"*","Promoter (<=1kb)",12,7085347,7125842,40496,2,"10162",-366,"ENSG00000111684","LPCAT3","lysophosphatidylcholine acyltransferase 3"
+"chr3",119421553,119421604,52,"*","Promoter (<=1kb)",3,119421869,119485949,64081,1,"89876",-265,"ENSG00000183833","MAATS1","MYCBP-associated, testis expressed 1"
+"chr8",72754421,72754905,485,"*","Promoter (<=1kb)",8,72755358,72968547,213190,1,"100132891",-453,"ENSG00000235531","MSC-AS1","MSC antisense RNA 1"
+"chr6",30134908,30135065,158,"*","Exon (uc010jrx.3/89870, exon 2 of 7)",6,28471073,28483570,12498,2,"257202",-1651338,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr22",20130575,20130698,124,"*","Exon (uc002zrq.3/29801, exon 10 of 11)",22,20136109,20137431,1323,2,"388849",6733,"ENSG00000234409","CCDC188","coiled-coil domain containing 188"
+"chr1",53542934,53543090,157,"*","Exon (uc001cuv.3/127435, exon 6 of 11)",1,53527724,53551174,23451,1,"127435",15210,"ENSG00000174348","PODN","podocan"
+"chr8",1765679,1765772,94,"*","Promoter (<=1kb)",8,1765397,1765473,77,1,"693181",282,"ENSG00000207826","MIR596","microRNA 596"
+"chr5",180615482,180615543,62,"*","Exon (uc021yjz.1/uc021yjz.1, exon 1 of 1)",5,180620924,180632177,11254,2,"81786",16634,"ENSG00000146054","TRIM7","tripartite motif containing 7"
+"chr7",158857749,158858057,309,"*","Intron (uc003woh.3/7434, intron 9 of 12)",7,158801045,158822882,21838,1,"154822",56704,"ENSG00000231419","LINC00689","long intergenic non-protein coding RNA 689"
+"chr16",89557908,89557923,16,"*","Promoter (<=1kb)",16,89334029,89556969,222941,2,"29123",-939,"ENSG00000167522","ANKRD11","ankyrin repeat domain 11"
+"chr10",11783974,11784058,85,"*","Promoter (<=1kb)",10,11784356,11806065,21710,1,"79746",-298,"ENSG00000134463","ECHDC3","enoyl-CoA hydratase domain containing 3"
+"chr19",10444117,10444479,363,"*","Promoter (<=1kb)",19,10426889,10444314,17426,2,"125950",0,"ENSG00000161847","RAVER1","ribonucleoprotein, PTB-binding 1"
+"chr11",102669042,102669291,250,"*","Promoter (<=1kb)",11,102660641,102668966,8326,2,"4312",-76,"ENSG00000196611","MMP1","matrix metallopeptidase 1"
+"chr4",1604438,1604576,139,"*","Distal Intergenic",4,1641608,1685988,44381,2,"152877",81412,"ENSG00000174137","FAM53A","family with sequence similarity 53 member A"
+"chr10",50747266,50747328,63,"*","Promoter (<=1kb)",10,50662526,50747169,84644,2,"2074",-97,"ENSG00000225830","ERCC6","excision repair cross-complementation group 6"
+"chr6",33265322,33265386,65,"*","Intron (uc003odv.3/5863, intron 16 of 17)",6,33540323,33548070,7748,2,"578",282684,"ENSG00000030110","BAK1","BCL2 antagonist/killer 1"
+"chr3",49142215,49142226,12,"*","Promoter (<=1kb)",3,49133365,49142562,9198,2,"5859",336,"ENSG00000172053","QARS","glutaminyl-tRNA synthetase"
+"chr8",143193033,143193131,99,"*","Distal Intergenic",8,143257700,143257779,80,1,"100616268",-64569,"ENSG00000265247","MIR4472-1","microRNA 4472-1"
+"chr16",23193800,23193885,86,"*","Promoter (<=1kb)",16,23194040,23228200,34161,1,"6340",-155,"ENSG00000166828","SCNN1G","sodium channel epithelial 1 gamma subunit"
+"chr17",40332910,40332961,52,"*","Promoter (<=1kb)",17,40308910,40333296,24387,2,"23415",335,"ENSG00000089558","KCNH4","potassium voltage-gated channel subfamily H member 4"
+"chr3",54157647,54157677,31,"*","Promoter (<=1kb)",3,54156693,55108584,951892,1,"55799",954,"ENSG00000157445","CACNA2D3","calcium voltage-gated channel auxiliary subunit alpha2delta 3"
+"chr6",30881579,30881595,17,"*","5' UTR",6,32485154,32557613,72460,2,"3127",1676018,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr6",27100067,27100370,304,"*","Promoter (<=1kb)",6,27100095,27100575,481,2,"8970",205,"ENSG00000124635","HIST1H2BJ","histone cluster 1, H2bj"
+"chr16",31383055,31383088,34,"*","Exon (uc002ebt.3/3687, exon 17 of 31)",16,31366509,31394318,27810,1,"3687",16546,"ENSG00000140678","ITGAX","integrin subunit alpha X"
+"chr5",175223598,175223982,385,"*","Promoter (<=1kb)",5,175223610,175311023,87414,1,"10814",0,"ENSG00000145920","CPLX2","complexin 2"
+"chr11",102745886,102746236,351,"*","Promoter (<=1kb)",11,102733464,102745764,12301,2,"4321",-122,"ENSG00000262406","MMP12","matrix metallopeptidase 12"
+"chr17",56296115,56296444,330,"*","Promoter (<=1kb)",17,56282797,56296966,14170,2,"54903",522,"ENSG00000011143","MKS1","Meckel syndrome, type 1"
+"chr16",4511869,4511939,71,"*","Exon (uc002cwm.3/57407, exon 6 of 6)",16,4524719,4560348,35630,1,"3163",-12780,"ENSG00000103415","HMOX2","heme oxygenase 2"
+"chr4",103790056,103790299,244,"*","Promoter (<=1kb)",4,103790135,103813963,23829,1,"493856",0,"ENSG00000145354","CISD2","CDGSH iron sulfur domain 2"
+"chr15",31284413,31284569,157,"*","Promoter (<=1kb)",15,31231144,31283807,52664,2,"54893",-606,"ENSG00000166912","MTMR10","myotubularin related protein 10"
+"chr11",104034282,104034571,290,"*","Promoter (<=1kb)",11,103777914,104035027,257114,2,"80310",456,"ENSG00000170962","PDGFD","platelet derived growth factor D"
+"chr20",18569003,18569196,194,"*","Promoter (<=1kb)",20,18568556,18744560,176005,1,"92675",447,"ENSG00000125821","DTD1","D-tyrosyl-tRNA deacylase 1"
+"chr19",22019044,22019059,16,"*","Intron (uc002nql.4/7594, intron 3 of 6)",19,21987751,22034870,47120,2,"7594",15811,"ENSG00000198521","ZNF43","zinc finger protein 43"
+"chr8",61429582,61429779,198,"*","Promoter (<=1kb)",8,61429469,61536203,106735,1,"5862",113,"ENSG00000104388","RAB2A","RAB2A, member RAS oncogene family"
+"chr11",66335975,66336077,103,"*","Promoter (<=1kb)",11,66330935,66336047,5113,2,"8722",0,"ENSG00000174080","CTSF","cathepsin F"
+"chr10",133758671,133758839,169,"*","5' UTR",10,133747960,133770053,22094,1,"55844",10711,"ENSG00000175470","PPP2R2D","protein phosphatase 2 regulatory subunit B, delta"
+"chr6",31856959,31857034,76,"*","Exon (uc003nxy.1/10919, exon 8 of 27)",6,32485154,32557613,72460,2,"3127",700579,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr3",51428372,51428392,21,"*","Promoter (<=1kb)",3,51428699,51435336,6638,1,"29890",-307,"ENSG00000259956","RBM15B","RNA binding motif protein 15B"
+"chr14",104647027,104647046,20,"*","3' UTR",14,104605060,104647235,42176,1,"26153",41967,"ENSG00000066735","KIF26A","kinesin family member 26A"
+"chr20",60737957,60738265,309,"*","Exon (uc011aaa.1/26039, exon 5 of 10)",20,60718822,60757566,38745,1,"26039",19135,"ENSG00000184402","SS18L1","synovial sarcoma translocation gene on chromosome 18-like 1"
+"chr2",119606698,119607049,352,"*","Promoter (<=1kb)",2,119599747,119605759,6013,2,"2019",-939,"ENSG00000163064","EN1","engrailed homeobox 1"
+"chr11",2813073,2813298,226,"*","Intron (uc001lwn.3/3784, intron 15 of 15)",11,2891263,2893336,2074,1,"55539",-77965,"ENSG00000237941","KCNQ1DN","KCNQ1 downstream neighbor (non-protein coding)"
+"chr11",2020129,2020231,103,"*","Promoter (1-2kb)",11,2016406,2019065,2660,2,"283120",-1064,"ENSG00000130600","H19","H19, imprinted maternally expressed transcript (non-protein coding)"
+"chr14",104175847,104176333,487,"*","Intron (uc001ynx.4/7517, intron 6 of 9)",14,104163954,104181823,17870,2,"7517",5490,"ENSG00000126215","XRCC3","X-ray repair complementing defective repair in Chinese hamster cells 3"
+"chr11",1785547,1785552,6,"*","Promoter (<=1kb)",11,1490685,1785501,294817,2,"81532",-46,"ENSG00000182208","MOB2","MOB kinase activator 2"
+"chr1",161009415,161009644,230,"*","Promoter (<=1kb)",1,161007422,161008774,1353,2,"100131187",-641,"ENSG00000215845","TSTD1","thiosulfate sulfurtransferase (rhodanese)-like domain containing 1"
+"chr7",39170539,39170715,177,"*","Intron (uc003thb.2/11281, intron 3 of 10)",7,39017609,39504390,486782,1,"11281",152930,"ENSG00000106536","POU6F2","POU class 6 homeobox 2"
+"chr17",45855505,45855691,187,"*","Distal Intergenic",17,45884733,45899147,14415,2,"114881",43456,"ENSG00000006025","OSBPL7","oxysterol binding protein like 7"
+"chr20",21686205,21686264,60,"*","Promoter (<=1kb)",20,21686297,21699124,12828,1,"5075",-33,"ENSG00000125813","PAX1","paired box 1"
+"chr5",141693817,141694185,369,"*","Exon (uc003lml.2/81848, exon 2 of 2)",5,141689992,141704620,14629,2,"81848",10435,"ENSG00000187678","SPRY4","sprouty RTK signaling antagonist 4"
+"chr17",840927,841205,279,"*","Intron (uc002fsa.3/64359, intron 7 of 7)",17,702553,882998,180446,2,"64359",41793,"ENSG00000167693","NXN","nucleoredoxin"
+"chr2",3750517,3750952,436,"*","Distal Intergenic",2,3705786,3750260,44475,1,"55821",44731,"ENSG00000151360","ALLC","allantoicase"
+"chrX",118708041,118708065,25,"*","Promoter (<=1kb)",23,118708499,118718379,9881,1,"7319",-434,"ENSG00000077721","UBE2A","ubiquitin conjugating enzyme E2A"
+"chr17",43238138,43238230,93,"*","Promoter (<=1kb)",17,43238264,43247406,9143,1,"124790",-34,"ENSG00000168517","HEXIM2","hexamethylene bis-acetamide inducible 2"
+"chr6",169226282,169226337,56,"*","Distal Intergenic",6,168841831,169068674,226844,1,"64094",384451,"ENSG00000112562","SMOC2","SPARC related modular calcium binding 2"
+"chr3",160283421,160283489,69,"*","Promoter (<=1kb)",3,160212783,160283376,70594,2,"3840",-45,"ENSG00000186432","KPNA4","karyopherin subunit alpha 4"
+"chr7",1959941,1960073,133,"*","Intron (uc003sld.1/8379, intron 2 of 3)",7,1883816,1883889,74,2,"100616160",-76052,"ENSG00000265089","MIR4655","microRNA 4655"
+"chr1",231762664,231762689,26,"*","Promoter (<=1kb)",1,231762561,232177019,414459,1,"27185",103,"ENSG00000162946","DISC1","disrupted in schizophrenia 1"
+"chr10",7860354,7860463,110,"*","Promoter (<=1kb)",10,7860467,8057016,196550,1,"83860",-4,"ENSG00000165632","TAF3","TATA-box binding protein associated factor 3"
+"chr7",157367159,157367462,304,"*","Promoter (<=1kb)",7,157367028,157367114,87,2,"406945",-45,"ENSG00000207960","MIR153-2","microRNA 153-2"
+"chr17",76498943,76498964,22,"*","Exon (uc031reo.1/100996295, exon 6 of 6)",17,76480992,76499138,18147,1,"100996295",17951,NA,"DNAH17-AS1","DNAH17 antisense RNA 1"
+"chr14",102027124,102027514,391,"*","Promoter (<=1kb)",14,102027688,102029789,2102,1,"1735",-174,"ENSG00000197406","DIO3","deiodinase, iodothyronine, type III"
+"chr17",26941944,26942145,202,"*","Promoter (<=1kb)",17,26907027,26941211,34185,2,"124923",-733,"ENSG00000167524","SGK494","uncharacterized serine/threonine-protein kinase SgK494"
+"chr8",96036568,96036755,188,"*","Intron (uc003yhi.3/137682, intron 2 of 9)",8,96085142,96085221,80,1,"100422964",-48387,"ENSG00000275241","MIR3150A","microRNA 3150a"
+"chr4",15964902,15965016,115,"*","Promoter (<=1kb)",4,15961863,15964859,2997,2,"83888",-43,"ENSG00000137441","FGFBP2","fibroblast growth factor binding protein 2"
+"chrX",48329927,48329937,11,"*","Promoter (1-2kb)",23,48316927,48328644,11718,2,"92745",-1283,"ENSG00000017483","SLC38A5","solute carrier family 38 member 5"
+"chr11",10472101,10472108,8,"*","Promoter (<=1kb)",11,10471868,10529126,57259,1,"272",233,"ENSG00000133805","AMPD3","adenosine monophosphate deaminase 3"
+"chr4",39460330,39460342,13,"*","Promoter (<=1kb)",4,39455745,39460568,4824,2,"6133",226,"ENSG00000163682","RPL9","ribosomal protein L9"
+"chr6",32549313,32549496,184,"*","5' UTR",6,32485154,32557613,72460,2,"3127",8117,"ENSG00000198502","HLA-DRB5","major histocompatibility complex, class II, DR beta 5"
+"chr7",104654852,104654870,19,"*","Promoter (<=1kb)",7,104654637,104754532,99896,1,"55904",215,"ENSG00000005483","KMT2E","lysine methyltransferase 2E"
+"chr6",159240766,159240774,9,"*","Promoter (<=1kb)",6,159186773,159240456,53684,2,"7430",-310,"ENSG00000092820","EZR","ezrin"
+"chr19",1079986,1080466,481,"*","Exon (uc010xgd.2/23526, exon 13 of 23)",19,1065922,1086627,20706,1,"23526",14064,"ENSG00000180448","HMHA1","histocompatibility (minor) HA-1"
+"chr1",39339553,39339683,131,"*","Promoter (<=1kb)",1,39303869,39340166,36298,2,"64121",483,"ENSG00000116954","RRAGC","Ras related GTP binding C"
+"chr4",74486409,74486510,102,"*","Promoter (<=1kb)",4,74437267,74486348,49082,2,"166824",-61,"ENSG00000169435","RASSF6","Ras association domain family member 6"
+"chr6",29999567,29999708,142,"*","Intron (uc011dme.2/80862, intron 1 of 5)",6,28471073,28483570,12498,2,"257202",-1515997,"ENSG00000198704","GPX6","glutathione peroxidase 6"
+"chr1",84543108,84543369,262,"*","Promoter (<=1kb)",1,84543745,84704181,160437,1,"5567",-376,"ENSG00000142875","PRKACB","protein kinase cAMP-activated catalytic subunit beta"
+"chr1",8877774,8877813,40,"*","Promoter (<=1kb)",1,8412464,8877699,465236,2,"473",-75,"ENSG00000142599","RERE","arginine-glutamic acid dipeptide (RE) repeats"
+"chr12",39298591,39298776,186,"*","Promoter (<=1kb)",12,39046002,39299420,253419,2,"144402",644,"ENSG00000139117","CPNE8","copine 8"
+"chr6",42946146,42946178,33,"*","Promoter (<=1kb)",6,42931611,42946981,15371,2,"5190",803,"ENSG00000124587","PEX6","peroxisomal biogenesis factor 6"
+"chr14",77279079,77279247,169,"*","Promoter (<=1kb)",14,77253586,77279283,25698,2,"23357",36,"ENSG00000013523","ANGEL1","angel homolog 1 (Drosophila)"
+"chr1",2565265,2565729,465,"*","Promoter (<=1kb)",1,2522081,2564481,42401,2,"79258",-784,"ENSG00000142606","MMEL1","membrane metallo-endopeptidase-like 1"
+"chr17",72368116,72368179,64,"*","Exon (uc010wqy.2/350383, exon 4 of 4)",17,72363645,72369788,6144,1,"350383",4471,"ENSG00000257008","GPR142","G protein-coupled receptor 142"
+"chr5",138612986,138613030,45,"*","Promoter (1-2kb)",5,138614469,138614668,200,1,"26821",-1439,"ENSG00000200959","SNORA74A","small nucleolar RNA, H/ACA box 74A"
+"chr6",26502058,26502192,135,"*","Promoter (<=1kb)",6,26501458,26510652,9195,1,"696",600,"ENSG00000124557","BTN1A1","butyrophilin subfamily 1 member A1"
+"chr7",2598460,2598473,14,"*","Promoter (<=1kb)",7,2598632,2654368,55737,1,"23288",-159,"ENSG00000106012","IQCE","IQ motif containing E"
+"chr19",8649796,8649942,147,"*","Exon (uc002mki.1/81794, exon 12 of 13)",19,8585674,8642331,56658,2,"4542",-7465,"ENSG00000142347","MYO1F","myosin IF"
+"chr3",127006239,127006414,176,"*","Distal Intergenic",3,126707437,126756235,48799,1,"5361",298802,"ENSG00000114554","PLXNA1","plexin A1"
+"chr5",132072786,132072925,140,"*","Promoter (<=1kb)",5,132028323,132073265,44943,2,"11127",340,"ENSG00000131437","KIF3A","kinesin family member 3A"
+"chr4",870161,870443,283,"*","Exon (uc003gbl.4/2580, exon 15 of 25)",4,778745,819945,41201,2,"10815",-50216,"ENSG00000168993","CPLX1","complexin 1"
+"chr11",1365592,1365668,77,"*","Distal Intergenic",11,1330938,1331937,1000,1,"255512",34654,"ENSG00000255153","TOLLIP-AS1","TOLLIP antisense RNA 1 (head to head)"
+"chr16",1575153,1575219,67,"*","Intron (uc002clz.3/9742, intron 9 of 21)",16,1578742,1605581,26840,1,"79652",-3523,"ENSG00000131634","TMEM204","transmembrane protein 204"
+"chr1",76189753,76189897,145,"*","Promoter (<=1kb)",1,76190043,76229355,39313,1,"34",-146,"ENSG00000117054","ACADM","acyl-CoA dehydrogenase, C-4 to C-12 straight chain"
+"chr2",130691926,130691932,7,"*","Promoter (<=1kb)",2,130680435,130691890,11456,2,"389033",-36,"ENSG00000214100","LOC389033","placenta specific 9 pseudogene"
+"chr11",1413842,1413990,149,"*","Promoter (2-3kb)",11,1411129,1483919,72791,1,"9024",2713,"ENSG00000174672","BRSK2","BR serine/threonine kinase 2"
+"chr7",1881390,1881839,450,"*","Promoter (2-3kb)",7,1883816,1883889,74,2,"100616160",2050,"ENSG00000265089","MIR4655","microRNA 4655"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/annotate_peak/tool_dependencies.xml	Thu Mar 16 07:21:37 2017 -0400
@@ -0,0 +1,270 @@
+<?xml version='1.0' encoding='utf-8'?>
+  <tool_dependency>
+            <actions>
+                <action type="setup_r_environment">
+                    <repository changeset_revision="d0bf97420fb5" name="package_r_3_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="R" version="3.2.1" />
+                      </repository>
+
+                      <package>https://www.bioconductor.org/packages/release/bioc/src/contrib/ChIPseeker_1.10.3.tar.gz</package>
+                      <package>https://www.bioconductor.org/packages/release/bioc/src/contrib/ChIPpeakAnno_3.8.9.tar.gz</package>
+                      <package>https://bioconductor.org/packages/release/bioc/src/contrib/GenomicRanges_1.26.3.tar.gz</package>
+                      <package>https://bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.20.0.tar.gz</package>
+
+                      <package sha256sum="397c3c90af966f48eebe8f5d9e40c41b17541f0baaa102eec3ea4faae5a2bd49">
+                            https://depot.galaxyproject.org/software/munsell/munsell_0.4.3.tar.gz
+                        </package>
+                        <package sha256sum="0d8069eb48e91f6f6d6a9148f4e2dc5026cabead15dd15fc343eff9cf33f538f">
+                            https://depot.galaxyproject.org/software/labeling/labeling_0.3.tar.gz
+                        </package>
+                        <package sha256sum="762bcb9b5188274fd81d82f785cf2846a5acc61fad55e2ff8ec1502282c27881">
+                            https://depot.galaxyproject.org/software/DO.db/DO.db_2.9.tar.gz
+                        </package>
+                        <package sha256sum="de6f46918b40bcf4f8c03442f2a0411f1796794e0e7b00770ed0aac56601833d">
+                            https://bioarchive.galaxyproject.org/fgsea_1.1.2.tar.gz
+                        </package>
+                        <package sha256sum="7f1aa58085a030b7855a4e189bea2f17ff72333a1f884f0ab7f5af1fbe101397">
+                            https://bioarchive.galaxyproject.org/GOSemSim_2.1.2.tar.gz
+                        </package>
+                        <package sha256sum="dc64ed09b8b5f8d66ed4936cde3491974d6bc5178dd259b6eab7ef3936aa5602">
+                            https://depot.galaxyproject.org/software/igraph/igraph_1.0.1.tar.gz
+                        </package>
+                        <package sha256sum="f9e132c35d3af919cff291465d030817ff74e56eb6b2770390ae8566881b62ed">
+                            https://bioarchive.galaxyproject.org/qvalue_2.7.0.tar.gz
+                        </package>
+                        <package sha256sum="6d3783610379be4c5676d9236cf66276a166b5b96c18f2759e9b219758959b6b">
+                            https://depot.galaxyproject.org/software/reshape2/reshape2_1.4.2.tar.gz
+                        </package>
+                        <package sha256sum="642b88fb1fce7bac72a0038ce532b65b8a79dffe826fec25033cf386ab630cd3">
+                            https://depot.galaxyproject.org/software/scales/scales_0.4.1.tar.gz
+                        </package>
+                        <package sha256sum="51a74de64296d7cbed04a015a9f9725de95adb5e04301d1cd58190d7365fb104">
+                            https://bioarchive.galaxyproject.org/biomaRt_2.31.3.tar.gz
+                        </package>
+                        <package sha256sum="801e4869830ff3da1d38e41f5a2296a54fc10a7419c6ffb108582850c701e76f">
+                            https://depot.galaxyproject.org/software/gtable/gtable_0.2.0.tar.gz
+                        </package>
+                        <package sha256sum="ed8a8bd0591223f742be80fd1cd8c4a9618d0f04011ec95c272b61ea45193104">
+                            https://depot.galaxyproject.org/software/tibble/tibble_1.2.tar.gz
+                        </package>
+                        <package sha256sum="13738f55b2044184fe91f53d17516a445dfb508227527921218cda6f01f98dcb">
+                            https://depot.galaxyproject.org/software/lazyeval/lazyeval_0.2.0.tar.gz
+                        </package>
+                        <package sha256sum="8097ec0e4868f6bf746f821cff7842f696e874bb3a84f1b2aa977ecd961c3e4e">
+                            https://depot.galaxyproject.org/software/gdata/gdata_2.17.0.tar.gz
+                        </package>
+                        <package sha256sum="d32a73febf00930355cc00f3e4e71357412e0f163faae6a4bf7f552cacfe9af4">
+                            https://depot.galaxyproject.org/software/caTools/caTools_1.17.1.tar.gz
+                        </package>
+                        <package sha256sum="1363645a9a128f615aa0641dc5f5c5abd960b1c38320492366dad1e7a5c29a37">
+                            https://depot.galaxyproject.org/software/assertthat/assertthat_0.1.tar.gz
+                        </package>
+                        <package sha256sum="7d7bddc4303fafa99954182ccad938166d681499d4e9ae7001d21b0fd60d25c7">
+                            https://depot.galaxyproject.org/software/R6/R6_2.2.0.tar.gz
+                        </package>
+                        <package sha256sum="5718a14084e30e35288a9e021487df5518913b1ae28f4131b69e34fbdd6d6e07">
+                            https://depot.galaxyproject.org/software/BH/BH_1.62.0-1.tar.gz
+                        </package>
+                        <package sha256sum="44fe455a5bcdf48a4ece7a542f83e7749cf251dc1df6ae7634470240398c6818">
+                            https://depot.galaxyproject.org/software/gridExtra/gridExtra_2.2.1.tar.gz
+                        </package>
+                        <package sha256sum="782d7d055a108bd51000f3a89276581fe3762c2aa3cda1ebfc5cd160568caca9">
+                            https://bioarchive.galaxyproject.org/DOSE_3.1.2.tar.gz
+                        </package>
+                        <package sha256sum="e819fac1e75c2189b32257cbbc8f7d30598305ea6bd184e84c0ee99bb6f30bcf">
+                            https://bioarchive.galaxyproject.org/GenomeInfoDb_1.11.6.tar.gz
+                        </package>
+                        <package sha256sum="22d00d366f4c1a44e8ee06d32ac0b5177cc4fa5e6773c6d8ce2777cde09a2017">
+                            https://bioarchive.galaxyproject.org/S4Vectors_0.13.5.tar.gz
+                        </package>
+                        <package sha256sum="ac96118cf565d22154dbe56233428660504238c1145500f8987e1c94a1c20fa0">
+                            https://bioarchive.galaxyproject.org/IRanges_2.9.14.tar.gz
+                        </package>
+                        <package sha256sum="9d8355c85b54f4833ec71997905bf77d46b16b65a995720fdea230eb9c1603bb">
+                            https://bioarchive.galaxyproject.org/GenomicFeatures_1.27.4.tar.gz
+                        </package>
+                        <package sha256sum="64d7d9085573b439295bcb58ea4d39ba5d71911dbb501f1e7a30d13740ea2cda">
+                            https://depot.galaxyproject.org/software/ggplot2/ggplot2_2.2.0.tar.gz
+                        </package>
+                        <package sha256sum="343df84327ac3d03494992e79ee3afc78ba3bdc08af9a305ee3fb0a38745cb0a">
+                            https://depot.galaxyproject.org/software/gplots/gplots_3.0.1.tar.gz
+                        </package>
+                        <package sha256sum="be8718d24cd10f6e323dce91b15fc40ed88bccaa26acf3192d5e38fe33e15f26">
+                            https://depot.galaxyproject.org/software/gridBase/gridBase_0.4-7.tar.gz
+                        </package>
+                        <package sha256sum="86b6a51a92ddb3c78095e0c5dc20414c67f6e28f915bf0ee11406adad3e476f6">
+                            https://depot.galaxyproject.org/software/gtools/gtools_3.5.0.tar.gz
+                        </package>
+                        <package sha256sum="217164bdd04405c3280a0c8b2691f289287f9851fa8248648a5ae38f54962741">
+                            https://depot.galaxyproject.org/software/plotrix/plotrix_3.6-3.tar.gz
+                        </package>
+                        <package sha256sum="93d3b829f1c2d38e14a4f2fa7d6398fc6c1a9e4189b3e78bc38a0eb0e864454f">
+                            https://depot.galaxyproject.org/software/dplyr/dplyr_0.5.0.tar.gz
+                        </package>
+                        <package sha256sum="063de2b1174782a0b2b8ab7f04a0bdf3c43252cb67c685a9f8ef2b8e318352e9">
+                            https://depot.galaxyproject.org/software/TxDb.Hsapiens.UCSC.hg19.knownGene/TxDb.Hsapiens.UCSC.hg19.knownGene_3.2.2.tar.gz
+                        </package>
+                        <package sha256sum="0c9996310964d566c1aed962b267d14f110eab99c2d44da71569e7af31c8e3d5">
+                            https://depot.galaxyproject.org/software/UpSetR/UpSetR_1.3.1.tar.gz
+                        </package>
+                        <package sha256sum="bb37452ddc4d9381bee84cdf524582859af6a988e291debb71c8a2e120d02b2a">
+                            https://depot.galaxyproject.org/software/httpuv/httpuv_1.3.3.tar.gz
+                        </package>
+                        <package sha256sum="29fb7e075744bbffdff8ba4fce3860076de66f39a59a100ee4cfb4fc00722b49">
+                            https://depot.galaxyproject.org/software/htmltools/htmltools_0.3.5.tar.gz
+                        </package>
+                        <package sha256sum="c2373357ad76eaa7d03f9f01c19b5001a3e4db788acbca068b0abbe7a99ea64b">
+                            https://depot.galaxyproject.org/software/sourcetools/sourcetools_0.1.5.tar.gz
+                        </package>
+                        <package sha256sum="2395794738cf5de194da3f5c4eae239f353114b90573beaba6472e081261a8eb">
+                            https://depot.galaxyproject.org/software/shiny/shiny_0.14.2.tar.gz
+                        </package>
+                        <package sha256sum="239b17487ad9a7a0a9bf27f78d049f539fe637278344d56bc330f75e01fc2e57">
+                            https://depot.galaxyproject.org/software/jsonlite/jsonlite_1.1.tar.gz
+                        </package>
+                        <package sha256sum="fcc72115afb0eb43237da872754464f37ae9ae097f332ec7984149b5e3a82145">
+                            https://depot.galaxyproject.org/software/mime/mime_0.5.tar.gz
+                        </package>
+                        <package sha256sum="f901dad6bb70a6875a85da75bcbb42afffdcdf4ef221909733826bcb012d7c3d">
+                            https://depot.galaxyproject.org/software/curl/curl_2.3.tar.gz
+                        </package>
+                        <package sha256sum="f7a67c596b70732084a531eec8c12466b4b16f3429ba0a82a5104ace6a4554d1">
+                            https://depot.galaxyproject.org/software/openssl/openssl_0.9.5.tar.gz
+                        </package>
+                        <package sha256sum="89c9e2eb1210eb3c7d350403dc2e7a7e267254b8a52335953bf6fe294f09da4b">
+                            https://bioarchive.galaxyproject.org/interactiveDisplayBase_1.13.0.tar.gz
+                        </package>
+                        <package sha256sum="e7b90b90ee52c826e152efcfadf98e078fa75b65a6baaeb8fd25eeed2195730e">
+                            https://depot.galaxyproject.org/software/httr/httr_1.2.1.tar.gz
+                        </package>
+                        <package sha256sum="41a559846f6d44cc2dbcb3fc0becbc50d2766d3dc2aad7cfb97c1f9759ec0875">
+                            https://depot.galaxyproject.org/software/yaml/yaml_2.1.14.tar.gz
+                        </package>
+                        <package sha256sum="b94fd04c5da0da3a5bd982866f128998174b8342993c679333026269e1fe66c4">
+                            https://bioarchive.galaxyproject.org/AnnotationHub_2.7.8.tar.gz
+                        </package>
+                        <package sha256sum="c70784e894080ea26583fb4fbf85817c5dd13b726a65da8659e41fa8158b4b9f">
+                            https://depot.galaxyproject.org/software/ade4/ade4_1.7-4.tar.gz
+                        </package>
+                        <package sha256sum="b1dc5f79ccc076c2943b15fe4f339368afa241797b7e80c91b62132cfa66809c">
+                            https://depot.galaxyproject.org/software/segmented/segmented_0.5-1.4.tar.gz
+                        </package>
+                        <package sha256sum="284e2c73e2065b9e8cbc8dec3472a9beb24a773cd76c5ee41801cf52fb838a91">
+                            https://depot.galaxyproject.org/software/VennDiagram/VennDiagram_1.6.17.tar.gz
+                        </package>
+                        <package sha256sum="734b9636e5213d70bfbf4b3a9975a0568135363996ac5a3f7361c50ce5f69248">
+                            https://bioarchive.galaxyproject.org/BSgenome_1.43.1.tar.gz
+                        </package>
+                        <package sha256sum="f2b22c2dab2f28e9bcae9e5e744fd2a9f969230ed8ba7aa84debcd024ca74a2f">
+                            https://depot.galaxyproject.org/software/matrixStats/matrixStats_0.51.0.tar.gz
+                        </package>
+                        <package sha256sum="e701cc93a10885027e756c2252e982be00ca1f149b35a63066eced3c7d6410b6">
+                            https://bioarchive.galaxyproject.org/limma_3.31.6.tar.gz
+                        </package>
+                        <package sha256sum="9972c23e7900aca02b8f525f56c294dab32cb9bd223e8352425856d1098dc2ec">
+                            https://bioarchive.galaxyproject.org/multtest_2.31.0.tar.gz
+                        </package>
+                        <package sha256sum="c987afb4bbd1f7586dcc6552030e399b3be361365afc7f8c1a430c5237254101">
+                            https://bioarchive.galaxyproject.org/RBGL_1.51.0.tar.gz
+                        </package>
+                        <package sha256sum="1389076cfd90fcb6495cf1823ba5eb7770027fe37dde6c93d78f92fa23e629ae">
+                            https://bioarchive.galaxyproject.org/graph_1.53.0.tar.gz
+                        </package>
+                        <package sha256sum="a6dad4d9bf75f1e4c4d98de99e162ac7319ec827c28c93706cf1dba1ee871c4e">
+                            https://bioarchive.galaxyproject.org/regioneR_1.7.0.tar.gz
+                        </package>
+                        <package sha256sum="054ed05e54a37bfb912785212e4aa50187408b09037c254c0eba3a63f95d6208">
+                            https://bioarchive.galaxyproject.org/ProtGenerics_1.7.0.tar.gz
+                        </package>
+                        <package sha256sum="494e3024ec2c769613df1645e04ee40c0155bdb2215ffcc09f6e8756cee3ba2f">
+                            https://bioarchive.galaxyproject.org/ensembldb_1.99.7.tar.gz
+                        </package>
+                        <package sha256sum="12a270abbfe89afced2a256a5ce534b62cfdc92190b800336046d489d4f26466">
+                            https://depot.galaxyproject.org/software/seqinr/seqinr_3.3-3.tar.gz
+                        </package>
+                        <package sha256sum="8bbfdf82c8c2b5c73eb079127e198b6cb65c437bb36729f502c7bcd6037fdb16">
+                            https://depot.galaxyproject.org/software/idr/idr_1.2.tar.gz
+                        </package>
+                        <package sha256sum="f524148fdb29aac3a178618f88718d3d4ac91283014091aa11a01f1c70cd4e51">
+                            https://depot.galaxyproject.org/software/locfit/locfit_1.5-9.1.tar.gz
+                        </package>
+                        <package sha256sum="a8f864bde055c7f1942da2445fcc41f79ce671bcb61b9b1b29b0b9270a206f7b">
+                            https://depot.galaxyproject.org/software/doRNG/doRNG_1.6.tar.gz
+                        </package>
+                        <package sha256sum="8e259c2b12446197d1152b83a81bab84ccb5a5b77021a9b5645dd4c63c804bd1">
+                            https://depot.galaxyproject.org/software/base64/base64_2.0.tar.gz
+                        </package>
+                        <package sha256sum="49da299139a47171c5b4ccdea79ffbbc152894e05d552e676f135147c0c9b372">
+                            https://depot.galaxyproject.org/software/beanplot/beanplot_1.2.tar.gz
+                        </package>
+                        <package sha256sum="d8560a9cf0e32625c65bf19e27e5dbee2fc32ad7ac795bb59589d01d2194b291">
+                            https://depot.galaxyproject.org/software/nor1mix/nor1mix_1.2-2.tar.gz
+                        </package>
+                        <package sha256sum="13380930e78be3cfeaf478fd71c5f81057887e9b1cfd5fae04792b9c815ce3b7">
+                            https://bioarchive.galaxyproject.org/siggenes_1.49.0.tar.gz
+                        </package>
+                        <package sha256sum="2394aa76c81b7df9ebdbf6af42da598991b1cc530e2bd5840a3eca34068e28a2">
+                            https://bioarchive.galaxyproject.org/preprocessCore_1.37.0.tar.gz
+                        </package>
+                        <package sha256sum="c67c27b9dc23797e48794ebbb71168aa8c833dabdf6d0da1430dfbd2e263c61e">
+                            https://bioarchive.galaxyproject.org/illuminaio_0.17.0.tar.gz
+                        </package>
+                        <package sha256sum="eb71d46b42eb9b2543a53db8efb9217f31a1f5dd4244a9f2da1e1eb483b3c82e">
+                            https://depot.galaxyproject.org/software/mclust/mclust_5.2.tar.gz
+                        </package>
+                        <package sha256sum="8647a080b70bedbaa4ac2a372eec8eb75d8b489ae3135efc3c75c407672fe2f7">
+                            https://bioarchive.galaxyproject.org/genefilter_1.57.0.tar.gz
+                        </package>
+                        <package sha256sum="d89db98ea1025e38d59daeff965dd8174bbb94a961cb966a83760ac1a87a36b8">
+                            https://depot.galaxyproject.org/software/reshape/reshape_0.8.6.tar.gz
+                        </package>
+                        <package sha256sum="d999620688354c283de5bb305203f5db70271b4dfdc23577cae8c2ba94c9e349">
+                            https://depot.galaxyproject.org/software/quadprog/quadprog_1.5-5.tar.gz
+                        </package>
+                        <package sha256sum="cd26dbd60b2e2060541c4bb579ec1e0f6c262501431460b096b5fef323204432">
+                            https://bioarchive.galaxyproject.org/GEOquery_2.41.0.tar.gz
+                        </package>
+                        <package sha256sum="bee70645c7cc88250761092762a9d293b4644f311047baecf49fde766d3059bc">
+                            https://bioarchive.galaxyproject.org/Biobase_2.35.0.tar.gz
+                        </package>
+                        <package sha256sum="c6133611cc991dfc17410d06a9ddcc6dcff0153bceffdf7d5a9b7dc42f31afa6">
+                            https://depot.galaxyproject.org/software/org.Hs.eg.db/org.Hs.eg.db_3.4.0.tar.gz
+                        </package>
+                        <package sha256sum="cf61732ef9b38ecb6579055d1cd145198ad23a5a9ae4378f94a1494e6c56c884">
+                            https://depot.galaxyproject.org/software/data.table/data.table_1.10.0.tar.gz
+                        </package>
+                        <package sha256sum="d47be4430a1c343c20f9d3f67b8511506904e46be13ea4199769f012f1449209">
+                            https://depot.galaxyproject.org/software/GO.db/GO.db_3.4.0.tar.gz
+                        </package>
+                        <package sha256sum="dfccd4b4d6ec90cd7628fd128d2456d792f406cee4d32b13448dcb0ffe4ab056">
+                            https://depot.galaxyproject.org/software/NMF/NMF_0.20.6.tar.gz
+                        </package>
+                        <package sha256sum="7fa594d9576592e393283ec4fc79fd72128f663bd516e05651957ce1e6fe3c38">
+                            https://depot.galaxyproject.org/software/colorspace/colorspace_1.3-1.tar.gz
+                        </package>
+                        <package sha256sum="31151eaf36f70bdc1172da5ff5088ee51cc0a3db4ead59c7c38c25316d580dd1">
+                            https://depot.galaxyproject.org/software/dichromat/dichromat_2.0-0.tar.gz
+                        </package>
+                        <package sha256sum="7a4957c66ff622d7d1456adfbb728c60d406cdb2a754979797f9dcb0dc8fee99">
+                            https://depot.galaxyproject.org/software/fastmatch/fastmatch_1.0-4.tar.gz
+                        </package>
+                        <package sha256sum="5183e8dd7943df11c0f44460566adf06c03d5320f142699298f516d423b06ce1">
+                            https://depot.galaxyproject.org/software/irlba/irlba_2.1.2.tar.gz
+                        </package>
+                        <package sha256sum="19ad78c16bd5757333e7abbd5eebcec081deb494c9a4b6eec6919a3747b3386f">
+                            https://depot.galaxyproject.org/software/pkgmaker/pkgmaker_0.22.tar.gz
+                        </package>
+                        <package sha256sum="58a5c43b8012ca5e509fa29a8daf6f24f097b8eb021a723f6a9c33db1dd3f430">
+                            https://depot.galaxyproject.org/software/registry/registry_0.3.tar.gz
+                        </package>
+                        <package sha256sum="27019835b750f470b13dbb7fecd3b839a61b52774e23fffa191f919533768fb9">
+                            https://depot.galaxyproject.org/software/rngtools/rngtools_1.2.4.tar.gz
+                        </package>
+                        <package sha256sum="605aa3643588a2f40a942fa760b92662060a0dfedb26b4e4cd6f1a78b703093f">
+                            https://depot.galaxyproject.org/software/FDb.InfiniumMethylation.hg19/FDb.InfiniumMethylation.hg19_2.2.0.tar.gz
+                        </package>
+                      </action>
+                  </actions>
+              <readme>
+              </readme>
+      </tool_dependency>