Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 721 Bytes

README.org

File metadata and controls

17 lines (12 loc) · 721 Bytes

flowcut: Bayesian mixture of experts for censored flow cytometry data

This directory contains code that directly generates a software package called flowcut, using litr. Each R Markdown document in this directory contain code that directly builds the R package.

The resulting “knitted” documentation from in _book (download and open index.html), and..

The resulting R package is in the subdirectory ./flowcut, and can be installed as follows.

remotes::install_github("sangwon-hyun/flowcut", subdir = "flowcut")