blastn use help
2
0
Entering edit mode
8.9 years ago

Hello!

I want to perform a blast search of splicing factors binding motifs on certain hg19 sequences defined by some grange objects generated by R. I find the splicing factor binding motifs on a website, and I download one of its page with the motif info.

http://193.206.120.249/splicing_tissue.html

http://193.206.120.249/cgi-bin/SpliceAid_Tissue_NewGraphics_SpliceSites.pl?sites=Download

I think it would be my database of sequences that my query sequences compared to. I tried to use it as a database but it is not working,how do I make it as a legit library for blastn? Thank you :)

The following is the command I'm using.

blastn -query seqs.fasta -out output.blast.txt -db /media/usb/data/splice_database/SpliceAid_Tissue_NewGraphics_SpliceSites.pl
blast splicing Blastn • 1.9k views
ADD COMMENT
1
Entering edit mode
8.9 years ago
h.mon 35k

I think you have a long way before getting at what you want. First, you should help us help you by providing more information, for example, the error message BLAST gave. I also suspect you did not format a BLAST database with makeblastdb?

Anyway, it seems the download from the site you pointed is an html table, this is not suitable for further analyses and you have to parse the data. You need a fasta file to proceed.

ADD COMMENT
1
Entering edit mode
8.9 years ago
sunhanice ▴ 240

Have you already indexed your database before the searching using the command like this?

makeblastdb -dbtype nucl -in input.fasta
ADD COMMENT

Login before adding your answer.

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