how to create an interval file to extract sequences?
0
0
Entering edit mode
3.0 years ago

Hi! I am trying to create a interval file to extract sequences that is needed to use bedtools, the thing is that I run a blast nad filtered the results, so now I have a fasta file with the ID of the query protein, the subject protein and the location of those secuenques in the proteome, but I donĀ“t know how to create the file that bedtools needs to extract sequences with the "getfasta" tool.

Thanks!

bedtools sequences blast fasta • 699 views
ADD COMMENT
1
Entering edit mode

Interval file can be in BED format with min 3 columns.

chr/ID         start        stop

That said if you are trying to retrieve protein sequences then I am not sure if bedtools getfasta will work.

There are some options in this thread: How to extract a peptide sequence (interval) from a FASTA file?

ADD REPLY

Login before adding your answer.

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