I'm looking for a bioinformatics website to get the chromosomal location of a radish gene id list, but in one shot instead of doing it gene by gene. Is there a way to do this?
My favorite tool is the BiomaRt database from Ensembl. This is available as an online interface (), or as an R package ("biomaRt"). It enables the user to use a "Filter" (gene symbol/ID) to acquire information (i.e. "Attributes") about that list of genes; among these attributes is genomic loci (Chromosome, Gene start, Gene stop).
For its usage in R, the following is an example of how I use biomaRt: