merquaco.data_loss.DropoutResult.get_false_positive_fov_counts

DropoutResult.get_false_positive_fov_counts(gene: str = '', dic: bool = False)

Get number of FOVs not considered dropped due to false positive correction.

Parameters:
  • gene (str, optional) – If specified, return false positive FOV counts for that gene. Default is ‘’.

  • dic (bool, optional) – If True, return dictionary of genes and their false positive FOV counts

Returns:

# TODO

Return type:

fill this out