Plot histogram of total number of umis per cell in the umis matrix

mcell_plot_umis_per_cell(mat_id, min_umis_cutoff = NA, bin_for_cutoff = 50)

Arguments

mat_id

id of the mat to use

min_umis_cutoff

If not null, will mark this cutoff by a line. If NA, auto calculate by finding the first bin in the histogram with more cells then its predecessor.

bin_for_cutoff

bin size for histogram used to auto find min_umis_cutoff

Value

min_umis_cutoff (either the given, the calculated, or null)