twl: Two-Way Latent Structure Clustering Model

Implementation of a Bayesian two-way latent structure model for integrative genomic clustering. The model clusters samples in relation to distinct data sources, with each subject-dataset receiving a latent cluster label, though cluster labels have across-dataset meaning because of the model formulation. A common scaling across data sources is unneeded, and inference is obtained by a Gibbs Sampler. The model can fit multivariate Gaussian distributed clusters or a heavier-tailed modification of a Gaussian density. Uniquely among integrative clustering models, the formulation makes no nestedness assumptions of samples across data sources – the user can still fit the model if a study subject only has information from one data source. The package provides a variety of post-processing functions for model examination including ones for quantifying observed alignment of clusterings across genomic data sources. Run time is optimized so that analyses of datasets on the order of thousands of features on fewer than 5 datasets and hundreds of subjects can converge in 1 or 2 days on a single CPU. See "Swanson DM, Lien T, Bergholtz H, Sorlie T, Frigessi A, Investigating Coordinated Architectures Across Clusters in Integrative Studies: a Bayesian Two-Way Latent Structure Model, 2018, <doi:10.1101/387076>, Cold Spring Harbor Laboratory" at <https://www.biorxiv.org/content/early/2018/08/07/387076.full.pdf> for model details.

Version: 1.0
Depends: R (≥ 2.10), data.table, MCMCpack, corrplot
Imports: Rfast
Published: 2018-08-24
Author: Michael Swanson
Maintainer: Michael Swanson <dms866 at mail.harvard.edu>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: twl results

Documentation:

Reference manual: twl.pdf

Downloads:

Package source: twl_1.0.tar.gz
Windows binaries: r-devel: twl_1.0.zip, r-release: twl_1.0.zip, r-oldrel: twl_1.0.zip
macOS binaries: r-release (arm64): twl_1.0.tgz, r-oldrel (arm64): twl_1.0.tgz, r-release (x86_64): twl_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=twl to link to this page.