Mapping ORFs to Chromosome locations
1
0
Entering edit mode
6.8 years ago

Hi, I have a list of ORFs with their chromosome number and start and stop nucleotide sequences. I was wondering that, given a set of genes (w/ start and stop seq and chromosome no.), can I use any tool that can map these orfs to chromosome sequence and see if they fall within or outside this region!!

mapping genome orfs • 1.6k views
ADD COMMENT
0
Entering edit mode
6.8 years ago
Vivek ★ 2.7k

You can align the sequences using BLAT.

https://genome.ucsc.edu/cgi-bin/hgBlat?command=start

Convert the top alignments from the resulting PSL file to BED format and use BEDtools to check the intersection with your coordinates.

ADD COMMENT
0
Entering edit mode

Thanks Vivek. will try that.

ADD REPLY

Login before adding your answer.

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