Hi all, I am working with makeblastdb and blastn for the first time and apologize for what is probably a basic question. I recently indexed and blasted against my own database, all of which are the sequences from the same species.
module load BLAST+/2.9.0-foss-2018a
blastn -query my.fasta -db my_databse -out -evalue 0.0001 -num_threads 4
I am now interested in counting the number of hits in my samples that match the sequences in my blast database. Any advice on the best methods to do this would be fantastic! Thanks in advance for any help. Cheers
Are you looking for some kind of summary? Since you only blasted against your own sequences/database the hits you see are what you are interested in.
Thank you, yes, I am looking for some sort of summary of how many hits there were for each sequence in my database. Do you have any suggestions on how to best get counts of how many reads in my sample file blasted to each of the sequences in my blast file? Thanks!