Contents:
Installation Guide
Tutorials
API documentation
COSIE
COSIE.COSIE_framework
COSIE.configure
COSIE.data_preprocessing
COSIE.downstream_analysis
COSIE.image_preprocessing
COSIE.linkage_construction
COSIE.loss
COSIE.model_component
COSIE.model_component.GraphAutoencoder
COSIE.model_component.Prediction_mlp
COSIE.utils
References
COSIE
API documentation
COSIE
COSIE.model_component
COSIE.model_component.Prediction_mlp
COSIE.model_component.Prediction_mlp.forward
COSIE.model_component.Prediction_mlp.forward
Prediction_mlp.
forward
(
x
)
[source]
Perform full forward pass.
Parameters
x
torch.Tensor
Input cell embedding.
Returns
output
torch.Tensor
Predicted cell embedding.