
Last chance! 50% off unlimited learning
Sale ends in
"plot"(x, pdbs = NULL, conservation = NULL, variance = FALSE, spread = FALSE, offset = 1, col = NULL, signif = FALSE, pcut = 0.005, qcut = 0.04, xlab = "Alignment Position", ylab=c("Fluctuations", "Fluct.variance", "Seq.conservation"), xlim = NULL, ylim = NULL, mar = c(4, 5, 2, 2), ...)
nma.pdbs
. Alternatively, a matrix in the similar
format as enma$fluctuations
can be provided. x
was obtained from. If provided SSE
data of the first structure of pdbs
will drawn. plot.bio3d
that effect the atomic fluctuations plot only. plot.enma
produces a fluctuation plot of aligned nma
objects.
nma.pdbs
, nma
,
plot.bio3d
, entropy
. ## Not run:
# ids <- c("1a70_A", "1czp_A", "1frd_A", "1fxi_A", "1iue_A", "1pfd_A")
# raw.files <- get.pdb(ids, path = "raw_pdbs")
# files <- pdbsplit(raw.files, ids, path = "raw_pdbs/split_chain")
#
# ## Sequence Alignement
# pdbs <- pdbaln(files)
#
# ## Normal mode analysis on aligned data
# all.modes <- nma.pdbs(pdbs, rm.gaps=TRUE)
#
# ## Plot fluctuations
# plot.enma(all.modes, pdbs=pdbs, conservation=TRUE)
#
# ## group and spread fluctuation profiles
# grps <- rep(NA, length(pdbs$id))
# grps[c(2,3)]=1
# grps[c(4,5)]=2
#
# plot.enma(all.modes, pdbs=pdbs, col=grps, spread=TRUE)
# ## End(Not run)
Run the code above in your browser using DataLab