-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.Rmd
59 lines (43 loc) · 2.29 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# LUCIDus: Integreted clustering with multi-view data
<!-- badges: start -->
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/LUCIDus?color=green)](https://cran.r-project.org/package=LUCIDus)
![](https://cranlogs.r-pkg.org/badges/grand-total/LUCIDus?color=blue)
[![](https://raw.githubusercontent.com/USCbiostats/badges/master/tommy-image-badge.svg)](https://image.usc.edu)
<!-- badges: end -->
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](https://doi.org/10.1093/bioinformatics/btz667) (*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](https://contilab.usc.edu/about/) to learn more.
## Installation
You can install the stable release from CRAN by:
``` r
install.packages("LUCIDus")
```
or install the development version of LUCIDus from [GitHub](https://github.com/USCbiostats/LUCIDus) with:
``` r
# 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](https://USCbiostats.github.io/LUCIDus/articles/LUCIDus.html).
## Citation
```{r, echo=FALSE}
citation("LUCIDus")
```
## Acknowledgments
- Dr. Lida Chatzi and awesome researchers from [Chatzi Lab](https://twitter.com/chatzilab?lang=en)
- [Dr. Nikos Stratakis](https://www.isglobal.org/en/our-team/-/profiles/29105)
- Dr. Cheng Peng
- [USC IMAGE Group](https://p01.uscbiostatistics.org/) (Supported by the National Cancer Institute at the National Institutes of Health Grant P01 CA196569)