Difference between revisions of "InterfaceResidues"

From PyMOLWiki
Jump to navigation Jump to search
(Created page with '= Overview = This script finds interface residues between two proteins or chains. = Usage = <source lang="python"> interfaceResidues complexName[, chainX[, chainY ]] </source> w...')
(No difference)

Revision as of 16:21, 26 June 2009

Overview

This script finds interface residues between two proteins or chains.

Usage

interfaceResidues complexName[, chainX[, chainY ]]

where,

complexName

is the name of the object containing the two chains/objects

chainX

is the first chain name to consider
DEFAULT: chain A

chainY

is the 2nd chain to consider.
DEFAULT: chain B

The Code

...on its way...