Skip to contents

The CondaEnvManager class provides a handy way to set up, store and use conda environments for python-based integration methods. It is designed to be set up and modified via helper functions, not directly by the user.

Slots

combat

CondaEnv. For R-based combat method, nothing to set up.

harmony

CondaEnv. For R-based harmony method, nothing to set up.

mnn

CondaEnv. For R-based MNN method, nothing to set up.

bbknn

CondaEnv. For python-based bbknn method.

scvi

CondaEnv. For python-based SCVI method. Can be shared with SCANVI.

scanvi

CondaEnv. For python-based SCANVI method. Can be shared with SCVI.

scanorama

CondaEnv. For python-based Scanorama method

trvae

CondaEnv. For python-based trVAE method

See also