README.md

IMIX

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

Installation

Install the IMIX package via github

if(!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("ziqiaow/IMIX",build_vignettes=TRUE) 

To get started with the package

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:



ziqiaow/IMIX documentation built on Nov. 19, 2022, 11:18 a.m.