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.
plotClustersMean(data, data.summary,
SKIP, nTime = length(times), times = 1:nTime, ...)
None.
An \(N \times JR\) matrix of continuous values, or a data frame containing such a matrix. \(N\) is the number if items, \(J\) the number of time points (or experimental conditions) and \(R\) the number of replicates. Each row contains values for Replicates 1 through \(R\) under Condition 1, values for Replicates 1 through \(R\) under Condition 2, and so on.
The list generated from summaryDIRECT
that contains processed posterior estimates.
Number of columns in data
to be skipped when processing the data.
Number of time points (or experimental conditions).
An integer vector of length nTime
, indicating times (or experimental conditions).
Additional arguments for plot
.
Audrey Q. Fu
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.
summaryDIRECT
for processing MCMC estimates for clustering and generating the list data.summary
used here.
plotClustersPCA
, plotClustersSD
, plotSimulation
.