SampleGroup.hasassay#

SampleGroup.hasassay(name: str) bool#

Checks if the assay is present in the samples

Parameters
namestr

One of {“dna”, “protein”, “cnv”, “rna”}

Returns
Whether the assay is present in the samples
Raises
AssertionError:

When name is not valid.