utils#

missionbio.mosaic.utils

Utility functions

Functions#

clipped_values(values)

Cut at the 1st and 99th percentiles.

get_indexes(from_list, find_list[, ...])

Find the intersection of arrays.

set_random_seed(seed)

Set the random seed of the random module

static_fig(fig[, figsize, scale, ax])

Convert plotly figure to matplotlib.