Convert Rat to Human region cordinates
1
0
Entering edit mode
9.0 years ago

Dear all,

I have regions from a human genome and I want to get the equivalent regions in rat genome. I saw a paper which use galaxy to do it but the lift-over convert genome coordinates tool doesn't work (I don't know why). My data looks like this:

#chr     #start_position   #end_position
1          12123                   2342354
13        35235                  2352352
X           235235               4565757

Could someone tell me how can I convert these regions from human genome to rat genome?

Thanks!

galaxy • 1.8k views
ADD COMMENT
0
Entering edit mode
9.0 years ago
PoGibas 5.1k

Try to reformat your data into bed format (something like this):

chr1    12123    2342354
chr13    35235    2352352
chrX    235235    4565757

and convert them using online liftOver.

ADD COMMENT

Login before adding your answer.

Traffic: 2022 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6