plot.pca.loadings | R Documentation |
Plot residue loadings along PC1 to PC3 from a given xyz C-alpha matrix
of loadings
.
## S3 method for class 'pca.loadings'
plot(x, resnums = seq(1, (length(x[, 1])/3), 25), ...)
x |
the results of principal component analysis obtained
from |
resnums |
a numeric vector of residue numbers. |
... |
extra plotting arguments. |
Called for its effect.
Barry Grant
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
pca.xyz
, plot.pca
attach(transducin)
pc.xray <- pca.xyz(pdbs$xyz[, gap.inspect(pdbs$xyz)$f.inds])
plot.pca.loadings(pc.xray$U)
detach(transducin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.