Cnv.get_info

Contents

Cnv.get_info#

missionbio.mosaic.cnv.Cnv.get_info

Cnv.get_info(name: Union[str, List[str]], sample: Optional[str] = None, key: bool = False) 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

  • key – If True, adds the sample_name key of the info as the first value in the tuple

Returns:

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


Cnv