Entrez to coordinates / BED
2
0
Entering edit mode
4.2 years ago
fjaver74 • 0

Hi,

I have a list of genes from RNASeq with their Entrez ID's.

Is there a simple way / tool to obtain their coordinates in txt or BED file?

Thank you very much

genome gene RNA-Seq • 862 views
ADD COMMENT
0
Entering edit mode

give us some examples please

ADD REPLY
2
Entering edit mode
4.1 years ago
GenoMax 141k

Using NCBI Entrezdirect.You can get various level of detail.

$ efetch -db gene -id "1050" -format native

1. CEBPA
Official Symbol: CEBPA and Name: CCAAT enhancer binding protein alpha [Homo sapiens (human)]
Other Aliases: C/EBP-alpha, CEBP
Other Designations: CCAAT/enhancer-binding protein alpha; CCAAT/enhancer binding protein (C/EBP), alpha
Chromosome: 19; Location: 19q13.11
Annotation: Chromosome 19 NC_000019.10 (33299934..33302564, complement)
MIM: 116897
ID: 1050

OR

$ efetch -db gene -id "1050" -format tabular
tax_id  Org_name        GeneID  CurrentID       Status  Symbol  Aliases description     other_designations      map_location    chromosome      genomic_nucleotide_accession.version   start_position_on_the_genomic_accession end_position_on_the_genomic_accession   orientation     exon_count      OMIM
9606    Homo sapiens    1050    0       live    CEBPA   C/EBP-alpha, CEBP       CCAAT enhancer binding protein alpha    CCAAT/enhancer-binding protein alpha|CCAAT/enhancer binding protein (C/EBP), alpha     19q13.11        19      NC_000019.10    33299934        33302564        minus   1       116897

OR

$ efetch -db gene -id "1050" -format docsum | xtract -pattern GenomicInfo -element AssemblyAccVer,ChrAccVer,ChrStart,ChrStop
NC_000019.10    33302563        33299933
ADD COMMENT
1
Entering edit mode
4.1 years ago
ATpoint 81k

Here is a solution in R using the Bioconductor package biomaRt.

Output:

EntrezID ensembl_gene_id hgnc_symbol chromosome_name start_position end_position
1050 ENSG00000245848       CEBPA              19       33299934     33302534
2623 ENSG00000102145       GATA1               X       48786562     48794311
6688 ENSG00000066336        SPI1              11       47354860     47378576
ADD COMMENT

Login before adding your answer.

Traffic: 2660 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6