flowfairy_api 0.1.0

Library for reading and transforming flow cytometry data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.byteorder]
version = "1.4.3"

[dependencies.regex]
version = "1"

[package]
authors = ["Nicolas Buitrago <nsb5@rice.edu>"]
description = "Library for reading and transforming flow cytometry data."
documentation = "https://docs.rs/flowfairy_api"
edition = "2021"
homepage = "https://gitlab.com/nsbuitrago/flowfairy-api"
keywords = ["flow_cytometry", "FACS"]
license = "BSD-3-Clause"
name = "flowfairy_api"
readme = "./README.md"
repository = "https://gitlab.com/nsbuitrago/flowfairy-api"
version = "0.1.0"