CalcAlignOverlap: Calculate Alignment Overlap

Description Usage Arguments Details Value Author(s) See Also

Description

Calculate the amount of alignment overlap between two protein structures using C-alpha atoms.

Usage

1
CalcAlignOverlap(ref.num.atoms, ref.ca, ref.idc, soi.PDB, CA.dist)

Arguments

ref.num.atoms

Number of atoms in the reference structure

ref.ca

PDB formatted data.frame containing only C-alpha atoms

ref.idc

The indices of the reference structure atoms; from 1 to the number of atoms in the reference structure

soi.PDB

The structure of interest (SoI) being compared to the reference structure. This is the full PDB structure read into R using the bio3d::read.pdb2() function

CA.dist

The minimum distance between C-alpha atoms for the two C-alpha atoms to be considered aligned; default: 1.25

Details

Using the C-alpha atoms of two aligned proteins, the amount of atomic overlap is determined. This function is within the AlignOverlap function.

This is a non-public function and is NOT available for general use. Please contact the author if you believe this function should be available for general use.

Value

This function returns:

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

See Also

Other "Alignment Overlap": AlignOverlap


vanddraabe documentation built on June 8, 2019, 1:03 a.m.