Sample.assays#
missionbio.mosaic.sample.Sample.assays
- Sample.assays(names: Optional[Sequence[str]] = None) List[Union[Dna, Cnv, Protein, Rna]]#
 Assays present in the sample
- Parameters:
 - namesOptional[Tuple[str]]
 Names of the assays to return. If None then all the assays present in the sample are returned
- Returns:
 - List containing assays that are not None
 
< Class Sample