ADD COMMENT
• link
updated 13.2 years ago by
Chris
★
1.6k
•
written 13.2 years ago by
Georgia
▴
40
1
Entering edit mode
You can't generate a profile (PSSM) from a single sequence, only from a set of sequences. If you do, you only get your underlying substitution matrix out of it. So what exactly is your goal here?
I'm not sure I can follow. What do you mean with 'last sequence' and 'profile' (I guess the PSSM matrix)? In case you have several sequences that you want to blast against your db, simply run the above command for each such sequence alone, i.e. put the single sequence into your query file 'env_nrfasta'. Doing so you get the PSSM matrix for each sequence.
I have a file with more of the 2.000 sequences, and run this command for each is very costly, my intention is know if have any parameter for read all sequences in file and make another file with all PSSM matrix.
It is indeed costly to generate PSSMs with psiblast, but you cannot run the command once and yet still get a PSSM for each sequence. Unfortunately, as Chris suggests, it looks like you will have to run psiblast for each individual sequence.
You can't generate a profile (PSSM) from a single sequence, only from a set of sequences. If you do, you only get your underlying substitution matrix out of it. So what exactly is your goal here?