ClusterSummaryPlots: Cluster Summary Plots

Description Usage Arguments Details Author(s) References See Also Examples

Description

Collection of cluster summary plots.

Usage

1
ClusterSummaryPlots(data, passed.waters = TRUE, plot.labels = NULL)

Arguments

data

The results from the ConservedWaters() function.

passed.waters

Logical indicator to plot results for waters passing Mobility() and NormalizedBvalue() OR using all waters within the PDB files.

plot.labels

Using the same options as cowplot::plot_grid() plus NULL. The option "AUTO" labels each plot with upper-case letters (e.g., A, B, C, D, E), "auto" labels each plot with lower-case letters (e.g., a, b, c, d, e), and NULL returns plots without labels. Default is NULL.

Details

The Number of Water Cluster (see ConservationPlot()), Occupancy (see OccupancyBarplot()), Mobility (see MobilityBarplot()), B-value (see BvalueBarplot()), and Normalized B-value (see nBvalueBarplot()) plots are combined into a single plot image. The ability to label each plot with capital letters (upper-case) or lower-case letters is available.

Author(s)

Emilio Xavier Esposito emilio@exeResearch.com

References

Paul C Sanschagrin and Leslie A Kuhn. Cluster analysis of consensus water sites in thrombin and trypsin shows conservation between serine proteases and contributions to ligand specificity. Protein Science, 1998, 7 (10), pp 2054-2064. DOI: 10.1002/pro.5560071002 PMID: 9792092 WatCH webpage

See Also

Other plots: BoundWaterEnvPlots, BoundWaterEnvSummaryPlot, BvalueBarplot.summ, BvalueBarplot, MobNormBvalEvalPlots, MobilityBarplot.summ, MobilityBarplot, OccupancyBarplot.summ, OccupancyBarplot, nBvalueBarplot, normBvalueBarplot.summ

Examples

1
2
3
4
5
6
  ## Not run: 
  cluster.summary.plot <- ClusterSummaryPlots(data=thrombin10.conservedWaters,
                                             passed.waters=TRUE,
                                             labels=NULL)
  
## End(Not run)

vanddraabe documentation built on June 8, 2019, 1:03 a.m.