_Assay.get_info

_Assay.get_info#

missionbio.mosaic.assay._Assay.get_info

_Assay.get_info(name: str, sample: Optional[str] = None) List[Any]#

Get info from the assay

Parameters:
  • name – info key

  • sample – The sample from which the info is fetched. If None, the info is fetched from all samples

Returns:

info value for all samples in the assay which have the key


< Class _Assay