get_normalization_samples

pylluminator.cnv.get_normalization_samples(annotation: Annotations) Samples | None

Read from the package’s data normalization samples data, depending on the array type.

Only EPIC v2 and EPIC are supported for now.

Parameters:

annotation (Annotations) – annotation used for your samples

Returns:

samples to use for normalization, corresponding to the given annotation type and version, or None if no normalization samples exist for this annotation

Return type:

Samples | None