buddi.dataset.buddi4_dataset#

Functions

get_dataset([input_tuple_order, ...])

Create a TensorFlow dataset from numpy arrays for training the BuDDI model.

get_supervised_dataset(X_known_prop, ...)

Create a TensorFlow dataset from numpy arrays catered to the buddi4 model specifically. Meant to be constructed with dataset from pseudobulks where expression data have associated ground truth proportions of cell types.

get_unsupervised_dataset(X_unknown_prop, ...)

Create a TensorFlow dataset from numpy arrays catered to the buddi4 model specifically.