plotClustersMean {DIRECT} | R Documentation |
Plotting Clustered Mean Vectors
Description
Function plotClustersMean
produces a plot of multiple panels. Each panel displays for a inferred cluster the mean vectors of items allocated to this cluster, as well as the inferred cluster mean vector. See figures in Fu, Russell, Bray and Tavare.
Usage
plotClustersMean(data, data.summary,
SKIP, nTime = length(times), times = 1:nTime, ...)
Arguments
data |
An |
data.summary |
The list generated from |
SKIP |
Number of columns in |
nTime |
Number of time points (or experimental conditions). |
times |
An integer vector of length |
... |
Additional arguments for |
Value
None.
Author(s)
Audrey Q. Fu
References
Fu, A. Q., Russell, S., Bray, S. and Tavare, S. (2013) Bayesian clustering of replicated time-course gene expression data with weak signals. The Annals of Applied Statistics. 7(3) 1334-1361.
See Also
summaryDIRECT
for processing MCMC estimates for clustering and generating the list data.summary
used here.
plotClustersPCA
, plotClustersSD
, plotSimulation
.
Examples
## See example in DIRECT.