Sample.sample_names

Sample.sample_names#

missionbio.mosaic.sample.Sample.sample_names

Sample.sample_names() Set[str]#

Returns the union of the names of the samples present in the assays.

This would be a single element set when the sample is loaded using single=False in the missionbio.mosaic.io.load() function. Otherwise, it would be a set of all the names.

Returns:
set:

set of sample names


< Class Sample