This is a test version of Biostars. For the public version, visit https://www.biostars.org.
PSI BLAST to create PSSM with BLAST+

I would like to generate PSSM in blast+. I can run the program and I have required databases downloaded in my computer (nr protein data). What are the necessary steps and commands.

Thank you

blast

1 answer

just execute the command psiblast -query myfasta.fasta -db mydb -num_iterations 3 -out_pssm mypssm.smp

Log in to answer this question.