Description Usage Arguments Author(s) See Also Examples
Occupancy summary barplots for the PDB structures. The plots are
faceted and displays the binned occupancy values for all the structures.
The counts are presented on a log10
scale.
1 |
data |
The results from the |
Emilio Xavier Esposito emilio@exeResearch.com
Other plots: BoundWaterEnvPlots
,
BoundWaterEnvSummaryPlot
,
BvalueBarplot.summ
,
BvalueBarplot
,
ClusterSummaryPlots
,
MobNormBvalEvalPlots
,
MobilityBarplot.summ
,
MobilityBarplot
,
OccupancyBarplot
,
nBvalueBarplot
,
normBvalueBarplot.summ
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
OccupancyBarplot.summ(data)
##----- multiple pages
library(ggforce)
occ.barplots.summary <- OccupancyBarplot.summ(data)
num.pages <- ceiling(nrow(data$occupancy.counts) / 10)
pdf(file="multiple_pages.pdf", height=11, width=8.5)
for (page in seq_len(num.pages)) {
print(occ.barplots.summary +
ggforce::facet_wrap_paginate(~PDBid,
ncol = 2, nrow = 5, page = page) )
}
dev.off()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.