Other Scoring Functions¶
Scoring Functions from SCWRL3¶
- promod3.scoring.SCWRL3PairwiseScore(d, Rij)¶
Pairwise score from the SCWRL3 sidechain construction algorithm [canutescu2003b].
- promod3.scoring.SCWRL3DisulfidScore(ca_pos_one, cb_pos_one, sg_pos_one ca_pos_two, cb_pos_two, sg_pos_two)¶
Implements the empirically derived disulfid score from the SCWRL3 sidechain construction algorithm [canutescu2003b].
- Parameters:
ca_pos_one (
ost.geoom.Vec3
) – CA carbon position of first amino acidcb_pos_one (
ost.geoom.Vec3
) – CB carbon position of first amino acidsg_pos_one (
ost.geoom.Vec3
) – SG sulfur position of first amino acidca_pos_two (
ost.geoom.Vec3
) – CA carbon position of second amino acidcb_pos_two (
ost.geoom.Vec3
) – CB carbon position of second amino acidsg_pos_two (
ost.geoom.Vec3
) – SG sulfur position of second amino acid
- Returns:
The score
- Return type: