I am looking for a bioinformatic website or tool to get the locations of a list of genes but in one shot instead of doing it gene by gene. Is there a way to do this? Also, if you have R script to do so, please share.
the solution is for homo sapiens ("Hs"). There are similyr annotation pakckages available also for mus musculus ("Mm") and rattus norvegicus ("Rn"). It is worth havin a look into the "AnnotationData" view of the BioC packages (http://www.bioconductor.org/packages/release/BiocViews.html#___Organism)-
Biomart can also be used from within R directly (library "biomaRt").
If you have a list, no matter how large, but only one go with biomart as people suggest here. No need to program for such a case.
If you have not one list, but many because you will be requesting this information many times and can't compile a single list at once, then try programmatic options like those based on R, python, etc
You can also get the genomic coordinates by using table browser from UCSC Genome Bioinformatics Site (http://genome.ucsc.edu/cgi-bin/hgTables)
Adjust the table and tracks according to your data; e.g. which species and assembly, you can also adjust “track” to selects the annotation track data (UCSC genes, RefSeq genes, Ensembl, etc.).
Paste or upload your gene list file (txt. format) to the “identifiers (names/accessions)”
Name your file in the “output file” if you want to download the file, otherwise you can leave it blank and see the output in the browser, “get output” and that’s it!
You can also use ProteINSIDE : www.proteinside.org
Past your IDs on a custome analysis, when it's done you will get a downloadable table with all information about your IDs (like chromosomal locations).
Thanks Nicolas, I have tried your method and it is simple but unfortunately the results were not that accurate. It gives me for example 7p15 for one input gene instead of 7p14.3. I think i can live with this for now. Thanks again
not sure if this will help but infino.me has ability to take DNA from 23 and Me and run it showing the genes listed on chromosomes. I am brand new to learning this. 7 days old in it.