best_clust_toy_obj {TMixClust}R Documentation

TMixClust object containing the optimal clustering solution for the toy data with 3 clusters.

Description

This object contains the result of clustering and stability analysis corresponding to the clustering solution with the highest likelihood among 10 different runs of clustering on the toy data with K=3 clusters.

Usage

best_clust_toy_obj

Format

A TMixClust object.

Value

optimal clustering solution for the toy data

Author(s)

Monica Golumbeanu, monica.golumbeanu@bsse.ethz.ch

References

Golumbeanu M, Desfarges S, Hernandez C, Quadroni M, Rato S, Mohammadi P, Telenti A, Beerenwinkel N, Ciuffi A. (2017) Dynamics of Proteo-Transcriptomic Response to HIV-1 Infection.

Examples

# Load the optimal clustering solution for the toy data
# provided with the TMixClust package
data("best_clust_toy_obj")

# Print the first lines of the toy clustering object
head(best_clust_toy_obj)


[Package TMixClust version 1.16.0 Index]