gammaCluster | R Documentation |
Cluster features (such as genes) from the output of
gelMatrix
under the assumption that inter-cluster
associations are obtained from the null, gamma distribution.
gammaCluster(gm, n, maxiter = 200)
gm |
a matrix of p-values from the |
n |
the maximum number of clusters to produce. |
maxiter |
the maximum number of iterations for the algorithm. |
labels |
a numeric vector of the cluster assigned to each feature. |
membership |
the n_clusters x n_features membership probability matrix. |
Anooj Arkatkar
gammaTest
.
data(foldChange) gm <- gelMatrix(foldChange) clust <- gammaCluster(gm, 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.