Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.25 KB

File metadata and controls

43 lines (31 loc) · 1.25 KB

FlowCodeUnmixRcpp

The goal of FlowCodeUnmixRcpp is to speed up the unmixing of FlowCode-barcoded spectral flow cytometry data. It is an add-on package to FlowCodeUnmix using fast per-cell unmixing in C++.

Installation

You will need Rtools (on Windows) or Xcode command line tools (on Mac). Install this first.

You can install the development version of FlowCodeUnmixRcpp like so:

pak::pak("DrCytometer/FlowCodeUnmixRcpp")

You will need AutoSpectral, FlowCodeUnmix and their dependencies for full functionality. When installing via pak, I think these may be installed automatically now.

pak::pak("DrCytometer/AutoSpectral")
pak::pak("DrCytometer/AutoSpectralRcpp")
pak::pak("DrCytometer/FlowCodeUnmix")

See AutoSpectral and FlowCodeUnmix for workflow and instructions.