Compocyte.core.base.data_base

Classes

DataBase()

Add explanation

class Compocyte.core.base.data_base.DataBase[source]

Bases: object

Add explanation

load_adata(adata)[source]
variable_match_adata(new_adata)[source]
add_variables(new_variables)[source]
ensure_not_view()[source]

Ensures that the AnnData object saved within is not a view.

check_for_counts()[source]

Checks self.adata.X and self.adata.raw.X for presence of raw count data.

ensure_normlog()[source]