knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

mmi

mmi is an R package to conveniently fit and compare many models. It was developed in parallel to the work on the article "Natural variation in immune cell parameters is preferentially driven by genetic factors". The flow cytometry data, as well as the clinical/demographical data analyzed in that article are published within this package.

Installation

You can install mmi from github with:

install.packages("devtools")
devtools::install_github("JacobBergstedt/mmi")

The data

The flow cytometry and demographical data can be accessed after loading the library:

library(mmi)
facs
ecrf


JacobBergstedt/mmi documentation built on March 8, 2024, 8:25 a.m.