Function bigtools::utils::cli::bigwigmerge::get_merged_vals

source ยท
pub fn get_merged_vals(
    bigwigs: Vec<BigWigRead<ReopenableFile>>,
    max_zooms: usize,
    threshold: f32,
    adjust: Option<f32>,
    clip: Option<f32>
) -> Result<(impl Iterator<Item = Result<(String, u32, MergingValues), MergingValuesError>>, HashMap<String, u32>), MergingValuesError>