Dear all,
I have list of gene names, for example, the first five of them are:
ABCB1
ABCG2
ACHE
ACVR2A
ACVR2B
I want to get the genomic coordinates of these genes on human genome (hg19). I want one record per gene, so, I do not want information about exons,utrs...etc. for example I want the output to be as follows (or in any format e.g. bed gtf gff..etc):
ABCB1 gene chr1 120434 134324 +
ABCG2 gene chr1 324312 393431 -
...etc
I tried to use UCSC to query the list but, it provided me with information about all exons,utrs, but no information about gene features.
I have list of gene names, for example, the first five of them are:
ABCB1
ABCG2
ACHE
ACVR2A
ACVR2B
I want to get the genomic coordinates of these genes on human genome (hg19). I want one record per gene, so, I do not want information about exons,utrs...etc. for example I want the output to be as follows (or in any format e.g. bed gtf gff..etc):
ABCB1 gene chr1 120434 134324 +
ABCG2 gene chr1 324312 393431 -
...etc
I tried to use UCSC to query the list but, it provided me with information about all exons,utrs, but no information about gene features.
Comment