How I can find sequences
2
0
Entering edit mode
5.8 years ago
hosin • 0

I have some coordinates ( like: chr24:40902129-41709809, chr25:11035146-11097889) from Ovis aries:Oar_v4.0 file. How I can find sequences for them. Thanks

sequence • 813 views
ADD COMMENT
1
Entering edit mode
5.8 years ago
h.mon 35k

There are a number of possibilities. For example, download and index the whole genome, and use samtools to extract regions of interest:

samtools faidx genome.fa
samtools faidx genome.fa chr24:40902129-41709809 > region1.fa
ADD COMMENT
1
Entering edit mode
5.8 years ago
Tm ★ 1.1k

If you have bed/gff file of coordinates, then you can use bedtools getfasta and if you have just couple of coordinates to extract the you can try seqkit faidx which is similar to samtools faidx

ADD COMMENT

Login before adding your answer.

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