MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / FlavorType

Enum FlavorType

src/shared/processing/mod.rs:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47#[derive(Debug)]
48pub enum FlavorType {
49 Seurat,
50 CellRanger,
51 SVR,
52}
53
54pub struct HVGParams {
55 pub min_mean: f64,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected