This library provides a means of accessing imaging mass cytometry (Fluidigm) data stored in the (*.mcd) format.
Example
To run this example, make sure to first download the test file 20200612_FLU_1923.mcd to the test/ folder.
extern crate imc_rs;
use MCD;
use BufReader;
use File;