Dna.get_info#
missionbio.mosaic.dna.Dna.get_info
- Dna.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 Dna