knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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)
Please refer to the tutorial.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.