core.cmap.Rd
Find core positions that have the largest number of contact with neighboring residues.
core.cmap(pdbs, write.pdb = FALSE, outfile="core.pdb", cutoff = NULL, refine = FALSE, ncore = NULL, ...)
pdbs | an alignment data structure of class ‘pdbs’
as obtained with |
---|---|
write.pdb | logical, if TRUE core coordinate files, containing
only core positions for each iteration, are written to a location
specified by |
outfile | character string specifying the output directory when
|
cutoff | numeric value speciyfing the inclusion criteria for core positions. |
refine | logical, if TRUE explore core positions determined by multiple eigenvectors. By default only the eigenvector describing the largest variation is used. |
ncore | number of CPU cores used to do the calculation.
By default ( |
... | arguments passed to and from functions. |
This function calculates eigenvector centrality of the weighted contact network built based on input structure data and uses it to determine the core positions.
In this context, core positions correspond to the most invariant
C-alpha atom positions across an aligned set of protein
structures. Traditionally one would use the core.find
function to for their identification and then use these positions as
the basis for improved structural superposition. This more recent
function utilizes a much faster approach and is thus preferred in
time sensitive applications such as shiny apps.
Returns a list of class "select"
containing ‘atom’ and
‘xyz’ indices.
Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.
Xin-Qiu Yao