R package for integrative genomics analysis using a multivariate mixture model framework. This package is also available in R/Cran: https://cran.rstudio.com/web/packages/IMIX/index.html.
Reference
Install the IMIX package via github
if(!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("ziqiaow/IMIX",build_vignettes=TRUE)
Load the package and open the package vignette:
library("IMIX")
vignette("IMIX")
There will be examples for all the functions in IMIX package in vignette. If you have any question, use help().
Have fun with IMIX :smiley:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.