merquaco.data_loss.DropoutResult.get_false_positive_fovs

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

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

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

  • dic (bool, optional) – If True, return dictionary of genes and their false positive FOVs. Default is False.

Returns:

  • list – If gene is specified. List of false-positive corrected FOVs

  • dict – If dic is True. Dictionary of genes and their false positive FOVs