How to calculate PSSM matrix for a protein?
1
0
Entering edit mode
4.0 years ago
Misha ▴ 60

Hello,

How to generate PSSM for a protein sequence to form a feature vector using a window size technique in order to use it for machine learning purposes?

Thank you.

PSSM Feature-Vector Protein-Sequence • 1.8k views
ADD COMMENT
0
Entering edit mode
4.0 years ago
Mensur Dlakic ★ 27k

A simple way of doing that is to install BLAST locally, and run something like the following command:

psiblast -query protein.fas -db nr -num_iterations 3 -out_ascii_pssm protein.pssm

If you never ran BLAST locally, there is a detailed tutorial here.

In case you learn best by example, you may want to check out how the whole procedure is done by Porter5, in scripts directory.

ADD COMMENT
0
Entering edit mode

Hi, Thanks a lot for the information. I will surely work on it.

ADD REPLY

Login before adding your answer.

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