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

Class HVGParams

src/shared/processing/mod.rs:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54pub struct HVGParams {
55 pub min_mean: f64,
56 pub max_mean: f64,
57 pub min_dispersion: f64,
58 pub max_dispersion: f64,
59 pub n_bins: usize,
60 pub n_top_genes: Option<usize>,
61 pub flavor: FlavorType,
62 pub span: f64,
63 pub batch_key: Option<String>,
64}
65
66impl Default for HVGParams {
67 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected