detection_stats

pylluminator.quality_control.detection_stats(samples: Samples, sample_label: str, apply_mask=False) None

Print detection statistics of the given sample.

Parameters:
  • samples (Samples) – Samples object containing the sample to check

  • sample_label (str) – name of the sample to print the stats of

  • apply_mask (bool) – True removes masked probes, False keeps them. Default False

Returns:

None