Using this option, the user can upload their own potentials for scoring interfaces. There are two types of potentials:
1) Residue pairing preferences (Scoring Matrix)
2) Atomic Propensity
Users can upload up to three scoring matrices and three atomic propensity matrices, one for each interaction type. It is not compulsory to upload all 6 matrices and in cases where a user uploads fewer matrices, PIZSA will use the default matrices for rest of the potentials.
All custom potential files are required to be comma separated files (CSV). The format for Scoring Matrix and Atomic Propensity files are different and are described below:
Scoring Matrix file format:
[Res1],[Res2],[Score]
where:
Res1 - Residue 1
Res2 - Residue 2
Score - Residue pairing score (Real Number)
Example:
GLU,HIS,0.864
ILE,SER,-2.307
ASP,MET,-1.247
MET,TRP,1.112
ALA,PRO,-2.529
GLN,TRP,0.866
GLY,PRO,-4.183
GLN,PRO,-0.570
ASP,ASP,-0.201
GLY,LYS,-4.183
Note:
1) Files should have 1 to 400 lines (rows)
2) Files should have 3 comma(,) separated fields (columns)
3) Reverse residue pairs have the same score as the original residue pair, unless user specifies a different score
→ eg. 1. Symmetric scores
Input:
ASP,MET,-1.247
Scores:
ASP-MET = -1.247
MET-ASP = -1.247
→ eg. 2. Asymmetric scores
Input:
ASP,MET,-1.247
MET,ASP,2.021
Scores:
ASP-MET = -1.247
MET-ASP = 2.021
4) Unspecified residue pairs are automatically assigned a score of 0
Atomic Propensity file format:
[Res1],[Res2],[AtomCount],[Score]
where:
Res1 - Residue 1
Res2 - Residue 2
AtomCount - Number of contact atoms (Integer)
Score - Residue pairing score (Real Number)
Example:
ARG,GLU,2,0.46
ARG,GLU,3,0.42
ARG,GLU,4,0.93
ARG,GLU,5,1.10
ARG,GLU,6,3.00
ARG,GLU,7,3.00
ARG,GLU,8,4.00
ARG,GLU,9,4.00
ARG,GLU,10,1.00
ARG,GLU,11,0.00
Note:
1) Files should have 1 to 400 lines (rows)
2) Files should have 4 comma(,) seperated fields (columns)
3) Reverse residue pairs have the same score as the original residue pair, unless user specifies a different score
→ eg. 1. Symmetric scores
Input:
ARG,GLU,7,3.00
Scores:
ARG-GLU[7] = 3.00
GLU-ARG[7] = 3.00
→ eg. 2. Asymmetric scores
Input:
ARG,GLU,7,3.00
GLU,ARG,7,1.50
Scores:
ARG-GLU[7] = 3.00
GLU-ARG[7] = 1.50
4) Unspecified residue pairs are automatically assigned a score of 0
5) AtomCount can have integer values from 2 to 28
6) Scores can have real number values greater than or equal to 0
Note: MC-SC matrices should ideally be asymmetric since the contribution depends on what residue interacts via the MC atoms and what residue interacts via their SC atoms. In MC-SC matrices Res1 interacts via MC atoms and Res2 interacts via SC atoms.
For details, a sample file is provided here:
Custom Potential File