Skip to contents

Performs multi-omics clustering using iClusterBayes algorithm.

Usage

RuniClusterBayes(data, N.clust, method = "fast", burnin = 500, nsample = 1000)

Arguments

data

A list of matrices (features x samples).

N.clust

Integer. Number of clusters.

method

Character. "fast" or "full" (default: "fast").

burnin

Integer. Burn-in iterations for full method (default: 500).

nsample

Integer. Sampling iterations for full method (default: 1000).

Value

A data frame with Sample, Cluster, and Cluster2 columns.

References

Mo Q, et al. Biostatistics. 2018.

Author

Zaoqu Liu; Email: liuzaoqu@163.com