knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

LUCIDus: Integreted clustering with multi-view data

CRAN_Status_Badge

The LUCIDus package implements the statistical method LUCID proposed in the research paper A Latent Unknown Clustering Integrating Multi-Omics Data (LUCID) with Phenotypic Traits (Bioinformatics, 2020). LUCID conducts integrated clustering by using multi-view data, including exposures, omics data with/without outcome. LUCIDus features variable selection, incorporating missingness in omics data, visualization of LUCID model via Sankey diagram, bootstrap inference and functions for tuning model parameters.

If you are interested in integration of omic data to estiamte mediator or latent structures, please check out Conti Lab to learn more.

Installation

You can install the stable release from CRAN by:

install.packages("LUCIDus")

or install the development version of LUCIDus from GitHub with:

# install.packages("devtools")
devtools::install_github("USCbiostats/LUCIDus")

# install package with vignettes
devtools::install_github("USCbiostats/LUCIDus", build_vignettes = TRUE)

Usage

Please refer to the tutorial.

Acknowledgments



Yinqi93/LUCIDus documentation built on Nov. 5, 2022, 3:40 p.m.