Learn R Programming

LUCIDus (version 2.0.0)

plot.lucid: Visualize the LUCID model through a Sankey diagram This function generates a Sankey diagram for the results of integrative clustering based on an lucid object

Description

Visualize the LUCID model through a Sankey diagram This function generates a Sankey diagram for the results of integrative clustering based on an lucid object

Usage

# S3 method for lucid
plot(x, ...)

Arguments

x

A model fitted by est.lucid

...

Other parameters to be passed to plot

Value

A DAG graph created by sankeyNetwork

References

Cheng Peng, Jun Wang, Isaac Asante, Stan Louie, Ran Jin, Lida Chatzi, Graham Casey, Duncan C Thomas, David V Conti, A Latent Unknown Clustering Integrating Multi-Omics Data (LUCID) with Phenotypic Traits, Bioinformatics, , btz667, https://doi.org/10.1093/bioinformatics/btz667.

Examples

Run this code
# NOT RUN {
fit1 <- est.lucid(G = G1, Z = Z1, Y = Y1, CoY = CovY, K = 2, family = "binary")
plot(fit1)
# }

Run the code above in your browser using DataLab