How to keep the input bed coordinates of a bed?
0
0
Entering edit mode
3.5 years ago

Hi,

I am working on gene coordinate conversion. I have a list of locations in the human genome, and I want to convert them in the chimp genome. Is there anyone who knows how to keep the input bed file in my output file? Thanks

bed liftOver • 833 views
ADD COMMENT
0
Entering edit mode

Check here, maybe this help you!

ADD REPLY
0
Entering edit mode

When using liftOver, one approach is to do liftOver in both directions, i.e., from species A to B, and then back from the liftOver result from B back to species A:

A -> B -> A'

Then use bedmap or similar to get those intervals from A that are also found in A'.

This gives a conservative list of intervals preserved in a liftOver in both directions. Then you would go back to the A -> B step and filter B based on what was preserved between A <-> A'.

ADD REPLY

Login before adding your answer.

Traffic: 2392 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