Description Usage Arguments Value Author(s) References See Also Examples
Close the protein backbone and perform a Principal Component Analysis, This function formally prepares a protein for the computation of an invariant. It requires the protein structure as an object of class 'Knot'.
1 | closeAndProject(protein, ...)
|
protein |
an object of class 'Knot' |
... |
additional parameters to be passed to lower level functions (e.g. |
an object of class 'Knot' containing the processed structure.
Federico Comoglio, federico.comoglio@bsse.ethz.ch
Lua RC, Grosberg AY (2006) Statistics of Knots, Geometry of Conformations, and Evolution of Proteins. PLoS Comput Biol 2(5): e45. doi:10.1371/journal.pcbi.0020045
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
## Loading from the file system
fn <- system.file("extdata", "1AJC_chainA.pdb", package="Rknots")
protein <- loadProtein(fn)
protein <- newKnot(protein$A)
protein.cp <- closeAndProject(protein)
# Plot the results
par(mfrow = c(1,2))
plot(protein, lwd = 2)
plot(protein.cp, lwd = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.