Is there a nice way to get orthologous sequence of a particular gene locus? As an example of what I'm trying to do:
Say I have the gene CTNNB1 that is commonly mutated in humans at chr3:41266124. Now, I would like to convert this location to the mouse genome and get the surrounding gDNA sequence.
At UCSD genome browser I can see the mouse conservation track will show amino acid sequence but not DNA sequence but this is the only thing I can think of to find the information I need.
Why don't you look up the ortholog ID in the mouse genome, and then extract your sequence based in it's location?
This is what I don't know how to do. I can see how the mouse gene can be accessed, but then how to target a particular hotspot within that region and identify its coordinates?