This is a test version of Biostars. For the public version, visit https://www.biostars.org.
chromosomal cordinates of a list of genes

Can a list of genes (134) be submitted to ucsc genome browser and the chromosomal cordinates in hg19 be returned for each gene in the list or is there a better way? Thank you :).

genome browser

Via Table browser, likely. Have you checked in hg19 GTF file first?

This is exactly what you are looking for.

3 answers

Use Biomart for that, quick and a multitude of options. Check the tutorial out.

Use the UCSC Table Browser or their MySQL interface. It will be easier, faster and reproducible and pliable to scale-up.

This has already been answered many times. Have a look at the Homo.sapiens package in bioconductor, then use the genes() on the TxDb object.

Log in to answer this question.