netmap.model.zinbautoencoderΒΆ
Zero-Inflated Negative Binomial (ZINB) autoencoder for scRNA-seq count data.
This module implements a ZINB autoencoder with three decoder heads for the
mean (mu), dispersion (theta), and zero-inflation probability (pi) parameters.
Forward-mode flags (forward_mu_only, forward_theta_only, latent_only,
forward_pi_only) redirect ZINBAutoencoder.forward() to return a single
tensor required by Captum attribution methods.
Functions
Return the mean predicted mean expression (mu) across all cells. |
|
Return the mean predicted mu per observation group. |
|
Return the mean predicted dispersion (theta) across all cells. |
|
Return the mean predicted theta per observation group. |
Classes
Autoencoder with three decoder heads for ZINB-distributed scRNA-seq data. |
|