Protein.del_info

Protein.del_info#

missionbio.mosaic.protein.Protein.del_info

Protein.del_info(name: str, sample: Optional[str] = None, all_samples: bool = False) None#

Delets info from the assay for a specific sample

Parameters:
  • name – info name

  • sample – sample to which the info belongs to. Not required if there is only one sample.

  • all_samples – If True, the info is deleted from all samples


< Class Protein