Skip to content

Adata layers and .raw

Scanpy will automatically use adata.raw if present and no other layer is given through a parameter. We need to make this behavior very clear to the user. E.g. by giving a warning if a dataset with the raw-layer is loaded.

Edited by Hendrik Schultheis