Entering edit mode
4.4 years ago
ioer0417
▴
20
I used command this
$ blastp -query file.fa -db dbfile.fa -outfmt "7" -evalue 1e-4 -out outfile.fa
But out file is a lot of information.
I need only above 90% identity information.
How to used extraction above 90% identity with blastp?
Asaf is a good answer, but in case you want to have this filtering with blast alone, you can use the parameters:
You're right although I've seen some cases in which this filtering failed, maybe they fixed it in the new version.
As I understand, all blast filters are applied at an early stage of the algorithm, which means using the blast arguments may produce different results from filtering the output afterwards. There is an excellent series of posts at the blog Blasted Bioinformatics!?, e.g., What BLAST's max-target-sequences doesn't do. Due to these potential differences, it is often recommended to perform blast with "lax" parameters and filter the results afterwards.
Exactly, thanks for the references, I had a vague memory of this explanation.
so why blastn have these parameters while blastp do not have parameter "-perc_identity" ?
Thank you!
I have another question.
Can I?
I need a file like data1.
I want to files like data2, data3 is delete.
How can I try?
My result file information this
data1
data2
data.3
I'm sorry, I couldn't understand you