On the UCSC graphical genome browser, the "alternate gene names" are shown, like in the picture below:
If I use the Table Browser to get RefSeq genes:
I see that the data I want are in a field that isn't normally retrieved:
Is there a way to get that field, circled in blue, instead of the default field, circled in red, into a BED file from the UCSC table browser?
Thanks for three great suggestions! I'm trying them out now!
Thanks again everyone for the very helpful answers. I learned quite a bit about the table browser by going through them. What I want to do, however, is get a BED file, just like what I would normally get from selecting the "BED" option, except that I want the "name2" values instead of the "name" values. The more I dig around, the more it looks like this isn't possible in a direct fashion.
what do you mean by direct fashion?
sorry, let me clarify. Using the method that you suggested, I can indeed retrieve the data I want. However, the columns aren't in proper BED format. Want I ultimately want to do is visualize these genes on Galaxy's Trackster Visualization feature so that it has the same gene labels as the UCSC browser. Now, I could pull these data from the UCSC table browser, reformat them with a perl script, and then re-import them into Galaxy, but I'm trying to see if there's a more direct way of doing so, directly through the table browser.
Ahh ... i get it now ... and i agree that its not straight forward sometime ... you indeed have to re-process the information to get the desired format for further visualization. Looks like you are on the right track. You can even use excel quickly to rearrange the columns in the bed format.