"pca"(pdbs, core.find = FALSE, fit = FALSE, ...)
pdbs
as obtained from
function pdbaln
or read.fasta.pdb
. pca.xyz
. Performs principal components analysis (PCA) on an ensemble of PDB structures.
The function pca.pdbs
is a wrapper for the function
pca.xyz
, wherein more details of the PCA procedure
are documented.
data
on the pcs.Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.
attach(transducin) #-- Do PCA ignoring gap containing positions pc.xray <- pca(pdbs) # Plot results (conformer plots & scree plot) plot(pc.xray, col=annotation[, "color"]) detach(transducin)